From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21953 invoked by alias); 27 Jul 2006 01:39:54 -0000 Received: (qmail 21937 invoked by uid 48); 27 Jul 2006 01:39:47 -0000 Date: Thu, 27 Jul 2006 01:39:00 -0000 Subject: [Bug c/28508] New: Assembler Error: operand out of ragne (145 not between -128 and 127) form m32r-target X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "inaoka dot kazuhiro at renesas dot com" 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 X-SW-Source: 2006-07/txt/msg02080.txt.bz2 List-Id: e have often gotten the following assembler error with -g option since m32r-linux-gnu-gcc-4.0 released. /tmp/cch1oLgA.s: Assembler messages: /tmp/cch1oLgA.s:2591: Error: operand out of range (145 not between -128 and 127)/tmp/cch1oLgA.s:3358: Error: operand out of range (145 not between -128 and 127)/tmp/cch1oLgA.s:5195: Error: operand out of range (-130 not between -128 and 127) We have been using DWARF2 since gcc-4.0. It creates many local label symbols and makes pnop codes for code aligments. We have no idia to avoid this error on compiling. So we propose to change the range for using short bransh format code. -- Summary: Assembler Error: operand out of ragne (145 not between - 128 and 127) form m32r-target Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: inaoka dot kazuhiro at renesas dot com GCC target triplet: m32r http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28508