public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/46777] New: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops
@ 2010-12-03  9:32 zsojka at seznam dot cz
  2010-12-03 13:32 ` [Bug rtl-optimization/46777] " rguenth at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: zsojka at seznam dot cz @ 2010-12-03  9:32 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at
                    cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts
                    -funroll-loops
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz
              Host: x86_64-pc-linux-gnu
            Target: x86_64-pc-linux-gnu


Created attachment 22610
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22610
reduced testcase

The ICE message looks similiar to PR46440 and PR46493, but this one fails in
trunk as well.

$ gcc -fgcse -O -fno-tree-dominator-opts -funroll-loops pr46777.c  
pr46777.c: In function 'little2_prologTok':
pr46777.c:39:1: error: verify_flow_info: Incorrect fallthru 67->68
pr46777.c:39:1: error: wrong insn in the fallthru edge
(barrier 585 579 594)
pr46777.c:39:1: internal compiler error: in rtl_verify_flow_info, at
cfgrtl.c:2164
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Backtrace:
(gdb) bt
#0  error (gmsgid=0x10ef838 "verify_flow_info: Incorrect fallthru %i->%i") at
/mnt/svn/gcc-trunk/gcc/diagnostic.c:747
#1  0x00000000005f6997 in rtl_verify_flow_info () at
/mnt/svn/gcc-trunk/gcc/cfgrtl.c:2162
#2  0x00000000005e6cd4 in verify_flow_info () at
/mnt/svn/gcc-trunk/gcc/cfghooks.c:257
#3  0x00000000005ebffa in outof_cfg_layout_mode () at
/mnt/svn/gcc-trunk/gcc/cfglayout.c:362
#4  0x00000000007eb69f in execute_one_pass (pass=0x1630b00) at
/mnt/svn/gcc-trunk/gcc/passes.c:1553
#5  0x00000000007eb965 in execute_pass_list (pass=0x1630b00) at
/mnt/svn/gcc-trunk/gcc/passes.c:1608
#6  0x00000000007eb977 in execute_pass_list (pass=0x1632200) at
/mnt/svn/gcc-trunk/gcc/passes.c:1609
#7  0x000000000092bb86 in tree_rest_of_compilation (fndecl=0x7ffff5ce3000) at
/mnt/svn/gcc-trunk/gcc/tree-optimize.c:422
#8  0x0000000000af13c2 in cgraph_expand_function (node=0x7ffff5ce2160) at
/mnt/svn/gcc-trunk/gcc/cgraphunit.c:1508
#9  0x0000000000af399a in cgraph_expand_all_functions () at
/mnt/svn/gcc-trunk/gcc/cgraphunit.c:1567
#10 cgraph_optimize () at /mnt/svn/gcc-trunk/gcc/cgraphunit.c:1827
#11 0x0000000000af3f1a in cgraph_finalize_compilation_unit () at
/mnt/svn/gcc-trunk/gcc/cgraphunit.c:1031
#12 0x0000000000508b8c in c_write_global_declarations () at
/mnt/svn/gcc-trunk/gcc/c-decl.c:9844
#13 0x00000000008d5580 in compile_file (argc=16, argv=0x7fffffffdc38) at
/mnt/svn/gcc-trunk/gcc/toplev.c:591
#14 do_compile (argc=16, argv=0x7fffffffdc38) at
/mnt/svn/gcc-trunk/gcc/toplev.c:1874
#15 toplev_main (argc=16, argv=0x7fffffffdc38) at
/mnt/svn/gcc-trunk/gcc/toplev.c:1937
#16 0x00007ffff6586bbd in __libc_start_main () from /lib/libc.so.6
#17 0x00000000004ef5f1 in _start ()


Tested revisions:
r167383 - crash
4.5 r166509 - crash
4.4 r166509 - OK


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

* [Bug rtl-optimization/46777] [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops
  2010-12-03  9:32 [Bug rtl-optimization/46777] New: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops zsojka at seznam dot cz
@ 2010-12-03 13:32 ` rguenth at gcc dot gnu.org
  2010-12-03 15:03 ` hjl.tools at gmail dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-12-03 13:32 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug rtl-optimization/46777] [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops
  2010-12-03  9:32 [Bug rtl-optimization/46777] New: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops zsojka at seznam dot cz
  2010-12-03 13:32 ` [Bug rtl-optimization/46777] " rguenth at gcc dot gnu.org
@ 2010-12-03 15:03 ` hjl.tools at gmail dot com
  2010-12-05 11:55 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2010-12-03 15:03 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2010.12.03 15:03:28
                 CC|                            |steven at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2010-12-03 15:03:28 UTC ---
It was introduced by revision 146848:

http://gcc.gnu.org/ml/gcc-cvs/2009-04/msg01491.html


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

* [Bug rtl-optimization/46777] [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops
  2010-12-03  9:32 [Bug rtl-optimization/46777] New: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops zsojka at seznam dot cz
  2010-12-03 13:32 ` [Bug rtl-optimization/46777] " rguenth at gcc dot gnu.org
  2010-12-03 15:03 ` hjl.tools at gmail dot com
@ 2010-12-05 11:55 ` rguenth at gcc dot gnu.org
  2010-12-06 14:18 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-12-05 11:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug rtl-optimization/46777] [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops
  2010-12-03  9:32 [Bug rtl-optimization/46777] New: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops zsojka at seznam dot cz
                   ` (2 preceding siblings ...)
  2010-12-05 11:55 ` rguenth at gcc dot gnu.org
@ 2010-12-06 14:18 ` jakub at gcc dot gnu.org
  2010-12-06 19:28 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-06 14:18 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-06 14:18:02 UTC ---
Created attachment 22656
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22656
gcc46-pr46777.patch

Untested fix.


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

* [Bug rtl-optimization/46777] [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops
  2010-12-03  9:32 [Bug rtl-optimization/46777] New: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops zsojka at seznam dot cz
                   ` (3 preceding siblings ...)
  2010-12-06 14:18 ` jakub at gcc dot gnu.org
@ 2010-12-06 19:28 ` jakub at gcc dot gnu.org
  2010-12-06 19:39 ` [Bug rtl-optimization/46777] [4.5 " jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-06 19:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-06 19:28:12 UTC ---
Author: jakub
Date: Mon Dec  6 19:28:09 2010
New Revision: 167513

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167513
Log:
    PR rtl-optimization/46777
    * cfglayout.c (duplicate_insn_chain): Avoid duplicating
    also barrier after tablejump.

    * gcc.dg/pr46777.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr46777.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfglayout.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug rtl-optimization/46777] [4.5 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops
  2010-12-03  9:32 [Bug rtl-optimization/46777] New: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops zsojka at seznam dot cz
                   ` (4 preceding siblings ...)
  2010-12-06 19:28 ` jakub at gcc dot gnu.org
@ 2010-12-06 19:39 ` jakub at gcc dot gnu.org
  2010-12-07 15:31 ` jakub at gcc dot gnu.org
  2010-12-07 15:55 ` jakub at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-06 19:39 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
      Known to work|                            |4.6.0
            Summary|[4.5/4.6 Regression] ICE:   |[4.5 Regression] ICE: in
                   |in rtl_verify_flow_info, at |rtl_verify_flow_info, at
                   |cfgrtl.c:2164 with -O       |cfgrtl.c:2164 with -O
                   |-fgcse                      |-fgcse
                   |-fno-tree-dominator-opts    |-fno-tree-dominator-opts
                   |-funroll-loops              |-funroll-loops
      Known to fail|4.6.0                       |

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-06 19:39:02 UTC ---
Fixed on the trunk so far.


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

* [Bug rtl-optimization/46777] [4.5 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops
  2010-12-03  9:32 [Bug rtl-optimization/46777] New: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops zsojka at seznam dot cz
                   ` (5 preceding siblings ...)
  2010-12-06 19:39 ` [Bug rtl-optimization/46777] [4.5 " jakub at gcc dot gnu.org
@ 2010-12-07 15:31 ` jakub at gcc dot gnu.org
  2010-12-07 15:55 ` jakub at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-07 15:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-07 15:30:52 UTC ---
Author: jakub
Date: Tue Dec  7 15:30:47 2010
New Revision: 167550

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167550
Log:
    Backport from mainline
    2010-12-06  Jakub Jelinek  <jakub@redhat.com>

    PR rtl-optimization/46777
    * cfglayout.c (duplicate_insn_chain): Avoid duplicating
    also barrier after tablejump.

    * gcc.dg/pr46777.c: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr46777.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/cfglayout.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


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

* [Bug rtl-optimization/46777] [4.5 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops
  2010-12-03  9:32 [Bug rtl-optimization/46777] New: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops zsojka at seznam dot cz
                   ` (6 preceding siblings ...)
  2010-12-07 15:31 ` jakub at gcc dot gnu.org
@ 2010-12-07 15:55 ` jakub at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-12-07 15:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-07 15:55:12 UTC ---
Fixed.


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

end of thread, other threads:[~2010-12-07 15:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-03  9:32 [Bug rtl-optimization/46777] New: [4.5/4.6 Regression] ICE: in rtl_verify_flow_info, at cfgrtl.c:2164 with -O -fgcse -fno-tree-dominator-opts -funroll-loops zsojka at seznam dot cz
2010-12-03 13:32 ` [Bug rtl-optimization/46777] " rguenth at gcc dot gnu.org
2010-12-03 15:03 ` hjl.tools at gmail dot com
2010-12-05 11:55 ` rguenth at gcc dot gnu.org
2010-12-06 14:18 ` jakub at gcc dot gnu.org
2010-12-06 19:28 ` jakub at gcc dot gnu.org
2010-12-06 19:39 ` [Bug rtl-optimization/46777] [4.5 " jakub at gcc dot gnu.org
2010-12-07 15:31 ` jakub at gcc dot gnu.org
2010-12-07 15:55 ` jakub at gcc dot gnu.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).