This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18476] internal compiler error on strange read
- 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: 6 Jan 2005 17:34:29 -0000
- Subject: [Bug fortran/18476] internal compiler error on strange read
- References: <20041114112505.18476.Thomas.Koenig@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2005-01-06 17:34 -------
This is a regression from g77:
[tobi@marktplatz tests]$ g77 pr18476.f
[tobi@marktplatz tests]$ ./a.out
startint: error in format
apparent state: internal I/O
last format: Pf@
lately writing sequential formatted internal IO
Aborted
[tobi@marktplatz tests]$ gfortran pr18476.f
pr18476.f: In function ?MAIN__?:
pr18476.f:5: internal compiler error: in gfc_conv_string_parameter, at
fortran/trans-expr.c:1985
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18476