[Bug fortran/44735] ICE on FORALL with character array pointer
tkoenig at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Mar 17 15:25:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44735
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2010-07-01 06:21:38 |2013-03-17 15:00
Known to fail| |4.9.0
--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2013-03-17 15:24:44 UTC ---
Still fails:
ig25@linux-fd1f:~/Krempel/Forall> valgrind
/home/ig25/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/f951 bug.f90
==24599== Memcheck, a memory error detector
==24599== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==24599== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==24599== Command: /home/ig25/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/f951
bug.f90
==24599==
bug==24599== Invalid read of size 2
==24599== at 0x786F01: fold_convert_loc(unsigned int, tree_node*,
tree_node*) (tree.h:3797)
==24599== by 0x5FE16F: allocate_temp_for_forall_nest_1(tree_node*,
tree_node*, stmtblock_t*, tree_node**) (trans-stmt.c:3270)
==24599== by 0x5FEA47: gfc_trans_assign_need_temp(gfc_expr*, gfc_expr*,
tree_node*, bool, forall_info*, stmtblock_t*) (trans-stmt.c:3391)
==24599== by 0x602DE0: gfc_trans_forall_1(gfc_code*, forall_info*)
(trans-stmt.c:3868)
==24599== by 0x5A6847: trans_code(gfc_code*, tree_node*) (trans.c:1569)
==24599== by 0x5CD8AE: gfc_generate_function_code(gfc_namespace*)
(trans-decl.c:5397)
==24599== by 0x565800: gfc_parse_file() (parse.c:4468)
==24599== by 0x5A20E5: gfc_be_parse_file() (f95-lang.c:189)
==24599== by 0x94D725: compile_file() (toplev.c:543)
==24599== by 0x94F5A9: toplev_main(int, char**) (toplev.c:1876)
==24599== by 0x5A38454: (below main) (in /lib64/libc-2.15.so)
==24599== Address 0x0 is not stack'd, malloc'd or (recently) free'd
More information about the Gcc-bugs
mailing list