From: John David Anglin Date: Sun, 19 Dec 2010 15:51:22 +0000 (+0000) Subject: re PR testsuite/45342 (FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not emutls_get_add... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5bfe5df3d8a1720452994debf31ccdeb7d8d912b;p=gcc.git re PR testsuite/45342 (FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not emutls_get_address.*emutls_get_address.*) PR testsuite/45342 * gcc.dg/tls/thr-cse-1.c: Fix match on hppa*-*-hpux*. From-SVN: r168060 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 762d86d8422..a26fd3791d3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-12-19 John David Anglin + + PR testsuite/45342 + * gcc.dg/tls/thr-cse-1.c: Fix match on hppa*-*-hpux*. + 2010-12-19 Nicola Pero * objc.dg/gnu-api-2-objc.m: Fixed test to test objc_lookUpClass, diff --git a/gcc/testsuite/gcc.dg/tls/thr-cse-1.c b/gcc/testsuite/gcc.dg/tls/thr-cse-1.c index 26f7ef8eacc..3c1d631a564 100644 --- a/gcc/testsuite/gcc.dg/tls/thr-cse-1.c +++ b/gcc/testsuite/gcc.dg/tls/thr-cse-1.c @@ -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 } } } */