Bug 695 – internal compiler error: Aborted

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2006-12-17T13:26:00Z
Last change time
2015-06-09T05:15:05Z
Assigned to
dvdfrdmn
Creator
someanon

Attachments

IDFilenameSummaryContent-TypeSize
84String.dthe filetext/plain29102

Comments

Comment #0 by someanon — 2006-12-17T13:26:11Z
gdc-0.20-mingw-gcc-3.4.5.tar.bz2 mingw, winxp, comp option: -d -g -ofString.o -c String.d Assertion failed: 0, file ../../gcc-3.4.5-20060117-1/gcc/d/d-irstate.cc, line 244 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. String.d: In member function `indexOf': String.d:561: internal compiler error: Aborted Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.mingw.org/bugs.shtml> for instructions. make: *** [String.o] Error 1
Comment #1 by someanon — 2006-12-17T13:28:21Z
Created attachment 84 the file file converted from java.
Comment #2 by dvdfrdmn — 2006-12-20T21:35:03Z
Fixed in svn trunk
Comment #3 by thomas-dloop — 2006-12-23T10:21:50Z
reduced code: # # class String{ # int indexOf(){ # test: # for(int i; ;){ # continue test; # return 0; # } # } # } # Added to DStress as http://dstress.kuehne.cn/compile/b/bug_d_irstate_244_A.d http://dstress.kuehne.cn/compile/b/bug_d_irstate_244_B.d http://dstress.kuehne.cn/compile/b/bug_d_irstate_244_C.d