OK.
On Tue, Aug 2, 2016 at 2:44 PM, Martin Sebor wrote:
> My recently committed patch for c++/60760 triggered test suite
> failures in ILP32 mode due to a couple of problems:
>
> 1) The test assumed that (void*)1 will appear in GCC diagnostics
>as 1ul, which is correct in LP64 but not in ILP3
My recently committed patch for c++/60760 triggered test suite
failures in ILP32 mode due to a couple of problems:
1) The test assumed that (void*)1 will appear in GCC diagnostics
as 1ul, which is correct in LP64 but not in ILP32.
2) GCC is inconsistent in how it spells "constant expression."