[Issue 13599] [D1] backend/cod1.c ICE with -inline

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Oct 12 15:03:55 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13599

--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> ---
Workaround, in case it is blocking anyone:

(In reply to Walter Bright from comment #2)
>     E R()
>     {
>         foreach ( U ; P )
>             return U;
>         assert(0);
          return E();   // add this line
>     }
> }

--


More information about the Digitalmars-d-bugs mailing list