[Bug c++/92654] [8/9/10 Regression] internal compiler error: in lookup_template_class_1

2020-02-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92654 --- Comment #10 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:1e042b396e2a84e3ee17bc52def1bf241cb7d248 commit r10-6517-g1e042b396e2a84e3ee17bc52def1bf241cb7d248 Author: Jason Merrill Date: F

[Bug c++/92654] [8/9/10 Regression] internal compiler error: in lookup_template_class_1

2020-02-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92654 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/92654] [8/9/10 Regression] internal compiler error: in lookup_template_class_1

2020-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92654 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/92654] [8/9/10 Regression] internal compiler error: in lookup_template_class_1

2019-11-29 Thread fiesh at zefix dot tv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92654 --- Comment #9 from fiesh at zefix dot tv --- (In reply to Martin Liška from comment #8) > Ok, GCC newly received a support for __has_builtin, so one needs to > '#define a 0' always. > The ICE started with r259043, before that the code was rejecte

[Bug c++/92654] [8/9/10 Regression] internal compiler error: in lookup_template_class_1

2019-11-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92654 Martin Liška changed: What|Removed |Added Keywords|ice-on-invalid-code |ice-on-valid-code --- Comment #8 from Mar

[Bug c++/92654] [8/9/10 Regression] internal compiler error: in lookup_template_class_1

2019-11-28 Thread fiesh at zefix dot tv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92654 --- Comment #7 from fiesh at zefix dot tv --- And creduce just finished: (I left the ifdef unchanged so it can still be compiled under clang.) #ifdef __has_builtin #define a 1 #endif template struct d { typedef b e; constexpr operator e()

[Bug c++/92654] [8/9/10 Regression] internal compiler error: in lookup_template_class_1

2019-11-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92654 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,