Hi,

When I try to compile the following code, it triggers an internal
error (internal error: MIS0386 chpl Version 1.11.0.3a08434):

var D: domain(1);

record Foo {
    var foo: [D] Foo;
}

I know I shouldn't do that, since it is a recursive declaration, but
the "recursive_alloc_test.chpl:2: error: called recursively at this
point" message may be more informative if I accidentally make this
kind of mistake.

Regards,

Attila

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Chapel-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-bugs

Reply via email to