[Bug tree-optimization/14197] [3.5 Regression] Wrong code for bcopy/memmove (string-asm-2.c)
cvs-commit at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue May 25 14:33:00 GMT 2004
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-05-24 16:37 -------
Subject: Bug 14197
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: uweigand@gcc.gnu.org 2004-05-24 16:37:18
Modified files:
gcc : ChangeLog Makefile.in builtins.c tree-gimple.c
Log message:
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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3737&r2=2.3738
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.1282&r2=1.1283
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.c.diff?cvsroot=gcc&r1=1.325&r2=1.326
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-gimple.c.diff?cvsroot=gcc&r1=2.1&r2=2.2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14197
More information about the Gcc-bugs
mailing list