re PR rtl-optimization/55151 (ICE: in assign_by_spills, at lra-assigns.c:1217 with -fPIC)

2012-11-07  Vladimir Makarov  <vmakarov@redhat.com>

	PR rtl-optimization/55151
	* gcc.dg/pr55151.c: Use ia32 instead of x86_64.

From-SVN: r193317
This commit is contained in:
Vladimir Makarov 2012-11-07 22:43:30 +00:00 committed by Vladimir Makarov
parent 2458853f86
commit 13021d264c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-11-07 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/55151
* gcc.dg/pr55151.c: Use ia32 instead of x86_64.
2012-11-05 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tree-ssa/cunroll-1.c: Scan cunrolli dump.

View File

@ -1,5 +1,5 @@
/* PR rtl-optimization/55151 */
/* { dg-do compile { target x86_64-*-* } } */
/* { dg-do compile { target { ! { ia32 } } } } */
/* { dg-options "-fPIC" } */
int a, b, c, d, e, f, g, h, i, j, k, l;