This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: New gfortran linux binaries


Hi,

On Tue, 22 Mar 2005 10:11:09 +0100
Fran__ois-Xavier Coudert <Francois-Xavier.Coudert@lcp.u-psud.fr> wrote:

> ...
> After many troubles, we're back to life: The daily binaries hosted
> provided on
> http://quatramaran.ens.fr/~coudert/gfortran/gfortran-linux.tar.gz
> (link provided on gfortran.org wiki) are now built for i386-linux
> architecture, and should be working on any i386 processor (including
> Pentium I).
> 
> If you have time to test it, I would be glad to hear if it works as it
> should.

For me nothing changed... Test system is dual CPU Pentium III.


> if it fails, a copy-paste of the "gfortran -v -static myfile.f90"
> would really be helpful.

==========8<===========
$ /usr/local/bin/gfortran/irun/bin/gfortran -static -v -c test.f90
Driving: /usr/local/bin/gfortran/irun/bin/gfortran -static -v test.f90 -lgfortranbegin -lgfortran -lm
Using built-in specs.
Target: i386-linux
Configured with: ../gcc/configure --prefix=/tmp/gfortran-20050322/irun --enable-languages=c,f95 --host=i386-linux
Thread model: posix
gcc version 4.1.0 20050322 (experimental)
 /usr/local/bin/gfortran/irun-20050322/bin/../libexec/gcc/i386-linux/4.1.0/f951 test.f90 -quiet -dumpbase test.f90 -auxbase test -version -o /home/naf/tmp/ccPvvleg.s
GNU F95 version 4.1.0 20050322 (experimental) (i386-linux)
        compiled by GNU C version 3.3.5 (Debian 1:3.3.5-8).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
<built-in>:0: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

$ cat test.f90
PROGRAM TEST
WRITE (*,*) 'Test'
END PROGRAM
 
$ 
==========8<===========
And for f951:

==========8<===========
[naf@naf177 4.1.0]$ LC_ALL=C strace ./f951 
...........
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4023d000
gettimeofday({1111496372, 902351}, NULL) = 0
getpid()                                = 28531
times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 431074655
--- SIGILL (Illegal instruction) @ 0 (0) ---
rt_sigaction(SIGILL, {SIG_DFL}, {0x83ac7f0, [ILL], SA_RESTART}, 8) = 0
..........
==========8<===========

--
Best regards,
Nikolay Fetisov


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