public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: David Daney <ddaney@avtrex.com>
To: gcc-patches@gcc.gnu.org, richard@codesourcery.com
Subject: Re: [committed, 7/7] MIPS -mcode-readable support
Date: Mon, 20 Aug 2007 18:12:00 -0000	[thread overview]
Message-ID: <46C9D374.8090404@avtrex.com> (raw)
In-Reply-To: <87sl6uqapu.fsf@firetop.home>

[-- Attachment #1: Type: text/plain, Size: 397 bytes --]

Richard Sandiford wrote:

> gcc/testsuite/
> 	* gcc.target/mips/code-readable-1.c: New test.
> 	* gcc.target/mips/code-readable-2.c: Likewise.
> 	* gcc.target/mips/code-readable-3.c: Likewise.

See:
http://gcc.gnu.org/ml/gcc-testresults/2007-08/msg00661.html

Similar results I think on mips64-linux cross compiler.

It is probably not expected that I would get the attached errors.

David Daney


[-- Attachment #2: code-readable.errors --]
[-- Type: text/plain, Size: 5435 bytes --]

Executing on host: /home/build/gcc-build/gcc/xgcc -B/home/build/gcc-build/gcc/ /home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c   -mips16 -mcode-readable=yes -mgp32 -fno-show-column -S  -o code-readable-1.s    (timeout = 300)
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c: In function 'bar':
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c:25: error: insn does not satisfy its constraints:
(insn 21 2 5 /home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c:24 (set (reg:SI 2 $2)
        (symbol_ref:SI ("k") [flags 0x40] <var_decl 0x2ae04380 k>)) 212 {*movsi_mips16} (nil))
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c:25: internal compiler error: in extract_constrain_insn_cached, at recog.c:1907
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c: In function 'bar':
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c:25: error: insn does not satisfy its constraints:
(insn 21 2 5 /home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c:24 (set (reg:SI 2 $2)
        (symbol_ref:SI ("k") [flags 0x40] <var_decl 0x2ae04380 k>)) 212 {*movsi_mips16} (nil))
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c:25: internal compiler error: in extract_constrain_insn_cached, at recog.c:1907
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

FAIL: gcc.target/mips/code-readable-1.c (internal compiler error)
FAIL: gcc.target/mips/code-readable-1.c (test for excess errors)
Excess errors:
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c:25: error: insn does not satisfy its constraints:
(insn 21 2 5 /home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c:24 (set (reg:SI 2 $2)
        (symbol_ref:SI ("k") [flags 0x40] <var_decl 0x2ae04380 k>)) 212 {*movsi_mips16} (nil))
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-1.c:25: internal compiler error: in extract_constrain_insn_cached, at recog.c:1907

ERROR: gcc.target/mips/code-readable-1.c: error executing dg-final: couldn't open "code-readable-1.s": no such file or directory
UNRESOLVED: gcc.target/mips/code-readable-1.c: error executing dg-final: couldn't open "code-readable-1.s": no such file or directory
Executing on host: /home/build/gcc-build/gcc/xgcc -B/home/build/gcc-build/gcc/ /home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-2.c   -mips16 -mcode-readable=pcrel -mgp32 -fno-show-column -S  -o code-readable-2.s    (timeout = 300)
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-2.c: In function 'foo':
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-2.c:17: internal compiler error: in mips_output_move, at config/mips/mips.c:3282
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-2.c: In function 'foo':
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-2.c:17: internal compiler error: in mips_output_move, at config/mips/mips.c:3282
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

FAIL: gcc.target/mips/code-readable-2.c (internal compiler error)
FAIL: gcc.target/mips/code-readable-2.c (test for excess errors)
Excess errors:
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-2.c:17: internal compiler error: in mips_output_move, at config/mips/mips.c:3282

ERROR: gcc.target/mips/code-readable-2.c: error executing dg-final: couldn't open "code-readable-2.s": no such file or directory
UNRESOLVED: gcc.target/mips/code-readable-2.c: error executing dg-final: couldn't open "code-readable-2.s": no such file or directory
Executing on host: /home/build/gcc-build/gcc/xgcc -B/home/build/gcc-build/gcc/ /home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-3.c   -mips16 -mcode-readable=no -mgp32 -fno-show-column -S  -o code-readable-3.s    (timeout = 300)
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-3.c: In function 'foo':
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-3.c:17: internal compiler error: in mips_output_move, at config/mips/mips.c:3282
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-3.c: In function 'foo':
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-3.c:17: internal compiler error: in mips_output_move, at config/mips/mips.c:3282
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

FAIL: gcc.target/mips/code-readable-3.c (internal compiler error)
FAIL: gcc.target/mips/code-readable-3.c (test for excess errors)
Excess errors:
/home/build/gcc/gcc/testsuite/gcc.target/mips/code-readable-3.c:17: internal compiler error: in mips_output_move, at config/mips/mips.c:3282

ERROR: gcc.target/mips/code-readable-3.c: error executing dg-final: couldn't open "code-readable-3.s": no such file or directory

  reply	other threads:[~2007-08-20 17:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-08 15:59 Richard Sandiford
2007-08-20 18:12 ` David Daney [this message]
2007-08-20 18:25   ` Richard Sandiford

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=46C9D374.8090404@avtrex.com \
    --to=ddaney@avtrex.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=richard@codesourcery.com \
    /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).