Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 576894 Details for
Bug 811751
clang segfaults with -std=c++0x
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 17.98 KB, created by
James
on 2012-04-11 21:39:41 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
James
Created:
2012-04-11 21:39:41 UTC
Size:
17.98 KB
patch
obsolete
>[New LWP 5098] >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >Core was generated by `/usr/bin/clang -cc1 -triple x86_64-redhat-linux-gnu -emit-obj -mrelax-all -disa'. >Program terminated with signal 11, Segmentation fault. >#0 0x000000000082b9a7 in clang::Sema::CheckConstructor(clang::CXXConstructorDecl*) () > >Thread 1 (Thread 0x7f63b74a8740 (LWP 5098)): >#0 0x000000000082b9a7 in clang::Sema::CheckConstructor(clang::CXXConstructorDecl*) () >No symbol table info available. >#1 0x0000000000810e53 in ?? () >No symbol table info available. >#2 0x0000000000978592 in clang::TemplateDeclInstantiator::VisitCXXMethodDecl(clang::CXXMethodDecl*, clang::TemplateParameterList*) () >No symbol table info available. >#3 0x0000000000960313 in clang::Sema::InstantiateClass(clang::SourceLocation, clang::CXXRecordDecl*, clang::CXXRecordDecl*, clang::MultiLevelTemplateArgumentList const&, clang::TemplateSpecializationKind, bool) () >No symbol table info available. >#4 0x0000000000960e2f in clang::Sema::InstantiateClassTemplateSpecialization(clang::SourceLocation, clang::ClassTemplateSpecializationDecl*, clang::TemplateSpecializationKind, bool) () >No symbol table info available. >#5 0x0000000000988be9 in clang::Sema::RequireCompleteType(clang::SourceLocation, clang::QualType, clang::PartialDiagnostic const&, std::pair<clang::SourceLocation, clang::PartialDiagnostic>) () >No symbol table info available. >#6 0x000000000098a826 in clang::Sema::RequireCompleteType(clang::SourceLocation, clang::QualType, clang::PartialDiagnostic const&) () >No symbol table info available. >#7 0x00000000008d2f80 in ?? () >No symbol table info available. >#8 0x00000000008d3941 in ?? () >No symbol table info available. >#9 0x00000000008d4c8b in ?? () >No symbol table info available. >#10 0x00000000008dd5bb in clang::Sema::AddOverloadCandidate(clang::FunctionDecl*, clang::DeclAccessPair, clang::Expr**, unsigned int, clang::OverloadCandidateSet&, bool, bool) () >No symbol table info available. >#11 0x00000000008ab498 in ?? () >No symbol table info available. >#12 0x00000000008ad919 in clang::InitializationSequence::InitializationSequence(clang::Sema&, clang::InitializedEntity const&, clang::InitializationKind const&, clang::Expr**, unsigned int) () >No symbol table info available. >#13 0x00000000008b3d3f in clang::Sema::PerformCopyInitialization(clang::InitializedEntity const&, clang::SourceLocation, clang::ActionResult<clang::Expr*, true>) () >No symbol table info available. >#14 0x00000000008eaffe in clang::Sema::PerformMoveOrCopyInitialization(clang::InitializedEntity const&, clang::VarDecl const*, clang::QualType, clang::Expr*) () >No symbol table info available. >#15 0x00000000008ec618 in clang::Sema::ActOnReturnStmt(clang::SourceLocation, clang::Expr*) () >No symbol table info available. >#16 0x000000000074b8f9 in clang::Parser::ParseReturnStatement(clang::ParsedAttributes&) () >No symbol table info available. >#17 0x000000000074e6e5 in clang::Parser::ParseStatementOrDeclaration(clang::ASTOwningVector<clang::Stmt*, 32u>&, bool) () >No symbol table info available. >#18 0x000000000074f400 in clang::Parser::ParseCompoundStatementBody(bool) () >No symbol table info available. >#19 0x000000000074fb5a in clang::Parser::ParseFunctionStatementBody(clang::Decl*, clang::Parser::ParseScope&) () >No symbol table info available. >#20 0x000000000075aba2 in clang::Parser::ParseFunctionDefinition(clang::Parser::ParsingDeclarator&, clang::Parser::ParsedTemplateInfo const&) () >No symbol table info available. >#21 0x0000000000762869 in clang::Parser::ParseDeclGroup(clang::Parser::ParsingDeclSpec&, unsigned int, bool, clang::SourceLocation*) () >No symbol table info available. >#22 0x000000000075977e in clang::Parser::ParseDeclarationOrFunctionDefinition(clang::Parser::ParsingDeclSpec&, clang::AccessSpecifier) () >No symbol table info available. >#23 0x0000000000759cb0 in clang::Parser::ParseDeclarationOrFunctionDefinition(clang::ParsedAttributes&, clang::AccessSpecifier) () >No symbol table info available. >#24 0x000000000075cbd0 in clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&, clang::Parser::ParsingDeclSpec*) () >No symbol table info available. >#25 0x0000000000770e1a in clang::Parser::ParseNamespace(unsigned int, clang::SourceLocation&, clang::SourceLocation) () >No symbol table info available. >#26 0x00000000007662e8 in clang::Parser::ParseDeclaration(clang::ASTOwningVector<clang::Stmt*, 32u>&, unsigned int, clang::SourceLocation&, clang::Parser::ParsedAttributesWithRange&) () >No symbol table info available. >#27 0x000000000075c81e in clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&, clang::Parser::ParsingDeclSpec*) () >No symbol table info available. >#28 0x000000000075d07d in clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&) () >No symbol table info available. >#29 0x000000000073f030 in clang::ParseAST(clang::Sema&, bool) () >No symbol table info available. >#30 0x00000000006313d3 in clang::CodeGenAction::ExecuteAction() () >No symbol table info available. >#31 0x000000000055bb2d in clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) () >No symbol table info available. >#32 0x000000000053ffaf in clang::ExecuteCompilerInvocation(clang::CompilerInstance*) () >No symbol table info available. >#33 0x00000000005375dd in cc1_main(char const**, char const**, char const*, void*) () >No symbol table info available. >#34 0x0000000000535fed in main () >No symbol table info available. >From To Syms Read Shared Object Library >0x00000037df5ad3b0 0x00000037e0064368 Yes /usr/lib64/llvm/libLLVM-2.9.so >0x0000003164a05700 0x0000003164a10b88 Yes /lib64/libpthread.so.0 >0x0000003166e01890 0x0000003166e05ff8 Yes /usr/lib64/libffi.so.5 >0x0000003164e00de0 0x0000003164e01918 Yes /lib64/libdl.so.2 >0x000000325fc5a490 0x000000325fcc2f46 Yes /usr/lib64/libstdc++.so.6 >0x00000031646051b0 0x0000003164643b68 Yes /lib64/libm.so.6 >0x000000325ec028a0 0x000000325ec120b8 Yes /lib64/libgcc_s.so.1 >0x000000316421ef10 0x000000316435bb70 Yes /lib64/libc.so.6 >0x0000003163e00b20 0x0000003163e1aaaa Yes /lib64/ld-linux-x86-64.so.2 >$1 = 0x0 >No symbol "__glib_assert_msg" in current context. >rax 0x0 0 >rbx 0x2912fe0 43069408 >rcx 0xffffffffffef95d4 -1075756 >rdx 0x2 2 >rsi 0x2912fe0 43069408 >rdi 0x2912e50 43069008 >rbp 0x2380430 0x2380430 >rsp 0x7fffb5e144e0 0x7fffb5e144e0 >r8 0x0 0 >r9 0x7fffb5e149ff 140736244828671 >r10 0x2912f08000ffabe 184980771106192062 >r11 0x316437b280 212134769280 >r12 0x7fffb5e14780 140736244828032 >r13 0x28d9710 42833680 >r14 0x0 0 >r15 0x0 0 >rip 0x82b9a7 0x82b9a7 <clang::Sema::CheckConstructor(clang::CXXConstructorDecl*)+183> >eflags 0x10202 [ IF RF ] >cs 0x33 51 >ss 0x2b 43 >ds 0x0 0 >es 0x0 0 >fs 0x0 0 >gs 0x0 0 >Dump of assembler code for function _ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE: > 0x000000000082b8f0 <+0>: mov %rbx,-0x20(%rsp) > 0x000000000082b8f5 <+5>: mov %rbp,-0x18(%rsp) > 0x000000000082b8fa <+10>: mov %rsi,%rbx > 0x000000000082b8fd <+13>: mov %r12,-0x10(%rsp) > 0x000000000082b902 <+18>: mov %r13,-0x8(%rsp) > 0x000000000082b907 <+23>: sub $0x98,%rsp > 0x000000000082b90e <+30>: mov 0x10(%rsi),%r13 > 0x000000000082b912 <+34>: mov %rdi,%rbp > 0x000000000082b915 <+37>: test $0x2,%r13b > 0x000000000082b919 <+41>: jne 0x82b968 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+120> > 0x000000000082b91b <+43>: and $0xfffffffffffffffc,%r13 > 0x000000000082b91f <+47>: movzbl 0x0(%r13),%eax > 0x000000000082b924 <+52>: sub $0x16,%eax > 0x000000000082b927 <+55>: cmp $0x2,%eax > 0x000000000082b92a <+58>: jbe 0x82b97d <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+141> > 0x000000000082b92c <+60>: mov $0x1,%esi > 0x000000000082b931 <+65>: mov %rbx,%rdi > 0x000000000082b934 <+68>: callq 0xb4b8a0 <_ZN5clang4Decl14setInvalidDeclEb> > 0x000000000082b939 <+73>: nopl 0x0(%rax) > 0x000000000082b940 <+80>: mov 0x78(%rsp),%rbx > 0x000000000082b945 <+85>: mov 0x80(%rsp),%rbp > 0x000000000082b94d <+93>: mov 0x88(%rsp),%r12 > 0x000000000082b955 <+101>: mov 0x90(%rsp),%r13 > 0x000000000082b95d <+109>: add $0x98,%rsp > 0x000000000082b964 <+116>: retq > 0x000000000082b965 <+117>: nopl (%rax) > 0x000000000082b968 <+120>: and $0xfffffffffffffffc,%r13 > 0x000000000082b96c <+124>: mov 0x0(%r13),%r13 > 0x000000000082b970 <+128>: movzbl 0x0(%r13),%eax > 0x000000000082b975 <+133>: sub $0x16,%eax > 0x000000000082b978 <+136>: cmp $0x2,%eax > 0x000000000082b97b <+139>: ja 0x82b92c <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+60> > 0x000000000082b97d <+141>: sub $0x38,%r13 > 0x000000000082b981 <+145>: je 0x82b92c <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+60> > 0x000000000082b983 <+147>: testb $0x1,0x1d(%rbx) > 0x000000000082b987 <+151>: jne 0x82b940 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+80> > 0x000000000082b989 <+153>: mov %rbx,%rdi > 0x000000000082b98c <+156>: callq 0xb49760 <_ZNK5clang12FunctionDecl12getNumParamsEv> > 0x000000000082b991 <+161>: cmp $0x1,%eax > 0x000000000082b994 <+164>: je 0x82b9e0 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+240> > 0x000000000082b996 <+166>: mov %rbx,%rdi > 0x000000000082b999 <+169>: callq 0xb49760 <_ZNK5clang12FunctionDecl12getNumParamsEv> > 0x000000000082b99e <+174>: cmp $0x1,%eax > 0x000000000082b9a1 <+177>: jbe 0x82b940 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+80> > 0x000000000082b9a3 <+179>: mov 0x60(%rbx),%rax >=> 0x000000000082b9a7 <+183>: mov 0x8(%rax),%rax > 0x000000000082b9ab <+187>: mov 0x40(%rax),%rax > 0x000000000082b9af <+191>: mov %rax,%rdx > 0x000000000082b9b2 <+194>: mov %rax,%rsi > 0x000000000082b9b5 <+197>: and $0xfffffffffffffffe,%rdx > 0x000000000082b9b9 <+201>: je 0x82bb80 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+656> > 0x000000000082b9bf <+207>: and $0x1,%esi > 0x000000000082b9c2 <+210>: je 0x82bb38 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+584> > 0x000000000082b9c8 <+216>: test %rsi,%rsi > 0x000000000082b9cb <+219>: je 0x82b940 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+80> > 0x000000000082b9d1 <+225>: sar %rdx > 0x000000000082b9d4 <+228>: and $0x1,%edx > 0x000000000082b9d7 <+231>: je 0x82b9e0 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+240> > 0x000000000082b9d9 <+233>: je 0x82b940 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+80> > 0x000000000082b9df <+239>: nop > 0x000000000082b9e0 <+240>: mov %rbx,%rdi > 0x000000000082b9e3 <+243>: callq 0xb460c0 <_ZNK5clang12FunctionDecl29getTemplateSpecializationKindEv> > 0x000000000082b9e8 <+248>: cmp $0x1,%eax > 0x000000000082b9eb <+251>: je 0x82b940 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+80> > 0x000000000082b9f1 <+257>: mov 0x60(%rbx),%rax > 0x000000000082b9f5 <+261>: mov 0x20(%rbp),%rdi > 0x000000000082b9f9 <+265>: mov %r13,%rsi > 0x000000000082b9fc <+268>: mov (%rax),%rax > 0x000000000082b9ff <+271>: mov 0x28(%rax),%r12 > 0x000000000082ba03 <+275>: callq 0xb1a7d0 <_ZNK5clang10ASTContext14getTagDeclTypeEPKNS_7TagDeclE> > 0x000000000082ba08 <+280>: and $0xfffffffffffffff0,%r12 > 0x000000000082ba0c <+284>: mov 0x8(%r12),%rdx > 0x000000000082ba11 <+289>: and $0xfffffffffffffff0,%rdx > 0x000000000082ba15 <+293>: mov (%rdx),%rdx > 0x000000000082ba18 <+296>: and $0xfffffffffffffff0,%rdx > 0x000000000082ba1c <+300>: cmp %rax,%rdx > 0x000000000082ba1f <+303>: jne 0x82b940 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+80> > 0x000000000082ba25 <+309>: mov 0x60(%rbx),%rax > 0x000000000082ba29 <+313>: mov $0x8,%edx > 0x000000000082ba2e <+318>: lea 0x40d653(%rip),%rsi # 0xc39088 > 0x000000000082ba35 <+325>: mov (%rax),%rax > 0x000000000082ba38 <+328>: mov 0x18(%rax),%r12d > 0x000000000082ba3c <+332>: mov 0x20(%rax),%rax > 0x000000000082ba40 <+336>: test $0x3,%al > 0x000000000082ba42 <+338>: jne 0x82ba60 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+368> > 0x000000000082ba44 <+340>: cmp $0x1,%rax > 0x000000000082ba48 <+344>: sbb %rdx,%rdx > 0x000000000082ba4b <+347>: not %rdx > 0x000000000082ba4e <+350>: add $0x8,%rdx > 0x000000000082ba52 <+354>: test %rax,%rax > 0x000000000082ba55 <+357>: lea 0x40d62d(%rip),%rax # 0xc39089 > 0x000000000082ba5c <+364>: cmovne %rax,%rsi > 0x000000000082ba60 <+368>: mov 0x774561(%rip),%rax # 0xf9ffc8 > 0x000000000082ba67 <+375>: mov %r12d,0x50(%rsp) > 0x000000000082ba6c <+380>: lea 0x6f(%rsp),%rcx > 0x000000000082ba71 <+385>: mov %r12d,0x54(%rsp) > 0x000000000082ba76 <+390>: lea 0x60(%rsp),%rdi > 0x000000000082ba7b <+395>: movb $0x0,0x58(%rsp) > 0x000000000082ba80 <+400>: movb $0x0,0x38(%rsp) > 0x000000000082ba85 <+405>: add $0x18,%rax > 0x000000000082ba89 <+409>: mov %rax,0x40(%rsp) > 0x000000000082ba8e <+414>: mov 0x50(%rsp),%rax > 0x000000000082ba93 <+419>: mov %rax,0x30(%rsp) > 0x000000000082ba98 <+424>: callq 0x51d680 <_ZNSsC1EPKcmRKSaIcE@plt> > 0x000000000082ba9d <+429>: lea 0x30(%rsp),%r13 > 0x000000000082baa2 <+434>: lea 0x60(%rsp),%rsi > 0x000000000082baa7 <+439>: lea 0x10(%r13),%rdi > 0x000000000082baab <+443>: callq 0x51ec50 <_ZNSs6assignERKSs@plt> > 0x000000000082bab0 <+448>: lea 0x60(%rsp),%rdi > 0x000000000082bab5 <+453>: callq 0x51f2d0 <_ZNSsD1Ev@plt> > 0x000000000082baba <+458>: mov $0x5a3,%ecx > 0x000000000082babf <+463>: mov %r12d,%edx > 0x000000000082bac2 <+466>: mov %rbp,%rsi > 0x000000000082bac5 <+469>: mov %rsp,%rdi > 0x000000000082bac8 <+472>: callq 0x79ca90 <_ZN5clang4Sema4DiagENS_14SourceLocationEj> > 0x000000000082bacd <+477>: mov 0x30(%rsp),%r8d > 0x000000000082bad2 <+482>: test %r8d,%r8d > 0x000000000082bad5 <+485>: je 0x82bb1e <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+558> > 0x000000000082bad7 <+487>: mov 0x34(%rsp),%edi > 0x000000000082badb <+491>: test %edi,%edi > 0x000000000082badd <+493>: je 0x82bb1e <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+558> > 0x000000000082badf <+495>: mov (%rsp),%rcx > 0x000000000082bae3 <+499>: test %rcx,%rcx > 0x000000000082bae6 <+502>: je 0x82bb1e <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+558> > 0x000000000082bae8 <+504>: mov 0x10(%rsp),%eax > 0x000000000082baec <+508>: lea 0x10(%r13),%rsi > 0x000000000082baf0 <+512>: mov %eax,%edx > 0x000000000082baf2 <+514>: add $0x1,%eax > 0x000000000082baf5 <+517>: lea (%rdx,%rdx,2),%rdx > 0x000000000082baf9 <+521>: mov %eax,0x10(%rsp) > 0x000000000082bafd <+525>: mov 0x30(%rsp),%rax > 0x000000000082bb02 <+530>: lea 0x1f0(%rcx,%rdx,8),%rdi > 0x000000000082bb0a <+538>: mov %rax,(%rdi) > 0x000000000082bb0d <+541>: movzbl 0x38(%rsp),%eax > 0x000000000082bb12 <+546>: mov %al,0x8(%rdi) > 0x000000000082bb15 <+549>: add $0x10,%rdi > 0x000000000082bb19 <+553>: callq 0x51ec50 <_ZNSs6assignERKSs@plt> > 0x000000000082bb1e <+558>: mov %rsp,%rdi > 0x000000000082bb21 <+561>: callq 0x79d850 <_ZN5clang4Sema21SemaDiagnosticBuilderD2Ev> > 0x000000000082bb26 <+566>: lea 0x10(%r13),%rdi > 0x000000000082bb2a <+570>: callq 0x51f2d0 <_ZNSsD1Ev@plt> > 0x000000000082bb2f <+575>: jmpq 0x82b92c <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+60> > 0x000000000082bb34 <+580>: nopl 0x0(%rax) > 0x000000000082bb38 <+584>: mov %rdx,%rcx > 0x000000000082bb3b <+587>: sar %rcx > 0x000000000082bb3e <+590>: and $0x1,%ecx > 0x000000000082bb41 <+593>: jne 0x82bb50 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+608> > 0x000000000082bb43 <+595>: test $0xfffffffffffffffc,%rax > 0x000000000082bb49 <+601>: jne 0x82b9e0 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+240> > 0x000000000082bb4f <+607>: nop > 0x000000000082bb50 <+608>: test %rcx,%rcx > 0x000000000082bb53 <+611>: je 0x82b9c8 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+216> > 0x000000000082bb59 <+617>: mov %rdx,%rax > 0x000000000082bb5c <+620>: and $0xfffffffffffffffc,%rax > 0x000000000082bb60 <+624>: je 0x82b9c8 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+216> > 0x000000000082bb66 <+630>: cmpq $0x0,0x8(%rax) > 0x000000000082bb6b <+635>: jne 0x82b9e0 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+240> > 0x000000000082bb71 <+641>: jmpq 0x82b9c8 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+216> > 0x000000000082bb76 <+646>: nopw %cs:0x0(%rax,%rax,1) > 0x000000000082bb80 <+656>: and $0x1,%esi > 0x000000000082bb83 <+659>: jmpq 0x82b9c8 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+216> > 0x000000000082bb88 <+664>: lea 0x60(%rsp),%rdi > 0x000000000082bb8d <+669>: mov %rax,%rbx > 0x000000000082bb90 <+672>: callq 0x51f2d0 <_ZNSsD1Ev@plt> > 0x000000000082bb95 <+677>: lea 0x10(%r13),%rdi > 0x000000000082bb99 <+681>: callq 0x51f2d0 <_ZNSsD1Ev@plt> > 0x000000000082bb9e <+686>: mov %rbx,%rdi > 0x000000000082bba1 <+689>: callq 0x51f7f0 <_Unwind_Resume@plt> > 0x000000000082bba6 <+694>: mov %rax,%rbx > 0x000000000082bba9 <+697>: lea 0x30(%rsp),%r13 > 0x000000000082bbae <+702>: jmp 0x82bb95 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+677> > 0x000000000082bbb0 <+704>: mov %rax,%rbx > 0x000000000082bbb3 <+707>: jmp 0x82bb95 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+677> > 0x000000000082bbb5 <+709>: mov %rsp,%rdi > 0x000000000082bbb8 <+712>: mov %rax,%rbx > 0x000000000082bbbb <+715>: callq 0x79d850 <_ZN5clang4Sema21SemaDiagnosticBuilderD2Ev> > 0x000000000082bbc0 <+720>: jmp 0x82bb95 <_ZN5clang4Sema16CheckConstructorEPNS_18CXXConstructorDeclE+677> >End of assembler dump.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 811751
:
576893
| 576894