* gcc.dg/asm-fs-1.c: Disable warnings when compiling.
From-SVN: r48699
This commit is contained in:
parent
8d15f472b0
commit
7d5c66d643
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue