From: Hans-Peter Nilsson Date: Mon, 17 Jun 2002 23:34:02 +0000 (+0000) Subject: * gcc.c-torture/execute/20020615-1.c: Correct bug-description. X-Git-Tag: releases/gcc-3.1.1~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8823c7629959a5e7db5126c834213c19c7df3348;p=thirdparty%2Fgcc.git * gcc.c-torture/execute/20020615-1.c: Correct bug-description. From-SVN: r54724 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 513fe853e3db..1b99c51ea1fc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-06-18 Hans-Peter Nilsson + + * gcc.c-torture/execute/20020615-1.c: Correct bug-description. + 2002-06-15 Hans-Peter Nilsson * gcc.c-torture/execute/20020615-1.c: New test. diff --git a/gcc/testsuite/gcc.c-torture/execute/20020615-1.c b/gcc/testsuite/gcc.c-torture/execute/20020615-1.c index 8a0d37d8070b..058ee8def9c6 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20020615-1.c +++ b/gcc/testsuite/gcc.c-torture/execute/20020615-1.c @@ -1,8 +1,8 @@ -/* PR target/7042. In cris.md the return pattern and its condition - had a bug uncovered by the combination of saved registers and - filled delay slot, where the delay-slot insn set the - return-value register. Derived from ghostscript-6.52 (GPL) - by hp@axis.com. */ +/* PR target/7042. When reorg.c changed branches into return insns, it + completely forgot about any current_function_epilogue_delay_list and + drops those insns. Uncovered on cris-axis-elf, where an insn in an + epilogue delay-slot set the return-value register with the test-case + below. Derived from ghostscript-6.52 (GPL) by hp@axis.com. */ typedef struct font_hints_s { int axes_swapped;