From: Jakub Jelinek Date: Fri, 8 Mar 2019 22:30:34 +0000 (+0100) Subject: re PR c/85870 ([LTO1] ICE in linemap_line_start, at libcpp/line-map.c:794) X-Git-Tag: upstream/12.2.0~25762 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=407974ae816364d6d1652e5ade1e95cab8093f67;p=platform%2Fupstream%2Fgcc.git re PR c/85870 ([LTO1] ICE in linemap_line_start, at libcpp/line-map.c:794) PR c/85870 * gcc.dg/lto/pr85870_0.c: Add dg-extra-ld-options with -r -nostdlib -flinker-output=nolto-rel. From-SVN: r269516 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1605c21..02f2482 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2019-03-08 Jakub Jelinek + + PR c/85870 + * gcc.dg/lto/pr85870_0.c: Add dg-extra-ld-options with + -r -nostdlib -flinker-output=nolto-rel. + 2019-03-08 David Malcolm PR target/79926 diff --git a/gcc/testsuite/gcc.dg/lto/pr85870_0.c b/gcc/testsuite/gcc.dg/lto/pr85870_0.c index 4b59f60..b57ac7c 100644 --- a/gcc/testsuite/gcc.dg/lto/pr85870_0.c +++ b/gcc/testsuite/gcc.dg/lto/pr85870_0.c @@ -1,6 +1,7 @@ /* PR c/85870 */ /* { dg-lto-do link } */ /* { dg-lto-options { { -flto -O2 } } } */ +/* { dg-extra-ld-options { -r -nostdlib -flinker-output=nolto-rel } } */ typedef struct abc_s { char a1;