http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34210
Jackie Rosen changed:
What|Removed |Added
CC||jackie.rosen at hushmail dot
com
--- Comm
--- Comment #8 from eric dot weddington at atmel dot com 2008-04-08 15:14
---
Commit from Andy fixes the bug.
--
eric dot weddington at atmel dot com changed:
What|Removed |Added
--- Comment #7 from hutchinsonandy at gcc dot gnu dot org 2008-04-07 23:16
---
Subject: Bug 34210
Author: hutchinsonandy
Date: Mon Apr 7 23:15:35 2008
New Revision: 133993
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133993
Log:
PR target/34210 PR target/35508 * config.host
--- Comment #6 from eric dot weddington at atmel dot com 2008-03-23 03:04
---
*** Bug 35508 has been marked as a duplicate of this bug. ***
--
eric dot weddington at atmel dot com changed:
What|Removed |Added
--
--- Comment #5 from hutchinsonandy at aim dot com 2008-03-23 00:24 ---
Patch posted:
http://gcc.gnu.org/ml/gcc-patches/2008-03/msg01341.html
--
hutchinsonandy at aim dot com changed:
What|Removed |Added
--- Comment #4 from pmarques at grupopie dot com 2008-01-20 03:41 ---
gcc.c-torture/execute/ffs-1.c and gcc.c-torture/execute/ffs-2.c also fail with
this message. The test case gcc.c-torture/execute/builtin-bitops-1.c shows some
more similar errors:
builtin-bitops-1.c:(.text+0x6b4): un
--- Comment #3 from rask at gcc dot gnu dot org 2007-12-21 22:20 ---
You want something like this in libgcc/config/avr/t-avr to get the 16-bit
versions:
# Extra 16-bit integer functions.
intfuncs16 = _absvXX2 _addvXX3 _subvXX3 _mulvXX3 _negvXX2 _ffsXX2 _clzXX2 \
_ctzXX2 _po