[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-08 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 Volker Reichelt changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|--

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-13 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 Dodji Seketeli changed: What|Removed |Added CC||dodji at gcc dot gnu.org --- Comment #2

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 --- Comment #3 from Paolo Carlini 2011-12-14 01:16:28 UTC --- I can still reproduce it with 182320. Note that quite a few of these ICEs filed by Volker disappear or become "... bailing out" in release-mode. Not to say we shouldn't fix them (when

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 --- Comment #4 from Jakub Jelinek 2011-12-14 07:22:59 UTC --- This one segfaults right away for me, even with trunk as of today (though, I've preprocessed it with 4.6.2 g++ -E -std=c++0x), so this is the more important ice-on-invalid-code categor

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-14 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 Dodji Seketeli changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned a

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 --- Comment #6 from Paolo Carlini 2011-12-14 09:42:42 UTC --- Right, error-recovery. The problem is, in release-mode the category can easily change. I'm also not 100% sure that all the PRs are properly cat in terms of that, but this is a practic

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-14 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 --- Comment #7 from Dodji Seketeli 2011-12-14 18:18:56 UTC --- A candidate patch was sent to http://gcc.gnu.org/ml/gcc-patches/2011-12/msg01120.html

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-14 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 --- Comment #8 from Dodji Seketeli 2011-12-14 21:49:57 UTC --- Author: dodji Date: Wed Dec 14 21:49:52 2011 New Revision: 182343 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182343 Log: PR c++/51475 - ICE with invalid initializer-list

[Bug c++/51475] [c++0x] [4.7 Regression] ICE with invalid initializer_list

2011-12-14 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51475 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|