[Mono-bugs] [Bug 601708] New: [regression] gmcs cannot compile gendarme anymore CS0108
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat May 1 08:03:39 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=601708
http://bugzilla.novell.com/show_bug.cgi?id=601708#c0
Summary: [regression] gmcs cannot compile gendarme anymore
CS0108
Classification: Mono
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: spouliot at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Using gmcs from trunk gives an error (CS0108) when compiling Gendarme.
This compiled correctly until the latest, large, change to the compiler. It
also compiles without any issue with CSC (both VS2008 and VS2010).
/opt/mono/bin/gmcs -debug+ -d:TRACE -optimize+ -nowarn:1591 -warn:4
-warnaserror+ -target:library -doc:../bin/Gendarme.Framework.dll.doc
-r:/opt/mono/lib/mono/gac/Mono.Cecil/0.6.9.0__0738eb9f132ed756/Mono.Cecil.dll \
-out:../bin/Gendarme.Framework.dll ./../AssemblyStaticInfo.cs
/Gendarme.Framework.Engines/NamespaceEngine.cs
/Gendarme.Framework.Engines/OpCodeEngine.cs
/Gendarme.Framework.Helpers/Log.cs
/Gendarme.Framework.Helpers/MethodPrinter.cs
/Gendarme.Framework.Helpers/MethodSignature.cs
/Gendarme.Framework.Helpers/MethodSignatures.cs
/Gendarme.Framework.Helpers/Namespace.cs
/Gendarme.Framework.Helpers/OpCodeBitmask.cs
/Gendarme.Framework.Helpers/PrimitiveReferences.cs
/Gendarme.Framework.Helpers/StackEntryAnalysis.cs
/Gendarme.Framework.Helpers/StackEntryUsageResult.cs
/Gendarme.Framework.Rocks/AssemblyRocks.cs
/Gendarme.Framework.Rocks/CecilRocks.cs
/Gendarme.Framework.Rocks/CommonRocks.cs
/Gendarme.Framework.Rocks/CustomAttributeRocks.cs
/Gendarme.Framework.Rocks/FieldRocks.cs
/Gendarme.Framework.Rocks/InstructionRocks.cs
/Gendarme.Framework.Rocks/MethodRocks.cs
/Gendarme.Framework.Rocks/ModuleRocks.cs
/Gendarme.Framework.Rocks/ParameterRocks.cs
/Gendarme.Framework.Rocks/TypeRocks.cs
/Gendarme.Framework.Rocks/VariableDefinitionRocks.cs
/Gendarme.Framework/ApplicabilityScope.cs
/Gendarme.Framework/AssemblyResolver.cs
/Gendarme.Framework/BasicIgnoreList.cs ./Gendarme.Framework/Bitmask.cs
/Gendarme.Framework/Confidence.cs ./Gendarme.Framework/Defect.cs
/Gendarme.Framework/DocumentationUriAttribute.cs
/Gendarme.Framework/Engine.cs ./Gendarme.Framework/EngineController.cs
/Gendarme.Framework/EngineDependencyAttribute.cs
/Gendarme.Framework/EngineEventArgs.cs
/Gendarme.Framework/FxCopCompatibilityAttribute.cs
/Gendarme.Framework/HierarchicalEventArgs.cs
/Gendarme.Framework/IAssemblyRule.cs ./Gendarme.Framework/IIgnoreList.cs
/Gendarme.Framework/IMethodRule.cs ./Gendarme.Framework/IRule.cs
/Gendarme.Framework/IRunner.cs ./Gendarme.Framework/ITypeRule.cs
/Gendarme.Framework/ProblemAttribute.cs ./Gendarme.Framework/Rule.cs
/Gendarme.Framework/RuleResult.cs ./Gendarme.Framework/Runner.cs
/Gendarme.Framework/RunnerEventArgs.cs ./Gendarme.Framework/Severity.cs
/Gendarme.Framework/SolutionAttribute.cs ./Gendarme.Framework/Symbols.cs
/Gendarme.Framework/ThreadModelAttribute.cs ../AssemblyInfo.cs
/Gendarme.Framework.Helpers/MethodSignatures.cs(53,56): error CS0108:
`Gendarme.Framework.Helpers.MethodSignatures.Finalize' hides inherited member
`object.Finalize()'. Use the new keyword if hiding was intended
/opt/mono/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous
error)
Compilation failed: 1 error(s), 0 warnings
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list