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: [committed] Fix two testcase


On Tue, Aug 31, 2004 at 10:25:37PM -0700, Andrew Pinski wrote:
> -register double t1 __asm__("r14");
> +register volatile double t1 __asm__("r14");

Wrong.  This does not do what you think it does.  


r~


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