Commit e1584860 by Uros Bizjak Committed by Uros Bizjak

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
parent fdd84500
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
/* { 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 } */
......
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