This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/12662] [tree-ssa] ICE in cprop_into_phis, at tree-ssa-dom.c:1557


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12662



------- Additional Comments From dberlin at gcc dot gnu dot org  2003-10-17 20:25 -------
Well this is interesting:
<after PRE of the expression>
(gdb) p debug_generic_stmt (bb_ann (basic_block_info.data.bb[8157])->phi_nodes)
#   pretmp.1992_99947 = PHI <T.140_39112(8071), T.140_39231(8085)>;
pretmp.1992_99947 = PHI <T.140_39112(8071), T.140_39231(8085)>;

<after PRE is done>

(gdb) p debug_generic_stmt (bb_ann (basic_block_info.data.bb[8157])->phi_nodes)
 EUSE () [class:-1 phiop:1 bb:236 ]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]