public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap
@ 2022-03-09 19:18 seurer at gcc dot gnu.org
  2022-03-09 21:31 ` [Bug libgcc/104859] " seurer at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-03-09 19:18 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104859
           Summary: [12 regression] liibg++ fails during bootstrap
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

Seen with g:bded0d549fdfdc1328b2c0189dc5f8593b4cbe42 r12-7566-gbded0d549fdfdc
but that is probably not the source.  I am still bisecting this but as it is
breaking the build I thought I should open it right away.

libtool: compile:  /home/seurer/gcc/git/build/gcc-test/./gcc/xgcc
-shared-libgcc -B/home/seurer/gcc/git/build/gcc-test/./gcc -nostdinc++
-L/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/32/libstdc++-v3/src
-L/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/32/libstdc++-v3/src/.libs
-L/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/32/libstdc++-v3/libsupc++/.libs
-B/home/seurer/gcc/git/install/gcc-test/powerpc64-unknown-linux-gnu/bin/
-B/home/seurer/gcc/git/install/gcc-test/powerpc64-unknown-linux-gnu/lib/
-isystem
/home/seurer/gcc/git/install/gcc-test/powerpc64-unknown-linux-gnu/include
-isystem
/home/seurer/gcc/git/install/gcc-test/powerpc64-unknown-linux-gnu/sys-include
-m32 -I/home/seurer/gcc/git/gcc-test/libstdc++-v3/../libgcc
-I/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/32/libstdc++-v3/include/powerpc64-unknown-linux-gnu
-I/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/32/libstdc++-v3/include
-I/home/seurer/gcc/git/gcc-test/libstdc++-v3/libsupc++ -std=gnu++17 -nostdinc++
-D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings
-Wcast-qual -Wabi=2 -fdiagnostics-show-location=once -ffunction-sections
-fdata-sections -frandom-seed=floating_to_chars.lo -fimplicit-templates -g -O2
-D_GNU_SOURCE -m32 -c
/home/seurer/gcc/git/gcc-test/libstdc++-v3/src/c++17/floating_to_chars.cc 
-fPIC -DPIC -D_GLIBCXX_SHARED -o floating_to_chars.o
/home/seurer/gcc/git/gcc-test/libstdc++-v3/src/c++17/floating_to_chars.cc: In
instantiation of 'std::to_chars_result std::__floating_to_chars_hex(char*,
char*, T, optional<int>) [with T = long double]':
/home/seurer/gcc/git/gcc-test/libstdc++-v3/src/c++17/floating_to_chars.cc:926:37:
  required from 'std::to_chars_result std::__floating_to_chars_shortest(char*,
char*, T, chars_format) [with T = long double]'
/home/seurer/gcc/git/gcc-test/libstdc++-v3/src/c++17/floating_to_chars.cc:1612:40:
  required from here
/home/seurer/gcc/git/gcc-test/libstdc++-v3/src/c++17/floating_to_chars.cc:804:52:
error: cannot convert '{anonymous}::uint128_t' to 'const unsigned int' in
initialization
  804 |         const unsigned nibble = effective_mantissa >>
rounded_mantissa_bits;
      |                                
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                    |
      |                                                   
{anonymous}::uint128_t
/home/seurer/gcc/git/gcc-test/libstdc++-v3/src/c++17/floating_to_chars.cc:856:56:
error: cannot convert '{anonymous}::uint128_t' to 'const unsigned int' in
initialization
  856 |             const unsigned nibble = effective_mantissa >>
nibble_offset;
      |                                     ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
      |                                                        |
      |                                                       
{anonymous}::uint128_t
make[9]: *** [floating_to_chars.lo] Error 1

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

* [Bug libgcc/104859] [12 regression] liibg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
@ 2022-03-09 21:31 ` seurer at gcc dot gnu.org
  2022-03-09 21:38 ` [Bug c++/104859] " pinskia at gcc dot gnu.org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-03-09 21:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from seurer at gcc dot gnu.org ---
Looks like this is BE only.  And the bisect points here:

commit e32869a17b788bee9ca782b174a546b1db17b5ea
Author: Patrick Palka <ppalka@redhat.com>
Date:   Wed Mar 9 08:42:32 2022 -0500

    c++: detecting copy-init context during CTAD [PR102137]

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

* [Bug c++/104859] [12 regression] liibg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
  2022-03-09 21:31 ` [Bug libgcc/104859] " seurer at gcc dot gnu.org
@ 2022-03-09 21:38 ` pinskia at gcc dot gnu.org
  2022-03-09 21:42 ` seurer at gcc dot gnu.org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-03-09 21:38 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
What stage is the bootstrap at while the error happens?

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

* [Bug c++/104859] [12 regression] liibg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
  2022-03-09 21:31 ` [Bug libgcc/104859] " seurer at gcc dot gnu.org
  2022-03-09 21:38 ` [Bug c++/104859] " pinskia at gcc dot gnu.org
@ 2022-03-09 21:42 ` seurer at gcc dot gnu.org
  2022-03-09 21:45 ` pinskia at gcc dot gnu.org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-03-09 21:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from seurer at gcc dot gnu.org ---
stage 1.  It happens on a non-bootstrap, too.

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

* [Bug c++/104859] [12 regression] liibg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-03-09 21:42 ` seurer at gcc dot gnu.org
@ 2022-03-09 21:45 ` pinskia at gcc dot gnu.org
  2022-03-09 22:09 ` ppalka at gcc dot gnu.org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-03-09 21:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to seurer from comment #3)
> stage 1.  It happens on a non-bootstrap, too.

I was worried that it was causing wrong code in the front-end.
Can you attach the preprocessed source for floating_to_chars.cc ?

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

* [Bug c++/104859] [12 regression] liibg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-03-09 21:45 ` pinskia at gcc dot gnu.org
@ 2022-03-09 22:09 ` ppalka at gcc dot gnu.org
  2022-03-09 22:10 ` jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-03-09 22:09 UTC (permalink / raw)
  To: gcc-bugs

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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |ppalka at gcc dot gnu.org
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2022-03-09

--- Comment #5 from Patrick Palka <ppalka at gcc dot gnu.org> ---
I think we just need to add some explicit casts:

diff --git a/libstdc++-v3/src/c++17/floating_to_chars.cc
b/libstdc++-v3/src/c++17/floating_to_chars.cc
index 5825e661bf4..0ccf2623511 100644
--- a/libstdc++-v3/src/c++17/floating_to_chars.cc
+++ b/libstdc++-v3/src/c++17/floating_to_chars.cc
@@ -801,14 +801,14 @@ template<typename T>
     char leading_hexit;
     if constexpr (has_implicit_leading_bit)
       {
-       const unsigned nibble = effective_mantissa >> rounded_mantissa_bits;
+       const unsigned nibble = unsigned(effective_mantissa >>
rounded_mantissa_bits);
        __glibcxx_assert(nibble <= 2);
        leading_hexit = '0' + nibble;
        effective_mantissa &= ~(mantissa_t{0b11} << rounded_mantissa_bits);
       }
     else
       {
-       const unsigned nibble = effective_mantissa >>
(rounded_mantissa_bits-4);
+       const unsigned nibble = unsigned(effective_mantissa >>
(rounded_mantissa_bits-4));
        __glibcxx_assert(nibble < 16);
        leading_hexit = "0123456789abcdef"[nibble];
        effective_mantissa &= ~(mantissa_t{0b1111} <<
(rounded_mantissa_bits-4));
@@ -853,7 +853,7 @@ template<typename T>
        while (effective_mantissa != 0)
          {
            nibble_offset -= 4;
-           const unsigned nibble = effective_mantissa >> nibble_offset;
+           const unsigned nibble = unsigned(effective_mantissa >>
nibble_offset);
            __glibcxx_assert(nibble < 16);
            *first++ = "0123456789abcdef"[nibble];
            ++written_hexits;

since on targets which lack __int128, effective_mantissa can be the
integer-class uint128_t, which unlike __int128 is only _explicitly_ convertible
to the builtin integer types.   And r12-7563-ge32869a17b788b made us correctly
exclude explicit conversion operators during copy-initialization.

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

* [Bug c++/104859] [12 regression] liibg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-03-09 22:09 ` ppalka at gcc dot gnu.org
@ 2022-03-09 22:10 ` jakub at gcc dot gnu.org
  2022-03-09 22:12 ` jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-03-09 22:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I'm more suprised that this ever worked.
For 32-bit libstdc++, there is no unsigned __int128 support, so it uses
uint128_t.h instead, but that class doesn't have conversion operator to
unsigned.
Wonder if
  constexpr explicit
  operator unsigned() const
  { return unsigned(lo); }
shouldn't be added to the header and then spots like
const unsigned nibble = effective_mantissa >> rounded_mantissa_bits;
be replaced with
const unsigned nibble = {effective_mantissa >> rounded_mantissa_bits};

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

* [Bug c++/104859] [12 regression] liibg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2022-03-09 22:10 ` jakub at gcc dot gnu.org
@ 2022-03-09 22:12 ` jakub at gcc dot gnu.org
  2022-03-09 23:49 ` [Bug libstdc++/104859] " cvs-commit at gcc dot gnu.org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-03-09 22:12 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Oops, sorry, there is
  template<typename T, typename = std::enable_if_t<std::is_integral_v<T>>>
    constexpr explicit
    operator T() const
    {
      static_assert(sizeof(T) <= sizeof(uint64_t));
      return static_cast<T>(lo);
    }
but it is explicit so an explicit cast is needed.

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

* [Bug libstdc++/104859] [12 regression] liibg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2022-03-09 22:12 ` jakub at gcc dot gnu.org
@ 2022-03-09 23:49 ` cvs-commit at gcc dot gnu.org
  2022-03-10  0:04 ` ppalka at gcc dot gnu.org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-03-09 23:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Patrick Palka <ppalka@gcc.gnu.org>:

https://gcc.gnu.org/g:65857caee8ccfac5007a9fd0e5f18cce5e5fe934

commit r12-7571-g65857caee8ccfac5007a9fd0e5f18cce5e5fe934
Author: Patrick Palka <ppalka@redhat.com>
Date:   Wed Mar 9 18:48:52 2022 -0500

    libstdc++: Avoid implicit narrowing from uint128_t [PR104859]

    We need to be explicit about narrowing conversions from uint128_t since,
    on targets that lack __int128, this type is defined as an integer-class
    type that is only _explicitly_ convertible to the builtin integer types.
    This issue was latent until r12-7563-ge32869a17b788b made the frontend
    correctly reject explicit conversion functions during (dependent)
    copy-initialization.

            PR libstdc++/104859

    libstdc++-v3/ChangeLog:

            * src/c++17/floating_to_chars.cc (__floating_to_chars_hex):
            Be explicit when narrowing the shifted effective_mantissa,
            since it may have an integer-class type.

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

* [Bug libstdc++/104859] [12 regression] liibg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2022-03-09 23:49 ` [Bug libstdc++/104859] " cvs-commit at gcc dot gnu.org
@ 2022-03-10  0:04 ` ppalka at gcc dot gnu.org
  2022-03-10  8:41 ` [Bug libstdc++/104859] [11 Regression] libg++ " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-03-10  0:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Should be fixed now, sorry for the build breakage.

I suppose we might want to also backport this fix to the 11 branch.

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

* [Bug libstdc++/104859] [11 Regression] libg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2022-03-10  0:04 ` ppalka at gcc dot gnu.org
@ 2022-03-10  8:41 ` rguenth at gcc dot gnu.org
  2022-04-07 10:13 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-03-10  8:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[12 regression] liibg++     |[11 Regression] libg++
                   |fails during bootstrap      |fails during bootstrap
   Target Milestone|12.0                        |11.3

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
re-targeting then

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

* [Bug libstdc++/104859] [11 Regression] libg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2022-03-10  8:41 ` [Bug libstdc++/104859] [11 Regression] libg++ " rguenth at gcc dot gnu.org
@ 2022-04-07 10:13 ` rguenth at gcc dot gnu.org
  2022-04-07 15:41 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-04-07 10:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug libstdc++/104859] [11 Regression] libg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2022-04-07 10:13 ` rguenth at gcc dot gnu.org
@ 2022-04-07 15:41 ` redi at gcc dot gnu.org
  2022-04-07 19:36 ` cvs-commit at gcc dot gnu.org
  2022-04-07 19:38 ` ppalka at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: redi at gcc dot gnu.org @ 2022-04-07 15:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Patrick Palka from comment #9)
> I suppose we might want to also backport this fix to the 11 branch.

Please do so before the 11.3.0 release candidate next week.

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

* [Bug libstdc++/104859] [11 Regression] libg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2022-04-07 15:41 ` redi at gcc dot gnu.org
@ 2022-04-07 19:36 ` cvs-commit at gcc dot gnu.org
  2022-04-07 19:38 ` ppalka at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-04-07 19:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Patrick Palka
<ppalka@gcc.gnu.org>:

https://gcc.gnu.org/g:c859c99a85b8743b2c1edc097c6f6406de337f45

commit r11-9798-gc859c99a85b8743b2c1edc097c6f6406de337f45
Author: Patrick Palka <ppalka@redhat.com>
Date:   Wed Mar 9 18:48:52 2022 -0500

    libstdc++: Avoid implicit narrowing from uint128_t [PR104859]

    We need to be explicit about narrowing conversions from uint128_t since,
    on targets that lack __int128, this type is defined as an integer-class
    type that is only _explicitly_ convertible to the builtin integer types.
    This issue was latent until r12-7563-ge32869a17b788b made the frontend
    correctly reject explicit conversion functions during (dependent)
    copy-initialization.

            PR libstdc++/104859

    libstdc++-v3/ChangeLog:

            * src/c++17/floating_to_chars.cc (__floating_to_chars_hex):
            Be explicit when narrowing the shifted effective_mantissa,
            since it may have an integer-class type.

    (cherry picked from commit 65857caee8ccfac5007a9fd0e5f18cce5e5fe934)

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

* [Bug libstdc++/104859] [11 Regression] libg++ fails during bootstrap
  2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2022-04-07 19:36 ` cvs-commit at gcc dot gnu.org
@ 2022-04-07 19:38 ` ppalka at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-04-07 19:38 UTC (permalink / raw)
  To: gcc-bugs

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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

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

--- Comment #13 from Patrick Palka <ppalka at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #11)
> (In reply to Patrick Palka from comment #9)
> > I suppose we might want to also backport this fix to the 11 branch.
> 
> Please do so before the 11.3.0 release candidate next week.

Done, thus fixed for GCC 11.3/12.

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

end of thread, other threads:[~2022-04-07 19:38 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09 19:18 [Bug libgcc/104859] New: [12 regression] liibg++ fails during bootstrap seurer at gcc dot gnu.org
2022-03-09 21:31 ` [Bug libgcc/104859] " seurer at gcc dot gnu.org
2022-03-09 21:38 ` [Bug c++/104859] " pinskia at gcc dot gnu.org
2022-03-09 21:42 ` seurer at gcc dot gnu.org
2022-03-09 21:45 ` pinskia at gcc dot gnu.org
2022-03-09 22:09 ` ppalka at gcc dot gnu.org
2022-03-09 22:10 ` jakub at gcc dot gnu.org
2022-03-09 22:12 ` jakub at gcc dot gnu.org
2022-03-09 23:49 ` [Bug libstdc++/104859] " cvs-commit at gcc dot gnu.org
2022-03-10  0:04 ` ppalka at gcc dot gnu.org
2022-03-10  8:41 ` [Bug libstdc++/104859] [11 Regression] libg++ " rguenth at gcc dot gnu.org
2022-04-07 10:13 ` rguenth at gcc dot gnu.org
2022-04-07 15:41 ` redi at gcc dot gnu.org
2022-04-07 19:36 ` cvs-commit at gcc dot gnu.org
2022-04-07 19:38 ` ppalka 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).