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

Re: Bounds checker for g++ on Linux?


<<And .... drum roll ... Fortran !
>>

Well not really at the language level. Indeed the semantics for passing
arrays (e.g. the ability to pass a 2D array and view it as 3D in the
called subroutine) are somewhat inconsistent with a high level semantic
view of bounds checking.

But yes, indeed straightforward checking of actual low level references is
easy in Fortran, and highly desirable (such features first appeared in
the mid 1960's :-)


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