[Bug bootstrap/41451] [4.5 Regression] Bootstrap failure with fold checking
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Oct 5 18:55:00 GMT 2009
------- Comment #4 from pinskia at gcc dot gnu dot org 2009-10-05 18:55 -------
This was caused by:
http://gcc.gnu.org/viewcvs?view=revision&revision=149722
tem = fold_build2_loc (loc, code, type,
fold_convert_loc (loc, TREE_TYPE (op0),
TREE_OPERAND (arg0, 1)), op1);
protected_set_expr_location (tem, loc);
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aldyh at gcc dot gnu dot org
GCC build triplet|x86_64-unknown-linux-gnu |
GCC host triplet|x86_64-unknown-linux-gnu |
GCC target triplet|x86_64-unknown-linux-gnu |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41451
More information about the Gcc-bugs
mailing list