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

2014-06-13 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22006

Rainer Orth  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 CC||ro at gcc dot gnu.org
 Resolution|--- |WONTFIX

--- Comment #7 from Rainer Orth  ---
4.7 branch closed.


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

2012-01-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22006

--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE  2012-01-11 14:20:48 UTC ---
I haven't seen this in a long time, and the testcases pass since they
now use .comm instead of .space.  I meant to keep the PR open to
investigate why gcc would emit code like this, but I think it can now be
closed, especially given that IRIX support will be removed in 4.8.

Rainer


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

2012-01-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22006

Richard Guenther  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2012-01-11
 Ever Confirmed|0   |1

--- Comment #5 from Richard Guenther  2012-01-11 
14:05:18 UTC ---
Is this still an issue?


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

2005-07-09 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

  GCC build triplet|mips-sgi-irix6.5|
   GCC host triplet|mips-sgi-irix6.5|


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22006


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

2005-06-28 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-28 
20:26 ---
struct A {} a;
is another testcase.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22006


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

2005-06-20 Thread ro at techfak dot uni-bielefeld dot de

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


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

2005-06-15 Thread ro at techfak dot uni-bielefeld dot de

--- Additional Comments From ro at techfak dot uni-bielefeld dot de  
2005-06-15 22:01 ---
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?

Not yet: I've just posted the bug report so the issue isn't forgotten.

Rainer


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22006


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

2005-06-15 Thread echristo at redhat dot com

--- Additional Comments From echristo at redhat dot com  2005-06-15 21:58 
---
Did you happen to catch where the .space 0 were being emitted from?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22006