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

Andre Vehreschild vehre@gmx.de
Thu Jul 14 14:56:00 GMT 2016


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
-- 
Andre Vehreschild * Email: vehre ad gmx dot de 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pr70842_1.clog
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20160714/736859cd/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr70842_1.patch
Type: text/x-patch
Size: 1950 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20160714/736859cd/attachment.bin>


More information about the Fortran mailing list