------- Comment #1 from nicolasbock at gmail dot com  2006-05-15 01:14 -------
I would like to add the output of

$ gfortran -v -save-temps test.f90
Driving: gfortran -v -save-temps test.f90 -lgfortranbegin -lgfortran
-shared-libgcc
Using built-in specs.
Target: powerpc-apple-darwin8.6.0
Configured with: ../gcc-4.1.0/configure --prefix=/usr/local/gcc-4.1.0
--with-gmp=/sw --with-mpfr=/sw --enable-languages=c,fortran --disable-libssp :
(reconfigured) ../gcc-4.1.0/configure --prefix=/usr/local/gcc-4.1.0
--with-gmp=/sw --with-mpfr=/sw --enable-languages=c,fortran --disable-multilib
Thread model: posix
gcc version 4.1.0
 /usr/local/gcc-4.1.0/libexec/gcc/powerpc-apple-darwin8.6.0/4.1.0/f951 test.f90
-fPIC -quiet -dumpbase test.f90 -auxbase test -version -o test.s
GNU F95 version 4.1.0 (powerpc-apple-darwin8.6.0)
        compiled by GNU C version 4.0.0 (Apple Computer, Inc. build 5026).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 In file test.f90:14

    stuff = stuff+stuff(n+1)
   1
Error: Unclassifiable statement at (1)


-- 


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

Reply via email to