Commit 0a7db788 by Rainer Orth

Skip gcc.target/i386/mcount_pic.c on Solaris

From-SVN: r218080
parent 5d45c9c0
......@@ -3,7 +3,7 @@
/* { dg-do run } */
/* { dg-require-effective-target fpic } */
/* { dg-require-effective-target ia32 } */
/* { dg-options "-O2 -fpic -p -save-temps" } */
/* { dg-options "-O2 -fpic -pg -save-temps" } */
int main ()
{
......@@ -11,5 +11,5 @@ int main ()
}
/* { dg-final { scan-assembler "mcount" } } */
/* { dg-final { scan-assembler "get_pc_thunk" } } */
/* { dg-final { scan-assembler "get_pc_thunk" { xfail { *-*-solaris* && { ! gld } } } } } */
/* { dg-final { cleanup-saved-temps } } */
......@@ -17,4 +17,4 @@ test (__float128 x, int p, func f)
return x;
}
/* { dg-final { scan-assembler "get_pc_thunk" } } */
/* { dg-final { scan-assembler "get_pc_thunk" { xfail { *-*-solaris* && { ! gld } } } } } */
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