[Bug fortran/32236] internal compiler error: in gfc_assign_data_value, at fortran/data.c:288
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jun 6 20:22:00 GMT 2007
------- Comment #2 from burnus at gcc dot gnu dot org 2007-06-06 20:22 -------
Your example file misses the "param" module; however, I found it via google:
http://www.crseo.ucsb.edu/esrg/pauls_dir/sbdart_browser/html_code/sbdart/params.f.html
The complete package is at:
ftp://ftp.icess.ucsb.edu/pub/esrg/sbdart/sbdart_2.4.tar.gz
Note: This is a fixed-format Fortran 90 file, not a Fortran 77 file.
* * *
Using NAG f95 I get the error:
Error: tauaero.f, line 1601: WLBAER has already been completely initialised
Using g95:
In file tauaero.f:1601
data wlbaer/0.,0./
1
Error: Variable 'wlbaer' at (1) already has an initialization
(ifort simply accepts the code.)
If one comments out that line 1601, the program actually compiles with
gfortran.
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |ice-on-invalid-code
Known to fail| |4.2.0 4.1.3 4.3.0
Last reconfirmed|0000-00-00 00:00:00 |2007-06-06 20:22:37
date| |
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32236
More information about the Gcc-bugs
mailing list