From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23010 invoked by alias); 20 Jun 2005 15:19:08 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22927 invoked by alias); 20 Jun 2005 15:18:51 -0000 Date: Mon, 20 Jun 2005 15:19:00 -0000 Message-ID: <20050620151851.22926.qmail@sourceware.org> From: "ro at techfak dot uni-bielefeld dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050610173445.22006.ro@techfak.uni-bielefeld.de> References: <20050610173445.22006.ro@techfak.uni-bielefeld.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/22006] New IRIX 6.5 testsuite failures with gas: .space repeat count is zero, ignored X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg02642.txt.bz2 List-Id: ------- 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