http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46433
Summary: var-tracking.c doesn't include tm_p.h
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P3
Component: rtl-optimization
AssignedTo: [email protected]
ReportedBy: [email protected]
Blocks: 44756
Target: xstormy16-elf
xstormy-elf --enable-werror-always build fails with:
../../../gcc/gcc/var-tracking.c: In function ‘vt_stack_adjustments’:
../../../gcc/gcc/var-tracking.c:629:3: error: implicit declaration of function
‘xstormy16_interrupt_function_p’ [-Werror=implicit-function-declaration]
var-tracking.c uses target macros, but does not include tm_p.h .