Bug 743 – internal compiler error: in find_function_data, at function.c:315
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2006-12-25T06:28:00Z
Last change time
2015-06-09T01:31:21Z
Assigned to
dvdfrdmn
Creator
thomas-dloop
Comments
Comment #0 by thomas-dloop — 2006-12-25T06:28:34Z
#
# template g(alias B){
# int g(){
# return B * 2;
# }
# }
#
# void f(){
# int i;
# g!(i);
# }
#
run/t/tuple_02_A.d: In member function `g':
run/t/tuple_02_A.d:13: internal compiler error: in find_function_data, at function.c:315
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.