CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

Removing boundCheck as it relies on non-standard functionality (#6172) #212

Closed stimpsonsg closed 4 years ago

stimpsonsg commented 4 years ago

Per Issue #125, GCC 7+ does resets bounds of native arrays when passed through an interface. checkBound relies on this functionality, so the checking of bounds is being deferred to clients.