Rafael Ávila de Espíndola <[EMAIL PROTECTED]> writes:
| On Saturday 17 September 2005 01:31, Gabriel Dos Reis wrote:
| > See the documentation for pp_base_format() in $GCC/gcc/pretty-print.c
| Thanks
| > The changes are basically OK. As a bonus, you might to take the
| > opportunity to remove the
On Saturday 17 September 2005 01:31, Gabriel Dos Reis wrote:
> See the documentation for pp_base_format() in $GCC/gcc/pretty-print.c
Thanks
> The changes are basically OK. As a bonus, you might to take the
> opportunity to remove the trailing periods and decapitalize the first
> words.
attached :)
Rafael Ávila de Espíndola <[EMAIL PROTECTED]> writes:
| The attached patch fixes the following warnings
|
| ../../gcc/gcc/treelang/parse.y: In function yyparse:
| ../../gcc/gcc/treelang/parse.y:532: warning: too many arguments for format
| ../../gcc/gcc/treelang/parse.y:641: warning: conversion l
The attached patch fixes the following warnings
../../gcc/gcc/treelang/parse.y: In function yyparse:
../../gcc/gcc/treelang/parse.y:532: warning: too many arguments for format
../../gcc/gcc/treelang/parse.y:641: warning: conversion lacks type at end of
format
I am not sure if this is the best fi