From: Jakub Jelinek Date: Tue, 10 Oct 2017 20:12:08 +0000 (+0200) Subject: re PR rtl-optimization/68205 (ICE compiling gcc.c-torture/execute/20040709-2.c with... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16d926d2ab5ab53a4aef74a7e5da69b9eb710746;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9942f4b91e0..0eadf82a31d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2017-10-10 Jakub Jelinek + 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 00000000000..e6622c6e257 --- /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"