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/45566] [4.5/4.6 Regression] ICE: in convert_to_eh_region_ranges, at except.c:2446 with -freorder-blocks-and-partition -fnon-call-exceptions -fprofile-use


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-21 19:35:45 UTC ---
Author: jakub
Date: Fri Jan 21 19:35:42 2011
New Revision: 169101

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169101
Log:
    PR middle-end/45566
    * except.c (convert_to_eh_region_ranges): Emit queued no-region
    notes from other section in hot/cold partitioning even if
    last_action is -3.  Increment call_site_base.

    * g++.dg/tree-prof/partition3.C: New test.

    * g++.dg/tree-prof/tree-prof.exp: Fix a comment.

Added:
    trunk/gcc/testsuite/g++.dg/tree-prof/partition3.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/except.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp


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