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 rtl-optimization/29950] Generated code changes after unrelated edits in source.



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-11-24 02:51 -------
Most likely something is being hashed by addresses and then transversing the
hashtable or an unstable sort due to using addresses as the last compare.  A
lot of these issues were fixed in 4.2.0 so this might be fixed already.


-- 


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


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