This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/21041] [4.0 Regression] ICE: output_operand: Cannot decompose address
- From: "matz at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jun 2005 14:56:40 -0000
- Subject: [Bug target/21041] [4.0 Regression] ICE: output_operand: Cannot decompose address
- References: <20050415081807.21041.matz@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From matz at suse dot de 2005-06-03 14:56 -------
There are some maybe-uninitialized vars warnings. But if I fix them by
zeroing the vars it still ICEs. I can't find other uninitialized vars.
It might be, that there are uninitialized struct members, but they
shouldn't affect the problem. Just for reference I've added the full
unreduced testcase (with no uninited vars anymore). On s390x it ICEs with
-O2 -fPIC .
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21041