This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/42187] New: ice when inlined_to pointer set for noninline callers


I just tried to compile package boswars-2.5 with the GNU C++ compiler
version 4.5 snapshot 20091119 and the compiler said

engine/guichan/widgets/textbox.cpp:595:1: error: inlined_to pointer set for
noninline callers
engine/guichan/widgets/textbox.cpp:595:1: error: multiple inline callers
std::basic_string<_CharT, _Traits, _Alloc>::size_type std::basic_string<_CharT,
_Traits, _Alloc>::_M_check(std::basic_string<_CharT, _Traits,
_Alloc>::size_type, const char*) const [with _CharT = char, _Traits =
std::char_traits<char>, _Alloc = std::allocator<char>,
std::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned
int]/423(-1) @0x7ff593464aa0 (inline copy in virtual bool
gcn::TextBox::keyPress(const gcn::Key&)/340) availability:available 5 time, 15
benefit 7 size, 6 benefit reachable body finalized inlinable
  called by: std::basic_string<_CharT, _Traits, _Alloc>&
std::basic_string<_CharT, _Traits, _Alloc>::insert(std::basic_string<_CharT,
_Traits, _Alloc>::size_type, const std::basic_string<_CharT, _Traits, _Alloc>&,
std::basic_string<_CharT, _Traits, _Alloc>::size_type,
std::basic_string<_CharT, _Traits, _Alloc>::size_type) [with _CharT = char,
_Traits = std::char_traits<char>, _Alloc = std::allocator<char>,
std::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned int]/449
(1.00 per call) (can throw external) std::basic_string<_CharT, _Traits,
_Alloc>& std::basic_string<_CharT, _Traits,
_Alloc>::insert(std::basic_string<_CharT, _Traits, _Alloc>::size_type, const
std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits,
_Alloc>::size_type, std::basic_string<_CharT, _Traits, _Alloc>::size_type)
[with _CharT = char, _Traits = std::char_traits<char>, _Alloc =
std::allocator<char>, std::basic_string<_CharT, _Traits, _Alloc>::size_type =
long unsigned int]/435 (0.00 per call) (inlined) (can throw external)
  calls: void std::__throw_out_of_range(const char*)/642 (can throw external)
engine/guichan/widgets/textbox.cpp:595: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.

Preprocessed source code attached. Flag -O2 required.


-- 
           Summary: ice when inlined_to pointer set for noninline callers
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dcb314 at hotmail dot com
  GCC host triplet: x86_64-suse-linux


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]