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 lto/41159] [LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225


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

--- Comment #25 from uros at gcc dot gnu.org 2011-12-21 12:26:17 UTC ---
Author: uros
Date: Wed Dec 21 12:26:04 2011
New Revision: 182580

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182580
Log:
    Backport from mainline
    2011-12-21  Richard Guenther  <rguenther@suse.de>

    PR lto/41159
    * tree-outof-ssa.c (insert_value_copy_on_edge): Use the
    mode of the pseudo as destination mode.  Only assert that
    is equal to the promoted mode of the decl if it is a REG.


Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/tree-outof-ssa.c


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