This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16833] -fno-builtin prevents automatic format checks for standard functions
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jul 2004 19:04:38 -0000
- Subject: [Bug c/16833] -fno-builtin prevents automatic format checks for standard functions
- References: <20040730123357.16833.timb@bluearc.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-30 19:04 -------
Found it and yes it is just a documenation error:
<http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html>
The problem is that -fno-builtin did not exist until later and then was added which is where the
problem comes into play.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-07-30 19:04:38
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16833