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 05/05/2010 04:10 PM, Christian Borntraeger wrote:
> Am Mittwoch 05 Mai 2010 16:58:25 schrieb Richard Guenther:
>> !         fprintf (dump_file, "Ignoring %p due to prefetch_before\n", 
>> (void
>> *) ref);
>>
>> watch long lines.  Coding-style restricts us to 80 columns.
> 
> Redone.
> Coming from Linux kernel coding, is there some tool like
> checkpatch.pl for GNU coding style? This would be really helpful for
> people like me that contribute to projects with conflicting coding 
> styles (GNU and Linux differ a lot) just as a sanity check that I have
> finsihed the "context switch".
> 
> In addition, is there something like a changelog skeleton creator that
> uses diffstat to create an empty changelog?

C-x 4 a  at the change creates the ChangeLog entry along with the function
name.  You are using emacs, right?

Andrew.


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