https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81280
Bug ID: 81280 Summary: bid_conf.h:37:21: note: non-delegitimized UNSPEC UNSPEC_GOT (0) found in variable location Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: msebor at gcc dot gnu.org Target Milestone: --- Recent x86_64 bootstrap has been issuing the following notes (I see no warning or error in the logs). I don't see anything about this instance of the note in Bugzilla (there are bugs about other instances of it, such as the resolved pr45870 and pr61879, and pr63542 which points to a different location in the same file). In file included from /opt/notnfs/msebor/src/gcc/35503/libgcc/config/libbid/bid_internal.h:27:0, from /opt/notnfs/msebor/src/gcc/35503/libgcc/config/libbid/bid64_div.c:56: /opt/notnfs/msebor/src/gcc/35503/libgcc/config/libbid/bid64_div.c: In function ‘__bid64dq_div’: /opt/notnfs/msebor/src/gcc/35503/libgcc/config/libbid/bid_conf.h:37:21: note: non-delegitimized UNSPEC UNSPEC_GOT (0) found in variable location #define bid64dq_div __bid64dq_div ^ /opt/notnfs/msebor/src/gcc/35503/libgcc/config/libbid/bid_conf.h:1101:6: note: in definition of macro ‘TYPE0_FUNCTION_ARGTYPE1_ARG128’ fn_name (type1 bid_##arg_name1, \ ^~~~~~~ /opt/notnfs/msebor/src/gcc/35503/libgcc/config/libbid/bid64_div.c:520:41: note: in expansion of macro ‘bid64dq_div’ TYPE0_FUNCTION_ARGTYPE1_ARG128 (UINT64, bid64dq_div, UINT64, x, y) ^~~~~~~~~~~ /opt/notnfs/msebor/src/gcc/35503/libgcc/config/libbid/bid_conf.h:37:21: note: non-delegitimized UNSPEC UNSPEC_GOT (0) found in variable location #define bid64dq_div __bid64dq_div ^ /opt/notnfs/msebor/src/gcc/35503/libgcc/config/libbid/bid_conf.h:1101:6: note: in definition of macro ‘TYPE0_FUNCTION_ARGTYPE1_ARG128’ fn_name (type1 bid_##arg_name1, \ ^~~~~~~ /opt/notnfs/msebor/src/gcc/35503/libgcc/config/libbid/bid64_div.c:520:41: note: in expansion of macro ‘bid64dq_div’ TYPE0_FUNCTION_ARGTYPE1_ARG128 (UINT64, bid64dq_div, UINT64, x, y) ^~~~~~~~~~~