Commit 7f03f9a3 by Eric Botcazou Committed by Eric Botcazou

* gcc.dg/pragma-re-1.c: Use right pointer type.

From-SVN: r75638
parent 21e430b8
2004-01-10 Eric Botcazou <ebotcazou@libertysurf.fr> 2004-01-10 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/pragma-re-1.c: Use right pointer type.
2004-01-10 Eric Botcazou <ebotcazou@libertysurf.fr>
* g++.dg/eh/simd-1.c: Ajust line number for dg-error line. * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
2004-01-09 Geoffrey Keating <geoffk@apple.com> 2004-01-09 Geoffrey Keating <geoffk@apple.com>
......
...@@ -8,4 +8,4 @@ ...@@ -8,4 +8,4 @@
#pragma redefine_extname foo bar #pragma redefine_extname foo bar
extern int foo(void); extern int foo(void);
void *p = (void *)foo; int (*p)(void) = 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