Add missing PR identifier for PR18712 fix.

From-SVN: r91482
This commit is contained in:
Diego Novillo 2004-11-29 15:08:17 -05:00
parent d21d51d099
commit b7034e060b
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2004-11-29 Diego Novillo <dnovillo@redhat.com>
PR tree-optimization/18712
* tree-into-ssa.c (insert_phi_nodes_for): Pass argument
WORK_STACK by reference.
Call VEC_safe_push instead of VEC_quick_push.

View File

@ -1,5 +1,6 @@
2004-11-29 Diego Novillo <dnovillo@redhat.com>
PR tree-optimization/18712
* gcc.c-torture/compile/pr18712.c: New test.
2004-11-29 Joseph Myers <joseph@codesourcery.com>