[Patch, Fortran] PR49624 - fix ICE with invalid pointer remapping

Tobias Burnus burnus@net-b.de
Fri Jul 15 23:01:00 GMT 2011


ptr(10,1:) => target was accepted as for the check "(10,1:)" was seen as 
equivalent to the valid "(10:, 1:)" - although the first dimension is 
not a range but an element. (Side note: (10:, 1:) would be wrong as well 
as one then needs to have the same rank.)

Build and regtested on x86-64-linux.
OK for the trunk?

Tobias

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ptr-remap.diff
Type: text/x-patch
Size: 1133 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110715/64f61526/attachment.bin>


More information about the Gcc-patches mailing list