[Bug testsuite/36440] [4.4 Regression] FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0

2008-09-15 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2008-09-15 09:42 --- Everything seems to be fixed as far as I can see. -- jakub at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/36440] [4.4 Regression] FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0

2008-07-13 Thread danglin at gcc dot gnu dot org
--- Comment #7 from danglin at gcc dot gnu dot org 2008-07-13 22:28 --- Subject: Bug 36440 Author: danglin Date: Sun Jul 13 22:27:58 2008 New Revision: 137757 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137757 Log: PR testsuite/36440 * tree-call-cdce.c (check_

[Bug testsuite/36440] [4.4 Regression] FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0

2008-06-25 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36440

[Bug testsuite/36440] [4.4 Regression] FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0

2008-06-15 Thread danglin at gcc dot gnu dot org
--- Comment #6 from danglin at gcc dot gnu dot org 2008-06-15 19:57 --- gcc.dg/cdce1.c and gcc.dg/cdce2.c also fail on hppa*-*-*. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36440

[Bug testsuite/36440] [4.4 Regression] FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0

2008-06-15 Thread danglin at gcc dot gnu dot org
--- Comment #5 from danglin at gcc dot gnu dot org 2008-06-15 14:53 --- Also fails on hppa*-*-*. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/36440] [4.4 Regression] FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0

2008-06-11 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36440

[Bug testsuite/36440] [4.4 Regression] FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0

2008-06-10 Thread kkojima at gcc dot gnu dot org
--- Comment #4 from kkojima at gcc dot gnu dot org 2008-06-11 01:27 --- Created an attachment (id=15746) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15746&action=view) patch >From the reports on gcc-testresults, cdce3.C fails on some other targets: arm-none-linux-gnueabi http:/

[Bug testsuite/36440] [4.4 Regression] FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0

2008-06-06 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2008-06-06 18:17 --- > I wonder why gcc.dg/cdce1.c and gcc.dg/cdce2.c do not fail in the same way? Because the tests pass (as far as I can tell from the tests oni686-apple-darwin9). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=364

[Bug testsuite/36440] [4.4 Regression] FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0

2008-06-06 Thread davidxl at google dot com
--- Comment #2 from davidxl at google dot com 2008-06-06 18:00 --- (In reply to comment #1) > The failures disappear with the following patch: > > --- /opt/gcc/_gcc_clean/gcc/testsuite/g++.dg/cdce3.C2008-06-05 > 08:50:23.0 +0200 > +++ /opt/gcc/gcc-4.4-work/gcc/testsuite/g++.