[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-20 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 --- Comment #12 from Jason Merrill jason at gcc dot gnu.org 2012-06-20 07:21:46 UTC --- Author: jason Date: Wed Jun 20 07:21:40 2012 New Revision: 188809 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188809 Log: PR c++/53599 * pt.c

[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 --- Comment #9 from Jason Merrill jason at gcc dot gnu.org 2012-06-12 15:01:29 UTC --- Author: jason Date: Tue Jun 12 15:01:17 2012 New Revision: 188460 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188460 Log: PR c++/53599 Revert:

[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-12 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 --- Comment #10 from Jason Merrill jason at gcc dot gnu.org 2012-06-12 18:32:10 UTC --- Author: jason Date: Tue Jun 12 18:32:04 2012 New Revision: 188473 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188473 Log: PR c++/53599 *

[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||rohangarg at

[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org 2012-06-08 06:43:51 UTC --- Yeah, I agree with that.

[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-07 Thread s...@s-e-f-i.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 --- Comment #3 from Philipp s...@s-e-f-i.de 2012-06-07 09:14:56 UTC --- Created attachment 27575 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27575 Reduced testcase

[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2012-06-07 09:36:26 UTC --- Even shorter (but invalid): template bool T struct C { }; template typename T struct E { static bool const value = true; }; template typename T int foo ()

[Bug c++/53599] [4.7/4.8 Regression] gcc-4.7.1_rc20120606 segfaults compiling boost.karma

2012-06-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org 2012-06-07 15:49:38 UTC --- I think for 4.7.1 let's just revert that patch.