Internal compiler erorr

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Apr 10 17:55:44 PDT 2016


On Sunday, 10 April 2016 at 17:19:14 UTC, Eric wrote:
> I am getting this error when I compile:
>
> Error: Internal Compiler Error: unsupported type const(string)
>
> No line number is given.  Does anyone know what causes this?
>
> compiler version = v2.071.0
>
> -Eric

An ICE should always be considered a bug, no matter its cause. 
The thing to do here is to search bugzilla to see if your issue 
has already been reported and, if not, open a new one with a 
minimal reproducible test case.


More information about the Digitalmars-d-learn mailing list