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/16449] New: gfortran compile error


I got this messages trying to compile a fortran programme;
[deji@beta ncregrid]$ make 
cp -f src/mo_mz_regrid_interface_std.f90 ./src/mo_mz_regrid_interface.f90
cd ./src ; \
make
make[1]: Entering directory `/home/deji/ncregrid/src'
gfortran -v -save-temps -I/usr/include -L/usr/lib -lnetcdf -c mo_f2kcli.f90
Reading specs from /usr/lib/gcc/i686-redhat-linux/3.5.0/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --with-gxx-include-dir=/usr/include/c++/3.4.1
--enable-languages=c,c++,f95 --disable-libgcj --host=i686-redhat-linux
Thread model: posix
gcc version 3.5.0 20040703 (Red Hat Linux 3.5.0-0.3d)
 /usr/libexec/gcc/i686-redhat-linux/3.5.0/f951 mo_f2kcli.f90 -quiet -dumpbase
mo_f2kcli.f90 -mtune=pentiumpro -auxbase mo_f2kcli -version -I/usr/include -o
mo_f2kcli.s
GNU F95 version 3.5.0 20040703 (Red Hat Linux 3.5.0-0.3d) (i686-redhat-linux)
        compiled by GNU C version 3.5.0 20040703 (Red Hat Linux 3.5.0-0.3d).
GGC heuristics: --param ggc-min-expand=77 --param ggc-min-heapsize=88795
mo_f2kcli.f90: In function `get_command_argument':
mo_f2kcli.f90:163: internal compiler error: in gfc_conv_intrinsic_function, at
fortran/trans-intrinsic.c:2618
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [mo_f2kcli.o] Error 1
make[1]: Leaving directory `/home/deji/ncregrid/src'
make: *** [all] Error 2

PS: This is my first time of using gfortran (and gcc bugzilla), so pardon me if
i don't do bug report right. The above compiles right with Intel f90 compiler.

-- 
           Summary: gfortran compile error
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: deji_aking at yahoo dot ca
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16449


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