https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82457

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-10-07
     Ever confirmed|0                           |1
           Severity|normal                      |enhancement

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Yes the documentation should clarify this.

Basically with -std=c11 fork/exec* are not known identifiers (because they are
not part of the C11 standard).

Maybe this can be what it says:
Also fork (when not in strict standards language mode e.g. -std=c90 or
-std=c++98) calls are detected and correctly handled (double counting will not
happen).

Reply via email to