gcc/gcc ChangeLog expr.c
sayle@gcc.gnu.org
sayle@gcc.gnu.org
Tue May 21 15:38:00 GMT 2002
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: sayle@gcc.gnu.org 2002-05-21 15:38:02
Modified files:
gcc : ChangeLog expr.c
Log message:
PR middle-end/6600
* expr.c (STORE_MAX_PIECES): New macro to avoid immediate constants
larger than INTEGER_CST. (store_by_pieces_1): Use it here...
(can_store_by_pieces): ... and here to limit the largest mode used.
Add a comment to document this function.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.14183&r2=1.14184
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.456&r2=1.457
More information about the Gcc-cvs
mailing list