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]

check array option?


I wish that gcc had an array bounds check option, similar to g77.

I know that it's not possible to check all arrays, since the compiler
doesn't know all their sizes.  But it does know some of them.  That
might save a lot of time debugging.


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