Thread overview
[dmd-internals] dmd commit, revision 823
Dec 27, 2010
dsource.org
Dec 28, 2010
Brad Roberts
Dec 28, 2010
Walter Bright
December 27, 2010
dmd commit, revision 823


user: walter

msg:
bugzilla 5090 ICE(todt.c) struct literal initializing zero length array

http://www.dsource.org/projects/dmd/changeset/823

paths changed:
U   branches/dmd-1.x/src/todt.c
U   trunk/src/todt.c

December 27, 2010
Looks like a dmd unittest started failing after this submit:

runnable\test42.d(2122): Error: zero length array b has non-zero length initializer

Did you do an update to the internal suite that needs to be made to the public one?

NOTE: the 64 bit tests aren't failing since that test is disabled for that platform.

On Mon, 27 Dec 2010, dsource.org wrote:

> dmd commit, revision 823
> 
> 
> user: walter
> 
> msg:
> bugzilla 5090 ICE(todt.c) struct literal initializing zero length array
> 
> http://www.dsource.org/projects/dmd/changeset/823
> 
> paths changed:
> U   branches/dmd-1.x/src/todt.c
> U   trunk/src/todt.c
> 
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
> 
December 27, 2010
Yeah, the test needs to be updated. Basically, just remove what's between the { } on the initializer.

Brad Roberts wrote:
> Looks like a dmd unittest started failing after this submit:
>
> runnable\test42.d(2122): Error: zero length array b has non-zero length initializer
>
> Did you do an update to the internal suite that needs to be made to the public one?
>
> NOTE: the 64 bit tests aren't failing since that test is disabled for that platform.
>
> On Mon, 27 Dec 2010, dsource.org wrote:
>
> 
>> dmd commit, revision 823
>>
>>
>> user: walter
>>
>> msg:
>> bugzilla 5090 ICE(todt.c) struct literal initializing zero length array
>>
>> http://www.dsource.org/projects/dmd/changeset/823
>>
>> paths changed:
>> U   branches/dmd-1.x/src/todt.c
>> U   trunk/src/todt.c
>>
>> _______________________________________________
>> dmd-internals mailing list
>> dmd-internals at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>>
>> 
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
>
>