2002-01-16 Miguel de Icaza <miguel@ximian.com>
authorMiguel de Icaza <miguel@gnome.org>
Wed, 16 Jan 2002 22:26:59 +0000 (22:26 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 16 Jan 2002 22:26:59 +0000 (22:26 -0000)
commit177e4fbfaa202deeeb1fe202a9ba9c4b9fa88421
treed1cfa9f37d433a85da13f79b63c469f9a8ce984e
parent1222ab1b5c2642f4b9a1e3e16f73ce3ec8c4890a
2002-01-16  Miguel de Icaza  <miguel@ximian.com>

* statement.cs (For.Emit): If the test is null, then report that
we do `return', as we wont reach anything afterwards.

(Switch.SwitchGoverningType): Track the expression that matched
the conversion.

* driver.cs: Allow negative numbers as an error code to flag.

svn path=/trunk/mcs/; revision=2011
mcs/errors/errors.txt
mcs/errors/makefile
mcs/mcs/ChangeLog
mcs/mcs/codegen.cs
mcs/mcs/driver.cs
mcs/mcs/report.cs
mcs/mcs/statement.cs