mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 00:19:44 +08:00
* gcc.c-torture/execute/20020615-1.c: Correct bug-description.
From-SVN: r54723
This commit is contained in:
parent
8a09a7e5f1
commit
2230956580
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user