[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2018-04-05 Thread paolo at gcc dot gnu.org
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=gcc=rev Log: /cp 2018-04-05 Paolo Carlini PR

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2018-04-05 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2018-04-05 Thread paolo.carlini at oracle dot com
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

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2018-04-05 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot com ---

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2018-01-25 Thread rguenth at gcc dot gnu.org
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

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2018-01-18 Thread jakub at gcc dot gnu.org
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 ();

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2018-01-18 Thread jakub at gcc dot gnu.org
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

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2017-08-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956 Richard Biener changed: What|Removed |Added Target Milestone|7.2 |7.3

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2017-08-14 Thread rguenth at gcc dot gnu.org
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

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2017-08-14 Thread rguenth at gcc dot gnu.org
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

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2017-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2017-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.2

[Bug c++/80956] [7/8 Regression] ICE with abstract class vector

2017-06-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80956 Martin Liška changed: What|Removed |Added Keywords||ice-on-invalid-code