[LLVMbugs] [Bug 2591] New: Internal compiler error in llvm-g++
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jul 23 21:32:42 PDT 2008
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: unassignedbugs at nondot.org
ReportedBy: nadav256 at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list