http://llvm.org/bugs/show_bug.cgi?id=2591
Summary: Internal compiler error in llvm-g++
Product: libraries
Version: 2.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Transformation Utilities
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
Internal compiler error on llvm-g++
The error message:
/home/nadav/file.c: In function âint main()â:
/home/nadav/file.c:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
The code:
int main() {
void* ptr;
*(long*)&ptr[1] = 0;
}
My friend Gil Dabah, of distorm fame, told me about this bug.
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs