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 middle-end/55832] [4.8 Regression] ICE in fold_convert_loc, at fold-const.c:1967


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

--- Comment #4 from Marc Glisse <glisse at gcc dot gnu.org> 2013-01-01 03:15:46 UTC ---
(In reply to comment #2)
> 0x6fa26f fold_binary_loc(unsigned int, tree_code, tree_node*, tree_node*,
> tree_node*)
>     ../../gcc/fold-const.c:13522

This line uses integer_one_node instead of calling constant_boolean_node.


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