Bugzilla – Bug 317100
[PATCH] Syntax errors with GCC 2.95
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by robertj@gmx.net 2005-02-04 18:52:44 MST ---- 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 ---- Additional Comments From robertj@gmx.net 2005-02-04 18:55:41 MST ---- Created an attachment (id=167350) diff against /trunk/mono r40157 ---- Additional Comments From vargaz@gmail.com 2005-02-05 09:17:01 MST ---- Fixed in SVN. Imported an attachment (id=167350)