From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106924 invoked by alias); 27 Apr 2015 17:34:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 106619 invoked by uid 48); 27 Apr 2015 17:34:12 -0000 From: "mark at noffle dot net" 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 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 5.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at noffle dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-04/txt/msg02314.txt.bz2 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 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: