From: Richard Biener Date: Wed, 14 Jun 2017 11:43:31 +0000 (+0000) Subject: re PR tree-optimization/81083 (ICE: Unable to coalesce ssa_names 4 and 13 which are... X-Git-Tag: basepoints/gcc-9~6641 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26fda5f59aa242dcf11cf4dd7ef837c635c02673;p=thirdparty%2Fgcc.git re PR tree-optimization/81083 (ICE: Unable to coalesce ssa_names 4 and 13 which are marked as MUST COALESCE) 2017-06-14 Richard Biener PR tree-optimization/81083 * gcc.dg/torture/pr81083.c: Add prototypes. From-SVN: r249193 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bd241de47796..a0c522ea6800 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-06-14 Richard Biener + + PR tree-optimization/81083 + * gcc.dg/torture/pr81083.c: Add prototypes. + 2017-06-14 Richard Biener PR middle-end/81088 diff --git a/gcc/testsuite/gcc.dg/torture/pr81083.c b/gcc/testsuite/gcc.dg/torture/pr81083.c index 39c3f63017a3..53f96a3835a3 100644 --- a/gcc/testsuite/gcc.dg/torture/pr81083.c +++ b/gcc/testsuite/gcc.dg/torture/pr81083.c @@ -1,5 +1,7 @@ /* { dg-do compile } */ +void setjmp(); +void func(); void a(int arg) { extern struct { int x; } obj;