------- Comment #4 from burnus at gcc dot gnu dot org 2009-02-19 07:08 ------- > (ii) Once we have array descriptors that flag the status of the data, include > pointers in the club?
I prefer to have simple pointers for scalars and use the descriptor only for arrays/strings/dimension(..) for performance reasons; though one could use the descriptor with -fcheck=pointers. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39230