* defassign.cc (variable_state::check_loop): Complain about possible
commitc9c93eaf8a3872448f928878036d04060b06904d
authorrmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Sep 2005 16:49:37 +0000 (17 16:49 +0000)
committerrmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Sep 2005 16:49:37 +0000 (17 16:49 +0000)
treea07d43b5ccb4e7472d08b96f0551765ac3c0dab5
parentbd88d95d3e86609e3b02fdd1cb792b03d678fb40
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcjx-branch@104369 138bc75d-0d04-0410-961f-82ee72b054a4
gcjx/ChangeLog
gcjx/defassign.cc