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]
Other format: [Raw text]

[Bug target/12432] New: vax-netbsdelf compiler emits invalid assembly


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)


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