public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/12432] New: vax-netbsdelf compiler emits invalid assembly
@ 2003-09-27 16:39 dhazeghi at yahoo dot com
  2003-09-27 17:18 ` [Bug target/12432] " dhazeghi at yahoo dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-09-27 16:39 UTC (permalink / raw)
  To: gcc-bugs

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)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/12432] vax-netbsdelf compiler emits invalid assembly
  2003-09-27 16:39 [Bug target/12432] New: vax-netbsdelf compiler emits invalid assembly dhazeghi at yahoo dot com
@ 2003-09-27 17:18 ` dhazeghi at yahoo dot com
  2003-09-27 17:23 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-09-27 17:18 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From dhazeghi at yahoo dot com  2003-09-27 16:38 -------
Created an attachment (id=4840)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4840&action=view)
preprocessed source


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/12432] vax-netbsdelf compiler emits invalid assembly
  2003-09-27 16:39 [Bug target/12432] New: vax-netbsdelf compiler emits invalid assembly dhazeghi at yahoo dot com
  2003-09-27 17:18 ` [Bug target/12432] " dhazeghi at yahoo dot com
@ 2003-09-27 17:23 ` dhazeghi at yahoo dot com
  2004-01-01 21:07 ` pinskia at gcc dot gnu dot org
  2004-01-10 20:49 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-09-27 17:23 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From dhazeghi at yahoo dot com  2003-09-27 16:39 -------
Created an attachment (id=4841)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4841&action=view)
invalid generated assembly


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/12432] vax-netbsdelf compiler emits invalid assembly
  2003-09-27 16:39 [Bug target/12432] New: vax-netbsdelf compiler emits invalid assembly dhazeghi at yahoo dot com
  2003-09-27 17:18 ` [Bug target/12432] " dhazeghi at yahoo dot com
  2003-09-27 17:23 ` dhazeghi at yahoo dot com
@ 2004-01-01 21:07 ` pinskia at gcc dot gnu dot org
  2004-01-10 20:49 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01 21:07 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12432


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/12432] vax-netbsdelf compiler emits invalid assembly
  2003-09-27 16:39 [Bug target/12432] New: vax-netbsdelf compiler emits invalid assembly dhazeghi at yahoo dot com
                   ` (2 preceding siblings ...)
  2004-01-01 21:07 ` pinskia at gcc dot gnu dot org
@ 2004-01-10 20:49 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-10 20:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-10 20:49 -------
This bootstrap problem no longer occurs on the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12432


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-10 20:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-27 16:39 [Bug target/12432] New: vax-netbsdelf compiler emits invalid assembly dhazeghi at yahoo dot com
2003-09-27 17:18 ` [Bug target/12432] " dhazeghi at yahoo dot com
2003-09-27 17:23 ` dhazeghi at yahoo dot com
2004-01-01 21:07 ` pinskia at gcc dot gnu dot org
2004-01-10 20:49 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).