http://llvm.org/bugs/show_bug.cgi?id=13518

Eric Christopher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Eric Christopher <[email protected]> ---
dzur:~/tmp> ~/builds/build-llvm/Debug+Asserts/bin/clang -g Test.cpp 
dzur:~/tmp> gdb a.out
(gdb) run
Starting program: a.out 

Program received signal SIGSEGV, Segmentation fault.
Test<int>::Test (this=0x7fffffffe2b8) at Test.cpp:5
5      *((T *)1) = 0;
(gdb) bt
#0  Test<int>::Test (this=0x7fffffffe2b8) at Test.cpp:5
#1  0x0000000000400588 in main () at Test.cpp:9

Seems reasonable.

-- 
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

Reply via email to