re PR target/33256 (internal compiler error: in print_operand_reloc, at config/mips...
commit6d992de0101414504db3c2338c624aa2a0f82e3b
authorRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 6 Sep 2007 17:46:43 +0000 (6 17:46 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 6 Sep 2007 17:46:43 +0000 (6 17:46 +0000)
treed8af7efcfeb5df9202f6e27f772379a603672490
parent901ddd174524c2712bfb36f75882e3bac8db9596
re PR target/33256 (internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579)

gcc/
PR target/33256
* config/mips/mips.c (mips_classify_symbolic_expression): New function.
(mips_classify_address): Use it instead of mips_symbolic_constant_p.
(print_operand_reloc): Likewise.

gcc/testsuite/
200x-xx-xx  David Daney  <ddaney@avtrex.com>
    Richard Sandiford  <richard@codesourcery.com>

PR target/33256
* gcc.target/mips/mips.exp (setup_mips_tests): Set mips_forced_le.
(dg-mips-options): Skip -EB and -meb tests when $mips_forced_le.
* gcc.target/mips/pr33256.c: New test.

From-SVN: r128195
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/mips.exp
gcc/testsuite/gcc.target/mips/pr33256.c [new file with mode: 0644]