digitalmars.D.bugs - [Issue 14642] New: ICE in ctfeInterpret
- via Digitalmars-d-bugs (27/27) Jun 02 2015 https://issues.dlang.org/show_bug.cgi?id=14642
https://issues.dlang.org/show_bug.cgi?id=14642 Issue ID: 14642 Summary: ICE in ctfeInterpret Product: D Version: D2 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P1 Component: DMD Assignee: nobody puremagic.com Reporter: maor weka.io Created attachment 1525 --> https://issues.dlang.org/attachment.cgi?id=1525&action=edit a tar containing 2 tars (each with the code reproducing the bug on a specific dmd version) Attached is the dustmite reduced code. This bug reproduces on both dmd 2.066.1 & 2.067.1 (but the code reproducing it is slightly different, therefore, the attachment contains a tar with 2 tars in it , one for each version of dmd). The reduced code has some compilation errors (the original one didn't) but the seg fault still happens. after untarring the code just run: for 2.066.1: dmd -g -w -c weka/XXX/XXZ/XXY.d -ofsome_obj.o for 2.067.1: dmd -c weka/BXX/IXX/DXX.d --
Jun 02 2015