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

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |pault at gcc dot gnu.org

--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> ---
Created attachment 45602
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45602&action=edit
Fix for the bug

Since it is my doing, I had better fix the problem!

The copying was OK but the array element addressing was not, since the 'span'
field in the descriptor was never set.

The attached does the job but the test leaks memory, as it has in all versions
going way back when.

I'll commit as 'obvious' tonight.

Paul

Reply via email to