Bug#781892: gfortran-4.9: produces illegal Instruction on mipsel
Package: gfortran-4.9
Version: 4.9.2-10
Severity: important
eso-midas FTBS on mipsel, see f.e.
https://buildd.debian.org/status/fetch.php?pkg=eso-midas&arch=mipsel&ver=15.02pl1.1-1~exp5&stamp=1428083102
Minimal code example:
(sid_mipsel-dchroot)olebole@eder:~$ cat aini.f
PROGRAM AINI
R=1.1342362e-39
R=SQRT(R)
STOP
END
(sid_mipsel-dchroot)olebole@eder:~$ gfortran -Wall -o aini aini.f
(sid_mipsel-dchroot)olebole@eder:~$ ./aini
Program received signal SIGILL: Illegal instruction.
Backtrace for this error:
#0 0x778CFDDB
Illegal instruction (core dumped)
Reply to: