Commit 6e8647d5 by Josef Zlomek Committed by Josef Zlomek

20030213-1.c: Expect warning for unsupported -fpic on cris-*-elf* cris-*-aout* and mmix-*-*.

	* gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
	cris-*-elf* cris-*-aout* and mmix-*-*.

From-SVN: r62896
parent 8fd73754
2003-02-14 Josef Zlomek <zlomekj@suse.cz>
* gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
cris-*-elf* cris-*-aout* and mmix-*-*.
2003-02-13 Josef Zlomek <zlomekj@suse.cz>
* gcc.dg/20030213-1.c: New test.
......
/* Testcase for http://gcc.gnu.org/ml/gcc-patches/2003-02/msg01017.html */
/* { dg-do link { target *-*-* } } */
/* { dg-do link } */
/* { dg-options "-O -fpic" } */
/* { dg-warning "not supported" "PIC unsupported" { target cris-*-elf* cris-*-aout* mmix-*-* } 0 } */
int *g;
......
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