public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/16449] New: gfortran compile error
@ 2004-07-09  7:12 deji_aking at yahoo dot ca
  2004-07-09  7:15 ` [Bug fortran/16449] " deji_aking at yahoo dot ca
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: deji_aking at yahoo dot ca @ 2004-07-09  7:12 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/16449] gfortran compile error
  2004-07-09  7:12 [Bug fortran/16449] New: gfortran compile error deji_aking at yahoo dot ca
@ 2004-07-09  7:15 ` deji_aking at yahoo dot ca
  2004-07-09  7:24 ` pinskia at gcc dot gnu dot org
  2004-07-09 18:52 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: deji_aking at yahoo dot ca @ 2004-07-09  7:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From deji_aking at yahoo dot ca  2004-07-09 07:15 -------
Created an attachment (id=6717)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6717&action=view)
mo_f2kcli.f90 

The code that referenced by the error message.

-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/16449] gfortran compile error
  2004-07-09  7:12 [Bug fortran/16449] New: gfortran compile error deji_aking at yahoo dot ca
  2004-07-09  7:15 ` [Bug fortran/16449] " deji_aking at yahoo dot ca
@ 2004-07-09  7:24 ` pinskia at gcc dot gnu dot org
  2004-07-09 18:52 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-09  7:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-09 07:24 -------
This works on gcc version 3.5.0 20040708 (experimental), so it looks like it has been fixed, can you try 
a newer version?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
           Keywords|                            |ice-on-valid-code


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/16449] gfortran compile error
  2004-07-09  7:12 [Bug fortran/16449] New: gfortran compile error deji_aking at yahoo dot ca
  2004-07-09  7:15 ` [Bug fortran/16449] " deji_aking at yahoo dot ca
  2004-07-09  7:24 ` pinskia at gcc dot gnu dot org
@ 2004-07-09 18:52 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-09 18:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-09 18:52 -------
This problem has been fixed so closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-07-09 18:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-09  7:12 [Bug fortran/16449] New: gfortran compile error deji_aking at yahoo dot ca
2004-07-09  7:15 ` [Bug fortran/16449] " deji_aking at yahoo dot ca
2004-07-09  7:24 ` pinskia at gcc dot gnu dot org
2004-07-09 18:52 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).