From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21075 invoked by alias); 27 Sep 2012 14:02:26 -0000 Received: (qmail 21000 invoked by uid 48); 27 Sep 2012 14:02:03 -0000 From: "skunk at iskunk dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/53266] Error: Unrecognized opcode: `mulhwu' Date: Thu, 27 Sep 2012 14:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: skunk at iskunk dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-09/txt/msg02288.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53266 --- Comment #10 from Daniel Richard G. 2012-09-27 14:02:03 UTC --- Okay, I grabbed a copy of gcc-4.8-20120923, and started bootstrapping using an older 4.5.2 (since the 4.7.0 C++ compiler isn't working correctly; am I correct in observing that GCC can no longer be bootstrapped using just a C compiler?). Things went well up until this point: tg-g++ -c -g -DIN_GCC -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/src/gcc-4.8-20120923/gcc -I/home/src/gcc-4.8-20120923/gcc/. -I/home/src/gcc-4.8-20120923/gcc/../include -I/home/src/gcc-4.8-20120923/gcc/../libcpp/include -I/tg/freeport/arch/aix32/include -I/tg/freeport/arch/aix32/include -I/tg/freeport/arch/aix32/include -I/home/src/gcc-4.8-20120923/gcc/../libdecnumber -I/home/src/gcc-4.8-20120923/gcc/../libdecnumber/dpd -I../libdecnumber \ /home/src/gcc-4.8-20120923/gcc/config/rs6000/rs6000.c -o rs6000.o /home/src/gcc-4.8-20120923/gcc/config/rs6000/rs6000.c: In function 'void rs6000_code_end()': /home/src/gcc-4.8-20120923/gcc/config/rs6000/rs6000.c:28292:51: error: 'ASM_WEAKEN_DECL' was not declared in this scope gmake[3]: *** [rs6000.o] Error 1 gmake[3]: Leaving directory `/tmp/gcc-4.8-test/gcc' gmake[2]: *** [all-stage1-gcc] Error 2 gmake[2]: Leaving directory `/tmp/gcc-4.8-test' gmake[1]: *** [stage1-bubble] Error 2 gmake[1]: Leaving directory `/tmp/gcc-4.8-test' gmake: *** [bootstrap-lean] Error 2 This is one of the issues addressed by my aforementioned patch.