This is the mail archive of the gcc-patches@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]

[Patch, fortran] Remove gfc_conv_section_upper_bound


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

Attachment: remove_conv_upper_bound.log
Description: Text document

Attachment: remove_conv_upper_bound.diff
Description: Text document


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