This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/17142] assertion "POINTER_TYPE_P (TREE_TYPE (se->expr))" failed


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]