[LLVMbugs] [Bug 11505] New: Clang++ aborts when there are two fields with the same name, one in anonymous union, in specific
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 8 01:11:30 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=11505
Bug #: 11505
Summary: Clang++ aborts when there are two fields with the same
name, one in anonymous union, in specific
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: arkadiusz.danilecki at put.poznan.pl
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 7685
--> http://llvm.org/bugs/attachment.cgi?id=7685
preprocessed source which caused crash
The code attached causes clang++ to crash. To replicate crash, exact this
structure must be made; e.g. if there is not char str[] in anonymous union,
there is no crash.
--
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