[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-07-05 Thread quickhelp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #13 from tormen quickhelp at gmail dot com --- Small update: The problem for me was seemingly caused by the fact that I was compiling on a tmpfs RAM disk. When I moved the compilation to a fixed disk, the below error vanished. Maybe

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-06-28 Thread quickhelp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 tormen quickhelp at gmail dot com changed: What|Removed |Added CC||quickhelp at gmail dot

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #9 from Paolo Carlini paolo.carlini at oracle dot com --- Well, the fix which went in only touched the *C++* front-end, whereas your issue is triggered by *C* code, thus it definitely seems a different issue.

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-06-28 Thread quickhelp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #10 from tormen quickhelp at gmail dot com --- I didn't notice the Component c++ yet :) - Good point you have there :) So ... I better file a new then or as it's the same error message here is fine ?

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-06-28 Thread quickhelp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #11 from tormen quickhelp at gmail dot com --- OK that was a stupid question: New bug it should be.

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2013-06-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #12 from Paolo Carlini paolo.carlini at oracle dot com --- If what I said makes sense, and I think it does, despite the internal error coming from the same place, it's an unrelated C issue.

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2012-05-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2012-05-30 06:47:13 UTC --- Created attachment 27524 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27524 gcc48-pr53356.patch Untested fix. As the TARGET_EXPR for which the

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2012-05-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2012-05-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #4 from Jason Merrill jason at gcc dot gnu.org 2012-05-30 14:50:49 UTC --- Author: jason Date: Wed May 30 14:50:44 2012 New Revision: 188019 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188019 Log: PR c++/53356 *

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2012-05-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org 2012-05-30 14:52:06 UTC --- Author: jason Date: Wed May 30 14:52:02 2012 New Revision: 188021 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188021 Log: PR c++/53356 *

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2012-05-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 --- Comment #6 from Jason Merrill jason at gcc dot gnu.org 2012-05-30 22:07:28 UTC --- Author: jason Date: Wed May 30 22:07:23 2012 New Revision: 188029 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188029 Log: PR c++/53356 *

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2012-05-30 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2012-05-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2 Target

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2012-05-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||jason at redhat dot

[Bug c++/53356] [4.7/4.8 Regression] ICE in verify_gimple_stmt, at tree-cfg.c:4258

2012-05-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53356 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW