public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "danglin at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/41659]  New: FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr
Date: Sat, 10 Oct 2009 16:05:00 -0000	[thread overview]
Message-ID: <bug-41659-276@http.gcc.gnu.org/bugzilla/> (raw)

Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/xgcc
-B/home/dave/gnu/gcc-4
.5/objdir/gcc/  -O0 -fwhopr  -c  -o c_lto_20090914-2_0.o
/home/dave/gnu/gcc-4.5/
gcc/gcc/testsuite/gcc.dg/lto/20090914-2_0.c    (timeout = 300)
/tmp/ccz0bNae.s: Assembler messages:
/tmp/ccz0bNae.s:73: Error: Unknown opcode: `xorl'
/tmp/ccz0bNae.s:74: Error: Invalid operands 
compiler exited with status 1
output is:
/tmp/ccz0bNae.s: Assembler messages:
/tmp/ccz0bNae.s:73: Error: Unknown opcode: `xorl'
/tmp/ccz0bNae.s:74: Error: Invalid operands 

FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr
UNRESOLVED: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o-c_lto_20090914-2_0.o
link -O0 -fwhopr
UNRESOLVED: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o-c_lto_20090914-2_0.o
execute -O0 -fwhopr

Similar fails:

Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/xgcc
-B/home/dave/gnu/gcc-4.5/objdir/gcc/  -O2 -fwhopr  -c  -o c_lto_20090914-2_0.o
/home/dave/gnu/gcc-4.5/gcc/gcc/testsuite/gcc.dg/lto/20090914-2_0.c    (timeout
= 300)
/tmp/ccWU1kZi.s: Assembler messages:
/tmp/ccWU1kZi.s:71: Error: Unknown opcode: `xorl'
/tmp/ccWU1kZi.s:72: Error: Invalid operands 
compiler exited with status 1
output is:
/tmp/ccWU1kZi.s: Assembler messages:
/tmp/ccWU1kZi.s:71: Error: Unknown opcode: `xorl'
/tmp/ccWU1kZi.s:72: Error: Invalid operands 

FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O2 -fwhopr
UNRESOLVED: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o-c_lto_20090914-2_0.o
link -O2 -fwhopr
UNRESOLVED: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o-c_lto_20090914-2_0.o
execute -O2 -fwhopr

Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/xgcc
-B/home/dave/gnu/gcc-4.5/objdir/gcc/  -O0 -flto  -c  -o c_lto_20090914-2_0.o
/home/dave/gnu/gcc-4.5/gcc/gcc/testsuite/gcc.dg/lto/20090914-2_0.c    (timeout
= 300)
/tmp/ccMAB81s.s: Assembler messages:
/tmp/ccMAB81s.s:73: Error: Unknown opcode: `xorl'
/tmp/ccMAB81s.s:74: Error: Invalid operands 
compiler exited with status 1
output is:
/tmp/ccMAB81s.s: Assembler messages:
/tmp/ccMAB81s.s:73: Error: Unknown opcode: `xorl'
/tmp/ccMAB81s.s:74: Error: Invalid operands 

FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -flto

Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/xgcc
-B/home/dave/gnu/gcc-4.5/objdir/gcc/  -O2 -flto  -c  -o c_lto_20090914-2_0.o
/home/dave/gnu/gcc-4.5/gcc/gcc/testsuite/gcc.dg/lto/20090914-2_0.c    (timeout
= 300)
/tmp/ccKIXMHG.s: Assembler messages:
/tmp/ccKIXMHG.s:71: Error: Unknown opcode: `xorl'
/tmp/ccKIXMHG.s:72: Error: Invalid operands 
compiler exited with status 1
output is:
/tmp/ccKIXMHG.s: Assembler messages:
/tmp/ccKIXMHG.s:71: Error: Unknown opcode: `xorl'
/tmp/ccKIXMHG.s:72: Error: Invalid operands 

FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O2 -flto


-- 
           Summary: FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o
                    assemble, -O0 -fwhopr
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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


             reply	other threads:[~2009-10-10 16:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-10 16:05 danglin at gcc dot gnu dot org [this message]
2009-10-10 17:02 ` [Bug testsuite/41659] " rguenth at gcc dot gnu dot org
2009-10-12 16:07 ` janis at gcc dot gnu dot org
2009-10-12 17:14 ` janis at gcc dot gnu dot org
2010-01-02 14:24 ` rguenth at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-41659-276@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).