[Mono-bugs] [Bug 54822][Nor] New - parser fails on certain class of double precision constants

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 24 Feb 2004 23:35:12 -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 nickjohnson@virginia.edu.

http://bugzilla.ximian.com/show_bug.cgi?id=54822

--- shadow/54822	2004-02-24 23:35:12.000000000 -0500
+++ shadow/54822.tmp.5611	2004-02-24 23:35:12.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 54822
+Product: Mono/Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: nickjohnson@virginia.edu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: parser fails on certain class of double precision constants
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Download source file: http://manjac.ath.cx/nick/parser_double_bug.cs
+2. Attempt to compile it with mcs version 0.29
+3. 
+
+Actual Results:
+Complains that a semicolon is expected.
+
+Expected Results:
+No error.
+
+How often does this happen? 
+Always
+
+Additional Information:
+This has always been a valid way to specify zero: 0.
+If I change it to 0.0, then there is no error.