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]
Other format: [Raw text]

Re: [patch] gcc/testsuite/gcc.c-torture/compile/pr27528.c


On Sat, 2007-01-06 at 13:56 -0800, Hui-May Chang wrote:
> 
> gcc/testsuite/ChangeLog:
>          * gcc.c-torture/compile/pr27528.c: Add -fno-pic option.


I don't think this is the correct fix.  The "i" constraint should accept
this, even if we are in PIC mode.

What the "i" constraint should do for these asms is just give them the
asm label and nothing more.  This is the reason behind this bug report
and testcase originally in fact.

Thanks,
Andrew Pinski


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