This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

internal compiler error: Segmentation fault


Platform: x86_64-pc-mingw32
problem: the compiler always reports "internal compiler error: Segmentation fault" if with optimization. It works without optimization. The following uses the simplest program, one statement only, to show the problem.



C:\temp\fortran>
C:\temp\fortran>
C:\temp\fortran>
C:\temp\fortran>
C:\temp\fortran>more c.f90
end
C:\temp\fortran>gfortran c.f90
C:\temp\fortran>gfortran -O1 c.f90
c.f90: In function 'MAIN__':
c.f90:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
C:\temp\fortran>
C:\temp\fortran>

_________________________________________________________________
Put your friends on the big screen with Windows Vista® + Windows Live™.
http://www.microsoft.com/windows/shop/specialoffers.mspx?ocid=TXT_TAGLM_CPC_MediaCtr_bigscreen_012008


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]