From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew H Bemis To: gcc-help@gcc.gnu.org, George France Subject: BUILD Failing Date: Mon, 26 Nov 2001 06:59:00 -0000 Message-ID: <3C02AE7E.CD588F0C@iol.unh.edu> X-SW-Source: 2001-11/msg00240.html Message-ID: <20011126065900.suvtHbB9TMHZg6CwTq6HYvQIzATPTXdAhPNcoOE-xQQ@z> I have automated builds of gcc that run daily, and ever since the 9th of Novemember I have not bee able to produce a gcc.o file. I get an error message that a temporary assembly file ccxxxx.s file has inappropriate arguments for opcode 'ldq_u'. just before the Error I get warnings that look like : /mnt/u2/toolchain/buildsys/source/gcc-head/gcc/gcc.c:803: warning: string length `564' is greater than the length `509' ISO C89 In file included from specs.h:1, from /mnt/u2/toolchain/buildsys/source/gcc-head/gcc/gcc.c:832: /mnt/u2/toolchain/buildsys/source/gcc-head/gcc/cp/lang-specs.h:38: warning: string length `868' is greater than the length `509' ISO C89 compilers are required to support /tmp/ccPg17YL.s: Assembler messages: the error is listed below /tmp/ccPg17YL.s:7195: Error: inappropriate arguments for opcode `ldq_u' make[2]: *** [gcc.o] Error 1 make[2]: Leaving directory `/mnt/u2/toolchain/buildsys/build/alpha7/unknown/native/gcc-head/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/mnt/u2/toolchain/buildsys/build/alpha7/unknown/native/gcc-head/gcc' make: *** [bootstrap] Error 2 matt bemis alpha linux consortium