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]

build failure on hppa2.0-hp-hpux10.20


If the vendor assembler is used, today's CVS gcc fails to build at a very
early stage on HPUX 10.20.  The first command that fails is

./xgcc -B./ -B/u/jbuck/gcc-cvs-hp/hppa2.0-hp-hpux10.20/bin/ -isystem \
/u/jbuck/gcc-cvs-hp/hppa2.0-hp-hpux10.20/include -O2 -DIN_GCC -W -Wall \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem \
./include -fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
-I. -I. -I/u/jbuck/gnu/src/cvs/gcc/gcc \
-I/u/jbuck/gnu/src/cvs/gcc/gcc/. -I/u/jbuck/gnu/src/cvs/gcc/gcc/config \
-I/u/jbuck/gnu/src/cvs/gcc/gcc/../include -DUSE_COLLECT2 -DL_muldi3 -S \
/u/jbuck/gnu/src/cvs/gcc/gcc/libgcc2.c

The failure is
as: "libgcc2.s", line 10: error 1051: Illegal symbol in opcode position - :

The reason for the failure is the label

gcc2_compiled.:

which is not in the right format.

(Yes, I know that gas is preferred and -g can't work without it, but
that's probably why this wasn't noticed).

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