[Bug target/30243] [4.1/4.2/4.3 Regression][avr] signbit() causes an internal compiler error

2007-05-30 Thread eweddington at cso dot atmel dot com
--- Comment #2 from eweddington at cso dot atmel dot com 2007-05-30 18:09 --- Fails with 4.3-20070525, and with 4.2.0, with same error, but line 54 in rtlhooks.c. -- eweddington at cso dot atmel dot com changed: What|Removed |Added ---

[Bug target/30243] [4.1/4.2/4.3 Regression][avr] signbit() causes an internal compiler error

2007-07-03 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30243

[Bug target/30243] [4.1/4.2/4.3 Regression][avr] signbit() causes an internal compiler error

2007-10-07 Thread eweddington at cso dot atmel dot com
--- Comment #3 from eweddington at cso dot atmel dot com 2007-10-07 19:46 --- Created an attachment (id=14316) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14316&action=view) Patch by Anatoly Sokolov Proposed patch by Anatoly Sokolov. -- http://gcc.gnu.org/bugzilla/show_bug

[Bug target/30243] [4.1/4.2/4.3 Regression][avr] signbit() causes an internal compiler error

2007-10-07 Thread eweddington at cso dot atmel dot com
--- Comment #4 from eweddington at cso dot atmel dot com 2007-10-07 19:48 --- Changing target milestone to 4.2.3. Hopefully the attached patch will be committed by then. -- eweddington at cso dot atmel dot com changed: What|Removed |Added

[Bug target/30243] [4.1/4.2/4.3 Regression][avr] signbit() causes an internal compiler error

2007-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-10-07 19:51 --- I think this patch is incorrect (there is no specific ordering of modes as far as I know. I think it should be using GET_MODE_SIZE instead. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30243

[Bug target/30243] [4.1/4.2/4.3 Regression][avr] signbit() causes an internal compiler error

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-02-01 16:53 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -