This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32446] F0.n output format fails with large numbers
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2007 06:16:53 -0000
- Subject: [Bug fortran/32446] F0.n output format fails with large numbers
- References: <bug-32446-6246@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from burnus at gcc dot gnu dot org 2007-06-21 06:16 -------
> Host triplet is: processor - platform - os
> So depending on your processor it would be something like,
> i686-pc-linux-gnu
> x86-64-unknown-linux
> You can get this from the command uname
> Try uname -p -i -o
Easier is of cause: gfortran -v
That prints (among other things): Target: x86_64-unknown-linux-gnu
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32446