------- Comment #1 from rguenth at gcc dot gnu dot org  2010-01-15 16:23 -------
Trunk has

          if (COMPLEX_MODE_P (TYPE_MODE (TREE_TYPE (from))))

instead of the 4.4

          if (TREE_CODE (TREE_TYPE (from)) == COMPLEX_TYPE)


Fixed by

2009-06-17  Steve Ellcey  <s...@cup.hp.com>

        * expr.c (expand_assignment): Change complex type check.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42760

Reply via email to