fixup PR number mixup

From-SVN: r108909
This commit is contained in:
Steven Bosscher 2005-12-21 15:43:38 +00:00 committed by Steven Bosscher
parent 560382452e
commit ad44e786b8
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
2005-12-21 Steven Bosscher <stevenb@suse.de>
PR rtl-optimization/25130
PR rtl-optimization/25196
* postreload-gcse.c (record_last_set_info): Notice stack pointer
changes in push insns without REG_INC notes.

View File

@ -1,7 +1,7 @@
2005-12-21 Steven Bosscher <stevenb@suse.de>
PR rtl-optimization/25130
* gcc.dg/pr25130.c: New test.
PR rtl-optimization/25196
* gcc.dg/pr25196.c: New test.
2005-12-21 Erik Edelmann <eedelman@gcc.gnu.org>