OSDN Git Service

* gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
authorzlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Feb 2003 09:17:22 +0000 (09:17 +0000)
committerzlomek <zlomek@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Feb 2003 09:17:22 +0000 (09:17 +0000)
cris-*-elf* cris-*-aout* and mmix-*-*.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20030213-1.c

index ae512c1..dc0b5db 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 7e55657..c9fe3a4 100644 (file)
@@ -1,6 +1,7 @@
 /* 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;