re PR target/16952 (GCC for powerpc cross target with -mrelocatable reports error)

PR target/16952
	* gcc.dg/ppc-eabi.c: New.

From-SVN: r91619
This commit is contained in:
Alan Modra 2004-12-02 06:30:42 +00:00 committed by Alan Modra
parent f4f4921e08
commit 5191f2ba91
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-12-02 Alan Modra <amodra@bigpond.net.au>
PR target/16952
* gcc.dg/ppc-eabi.c: New.
2004-12-02 Bud Davis <bdavis9659@comcast.net>
PR fortran/18284

View File

@ -0,0 +1,4 @@
/* PR target/16952 */
/* { dg-do compile { target powerpc*-*-linux* } } */
/* { dg-options "-m32 -meabi -mrelocatable" } */
char *s = "boo";