From: Richard Biener Date: Fri, 16 Nov 2018 09:27:36 +0000 (+0000) Subject: re PR testsuite/88053 (g++.dg/lto/pr54625-1.C fails with r266194) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43c6ad435bcb037b426545696c5a657994f2fecf;p=gcc.git re PR testsuite/88053 (g++.dg/lto/pr54625-1.C fails with r266194) 2018-11-16 Richard Biener PR testsuite/88053 * g++.dg/lto/pr54625-1_0.c: Add -w. From-SVN: r266202 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a31b59d2cc9..460d681d16d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-11-16 Richard Biener + + PR testsuite/88053 + * g++.dg/lto/pr54625-1_0.c: Add -w. + 2018-11-15 Martin Sebor PR c++/87541 diff --git a/gcc/testsuite/g++.dg/lto/pr54625-1_0.c b/gcc/testsuite/g++.dg/lto/pr54625-1_0.c index 43cba36a30f..b1455e8c90b 100644 --- a/gcc/testsuite/g++.dg/lto/pr54625-1_0.c +++ b/gcc/testsuite/g++.dg/lto/pr54625-1_0.c @@ -1,4 +1,5 @@ /* { dg-lto-do link } */ +/* { dg-lto-options { { -O0 -flto -w } { -O2 -flto -w } } } */ /* { dg-extra-ld-options { -r -nostdlib -flinker-output=nolto-rel } } */ float a;