http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59023

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu.org

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Valgrind backtrace:


==19413== Memcheck, a memory error detector
==19413== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==19413== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==19413== Command: /home/ig25/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/f951
foo.f90
==19413== 
==19413== Invalid read of size 4
==19413==    at 0x57708A: gfc_search_interface(gfc_interface*, int,
gfc_actual_arglist**) (interface.c:3439)
==19413==    by 0x5BD333: gfc_resolve_expr(gfc_expr*) (resolve.c:2480)
==19413==    by 0x5C1C03: resolve_code(gfc_code*, gfc_namespace*)
(resolve.c:9775)
==19413==    by 0x5C4BBE: resolve_codes(gfc_namespace*) (resolve.c:14566)
==19413==    by 0x5C4AC7: resolve_codes(gfc_namespace*) (resolve.c:14552)
==19413==    by 0x5C4CA2: gfc_resolve(gfc_namespace*) [clone .part.45]
(resolve.c:14594)
==19413==    by 0x5B0BEF: gfc_parse_file() (parse.c:4672)
==19413==    by 0x5EE8C5: gfc_be_parse_file() (f95-lang.c:188)
==19413==    by 0x9F9E55: compile_file() (toplev.c:547)
==19413==    by 0x9FBE27: toplev_main(int, char**) (toplev.c:1887)
==19413==    by 0x5A54BE4: (below main) (in /lib64/libc-2.18.so)
==19413==  Address 0x8b4853fd89495554 is not stack'd, malloc'd or (recently)
free'd
==19413==

Reply via email to