This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/46433] New: var-tracking.c doesn't include tm_p.h


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: unassigned@gcc.gnu.org
        ReportedBy: amylaar@gcc.gnu.org
            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 .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]