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 middle-end/48674] [4.7 Regression] FAIL: g++.dg/torture/pr48661.C


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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-04-18 23:34:24 UTC ---
I got

661.C:77:1: error: a call to thunk improperly represented in the call graph:^M
# VUSE <.MEM_11>^M
D.2279_3 = D::_ZTv0_n12_NK1D1mEv (&q.D.2119);^M
^M
void test()/26(14) @0xf7716854 (asm: _Z4testv) availability:available analyzed
needed reachable body externally_visible finalized^M
  called by: int main()/28 (1.00 per call) (can throw external) ^M
  calls: void bar(int)/1 (1.00 per call) void bar(int)/1 (1.00 per call)
virtual int D::m() const/15 (1.00 per call) D::D(const A&)/14 (1.00 per call)
^M
  References: ^M
  Refering this function: ^M
  has 3 outgoing edges for indirect calls.^M
/export/gnu/import/svn/gcc-test-ia32/src-trunk/gcc/testsuite/g++.dg/torture/pr48661.C:77:1:
internal compiler error: verify_cgraph_node failed^M
Please submit a full bug report,^M
with preprocessed source if appropriate.^M
See <http://gcc.gnu.org/bugs.html> for instructions.^M
compiler exited with status 1


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