Commit 9c10179d by Zack Weinberg Committed by Zack Weinberg

20021123-2.c: Delete; dup of 20021120-1.c.

	* 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.

From-SVN: r75663
parent 0fbbe8a4
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.
......
/* 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(); }
/* 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(); }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment