[Bug c++/68309] [5/6 Regression] ICE: Segmentation fault

2015-12-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68309 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/68309] [5/6 Regression] ICE: Segmentation fault

2015-12-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68309 --- Comment #7 from Jason Merrill --- (In reply to Jason Merrill from comment #6) > * pt.c (instantiate_decl): Revert earlier change. The bug is now fixed by the patch for 63628.

[Bug c++/68309] [5/6 Regression] ICE: Segmentation fault

2015-12-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68309 --- Comment #6 from Jason Merrill --- Author: jason Date: Wed Dec 16 18:22:23 2015 New Revision: 231714 URL: https://gcc.gnu.org/viewcvs?rev=231714&root=gcc&view=rev Log: PR c++/68309 * pt.c (instantiate_decl): Revert earlier cha

[Bug c++/68309] [5/6 Regression] ICE: Segmentation fault

2015-12-14 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68309 --- Comment #5 from Jason Merrill --- Author: jason Date: Mon Dec 14 20:54:17 2015 New Revision: 231632 URL: https://gcc.gnu.org/viewcvs?rev=231632&root=gcc&view=rev Log: PR c++/68309 gcc/ * hash-table.h: Add copy constructor.

[Bug c++/68309] [5/6 Regression] ICE: Segmentation fault

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

[Bug c++/68309] [5/6 Regression] ICE: Segmentation fault

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

[Bug c++/68309] [5/6 Regression] ICE: Segmentation fault

2015-11-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68309 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Priority|P3

[Bug c++/68309] [5/6 Regression] ICE: Segmentation fault

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

[Bug c++/68309] [5/6 Regression] ICE: Segmentation fault

2015-11-12 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68309 --- Comment #2 from Markus Trippelsdorf --- Without headers: namespace std { template _Tp forward(int); template class initializer_list { int *_M_array; unsigned long _M_len; }; } using namespace std; template void print(Ts... args) { [

[Bug c++/68309] [5/6 Regression] ICE: Segmentation fault

2015-11-12 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68309 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|