On Fri, Aug 12, 2011 at 2:18 PM, Richard Guenther <rguent...@suse.de> wrote:
>> Attached patch adds testcases for all conversion builtins. The gcc.dg >> one tests that we are always able to link executable correctly, no >> matter if target implements convresion optabs or not, the >> gcc.target/i386 test exercises x86 specific code generation paths and >> check if these builtins leak anything with -ffast-math. >> >> 2011-08-12 Uros Bizjak <ubiz...@gmail.com> >> >> * gcc.dg/builtins-67.c: New test. >> * gcc.target/i386/conversion.c: Ditto. >> >> Tested on x86_64-pc-linux-gnu {,-m32}. OK for mainline? Just FTR, attached was older version of the patch, #include "builtins-config.h" is needed in gcc.dg/builtins-67.c and #include "../../gcc.dg/builtins-config.h" in gcc.target/i386/conversion.c. Uros.