This patch fixes an issues with allocate(..., source=) which is turned
into an assignment - which got wrongly resolved to "CAF_GET(...) =
source-expr". Now, the function which adds the intrinsic checks more
carefully whether an assignment should be done.
In addition, the patch prepares for the
On 19 April 2014 20:39, John Marino wrote:
> Hello GCC developers,
>
> For the last few years, I have been maintaining a large set of patches
> that add support for the DragonFly BSD target and also complete Ada
> frontend support on all four major BSDs among other things. Before I
> can submit pa
OK.
Jason