[Bug c/67569] wrong type in error message with float on x86 (387)
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Aug 13 12:42:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67569
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2015-09-14 00:00:00 |2016-8-13
--- Comment #6 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Maybe instead of:
binary_op_error (&richloc, code, TREE_TYPE (op0), TREE_TYPE (op1));
we should use
binary_op_error (&richloc, code, orig_type0, orig_type1);
in c-typeck.c
More information about the Gcc-bugs
mailing list