* gcc.dg/asm-fs-1.c: Disable warnings when compiling.
authorJeff Law <law@redhat.com>
Wed, 9 Jan 2002 23:30:04 +0000 (16:30 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 9 Jan 2002 23:30:04 +0000 (16:30 -0700)
From-SVN: r48699

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/asm-fs-1.c

index 37e0b7be5b300c1becf350b5002d040416360e46..c840926352b4b50c6f52c964b941b6d87c066643 100644 (file)
@@ -22,6 +22,8 @@
 
 Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
 
+       * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
+
        * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
        execution failure on PA targets.
 
index c60187a7af56c1ff60c35918d4bb3b2801ab320d..f215ee8ac8a79bb62b47b2f7ae7e986522d1155d 100644 (file)
@@ -2,7 +2,7 @@
    Make sure we do not get spurious '*' characters in section names or
    elsewhere, with asm-specified names.  */
 /* { dg-do compile } */
-/* { dg-options "-ffunction-sections -fdata-sections" } */
+/* { dg-options "-w -ffunction-sections -fdata-sections" } */
 
 void foo (void) asm ("_bar");
 void foo (void) {}