r126694 - in /branches/gimple-tuples-branch/gcc...

cmatthews@gcc.gnu.org cmatthews@gcc.gnu.org
Mon Jul 16 21:10:00 GMT 2007


Author: cmatthews
Date: Mon Jul 16 21:10:56 2007
New Revision: 126694

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126694
Log:
	* gimple.c (gs_build_switch): Changed nlabels to represent total number of
	labels including the default.
	(gs_build_switch_1): Same.
	(walk_tuple_ops): Same.
	* gimple-pretty-print.c (dump_gs_switch): Same.
	* gs_switch.c: Improved test case to look at the gs_switch case list instead
	of just the body.
	* gs_switch2.c: Same.
	* gs_switch3.c: Same.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/gimple-pretty-print.c
    branches/gimple-tuples-branch/gcc/gimple.c
    branches/gimple-tuples-branch/gcc/testsuite/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/gimple/gs_switch.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/gimple/gs_switch2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/gimple/gs_switch3.c



More information about the Gcc-cvs mailing list