This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2007 14:08:08 -0000
- Subject: [Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure
- References: <bug-32941-7087@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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