On Mon, Jun 14, 2010 at 4:21 AM, Dimitry Andric <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
