PR tree-optimization/14197
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 May 2004 16:37:17 +0000 (16:37 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 May 2004 16:37:17 +0000 (16:37 +0000)
commit9ff0637e4475a9a436506de9d49a6c04b86b2364
treef551be5e22d25c37547349ed76c50f067903bb89
parentfe8fb39d2bae23d868f3c5b560a43393fdaba0b7
PR tree-optimization/14197
* builtins.c: Include "tree-gimple.h"
(readonly_data_expr): Use get_base_address.  Make sure to call
decl_readonly_section only on trees it can handle.
* tree-gimple.c (get_base_address): Accept STRING_CST and
CONSTRUCTOR expressions.
* Makefile.in: Update dependencies.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82209 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/builtins.c
gcc/tree-gimple.c