====This is my test program named "hello.f90"====

! The standard "Hello World" demo (f90)
 program hello
   write (*,*) "Hello World!"
 end program hello


====Tried to compile using the Macs  "terminal" utility==== 
====Had just installed Wiki MAC PPC Binaries from dmg-20090203====
====HDWR => PowerBook G4 running OSX 10.5.8 =====


McFurby:Source herman$ 
McFurby:Source herman$ gfortran -v -save-temps hello.f90
Driving: gfortran -mmacosx-version-min=10.5.8 -v -save-temps hello.f90
-lgfortranbegin -lgfortran -shared-libgcc
Using built-in specs.
Target: powerpc-apple-darwin9.6.0
Configured with: /var/tmp/gfortran-20090203/ibin/../gcc/configure
--prefix=/usr/local/gfortran --enable-languages=c,c++,fortran
--with-gmp=/var/tmp/gfortran-20090203/gfortran_libs --enable-bootstrap
--with-included-gettext
Thread model: posix
gcc version 4.4.0 20090203 (experimental) [trunk revision 143897] (GCC) 
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.8' '-v' '-save-temps'
'-shared-libgcc'
 /usr/local/gfortran/libexec/gcc/powerpc-apple-darwin9.6.0/4.4.0/f951 hello.f90
-fPIC -quiet -dumpbase hello.f90 -mmacosx-version-min=10.5.8 -auxbase hello
-version -fintrinsic-modules-path
/usr/local/gfortran/lib/gcc/powerpc-apple-darwin9.6.0/4.4.0/finclude -o hello.s
GNU Fortran (GCC) version 4.4.0 20090203 (experimental) [trunk revision 143897]
(powerpc-apple-darwin9.6.0)
        compiled by GNU C version 4.4.0 20090203 (experimental) [trunk revision
143897], GMP version 4.2.3, MPFR version 2.4.0.
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 <http://gcc.gnu.org/bugs.html> for instructions.
McFurby:Source herman$


-- 
           Summary: OSX gfortran command line compile illegal instruction
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hharrison at acm dot org


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

Reply via email to