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 target/34250] ICE in find_constant_pool_ref



------- 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


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