Internal Compiler Error Help

Saurabh Das via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 21 01:55:44 PDT 2015


Thanks!

Wow, dustmite is really useful. It reduces the expression down to:

double someFunction(double AvgPriceChangeNormalized, double 
TicksTenMinutesNormalized)
{
     return 
(TicksTenMinutesNormalized?1:AvgPriceChangeNormalized)?1:TicksTenMinutesNormalized/(TicksTenMinutesNormalized==0)==0;
}

Which gives a compiler error: Internal error: backend/cod1.c 1562


More information about the Digitalmars-d-learn mailing list