]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/6600 (i960 toolchain hits abort in c_readstr)
authorRoger Sayle <roger@eyesopen.com>
Tue, 21 May 2002 22:38:00 +0000 (22:38 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 21 May 2002 22:38:00 +0000 (22:38 +0000)
commitcf5124f688366180484680f3b4e82f4bde2b9425
treee6e972a811f5ef5fa3c100a265feb19931714020
parent380e6adea2e15fdb2d68305ec3b44c176d27a1d2
re PR middle-end/6600 (i960 toolchain hits abort in c_readstr)

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.

From-SVN: r53706
gcc/ChangeLog
gcc/expr.c