This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [C/C++/Fortran] remove pedwarn0 and warning0 and fix PR 36901


On Mon, 4 Aug 2008, Manuel López-Ibáñez wrote:

> * locate_old_decl now always prints "note: previous definition of %q+D
> was here" instead of "error:" or "warning:".

This function should no longer need the G_ in the inform calls that it did 
when they were calls through a function pointer: inform is declared with a 
parameter called gmsgid so these strings should be automatically extracted 
for translation.

-- 
Joseph S. Myers
joseph@codesourcery.com

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