[Bug fortran/16206] Internal error on initialization expression
eedelman at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Nov 24 13:26:00 GMT 2005
------- Comment #2 from eedelman at gcc dot gnu dot org 2005-11-24 13:26 -------
I think this bug is caused by the fact that simplification of array slices
isn't implemented yet; from expr.c (simplify_const_ref):
switch (p->ref->type)
{
.
.
.
default:
/* TODO: Simplify array subsections. */
return SUCCESS;
--
eedelman at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eedelman at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16206
More information about the Gcc-bugs
mailing list