mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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
This commit is contained in:
committed by
Joseph Myers
parent
5f02a5e574
commit
e7604cc480
@@ -1,3 +1,8 @@
|
||||
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
|
||||
|
||||
@@ -15,9 +15,10 @@ int foo (int b, int c, int d)
|
||||
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 "(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 "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*" } } } */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user