Skip to content
Snippets Groups Projects
Commit 2633c8d8 authored by Andrew Pinski's avatar Andrew Pinski
Browse files

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.
parent 37e8e63d
No related branches found
No related tags found
No related merge requests found
/* { dg-do compile } */ /* This used to ICE in SRA as SRA got
/* { dg-options "-O1" } */ confused by the zero signed assigment. */
struct empty {}; struct empty {};
struct s { int i; }; struct s { int i; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment