gcc/gcjx ChangeLog defassign.cc
rmathew@gcc.gnu.org
rmathew@gcc.gnu.org
Sat Sep 17 16:49:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcjx-branch
Changes by: rmathew@gcc.gnu.org 2005-09-17 16:49:38
Modified files:
gcjx : ChangeLog defassign.cc
Log message:
* defassign.cc (variable_state::check_loop): Complain about possible
multiple assignments only if the variable in question is definitely
assigned and not definitely unassigned.
(variable_state::print): Make const method and use const iterators.
Print out only definitely [un]assigned variables.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.114&r2=1.1.2.115
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/defassign.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.5&r2=1.1.2.6
More information about the Gcc-cvs
mailing list