public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "mark at noffle dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/65908] New: internal compiler error: in expand_thunk
Date: Mon, 27 Apr 2015 17:34:00 -0000	[thread overview]
Message-ID: <bug-65908-4@http.gcc.gnu.org/bugzilla/> (raw)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65908

            Bug ID: 65908
           Summary: internal compiler error: in expand_thunk
           Product: gcc
           Version: 5.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mark at noffle dot net
  Target Milestone: ---

Created attachment 35408
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35408&action=edit
-save-temps generated output

Greetings.

In an attempt to compile the CVC4 SMT solver using GCC 5.1.0, the following
error occurs:

/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.
-I/home/marky/source/CVC4/builds/x86_64-unknown-linux-gnu/production-cln-glpk/../../../src/compat
-I../..  -D__BUILDING_CVC4COM
PATLIB -I./.. -I/usr/local/include
-I/home/marky/source/CVC4/builds/x86_64-unknown-linux-gnu/production-cln-glpk/../../../src/compat/../include
-I/home/marky/source/CVC4/builds/x86_64-unknown-linux-gnu/p
roduction-cln-glpk/../../../src/compat/.. -pthread -I/usr/local/include  
-DCVC4_STATISTICS_ON -DNDEBUG -DCVC4_DUMPING
-I/home/marky/source/CVC4/glpk-cut-log/include -DCVC4_USE_GLPK
-DCVC4_ANTLR3_OLD_INP
UT_STREAM -fno-strict-aliasing -I/usr/local/include   -O3 -ggdb3
-Wno-deprecated -MT libcvc4compat_la-cvc3_compat.lo -MD -MP -MF
.deps/libcvc4compat_la-cvc3_compat.Tpo -c -o libcvc4compat_la-cvc3_compat.
lo `test -f 'cvc3_compat.cpp' || echo
'/home/marky/source/CVC4/builds/x86_64-unknown-linux-gnu/production-cln-glpk/../../../src/compat/'`cvc3_compat.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I.
-I/home/marky/source/CVC4/builds/x86_64-unknown-linux-gnu/production-cln-glpk/../../../src/compat
-I../.. -D__BUILDING_CVC4COMPATLIB -I./.. -I/usr/local/include

-I/home/marky/source/CVC4/builds/x86_64-unknown-linux-gnu/production-cln-glpk/../../../src/compat/../include
-I/home/marky/source/CVC4/builds/x86_64-unknown-linux-gnu/production-cln-glpk/../../../src/co
mpat/.. -pthread -I/usr/local/include -DCVC4_STATISTICS_ON -DNDEBUG
-DCVC4_DUMPING -I/home/marky/source/CVC4/glpk-cut-log/include -DCVC4_USE_GLPK
-DCVC4_ANTLR3_OLD_INPUT_STREAM -fno-strict-aliasing -I/us
r/local/include -O3 -ggdb3 -Wno-deprecated -MT libcvc4compat_la-cvc3_compat.lo
-MD -MP -MF .deps/libcvc4compat_la-cvc3_compat.Tpo -c
/home/marky/source/CVC4/builds/x86_64-unknown-linux-gnu/production-cl$
-glpk/../../../src/compat/cvc3_compat.cpp  -fPIC -DPIC -o
.libs/libcvc4compat_la-cvc3_compat.o
/home/marky/source/CVC4/builds/x86_64-unknown-linux-gnu/production-cln-glpk/../../../src/compat/cvc3_compat.cpp:
In member function 'std::__cxx11::string CVC3::Expr::getUid() const':
/home/marky/source/CVC4/builds/x86_64-unknown-linux-gnu/production-cln-glpk/../../../src/compat/cvc3_compat.cpp:2552:1:
internal compiler error: in expand_thunk, at cgraphunit.c:1700
 }/* CVC3 namespace */
 ^
0x7c0fc6 cgraph_node::expand_thunk(bool, bool)
        ../.././gcc/cgraphunit.c:1699
0x7c2b5b cgraph_node::create_wrapper(cgraph_node*)
        ../.././gcc/cgraphunit.c:2517
0xff15b9 ipa_icf::sem_function::merge(ipa_icf::sem_item*)
        ../.././gcc/ipa-icf.c:1133
0xfe95ef ipa_icf::sem_item_optimizer::merge_classes(unsigned int)
        ../.././gcc/ipa-icf.c:3232
0xff0f6c ipa_icf::sem_item_optimizer::execute()
        ../.././gcc/ipa-icf.c:2436
0xff26e6 ipa_icf_driver
        ../.././gcc/ipa-icf.c:3309
0xff26e6 ipa_icf::pass_ipa_icf::execute(function*)
        ../.././gcc/ipa-icf.c:3356
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Release: g++ (GCC) 5.1.0
System: Debian 8.0 jessie (3.16.0-4-amd64)
CFLAGS as found in configured Makefile for CVC4:


             reply	other threads:[~2015-04-27 17:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-27 17:34 mark at noffle dot net [this message]
2015-04-27 17:47 ` [Bug c++/65908] " mark at noffle dot net
2015-04-27 17:59 ` [Bug ipa/65908] [5/6 Regression] ICE: in expand_thunk, at cgraphunit.c:1700 trippels at gcc dot gnu.org
2015-04-27 22:29 ` jakub at gcc dot gnu.org
2015-04-27 23:09 ` jakub at gcc dot gnu.org
2015-04-28  8:16 ` jakub at gcc dot gnu.org
2015-05-11 11:50 ` hubicka at gcc dot gnu.org
2015-05-12 14:08 ` marxin at gcc dot gnu.org
2015-05-12 19:44 ` hubicka at gcc dot gnu.org
2015-06-17 13:24 ` jakub at gcc dot gnu.org
2015-06-17 13:29 ` marxin at gcc dot gnu.org
2015-06-22  7:12 ` hubicka at gcc dot gnu.org
2015-07-03  9:11 ` [Bug ipa/65908] [5 " rguenth at gcc dot gnu.org
2015-07-16  9:15 ` rguenth 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-65908-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).