[Bug c/65999] c11 compliance - fopen_s not supported

2015-05-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65999

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |MOVED

--- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org ---
These should be provided by your libc if at all.

Also note the _s functions are an optional part of C11 and are not required.


[Bug c/65999] c11 compliance - fopen_s not supported

2015-05-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65999

--- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org ---
(In reply to Andrew Pinski from comment #1)
 These should be provided by your libc if at all.

This means report it to glibc if you use GNU/Linux.  Apple if you use Mac OS X,
etc.