Commit 46e7483c by Ulrich Weigand Committed by Ulrich Weigand

re PR testsuite/45342 (FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not…

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 spu-*.*.

From-SVN: r168992
parent d629d5a7
2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
PR testsuite/45342
* gcc.dg/tls/thr-cse-1.c: Fix match on spu-*.*.
2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
PR tree-optimization/46021
* gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on spu-*-*.
......
......@@ -15,8 +15,9 @@ 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*" } } } } } */
/* { dg-final { scan-assembler-not "emutls_get_address.*emutls_get_address.*" { target { ! { "*-wrs-vxworks" "*-*-darwin8" "hppa*-*-hpux*" "spu-*-*" } } } } } */
/* { 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 } } } */
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