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

Filip Kastl <pheeck at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[16 Regression] pdp11-aout  |[16 Regression] pdp11-aout,
                   |crosscompiler fails to      |powerpc-ibm-aix7.1 and
                   |build                       |powerpc-ibm-aix7.2
                   |                            |crosscompilers fail to
                   |                            |build
             Target|pdp11-aout                  |pdp11-aout,
                   |                            |powerpc-ibm-aix7.1,
                   |                            |powerpc-ibm-aix7.2

--- Comment #2 from Filip Kastl <pheeck at gcc dot gnu.org> ---
A very similar thing also happens with powerpc-ibm-aix7.1 and
powerpc-ibm-aix7.2:

g++  -fno-PIE -c   -g -O2     -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  
-fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall
-Wno-error=narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings  -DHAVE_CONFIG_H -fno-PIE -I. -I.
-I/home/fkastl/gcc/src/gcc -I/home/fkastl/gcc/src/gcc/.
-I/home/fkastl/gcc/src/gcc/../include 
-I/home/fkastl/gcc/src/gcc/../libcpp/include
-I/home/fkastl/gcc/src/gcc/../libcody 
-I/home/fkastl/gcc/src/gcc/../libdecnumber
-I/home/fkastl/gcc/src/gcc/../libdecnumber/dpd -I../libdecnumber
-I/home/fkastl/gcc/src/gcc/../libbacktrace   -o tree.o -MT tree.o -MMD -MP -MF
./.deps/tree.TPo /home/fkastl/gcc/src/gcc/tree.cc
In file included from ./tm.h:25,
                 from /home/fkastl/gcc/src/gcc/backend.h:28,
                 from /home/fkastl/gcc/src/gcc/tree.cc:33:
/home/fkastl/gcc/src/gcc/tree.cc: In function ‘tree_node*
generate_internal_label(const char*)’:
/home/fkastl/gcc/src/gcc/config/rs6000/xcoff.h:206:30: error:
‘rs6000_xcoff_strip_dollar’ was not declared in this scope
  206 |   sprintf (LABEL, "*%s..%u", rs6000_xcoff_strip_dollar (PREFIX),
(unsigned) (NUM))
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/fkastl/gcc/src/gcc/tree.cc:819:3: note: in expansion of macro
‘ASM_GENERATE_INTERNAL_LABEL’
  819 |   ASM_GENERATE_INTERNAL_LABEL (tmp, prefix, num++);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to