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 tree-optimization/32941] [4.3 regression] Bootstrap comparison failure



------- Comment #2 from schwab at suse dot de  2007-07-31 14:08 -------
The problem is that the goto queue is sorted by address and the cont_stmt of
the first queue element is used for the final branch out.  This makes the used
goto expr dependent on tree addresses.


-- 


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


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