public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [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
       [not found] <bug-45566-4@http.gcc.gnu.org/bugzilla/>
@ 2010-12-16 13:15 ` rguenth at gcc dot gnu.org
  2011-01-08 16:11 ` hubicka at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-12-16 13:15 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.2                       |4.5.3

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-12-16 13:03:26 UTC ---
GCC 4.5.2 is being released, adjusting target milestone.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [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
       [not found] <bug-45566-4@http.gcc.gnu.org/bugzilla/>
  2010-12-16 13:15 ` [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 rguenth at gcc dot gnu.org
@ 2011-01-08 16:11 ` hubicka at gcc dot gnu.org
  2011-01-21 13:09 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: hubicka at gcc dot gnu.org @ 2011-01-08 16:11 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.01.08 15:37:08
                 CC|                            |hubicka at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-08 15:37:08 UTC ---
confirmed.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [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
       [not found] <bug-45566-4@http.gcc.gnu.org/bugzilla/>
  2010-12-16 13:15 ` [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 rguenth at gcc dot gnu.org
  2011-01-08 16:11 ` hubicka at gcc dot gnu.org
@ 2011-01-21 13:09 ` jakub at gcc dot gnu.org
  2011-01-21 19:59 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-01-21 13:09 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |jakub at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-21 12:58:48 UTC ---
Created attachment 23061
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23061
gcc46-pr45566.patch

Untested fix.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [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
       [not found] <bug-45566-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-01-21 13:09 ` jakub at gcc dot gnu.org
@ 2011-01-21 19:59 ` jakub at gcc dot gnu.org
  2011-01-21 20:03 ` [Bug middle-end/45566] [4.5 " jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-01-21 19:59 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug middle-end/45566] [4.5 Regression] ICE: in convert_to_eh_region_ranges, at except.c:2446 with -freorder-blocks-and-partition -fnon-call-exceptions -fprofile-use
       [not found] <bug-45566-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-01-21 19:59 ` jakub at gcc dot gnu.org
@ 2011-01-21 20:03 ` jakub at gcc dot gnu.org
  2011-04-28 15:47 ` rguenth at gcc dot gnu.org
  2012-07-02 10:31 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-01-21 20:03 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.6.0
            Summary|[4.5/4.6 Regression] ICE:   |[4.5 Regression] ICE: in
                   |in                          |convert_to_eh_region_ranges
                   |convert_to_eh_region_ranges |, at except.c:2446 with
                   |, at except.c:2446 with     |-freorder-blocks-and-partit
                   |-freorder-blocks-and-partit |ion -fnon-call-exceptions
                   |ion -fnon-call-exceptions   |-fprofile-use
                   |-fprofile-use               |
      Known to fail|                            |4.5.3

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-21 19:45:42 UTC ---
Fixed on the trunk so far.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug middle-end/45566] [4.5 Regression] ICE: in convert_to_eh_region_ranges, at except.c:2446 with -freorder-blocks-and-partition -fnon-call-exceptions -fprofile-use
       [not found] <bug-45566-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-01-21 20:03 ` [Bug middle-end/45566] [4.5 " jakub at gcc dot gnu.org
@ 2011-04-28 15:47 ` rguenth at gcc dot gnu.org
  2012-07-02 10:31 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-28 15:47 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.3                       |4.5.4

--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-28 14:51:41 UTC ---
GCC 4.5.3 is being released, adjusting target milestone.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug middle-end/45566] [4.5 Regression] ICE: in convert_to_eh_region_ranges, at except.c:2446 with -freorder-blocks-and-partition -fnon-call-exceptions -fprofile-use
       [not found] <bug-45566-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2011-04-28 15:47 ` rguenth at gcc dot gnu.org
@ 2012-07-02 10:31 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 10:31 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.5.4                       |4.6.0

--- Comment #8 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-02 10:31:03 UTC ---
Fixed in 4.6.0, the 4.5 branch is being closed.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [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
  2010-09-06 22:10 [Bug middle-end/45566] New: [4.5/4.6 " zsojka at seznam dot cz
  2010-09-06 22:13 ` [Bug middle-end/45566] " zsojka at seznam dot cz
  2010-09-07  8:45 ` rguenth at gcc dot gnu dot org
@ 2010-09-13 15:52 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-13 15:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [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
  2010-09-06 22:10 [Bug middle-end/45566] New: [4.5/4.6 " zsojka at seznam dot cz
  2010-09-06 22:13 ` [Bug middle-end/45566] " zsojka at seznam dot cz
@ 2010-09-07  8:45 ` rguenth at gcc dot gnu dot org
  2010-09-13 15:52 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-07  8:45 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.2


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [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
  2010-09-06 22:10 [Bug middle-end/45566] New: [4.5/4.6 " zsojka at seznam dot cz
@ 2010-09-06 22:13 ` zsojka at seznam dot cz
  2010-09-07  8:45 ` rguenth at gcc dot gnu dot org
  2010-09-13 15:52 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 10+ messages in thread
From: zsojka at seznam dot cz @ 2010-09-06 22:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from zsojka at seznam dot cz  2010-09-06 22:13 -------
Created an attachment (id=21718)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21718&action=view)
reduced testcase (from g++.dg/tree-prof/partition1.C)

It looks similiar to PR45458, but the fix didn't fix this issue.


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-07-02 10:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-45566-4@http.gcc.gnu.org/bugzilla/>
2010-12-16 13:15 ` [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 rguenth at gcc dot gnu.org
2011-01-08 16:11 ` hubicka at gcc dot gnu.org
2011-01-21 13:09 ` jakub at gcc dot gnu.org
2011-01-21 19:59 ` jakub at gcc dot gnu.org
2011-01-21 20:03 ` [Bug middle-end/45566] [4.5 " jakub at gcc dot gnu.org
2011-04-28 15:47 ` rguenth at gcc dot gnu.org
2012-07-02 10:31 ` rguenth at gcc dot gnu.org
2010-09-06 22:10 [Bug middle-end/45566] New: [4.5/4.6 " zsojka at seznam dot cz
2010-09-06 22:13 ` [Bug middle-end/45566] " zsojka at seznam dot cz
2010-09-07  8:45 ` rguenth at gcc dot gnu dot org
2010-09-13 15:52 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).