[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 02:25:23 PST 2013


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


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #3 from Kenji Hara <k.hara.pg at gmail.com> 2013-02-21 02:25:07 PST ---
(In reply to comment #2)
> (In reply to comment #1)
> > probably related:
> > 
> > immutable(char)*[1] szSource = [source.toStringz()]; 
> > glCreateShaderProgramv(TYPE, 1, szSource.ptr);
> > 
> > stopped working with dmd 2.062.
> > it does not pass the correct string to openGL.
> 
> Might be related to http://d.puremagic.com/issues/show_bug.cgi?id=9539
> 
> However Issue 9539 is reproducible on 2.061 as well.

This is not related to bug 9539.

https://github.com/D-Programming-Language/dmd/pull/1681

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