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 2/4] Add debug information if prefetches are not issued


On Wed, 5 May 2010, Christian Borntraeger wrote:

> Am Mittwoch 05 Mai 2010 14:31:31 schrieb Richard Guenther:
> > You should guard them with
> > 
> >  if (dump_file && (dump_flags & TDF_DETAILS))
> 
> Right, thank you Richard. 
> 
> Here is an updated version. I also fixed a coding style issue of if and open braces.

!         fprintf (dump_file, "Ignoring %p due to prefetch_before\n", 
(void
*) ref);

watch long lines.  Coding-style restricts us to 80 columns.

> Would that patch be ok for the 4.5 brach as well or is it only for 4.6?

For 4.6.

Thanks,
Richard.


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