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/34710] FORTIFY_SOURCE matches to many patterns



------- Comment #4 from jakub at gcc dot gnu dot org  2008-01-08 08:49 -------
The easiest fix is to use (p.fprintf)(&p, "%i", 123); instead of
p.fprintf(&p, "%i", 123); whenever using some identifier which POSIX allows to
be defined as function-like macro, BTW.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34710


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