[Bug c++/64100] A static assert using the the current class in a noexcept test leads to a segfault

2014-12-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64100 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/64100] A static assert using the the current class in a noexcept test leads to a segfault

2014-12-03 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64100 Kai Tietz changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment #2 fro

[Bug c++/64100] A static assert using the the current class in a noexcept test leads to a segfault

2014-12-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64100 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug c++/64100] A static assert using the the current class in a noexcept test leads to a segfault

2014-12-03 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64100 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #4

[Bug c++/64100] A static assert using the the current class in a noexcept test leads to a segfault

2014-12-04 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64100 Kai Tietz changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #5 from Kai Tietz ---

[Bug c++/64100] A static assert using the the current class in a noexcept test leads to a segfault

2014-12-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64100 --- Comment #6 from Kai Tietz --- Author: ktietz Date: Wed Dec 10 11:22:34 2014 New Revision: 218571 URL: https://gcc.gnu.org/viewcvs?rev=218571&root=gcc&view=rev Log: PR c++/64100 * typeck.c (lookup_destructor): Handle incomplete type.

[Bug c++/64100] A static assert using the the current class in a noexcept test leads to a segfault

2014-12-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64100 --- Comment #7 from Kai Tietz --- Author: ktietz Date: Wed Dec 10 11:26:47 2014 New Revision: 218572 URL: https://gcc.gnu.org/viewcvs?rev=218572&root=gcc&view=rev Log: PR c++/64100 * g++.dg/template/pr64100.C: New file. Added: trun

[Bug c++/64100] A static assert using the the current class in a noexcept test leads to a segfault

2014-12-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64100 Kai Tietz changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---