This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/26018] Assembler errors with -march=z900 compiling glibc
- From: "uweigand at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2006 01:06:20 -0000
- Subject: [Bug target/26018] Assembler errors with -march=z900 compiling glibc
- References: <bug-26018-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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