This program generates a bus error on the Macintosh -
[dranta:~/tests/gfortran] dir% gfortran -fdefault-integer-8 -o adini adini.f
[dranta:~/tests/gfortran] dir% adini
Bus error
[dranta:~/tests/gfortran] dir% cat adini.f
program main
common /junkc/ hed(12)
character*6 hed
character*6 final
data final /'stop' /
if (hed(1).eq.final) stop
stop
end
--
Summary: gfortran - bus error -fdefault-integer-8
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dir at lanl dot gov
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: powerpc-apple-darwin7.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20970