This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31821] character pointer => target(range) should detect if lengths don't match


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31821

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |tkoenig at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #10 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2010-12-21 22:11:30 UTC ---
Created attachment 22838
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22838
Patch that has a good chance of working

(In reply to comment #8)
>
> The part of the patch
> 
> -         if (substring)
> -           primary->ts.u.cl = NULL;
> -
>

is part of the precipitate.  This should be better.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]