aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-10-10 22:12:08 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2017-10-10 22:12:08 +0200
commit16d926d2ab5ab53a4aef74a7e5da69b9eb710746 (patch)
treeabc8857d2fed69e6c0064f6475b3263b5ed2c519 /gcc
parentb2ca2504f01d2805fd9308bf112912fc8a8a2bad (diff)
downloadgcc-16d926d2ab5ab53a4aef74a7e5da69b9eb710746.zip
gcc-16d926d2ab5ab53a4aef74a7e5da69b9eb710746.tar.gz
gcc-16d926d2ab5ab53a4aef74a7e5da69b9eb710746.tar.bz2
re PR rtl-optimization/68205 (ICE compiling gcc.c-torture/execute/20040709-2.c with -fno-common on arm-none-eabi)
PR rtl-optimization/68205 * gcc.c-torture/execute/20040709-3.c: New test. From-SVN: r253618
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/20040709-3.c5
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9942f4b..0eadf82 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,8 @@
2017-10-10 Jakub Jelinek <jakub@redhat.com>
+ PR rtl-optimization/68205
+ * gcc.c-torture/execute/20040709-3.c: New test.
+
PR c++/67625
* g++.dg/cpp0x/pr67625.C: New test.
diff --git a/gcc/testsuite/gcc.c-torture/execute/20040709-3.c b/gcc/testsuite/gcc.c-torture/execute/20040709-3.c
new file mode 100644
index 0000000..e6622c6
--- /dev/null
+++ b/gcc/testsuite/gcc.c-torture/execute/20040709-3.c
@@ -0,0 +1,5 @@
+/* PR rtl-optimization/68205 */
+/* { dg-require-effective-target int32plus } */
+/* { dg-additional-options "-fno-common" } */
+
+#include "20040709-2.c"