aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@gcc.gnu.org>2001-11-22 16:40:42 +0000
committerNick Clifton <nickc@gcc.gnu.org>2001-11-22 16:40:42 +0000
commit57a1142a15b29bc7400c1c64bf16bc43fe72c8f2 (patch)
tree4ddbeca2fd2fe3826cb60bbb758997cea651bc2c /gcc
parent09eb1aab55cdd70925773cc5855f08f0ef315086 (diff)
downloadgcc-57a1142a15b29bc7400c1c64bf16bc43fe72c8f2.zip
gcc-57a1142a15b29bc7400c1c64bf16bc43fe72c8f2.tar.gz
gcc-57a1142a15b29bc7400c1c64bf16bc43fe72c8f2.tar.bz2
fix typo in previous delta
From-SVN: r47275
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/ieee/20000320-1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.c-torture/execute/ieee/20000320-1.c b/gcc/testsuite/gcc.c-torture/execute/ieee/20000320-1.c
index 6a96129..ed266ef 100644
--- a/gcc/testsuite/gcc.c-torture/execute/ieee/20000320-1.c
+++ b/gcc/testsuite/gcc.c-torture/execute/ieee/20000320-1.c
@@ -48,10 +48,10 @@ int main()
|| sizeof (double) != sizeof (ull))
exit (0);
+ c(0x3690000000000000ULL, 0x00000000U);
#if (defined __arm__ || defined __thumb__) && ! defined __ARMEB__
/* The ARM always stores FP numbers in big-wordian format,
even when running in little-byteian mode. */
- c(0x00000000369000000LL, 0x00000000U);
c(0x0000000136900000ULL, 0x00000001U);
c(0xffffffff369fffffULL, 0x00000001U);
c(0x0000000036A00000ULL, 0x00000001U);
@@ -74,7 +74,6 @@ int main()
c(0x5000000038100000ULL, 0x00800002U);
c(0x5000000138100000ULL, 0x00800003U);
#else
- c(0x3690000000000000ULL, 0x00000000U);
c(0x3690000000000001ULL, 0x00000001U);
c(0x369fffffffffffffULL, 0x00000001U);
c(0x36A0000000000000ULL, 0x00000001U);