This is the mail archive of the gcc-patches@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]

Re: [patches] Re: x86-64 merger part 11 - Fix for passing complex numbers


> On Mon, Mar 12, 2001 at 03:38:12PM +0100, Jan Hubicka wrote:
> > 	* expr.c (emit_move_insn_1):  Split push of complex value when
> > 	no suitable push instruction exist.
> 
> Ok for mainline.
There is actually simple testcase like:
test (__complex__ char c)
{
  if (c != 1+2i)
    abort();
}
main ()
{
  test(1+2i);
  return 0;
}
That fails. 
Is that count as problem worh enought for considering for the branch?

Honza
> 
> 
> r~


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