[Bug c++/59004] [4.8 Regression] ICE generated by __func__
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59004 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED Target Milestone|4.8.5 |4.9.0 --- Comment #7 from Paolo Carlini --- Done.
[Bug c++/59004] [4.8 Regression] ICE generated by __func__
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59004 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Thu Jan 8 18:04:03 2015 New Revision: 219353 URL: https://gcc.gnu.org/viewcvs?rev=219353&root=gcc&view=rev Log: 2015-01-08 Paolo Carlini PR c++/59004 * g++.dg/ext/fnname4.C: New. Added: trunk/gcc/testsuite/g++.dg/ext/fnname4.C Modified: trunk/gcc/testsuite/ChangeLog
[Bug c++/59004] [4.8 Regression] ICE generated by __func__
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59004 --- Comment #5 from Paolo Carlini --- At this point I think we can add the testcase to be safe and close the bug.
[Bug c++/59004] [4.8 Regression] ICE generated by __func__
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59004 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #4 from Jakub Jelinek --- GCC 4.8.4 has been released.
[Bug c++/59004] [4.8 Regression] ICE generated by __func__
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59004 Richard Biener changed: What|Removed |Added Priority|P3 |P2
[Bug c++/59004] [4.8 Regression] ICE generated by __func__
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59004 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 --- Comment #3 from Richard Biener --- GCC 4.8.3 is being released, adjusting target milestone.
[Bug c++/59004] [4.8 Regression] ICE generated by __func__
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59004 Volker Reichelt changed: What|Removed |Added Target Milestone|4.8.4 |4.8.3
[Bug c++/59004] [4.8 Regression] ICE generated by __func__
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59004 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work||4.5.0, 4.6.0, 4.7.0, 4.9.0 Keywords||ice-on-valid-code Last reconfirmed||2014-02-14 CC||reichelt at gcc dot gnu.org Ever confirmed|0 |1 Summary|ICE generated by __func__ |[4.8 Regression] ICE ||generated by __func__ Target Milestone|--- |4.8.4 Known to fail||4.8.0, 4.8.1, 4.8.2 --- Comment #2 from Volker Reichelt --- Confirmed. Still happens on 4.8 branch, but not on trunk.