]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
thr-cse-1.c: For i?86-*-mingw*, check for multiple calls.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 26 Oct 2011 22:15:57 +0000 (23:15 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 26 Oct 2011 22:15:57 +0000 (23:15 +0100)
* gcc.dg/tls/thr-cse-1.c: For i?86-*-mingw*, check for multiple
calls.

From-SVN: r180546

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tls/thr-cse-1.c

index 4bd452865fdfe2d5b6c3f564ba55f0d1455768ca..1a60d74670c6d020884ba2772110442c13757f08 100644 (file)
@@ -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
index 95d3b4580ccc1e444ed052e4585643897352762f..7542350d8da6c2288aed057b67782514827b0647 100644 (file)
@@ -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*" } } } */