public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/21359] New: gfortran internal error
@ 2005-05-03 14:59 matt at mail dot bettencourt dot info
  2005-05-03 15:01 ` [Bug fortran/21359] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: matt at mail dot bettencourt dot info @ 2005-05-03 14:59 UTC (permalink / raw)
  To: gcc-bugs

 

-- 
           Summary: gfortran internal error
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: matt at mail dot bettencourt dot info
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/21359] gfortran internal error
  2005-05-03 14:59 [Bug fortran/21359] New: gfortran internal error matt at mail dot bettencourt dot info
@ 2005-05-03 15:01 ` pinskia at gcc dot gnu dot org
  2005-05-03 15:03 ` matt at mail dot bettencourt dot info
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-03 15:01 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug fortran/21359] gfortran internal error
  2005-05-03 14:59 [Bug fortran/21359] New: gfortran internal error matt at mail dot bettencourt dot info
  2005-05-03 15:01 ` [Bug fortran/21359] " pinskia at gcc dot gnu dot org
@ 2005-05-03 15:03 ` matt at mail dot bettencourt dot info
  2005-05-03 15:04 ` matt at mail dot bettencourt dot info
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: matt at mail dot bettencourt dot info @ 2005-05-03 15:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From matt at mail dot bettencourt dot info  2005-05-03 15:03 -------
Created an attachment (id=8805)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8805&action=view)
code which causes compiler error


-- 


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


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

* [Bug fortran/21359] gfortran internal error
  2005-05-03 14:59 [Bug fortran/21359] New: gfortran internal error matt at mail dot bettencourt dot info
  2005-05-03 15:01 ` [Bug fortran/21359] " pinskia at gcc dot gnu dot org
  2005-05-03 15:03 ` matt at mail dot bettencourt dot info
@ 2005-05-03 15:04 ` matt at mail dot bettencourt dot info
  2005-05-03 15:17 ` pinskia at gcc dot gnu dot org
  2005-09-18  6:11 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: matt at mail dot bettencourt dot info @ 2005-05-03 15:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From matt at mail dot bettencourt dot info  2005-05-03 15:04 -------
mail.bettencourt.info> gfortran -c part.f90
part.f90: In function 'updateposition':
part.f90:168: internal compiler error: in gfc_conv_ss_descriptor, at
fortran/trans-array.c:1264
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
mail.bettencourt.info> gfortran -v -c part.f90 
Reading specs from /usr/lib/gcc/i386-redhat-linux/4.0.0/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --with-gxx-include-dir=/usr/include/c++/3.4.2
--enable-languages=c,c++,f95 --disable-libgcj --host=i386-redhat-linux
Thread model: posix
gcc version 4.0.0 20041019 (Red Hat 4.0.0-0.8)
 /usr/libexec/gcc/i386-redhat-linux/4.0.0/f951 part.f90 -quiet -dumpbase
part.f90 -auxbase part -version -o /tmp/ccc7k0qh.s
GNU F95 version 4.0.0 20041019 (Red Hat 4.0.0-0.8) (i386-redhat-linux)
        compiled by GNU C version 4.0.0 20041019 (Red Hat 4.0.0-0.8).
GGC heuristics: --param ggc-min-expand=99 --param ggc-min-heapsize=129494
part.f90: In function 'updateposition':
part.f90:168: internal compiler error: in gfc_conv_ss_descriptor, at
fortran/trans-array.c:1264
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
mail.bettencourt.info> uname -a
Linux mail.bettencourt.info 2.6.10-1.770_14.rhfc3.at #1 Fri Mar 4 11:34:31 EST
2005 i686 athlon i386 GNU/Linux


-- 


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


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

* [Bug fortran/21359] gfortran internal error
  2005-05-03 14:59 [Bug fortran/21359] New: gfortran internal error matt at mail dot bettencourt dot info
                   ` (2 preceding siblings ...)
  2005-05-03 15:04 ` matt at mail dot bettencourt dot info
@ 2005-05-03 15:17 ` pinskia at gcc dot gnu dot org
  2005-09-18  6:11 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-03 15:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-03 15:17 -------
Confirmed, reduced testcaseL
program bug
    real :: t_intersect(2)
    t_intersect(minloc(t_intersect)) = 1.e10
end program



Related to PR 21063.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |21063
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-03 15:17:31
               date|                            |


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


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

* [Bug fortran/21359] gfortran internal error
  2005-05-03 14:59 [Bug fortran/21359] New: gfortran internal error matt at mail dot bettencourt dot info
                   ` (3 preceding siblings ...)
  2005-05-03 15:17 ` pinskia at gcc dot gnu dot org
@ 2005-09-18  6:11 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-18  6:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-18 06:11 -------
Fixed for 4.1.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-09-18  6:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-03 14:59 [Bug fortran/21359] New: gfortran internal error matt at mail dot bettencourt dot info
2005-05-03 15:01 ` [Bug fortran/21359] " pinskia at gcc dot gnu dot org
2005-05-03 15:03 ` matt at mail dot bettencourt dot info
2005-05-03 15:04 ` matt at mail dot bettencourt dot info
2005-05-03 15:17 ` pinskia at gcc dot gnu dot org
2005-09-18  6:11 ` 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).