[Mono-bugs] [Bug 72229][Nor] New - [PATCH] Syntax errors with GCC 2.95

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Feb 2005 18:52:45 -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 robertj@gmx.net.

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

--- shadow/72229	2005-02-04 18:52:45.000000000 -0500
+++ shadow/72229.tmp.2498	2005-02-04 18:52:45.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 72229
+Product: Mono: Runtime
+Version: 1.1
+OS: SuSE 7.3
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: robertj@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] Syntax errors with GCC 2.95
+
+Description of Problem:
+
+gcc 2.95 expects declarations of local variables to be at the
+beginning of the enclosing block.
+
+Steps to reproduce the problem:
+1. compile with gcc 2.95
+
+Actual Results:
+syntax errors
+
+Expected Results:
+no syntax errors ;-)
+
+How often does this happen? 
+allways
+
+Additional Information:
+none