[Bug target/19920] [4.0 Regression] avr target build broken by recent 'DC' type update to libgcc2

2005-02-14 Thread corsepiu at gcc dot gnu dot org
--- Additional Comments From corsepiu at gcc dot gnu dot org 2005-02-14 11:12 --- Regression confirmed for avr-*-rtems* (20050214). -- What|Removed |Added

[Bug target/19920] [4.0 Regression] avr target build broken by recent 'DC' type update to libgcc2

2005-02-14 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-02-14 11:34 --- *** Bug 19949 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/19920] [4.0 Regression] avr target build broken by recent 'DC' type update to libgcc2

2005-02-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|avr target build broken by |[4.0 Regression] avr target |recent 'DC' type update to |build broken by recent 'DC'

[Bug target/19920] [4.0 Regression] avr target build broken by recent 'DC' type update to libgcc2

2005-02-12 Thread bjoern dot m dot haase at web dot de
--- Additional Comments From bjoern dot m dot haase at web dot de 2005-02-12 20:15 --- I can confirm that the bug is present also for an intel-based linux system. In my opinion it is absolutely not useful to define a DF mode type on the AVR platform. Both excecution time and memory

[Bug target/19920] [4.0 Regression] avr target build broken by recent 'DC' type update to libgcc2

2005-02-12 Thread bjoern dot m dot haase at web dot de
--- 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

[Bug target/19920] [4.0 Regression] avr target build broken by recent 'DC' type update to libgcc2

2005-02-12 Thread schlie at comcast dot net
--- Additional Comments From schlie at comcast dot net 2005-02-13 00:10 --- Subject: Re: [4.0 Regression] avr target build broken by recent 'DC' type update to libgcc2 Or simpler, for each target (as gcc libgcc2 has trouble figuring it out): #define CHAR_MODE QI #define