[Fortran, Patch, PR70842, v1] [4.9/5/6/7 Regression] internal compiler error with character members within a polymorphic pointer

Jerry DeLisle jvdelisle@charter.net
Thu Jul 14 16:12:00 GMT 2016


On 07/14/2016 07:56 AM, Andre Vehreschild wrote:
> Hi all,
>
> attached patch fixes the ICE and the wrong char array length mentioned
> in comment #3 of the PR. The issue was that getting the _len component
> is valid online for unlimited polymorphic pointers. But here this was
> tried for polymorphic entity, which had to fail.
>
> Bootstrapped and regtests ok on trunk, gcc-6-branch, gcc-5-branch,
> gcc-4_9-branch. Ok for trunk and one week later for the other branches?
>
> Regards,
> 	Andre
>

Yes, OK and thanks for patch. (Maybe add a blank line just before the 
existing comment shown in the patch.)

Regards,

Jerry



More information about the Fortran mailing list