tree-into-ssa.c (insert_phi_nodes_for): Pass argument WORK_STACK by reference.
authorDiego Novillo <dnovillo@redhat.com>
Mon, 29 Nov 2004 20:02:09 +0000 (20:02 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Mon, 29 Nov 2004 20:02:09 +0000 (15:02 -0500)
commitd21d51d099c3948c248c8e90cde26b8f84e6a913
tree1fc7a12fa66e5afc8fb96fd40d575e2cce8a7e91
parent86f029aa95092540cbd4e96f70371960b3a90e7f
tree-into-ssa.c (insert_phi_nodes_for): Pass argument WORK_STACK by reference.

* tree-into-ssa.c (insert_phi_nodes_for): Pass argument
WORK_STACK by reference.
Call VEC_safe_push instead of VEC_quick_push.
Update all users.

testsuite/ChangeLog

* gcc.c-torture/compile/pr18712.c: New test.

From-SVN: r91481
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr18712.c [new file with mode: 0644]
gcc/tree-into-ssa.c