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 target/22553] [4.1/4.2 regression] ICE building libstdc++



------- Comment #9 from kkojima at gcc dot gnu dot org  2006-03-06 22:40 -------
Subject: Bug 22553

Author: kkojima
Date: Mon Mar  6 22:40:49 2006
New Revision: 111792

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111792
Log:
        PR target/23706
        Backport from 4.1:
        * lcm.c (optimize_mode_switching): Clear transp bit for
        block with incomming abnormal edges.

        PR target/22553
        Backport from 4.1:
        * config/sh/sh.h (OPTIMIZATION_OPTIONS): Set flag_schedule_insns
        to 2 if it's already non-zero.
        (OVERRIDE_OPTIONS): Clear flag_schedule_insns if flag_exceptions
        is set and warn about it if flag_schedule_insns is 1.


Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/config/sh/sh.h
    branches/gcc-4_0-branch/gcc/lcm.c


-- 


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


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