------- Comment #6 from tom dot horsley at ccur dot com  2006-08-03 13:45 
-------
I'd add that this isn't a problem just for multi-dimension arrays. If you
declare different arrays like "integer a1(5)" "integer a2(1:5)" "integer
a3(2:6)"
they all show up with incorrect lower bound of 0 and upper bound of 4, making
it impossible to actually reference the correct array element in a subscript
expression in a debugger.


-- 

tom dot horsley at ccur dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tom dot horsley at ccur dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22244

Reply via email to