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 bootstrap/77695] New: x86_64 bootstrap failure due to undeclared hook_uint_uintp_false


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77695

            Bug ID: 77695
           Summary: x86_64 bootstrap failure due to undeclared
                    hook_uint_uintp_false
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

Current trunk fails to bootstrap with the error below.  Git log says the
hook_uint_uintp_false symbols was added in r240379.

I'm using the following configure options:
--enable-languages=all,ada,c,c++,fortran,go,java,lto,objc,obj-c++
--enable-host-shared

In file included from /src/gcc/trunk/gcc/target-def.h:106:0,
                 from /src/gcc/trunk/gcc/config/i386/i386.c:81:
./target-hooks-def.h:92:38: error: ‘hook_uint_uintp_false’ was not declared in
this scope
 #define TARGET_ASM_ELF_FLAGS_NUMERIC hook_uint_uintp_false
                                      ^
./target-hooks-def.h:2205:5: note: in expansion of macro
‘TARGET_ASM_ELF_FLAGS_NUMERIC’
     TARGET_ASM_ELF_FLAGS_NUMERIC, \
     ^
./target-hooks-def.h:1792:5: note: in expansion of macro ‘TARGET_ASM_OUT’
     TARGET_ASM_OUT, \
     ^
/src/gcc/trunk/gcc/config/i386/i386.c:50811:29: note: in expansion of macro
‘TARGET_INITIALIZER’
 struct gcc_target targetm = TARGET_INITIALIZER;
                             ^

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