------- Comment #14 from jakub at gcc dot gnu dot org 2010-03-26 13:15 ------- Created an attachment (id=20209) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20209&action=view) gcc45-pr43516-2.patch
Another possible patch, this one speeds up build_nonstandard_integer (e.g. on the #c1 testcase it is called hundreds times) and at the same time ensures the type isn't garbage collected and thus this problem won't occur. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43516