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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26fda5f59aa242dcf11cf4dd7ef837c635c02673;p=gcc.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 bd241de4779..a0c522ea680 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 39c3f63017a..53f96a3835a 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;