[Mono-bugs] [Bug 54822][Nor] Changed - parser fails on certain class of double precision constants
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Feb 2004 10:30:41 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=54822
--- shadow/54822 2004-02-25 10:28:36.000000000 -0500
+++ shadow/54822.tmp.9834 2004-02-25 10:30:41.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 54822
Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: nickjohnson@virginia.edu
QAContact: mono-bugs@ximian.com
@@ -40,6 +40,14 @@
If I change it to 0.0, then there is no error.
------- Additional Comments From bmaurer@users.sf.net 2004-02-25 10:28 -------
So that this is in bugzilla:
namespace a { class b { private double c; public b() { c = 0.; } }; };
+
+------- Additional Comments From bmaurer@users.sf.net 2004-02-25 10:30 -------
+See
+
+http://msdn.microsoft.com/library/default.asp?url=/library/en-
+us/csspec/html/vclrfcsharpspec_2_4_4_3.asp?frame=true
+
+0. is not a valid way to specify a real literal.