PR# 17130 Optimize Dtype(Current) when creating some types.

Problem Report Summary
Submitter: manus_eiffel
Category: Compiler
Priority: Low
Date: 2010/09/28
Class: Bug
Severity: Serious
Number: 17130
Release: 6.7
Confidential: No
Status: Open
Responsible:
Environment: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3
Synopsis: Optimize Dtype(Current) when creating some types.

Description
For some reason Dtype(Current) and Dftype(Current) are not precomputed in {ARRAYED_LIST}.to_array.

Looks like `analyze' in CREATE_INFO descendants is not smart enough to mark dtype_current and dftype_current.
To Reproduce

										
Problem Report Interactions