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


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