From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson Date: Tue, 18 Jul 2000 18:13:28 +0000 Subject: Re: [Linux-ia64] gcc/as problem: integer operand out of range Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org iaxxsldc.S: Assembler messages: If the compiler generated this instruction, then the compiler is at fault. However, it looks like you are compiling a hand-written assembly file, because the filename in the error message ends in .S. The only way that can happen is if you feed an assembly file to the compiler. In this case, the error would be in the hand-written assembly language code. Jim