[Bug bootstrap/99983] [10 regression] ICE in bootstrap while building libstdc++

2021-04-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99983

--- Comment #5 from Richard Biener  ---
I suggest to revert.

[Bug bootstrap/99983] [10 regression] ICE in bootstrap while building libstdc++

2021-04-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99983

Richard Biener  changed:

   What|Removed |Added

  Known to work||10.3.0
   Last reconfirmed||2021-04-09
   Priority|P3  |P1
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Richard Biener  ---
Thus confirmed.

[Bug bootstrap/99983] [10 regression] ICE in bootstrap while building libstdc++

2021-04-09 Thread mkuvyrkov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99983

Maxim Kuvyrkov  changed:

   What|Removed |Added

  Build|powerpc64*-linux-gnu|powerpc64*-linux-gnu
   ||x86_64-linux-gnu
   ||aarch64-linux-gnu
   ||arm-linux-gnueabihf
 Target|powerpc64*-linux-gnu|powerpc64*-linux-gnu
   ||x86_64-linux-gnu
   ||aarch64-linux-gnu
   ||arm-linux-gnueabihf
 CC||fdumont at gcc dot gnu.org,
   ||mkuvyrkov at gcc dot gnu.org
   Host|powerpc64*-linux-gnu|powerpc64*-linux-gnu
   ||x86_64-linux-gnu
   ||aarch64-linux-gnu
   ||arm-linux-gnueabihf

--- Comment #3 from Maxim Kuvyrkov  ---
(In reply to seurer from comment #1)
> The failures shown were on a power 8 LE system for
> g:348fb9db7858b0fe852da3cd1195b90b2211b983, r10-9675.  I have something
> running to look for what revision started it.

It appears to be
===
commit 1c4e8a96cd695c03ff85299bf2392476feae99bb
Author: François Dumont 
Date: Mon Jan 20 19:15:43 2020 +0100

libstdc++: Fix unordered containers move constructors noexcept qualification

_Hashtable move constructor is wrongly qualified as noexcept(true) regardless
of
_Equal and _H1 copy constructor qualifications.
_Hashtable allocator-aware move constructor is missing its noexcept
qualification like the depending unordered containers ones.

This backport also includes the changes from r11-8062.
===

And also confirmed on x86_64, aarch64, and aarch32.

[Bug bootstrap/99983] [10 regression] ICE in bootstrap while building libstdc++

2021-04-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99983

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |10.4
 CC||rguenth at gcc dot gnu.org

--- Comment #2 from Richard Biener  ---
Btw, 10.3.0 bootstrapped fine for me (but using --with-cpu=power8
--with-tune=power9 just in case that makes a diference).

How did you configure?

[Bug bootstrap/99983] [10 regression] ICE in bootstrap while building libstdc++

2021-04-08 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99983

seurer at gcc dot gnu.org changed:

   What|Removed |Added

 Target||powerpc64*-linux-gnu
   Host||powerpc64*-linux-gnu
  Build||powerpc64*-linux-gnu

--- Comment #1 from seurer at gcc dot gnu.org ---
The failures shown were on a power 8 LE system for
g:348fb9db7858b0fe852da3cd1195b90b2211b983, r10-9675.  I have something running
to look for what revision started it.