[Issue 9538] Regression (2.062): Can't use typeid on .ptr of static array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 21 11:05:54 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9538


Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu
           Severity|regression                  |normal


--- Comment #4 from Martin Nowak <code at dawg.eu> 2013-02-21 11:05:52 PST ---
(In reply to comment #0)
> 2.061:
> $ dmd test.d
> > void**

I still get an error for 2.061 and 2.060.
Error: type void*[1LU] is not an expression

The error message has changed with
https://github.com/D-Programming-Language/dmd/pull/1382 to
Error: void*[1u][0u] is not an lvalue.

I've reduced the importance to normal.

-- 
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