public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/60990] New: [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp
@ 2014-04-28 20:34 zsojka at seznam dot cz
  2014-04-29  7:48 ` [Bug ipa/60990] " jakub at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zsojka at seznam dot cz @ 2014-04-28 20:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60990
           Summary: [4.9/4.10 Regression] ICE: in
                    try_make_edge_direct_virtual_call, at ipa-prop.c:2796
                    with -O3 -fno-early-inlining -fno-ipa-cp
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zsojka at seznam dot cz

Created attachment 32695
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32695&action=edit
preprocessed source (g++.dg/ipa/pr60600.C)

Compiler output:
$ gcc -O3 -fno-early-inlining -fno-ipa-cp pr60600.C  
pr60600.C:31:1: internal compiler error: in try_make_edge_direct_virtual_call,
at ipa-prop.c:2796
 }
 ^
0xb24099 try_make_edge_direct_virtual_call
        /mnt/svn/gcc-trunk/gcc/ipa-prop.c:2795
0xb24099 update_indirect_edges_after_inlining
        /mnt/svn/gcc-trunk/gcc/ipa-prop.c:2851
0xb24099 propagate_info_to_inlined_callees
        /mnt/svn/gcc-trunk/gcc/ipa-prop.c:2923
0xb239ee propagate_info_to_inlined_callees
        /mnt/svn/gcc-trunk/gcc/ipa-prop.c:2927
0x1538dac inline_call(cgraph_edge*, bool, vec<cgraph_edge*, va_heap, vl_ptr>*,
int*, bool)
        /mnt/svn/gcc-trunk/gcc/ipa-inline-transform.c:277
0x1538203 recursive_inlining
        /mnt/svn/gcc-trunk/gcc/ipa-inline.c:1400
0x1538203 inline_small_functions
        /mnt/svn/gcc-trunk/gcc/ipa-inline.c:1772
0x1538203 ipa_inline
        /mnt/svn/gcc-trunk/gcc/ipa-inline.c:2185
0x1538203 execute
        /mnt/svn/gcc-trunk/gcc/ipa-inline.c:2546
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

$ gcc -v                                            
Using built-in specs.
COLLECT_GCC=/mnt/svn/gcc-trunk/binary-latest/bin/gcc
COLLECT_LTO_WRAPPER=/mnt/svn/gcc-trunk/binary-209821-lto-fortran-checking-yes-rtl-df/libexec/gcc/x86_64-unknown-linux-gnu/4.10.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /mnt/svn/gcc-trunk//configure --enable-checking=yes,rtl,df
--enable-languages=c,c++,lto,fortran
--prefix=/mnt/svn/gcc-trunk/binary-209821-lto-fortran-checking-yes-rtl-df/
--without-cloog --without-ppl
Thread model: posix
gcc version 4.10.0 20140426 (experimental) (GCC)


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

* [Bug ipa/60990] [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp
  2014-04-28 20:34 [Bug ipa/60990] New: [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp zsojka at seznam dot cz
@ 2014-04-29  7:48 ` jakub at gcc dot gnu.org
  2014-06-26 13:03 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-04-29  7:48 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-04-29
                 CC|                            |jakub at gcc dot gnu.org
   Target Milestone|---                         |4.9.1
     Ever confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r205019.


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

* [Bug ipa/60990] [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp
  2014-04-28 20:34 [Bug ipa/60990] New: [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp zsojka at seznam dot cz
  2014-04-29  7:48 ` [Bug ipa/60990] " jakub at gcc dot gnu.org
@ 2014-06-26 13:03 ` rguenth at gcc dot gnu.org
  2014-07-16 13:30 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-26 13:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60990

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

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


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

* [Bug ipa/60990] [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp
  2014-04-28 20:34 [Bug ipa/60990] New: [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp zsojka at seznam dot cz
  2014-04-29  7:48 ` [Bug ipa/60990] " jakub at gcc dot gnu.org
  2014-06-26 13:03 ` rguenth at gcc dot gnu.org
@ 2014-07-16 13:30 ` jakub at gcc dot gnu.org
  2014-10-04 17:01 ` [Bug ipa/60990] [4.9/5 " hubicka at gcc dot gnu.org
  2014-10-04 21:29 ` hubicka at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-07-16 13:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60990

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.1                       |4.9.2

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.1 has been released.


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

* [Bug ipa/60990] [4.9/5 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp
  2014-04-28 20:34 [Bug ipa/60990] New: [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp zsojka at seznam dot cz
                   ` (2 preceding siblings ...)
  2014-07-16 13:30 ` jakub at gcc dot gnu.org
@ 2014-10-04 17:01 ` hubicka at gcc dot gnu.org
  2014-10-04 21:29 ` hubicka at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: hubicka at gcc dot gnu.org @ 2014-10-04 17:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60990

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |hubicka at gcc dot gnu.org
      Known to fail|4.10.0                      |5.0

--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Mine


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

* [Bug ipa/60990] [4.9/5 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp
  2014-04-28 20:34 [Bug ipa/60990] New: [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp zsojka at seznam dot cz
                   ` (3 preceding siblings ...)
  2014-10-04 17:01 ` [Bug ipa/60990] [4.9/5 " hubicka at gcc dot gnu.org
@ 2014-10-04 21:29 ` hubicka at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: hubicka at gcc dot gnu.org @ 2014-10-04 21:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60990

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

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

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Works for me on both 4.9-branch and trunk


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

end of thread, other threads:[~2014-10-04 21:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-28 20:34 [Bug ipa/60990] New: [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp zsojka at seznam dot cz
2014-04-29  7:48 ` [Bug ipa/60990] " jakub at gcc dot gnu.org
2014-06-26 13:03 ` rguenth at gcc dot gnu.org
2014-07-16 13:30 ` jakub at gcc dot gnu.org
2014-10-04 17:01 ` [Bug ipa/60990] [4.9/5 " hubicka at gcc dot gnu.org
2014-10-04 21:29 ` hubicka 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).