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 rtl-optimization/48971] [4.7 regression] ICE with -msoft-float -O2


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

--- Comment #5 from Vladimir Makarov <vmakarov at gcc dot gnu.org> 2011-05-24 16:14:56 UTC ---
Author: vmakarov
Date: Tue May 24 16:14:51 2011
New Revision: 174123

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174123
Log:
2011-05-13  Vladimir Makarov  <vmakarov@redhat.com>

    PR rtl-optimization/48971
    * ira.c (setup_pressure_classes): Don't check register move cost
    for classes with one registers.  Don't add pressure class if there
    is a pressure class with the same available hard registers.
    Check contains_reg_of_mode.  Fix a typo in collecting
    temp_hard_regset.  Ignore hard registers not belonging to a class.


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


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