--- Comment #4 from hjl at lucon dot org 2007-09-02 12:36 ---
Fixed.
--
hjl at lucon dot org changed:
What|Removed |Added
Status|UNCONFIRMED |
--- Comment #3 from hjl at gcc dot gnu dot org 2007-09-02 12:23 ---
Subject: Bug 33276
Author: hjl
Date: Sun Sep 2 12:23:04 2007
New Revision: 128024
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128024
Log:
gcc/fortran/
2007-09-02 H.J. Lu <[EMAIL PROTECTED]>
PR fo
--- Comment #2 from hjl at lucon dot org 2007-09-01 23:01 ---
In expand_iterator, there are
cleanup:
gfc_free_expr (start);
gfc_free_expr (end);
gfc_free_expr (step);
mpz_clear (trip);
mpz_clear (frame.value);
iter_stack = frame.prev;
return t;
}
But frame.prev may be
--- Comment #1 from hjl at lucon dot org 2007-09-01 22:50 ---
Program received signal SIGSEGV, Segmentation fault.
0x004083a0 in gfc_simplify_iterator_var (e=0x12279c0)
at /net/gnu-13/export/gnu/src/gcc/gcc/gcc/fortran/array.c:1235
1235if (e->symtree == p->variable)
(