From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8894 invoked by alias); 11 Feb 2008 17:18:25 -0000 Received: (qmail 8794 invoked by uid 48); 11 Feb 2008 17:17:42 -0000 Date: Mon, 11 Feb 2008 17:18:00 -0000 Message-ID: <20080211171742.8793.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/35073] illegal opcode movw for mcu avr3 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "corsepiu at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg01192.txt.bz2 ------- Comment #4 from corsepiu at gcc dot gnu dot org 2008-02-11 17:17 ------- The binutils patch mentioned in comment#2 seems to fix this issue. Today's gcc-trunk using binutils-2.18 with the patch applied doesn't expose this breakdown anymore. => The cause for this breakdown was using insufficient binutils. Bootstrapping/building gcc-4.3 for the avr requires binutils > 2.18. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35073