This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/42760] [4.4 Regression] ICE in convert_move



------- 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  <sje@cup.hp.com>

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


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]