[LLVMbugs] [Bug 980] NEW: llvm-gcc4 crash (yet another in out linux kernel series)
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Nov 1 13:13:29 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=980
Summary: llvm-gcc4 crash (yet another in out linux kernel series)
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: alenhar2 at uiuc.edu
The following reduction (from the linux kernel) causes:
cc1: ../../source/gcc/llvm-types.cpp:724: unsigned int
StructTypeConversionInfo::getLLVMFieldFor(uint64_t, unsigned int&, bool):
Assertion `0 && "Could not find field!"' failed.
typedef struct {} rwlock_t;
struct inet_hashinfo {
struct inet_ehash_bucket *ehash;
rwlock_t lhash_lock __attribute__((__aligned__((1 << (5)))));
};
void __inet6_hash(struct inet_hashinfo *hashinfo)//, struct sock *sk)
{ }
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list