On 04/22/2011 02:13 AM, Mike Stump wrote:
http://gcc.gnu.org/ml/gcc/2005-04/msg00161.htmlhas the details of why the code was put in.
Right. At the time, we were sorting the goto queue based on pointer values, which caused the problem. We no longer do that, so we shouldn't need this workaround (deferring creation of case label labels) anymore.
What do you think, Alex? Jason