[cfe-commits] [PATCH] Fix the build on Apple gcc-4.0

Jeffrey Yasskin jyasskin at google.com
Wed Feb 24 23:22:01 PST 2010


Apple's gcc-4.0 on 10.5 was complaining that:

/Users/jyasskin/src/llvm/clang/src/tools/clang/lib/Sema/TreeTransform.h:5784:
error: expected primary-expression before ‘>’ token
/Users/jyasskin/src/llvm/clang/src/tools/clang/lib/Sema/TreeTransform.h:5784:
error: expected primary-expression before ‘)’ token

This patch fixes the build there without breaking the build for other
compilers or breaking the tests, so I think it's the right thing to
do. Please double-check.

Jeffrey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_gcc40_build.patch
Type: application/octet-stream
Size: 880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100224/27f09b9e/attachment.obj>


More information about the cfe-commits mailing list