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/13066] [tree-ssa] ICE in in invert_truthvalue, at fold-const.c:2554


------- 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


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