diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-09-23 17:11:24 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-09-23 17:11:24 +0100 |
commit | e6e931b7c534a23faeb47e8ce039de500cb6ccd3 (patch) | |
tree | 22ca0403abd4aa5f3d57ae2b15d82f09f3000b39 /gcc/ChangeLog | |
parent | 211504688018ec18bc9659c2a61ede4c88d53941 (diff) | |
download | gcc-e6e931b7c534a23faeb47e8ce039de500cb6ccd3.zip gcc-e6e931b7c534a23faeb47e8ce039de500cb6ccd3.tar.gz gcc-e6e931b7c534a23faeb47e8ce039de500cb6ccd3.tar.bz2 |
re PR c/16833 (-fno-builtin prevents automatic format checks for standard functions)
PR c/16833
* doc/extend.texi, doc/invoke.texi: Document interaction of
-fno-builtin with format checks. Note that built-in functions
have effects beyond generating code that avoids calls to those
functions.
From-SVN: r87957
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93ad667..3c44c68 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2004-09-23 Joseph S. Myers <jsm@polyomino.org.uk> + + PR c/16833 + * doc/extend.texi, doc/invoke.texi: Document interaction of + -fno-builtin with format checks. Note that built-in functions + have effects beyond generating code that avoids calls to those + functions. + 2004-09-23 Frank Ch. Eigler <fche@redhat.com> PR tree-optimization/17533 |