[aesop] #57: global function pointers do not work
#57: global function pointers do not work -----------------------+---------------------------------------------------- Reporter: carns | Owner: Type: defect | Status: new Priority: don't know | Component: code generator Version: | Keywords: -----------------------+---------------------------------------------------- (copied from http://trac.mcs.anl.gov/projects/triton/ticket/212) If you declare a blocking function pointer as a static global in a .ae file, then any assignment to that pointer produces a compile-time error: {{{ error: lvalue required as left operand of assignment }}} Added example to aesop/parser/tests/blocking/funptrs. The example is commented out so that the test continues to run properly for now. -- Ticket URL: <https://trac.mcs.anl.gov/projects/aesop/ticket/57> aesop <https://trac.mcs.anl.gov/projects/aesop> The Aesop Language
participants (1)
-
aesop