This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r110422 - in /trunk/gcc: ChangeLog config/s390/...
- From: uweigand at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 31 Jan 2006 01:06:17 -0000
- Subject: r110422 - in /trunk/gcc: ChangeLog config/s390/...
Author: uweigand
Date: Tue Jan 31 01:06:16 2006
New Revision: 110422
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110422
Log:
PR target/26018
* config/s390/s390.c (struct machine_function): New flag
decomposed_literal_pool_addresses_ok_p.
(s390_reorg): Set it before final stage of literal pool transforms.
(s390_decompose_address): Only accept displacements of the form
(minus (label_ref ...) (label_ref ...)) if that flag is set.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/s390/s390.c