public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/46523] New: [4.6 Regression] ICE: error: inlined_to pointer set for noninline callers, multiple inline callers
Date: Wed, 17 Nov 2010 16:29:00 -0000	[thread overview]
Message-ID: <bug-46523-4@http.gcc.gnu.org/bugzilla/> (raw)

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

           Summary: [4.6 Regression] ICE: error: inlined_to pointer set
                    for noninline callers, multiple inline callers
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org
                CC: hubicka@gcc.gnu.org
            Target: i?86-*-linux


kdevelop4 fails to build with

./cc1plus  -quiet -m32 cppduchain.ii -O2 -std=c++0x
/usr/src/packages/BUILD/kdevelop-4.1.0/languages/cpp/cppduchain/cppduchain.cpp:839:1:
error: inlined_to pointer set for noninline callers
/usr/src/packages/BUILD/kdevelop-4.1.0/languages/cpp/cppduchain/cppduchain.cpp:839:1:
error: multiple inline callers
virtual KDevelop::AbstractType::Ptr
Cpp::shortenTypeForViewing(KDevelop::AbstractType::Ptr)::ShortenAliasExchanger::exchange(const
Ptr&)/3542(2949) @0x7ffff1510b00 (asm:
_ZZN3Cpp21shortenTypeForViewingE7TypePtrIN8KDevelop12AbstractTypeEEEN21ShortenAliasExchanger8exchangeERKS3_)
(inline copy in KDevelop::AbstractType::Ptr
Cpp::shortenTypeForViewing(KDevelop::AbstractType::Ptr)/3553)
availability:local analyzed 162 time, 17 benefit (175 after inlining) 212 size,
11 benefit (270 after inlining) 36 bytes stack usage reachable body local
finalized inlinable
  called by: virtual KDevelop::AbstractType::Ptr
Cpp::shortenTypeForViewing(KDevelop::AbstractType::Ptr)::ShortenAliasExchanger::exchange(const
Ptr&)/3542 (0.59 per call) (indirect_inlining) virtual
KDevelop::AbstractType::Ptr
Cpp::shortenTypeForViewing(KDevelop::AbstractType::Ptr)::ShortenAliasExchanger::_ZZN3Cpp21shortenTypeForViewingE7TypePtrIN8KDevelop12AbstractTypeEEEN21ShortenAliasExchanger8exchangeERKS3_.constprop.103(const
Ptr&)/112 (0.59 per call) (inlined) (can throw external) 
  calls: virtual KDevelop::AbstractType::Ptr
Cpp::shortenTypeForViewing(KDevelop::AbstractType::Ptr)::ShortenAliasExchanger::exchange(const
Ptr&)/3542 (indirect_inlining) (0.59 per call) TypePtr<T>::~TypePtr() [with T =
KDevelop::AbstractType]/2383 TypePtr<T>::~TypePtr() [with T =
KDevelop::TypeAliasType]/4390 TypePtr<T>::~TypePtr() [with T =
KDevelop::AbstractType]/2383 QString::~QString()/537 QString::~QString()/537
QString::~QString()/537 QString::~QString()/537 TypePtr<T>::~TypePtr() [with T
= KDevelop::AbstractType]/2383 TypePtr<T>::~TypePtr() [with T =
KDevelop::AbstractType]/2383 (0.41 per call) (can throw external)
TypePtr<T>::~TypePtr() [with T = KDevelop::TypeAliasType]/5307 (inlined) (0.41
per call) TypePtr<T>::~TypePtr() [with T = KDevelop::AbstractType]/2383 (0.17
per call) TypePtr<T>::~TypePtr() [with T = KDevelop::AbstractType]/2383 (0.17
per call) void KDevelop::AbstractType::setModifiers(quint64)/5473 (0.17 per
call) quint64 KDevelop::AbstractType::modifiers() const/5425 (0.17 per call)
quint64 KDevelop::AbstractType::modifiers() const/5425 (0.17 per call)
QString::~QString()/4859 (inlined) (0.10 per call) QString::~QString()/4375
(inlined) (0.10 per call) QString::~QString()/4373 (inlined) (0.10 per call)
QString::~QString()/4378 (inlined) (0.10 per call) int
Cpp::reservedIdentifierCount(QString)/3541 (0.07 per call) int
Cpp::reservedIdentifierCount(QString)/3541 (0.07 per call) int
QString::count(QChar, Qt::CaseSensitivity) const/5472 (0.24 per call)
QChar::QChar(char)/5471 (0.24 per call) int QString::count(QChar,
Qt::CaseSensitivity) const/5472 (0.24 per call) QChar::QChar(char)/5471 (0.24
per call) TypePtr<T>::~TypePtr() [with T = KDevelop::AbstractType]/2383 (0.35
per call) KDevelop::AbstractType::Ptr KDevelop::TypeAliasType::type()
const/5435 (0.35 per call) TypePtr<U> TypePtr<T>::cast(U*) const [with U =
KDevelop::TypeAliasType, T = KDevelop::AbstractType]/141 (inlined) (0.41 per
call) 
  References: 
  Refering this function: 
  has 6 outgoing edges for indirect calls.
/usr/src/packages/BUILD/kdevelop-4.1.0/languages/cpp/cppduchain/cppduchain.cpp:839:1:
internal compiler error: verify_cgraph_node failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


             reply	other threads:[~2010-11-17 16:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-17 16:29 rguenth at gcc dot gnu.org [this message]
2010-11-17 16:34 ` [Bug tree-optimization/46523] " rguenth at gcc dot gnu.org
2010-11-19  9:55 ` rguenth at gcc dot gnu.org
2011-01-03 20:05 ` rguenth at gcc dot gnu.org
2011-01-03 21:34 ` hjl.tools at gmail dot com
2011-01-03 21:42 ` hjl.tools at gmail dot com
2011-01-04 10:35 ` jakub at gcc dot gnu.org
2011-01-07 18:35 ` hubicka 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-46523-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).