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 c/67569] wrong type in error message with float on x86 (387)


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

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