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] Fix FIXME in c-lex.c


On 19 Dec, Gabriel Dos Reis wrote:
> Volker Reichelt <reichelt@igpm.rwth-aachen.de> writes:
> 
> | The following patch gets rid of a FIXME in c-lex.c:
> | We used to construct the name of the type of a floating-point constant
> | in error messages manually. This code is obsolete since %qT is now
> | understood by the pretty-printer. The patch below therefore removes it.
> | 
> | The output of the testcase gcc.dg/float-range-1.c which checks the
> | messages is still the same.
> | 
> | Bootstrapped and regtested on x86_64-unknown-linux-gnu.
> | Ok for mainline?
> 
> Yes,
> 
> -- Gaby

Too late, this was already committed as part of
http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00472.html

Regards,
Volker



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