On 02/24/2016 03:12 AM, Dominique d'Humières wrote:
The test gcc.dg/builtins-68.c fails on x86_64-apple-darwin15:
Thanks for the heads up. I see it also fails on i686-pc-linux-gnu and likely other 32-bit targets for similar reasons. Let me adjust it today. Martin
FAIL: gcc.dg/builtins-68.c (test for errors, line 79) FAIL: gcc.dg/builtins-68.c (test for excess errors) Excess errors: /opt/gcc/work/gcc/testsuite/gcc.dg/builtins-68.c:107:40: warning: large integer implicitly truncated to unsigned type [-Woverflow] /opt/gcc/work/gcc/testsuite/gcc.dg/builtins-68.c:11:19: warning: large integer implicitly truncated to unsigned type [-Woverflow] /opt/gcc/work/gcc/testsuite/gcc.dg/builtins-68.c:109:40: warning: large integer implicitly truncated to unsigned type [-Woverflow] TIA Dominique