public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* fixed misplaced testcase
@ 2015-09-01 23:40 Kenneth Zadeck
  0 siblings, 0 replies; only message in thread
From: Kenneth Zadeck @ 2015-09-01 23:40 UTC (permalink / raw)
  To: gcc-patches, Mike Stump

2015-09-01  Kenneth Zadeck <zadeck@naturalbridge.com>
         * gcc.c-torture/execute/ieee/20000320-1.c Fixed misplaced test 
case.

This was approved offline by Mike Stump.

committed as revision 227389.

Kenny
--- gcc/testsuite/gcc.c-torture/execute/ieee/20000320-1.c (revision 227385)
+++ gcc/testsuite/gcc.c-torture/execute/ieee/20000320-1.c (working copy)
@@ -35,10 +35,10 @@ int main()
        || sizeof (double) != sizeof (ull))
      exit (0);

-  c(0x3690000000000000ULL, 0x00000000U);
  #if (defined __arm__ || defined __thumb__) && ! (defined __ARMEB__ || 
defined __VFP_FP__)
    /* The ARM always stores FP numbers in big-wordian format,
       even when running in little-byteian mode.  */
+  c(0x0000000036900000ULL, 0x00000000U);
    c(0x0000000136900000ULL, 0x00000001U);
    c(0xffffffff369fffffULL, 0x00000001U);
    c(0x0000000036A00000ULL, 0x00000001U);
@@ -61,6 +61,7 @@ int main()
    c(0x5000000038100000ULL, 0x00800002U);
    c(0x5000000138100000ULL, 0x00800003U);
  #else
+  c(0x3690000000000000ULL, 0x00000000U);
    c(0x3690000000000001ULL, 0x00000001U);
    c(0x369fffffffffffffULL, 0x00000001U);
    c(0x36A0000000000000ULL, 0x00000001U);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-01 23:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01 23:40 fixed misplaced testcase Kenneth Zadeck

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