This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/34042] Segfault in mips_cannot_change_mode_class
- From: "rsandifo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Nov 2007 20:05:53 -0000
- Subject: [Bug target/34042] Segfault in mips_cannot_change_mode_class
- References: <bug-34042-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from rsandifo at gcc dot gnu dot org 2007-11-12 20:05 -------
Subject: Bug 34042
Author: rsandifo
Date: Mon Nov 12 20:05:46 2007
New Revision: 130119
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130119
Log:
gcc/
PR target/34042
* config/mips/mips.c (mips_return_fpr_single): New function.
(mips_function_value): Use it when returning single-field
aggregates in FPRs.
(mips_expand_call): Handle the PARALLELs created by
mips_return_fpr_single.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/mips/mips.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34042