mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:51:00 +08:00
opt-3.c: Use -mregparm=3 only for ilp32 on x86_64 targets.
* gcc.dg/tls/opt-3.c: Use -mregparm=3 only for ilp32 on x86_64 targets. From-SVN: r123479
This commit is contained in:
parent
fdd84500ae
commit
e1584860ef
@ -1,3 +1,7 @@
|
||||
2007-04-03 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.dg/tls/opt-3.c: Use -mregparm=3 only for ilp32 on x86_64 targets.
|
||||
|
||||
2007-04-03 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/30847
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -fpic" } */
|
||||
/* { dg-options "-O2 -fpic -mregparm=3" { target i?86-*-* x86_64-*-* } } */
|
||||
/* { dg-options "-O2 -fpic -mregparm=3" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
|
||||
/* { dg-require-effective-target tls } */
|
||||
/* { dg-require-effective-target fpic } */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user