bug report for gfortran
Dutta, Kalyan
kalyan.dutta@lmco.com
Thu Apr 28 18:52:00 GMT 2005
I am submitting a bug report for GNU's Fortran95 compiler, gfortran.
I realize the compiler is experimental. Any help you might be able
to provide will be appreciated.
I am Emailing this report because I couldn't successfully attach the
requested preprocessor file via GNU's Bugzilla site ...
Thanks,
Kalyan DUTTA
--
I am trying to use gfortran (downloaded, prebuilt version) on a Pentium
PC, within a cygWin environment, running 'make' from a bash shell.
Source files consist of about 100 Fortran 77 files, about 10 or so compile
with no problems. The compile fails on the file 'sourcsub.f'
Please include in your bug report all of the following items,
the first three of which can be obtained from the output of gcc -v:
* the exact version of GCC;
* the system type;
* the options given when GCC was configured/built;
'gfortran --version' gives me the following lines :
GNU Fortran 95 (GCC 4.0.0 20050131 (experimental))
Copyright (C) 2005 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
'gfortran -v' gives me the following lines :
Using built-in specs.
Configured with: ../gcc/configure --enable-languages=c,f95
--with-mpfr=/usr/local/gmp --with-gmp=/usr/local/gmp
--prefix=/cygdrive/d/irun : (reconfigured) ../gcc/configure
--with-mpfr=/usr/local/gmp --with-gmp=/usr/local/gmp
--prefix=/cygdrive/d/irun
--with-gcc-version-trigger=/cygdrive/d/gcc-cvs/gcc/gcc/version.c
--enable-languages=c,f95 --no-create --no-recursion
Thread model: single
gcc version 4.0.0 20050131 (experimental)
* the complete command line that triggers the bug;
gfortran -save-temps -c -ffree-form -ffixed-line-length-none -I. -I.. -x f77 sourcsub.f -o sourcsub.o
* the compiler output (error messages, warnings, etc.); and
sourcsub.f: In function 'atmosphase':
sourcsub.f:1294: internal compiler error: in gfc_trans_auto_array_allocation, at fortran/trans-array.c:3073
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [sourcsub.o] Error 1
* the preprocessed file (*.i*) that triggers the bug,
generated by adding -save-temps to the complete
compilation command, or, in the case of a bug report
for the GNAT front end, a complete set of source files (see below).
It seems that a preprocessed file called 'sourcsub.s' gets created in the above step.
I am attaching the file 'sourcsub.s' to this Email message. Apologies for its large file size.
<<sourcsub.s>>
-- End of message --
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sourcsub.s
Type: application/octet-stream
Size: 171652 bytes
Desc: sourcsub.s
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20050428/f7864cac/attachment.obj>
More information about the Gcc-bugs
mailing list