This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Location_tize define_label
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 30 Jun 2003 11:34:32 -0700
- Subject: Re: [PATCH] Location_tize define_label
- References: <3EFD8D07.2060905@codesourcery.com>
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