public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/46157] New: internal compiler error: Segmentation fault
@ 2010-10-24 12:04 workalof at gmail dot com
  2010-10-26 14:10 ` [Bug c/46157] " rguenth at gcc dot gnu.org
  2013-10-21 20:05 ` mpolacek at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: workalof at gmail dot com @ 2010-10-24 12:04 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: internal compiler error: Segmentation fault
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: workalof@gmail.com


Running glibc 2.12.1 tests (make check) I hit the error below which is
apparently a compiler bug?

System: x86_64 (AMD Athlon X2 6000)
Kernel 2.6.31.5

Building/bootstrapping glibc 2.12.1 using gcc 4.5.1

gcc 4.5.1 was built with gcc version 4.1.2 20070925 (Red Hat 4.1.2-33) on top
of host kernel 2.6.31.5

Configure (OK)

../glibc-2.12.1/configure --prefix=/usr \
    --disable-profile --enable-add-ons \
    --enable-kernel=2.6.22.5 --libexecdir=/usr/lib/glibc

make (OK)

make check (ERROR below)

gcc test-tgmath2.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline
-Wwrite-strings -fmerge-all-constants -g -Wstrict-prototypes   -fno-builtin 
-Wno-uninitialized -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES
-I../include -I/sources/glibc-build/math -I/sources/glibc-build
-I../sysdeps/x86_64/elf -I../nptl/sysdeps/unix/sysv/linux/x86_64
-I../sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/wordsize-64
-I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread
-I../sysdeps/pthread -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu
-I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet
-I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../sysdeps/unix/x86_64
-I../nptl/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix
-I../sysdeps/x86_64/fpu -I../sysdeps/x86_64/multiarch -I../nptl/sysdeps/x86_64
-I../sysdeps/x86_64 -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/ldbl-96
-I../sysdeps/ieee754/dbl-64/wordsize-64 -I../sysdeps/ieee754/dbl-64
-I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf
-I../sysdeps/generic -I../nptl  -I.. -I../libio -I.  -D_LIBC_REENTRANT -include
../include/libc-symbols.h   -DNOT_IN_libc=1    -o
/sources/glibc-build/math/test-tgmath2.o -MD -MP -MF
/sources/glibc-build/math/test-tgmath2.o.dt -MT
/sources/glibc-build/math/test-tgmath2.o
test-tgmath2.c: In function 'test':
test-tgmath2.c:94:1: note: variable tracking size limit exceeded with
-fvar-tracking-assignments, retrying without
test-tgmath2.c:94:1: note: variable tracking size limit exceeded
test-tgmath2.c:336:1: 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.
make[2]: *** [/sources/glibc-build/math/test-tgmath2.o] Error 1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c/46157] internal compiler error: Segmentation fault
  2010-10-24 12:04 [Bug c/46157] New: internal compiler error: Segmentation fault workalof at gmail dot com
@ 2010-10-26 14:10 ` rguenth at gcc dot gnu.org
  2013-10-21 20:05 ` mpolacek at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-10-26 14:10 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2010.10.26 14:10:42
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-10-26 14:10:42 UTC ---
Please attach preprocessed source.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c/46157] internal compiler error: Segmentation fault
  2010-10-24 12:04 [Bug c/46157] New: internal compiler error: Segmentation fault workalof at gmail dot com
  2010-10-26 14:10 ` [Bug c/46157] " rguenth at gcc dot gnu.org
@ 2013-10-21 20:05 ` mpolacek at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2013-10-21 20:05 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |mpolacek at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
It's been 3 years already and the testcase is not coming.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-21 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-24 12:04 [Bug c/46157] New: internal compiler error: Segmentation fault workalof at gmail dot com
2010-10-26 14:10 ` [Bug c/46157] " rguenth at gcc dot gnu.org
2013-10-21 20:05 ` mpolacek at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).