public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Kenneth Zadeck <zadeck@naturalbridge.com>
To: gcc-patches <gcc-patches@gcc.gnu.org>,
	Mike Stump <mikestump@comcast.net>
Subject: fixed misplaced testcase
Date: Tue, 01 Sep 2015 23:40:00 -0000	[thread overview]
Message-ID: <55E6376F.10504@naturalbridge.com> (raw)

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

                 reply	other threads:[~2015-09-01 23:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55E6376F.10504@naturalbridge.com \
    --to=zadeck@naturalbridge.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=mikestump@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).