public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/64710] New: [5 Regression] lto1: internal compiler error: Segmentation fault
@ 2015-01-21 13:56 hjl.tools at gmail dot com
  2015-01-21 13:57 ` [Bug ipa/64710] " hjl.tools at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2015-01-21 13:56 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64710
           Summary: [5 Regression] lto1: internal compiler error:
                    Segmentation fault
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: hubicka at ucw dot cz

On Linux/x86-64, r219925 gave

lto1: internal compiler error: Segmentation fault
0xde9a51 crash_signal
    ../../src-trunk/gcc/toplev.c:381
0xb13ce8 ipa_merge_profiles(cgraph_node*, cgraph_node*)
    ../../src-trunk/gcc/ipa-utils.c:637
0x69692f lto_cgraph_replace_node
    ../../src-trunk/gcc/lto/lto-symtab.c:124
0x6972a8 lto_symtab_merge_symbols_1
    ../../src-trunk/gcc/lto/lto-symtab.c:619
0x6972a8 lto_symtab_merge_symbols()
    ../../src-trunk/gcc/lto/lto-symtab.c:647
0x67a13e read_cgraph_and_symbols
    ../../src-trunk/gcc/lto/lto.c:3109
0x67c533 lto_main()
    ../../src-trunk/gcc/lto/lto.c:3436
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:
/export/gnu/import/git/gcc-test-profiled/bld/./prev-gcc/xg++ returned 1 exit
status
compilation terminated.
/usr/local/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[6]: *** [cc1obj] Error 1

when GCC is configured with

--prefix=/usr/5.0.0 --enable-clocale=gnu --with-system-zlib --enable-shared
--with-demangler-in-ld --with-build-config=bootstrap-lto --disable-werror
--with-fpmath=sse --enable-languages=c,c++,fortran,java,lto,objc

and built with "make -j8 profiledbootstrap". r219906 is OK.


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

* [Bug ipa/64710] [5 Regression] lto1: internal compiler error: Segmentation fault
  2015-01-21 13:56 [Bug ipa/64710] New: [5 Regression] lto1: internal compiler error: Segmentation fault hjl.tools at gmail dot com
@ 2015-01-21 13:57 ` hjl.tools at gmail dot com
  2015-01-21 17:58 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2015-01-21 13:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-01-21
   Target Milestone|---                         |5.0
     Ever confirmed|0                           |1


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

* [Bug ipa/64710] [5 Regression] lto1: internal compiler error: Segmentation fault
  2015-01-21 13:56 [Bug ipa/64710] New: [5 Regression] lto1: internal compiler error: Segmentation fault hjl.tools at gmail dot com
  2015-01-21 13:57 ` [Bug ipa/64710] " hjl.tools at gmail dot com
@ 2015-01-21 17:58 ` hjl.tools at gmail dot com
  2015-01-21 18:20 ` hubicka at gcc dot gnu.org
  2015-01-21 19:07 ` trippels at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2015-01-21 17:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
It was caused by r219910.


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

* [Bug ipa/64710] [5 Regression] lto1: internal compiler error: Segmentation fault
  2015-01-21 13:56 [Bug ipa/64710] New: [5 Regression] lto1: internal compiler error: Segmentation fault hjl.tools at gmail dot com
  2015-01-21 13:57 ` [Bug ipa/64710] " hjl.tools at gmail dot com
  2015-01-21 17:58 ` hjl.tools at gmail dot com
@ 2015-01-21 18:20 ` hubicka at gcc dot gnu.org
  2015-01-21 19:07 ` trippels at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-21 18:20 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org

--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Should be fixed now.


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

* [Bug ipa/64710] [5 Regression] lto1: internal compiler error: Segmentation fault
  2015-01-21 13:56 [Bug ipa/64710] New: [5 Regression] lto1: internal compiler error: Segmentation fault hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2015-01-21 18:20 ` hubicka at gcc dot gnu.org
@ 2015-01-21 19:07 ` trippels at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-01-21 19:07 UTC (permalink / raw)
  To: gcc-bugs

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |trippels at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2015-01-21 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-21 13:56 [Bug ipa/64710] New: [5 Regression] lto1: internal compiler error: Segmentation fault hjl.tools at gmail dot com
2015-01-21 13:57 ` [Bug ipa/64710] " hjl.tools at gmail dot com
2015-01-21 17:58 ` hjl.tools at gmail dot com
2015-01-21 18:20 ` hubicka at gcc dot gnu.org
2015-01-21 19:07 ` trippels 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).