diff options
| author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-17 23:29:39 +0000 |
|---|---|---|
| committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-17 23:29:39 +0000 |
| commit | 92ea7f4201cb140cecbc5b0a2ed4fc03fedc52cf (patch) | |
| tree | 2affd45e4a43cdaf50218627947153ffc006018c | |
| parent | 7deb903c1631c4e908d4297433647cd29f59186c (diff) | |
| download | ppe42-gcc-92ea7f4201cb140cecbc5b0a2ed4fc03fedc52cf.tar.gz ppe42-gcc-92ea7f4201cb140cecbc5b0a2ed4fc03fedc52cf.zip | |
* gcc.c-torture/execute/20020615-1.c: Correct bug-description.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54723 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/20020615-1.c | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index df9ccd2c924..fcb68589c7c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-06-18 Hans-Peter Nilsson <hp@axis.com> + + * gcc.c-torture/execute/20020615-1.c: Correct bug-description. + 2002-06-16 Richard Henderson <rth@redhat.com> * g++.dg/ext/anon-struct1.C: New. diff --git a/gcc/testsuite/gcc.c-torture/execute/20020615-1.c b/gcc/testsuite/gcc.c-torture/execute/20020615-1.c index 8a0d37d8070..058ee8def9c 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; |

