public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* s390 & other targets misc ACATS failures
@ 2004-04-24  9:16 Laurent GUERBY
  2004-04-24 20:32 ` Ulrich Weigand
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent GUERBY @ 2004-04-24  9:16 UTC (permalink / raw)
  To: Ulrich Weigand; +Cc: gcc

Hi,

Just to let you know, the following tests fail on 64 bit
targets because of a test configuration problem:

FAIL:	cd2a83c
FAIL:	cd2a91c

In testsuite/ada/acats/support/macro.dfs the two
harcdoded 32 (ACC_SIZE and TASK_SIZE) need
to be computed for the target (I suspect 64
for s390, same for amd64).

FAIL:	ad8011a

This one tests an asm inline statement and it is
configured by macro.dfs to use:

MACHINE_CODE_STATEMENT     Asm_Insn'(Asm ("nop"));       

So may be "nop" is not supported on s390,
could you provide me with a suitable s390 replacement
if the testsuite log confirms that it is complaining
about "nop"?

Thank you in advance,

Laurent


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

* Re: s390 & other targets misc ACATS failures
  2004-04-24  9:16 s390 & other targets misc ACATS failures Laurent GUERBY
@ 2004-04-24 20:32 ` Ulrich Weigand
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Weigand @ 2004-04-24 20:32 UTC (permalink / raw)
  To: Laurent GUERBY; +Cc: Ulrich Weigand, gcc

Laurent Guerby wrote:

> Just to let you know, the following tests fail on 64 bit
> targets because of a test configuration problem:
> 
> FAIL:	cd2a83c
> FAIL:	cd2a91c
> 
> In testsuite/ada/acats/support/macro.dfs the two
> harcdoded 32 (ACC_SIZE and TASK_SIZE) need
> to be computed for the target (I suspect 64
> for s390, same for amd64).

I assume ACC_SIZE means the size of a pointer, and likewise
TASK_SIZE (I'm not sure how exactly a 'TASK OBJECT' is represented)?

If so, this needs to be 64 for s390x, and 32 for s390.

> FAIL:	ad8011a
> 
> This one tests an asm inline statement and it is
> configured by macro.dfs to use:
> 
> MACHINE_CODE_STATEMENT     Asm_Insn'(Asm ("nop"));       
> 
> So may be "nop" is not supported on s390,
> could you provide me with a suitable s390 replacement
> if the testsuite log confirms that it is complaining
> about "nop"?

Yes, it is indeed the "nop".  As valid nop on s390 you can use
"nop 0".  See also the configure.ac section used to define
gcc_cv_as_dwarf2_debug_line: there's a selection of nop insns
for various platforms there.

Thanks for looking after this!

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de

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

end of thread, other threads:[~2004-04-24 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-24  9:16 s390 & other targets misc ACATS failures Laurent GUERBY
2004-04-24 20:32 ` Ulrich Weigand

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).