20070522-1.c: Move to ...
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Mon, 6 Aug 2007 21:54:52 +0000 (21:54 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 6 Aug 2007 21:54:52 +0000 (14:54 -0700)
2007-08-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * gcc.c-torture/20070522-1.c: Move to ...
        * gcc.c-torture/compile/20070522-1.c: Here.

From-SVN: r127254

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/20070522-1.c [deleted file]
gcc/testsuite/gcc.c-torture/compile/20070522-1.c [new file with mode: 0644]

index 5d5654ee25fcafbc1283407652d1219e40e7473f..57a272fe80c1d737a2fbcdd8b46903f8ee02cb9d 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       * gcc.c-torture/20070522-1.c: Move to ...
+       * gcc.c-torture/compile/20070522-1.c: Here.
+
 2007-08-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/29828
diff --git a/gcc/testsuite/gcc.c-torture/20070522-1.c b/gcc/testsuite/gcc.c-torture/20070522-1.c
deleted file mode 100644 (file)
index 4c8b70c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* This was PR 31606, we were trying to use TImode to expand the
-   struct copy in SRA but TImode is not support on ia32. */
-
-struct Collision {
-   int edge;
-   int triangle;
-  float _M_instance[3] __attribute__((__aligned__));
-};
-void  get_collisions(struct Collision a) {
-  struct Collision b = a;
-}
diff --git a/gcc/testsuite/gcc.c-torture/compile/20070522-1.c b/gcc/testsuite/gcc.c-torture/compile/20070522-1.c
new file mode 100644 (file)
index 0000000..4c8b70c
--- /dev/null
@@ -0,0 +1,11 @@
+/* This was PR 31606, we were trying to use TImode to expand the
+   struct copy in SRA but TImode is not support on ia32. */
+
+struct Collision {
+   int edge;
+   int triangle;
+  float _M_instance[3] __attribute__((__aligned__));
+};
+void  get_collisions(struct Collision a) {
+  struct Collision b = a;
+}