https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
--- Comment #8 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Thu Apr 5 17:08:21 2018
New Revision: 259137
URL: https://gcc.gnu.org/viewcvs?rev=259137&root=gcc&view=rev
Log:
/cp
2018-04-05 Paolo Carlini
PR c++/80956
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|paolo.carlin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
--- Comment #6 from Paolo Carlini ---
In this specific case the broken surrogate std::initializer_list cannot be
completed because no definition is provided. Maybe something like the below
then (untested):
Index: call.c
=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Paolo Carlini changed:
What|Removed |Added
CC||paolo.carlini at oracle dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Richard Biener changed:
What|Removed |Added
Target Milestone|7.3 |7.4
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
--- Comment #3 from Jakub Jelinek ---
(In reply to Jakub Jelinek from comment #2)
> Reduced testcase:
> namespace std {
> template class initializer_list;
> }
> template struct B { B (std::initializer_list); };
> struct C { virtual int foo ();
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Richard Biener changed:
What|Removed |Added
Target Milestone|7.2 |7.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Richard Biener changed:
What|Removed |Added
Target Milestone|7.2 |7.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Richard Biener changed:
What|Removed |Added
Target Milestone|7.2 |7.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |7.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956
Martin Liška changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Status|UN
13 matches
Mail list logo