https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322

Andre Vehreschild <vehre at gmx dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vehre at gmx dot de

--- Comment #6 from Andre Vehreschild <vehre at gmx dot de> ---
When I see this correctly, we have two ways to resolve this issue:

1. Make sure that the temporary array created to be passed to copyFromArr() has
lbound=1, ubound=1, size(1), or

2. Make sure the additional temporary array in copyFromArr() is created and the
bounds are set correctly. 

Which one is the preferred way?

Reply via email to