[Bug sanitizer/82869] c_associated does not always give false for null pointers

2017-11-13 Thread james.s.spencer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82869 --- Comment #11 from james.s.spencer at gmail dot com --- (In reply to Janne Blomqvist from comment #10) > Fixed now on the gcc-7 branch as well. Thanks James for reporting, and > Martin for bisecting! Thanks for the quick fix!

[Bug sanitizer/82869] c_associated does not always give false for null pointers

2017-11-06 Thread james.s.spencer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82869 --- Comment #2 from james.s.spencer at gmail dot com --- (In reply to kargl from comment #1) > (In reply to james.s.spencer from comment #0) > > I think if a pointer, p, is C_NULL_PTR then c_associated(p) should always > > return

[Bug fortran/82869] New: c_associated does not always give false for null pointers

2017-11-06 Thread james.s.spencer at gmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: james.s.spencer at gmail dot com Target Milestone: --- I think if a pointer, p, is C_NULL_PTR then c_associated(p) should always return false. However, I do not see this with gfortran

[Bug fortran/80741] New: incorrect behaviour of rewind with namelist

2017-05-14 Thread james.s.spencer at gmail dot com
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: james.s.spencer at gmail dot com Target Milestone: --- Created attachment 41353 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41353=edit test case Rewind does not appear to work correctly if end of file has b

[Bug fortran/59781] New: Incorrect initialisation of derived type

2014-01-12 Thread james.s.spencer at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: james.s.spencer at gmail dot com Created attachment 31818 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31818action=edit Tarball containing example code, tree produced by gfortran 4.8.2 and Makefile. (Complete modules