[LLVMbugs] [Bug 2187] New: Crash with recursive? struct definition
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Apr 2 09:11:06 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2187
Summary: Crash with recursive? struct definition
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: LLVM Codegen
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sanxiyn at gmail.com
CC: llvmbugs at cs.uiuc.edu
Following short program crashes in CodeGen.
struct a { struct b *b; };
struct b { struct a a; };
struct a x;
While searching for previous reports, I realized I(!) reported this bug last
December. I guess that's why I should use the bug tracker for bug reporting,
not the mailing list...
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000703.html
--
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