[Bug sanitizer/82869] c_associated does not always give false for null pointers
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 7 10:06:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82869
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-11-07
CC| |jb at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed, I see Fortran discrepancy since r243830:
$ gfortran pr82869-2.f90 -O0 && ./a.out
(Expect F F) F F
$ gfortran pr82869-2.f90 -O2 && ./a.out
(Expect F F) T T
Comparison of sanitized and not sanitized tree dump looks the same (modulo
memory checks).
More information about the Gcc-bugs
mailing list