[Patch, AVR, longlong.h]: Implement __clrsbhi2.

2011-06-30 Thread Georg-Johann Lay
The new count leading signs is not implemented for HI: builtin-bitops-1.c:(.text+0xd1e): undefined reference to `__clrsbhi2' FAIL: gcc.c-torture/execute/builtin-bitops-1.c compilation, -O0 Extended clz/ctz support in longlong.h With the patch testcase passes. Johann libgcc/ *

Re: [Patch, AVR, longlong.h]: Implement __clrsbhi2.

2011-06-30 Thread Denis Chertykov
2011/6/30 Georg-Johann Lay a...@gjlay.de: The new count leading signs is not implemented for HI: builtin-bitops-1.c:(.text+0xd1e): undefined reference to `__clrsbhi2' FAIL: gcc.c-torture/execute/builtin-bitops-1.c compilation,  -O0 Extended clz/ctz support in longlong.h With the patch