public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/65982] New: [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623
@ 2015-05-02 13:54 trippels at gcc dot gnu.org
  2015-05-03 16:13 ` [Bug lto/65982] " hubicka at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-05-02 13:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65982
           Summary: [5/6 Regression] ICE: in lto_output_varpool_node, at
                    lto-cgraph.c:623
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
          Assignee: unassigned at gcc dot gnu.org
          Reporter: trippels at gcc dot gnu.org
                CC: hubicka at gcc dot gnu.org
  Target Milestone: ---

markus@x4 tmp % cat proplist-util.i
static int a __attribute__ ((weakref ("b")));
int c;
void
foo (void)
{
  if (a)
    c = 0;
}

markus@x4 tmp % gcc -shared -fPIC -flto -O2 proplist-util.i
lto1: internal compiler error: in lto_output_varpool_node, at lto-cgraph.c:623
0x8cc55e lto_output_varpool_node
        ../../gcc/gcc/lto-cgraph.c:623
0x8cc55e output_symtab()
        ../../gcc/gcc/lto-cgraph.c:1040
0x8d7f03 lto_output()
        ../../gcc/gcc/lto-streamer-out.c:2368
0x931c41 write_lto
        ../../gcc/gcc/passes.c:2395
0x9353d2 ipa_write_optimization_summaries(lto_symtab_encoder_d*)
        ../../gcc/gcc/passes.c:2599
0x5a94ba do_stream_out
        ../../gcc/gcc/lto/lto.c:2500
0x5aa2c2 stream_out
        ../../gcc/gcc/lto/lto.c:2544
0x5aa2c2 lto_wpa_write_files
        ../../gcc/gcc/lto/lto.c:2681
0x5b3dab do_whole_program_analysis
        ../../gcc/gcc/lto/lto.c:3362
0x5b3dab lto_main()
        ../../gcc/gcc/lto/lto.c:3489
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.
lto-wrapper: fatal error: /var/tmp/gcc_test/usr/local/bin/gcc returned 1 exit
status
compilation terminated.
/usr/bin/ld: fatal error: lto-wrapper failed
collect2: error: ld returned 1 exit status


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

* [Bug lto/65982] [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623
  2015-05-02 13:54 [Bug lto/65982] New: [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623 trippels at gcc dot gnu.org
@ 2015-05-03 16:13 ` hubicka at gcc dot gnu.org
  2015-05-04 11:36 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-05-03 16:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-05-03
           Assignee|unassigned at gcc dot gnu.org      |hubicka at gcc dot gnu.org
     Ever confirmed|0                           |1

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


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

* [Bug lto/65982] [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623
  2015-05-02 13:54 [Bug lto/65982] New: [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623 trippels at gcc dot gnu.org
  2015-05-03 16:13 ` [Bug lto/65982] " hubicka at gcc dot gnu.org
@ 2015-05-04 11:36 ` rguenth at gcc dot gnu.org
  2015-06-22 12:12 ` rguenth at gcc dot gnu.org
  2015-07-16  9:13 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-05-04 11:36 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.2


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

* [Bug lto/65982] [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623
  2015-05-02 13:54 [Bug lto/65982] New: [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623 trippels at gcc dot gnu.org
  2015-05-03 16:13 ` [Bug lto/65982] " hubicka at gcc dot gnu.org
  2015-05-04 11:36 ` rguenth at gcc dot gnu.org
@ 2015-06-22 12:12 ` rguenth at gcc dot gnu.org
  2015-07-16  9:13 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-22 12:12 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug lto/65982] [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623
  2015-05-02 13:54 [Bug lto/65982] New: [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623 trippels at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-06-22 12:12 ` rguenth at gcc dot gnu.org
@ 2015-07-16  9:13 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-07-16  9:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|5.2                         |5.3

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 5.2 is being released, adjusting target milestone to 5.3.


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

end of thread, other threads:[~2015-07-16  9:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-02 13:54 [Bug lto/65982] New: [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623 trippels at gcc dot gnu.org
2015-05-03 16:13 ` [Bug lto/65982] " hubicka at gcc dot gnu.org
2015-05-04 11:36 ` rguenth at gcc dot gnu.org
2015-06-22 12:12 ` rguenth at gcc dot gnu.org
2015-07-16  9:13 ` rguenth 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).