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/43995] internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs


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

--- Comment #10 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2011-05-29 17:41:53 UTC ---
Author: rsandifo
Date: Sun May 29 17:41:50 2011
New Revision: 174402

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174402
Log:
gcc/
    PR target/43995
    * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
    recurse_p argument.  Only follow register copies if it is set,
    and prevent mips_find_pic_call_symbol from recursing.
    (mips_find_pic_call_symbol): Add a recurse_p argument.
    Pass it to mips_pic_call_symbol_from_set.
    (mips_annotate_pic_calls): Update accordingly.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mips/mips.c


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