Rename pr55116.c to pr55116-1.c
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 30 Oct 2012 21:39:05 +0000 (21:39 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 30 Oct 2012 21:39:05 +0000 (14:39 -0700)
* gcc.target/i386/pr55116.c: Renamed to ...
* gcc.target/i386/pr55116-1.c: This.

From-SVN: r192997

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr55116-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/pr55116.c [deleted file]

index 06f95f5160a947201d199c534c36b7eaf2f48642..b6dd6fc85c5634dcb241915d3a44565fe7bf890a 100644 (file)
@@ -1,3 +1,8 @@
+2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/i386/pr55116.c: Renamed to ...
+       * gcc.target/i386/pr55116-1.c: This.
+
 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gcc.target/i386/pr55116-2.c: New file.
diff --git a/gcc/testsuite/gcc.target/i386/pr55116-1.c b/gcc/testsuite/gcc.target/i386/pr55116-1.c
new file mode 100644 (file)
index 0000000..de27244
--- /dev/null
@@ -0,0 +1,11 @@
+/* { dg-do compile { target { ! { ia32 } } } } */
+/* { dg-options "-O2 -mx32 -maddress-mode=long" } */
+
+int glob_int_arr[100];
+int glob_int = 4;
+
+void
+expr_global (void)
+{
+  __builtin_prefetch (glob_int_arr + glob_int, 0, 0);
+}
diff --git a/gcc/testsuite/gcc.target/i386/pr55116.c b/gcc/testsuite/gcc.target/i386/pr55116.c
deleted file mode 100644 (file)
index de27244..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* { dg-do compile { target { ! { ia32 } } } } */
-/* { dg-options "-O2 -mx32 -maddress-mode=long" } */
-
-int glob_int_arr[100];
-int glob_int = 4;
-
-void
-expr_global (void)
-{
-  __builtin_prefetch (glob_int_arr + glob_int, 0, 0);
-}