Move testcase gcc.dg/tree-ssa/pr93776.c to gcc.c-torture/compile/pr93776.c

Since this testcase is not exactly SSA specific and it would
be a good idea to compile this at more than just at -O1, moving
it to gcc.c-torture/compile would do that.

Committed as obvious after a test on x86_64-linux-gnu.

gcc/testsuite/ChangeLog:

	* gcc.dg/tree-ssa/pr93776.c: Moved to...
	* gcc.c-torture/compile/pr93776.c: ...here.
This commit is contained in:
Andrew Pinski 2022-08-07 13:51:43 -07:00
parent 37e8e63d3c
commit 2633c8d8f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O1" } */
/* This used to ICE in SRA as SRA got
confused by the zero signed assigment. */
struct empty {};
struct s { int i; };