public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/25041]  New: gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'
@ 2005-11-26  0:00 haymaker at mail dot utexas dot edu
  2005-11-26  0:11 ` [Bug fortran/25041] " kargl at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: haymaker at mail dot utexas dot edu @ 2005-11-26  0:00 UTC (permalink / raw)
  To: gcc-bugs

The file 'rksuite_90.f90' from the archive 'rksuite_90.tar' from www.netlib.org
or  http://math.la.asu.edu/~eric/mat420/rksuite_90.tar produces an internal
compiler error:

$ gfortran41 -c rksuite_90.f90       
rksuite_90.f90: In function 'interpolate_r1':
rksuite_90.f90:2646: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I found bug #22160 but I believe that this is a different problem. I can
compile the file mentioned in bug #22160 just fine.


-- 
           Summary: gfortran internal compiler error: Segmentation fault
                    when compiling 'rksuite_90'
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: haymaker at mail dot utexas dot edu
  GCC host triplet: i386 FreeBSD 6.0
GCC target triplet: i386 FreeBSD 6.0


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


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

* [Bug fortran/25041] gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'
  2005-11-26  0:00 [Bug fortran/25041] New: gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90' haymaker at mail dot utexas dot edu
@ 2005-11-26  0:11 ` kargl at gcc dot gnu dot org
  2005-11-26  2:49 ` kargl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kargl at gcc dot gnu dot org @ 2005-11-26  0:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kargl at gcc dot gnu dot org  2005-11-26 00:11 -------
How are you building this?  If I fix and run the make_rk script
for all possibilities, I get a 16000+ line program.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org


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


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

* [Bug fortran/25041] gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'
  2005-11-26  0:00 [Bug fortran/25041] New: gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90' haymaker at mail dot utexas dot edu
  2005-11-26  0:11 ` [Bug fortran/25041] " kargl at gcc dot gnu dot org
@ 2005-11-26  2:49 ` kargl at gcc dot gnu dot org
  2005-11-26  6:03 ` haymaker at mail dot utexas dot edu
  2006-01-01  6:53 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: kargl at gcc dot gnu dot org @ 2005-11-26  2:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from kargl at gcc dot gnu dot org  2005-11-26 02:49 -------
Reduce test case.

module z
   type b
     character(len=80) :: r(10)
   end type b
     contains
     subroutine a(c)
       type(b), intent(inout), target :: c
       write (c%r,"(a)") "death"
     end subroutine a
end module z


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-26 02:49:53
               date|                            |


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


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

* [Bug fortran/25041] gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'
  2005-11-26  0:00 [Bug fortran/25041] New: gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90' haymaker at mail dot utexas dot edu
  2005-11-26  0:11 ` [Bug fortran/25041] " kargl at gcc dot gnu dot org
  2005-11-26  2:49 ` kargl at gcc dot gnu dot org
@ 2005-11-26  6:03 ` haymaker at mail dot utexas dot edu
  2006-01-01  6:53 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: haymaker at mail dot utexas dot edu @ 2005-11-26  6:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from haymaker at mail dot utexas dot edu  2005-11-26 06:03 -------
(In reply to comment #1)
> How are you building this?  If I fix and run the make_rk script
> for all possibilities, I get a 16000+ line program.
> 

I built it with the "r1" option ($make_rk r1) for 1D array dependent variables.
Sorry for not being specific previously.


-- 


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


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

* [Bug fortran/25041] gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'
  2005-11-26  0:00 [Bug fortran/25041] New: gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90' haymaker at mail dot utexas dot edu
                   ` (2 preceding siblings ...)
  2005-11-26  6:03 ` haymaker at mail dot utexas dot edu
@ 2006-01-01  6:53 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-01  6:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-01-01 06:53 -------
This is actually a dup of bug 24266.

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


-- 

pinskia at gcc dot gnu dot org changed:

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


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



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

end of thread, other threads:[~2006-01-01  6:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-26  0:00 [Bug fortran/25041] New: gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90' haymaker at mail dot utexas dot edu
2005-11-26  0:11 ` [Bug fortran/25041] " kargl at gcc dot gnu dot org
2005-11-26  2:49 ` kargl at gcc dot gnu dot org
2005-11-26  6:03 ` haymaker at mail dot utexas dot edu
2006-01-01  6:53 ` 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).