This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/28411] gfortran: Internal error: Illegal instruction
- From: "langton at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jul 2006 21:57:18 -0000
- Subject: [Bug fortran/28411] gfortran: Internal error: Illegal instruction
- References: <bug-28411-10129@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from langton at gcc dot gnu dot org 2006-07-17 21:57 -------
The flags "-O2 -ftrapv" are sufficient to reproduce this crash. I get the same
result on the Mac, and on Linux:
ilx1(1067)% gfortran -c -O2 -ftrapv module_utilities2.f90
virtual memory exhausted: Cannot allocate memory
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28411