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/30017] [4.3 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-11-30 04:18 -------
This is obvious what caused it:
+2006-11-28  Jan Hubicka  <jh@suse.cz>
+
+       * builtins.c: Include tree-flow.h.
+       (fold_builtin_memory_op): Be more aggressive on converting memcpy to
+       assignment; convert memmove to memcpy for sizes greater than 1 where
+       alignment of operands prohibit the partial overlap.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh at suse dot cz
          Component|c++                         |middle-end
            Summary|ICE in cp_expr_size, at     |[4.3 Regression] ICE in
                   |cp/cp-objcp-common.c:101    |cp_expr_size, at cp/cp-
                   |                            |objcp-common.c:101
   Target Milestone|---                         |4.3.0


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


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