Commit 7d5c66d6 by Jeff Law Committed by Jeff Law

* gcc.dg/asm-fs-1.c: Disable warnings when compiling.

From-SVN: r48699
parent 8d15f472
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
Wed Jan 9 14:03:20 2002 Jeffrey A Law (law@redhat.com) 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 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
execution failure on PA targets. execution failure on PA targets.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Make sure we do not get spurious '*' characters in section names or Make sure we do not get spurious '*' characters in section names or
elsewhere, with asm-specified names. */ elsewhere, with asm-specified names. */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-ffunction-sections -fdata-sections" } */ /* { dg-options "-w -ffunction-sections -fdata-sections" } */
void foo (void) asm ("_bar"); void foo (void) asm ("_bar");
void foo (void) {} void foo (void) {}
......
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