On Fri, Nov 16, 2012 at 6:15 PM, Eric Botcazou <ebotca...@adacore.com> wrote: > Hi, > > that's not really a bugfix, but I don't see the point in keeping this flag, > which was already dead in 4.7, one more release. > > Tested on x86_64-suse-linux, OK for the mainline?
Ok. Thanks, Richard. > > 2012-11-16 Eric Botcazou <ebotca...@adacore.com> > > * tree.h (DECL_RESTRICTED_P): Delete. > (DECL_READ_P): Add comment. > (DECL_NONSHAREABLE): Likewise. > (struct tree_decl_common): Remove decl_restricted_flag, add > decl_flag_3. > * tree-emutls.c (new_emutls_decl): Do not deal with DECL_RESTRICTED_P. > * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Likewise. > * tree-streamer-out.c (pack_ts_decl_common_value_fields): Likewise. > fortran/ > * trans-decl.c (gfc_finish_var_decl): Do not set DECL_RESTRICTED_P. > > > -- > Eric Botcazou