[Issue 19915] ICE: Segmentation fault with alias and templated class

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 1 12:57:08 UTC 2019


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

Iain Buclaw <ibuclaw at gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw at gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> ---
The test case could be inferred as being segfault on invalid, it is valid code,
albeit odd that there's no space between align and .c

This code has the same segfault and backtrace.

class a(b) { align int d; }
alias a!(int) e;

--


More information about the Digitalmars-d-bugs mailing list