[Bug libfortran/63589] find_addr2line does not consider last PATH component
jb at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Oct 20 08:16:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63589
--- Comment #3 from Janne Blomqvist <jb at gcc dot gnu.org> ---
Author: jb
Date: Mon Oct 20 08:04:39 2014
New Revision: 216450
URL: https://gcc.gnu.org/viewcvs?rev=216450&root=gcc&view=rev
Log:
PR 63589 Fix splitting of PATH in find_addr2line.
2014-10-20 Janne Blomqvist <jb@gcc.gnu.org>
PR libfortran/63589
* configure.ac: Check for strtok_r.
* runtime/main.c (gfstrtok_r): Fallback implementation of
strtok_r.
(find_addr2line): Use strtok_r to split PATH.
* config.h.in: Regenerated.
* configure: Regenerated.
Modified:
branches/gcc-4_9-branch/libgfortran/ChangeLog
branches/gcc-4_9-branch/libgfortran/config.h.in
branches/gcc-4_9-branch/libgfortran/configure
branches/gcc-4_9-branch/libgfortran/configure.ac
branches/gcc-4_9-branch/libgfortran/runtime/main.c
More information about the Gcc-bugs
mailing list