From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7086 invoked by alias); 12 Feb 2005 21:08:19 -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 7051 invoked by uid 48); 12 Feb 2005 21:08:17 -0000 Date: Sat, 12 Feb 2005 22:35:00 -0000 Message-ID: <20050212210817.7050.qmail@sourceware.org> From: "bjoern dot m dot haase at web dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050212040652.19920.schlie@comcast.net> References: <20050212040652.19920.schlie@comcast.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19920] [4.0 Regression] avr target build broken by recent 'DC' type update to libgcc2 X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg01233.txt.bz2 List-Id: ------- Additional Comments From bjoern dot m dot haase at web dot de 2005-02-12 21:08 ------- After changing line #96 in libgcc2.h from typedef _Complex float DCtype __atribute__ ((mode (DC))); to typedef _Complex float DCtype __atribute__ ((mode (SC))); it is again possible to build the avr port. In my opinion the best method for dealing with this problem would be to make sure some way that the #define symbols from the target header file are already known when compiling libgcc2 prior to including libgcc2.h. Then one would have the possibility to bracked line #96  within #ifndef #endif statements. Yours, Björn. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19920