/usr/local/gcc42/bin/gfortran -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --enable-languages=c,c++,fortran
--prefix=/usr/local/gcc42 --disable-bootstrap
Thread model: posix
gcc version 4.2.0 20060225 (experimental)

f90 source file (24.f90 on mu local system is

module S
   public    p
   interface p
      module procedure p
   end interface
contains
   subroutine p()
      character(128) :: word
      call redirect_((/word/))
   end subroutine
end

command line is
/usr/local/gcc42/bin/gfortran -O0 -S 24.f90

error output is

24.f90: In function ‘p’:
24.f90:9: internal compiler error: in gimplify_expr, at gimplify.c:5788
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

gfortran built from source snapshot 20060225 on x86_64 system using SuSE linux
10.0

Bug is major/critical to me because the source is from one of the SPEC CPU2006
candidates  and I believe it would be useful if gfortran could run this suite.


-- 
           Summary: Internal compiler error
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot paton at amd dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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

Reply via email to