This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug c/15756] New: internal compiler error: Floating point exception


'make bootstrap' on a Debian Woody (gcc 2.95.4), gcc mainline off cvs.
Since the last couple of days I am getting the failure below. The
preprocessed source is attached. This is a native build on Linux i386.

./xgcc -B./ -B/usr/local/gcc-3.5/i686-pc-linux-gnu/bin/ -isystem /usr/local/gcc-
3.5/i686-pc-linux-gnu/include -isystem /usr/local/gcc-3.5/i686-pc-linux-gnu/sys-
include -L/data1/gcc/gcc-3.5/gcc/../ld -O2 -DIN_GCC    -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./incl
ude  -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../.
./gcc/gcc/../libcpp/include -I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/
gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to   -g0 -finhibit-size-d
irective -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno
-unit-at-a-time -fno-omit-frame-pointer \
   -c ../../gcc/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
In file included from /usr/include/stdio.h:630,
                 from ../../gcc/gcc/tsystem.h:79,
                 from ../../gcc/gcc/crtstuff.c:62:
/usr/include/bits/stdio.h: In function `getline':
/usr/include/bits/stdio.h:104: internal compiler error: Floating point exception
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory `/data2/data1/gcc/gcc-3.5/gcc'

-- 
           Summary: internal compiler error: Floating point exception
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: eyal at eyal dot emu dot id dot au
                CC: gcc-bugs at gcc dot gnu dot org


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


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