Commit 57d4aea2 by Eric Botcazou Committed by Eric Botcazou

re PR testsuite/92302 (gcc.target/sparc/sparc-ret-3.c FAILs)

	PR testsuite/92302
	* gcc.target/sparc/sparc-ret-3.c: Accept more registers in address.

From-SVN: r277787
parent 2f967bc4
2019-11-04 Eric Botcazou <ebotcazou@adacore.com>
PR testsuite/92302
* gcc.target/sparc/sparc-ret-3.c: Accept more registers in address.
2019-11-04 Martin Sebor <msebor@redhat.com>
PR tree-optimization/92349
......
......@@ -50,4 +50,4 @@ unsigned int bug(unsigned int crc, const void *address, unsigned int length)
return *ctx;
}
/* { dg-final { scan-assembler "ld\[ \t\]*\\\[%i5\\+8\\\], %i0\n\[^\n\]*return\[ \t\]*%i7\\+8" } } */
/* { dg-final { scan-assembler "ld\[ \t\]*\\\[%\[a-z0-9\]*\\+\[0-9\]*\\\], %i0\n\[^\n\]*return\[ \t\]*%i7\\+8" } } */
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