Commit c869fb40 by Jakub Jelinek Committed by Jakub Jelinek

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
parent 2979bcca
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> 2005-11-28 Kean Johnston <jkj@sco.com>
* g++.dg/opt/range-test-1.C: Prevent re-inclusion of system * g++.dg/opt/range-test-1.C: Prevent re-inclusion of system
...@@ -723,7 +723,7 @@ int main (void)\n\ ...@@ -723,7 +723,7 @@ int main (void)\n\
fprintf (outfile, "\ fprintf (outfile, "\
/* { dg-options \"-w -I%s\" } */\n\ /* { dg-options \"-w -I%s\" } */\n\
/* { dg-options \"-w -I%s -fno-common\" { target hppa*-*-hpux* } } */\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 \"struct-layout-1_x1.h\"\n\
#include \"t%03d_test.h\"\n\ #include \"t%03d_test.h\"\n\
#include \"struct-layout-1_x2.h\"\n\ #include \"struct-layout-1_x2.h\"\n\
...@@ -736,7 +736,7 @@ int main (void)\n\ ...@@ -736,7 +736,7 @@ int main (void)\n\
fprintf (outfile, "\ fprintf (outfile, "\
/* { dg-options \"-w -I%s\" } */\n\ /* { dg-options \"-w -I%s\" } */\n\
/* { dg-options \"-w -I%s -fno-common\" { target hppa*-*-hpux* } } */\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 \"struct-layout-1_y1.h\"\n\
#include \"t%03d_test.h\"\n\ #include \"t%03d_test.h\"\n\
#include \"struct-layout-1_y2.h\"\n\ #include \"struct-layout-1_y2.h\"\n\
......
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