gcc/gcc c-common.c c-decl.c c-opts.c c.opt fla ...
ctice@gcc.gnu.org
ctice@gcc.gnu.org
Tue Oct 5 19:59:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: struct-reorg-branch
Changes by: ctice@gcc.gnu.org 2004-10-05 19:59:06
Modified files:
gcc : c-common.c c-decl.c c-opts.c c.opt flags.h
ChangeLog.struct-reorg
Log message:
Make "-fdisable-typechecking-for-spec" an actual compiler flag, rather than
a macro definition (always on) in c-decl.c
2004-10-05 Caroline Tice <ctice@apple.com>
* c-common.c (disable_typechecking_for_spec_flag): New flag.
* c-decl.c (disable_typechecking_for_spec_flag): Remove macro definition.
* c-opts.c (c_common_handle_option): Handle new flag.
* c.opt (fdisable-typechecking-for-spec): New flag option.
* flags.h (disable_typechecking_for_spec_flag): Extern declaration for
new flag.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.344.2.61.2.7.2.1&r2=1.344.2.61.2.7.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.334.2.80.2.9.2.1&r2=1.334.2.80.2.9.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.7.2.27.2.8&r2=1.7.2.27.2.8.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c.opt.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.11.2.6.2.7&r2=1.11.2.6.2.7.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flags.h.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.86.2.46.2.10.2.1&r2=1.86.2.46.2.10.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.struct-reorg.diff?cvsroot=gcc&only_with_tag=struct-reorg-branch&r1=1.1.2.6&r2=1.1.2.7
More information about the Gcc-cvs
mailing list