This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/22006] New IRIX 6.5 testsuite failures with gas: .space repeat count is zero, ignored


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]