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/32446] F0.n output format fails with large numbers



------- Comment #5 from John dot Harper at mcs dot vuw dot ac dot nz  2007-06-21 03:52 -------
Subject: Re:  F0.n output format fails with large numbers

On Thu, 21 Jun 2007, jvdelisle at gcc dot gnu dot org wrote:

> jvdelisle at gcc dot gnu dot org changed:
>
>           What    |Removed                     |Added
> ----------------------------------------------------------------------------
>   GCC host triplet|?                           |

It was a pure guess that the target triplet was i386-redhat-linux .
Is it right? (I am a mere scientist and Fortran programmer, not a C 
programmer or a systems expert.)

How do I find out what the GCC host triplet is? printenv on the
machine I was using says HOSTNAME=vuwunicvmahoe01.vuw.ac.nz

I suppose it may be lurking somewhere in the output of gfortran -v 
but I don't know where: gfortran -v hello.f says

Driving: gfortran -v hello.f -lgfortranbegin -lgfortran -lm -shared-libgcc
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-libgcj-multifile 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada 
--enable-java-awt=gtk --disable-dssi --enable-plugin 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre 
--with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)
  /usr/libexec/gcc/i386-redhat-linux/4.1.1/f951 hello.f -ffixed-form -quiet 
-dumpbase hello.f -mtune=generic -auxbase hello -version -I 
/usr/lib/gcc/i386-redhat-linux/4.1.1/finclude -o /tmp/ccDiAchY.s
GNU F95 version 4.1.1 20070105 (Red Hat 4.1.1-52) (i386-redhat-linux)
         compiled by GNU C version 4.1.1 20070105 (Red Hat 4.1.1-52).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  as -V -Qy -o /tmp/ccMgeWOU.o /tmp/ccDiAchY.s
GNU assembler version 2.17.50.0.6-2.el5 (i386-redhat-linux) using BFD 
version 2.17.50.0.6-2.el5 20061020
  /usr/libexec/gcc/i386-redhat-linux/4.1.1/collect2 --eh-frame-hdr -m 
elf_i386 --hash-style=gnu -dynamic-linker /lib/ld-linux.so.2 
/usr/lib/gcc/i386-redhat-linux/4.1.1/../../../crt1.o 
/usr/lib/gcc/i386-redhat-linux/4.1.1/../../../crti.o 
/usr/lib/gcc/i386-redhat-linux/4.1.1/crtbegin.o 
-L/usr/lib/gcc/i386-redhat-linux/4.1.1 
-L/usr/lib/gcc/i386-redhat-linux/4.1.1 
-L/usr/lib/gcc/i386-redhat-linux/4.1.1/../../.. /tmp/ccMgeWOU.o 
-lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc 
/usr/lib/gcc/i386-redhat-linux/4.1.1/crtend.o 
/usr/lib/gcc/i386-redhat-linux/4.1.1/../../../crtn.o

-- John Harper, School of Mathematics, Statistics and Computer Science,
Victoria University, PO Box 600, Wellington 6140, New Zealand
e-mail john.harper@vuw.ac.nz phone (+64)(4)463 5341 fax (+64)(4)463 5045


-- 


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


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