public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/26491] Internal compiler error
  2006-02-28  0:24 [Bug fortran/26491] New: Internal compiler error michael dot paton at amd dot com
@ 2006-02-28  0:24 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-28  0:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-02-28 00:23 -------


*** This bug has been marked as a duplicate of 25619 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug fortran/26491]  New: Internal compiler error
@ 2006-02-28  0:24 michael dot paton at amd dot com
  2006-02-28  0:24 ` [Bug fortran/26491] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: michael dot paton at amd dot com @ 2006-02-28  0:24 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1554 bytes --]

/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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-28  0:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-28  0:24 [Bug fortran/26491] New: Internal compiler error michael dot paton at amd dot com
2006-02-28  0:24 ` [Bug fortran/26491] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).