------- Comment #16 from rguenth at gcc dot gnu dot org 2010-03-26 13:36 ------- (In reply to comment #14) > Created an attachment (id=20209) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20209&action=view) [edit] > 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.
This one is ok for 4.6. Possibly with GTY if_marked foo to allow us reclaim integer constants hanging off these nonstandard types? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43516