pr88140.c: Move to ...
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 2 Aug 2019 08:39:09 +0000 (10:39 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 2 Aug 2019 08:39:09 +0000 (10:39 +0200)
* gcc.c-torture/pr88140.c: Move to ...
* gcc.c-torture/compile/pr88140.c: ... here.

From-SVN: r273999

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

index 1d5d430cff8c0b56f705cffa3760beb85652d200..d4001b4969c08266462ed2c827fcb8465ec10458 100644 (file)
        * gfortran.dg/ieee/ieee_9.f90:  XFAIL on arm*-*-gnueabi[hf].
 
 2018-12-24  Jan Hubicka  <hubicka@ucw.cz>
-       
+
        PR lto/88140
-       * gcc.c-torture/pr88140.c: New testcase.
+       * gcc.c-torture/compile/pr88140.c: New testcase.
 
 2018-12-24  Iain Sandoe  <iain@sandoe.co.uk>
 
diff --git a/gcc/testsuite/gcc.c-torture/compile/pr88140.c b/gcc/testsuite/gcc.c-torture/compile/pr88140.c
new file mode 100644 (file)
index 0000000..1a2bd32
--- /dev/null
@@ -0,0 +1,8 @@
+typedef struct {
+} a;
+
+typedef struct {
+  a *b[0];
+} c;
+
+void d() { ((c *)0)->b[0] = 0; }
diff --git a/gcc/testsuite/gcc.c-torture/pr88140.c b/gcc/testsuite/gcc.c-torture/pr88140.c
deleted file mode 100644 (file)
index 1a2bd32..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-typedef struct {
-} a;
-
-typedef struct {
-  a *b[0];
-} c;
-
-void d() { ((c *)0)->b[0] = 0; }