Bug 317100 (MONO72229) - [PATCH] Syntax errors with GCC 2.95
Summary: [PATCH] Syntax errors with GCC 2.95
Status: RESOLVED FIXED
Alias: MONO72229
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: 1.1
Hardware: Other SuSE 7.3
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-05 01:52 UTC by Robert Jordan
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
diff against /trunk/mono r40157 (5.96 KB, patch)
2005-02-05 01:55 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:06:21 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)