From: Jeff Law Date: Wed, 9 Jan 2002 23:30:04 +0000 (-0700) Subject: * gcc.dg/asm-fs-1.c: Disable warnings when compiling. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d5c66d64300147d84e17bbb34b88d832d6c5a81;p=gcc.git * gcc.dg/asm-fs-1.c: Disable warnings when compiling. From-SVN: r48699 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 37e0b7be5b3..c840926352b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.dg/asm-fs-1.c b/gcc/testsuite/gcc.dg/asm-fs-1.c index c60187a7af5..f215ee8ac8a 100644 --- a/gcc/testsuite/gcc.dg/asm-fs-1.c +++ b/gcc/testsuite/gcc.dg/asm-fs-1.c @@ -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) {}