[Issue 2962] ICE(glue.c) or bad codegen passing variable as template value parameter
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 29 08:41:24 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2962
--- Comment #28 from Haruki Shigemori <rayerd.wiz at gmail.com> 2010-12-29 08:39:15 PST ---
(In reply to comment #27)
> A simpler command line is this:
> /dmd/src/phobos/std> dmd -c -unittest conv.d stdio.d
> The unittest which it's failing in, is in stdio.d, line 1630:
>
> unittest
> {
> float f;
> if (false) readf("%s", &f);
> }
> Which just shows how nasty this bug is.
This is a progress report.
failed:
/dmd/src/phobos/std dmd -c -unittest conv.d stdio.d
succeeded:
/dmd/src/phobos/std dmd -c -unittest stdio.d conv.d
--
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