[Mono-bugs] [Bug 72563][Nor] Changed - [PATCH] support for pre-ISO-C99 compilers
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Feb 2005 15:45:42 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72563
--- shadow/72563 2005-02-13 14:57:13.000000000 -0500
+++ shadow/72563.tmp.32453 2005-02-13 15:45:42.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 72563
Product: Mono: Runtime
Version: 1.1
OS: SuSE 7.3
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: robertj@gmx.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -19,6 +19,11 @@
Statement-before-declaration issue ;-)
------- Additional Comments From robertj@gmx.net 2005-02-13 14:57 -------
Created an attachment (id=14205)
Diff against /trunk/mono/mono/mini/declsec.c
+
+------- Additional Comments From vargaz@gmail.com 2005-02-13 15:45 -------
+Applied, but please be aware that the core developers do not use
+gcc-2.95, and gcc versions prior to 3.4 do not have the ability to warn
+against these constructs. So this thing will again happen in the future.