http://bugzilla.novell.com/show_bug.cgi?id=610878
http://bugzilla.novell.com/show_bug.cgi?id=610878#c0 Summary: gmcs fails to report missing override methods for some cases. Classification: Mono Product: Mono: Compilers Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: C# AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- I have created an example repro based on mcs/class/System.Runtime.Serialization/System.Xml/XmlBinaryDictionaryReader.cs, attached as part of bug #599479. https://bugzillafiles.novell.org/attachment.cgi?id=366068 steps to reproduce: - cd mcs/class/System.Runtime.Serialization - patch -i the-above.patch -p0 - make It should report missing overrides for MoveToAttribute(string) and GetAttribute(string). side effects: - The resulting PE is invalid according to .NET PEVerify.exe. - With the resulting assembly it fails to load some types in the assembly itself. Run "make run-test" in the directory and it will reports a lot of regressions. 2.6.4 gmcs reports errors as expected. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
