struct-layout-1_generate.c: Add -w option on mmix-*-* for *_[xy].c.
* gcc.dg/compat/struct-layout-1_generate.c: Add -w option on mmix-*-* for *_[xy].c. From-SVN: r107615
This commit is contained in:
parent
2979bcca5d
commit
c869fb40ac
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-28 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gcc.dg/compat/struct-layout-1_generate.c: Add -w option
|
||||
on mmix-*-* for *_[xy].c.
|
||||
|
||||
2005-11-28 Kean Johnston <jkj@sco.com>
|
||||
|
||||
* g++.dg/opt/range-test-1.C: Prevent re-inclusion of system
|
||||
|
|
|
@ -723,7 +723,7 @@ int main (void)\n\
|
|||
fprintf (outfile, "\
|
||||
/* { dg-options \"-w -I%s\" } */\n\
|
||||
/* { dg-options \"-w -I%s -fno-common\" { target hppa*-*-hpux* } } */\n\
|
||||
/* { dg-options \"-I%s -mno-base-addresses\" { target mmix-*-* } } */\n\
|
||||
/* { dg-options \"-w -I%s -mno-base-addresses\" { target mmix-*-* } } */\n\
|
||||
#include \"struct-layout-1_x1.h\"\n\
|
||||
#include \"t%03d_test.h\"\n\
|
||||
#include \"struct-layout-1_x2.h\"\n\
|
||||
|
@ -736,7 +736,7 @@ int main (void)\n\
|
|||
fprintf (outfile, "\
|
||||
/* { dg-options \"-w -I%s\" } */\n\
|
||||
/* { dg-options \"-w -I%s -fno-common\" { target hppa*-*-hpux* } } */\n\
|
||||
/* { dg-options \"-I%s -mno-base-addresses\" { target mmix-*-* } } */\n\
|
||||
/* { dg-options \"-w -I%s -mno-base-addresses\" { target mmix-*-* } } */\n\
|
||||
#include \"struct-layout-1_y1.h\"\n\
|
||||
#include \"t%03d_test.h\"\n\
|
||||
#include \"struct-layout-1_y2.h\"\n\
|
||||
|
|
Loading…
Add table
Reference in a new issue