X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fsbitmap.c;h=a25bff4ba94ea6add74627938ae565d75c2b1eeb;hb=224f24454c2501497c7fc75d731fc948f215748e;hp=a32364f0f7e8c423cce920568a51be941c154b88;hpb=8effb48f1a9f351161da3511076c8e4f48b4adc2;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/sbitmap.c b/gcc/sbitmap.c index a32364f0f7e..a25bff4ba94 100644 --- a/gcc/sbitmap.c +++ b/gcc/sbitmap.c @@ -31,7 +31,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA #if GCC_VERSION >= 3400 #if HOST_BITS_PER_WIDEST_FAST_INT == HOST_BITS_PER_LONG #define do_popcount(x) __builtin_popcountl(x) -#elif HOST_BITS_PER_WIDEST_FAST_INT == HOST_BITS_PER_LONG_LONG +#elif HOST_BITS_PER_WIDEST_FAST_INT == HOST_BITS_PER_LONGLONG #define do_popcount(x) __builtin_popcountll(x) #else #error "internal error: sbitmap.h and hwint.h are inconsistent"