https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
--- Comment #13 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:92e9b2a995f718f1c2ab1cd0840b439c24d3535f
commit r10-9852-g92e9b2a995f718f1c2ab1cd0840b439c24d3535f
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
Jason Merrill changed:
What|Removed |Added
CC||mateusz.pusz at gmail dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
Jason Merrill changed:
What|Removed |Added
CC||wang_feng at live dot com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
--- Comment #9 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:1a19d334ce493ec2ce2daeac74beef63fd67e2bc
commit r11-8104-g1a19d334ce493ec2ce2daeac74beef63fd67e2bc
Author: Jason Merrill
Date: Fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
Steven Franzen changed:
What|Removed |Added
CC||sfranzen85 at hotmail dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
ofee oficsu changed:
What|Removed |Added
CC||oficsu at gmail dot com
--- Comment #7 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
Arthur O'Dwyer changed:
What|Removed |Added
CC||arthur.j.odwyer at gmail dot
com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
--- Comment #5 from Marek Polacek ---
Another test from Bug 93867:
template
struct basic_fixed_string
{
constexpr basic_fixed_string(const CharT *p) {
for (int i = 0; i < N; ++i) {
m_data[i] = p[i];
}
}
CharT m_data[N] {};
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
Marek Polacek changed:
What|Removed |Added
CC||pkeir at outlook dot com
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
--- Comment #3 from ensadc at mailnesia dot com ---
It appears that alias_ctad_tweaks assumes the deduction of the right hand side
of the deduction guide from the alias template does not fail.
> int err = unify (ftparms, targs, ret, utype, UNIFY_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
--- Comment #2 from Marek Polacek ---
commit 1a291106384cabc73da0bc0f457b1cd3a4015970
Author: Jason Merrill
Date: Wed Nov 27 17:05:53 2019 -0500
Implement P1814R0, CTAD for alias templates.
This patch implements C++20 class template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93295
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
13 matches
Mail list logo