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: your recent regclass.c:globalize_reg change


Well, if I change the target string n the testcase to i?86-*-*,
can I install it and the patch?

I.e.:

/* { dg-do compile { target i386-*-* } } */

int foo ()
{
  return 1;
}

register char *stack_ptr asm ("%esp");


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