NetBSD/gnu/dist/gcc/cp
sommerfeld ac07e85117 Enhanced format checking, mk II:
New option -Wno-format-extra-args : suppress warning for:
	printf("foo", bar);
since that isn't interesting from the POV of this audit, and it's more
common than most in some code.

also, do format args checking for
	printf(Aflag ? "format 1: %s" : "format 2: %s", bar);
albeit in a half-hearted way for now (just check the "then" case)
2000-10-05 13:08:57 +00:00
..
inc Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
Make-lang.in Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
Makefile.in Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
NEWS Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
call.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
class.c Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
config-lang.in Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
cp-tree.def Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
cp-tree.h Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
cvt.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
decl.c Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
decl.h
decl2.c Enhanced format checking, mk II: 2000-10-05 13:08:57 +00:00
errfn.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
error.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
except.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
exception.cc Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
expr.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
friend.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
g++.1 Resolve conflicts, fix up c-common, and clean up import of egcs 1.1. 1998-08-16 20:41:00 +00:00
g++FAQ.texi Add Info directory entry. 1999-02-11 15:57:31 +00:00
g++spec.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
gxx.gperf Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
gxxint.texi Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
hash.h Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
init.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
input.c "Bonehead." This file is included by others, not used by itself. 1998-08-17 02:19:15 +00:00
lang-options.h Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
lang-specs.h Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
lex.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
lex.h
method.c Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
new.cc Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
new1.cc Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
new2.cc Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
parse.y Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
pt.c Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
ptree.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
repo.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
rtti.c Import egcs 1.1.1 (release). 1998-12-13 00:04:06 +00:00
search.c Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
semantics.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
sig.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
spew.c Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
tinfo.cc Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
tinfo.h Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00
tinfo2.cc Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
tree.c Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others. 1999-04-06 15:07:33 +00:00
typeck.c Import egcs 1.1.1 prerelease 2 1998-11-14 04:14:09 +00:00
typeck2.c Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others. 1999-04-06 15:07:33 +00:00
xref.c Import egcs-1.1 gcc, 19980816 snapshot 1998-08-16 17:35:45 +00:00