Bug creation and email sending has been disabled, file new bugs at gcc.gnu.org/bugzilla

Bug 203

Summary: ICE when compiling a dub project
Product: GDC Reporter: Atila Neves <atila.neves>
Component: gdcAssignee: Iain Buclaw <ibuclaw>
Status: NEW ---    
Severity: critical    
Priority: ---    
Version: development   
Hardware: x86_64   
OS: Linux   

Description Atila Neves 2015-11-30 20:04:55 CET
At this commit: https://github.com/atilaneves/mqtt/commit/3269cc9c53e71c093c02a14279c25f6f04e63f96

dub build --compiler=gdc

/usr/include/dlang/gdc/std/utf.d: In function 'decodeImpl':
/usr/include/dlang/gdc/std/utf.d:1059:15: internal compiler error: Segmentation fault
 private dchar decodeImpl(bool canIndex, S)(auto ref S str, ref size_t index)
               ^
Comment 1 Iain Buclaw 2015-11-30 21:08:58 CET
Is there no backtrace?
Comment 2 Atila Neves 2015-11-30 21:15:11 CET
No backtrace, I pasted everything it spit out.