[Bug tree-optimization/47404] gcc.dg/pr46909.c FAILs on IRIX 6.5

2011-03-01 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47404

Rainer Orth ro at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #4 from Rainer Orth ro at gcc dot gnu.org 2011-03-01 11:48:34 UTC 
---
Seems so: the test passes since 20110222.

*** This bug has been marked as a duplicate of bug 47835 ***


[Bug tree-optimization/47404] gcc.dg/pr46909.c FAILs on IRIX 6.5

2011-02-27 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47404

--- Comment #3 from Mikael Pettersson mikpe at it dot uu.se 2011-02-27 
15:01:25 UTC ---
Duplicate of PR47835?


[Bug tree-optimization/47404] gcc.dg/pr46909.c FAILs on IRIX 6.5

2011-02-17 Thread janis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47404

Janis Johnson janis at gcc dot gnu.org changed:

   What|Removed |Added

 CC||janis at gcc dot gnu.org

--- Comment #2 from Janis Johnson janis at gcc dot gnu.org 2011-02-17 
23:22:51 UTC ---
This test has failed on all mips, m68k, and powerpc* targets since it was added
by:

r167800 | jakub | 2010-12-14 06:09:59 -0800 (Tue, 14 Dec 2010) | 15 lines

PR tree-optimization/46909
* gimple-fold.c (and_var_with_comparison_1): Save partial
result even in the is_and case, if both partial results
are the same, return it.
(or_var_with_comparison_1): Use is_or predicate instead of
innercode == TRUTH_OR_EXPR test.  Save partial result
even in the is_or case, if both partial results are the
same, return it.  In the !is_or case when both partial
results are the same, return the partial result instead
of boolean_true_node.

* gcc.c-torture/execute/pr46909-1.c: New test.
* gcc.c-torture/execute/pr46909-2.c: New test.
* gcc.dg/pr46909.c: New test.


[Bug tree-optimization/47404] gcc.dg/pr46909.c FAILs on IRIX 6.5

2011-01-21 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47404

--- Comment #1 from Rainer Orth ro at gcc dot gnu.org 2011-01-21 17:30:55 UTC 
---
Created attachment 23068
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23068
ifcombine dump