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: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Aug 2004 19:37:23 -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 tobi at gcc dot gnu dot org 2004-08-31 19:37 -------
Meaningful example:
ASSIGN 100 TO i
WRITE(*,i) j
100 FORMAT(i4)
END
Unfortunately this is standard Fortran 90, so we need to fix this.
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |rejects-valid
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17142