This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Oct 2005 17:03:21 -0000
- Subject: [Bug fortran/18157] ice-on-valid code, pointer to user-defined type, fold-struct.c
- References: <bug-18157-7536@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from pinskia at gcc dot gnu dot org 2005-10-24 17:03 -------
At trans-expr.c:2756:
2756 tmp = gfc_trans_scalar_assign (&lse, &rse, expr1->ts.type);
lse is wrong. looking more into it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18157