[cfe-commits] [llvm-commits] [llvm] r105786 - in /llvm/trunk/include/llvm: ADT/DenseMap.h ADT/SmallVector.h ADT/ilist.h Use.h

Dimitry Andric dimitry at andric.com
Mon Jun 14 04:21:46 PDT 2010


On 2010-06-10 12:13, Duncan Sands wrote:
> Author: baldrick
> Date: Thu Jun 10 05:13:58 2010
> New Revision: 105786
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=105786&view=rev
> Log:
> Add includes to get ptrdiff_t.  This is needed by gcc-4.6 which has
> done some more header trimming, resulting in cstdef being included
> by less header files.

Compiling on my FreeBSD box with gcc 4.6.0 20100605 gave an additional
complaint about NULL not being defined in ARMConstantPoolValue.h, and
another few about ptrdiff_t in clang.  These are all fixed by the
attached patches; please review.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gcc46-llvm-fixes.diff
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100614/5b4a6d55/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gcc46-clang-fixes.diff
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100614/5b4a6d55/attachment-0001.ksh>


More information about the cfe-commits mailing list