From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8309 invoked by alias); 27 Sep 2003 16:33:46 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 8302 invoked by uid 48); 27 Sep 2003 16:33:46 -0000 Date: Sat, 27 Sep 2003 16:39:00 -0000 From: "dhazeghi at yahoo dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20030927163340.12432.dhazeghi@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/12432] New: vax-netbsdelf compiler emits invalid assembly X-Bugzilla-Reason: CC X-SW-Source: 2003-09/txt/msg02101.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12432 Summary: vax-netbsdelf compiler emits invalid assembly Product: gcc Version: 3.4 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dhazeghi at yahoo dot com CC: gcc-bugs at gcc dot gnu dot org GCC target triplet: vax-netbsdelf Building an i686-linux x vax-netbsdelf cross compiler with mainline gcc and binutils, compilation of libI77/fmt.c fails with assembler errors: ../gcc/configure --enable-languages=c,c++,objc,f77 --with-sysroot=/tmp/dara/sysroot/ -- prefix=/tmp/dara/ --target=vax-netbsdelf1.6.1 --disable-shared make ... /tmp/mainline/objdir/gcc/xgcc -B/tmp/mainline/objdir/gcc/ -B/tmp/dara//vax-netbsdelf1.6.1/ bin/ -B/tmp/dara//vax-netbsdelf1.6.1/lib/ -isystem /tmp/dara//vax-netbsdelf1.6.1/include - isystem /tmp/dara//vax-netbsdelf1.6.1/sys-include -c -DSkip_f2c_Undefs -DAllow_TYQUAD -I. - I../../../../gcc/libf2c/libI77 -I.. -I../../../../gcc/libf2c/libI77/.. -DHAVE_CONFIG_H -W -Wall -O2 -g -O2 ../../../../gcc/libf2c/libI77/fmt.c -o fmt.o /tmp/ccwf3s1S.s: Assembler messages: /tmp/ccwf3s1S.s:5979: Error: can't resolve `.L155' {*UND* section} - `.L163' {.text section} ... (repeated many times) /tmp/ccwf3s1S.s:5979: Error: can't resolve `.L122' {*UND* section} - `.L189' {.text section} ... (repeated many times) /tmp/ccwf3s1S.s:5979: Error: can't resolve `.L54' {*UND* section} - `.L82' {.text section} ... (repeated many times)