This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12432] New: vax-netbsdelf compiler emits invalid assembly
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Sep 2003 16:33:46 -0000
- Subject: [Bug target/12432] New: vax-netbsdelf compiler emits invalid assembly
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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)