This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/22006] New IRIX 6.5 testsuite failures with gas: .space repeat count is zero, ignored
- From: "ro at techfak dot uni-bielefeld dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2005 15:18:51 -0000
- Subject: [Bug target/22006] New IRIX 6.5 testsuite failures with gas: .space repeat count is zero, ignored
- References: <20050610173445.22006.ro@techfak.uni-bielefeld.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ro at techfak dot uni-bielefeld dot de 2005-06-20 15:18 -------
Subject: Re: New IRIX 6.5 testsuite failures with gas: .space repeat count is zero, ignored
echristo at redhat dot com writes:
> Did you happen to catch where the .space 0 were being emitted from?
I've now managed to distill a test case:
int
test (void)
{
static unsigned long noarro1 [] = { };
}
% ../xgcc -B../ -c space0.i
/var/tmp//cc3uQnef.s: Assembler messages:
/var/tmp//cc3uQnef.s:8: Warning: .space repeat count is zero, ignored
Rainer
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22006