------- Comment #1 from matz at gcc dot gnu dot org 2007-11-27 19:02 ------- Created an attachment (id=14648) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14648&action=view) fix for this
A potential fix for this problem, iterating over possibly multiple constant refs. Shouldn't have much overhead over the old solution as the variable length buffer required for it is reused and resized only if necessary. Fixes also our internal problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34250