public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/27291]  New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4
@ 2006-04-24 17:14 tbm at cyrius dot com
  2006-04-24 17:15 ` [Bug tree-optimization/27291] " tbm at cyrius dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: tbm at cyrius dot com @ 2006-04-24 17:14 UTC (permalink / raw)
  To: gcc-bugs

This happens on powerpc, not on i386 or x86_86:

1084:tbm@test: ~/delta/bin] /usr/lib/gcc-snapshot/bin/g++ -c -O2 mini.c
mini.c: In member function 'BASE* alps::detail::creator<BASE, T>::create()
const [with BASE = alps::BufferedRandomNumberGeneratorBase, T =
alps::BufferedRandomNumberGenerator<boost::random::lagged_fibonacci_01<double,
48, 607u, 273u> >]':
mini.c:333: error: too many outgoing branch edges from bb 4
mini.c:333: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
zsh: exit 1     /usr/lib/gcc-snapshot/bin/g++ -c -O2 mini.c
1085:tbm@test: ~/delta/bin] /usr/lib/gcc-snapshot/bin/g++ -c mini.c
1086:tbm@test: ~/delta/bin] g++-4.1 -c -O2  mini.c
1087:tbm@test: ~/delta/bin]


-- 
           Summary: [4.2 regression] verify_flow_info failed: too many
                    outgoing branch edges from bb 4
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com
 GCC build triplet: powerpc-linux-gnu
  GCC host triplet: powerpc-linux-gnu
GCC target triplet: powerpc-linux-gnu


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


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

* [Bug tree-optimization/27291] [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4
  2006-04-24 17:14 [Bug tree-optimization/27291] New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4 tbm at cyrius dot com
@ 2006-04-24 17:15 ` tbm at cyrius dot com
  2006-04-24 23:48 ` [Bug middle-end/27291] " pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tbm at cyrius dot com @ 2006-04-24 17:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tbm at cyrius dot com  2006-04-24 17:15 -------
Created an attachment (id=11329)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11329&action=view)
test case (fairly large still)


-- 


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


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

* [Bug middle-end/27291] [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4
  2006-04-24 17:14 [Bug tree-optimization/27291] New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4 tbm at cyrius dot com
  2006-04-24 17:15 ` [Bug tree-optimization/27291] " tbm at cyrius dot com
@ 2006-04-24 23:48 ` pinskia at gcc dot gnu dot org
  2006-04-25  1:30 ` [Bug rtl-optimization/27291] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-24 23:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-04-24 23:48 -------
I forgot if the error is a RTL issue or a tree level issue.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|tree-optimization           |middle-end
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |4.2.0


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


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

* [Bug rtl-optimization/27291] [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4
  2006-04-24 17:14 [Bug tree-optimization/27291] New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4 tbm at cyrius dot com
  2006-04-24 17:15 ` [Bug tree-optimization/27291] " tbm at cyrius dot com
  2006-04-24 23:48 ` [Bug middle-end/27291] " pinskia at gcc dot gnu dot org
@ 2006-04-25  1:30 ` pinskia at gcc dot gnu dot org
  2006-04-25  1:32 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-25  1:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-04-25 01:30 -------
Confirmed, but very interesting.  It ICEs in RTL.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |rtl-optimization
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-04-25 01:30:12
               date|                            |


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


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

* [Bug rtl-optimization/27291] [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4
  2006-04-24 17:14 [Bug tree-optimization/27291] New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4 tbm at cyrius dot com
                   ` (2 preceding siblings ...)
  2006-04-25  1:30 ` [Bug rtl-optimization/27291] " pinskia at gcc dot gnu dot org
@ 2006-04-25  1:32 ` pinskia at gcc dot gnu dot org
  2006-04-27  6:27 ` rakdver at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-25  1:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-04-25 01:32 -------
"-O2 -fno-branch-count-reg" works.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakdver at gcc dot gnu dot
                   |                            |org


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


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

* [Bug rtl-optimization/27291] [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4
  2006-04-24 17:14 [Bug tree-optimization/27291] New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4 tbm at cyrius dot com
                   ` (3 preceding siblings ...)
  2006-04-25  1:32 ` pinskia at gcc dot gnu dot org
@ 2006-04-27  6:27 ` rakdver at gcc dot gnu dot org
  2006-04-27 22:21 ` rakdver at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2006-04-27  6:27 UTC (permalink / raw)
  To: gcc-bugs



-- 

rakdver at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rakdver at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-04-25 01:30:12         |2006-04-27 06:26:58
               date|                            |


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


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

* [Bug rtl-optimization/27291] [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4
  2006-04-24 17:14 [Bug tree-optimization/27291] New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4 tbm at cyrius dot com
                   ` (4 preceding siblings ...)
  2006-04-27  6:27 ` rakdver at gcc dot gnu dot org
@ 2006-04-27 22:21 ` rakdver at gcc dot gnu dot org
  2006-05-01 20:46 ` rakdver at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2006-04-27 22:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rakdver at gcc dot gnu dot org  2006-04-27 22:21 -------
Patch:

http://gcc.gnu.org/ml/gcc-patches/2006-04/msg01058.html


-- 

rakdver at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2006-
                   |                            |04/msg01058.html
           Keywords|                            |patch


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


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

* [Bug rtl-optimization/27291] [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4
  2006-04-24 17:14 [Bug tree-optimization/27291] New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4 tbm at cyrius dot com
                   ` (5 preceding siblings ...)
  2006-04-27 22:21 ` rakdver at gcc dot gnu dot org
@ 2006-05-01 20:46 ` rakdver at gcc dot gnu dot org
  2006-05-02  4:45 ` pinskia at gcc dot gnu dot org
  2006-08-03 16:35 ` sje at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2006-05-01 20:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rakdver at gcc dot gnu dot org  2006-05-01 20:46 -------
Subject: Bug 27291

Author: rakdver
Date: Mon May  1 20:46:22 2006
New Revision: 113430

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113430
Log:
        PR rtl-optimization/27291
        * loop-doloop.c (add_test, doloop_modify): Handle the case condition is
        folded to a constant.

        * g++.dg/tree-ssa/pr27291.C: New test.


Added:
    trunk/gcc/testsuite/g++.dg/tree-ssa/pr27291.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/loop-doloop.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug rtl-optimization/27291] [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4
  2006-04-24 17:14 [Bug tree-optimization/27291] New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4 tbm at cyrius dot com
                   ` (6 preceding siblings ...)
  2006-05-01 20:46 ` rakdver at gcc dot gnu dot org
@ 2006-05-02  4:45 ` pinskia at gcc dot gnu dot org
  2006-08-03 16:35 ` sje at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-02  4:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-05-02 04:44 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug rtl-optimization/27291] [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4
  2006-04-24 17:14 [Bug tree-optimization/27291] New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4 tbm at cyrius dot com
                   ` (7 preceding siblings ...)
  2006-05-02  4:45 ` pinskia at gcc dot gnu dot org
@ 2006-08-03 16:35 ` sje at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: sje at gcc dot gnu dot org @ 2006-08-03 16:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from sje at gcc dot gnu dot org  2006-08-03 16:35 -------
Subject: Bug 27291

Author: sje
Date: Thu Aug  3 16:35:31 2006
New Revision: 115904

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115904
Log:
        PR rtl-optimization/28221
        Backport from mainline.
        2005-11-30  Nathan Sidwell  <nathan@codesourcery.com>
        * loop-doloop.c (add_test): Only add jump note if we did emit a jump.
        2006-05-01  Zdenek Dvorak  <dvorakz@suse.cz>
        PR rtl-optimization/27291
        * loop-doloop.c (add_test, doloop_modify): Handle the case condition
        is folded to a constant.

Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/loop-doloop.c


-- 


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


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

end of thread, other threads:[~2006-08-03 16:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-24 17:14 [Bug tree-optimization/27291] New: [4.2 regression] verify_flow_info failed: too many outgoing branch edges from bb 4 tbm at cyrius dot com
2006-04-24 17:15 ` [Bug tree-optimization/27291] " tbm at cyrius dot com
2006-04-24 23:48 ` [Bug middle-end/27291] " pinskia at gcc dot gnu dot org
2006-04-25  1:30 ` [Bug rtl-optimization/27291] " pinskia at gcc dot gnu dot org
2006-04-25  1:32 ` pinskia at gcc dot gnu dot org
2006-04-27  6:27 ` rakdver at gcc dot gnu dot org
2006-04-27 22:21 ` rakdver at gcc dot gnu dot org
2006-05-01 20:46 ` rakdver at gcc dot gnu dot org
2006-05-02  4:45 ` pinskia at gcc dot gnu dot org
2006-08-03 16:35 ` sje 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).