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

David Majnemer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #3 from David Majnemer <[email protected]> ---
I can't reproduce this behavior with the latest clang.


$ echo "__INTPTR_TYPE__" | ~/llvm/build/bin/clang++ -cc1 -x c++ -E -triple
x86_64-apple-macosx10.8.0
# 1 "<stdin>"
# 1 "<built-in>" 1
# 1 "<built-in>" 3
# 157 "<built-in>" 3
# 1 "<command line>" 1
# 1 "<built-in>" 2
# 1 "<stdin>" 2
long int

$ echo "__INTPTR_TYPE__" | ~/llvm/build/bin/clang++ -cc1 -x c++ -E -triple
x86_64-apple-macosx10.8.0 -ffreestanding
# 1 "<stdin>"
# 1 "<built-in>" 1
# 1 "<built-in>" 3
# 157 "<built-in>" 3
# 1 "<command line>" 1
# 1 "<built-in>" 2
# 1 "<stdin>" 2
long int

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