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

Daniel Dunbar daniel at zuster.org
Tue Jun 15 07:58:25 PDT 2010


On Mon, Jun 14, 2010 at 4:21 AM, Dimitry Andric <dimitry at andric.com> wrote:
> 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.

Applied in r105994 and r105995, thanks!

 - Daniel

>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>




More information about the cfe-commits mailing list