public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/63636] New: [5 Regression] gcc gets miscompiled during LTO/PGO bootstrap on ppc64
@ 2014-10-24  8:08 trippels at gcc dot gnu.org
  2014-11-20 12:40 ` [Bug ipa/63636] [5 Regression] gcc gets miscompiled by ipa-icf " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-10-24  8:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63636
           Summary: [5 Regression] gcc gets miscompiled during LTO/PGO
                    bootstrap on ppc64
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: trippels at gcc dot gnu.org
            Target: powerpc64-unknown-linux-gnu

% ../gcc/configure --disable-libsanitizer -disable-libstdcxx-pch
--disable-libvtv --disable-libitm --disable-libcilkrts --disable-libssp
--disable-libgomp --disable-werror --disable-multilib --enable-languages=c,c++
--with-build-config=bootstrap-lto
  % make -j64 BOOT_CFLAGS="-mcpu=power7 -O3 -pipe" STAGE1_CFLAGS="-mcpu=power7
-O3 -pipe" CFLAGS_FOR_TARGET="-mcpu=power7 -O3 -pipe"
CXXFLAGS_FOR_TARGET="-mcpu=power7 -O3 -pipe" profiledbootstrap

... (stagefeedback)

../../../gcc/libgcc/libgcov-merge.c: In function ‘__gcov_merge_ior’:
../../../gcc/libgcc/libgcov-merge.c:69:1: error: unrecognizable insn:
 }
 ^
(insn 53 52 54 6 (set (reg:DI 196 [ D.8309 ])
        (ior:DI (reg:DI 197)
            (reg:DI 182 [ D.8310 ]))) ../../../gcc/libgcc/libgcov-merge.c:68 -1
     (nil))
../../../gcc/libgcc/libgcov-merge.c:69:1: internal compiler error: in
extract_insn, at recog.c:2321

(And many similar ICEs)

trippels@gcc1-power7 libgcc % cat unwind-dw2.i
int a;
void
_Unwind_RaiseException_handler (void)
{
  __builtin_eh_return (a, _Unwind_RaiseException_handler);
}

trippels@gcc1-power7 libgcc % /home/trippels/gcc_build_dir/./gcc/xgcc
-B/home/trippels/gcc_build_dir/./gcc/ unwind-dw2.i
unwind-dw2.i: In function ‘_Unwind_RaiseException_handler’:
unwind-dw2.i:6:1: error: unrecognizable insn:
 }
 ^
(insn 31 30 32 (set (reg:SI 11 11)
        (xor:SI (reg:SI 11 11)
            (const_int -398393344 [0xffffffffe8410000]))) unwind-dw2.i:4 -1
     (nil))
unwind-dw2.i:6:1: internal compiler error: in insn_default_length, at
config/rs6000/rs6000.md:7570
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
>From gcc-bugs-return-464890-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Oct 24 08:08:37 2014
Return-Path: <gcc-bugs-return-464890-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 27158 invoked by alias); 24 Oct 2014 08:08:36 -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 27117 invoked by uid 48); 24 Oct 2014 08:08:33 -0000
From: "burnus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/63632] [4.9/5 Regression] bootstrap-lto/profiledbootstrap broken by r216566
Date: Fri, 24 Oct 2014 08:26:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: burnus at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: trippels at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.2
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-63632-4-vrU6zWBV0n@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63632-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63632-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: 2014-10/txt/msg01911.txt.bz2
Content-length: 235

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

--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Markus Trippelsdorf from comment #4)
> Fixed.

Thanks! Commits were r216613 (trunk) and r216614 (4.9).


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

* [Bug ipa/63636] [5 Regression] gcc gets miscompiled by ipa-icf during LTO/PGO bootstrap on ppc64
  2014-10-24  8:08 [Bug target/63636] New: [5 Regression] gcc gets miscompiled during LTO/PGO bootstrap on ppc64 trippels at gcc dot gnu.org
@ 2014-11-20 12:40 ` rguenth at gcc dot gnu.org
  2014-11-24 13:38 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-20 12:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

* [Bug ipa/63636] [5 Regression] gcc gets miscompiled by ipa-icf during LTO/PGO bootstrap on ppc64
  2014-10-24  8:08 [Bug target/63636] New: [5 Regression] gcc gets miscompiled during LTO/PGO bootstrap on ppc64 trippels at gcc dot gnu.org
  2014-11-20 12:40 ` [Bug ipa/63636] [5 Regression] gcc gets miscompiled by ipa-icf " rguenth at gcc dot gnu.org
@ 2014-11-24 13:38 ` rguenth at gcc dot gnu.org
  2014-11-24 13:42 ` trippels at gcc dot gnu.org
  2014-11-24 14:09 ` trippels at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-24 13:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Is this fixed now (why is it in WAITING?)


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

* [Bug ipa/63636] [5 Regression] gcc gets miscompiled by ipa-icf during LTO/PGO bootstrap on ppc64
  2014-10-24  8:08 [Bug target/63636] New: [5 Regression] gcc gets miscompiled during LTO/PGO bootstrap on ppc64 trippels at gcc dot gnu.org
  2014-11-20 12:40 ` [Bug ipa/63636] [5 Regression] gcc gets miscompiled by ipa-icf " rguenth at gcc dot gnu.org
  2014-11-24 13:38 ` rguenth at gcc dot gnu.org
@ 2014-11-24 13:42 ` trippels at gcc dot gnu.org
  2014-11-24 14:09 ` trippels at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-11-24 13:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #2)
> Is this fixed now (why is it in WAITING?)

Because you changed the status to WAITING?
I will retest this once all P1 ICF issues are fixed.


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

* [Bug ipa/63636] [5 Regression] gcc gets miscompiled by ipa-icf during LTO/PGO bootstrap on ppc64
  2014-10-24  8:08 [Bug target/63636] New: [5 Regression] gcc gets miscompiled during LTO/PGO bootstrap on ppc64 trippels at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-11-24 13:42 ` trippels at gcc dot gnu.org
@ 2014-11-24 14:09 ` trippels at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-11-24 14:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Looks like the issue is fixed already. Closing.


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

end of thread, other threads:[~2014-11-24 14:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-24  8:08 [Bug target/63636] New: [5 Regression] gcc gets miscompiled during LTO/PGO bootstrap on ppc64 trippels at gcc dot gnu.org
2014-11-20 12:40 ` [Bug ipa/63636] [5 Regression] gcc gets miscompiled by ipa-icf " rguenth at gcc dot gnu.org
2014-11-24 13:38 ` rguenth at gcc dot gnu.org
2014-11-24 13:42 ` trippels at gcc dot gnu.org
2014-11-24 14:09 ` 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).