This is the mail archive of the gcc@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]

Re: two new failures on darwin6.1 fastmath-1.c


On Wednesday, October 23, 2002, at 07:57  AM, David Edelsohn wrote:

Andreas Tobler writes:
Andreas> The subject says it. But I couldn't figure out from whom they come.
Andreas> And are the intended to work on darwin?
Andreas> The execution also fails on powerpc-linux.

This is the new testcase that Dale checked in for PR target/7133.
However, the testcase is failing on PowerPC and other targets, so Dale
needs to investigate.
A thinko in the testcase.  Sorry.  Below committed as obvious.
Index: fastmath-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/fastmath-1.c,v
retrieving revision 1.2
diff -u -d -b -w -c -3 -p -r1.2 fastmath-1.c
cvs server: conflicting specifications of output style
*** fastmath-1.c        22 Oct 2002 14:44:04 -0000      1.2
--- fastmath-1.c        23 Oct 2002 17:03:28 -0000
*************** main() {
*** 20,24 ****
         foo(&dists[14], 128)
        != 156)
      abort();
  }
-
--- 20,24 ----
         foo(&dists[14], 128)
        != 156)
      abort();
+   return 0;
  }


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