Hi,

I'm getting an internal compiler error in the following buggy code :

proc f1(x) {
  return x;
}

var func = f1;

buggy.chpl:1: internal error: CHE0320 chpl Version 1.14.0.2a61e6e

Internal errors indicate a bug in the Chapel compiler ("It's us, not you"),
and we're sorry for the hassle.  We would appreciate your reporting this
bug --
please see http://chapel.cray.com/bugs.html for instructions.  In the
meantime,
the filename + line number above may be useful in working around the issue.

I realize that I can't capture a generic function, so it's not surprising
that this doesn't
work --- but I'm guessing this should not ideally not return an internal
error.

Thanks!
-- Nikhil
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Chapel-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-users

Reply via email to