gcc ./ChangeLog.csl gcc/common.opt gcc/flags.h ...

jsm28@gcc.gnu.org jsm28@gcc.gnu.org
Thu May 19 21:45:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	csl-sol210-3_4-branch
Changes by:	jsm28@gcc.gnu.org	2005-05-19 21:45:03

Modified files:
	.              : ChangeLog.csl 
	gcc            : common.opt flags.h opts.c stmt.c toplev.c 
	gcc/doc        : invoke.texi 

Log message:
	* gcc/common.opt (fjump-tables): New.
	* gcc/doc/invoke.texi (-fno-jump-tables): Document.
	* gcc/flags.h (flag_jump_tables): New.
	* gcc/opts.c (common_handle_option): Handle OPT_fjump_tables.
	* gcc/toplev.c (flag_jump_tables): New.
	* gcc/stmt.c (expand_end_case_type): Do not emit jump tables
	unless flag_jump_tables.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.csl.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.1.2.19&r2=1.1.2.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/common.opt.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.24.4.1.6.2&r2=1.24.4.1.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flags.h.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.127.4.1.6.1&r2=1.127.4.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/opts.c.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.51.4.3.6.1&r2=1.51.4.3.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.342.2.3&r2=1.342.2.3.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.863.4.12.2.1&r2=1.863.4.12.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.390.2.32.2.4&r2=1.390.2.32.2.5



More information about the Gcc-cvs mailing list