This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/49996] Internal error in verify_gimple_stmt: initializing struct in new-initializer


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49996

--- Comment #6 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2011-10-25 14:09:09 UTC ---
Of course, my issue is totally independent from vituscze's problem.
It just caused the same ICE. 
Should I open a new bug, or is it OK to continue to hijack this one?

Anyway, my problem is caused by:

b3c93f85c7135781bfe1a520feab3fbe440338e6 is the first bad commit
commit b3c93f85c7135781bfe1a520feab3fbe440338e6
Author: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Oct 20 19:13:51 2011 +0000

        PR c++/41449
        * typeck2.c (split_nonconstant_init_1): Handle EH cleanup of
        initialized subobjects.

    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180267
138bc75d-0d04-0410-961f-82ee72b054a4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]