public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "raj.khem at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/53135] New: internal compiler error: in value_format, at dwarf2out.c:8010
Date: Fri, 27 Apr 2012 05:59:00 -0000	[thread overview]
Message-ID: <bug-53135-4@http.gcc.gnu.org/bugzilla/> (raw)

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

             Bug #: 53135
           Summary: internal compiler error: in value_format, at
                    dwarf2out.c:8010
    Classification: Unclassified
           Product: gcc
           Version: 4.7.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: raj.khem@gmail.com


gcc 4.7 latest from gcc-4_7-branch when configured for arm architecture gets
this ICE

arm-bug.i:47:1: internal compiler error: in value_format, at dwarf2out.c:8010
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


compiler cmdline is

arm-oe-linux-gnueabi-g++ arm-bug.i -g -S -O2

compiler configuration

Using built-in specs.
COLLECT_GCC=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv5te-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++
COLLECT_LTO_WRAPPER=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.7.1/lto-wrapper
Target: arm-oe-linux-gnueabi
Configured with:
/home/kraj/work/openembedded-core/build/tmp-eglibc/work-shared/gcc-4.7.0+svnr186651-r0/gcc-4_7-branch/configure
--build=x86_64-linux --host=x86_64-linux --target=arm-oe-linux-gnueabi
--prefix=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr
--exec_prefix=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr
--bindir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv5te-oe-linux-gnueabi
--sbindir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv5te-oe-linux-gnueabi
--libexecdir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi
--datadir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share
--sysconfdir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/etc
--sharedstatedir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/com
--localstatedir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/var
--libdir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/armv5te-oe-linux-gnueabi
--includedir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include
--oldincludedir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/include
--infodir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/info
--mandir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/man
--disable-silent-rules --disable-dependency-tracking
--with-libtool-sysroot=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux
--with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix
--disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu
--enable-libstdcxx-pch --program-prefix=arm-oe-linux-gnueabi-
--without-local-prefix --enable-target-optspace --enable-lto --enable-libssp
--disable-bootstrap --disable-libgomp --disable-libmudflap --with-system-zlib
--with-linker-hash-style=gnu --with-ppl=no --with-cloog=no
--enable-checking=release --enable-cheaders=c_global --with-float=soft
--with-gxx-include-dir=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/qemuarm/usr/include/c++
--with-sysroot=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/qemuarm
--with-build-sysroot=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/qemuarm
--enable-poison-system-directories --disable-libunwind-exceptions
--with-mpfr=/home/kraj/work/openembedded-core/build/tmp-eglibc/sysroots/x86_64-linux/usr
--with-system-zlib --disable-nls
Thread model: posix
gcc version 4.7.1 20120421 (prerelease) (GCC)


             reply	other threads:[~2012-04-27  5:59 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-27  5:59 raj.khem at gmail dot com [this message]
2012-04-27  6:00 ` [Bug c++/53135] " raj.khem at gmail dot com
2012-07-13  7:29 ` [Bug debug/53135] " dushistov at mail dot ru
2012-07-13  7:41 ` [Bug debug/53135] [4.7/4.8 Regression] " rguenth at gcc dot gnu.org
2012-07-14 22:18 ` dushistov at mail dot ru
2012-07-15 18:36 ` mikpe at it dot uu.se
2012-07-24 13:03 ` ramana at gcc dot gnu.org
2012-08-07  1:55 ` aoliva at gcc dot gnu.org
2012-08-07  2:28 ` aoliva at gcc dot gnu.org
2012-08-07 18:48 ` aoliva at gcc dot gnu.org
2012-08-20 14:04 ` jakub at gcc dot gnu.org
2012-09-07 11:30 ` rguenth at gcc dot gnu.org
2012-09-20 10:28 ` jakub at gcc dot gnu.org
2012-09-27 18:48 ` pinskia at gcc dot gnu.org
2012-10-02 20:05 ` aoliva at gcc dot gnu.org
2012-10-02 20:18 ` aoliva at gcc dot gnu.org
2012-10-03  4:03 ` aoliva at gcc dot gnu.org
2013-01-20  6:25 ` [Bug debug/53135] Duplicates cause size explosion (vta/dwarf) law at redhat dot com
2013-04-11  7:58 ` rguenth at gcc dot gnu.org
2014-06-12 13:53 ` rguenth at gcc dot gnu.org
2022-11-04 20:26 ` ramana at gcc dot gnu.org
2022-11-05  1:04 ` law at gcc dot gnu.org
2022-11-05  8:19 ` ramana at gcc dot gnu.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-53135-4@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).