This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Assembler warning: Warning: .space repeat count is zero, ignored
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Jan Hubicka <jh at suse dot cz>, gcc at gcc dot gnu dot org
- Date: Mon, 12 May 2003 10:17:59 -0700
- Subject: Re: Assembler warning: Warning: .space repeat count is zero, ignored
- References: <20030512090342.A5875@lucon.org> <3EBFC759.6090407@pop.agri.ch>
On Mon, May 12, 2003 at 06:10:01PM +0200, Andreas Tobler wrote:
> H. J. Lu wrote:
> > With today's gcc, I saw many
> >
> > /tmp/ccYeoniW.s:568: Warning: .space repeat count is zero, ignored
> > /tmp/ccYeoniW.s:575: Warning: .space repeat count is zero, ignored
> > /tmp/ccYeoniW.s:577: Warning: .space repeat count is zero, ignored
> >
> > on both Linux/i386 and Linux/ia64. Has anyone else seen those?
>
>
> Yep, on darwin a similar one even after Honza's fix for darwin.
>
> /var/tmp//ccA2jB5g.s:28000:Repeat < 0, .space ignored
> /var/tmp//ccA2jB5g.s:28002:Repeat < 0, .space ignored
>
This error message causes so many libjava failures. Jan, did you get
any new "make check" failures in libjava on Linux/x86?
H.J.