On Wed, Oct 15, 2014 at 6:28 PM, <
r...@newrelic.com> wrote:
> I'm happy to help.
>
> How/when does this change percolate out to gcc?
Do you mean gcc tip or release?
If release, then I guess it will be the next release.
> There's a whole bunch of syscalls that are legal from the context of a
> signal handler. I'm wondering if any of the others will also have similar
> problems.
I"ve fixed a common source of such false positives. All operations on
file descriptors were affected.
I've greped sources for similar issues and did not found any.