public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pluto at agmk dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug other/28230]  New: ICE during profiled bootstrap.
Date: Mon, 03 Jul 2006 08:40:00 -0000	[thread overview]
Message-ID: <bug-28230-7667@http.gcc.gnu.org/bugzilla/> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3188 bytes --]

/home/users/pluto/rpm/BUILD/trunk/builddir/./gcc/xgcc
-B/home/users/pluto/rpm/BUILD/trunk/builddir/./gcc/
-B/usr/x86_64-pld-linux/bin/ -B/usr/x86_64-pld-linux/lib/
-isystem /usr/x86_64-pld-linux/include
-isystem /usr/x86_64-pld-linux/sys-include
-O2 -O2 -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -pipe
-DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include
-I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include
-I../../gcc/../libcpp/include  -I../../gcc/../libdecnumber
-I../libdecnumber  -g0 -finhibit-size-directive -fno-inline-functions
-fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder
-fno-omit-frame-pointer -fno-asynchronous-unwind-tables 
-c ../../gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
../../gcc/crtstuff.c:1: internal compiler error: Segmentation fault

(gdb) set args -fpreprocessed crtstuff.i -quiet -dumpbase crtstuff.i
-mtune=generic -auxbase crtstuff -version -o /tmp/ccenndGf.s

(gdb) r
Starting program: /home/users/pluto/rpm/BUILD/trunk/builddir/gcc/cc1
-fpreprocessed crtstuff.i -quiet -dumpbase crtstuff.i -mtune=generic -auxbase
crtstuff -version -o /tmp/ccenndGf.s
GNU C version 4.2.0 20060702 (experimental) (PLD-Linux) (x86_64-pld-linux)
        compiled by GNU C version 4.2.0 20060702 (experimental) (PLD-Linux).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096

Program received signal SIGSEGV, Segmentation fault.
0x000000000091cf26 in lshift_significand ()
(gdb) bt
#0  0x000000000091cf26 in lshift_significand ()
#1  0x000000000091fbb4 in normalize ()
#2  0x0000000000921b6c in real_from_integer ()
#3  0x000000000067f18f in init_emit_once ()
#4  0x000000000098f289 in toplev_main ()
#5  0x00000000004a0c91 in main ()

$ ./xgcc -v
Reading specs from /usr/lib64/gcc/x86_64-pld-linux/4.2.0/specs
Target: x86_64-pld-linux
Configured with: ../configure --prefix=/usr
--with-local-prefix=/usr/local
--libdir=/usr/lib64 --libexecdir=/usr/lib64
--infodir=/usr/share/info --mandir=/usr/share/man
--x-libraries=/usr/lib64 --enable-shared
--enable-threads=posix --enable-languages=c,c++,fortran,objc,obj-c++,java
--enable-c99 --enable-long-long --enable-multilib --enable-nls
--disable-werror --with-gnu-as --with-gnu-ld --with-demangler-in-ld
--with-system-zlib --with-slibdir=/lib64 --without-system-libunwind
--enable-cmath --with-long-double-128
--with-gxx-include-dir=/usr/include/c++/4.2.0 --disable-libstdcxx-pch
--enable-__cxa_atexit --enable-libstdcxx-allocator=new
--disable-libjava-multilib --enable-libgcj --enable-libgcj-multifile
--enable-libgcj-database --enable-gtk-cairo --enable-java-awt=qt,gtk,xlib
--enable-jni --enable-xmlj --enable-alsa --enable-dssi --enable-bootstrap
x86_64-pld-linux
Thread model: posix
gcc version 4.2.0 20060702 (experimental) (PLD-Linux)


-- 
           Summary: ICE during profiled bootstrap.
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net


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


             reply	other threads:[~2006-07-03  8:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-03  8:40 pluto at agmk dot net [this message]
2006-07-03 11:25 ` [Bug other/28230] " pluto at agmk dot net
2006-07-04 21:16 ` pluto at agmk dot net
2006-08-03 20:39 ` [Bug other/28230] ICE during bootstrap (-O2 -fwrapv issue) pluto at agmk dot net
2006-08-03 20:41 ` pluto at agmk dot net
2006-08-03 20:42 ` pluto at agmk dot net
2006-09-01 20:11 ` pluto at agmk dot net
2006-09-19 13:08 ` [Bug other/28230] -O2 -fwrapv miscompiles gcc, binutils, gzip pluto at agmk dot net
2006-09-20 20:44 ` pluto at agmk dot net
2006-09-20 20:45 ` pluto at agmk dot net
2006-09-20 23:31 ` pluto at agmk dot net
2006-09-21  3:31 ` [Bug tree-optimization/28230] [4.2 Regression] " pinskia at gcc dot gnu dot org
2006-09-21  3:37 ` pinskia at gcc dot gnu dot org
2006-09-24  9:58 ` steven at gcc dot gnu dot org
2006-09-24 10:05 ` steven at gcc dot gnu dot org
2006-09-24 10:08 ` steven at gcc dot gnu dot org
2006-09-24 10:11 ` steven at gcc dot gnu dot org
2006-10-01 22:56 ` mmitchel at gcc dot gnu dot org
2006-10-10 14:33 ` rguenth at gcc dot gnu dot org
2006-10-11 10:45 ` patchapp at dberlin dot org
2006-10-11 16:06 ` rguenth at gcc dot gnu dot org
2006-10-11 16:06 ` rguenth at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-28230-7667@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).