PR# 12694 Removing a dotnet_constructors declaration after it's been compiled hangs the compiler

Problem Report Summary
Submitter: paulbates
Category: Compiler
Priority: Medium
Date: 2007/05/11
Class: Bug
Severity: Serious
Number: 12694
Release: 6.0.6.8179
Confidential: No
Status: Suspended
Responsible:
Environment: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Synopsis: Removing a dotnet_constructors declaration after it's been compiled hangs the compiler

Description
There's a problem with .NET incremental compilation. Once you have added a creation routine to 'dotnet_constructors' and compiled it in, removing it hangs the compiler.
To Reproduce
1. Compile a project
2. Add a 'dotnet_constructor' declaration in a class
3. Compile it in
4. Remove the added constructor declaration.
Problem Report Interactions
From:paulbates    Date:2007/05/11    Status: Suspended    Download   
Suspending because I cannot reproduce it,