[LLVMbugs] [Bug 14628] New: Objective-C @encode for _Atomic not implemented
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 17 16:04:52 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14628
Bug #: 14628
Summary: Objective-C @encode for _Atomic not implemented
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: LLVM Codegen
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: akyrtzi at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
clang asserts with this test case:
__attribute__((objc_root_class))
@interface Foo
@end
@implementation Foo
{
// UNREACHABLE: @encode for type not implemented!
_Atomic(double) d;
}
@end
running as:
clang -cc1 t.m -emit-llvm-only
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list