[Fortran-caf, patch, committed] Prepare for communication with coindexed arrays in expressions

2014-04-10 Thread Tobias Burnus
This patch adds the support for coindexed arrays in expressions (or the RHS of assignments) to the single-image implementation of the library. Additionally, it adds the required function definitions to the compiler. Missing is adding the intrinsic in resolve.c – and converting it into code in

Re: [Fortran-caf, patch, committed] Prepare for communication with coindexed arrays in expressions

2014-04-10 Thread Tobias Burnus
Tobias Burnus wrote: Missing is adding the intrinsic in resolve.c – and converting it into code in trans-intrinsic.c. I have a draft patch for it, but I still need to fix something and clean up the patch. I have now also committed a patch, which moves the existing code higher up in the file;