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] Location_tize define_label


Nathan Sidwell <nathan@codesourcery.com> writes:

> 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
>
> 	* c-tree.h (define_label): Replace filename and lineno arguments
> 	with a location_t.
> 	* c-decl.c (poplevel): Adjust define_label call.
> 	(pop_label_level): Likewise.
> 	(define_label): Replace filename and lineno arguments with a
> 	location_t.
> 	(store_parm_decls): Use DECL_SOURCE_LOCATION.
> 	* c-parse.in (label): Adjust define_label call.
>
> 	* cp/cp-tree.h (define_label): Replace filename and lineno
> 	arguments with a location_t.
> 	* cp/decl.c (pop_label): Adjust define_label call.
> 	(define_label): Replace filename and lineno arguments with a
> 	location_t.
> 	* cp/semantics.c (finish_label): Adjust define_label call.
>
> 	* java/decl.c (poplevel): Adjust define_label call.

This is OK.

zw


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