Commit 36db5f30 by Vladimir Makarov

re PR rtl-optimization/57410 (ICE: in emit_spill_move, at lra-constraints.c:863…

re PR rtl-optimization/57410 (ICE: in emit_spill_move, at lra-constraints.c:863 with -fpeel-loops and uninitialised variable)

2013-11-27  Vladimir Makarov  <vmakarov@redhat.com>

	PR rtl-optimization/57410
	* gcc.target/i386/pr57410.c: New.

From-SVN: r205451
parent 0fe530b6
/* { dg-do compile } */
/* { dg-options "-O -fpeel-loops" } */
extern char outbuffer[];
extern char buffer[];
void foo(int j)
{
unsigned i, fp = fp;
for (i = 0; i < 6; i++)
buffer[j++] = outbuffer[fp - i];
}
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