This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Assembler warning: Warning: .space repeat count is zero, ignored
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 12 May 2003 09:03:42 -0700
- Subject: Assembler warning: Warning: .space repeat count is zero, ignored
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?
H.J.