public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/64693] New: [5 Regression] PCH failed with LTO + profiledbootstrap
@ 2015-01-20 16:11 hjl.tools at gmail dot com
  2015-01-20 18:27 ` [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto hjl.tools at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2015-01-20 16:11 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64693
           Summary: [5 Regression] PCH failed with LTO + profiledbootstrap
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com

On Linux/x86-64, r216320 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 profiledbootstra" gave many PCH failures:

https://gcc.gnu.org/ml/gcc-regression/2014-10/msg00392.html

r216301 is OK.  r219883 still has those failures:

https://gcc.gnu.org/ml/gcc-testresults/2015-01/msg02251.html


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

* [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto
  2015-01-20 16:11 [Bug bootstrap/64693] New: [5 Regression] PCH failed with LTO + profiledbootstrap hjl.tools at gmail dot com
@ 2015-01-20 18:27 ` hjl.tools at gmail dot com
  2015-01-20 20:46 ` hjl.tools at gmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2015-01-20 18:27 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-01-20
          Component|bootstrap                   |lto
   Target Milestone|---                         |5.0
            Summary|[5 Regression] PCH failed   |[5 Regression] PCH failed
                   |with LTO +                  |with
                   |profiledbootstrap           |--with-build-config=bootstr
                   |                            |ap-lto
     Ever confirmed|0                           |1

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
--with-build-config=bootstrap-lto is sufficient to trigger this.


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

* [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto
  2015-01-20 16:11 [Bug bootstrap/64693] New: [5 Regression] PCH failed with LTO + profiledbootstrap hjl.tools at gmail dot com
  2015-01-20 18:27 ` [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto hjl.tools at gmail dot com
@ 2015-01-20 20:46 ` hjl.tools at gmail dot com
  2015-01-21  9:46 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2015-01-20 20:46 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
It is caused by r216305.  PCH tests failed with

./common-1.h:3:1: internal compiler error: Segmentation fault^M
0xc35c84 crash_signal(int) [clone .lto_priv.1181]^M
        /export/project/git/gcc-regression/gcc/gcc/toplev.c:340^M
0xfda549 lookup_page_table_entry^M
        /export/project/git/gcc-regression/gcc/gcc/ggc-page.c:638^M
0xfda549 ggc_get_size(void const*)^M
        /export/project/git/gcc-regression/gcc/gcc/ggc-page.c:1572^M
0xfda549 gt_pch_note_object(void*, void*, void (*)(void*, void*, void
(*)(void*, void*), void*))^M
        /export/project/git/gcc-regression/gcc/gcc/ggc-common.c:352^M
0x7d07d8 gt_pch_nx_dw_line_info_table_struct(void*)^M
        ./gt-dwarf2out.h:967^M
0xfd8687 gt_pch_save(_IO_FILE*)^M
        /export/project/git/gcc-regression/gcc/gcc/ggc-common.c:502^M
0x7c6e97 c_common_write_pch()^M
        /export/project/git/gcc-regression/gcc/gcc/c-family/c-pch.c:187^M
0xd69f67 c_common_parse_file()^M
        /export/project/git/gcc-regression/gcc/gcc/c-family/c-opts.c:1047^M
Please submit a full bug report,^M
with preprocessed source if appropriate.^M
Please include the complete backtrace with any bug report.^M
See <http://gcc.gnu.org/bugs.html> for instructions.^M

FAIL: ./common-1.h  -O0 -g (internal compiler error)


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

* [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto
  2015-01-20 16:11 [Bug bootstrap/64693] New: [5 Regression] PCH failed with LTO + profiledbootstrap hjl.tools at gmail dot com
  2015-01-20 18:27 ` [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto hjl.tools at gmail dot com
  2015-01-20 20:46 ` hjl.tools at gmail dot com
@ 2015-01-21  9:46 ` rguenth at gcc dot gnu.org
  2015-01-22 19:42 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-01-21  9:46 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
I remember seeing those failures with a regular LTO bootstrap as well,
profiling not required.


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

* [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto
  2015-01-20 16:11 [Bug bootstrap/64693] New: [5 Regression] PCH failed with LTO + profiledbootstrap hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2015-01-21  9:46 ` rguenth at gcc dot gnu.org
@ 2015-01-22 19:42 ` marxin at gcc dot gnu.org
  2015-02-07 14:06 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: marxin at gcc dot gnu.org @ 2015-01-22 19:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Created attachment 34534
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34534&action=edit
Test case

I've been working on a patch for the testcase.
>From gcc-bugs-return-474441-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jan 22 19:44:40 2015
Return-Path: <gcc-bugs-return-474441-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 8756 invoked by alias); 22 Jan 2015 19:44:39 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 8706 invoked by uid 55); 22 Jan 2015 19:44:35 -0000
From: "hubicka at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/64694] [5 Regression] FAIL: 23_containers/unordered_set/insert/hash_policy.cc
Date: Thu, 22 Jan 2015 19:44:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: ipa
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: hubicka at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64694-4-GxzPUZquUO@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64694-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64694-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-01/txt/msg02435.txt.bz2
Content-length: 418

https://gcc.gnu.org/bugzilla/show_bug.cgi?idd694

--- Comment #8 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Thu Jan 22 19:44:00 2015
New Revision: 220011

URL: https://gcc.gnu.org/viewcvs?rev"0011&root=gcc&view=rev
Log:

    PR ipa/64694
    * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
    heap.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline.c


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

* [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto
  2015-01-20 16:11 [Bug bootstrap/64693] New: [5 Regression] PCH failed with LTO + profiledbootstrap hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2015-01-22 19:42 ` marxin at gcc dot gnu.org
@ 2015-02-07 14:06 ` hjl.tools at gmail dot com
  2015-02-07 14:09 ` hjl.tools at gmail dot com
  2015-02-09 16:58 ` marxin at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2015-02-07 14:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> ---
*** Bug 64908 has been marked as a duplicate of this bug. ***


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

* [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto
  2015-01-20 16:11 [Bug bootstrap/64693] New: [5 Regression] PCH failed with LTO + profiledbootstrap hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2015-02-07 14:06 ` hjl.tools at gmail dot com
@ 2015-02-07 14:09 ` hjl.tools at gmail dot com
  2015-02-09 16:58 ` marxin at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2015-02-07 14:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> ---
A patch is posted at

https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02108.html


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

* [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto
  2015-01-20 16:11 [Bug bootstrap/64693] New: [5 Regression] PCH failed with LTO + profiledbootstrap hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2015-02-07 14:09 ` hjl.tools at gmail dot com
@ 2015-02-09 16:58 ` marxin at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: marxin at gcc dot gnu.org @ 2015-02-09 16:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to H.J. Lu from comment #6)
> A patch is posted at
> 
> https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02108.html

Hello.

I've just finished more sensitive patch for the issue and I've just restarted
profiled bootstrap.

Tomorrow, I'm going to send new version of the patch.

Thanks,
Martin
>From gcc-bugs-return-476510-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Feb 09 17:02:13 2015
Return-Path: <gcc-bugs-return-476510-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 8100 invoked by alias); 9 Feb 2015 17:02:13 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 8005 invoked by uid 55); 9 Feb 2015 17:02:08 -0000
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/64979] [4.8/4.9/5 Regression] stdarg optimization not able to find escape sites in phi nodes
Date: Mon, 09 Feb 2015 17:02:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.0.0
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: critical
X-Bugzilla-Who: jakub at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.8.5
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64979-4-TpLyvXe3kI@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64979-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64979-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-02/txt/msg00843.txt.bz2
Content-length: 665

https://gcc.gnu.org/bugzilla/show_bug.cgi?idd979

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Feb  9 17:01:36 2015
New Revision: 220543

URL: https://gcc.gnu.org/viewcvs?rev"0543&root=gcc&view=rev
Log:
    PR target/64979
    * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
    va_list escapes.

    * gcc.dg/tree-ssa/stdarg-7.c: New test.
    * gcc.c-torture/execute/pr64979.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/execute/pr64979.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/stdarg-7.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-stdarg.c


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

end of thread, other threads:[~2015-02-09 16:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-20 16:11 [Bug bootstrap/64693] New: [5 Regression] PCH failed with LTO + profiledbootstrap hjl.tools at gmail dot com
2015-01-20 18:27 ` [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto hjl.tools at gmail dot com
2015-01-20 20:46 ` hjl.tools at gmail dot com
2015-01-21  9:46 ` rguenth at gcc dot gnu.org
2015-01-22 19:42 ` marxin at gcc dot gnu.org
2015-02-07 14:06 ` hjl.tools at gmail dot com
2015-02-07 14:09 ` hjl.tools at gmail dot com
2015-02-09 16:58 ` marxin 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).