public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19479] New: UBOUND causes ICE
@ 2005-01-17 11:48 lei at il dot ibm dot com
  2005-01-17 12:23 ` [Bug fortran/19479] " coudert at clipper dot ens dot fr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: lei at il dot ibm dot com @ 2005-01-17 11:48 UTC (permalink / raw)
  To: gcc-bugs

subroutine fft(tab)
  type fft_tab_type  
     complex, dimension(:), pointer :: omega
  end type fft_tab_type

  type(fft_tab_type), intent(in) :: tab
  i = ubound(tab%omega,1)
end subroutine fft

cd /home/lei/SPEC2004/benchspec/CPU2004/459.GemsFDTD/run/00000001/
~/gcc/bin/gfortran -O0 -c bugreport.f90
bugreport.f90:0: internal compiler error: Segmentation fault

-- 
           Summary: UBOUND causes ICE
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lei at il dot ibm dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-03-01  0:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-17 11:48 [Bug fortran/19479] New: UBOUND causes ICE lei at il dot ibm dot com
2005-01-17 12:23 ` [Bug fortran/19479] " coudert at clipper dot ens dot fr
2005-01-17 15:59 ` pinskia at gcc dot gnu dot org
2005-02-08  9:17 ` craig dot powers at gmail dot com
2005-02-09  7:30 ` craig dot powers at gmail dot com
2005-02-27 19:02 ` tobi at gcc dot gnu dot org
2005-03-01  0:42 ` cvs-commit at gcc dot gnu dot org
2005-03-01  0:42 ` cvs-commit at gcc dot gnu dot org
2005-03-01  0:43 ` cvs-commit at gcc dot gnu dot org
2005-03-01  0:44 ` tobi at gcc dot gnu dot org
2005-03-01  0:48 ` tobi 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).