[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

2017-05-25 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68578 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

2017-05-25 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68578 --- Comment #7 from paolo at gcc dot gnu.org --- Author: paolo Date: Thu May 25 09:32:06 2017 New Revision: 248450 URL: https://gcc.gnu.org/viewcvs?rev=248450=gcc=rev Log: 2017-05-25 Paolo Carlini PR

[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

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

[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

2016-06-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68578 Richard Biener changed: What|Removed |Added Target Milestone|5.4 |5.5 --- Comment #5 from Richard Biener

[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

2016-05-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68578 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

2015-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68578 Richard Biener changed: What|Removed |Added Target Milestone|5.3 |5.4 --- Comment #4 from Richard Biener

[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

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

[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

2015-11-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68578 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.3

[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

2015-11-27 Thread yury.zaytsev at traveltainment dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68578 --- Comment #1 from Yury V. Zaytsev --- Affected: GCC 5.2.1, unaffected: GCC 4.9.2 and reportedly trunk. $ cat ice.i template struct bar foo; template <> struct foo<>: $ g++-5 -std=c++14 -w ice.i ice.i:1:56: internal compiler error:

[Bug c++/68578] [5 Regression] ICE on invalid template declaration and instantiation

2015-11-27 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68578 Markus Trippelsdorf changed: What|Removed |Added Keywords||ice-on-invalid-code