This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13066] [tree-ssa] ICE in in invert_truthvalue, at fold-const.c:2554
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Nov 2003 18:53:56 -0000
- Subject: [Bug optimization/13066] [tree-ssa] ICE in in invert_truthvalue, at fold-const.c:2554
- References: <20031116043358.13066.bryner@brianryner.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-16 18:53 -------
It is failing on this bb:
(gdb) p debug_tree_bb_n(2)
;; basic block 2, loop depth 0, count 0
;; prev block 1, next block 3
;; pred: 1 (fallthru,exec)
;; succ: 4 (false,exec) 3 (true,exec)
<Uaf68>:;
if (T.2 ^ <Uae0c> == 0B)
{
(void)0;
}
else
{
goto <U915c>;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13066