[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-15 Thread andreasmeier80 at gmx dot de
--- Comment #13 from andreasmeier80 at gmx dot de 2007-08-15 18:50 --- Fixed -- andreasmeier80 at gmx dot de changed: What|Removed |Added Status|NEW

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-14 Thread sje at gcc dot gnu dot org
--- Comment #12 from sje at gcc dot gnu dot org 2007-08-14 18:12 --- Subject: Bug 32941 Author: sje Date: Tue Aug 14 18:12:34 2007 New Revision: 127487 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127487 Log: PR tree-optimization/32941 * tree-eh.c (struct leh_t

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-10 Thread schwab at suse dot de
--- Comment #11 from schwab at suse dot de 2007-08-10 17:16 --- Looks good. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32941

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-09 Thread andreasmeier80 at gmx dot de
--- Comment #10 from andreasmeier80 at gmx dot de 2007-08-10 05:48 --- The patch works fine for me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32941

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-09 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32941

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-09 Thread andreasmeier80 at gmx dot de
--- Comment #9 from andreasmeier80 at gmx dot de 2007-08-09 19:33 --- I'm now testing the patch from Comment #7. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32941

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-09 Thread andreasmeier80 at gmx dot de
--- Comment #8 from andreasmeier80 at gmx dot de 2007-08-09 19:24 --- The regression was caused by the following patch New Revision: 126951 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126951 Log: 2007-07-26 Richard Guenther <[EMAIL PROTECTED]> toplev/ * con

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-09 Thread sje at cup dot hp dot com
--- Comment #7 from sje at cup dot hp dot com 2007-08-09 17:02 --- Created an attachment (id=14047) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14047&action=view) untested patch I can't reliably reproduce the problem but the attached patch may fix it. It removes the sort and re

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-09 Thread andreasmeier80 at gmx dot de
--- Comment #6 from andreasmeier80 at gmx dot de 2007-08-09 16:07 --- It worked well with r126947, but did not with r126951 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32941

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-09 Thread andreasmeier80 at gmx dot de
--- Comment #5 from andreasmeier80 at gmx dot de 2007-08-09 12:52 --- It worked well with r126941, but did not with r126959 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32941

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-09 Thread andreasmeier80 at gmx dot de
--- Comment #4 from andreasmeier80 at gmx dot de 2007-08-09 08:43 --- It worked well with r126900, but did not with r126976 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32941

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-08-03 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-08-04 01:50 --- *** Bug 32983 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-07-31 Thread schwab at suse dot de
--- 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/bug

[Bug tree-optimization/32941] [4.3 regression] Bootstrap comparison failure

2007-07-31 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2007-07-31 13:32 --- The difference is created during the tree-eh pass, when try/finally is lowered. -- schwab at suse dot de changed: What|Removed |Added ---