OSDN Git Service

* gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Jan 2004 00:47:20 +0000 (00:47 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Jan 2004 00:47:20 +0000 (00:47 +0000)
* gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75663 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20021123-2.c [deleted file]
gcc/testsuite/gcc.c-torture/compile/20021123-3.c [deleted file]

index 9b1672b..ac1ae07 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-10  Zack Weinberg  <zack@codesourcery.com>
+
+       * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
+       * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
+
 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * gcc.dg/pragma-re-1.c: Use right pointer type.
diff --git a/gcc/testsuite/gcc.c-torture/compile/20021123-2.c b/gcc/testsuite/gcc.c-torture/compile/20021123-2.c
deleted file mode 100644 (file)
index 423f8ec..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* PR c/8518 */
-/* Contributed by Volker Reichelt. */
-
-/* Verify that GCC doesn't get confused by the
-   redefinition of an extern inline function. */
-
-extern int inline foo () { return 0; }
-extern int inline bar () { return 0; }
-static int inline bar () { return foo(); }
diff --git a/gcc/testsuite/gcc.c-torture/compile/20021123-3.c b/gcc/testsuite/gcc.c-torture/compile/20021123-3.c
deleted file mode 100644 (file)
index 51f0e25..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* PR c/8518 */
-/* Contributed by Volker Reichelt. */
-
-/* Verify that GCC doesn't get confused by the
-   redefinition of an extern inline function. */
-
-extern int inline foo () { return 0; }
-extern int inline bar () { return 0; }
-static int bar () { return foo(); }