builtins.c (set_builtin_user_assembler_name): Also handle ffs if int is smaller than...
authorJakub Jelinek <jakub@gcc.gnu.org>
Wed, 10 Feb 2010 09:21:12 +0000 (10:21 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 10 Feb 2010 09:21:12 +0000 (10:21 +0100)
commitcbb1ab104083d2fda4b7eee3b8c1a383ff5ced4e
treeadf80efb3b5c83bfd91ae5987fd3e83459dd7815
parentf25a2b52ab58ffa3d9c5ba773181d0a9515f9e09
builtins.c (set_builtin_user_assembler_name): Also handle ffs if int is smaller than word.

* builtins.c (set_builtin_user_assembler_name): Also handle
ffs if int is smaller than word.

* gcc.dg/builtin-ffs-1.c: New test.

From-SVN: r156646
gcc/ChangeLog
gcc/builtins.c
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtin-ffs-1.c [new file with mode: 0644]