[Bug middle-end/28151] [4.1/4.2 Regression] ICE with complex division

2006-06-24 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|steven at gcc dot gnu dot |unassigned at gcc dot gnu |org

[Bug middle-end/28151] [4.1/4.2 Regression] ICE with complex division

2006-06-24 Thread steven at gcc dot gnu dot org
--- Comment #7 from steven at gcc dot gnu dot org 2006-06-24 14:15 --- The problem appears to be caused by the change of semantics of const_binop in this patch: 2005-11-16 Eric Botcazou <[EMAIL PROTECTED]> * fold-const.c (const_binop): Don't constant fold the operation

[Bug middle-end/28151] [4.1/4.2 Regression] ICE with complex division

2006-06-24 Thread steven at gcc dot gnu dot org
--- Comment #6 from steven at gcc dot gnu dot org 2006-06-24 14:13 --- The code that causes this "regression" is actually in the first ever checkin of fold-const.c (r330). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28151