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 middle-end/36885] [TUPLES] tuples branch bootstrap failure in libstdc++-v3



------- Comment #9 from rguenth at gcc dot gnu dot org  2008-07-23 08:33 -------
Created an attachment (id=15944)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15944&action=view)
somewhat reduced testcase

Fails at -O2 -g.  Two errors this time ;)

./cc1plus -quiet -O2 locale_init.3.ii -g
locale_init.3.ii: In constructor 'std::locale::_Impl::_Impl(size_t)':
locale_init.3.ii:695: error: SSA name in freelist but still referenced
this_2
locale_init.3.ii:695: note: in statement
<<<change_dynamic_type (struct ctype *) *this_2)>>>

locale_init.3.ii:695: error: incorrect sharing of tree nodes
__tpw_55->_M_am_pm_format ={v} 0B;

*__tpw_55
locale_init.3.ii:695: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 


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


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