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

            Bug ID: 58222
           Summary: <built-in>:0:0: internal compiler error: Segmentation
                    fault
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: blake.fumberger at gmail dot com

Created attachment 30691
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30691&action=edit
Program used for bisection solving of the Colebrook White Formula

Initial Error during compiling with gfortran: 

<built-in>:0:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Returned from the "gcc -v" command

COLLECT_GCC=C:\MinGW\bin\gcc.exe
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.7.2/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.7.2/configure
--enable-languages=c,c++,ada,fortran,obj
c,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared
--enable-libgo
mp --disable-win32-registry --enable-libstdcxx-debug
--disable-build-poststage1-
with-cxx --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw
Thread model: win32
gcc version 4.7.2 (GCC)

Attached is the code that I am trying to compile. If I place intentional syntax
errors, the compiler will pick them up. With no errors, the compiler returns an
internal error

Reply via email to