Index: testsuite/ChangeLog
===================================================================
--- testsuite/ChangeLog (revision 193316)
+++ testsuite/ChangeLog (working copy)
@@ -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.
Index: testsuite/gcc.dg/pr55151.c
===================================================================
--- testsuite/gcc.dg/pr55151.c  (revision 193316)
+++ testsuite/gcc.dg/pr55151.c  (working copy)
@@ -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;
