]> gcc.gnu.org Git - gcc.git/commit
invoke.texi (-fargument-alias, [...]): Remove.
authorRichard Guenther <rguenther@suse.de>
Wed, 7 Apr 2010 13:08:24 +0000 (13:08 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 7 Apr 2010 13:08:24 +0000 (13:08 +0000)
commit0d3c82d66efda2c9986612bd593097bdb2cd8c8f
tree9913b9e1755325b176aaacb644c4fe572d4b95d0
parent12bd5a1e9f42026f7ead1bad788f9cade67f88b7
invoke.texi (-fargument-alias, [...]): Remove.

2010-04-07  Richard Guenther  <rguenther@suse.de>

* doc/invoke.texi (-fargument-alias, -fargument-noalias,
-fargument-noalias-global, -fargument-noalias-anything): Remove.
* common.opt: Likewise.
* tree-ssa-structalias.c (intra_create_variable_infos): Adjust
comment.
* alias.c (base_alias_check): Remove flag_argument_noalias
handling.
(nonoverlapping_memrefs_p): Likewise.
* emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
* opts.c (common_handle_option): Handle OPT_fargument_alias,
OPT_fargument_noalias, OPT_fargument_noalias_anything and
OPT_fargument_noalias_global for backward compatibility.

fortran/
* options.c (gfc_init_options): Do not set.

From-SVN: r158060
gcc/ChangeLog
gcc/alias.c
gcc/common.opt
gcc/doc/invoke.texi
gcc/emit-rtl.c
gcc/fortran/ChangeLog
gcc/fortran/options.c
gcc/opts.c
gcc/tree-ssa-structalias.c
This page took 0.056605 seconds and 5 git commands to generate.