diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-06-18 15:35:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-06-18 15:35:36 +0000 |
commit | 0fd534ed06e92a7232b2373321f113ee8dd482c4 (patch) | |
tree | 5927a83bdf1c604b3e7b4ae28f86e08fda7232f2 | |
parent | b24718388c6e66ef6a3713fd56bf6158fe57134d (diff) | |
download | gcc-0fd534ed06e92a7232b2373321f113ee8dd482c4.zip gcc-0fd534ed06e92a7232b2373321f113ee8dd482c4.tar.gz gcc-0fd534ed06e92a7232b2373321f113ee8dd482c4.tar.bz2 |
* gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
From-SVN: r54741
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/20020615-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3ba0155..12023e0 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: Fix typo in comment. + 2002-06-18 Aldy Hernandez <aldyh@redhat.com> * gcc.c-torture/execute/simd-1.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 058ee8d..3dabfdc 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20020615-1.c +++ b/gcc/testsuite/gcc.c-torture/execute/20020615-1.c @@ -1,6 +1,6 @@ /* 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 + dropped 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. */ |