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: [diagnostics] kill %J specifier


Manuel López-Ibáñez wrote:
> The following patch removes all uses of %J. A follow-up patch will
> remove %J itself.
> 
> Bootstrapped and regression tested x86_64-unknown-linux-gnu.
> 
> OK for trunk?
> 
> 2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
> 
> 	* cgraphunit.c: Replace %J by an explicit location. Update all
> 	calls.
> 	* c-decl.c: Likewise.
> 	* function.c: Likewise.
> 	* varasm.c: Likewise.
> 	* tree-ssa.c: Likewise.
> 	* c-common.c: Likewise.
> 	* tree-cfg.c: Likewise.
> 	* config/spu/spu.c: Likewise.
> 	* config/ia64/ia64.c: Likewise.
> 	* config/v850/v850.c: Likewise.
> java/	
> 	* class.c: Replace %J by an explicit location. Update all calls.
> objc/	
> 	* objc-act.c: Replace %J by an explicit location. Update all
> 	calls.
> cp/
> 	* init.c: Replace %J by an explicit location. Update all calls.
> 	* decl.c: Likewise.
> 	* typeck2.c: Likewise.
> 	* pt.c: Likewise.
> 	* name-lookup.c: Likewise.
> 

OK.

Andrew.


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