Commit b24c7795 by Frederik Harwath Committed by Frederik Harwath

Skip test gcc/testsuite/gcc.dg/asm-4.c for amdgcn target

2019-12-05  Frederik Harwath  <frederik@codesourcery.com>

gcc/testsuite/
	* gcc.dg/asm-4.c: Skip on target amdgcn-*-*.

From-SVN: r278993
parent 08d7ff78
2019-12-05 Frederik Harwath <frederik@codesourcery.com>
* gcc.dg/asm-4.c: Skip on target amdgcn-*-*.
2019-12-05 Richard Biener <rguenther@suse.de> 2019-12-05 Richard Biener <rguenther@suse.de>
PR tree-optimization/92803 PR tree-optimization/92803
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/* "p" modifier can't be used to generate a valid memory address with ILP32. */ /* "p" modifier can't be used to generate a valid memory address with ILP32. */
/* { dg-skip-if "" { aarch64*-*-* && ilp32 } } */ /* { dg-skip-if "" { aarch64*-*-* && ilp32 } } */
/* { dg-skip-if "'p' is not supported for GCN" { amdgcn-*-* } } */
int main() int main()
{ {
......
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