------- Comment #1 from kargl at gcc dot gnu dot org 2009-01-19 17:56 ------- Reduced testcase. This appears to be an array section problem with lbound().
MODULE U_above_TESTS INTEGER, PARAMETER, DIMENSION(0:20,4) :: IP_ARRAY2_4_S = 0 INTEGER, PARAMETER, DIMENSION(2) :: IP_ARRAY1_32_S = $(/ LBOUND(IP_ARRAY2_4_S(5:10,2:3))/) END MODULE U_above_TESTS -- kargl at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Known to fail| |4.2.5 4.3.3 4.4.0 Priority|P3 |P4 Last reconfirmed|0000-00-00 00:00:00 |2009-01-19 17:56:51 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38914