public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/26303]  New: internal compiler error: Bus error
@ 2006-02-15 13:55 dir at lanl dot gov
  2006-02-15 14:13 ` [Bug fortran/26303] " dir at lanl dot gov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dir at lanl dot gov @ 2006-02-15 13:55 UTC (permalink / raw)
  To: gcc-bugs

gfortran crashes on the Macintosh with this program -

[dranta:~/tests/gfortran-D] dir% gfortran -c module_bulkio.f90
module_bulkio.f90:0: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[dranta:~/tests/gfortran-D] dir% cat module_bulkio.f90
    module bulkio_module
      implicit none
      private
      integer, save :: maxpe
    contains
      subroutine bulkio_read_same_i_1( )
        integer       :: max_data_length, min_data_length
        integer :: data_lengths(0:maxpe)
        min_data_length = minval( data_lengths( 0: maxpe ) )
      end subroutine bulkio_read_same_i_1
    end module bulkio_module
[dranta:~/tests/gfortran-D] dir% gfortran --v
Using built-in specs.
Target: powerpc-apple-darwin8.4.0
Configured with: ../gcc/configure --prefix=/Users/dir/gfortran
--enable-languages=c,f95
Thread model: posix
gcc version 4.2.0 20060214 (experimental)


-- 
           Summary: internal compiler error: Bus error
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dir at lanl dot gov
  GCC host triplet: powerpc-apple-darwin8.4.0


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


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

* [Bug fortran/26303] internal compiler error: Bus error
  2006-02-15 13:55 [Bug fortran/26303] New: internal compiler error: Bus error dir at lanl dot gov
@ 2006-02-15 14:13 ` dir at lanl dot gov
  2006-02-15 14:16 ` grigory_zagorodnev at linux dot intel dot com
  2006-02-15 14:18 ` [Bug fortran/26303] [4.2 Regression] " pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: dir at lanl dot gov @ 2006-02-15 14:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dir at lanl dot gov  2006-02-15 14:13 -------
maxval() and sum() also crash in a similar fashion.


-- 


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


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

* [Bug fortran/26303] internal compiler error: Bus error
  2006-02-15 13:55 [Bug fortran/26303] New: internal compiler error: Bus error dir at lanl dot gov
  2006-02-15 14:13 ` [Bug fortran/26303] " dir at lanl dot gov
@ 2006-02-15 14:16 ` grigory_zagorodnev at linux dot intel dot com
  2006-02-15 14:18 ` [Bug fortran/26303] [4.2 Regression] " pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: grigory_zagorodnev at linux dot intel dot com @ 2006-02-15 14:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from grigory_zagorodnev at linux dot intel dot com  2006-02-15 14:16 -------
This is the same Fortran problem explained here
http://gcc.gnu.org/ml/gcc/2006-02/msg00247.html

You may want to update the compiler, since fix has been applied
http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01216.html


-- 


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


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

* [Bug fortran/26303] [4.2 Regression] internal compiler error: Bus error
  2006-02-15 13:55 [Bug fortran/26303] New: internal compiler error: Bus error dir at lanl dot gov
  2006-02-15 14:13 ` [Bug fortran/26303] " dir at lanl dot gov
  2006-02-15 14:16 ` grigory_zagorodnev at linux dot intel dot com
@ 2006-02-15 14:18 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-15 14:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-02-15 14:18 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

end of thread, other threads:[~2006-02-15 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-15 13:55 [Bug fortran/26303] New: internal compiler error: Bus error dir at lanl dot gov
2006-02-15 14:13 ` [Bug fortran/26303] " dir at lanl dot gov
2006-02-15 14:16 ` grigory_zagorodnev at linux dot intel dot com
2006-02-15 14:18 ` [Bug fortran/26303] [4.2 Regression] " 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).