public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* two new failures on darwin6.1 fastmath-1.c
@ 2002-10-23  5:06 Andreas Tobler
  2002-10-23  5:08 ` Andrew Pinski
  2002-10-23 10:32 ` David Edelsohn
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Tobler @ 2002-10-23  5:06 UTC (permalink / raw)
  To: GCC

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

Thanks,

Andreas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: two new failures on darwin6.1 fastmath-1.c
  2002-10-23  5:06 two new failures on darwin6.1 fastmath-1.c Andreas Tobler
@ 2002-10-23  5:08 ` Andrew Pinski
  2002-10-23 10:32 ` David Edelsohn
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Pinski @ 2002-10-23  5:08 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: GCC

I also saw it on i686-linux and i686-openbsd so they are not specific 
to PPC.

Thanks,
Andrew Pinski

On Tuesday, Oct 22, 2002, at 23:26 US/Pacific, Andreas Tobler wrote:

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: two new failures on darwin6.1 fastmath-1.c
  2002-10-23  5:06 two new failures on darwin6.1 fastmath-1.c Andreas Tobler
  2002-10-23  5:08 ` Andrew Pinski
@ 2002-10-23 10:32 ` David Edelsohn
  2002-10-23 13:55   ` Dale Johannesen
  1 sibling, 1 reply; 4+ messages in thread
From: David Edelsohn @ 2002-10-23 10:32 UTC (permalink / raw)
  To: Andreas Tobler, Dale Johannesen, Geoff Keating; +Cc: GCC

>>>>> 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.

David

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: two new failures on darwin6.1 fastmath-1.c
  2002-10-23 10:32 ` David Edelsohn
@ 2002-10-23 13:55   ` Dale Johannesen
  0 siblings, 0 replies; 4+ messages in thread
From: Dale Johannesen @ 2002-10-23 13:55 UTC (permalink / raw)
  To: David Edelsohn; +Cc: Dale Johannesen, Andreas Tobler, Geoff Keating, GCC


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;
   }

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-23 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-23  5:06 two new failures on darwin6.1 fastmath-1.c Andreas Tobler
2002-10-23  5:08 ` Andrew Pinski
2002-10-23 10:32 ` David Edelsohn
2002-10-23 13:55   ` Dale Johannesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).