Bug 14377 – compiler segfault

Status
RESOLVED
Resolution
DUPLICATE
Severity
major
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2015-03-30T15:06:00Z
Last change time
2015-06-09T05:14:42Z
Assigned to
nobody
Creator
kanael

Comments

Comment #0 by kanael — 2015-03-30T15:06:44Z
DMD64 D Compiler v2.066.1 The code below causes the compiler to crash with a segfault. auto A(string , T)(T ) { } auto A(T){ } struct F { struct C { } L!C* f; } struct L(M, string N="") { static assert(A!N()) ; }
Comment #1 by ketmar — 2015-03-30T15:39:58Z
seems to be fixed in 2.067.
Comment #2 by k.hara.pg — 2015-03-30T20:24:28Z
(In reply to Ketmar Dark from comment #1) > seems to be fixed in 2.067. Actually it was a dup of issue 13459. *** This issue has been marked as a duplicate of issue 13459 ***