Commit e7604cc4 by Joseph Myers Committed by Joseph Myers

thr-cse-1.c: For i?86-*-mingw*, check for multiple calls.

	* gcc.dg/tls/thr-cse-1.c: For i?86-*-mingw*, check for multiple
	calls.

From-SVN: r180546
parent 5f02a5e5
2011-10-26 Joseph Myers <joseph@codesourcery.com> 2011-10-26 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/tls/thr-cse-1.c: For i?86-*-mingw*, check for multiple
calls.
2011-10-26 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/graphite/run-id-1.c: Pass -Wl,--stack,12582912 option for * gcc.dg/graphite/run-id-1.c: Pass -Wl,--stack,12582912 option for
Windows targets. Windows targets.
......
...@@ -15,9 +15,10 @@ int foo (int b, int c, int d) ...@@ -15,9 +15,10 @@ int foo (int b, int c, int d)
return a; return a;
} }
/* { dg-final { scan-assembler-not "emutls_get_address.*emutls_get_address.*" { target { ! { "*-wrs-vxworks" "*-*-darwin8" "hppa*-*-hpux*" "spu-*-*" } } } } } */ /* { dg-final { scan-assembler-not "emutls_get_address.*emutls_get_address.*" { target { ! { "*-wrs-vxworks" "*-*-darwin8" "hppa*-*-hpux*" "spu-*-*" "i?86-*-mingw*" } } } } } */
/* { dg-final { scan-assembler-not "call\tL___emutls_get_address.stub.*call\tL___emutls_get_address.stub.*" { target "*-*-darwin8" } } } */ /* { dg-final { scan-assembler-not "call\tL___emutls_get_address.stub.*call\tL___emutls_get_address.stub.*" { target "*-*-darwin8" } } } */
/* { dg-final { scan-assembler-not "(b,l|bl) __emutls_get_address.*(b,l|bl) __emutls_get_address.*" { target "hppa*-*-hpux*" } } } */ /* { dg-final { scan-assembler-not "(b,l|bl) __emutls_get_address.*(b,l|bl) __emutls_get_address.*" { target "hppa*-*-hpux*" } } } */
/* { dg-final { scan-assembler-not "(brsl|brasl)\t__emutls_get_address.*(brsl|brasl)\t__emutls_get_address.*" { target spu-*-* } } } */ /* { dg-final { scan-assembler-not "(brsl|brasl)\t__emutls_get_address.*(brsl|brasl)\t__emutls_get_address.*" { target spu-*-* } } } */
/* { dg-final { scan-assembler-not "tls_lookup.*tls_lookup.*" { target *-wrs-vxworks } } } */ /* { dg-final { scan-assembler-not "tls_lookup.*tls_lookup.*" { target *-wrs-vxworks } } } */
/* { dg-final { scan-assembler-not "call\t___emutls_get_address.*call\t___emutls_get_address" { target "i?86-*-mingw*" } } } */
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