This is the mail archive of the gcc-patches@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]

Re: [PATCH]: include types in invalid operand error messages


Daniel Berlin wrote:

> 2007-05-31  Daniel Berlin  <dberlin@dberlin.org>
> 
>        * c-typeck.c (build_indirect_ref): Include type in error message.
>        (build_binary_op): Pass types to binary_op_error.
>        * c-common.c (binary_op_error): Take two type arguments, print out
>        types with error.
>        * c-common.h (binary_op_error): Update prototype.
> 
> in gcc/cp
> 
> 2007-05-31  Daniel Berlin  <dberlin@dberlin.org>
> 
>        * typeck.c (build_binary_op): Include types in error.

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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