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 tree-optimization/50873] The fix to PR50730 causes gcc.c-torture/unsorted/dilayout.c to ICE


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

--- Comment #4 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2011-12-12 15:18:29 UTC ---
Author: rsandifo
Date: Mon Dec 12 15:18:24 2011
New Revision: 182244

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182244
Log:
gcc/
    PR middle-end/50873
    * optabs.c (maybe_legitimize_operand_same_code): Use copy_to_mode_reg
    instead of force_reg.  Do nothing if the address is already a
    non-virtual pseudo register.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/optabs.c


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