--- Comment #5 from pault at gcc dot gnu dot org 2006-12-20 12:24 ---
Note the patch was submitted 19/12 but the tracking system seems to have lost
it.
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #4 from pault at gcc dot gnu dot org 2006-12-07 16:29 ---
(In reply to comment #3)
It appears to be some wierdness with size => replace size with kind and the ICE
goes away too.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30084
--- Comment #3 from burnus at gcc dot gnu dot org 2006-12-06 22:39 ---
Backtrace:
0x0043abf3 in mio_symtree_ref (stp=0xe2b070) at
gcc/fortran/module.c:2199
2199 if ((*stp)->n.sym && check_unique_name((*stp)->name))
#1 0x0043b526 in mio_expr (ep=0xe2b028) at gcc/
--- Comment #2 from kargl at gcc dot gnu dot org 2006-12-06 17:37 ---
Reduced testcase:
module tao_random_numbers
integer, dimension(10) :: s_buffer
integer :: s_last = size (s_buffer)
end module tao_random_numbers
module linalg
contains
function diag (a) result (d)
real, d
--- Comment #1 from trumsko at yahoo dot com 2006-12-06 14:36 ---
Created an attachment (id=12754)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12754&action=view)
source files to crash gfortran
unpack and execute
gfortran -c kinds.f90 vamp_bundle.f90
to reproduce segmentation vi