re PR target/12712 (ICE on short legit C++ code fragment with gcc 3.3.2)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sat, 25 Oct 2003 12:55:18 +0000 (14:55 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 25 Oct 2003 12:55:18 +0000 (12:55 +0000)
commitb3cd99cdbddd9828860494676262ea45513a7830
tree9c312b258a5817d52418700fabb9eb90a166cc5e
parent999bf60f6a7358d43fd2b53532d4df3772cde468
re PR target/12712 (ICE on short legit C++ code fragment with gcc 3.3.2)

PR target/12712
* reg-stack.c (convert_regs_1): Create an arbitrary input stack
if the block has no predecessors.
(convert_regs_2): Document the problem with successors whose
only predecessor is the block to be processed.
(convert_regs): Don't create the arbitrary input stack here.

From-SVN: r72923
gcc/ChangeLog
gcc/reg-stack.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/reg-stack3.C [new file with mode: 0644]