Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1344)

Unified Diff: gcc/gcc/testsuite/gcc.dg/dfp/pr39986.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/dfp/pr37435.c ('k') | gcc/gcc/testsuite/gcc.dg/dfp/pr41049.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.dg/dfp/pr39986.c
diff --git a/gcc/gcc/testsuite/gcc.dg/dfp/pr39986.c b/gcc/gcc/testsuite/gcc.dg/dfp/pr39986.c
deleted file mode 100644
index 53bda3c824aebe9ccc2b0321da06b0822baa843e..0000000000000000000000000000000000000000
--- a/gcc/gcc/testsuite/gcc.dg/dfp/pr39986.c
+++ /dev/null
@@ -1,31 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-std=gnu99" } */
-
-/* Check that the compiler generates the correct decimal float constants. */
-
-_Decimal32 a = 100.223df;
-_Decimal32 b = -2.3df;
-_Decimal64 c = 3.4e-4dd;
-_Decimal64 d = -4.500dd;
-_Decimal128 e = 5678901234567.89e+200dl;
-_Decimal128 f = -678901.234e-6dl;
-
-/* The first value is DPD, the second is BID. The order differs depending
- on whether the target is big-endian or little-endian. */
-
-/* { dg-final { scan-assembler ".long\t(572653859|822183807)\n" } } */
-
-/* { dg-final { scan-assembler ".long\t(-1572863965|-1308622825)\n" } } */
-
-/* { dg-final { scan-assembler ".long\t(52|34)\n" } } */
-/* { dg-final { scan-assembler ".long\t(572784640|824180736)\n" } } */
-
-/* { dg-final { scan-assembler ".long\t(4736|4500)\n" } } */
-/* { dg-final { scan-assembler ".long\t(-1574174720|-1319108608)\n" } } */
-
-/* { dg-final { scan-assembler ".long\t(-1975952433|957645077)\n" } } */
-/* { dg-final { scan-assembler ".long\t(190215|132222)\n" } } */
-/* { dg-final { scan-assembler ".long\t(574193664|835452928)\n" } } */
-
-/* { dg-final { scan-assembler ".long\t(931280180|678901234)\n" } } */
-/* { dg-final { scan-assembler ".long\t(-1576681472|-1339162624)\n" } } */
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/dfp/pr37435.c ('k') | gcc/gcc/testsuite/gcc.dg/dfp/pr41049.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698