[Patch, fortran] Remove gfc_conv_section_upper_bound
Mikael Morin
mikael.morin@sfr.fr
Mon Jul 12 17:00:00 GMT 2010
Hello,
gfc_conv_section_upper_bound is the same code as the upper bound parts
of gfc_conv_section_startstride, with the difference that it returns a
NULL value in the vector subscript case, instead of a gfc_index_zero_node.
The attached patch moves that difference into
gfc_conv_section_startstride and removes gfc_conv_section_upper_bound.
No testsuite regression on x86_64-unknown-freebsd8.0. OK for trunk ?
Mikael
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: remove_conv_upper_bound.log
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100712/ab4a2b29/attachment.log>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: remove_conv_upper_bound.diff
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100712/ab4a2b29/attachment.ksh>
More information about the Gcc-patches
mailing list