lkml.org 
[lkml]   [2015]   [Nov]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/3] tools/vm/page-types: suppress gcc warnings
On Thu, 12 Nov 2015, Sergey Senozhatsky wrote:

> > This can't possibly be correct, the warnings are legitimate and the result
> > of the sigsetjmp() in the function. You may be interested in
> > returns_twice rather than marking random automatic variables as volatile.
>
> Hm, ok. I saw no probs with `int first' and `end' being volatile
>

This will only happen with the undocumented change in your first patch
which adds -O2.

I don't know what version of gcc you're using, but only "first" and "end"
being marked volatile isn't sufficient since mere code inspection would
show that "off" will also be clobbered -- it's part of the loop.


\
 
 \ /
  Last update: 2015-11-12 07:21    [W:0.057 / U:0.372 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site