[Issue 6655] Forward error with static array length
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Sep 14 06:02:08 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6655
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
Platform|x86 |All
OS/Version|Windows |All
Severity|major |critical
--- Comment #1 from yebblies <yebblies at gmail.com> 2011-09-14 23:01:52 EST ---
The problem here is that TypeAArray::getImpl is being called on bar before
semantic has, therefore there is no scope or location. Of the three problems,
the lack of scope causes the failure to lookup N (and therefore the failure to
recognize bar as a static array), and also the lack of a file/line number.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list