On Jul 30, 2008, at 11:35 PM, Bill Wendling wrote:> I think this error is due to these changes:Try adding: #define _GCC_LIMITS_H_ to limitx.h like so: #ifdef _GCC_NEXT_LIMITS_H +#define _GCC_LIMITS_H_ #include_next <limits.h> #undef _GCC_NEXT_LIMITS_H and then testing. A good test would do a -dM -E and seeing if everything is still defined and checking the testcase mentioned in the original email thread.
Hi Mike, thanks for the suggestion, but this was already fixed by Bill (Discussion continued in another thread IIRC, sorry for that). Gr. Matthijs -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080805/4ef199b6/attachment.sig>
On Aug 4, 2008, at 11:27 PM, Matthijs Kooijman wrote:> Hi Mike, > > thanks for the suggestion, but this was already fixed by Bill > (Discussion > continued in another thread IIRC, sorry for that). >I did put in a hack, but it was horrible. It might be a good idea to test out Mike's suggestion to see if it's a better way of doing it. -bw