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

Unified Diff: gcc/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d64.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
Index: gcc/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d64.c
diff --git a/gcc/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d64.c b/gcc/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d64.c
deleted file mode 100644
index 39470013ecdb34e21dc1c8f28dea34eccae1864d..0000000000000000000000000000000000000000
--- a/gcc/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d64.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/* { dg-options "-std=gnu99" } */
-
-/* Simple test of vararg passing for problematic types with and without
- double values passed between them. */
-
-#define DTYPE _Decimal64
-#define ONE 1.0dd
-#define THREE 3.0dd
-#define SEVEN 7.0dd
-#define ELEVEN 11.0dd
-#define INTS 2
-
-#include "func-vararg-alternate.h"
-
-int
-main ()
-{
- doit ();
- return 0;
-}
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d32.c ('k') | gcc/gcc/testsuite/gcc.dg/dfp/func-vararg-dfp.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698