% gfortran --version
GNU Fortran 95 (GCC 4.0.0 20041031 (experimental))

[later versions fail too]

% gfortran -c fma1.f90 
*** malloc[29746]: Deallocation of a pointer not malloced: 0x42532c00; This
could be a double free(), or free() called with the middle of an all
ocated block; Try setting environment variable MallocHelp to see tools to help 
debug

[many more identical messages skipped]

fma1.f90: In function 'allocate_storage':
fma1.f90:1844: 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.

-- 
           Summary: ICE when compiling spec benchmark fma3d
           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
 GCC build triplet: powerpc-apple-darwin
  GCC host triplet: powerpc-apple-darwin
GCC target triplet: powerpc-apple-darwin


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

Reply via email to