This is the mail archive of the gcc-bugs@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]

[Bug c/67093] incorrect -Wnonnull text for execl family of functions


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

--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
Yes, that's the latest POSIX spec.  The term "should" is defined in section 1.5
Terminology as:

  ...
  For an application, describes a feature or behavior that is recommended
 programming practice for optimum portability.

(http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap01.html#tag_01_05_06)


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