Re: [MIPS64] Problems when Passing TImode Parameters in EABI

2006-10-05 Thread Nigel Stephens
Fu, Chao-Ying wrote: > Hello, > > I think there is a bug in mips_pass_by_reference when the mips abi > is EABI to pass TImode parameters. > > > The following code is from the mainline GCC "mips.c". > - > mips_pass_by_reference (CUMULATIVE_ARGS *cum ATTRIBUTE_UNUSED, >

Re: [MIPS64] Problems when Passing TImode Parameters in EABI

2006-10-05 Thread Richard Sandiford
"Fu, Chao-Ying" <[EMAIL PROTECTED]> writes: > I think there is a bug in mips_pass_by_reference when the mips abi > is EABI to pass TImode parameters. Good catch. > Does someone know how to pass TImode parameters in EABI? Thanks! I imagine this case wasn't specifically considered. The EABI

[MIPS64] Problems when Passing TImode Parameters in EABI

2006-10-04 Thread Fu, Chao-Ying
Hello, I think there is a bug in mips_pass_by_reference when the mips abi is EABI to pass TImode parameters. The following code is from the mainline GCC "mips.c". - mips_pass_by_reference (CUMULATIVE_ARGS *cum ATTRIBUTE_UNUSED, enum machine_mode mode, tree type