public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* GCC testsuite differences with and without gas on IRIX 6
@ 2003-07-24 19:06 Rainer Orth
  2003-07-24 19:29 ` Joe Buck
  0 siblings, 1 reply; 16+ messages in thread
From: Rainer Orth @ 2003-07-24 19:06 UTC (permalink / raw)
  To: gcc, binutils; +Cc: Eric Christopher

I've just completed two bootstraps of mainline GCC on IRIX 6.5.20 (N32 ABI
only) with the native as and gas 2.14.90 with this patch:

	http://sources.redhat.com/ml/binutils/2003-07/msg00415.html

The only new testsuite failures with gas are in libjava:

+FAIL: PR295 compilation from source

This test (and a few others) fail due to the following gas warning:

/var/tmp//cc80GL5k.s:19: Warning: .space repeat count is zero, ignored

for this code:

        .align  3
        .space  0
        .section        .rodata

The warning is from from gas/read.c (s_space), where it is only emitted if
!flag_mri.

The question is how best to fix this:

* The native as doesn't complain, so one may just remove the gas warning.

* One could ignore the warning via dejagnu's target.exp, but that doesn't
  seem friendly to a normal user seeing that warning when compiling his
  code with GCJ.

* One could change GCC not to emit this useless .space directive in the
  first place?

What are people's preferences here?

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

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

end of thread, other threads:[~2003-07-30 17:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-24 19:06 GCC testsuite differences with and without gas on IRIX 6 Rainer Orth
2003-07-24 19:29 ` Joe Buck
2003-07-24 19:32   ` Eric Christopher
2003-07-24 20:32     ` Thiemo Seufer
2003-07-24 21:46       ` Eric Christopher
2003-07-28 20:24         ` Rainer Orth
2003-07-28 20:32           ` Eric Christopher
2003-07-28 20:36             ` Rainer Orth
2003-07-29 10:43               ` Rainer Orth
2003-07-29 12:34                 ` Thiemo Seufer
2003-07-29 19:59                   ` Eric Christopher
2003-07-29 20:02                     ` Rainer Orth
2003-07-29 20:12                       ` Eric Christopher
2003-07-30 16:59           ` Richard Henderson
2003-07-30 17:22             ` Rainer Orth
2003-07-30 17:38             ` Eric Christopher

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