Skip to content

Commit

Permalink
Avoid cc1 SEGV in gcc.dg/rtl/x86_64/final.c (PR target/79975)
Browse files Browse the repository at this point in the history
	PR target/79975
	* gcc.dg/rtl/x86_64/final.c: Add -fdwarf2-cfi-asm to dg-options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257408 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ro committed Feb 6, 2018
1 parent c98c8be commit e7fd199
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
2018-02-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

PR target/79975
* gcc.dg/rtl/x86_64/final.c: Add -fdwarf2-cfi-asm to dg-options.

2018-02-05 Martin Sebor <msebor@redhat.com>

PR tree-optimization/83369
gcc.dg/Wnonnull.c: New test.
* gcc.dg/Wnonnull.c: New test.

2018-02-05 Richard Sandiford <richard.sandiford@linaro.org>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/rtl/x86_64/final.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
/* { dg-options "-fdump-rtl-final" } */
/* { dg-options "-fdwarf2-cfi-asm -fdump-rtl-final" } */

/* Lightly-modified dump of test.c.304r.dwarf2 for x86_64 target,
with various NOTE_INSN_CFI deleted by hand for now. */
Expand Down

0 comments on commit e7fd199

Please sign in to comment.