]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/45342 (FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not emutls_get_add...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 19 Dec 2010 15:51:22 +0000 (15:51 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 19 Dec 2010 15:51:22 +0000 (15:51 +0000)
PR testsuite/45342
* gcc.dg/tls/thr-cse-1.c: Fix match on hppa*-*-hpux*.

From-SVN: r168060

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

index 762d86d8422937594c192ad605403a02b069bec0..a26fd3791d33af4f6b89876c9a4997f8c91b6ec8 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR testsuite/45342
+       * gcc.dg/tls/thr-cse-1.c: Fix match on hppa*-*-hpux*.
+
 2010-12-19  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        * objc.dg/gnu-api-2-objc.m: Fixed test to test objc_lookUpClass,
index 26f7ef8eacc8cc9f8ba8dd81cbb1c716f1c3805c..3c1d631a5642711d27fd10ea230a68cdcc4a4fe7 100644 (file)
@@ -15,7 +15,8 @@ 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" } } } } } */
+/* { dg-final { scan-assembler-not "emutls_get_address.*emutls_get_address.*" { target { ! { "*-wrs-vxworks"  "*-*-darwin8"  "hppa*-*-hpux*" } } } } } */
 /* { 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 "tls_lookup.*tls_lookup.*" { target *-wrs-vxworks } } } */