http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47091

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|arm-netbsd, arm-pe          |arm-netbsd, arm-pe,
                   |                            |arm-wince-pe
            Summary|arm-netbsd fails to build   |non-elf arm targets fail to
                   |                            |build

--- Comment #1 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 
2010-12-29 00:40:32 UTC ---
The arm-pe / arm-wince-pe targets are saddled with another unused function:
../../../gcc/gcc/config/arm/arm.c:4874:1: error:
‘arm_handle_notshared_attribute’ defined but not used [-Werror=unused-function]

Declaration and definition depend on TARGET_DLLIMPORT_DECL_ATTRIBUTES, but the
only use also depends on !defined(ARM_PE), and the declaration has no
ATTRIBUTE_UNUSED marker.

Reply via email to