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 to Avoid Bad Prefetching


Will fix it ASAP.

Thank you for letting me know!

-Ghassan

-----Original Message-----
From: Andrew Pinski [mailto:pinskia@gmail.com] 
Sent: Monday, June 08, 2009 11:17 AM
To: Richard Guenther
Cc: Shobaki, Ghassan; Zdenek Dvorak; gcc-patches@gcc.gnu.org
Subject: Re: Patch to Avoid Bad Prefetching

On Fri, Jun 5, 2009 at 11:01 AM, Richard
Guenther<richard.guenther@gmail.com> wrote:
> On Fri, Jun 5, 2009 at 4:53 PM, Shobaki, Ghassan<Ghassan.Shobaki@amd.com> wrote:
>> A ChangeLog entry was included in the original email. Here it is again. Does it look OK?
>
> It misses the doc/invoke.texi changes but otherwise looks ok.

This causes a bootstrap issue on powerpc-darwin:
/Users/regress/tbox/svn-gcc/gcc/tree-ssa-loop-prefetch.c:1589:7:
error: format '%ld' expects type 'long int', but argument 5 has type
'long long int'

%ld should not be used for HOST_WIDE_INT but rather
HOST_WIDE_INT_PRINT_DEC should be used.

Thanks,
Andrew Pinski


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