This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579
- From: "daney at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Sep 2007 06:32:39 -0000
- Subject: [Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579
- References: <bug-33256-15046@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from daney at gcc dot gnu dot org 2007-09-04 06:32 -------
Fixing things up when we are calculating relocations does not seem like it will
work. We cannot go adding an offest to a %lo() relocation and expect it not to
overflow on occasion.
Probably we need to load the value into a register and handle the casting
there, as is done at -O0.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256