------- Comment #11 from uweigand at gcc dot gnu dot org 2006-01-31 01:06 ------- Subject: Bug 26018
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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26018