mirror of git://gcc.gnu.org/git/gcc.git
struct-layout-1_generate.c (dg-options): Add -mieee for alpha*-*-* targets.
* gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee for alpha*-*-* targets. * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto. From-SVN: r143070
This commit is contained in:
parent
3106d8e5d5
commit
e28206ba6b
|
@ -1,3 +1,9 @@
|
|||
2009-01-05 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
|
||||
for alpha*-*-* targets.
|
||||
* g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
|
||||
|
||||
2009-01-05 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/38665
|
||||
|
|
|
@ -48,7 +48,8 @@ const char *dg_options[] = {
|
|||
"/* { dg-options \"%s-I%s -fno-common\" { target hppa*-*-hpux* powerpc*-*-darwin* *-*-mingw32* *-*-cygwin* } } */\n",
|
||||
"/* { dg-options \"%s-I%s -mno-mmx -fno-common\" { target i?86-*-darwin* x86_64-*-darwin* } } */\n",
|
||||
"/* { dg-options \"%s-I%s -mno-base-addresses\" { target mmix-*-* } } */\n",
|
||||
"/* { dg-options \"%s-I%s -mlongcalls -mtext-section-literals\" { target xtensa*-*-* } } */\n"
|
||||
"/* { dg-options \"%s-I%s -mlongcalls -mtext-section-literals\" { target xtensa*-*-* } } */\n",
|
||||
"/* { dg-options \"%s-I%s -mieee\" { target alpha*-*-* } } */\n"
|
||||
#define NDG_OPTIONS (sizeof (dg_options) / sizeof (dg_options[0]))
|
||||
};
|
||||
|
||||
|
|
|
@ -48,7 +48,8 @@ const char *dg_options[] = {
|
|||
"/* { dg-options \"%s-I%s -fno-common\" { target hppa*-*-hpux* powerpc*-*-darwin* *-*-mingw32* *-*-cygwin* } } */\n",
|
||||
"/* { dg-options \"%s-I%s -mno-mmx -fno-common\" { target i?86-*-darwin* x86_64-*-darwin* } } */\n",
|
||||
"/* { dg-options \"%s-I%s -mno-base-addresses\" { target mmix-*-* } } */\n",
|
||||
"/* { dg-options \"%s-I%s -mlongcalls -mtext-section-literals\" { target xtensa*-*-* } } */\n"
|
||||
"/* { dg-options \"%s-I%s -mlongcalls -mtext-section-literals\" { target xtensa*-*-* } } */\n",
|
||||
"/* { dg-options \"%s-I%s -mieee\" { target alpha*-*-* } } */\n"
|
||||
#define NDG_OPTIONS (sizeof (dg_options) / sizeof (dg_options[0]))
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue