This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17142] assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed
- 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: 14 Feb 2005 02:42:22 -0000
- Subject: [Bug fortran/17142] assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed
- References: <20040823042515.17142.epc8@juno.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-14 02:42 -------
We hit a different ICE now:
gcc_assert (TREE_TYPE (rhs) == TREE_TYPE (lhs)
|| AGGREGATE_TYPE_P (TREE_TYPE (lhs)));
in gfc_add_modify_expr
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17142