This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579



------- Comment #21 from rsandifo at gcc dot gnu dot org  2007-09-06 18:05 -------
Subject: Bug 33256

Author: rsandifo
Date: Thu Sep  6 18:04:51 2007
New Revision: 128197

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128197
Log:
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.

Added:
    branches/gcc-4_2-branch/gcc/testsuite/gcc.target/mips/pr33256.c
Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/config/mips/mips.c
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_2-branch/gcc/testsuite/gcc.target/mips/mips.exp


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]