public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/108797] New: libstdc++: Inconsistent noexcept-specific for valarray  begin/end
@ 2023-02-15  7:39 holger.k at elberer dot de
  2023-02-15  7:51 ` [Bug libstdc++/108797] [10/11 Regression] libstdc++: Inconsistent noexcept-specifier " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: holger.k at elberer dot de @ 2023-02-15  7:39 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108797
           Summary: libstdc++: Inconsistent noexcept-specific for valarray
                     begin/end
           Product: gcc
           Version: 9.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: holger.k at elberer dot de
  Target Milestone: ---

The inconsistent noexcept specifier on valarray begin/end introduced in 
https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=12f7864eff882cba2720d8871d8b136bd7a1d3cd
on releases/gcc-9 (bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103022)
was fixed in
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=2b2d97fc545635a0f6aa9c9ee3b017394bc494b
on master and backported to all (active) release branches except releases/gcc-9

Pls cherry-pick to releases/gcc-9 -- if still supported.

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

* [Bug libstdc++/108797] [10/11 Regression] libstdc++: Inconsistent noexcept-specifier for valarray  begin/end
  2023-02-15  7:39 [Bug libstdc++/108797] New: libstdc++: Inconsistent noexcept-specific for valarray begin/end holger.k at elberer dot de
@ 2023-02-15  7:51 ` pinskia at gcc dot gnu.org
  2023-02-15  7:56 ` holger.k at elberer dot de
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-02-15  7:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Known to work|                            |10.3.0, 11.3.0, 12.1.0,
                   |                            |9.4.0
            Summary|libstdc++: Inconsistent     |[10/11 Regression]
                   |noexcept-specifier for      |libstdc++: Inconsistent
                   |valarray  begin/end         |noexcept-specifier for
                   |                            |valarray  begin/end
             Status|UNCONFIRMED                 |RESOLVED
   Target Milestone|---                         |10.5
      Known to fail|                            |10.4.0, 9.5.0

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The last GCC 9.x was GCC 9.5 released 2022-05-27.
The ship has sailed to apply patches to the GCC 9 branch now too.

Just for reference GCC 10 branch was applied r10-10910-g32bbf76e4345a7
GCC 11: r11-9264-g423cd47cfc9640 .

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

* [Bug libstdc++/108797] [10/11 Regression] libstdc++: Inconsistent noexcept-specifier for valarray  begin/end
  2023-02-15  7:39 [Bug libstdc++/108797] New: libstdc++: Inconsistent noexcept-specific for valarray begin/end holger.k at elberer dot de
  2023-02-15  7:51 ` [Bug libstdc++/108797] [10/11 Regression] libstdc++: Inconsistent noexcept-specifier " pinskia at gcc dot gnu.org
@ 2023-02-15  7:56 ` holger.k at elberer dot de
  2023-02-15  8:22 ` pinskia at gcc dot gnu.org
  2023-02-15  8:28 ` holger.k at elberer dot de
  3 siblings, 0 replies; 5+ messages in thread
From: holger.k at elberer dot de @ 2023-02-15  7:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Holger Kaelberer <holger.k at elberer dot de> ---
I expected that. Just for reference: Where can I find release-planning for
specific releases/xxx branches of gcc?

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

* [Bug libstdc++/108797] [10/11 Regression] libstdc++: Inconsistent noexcept-specifier for valarray  begin/end
  2023-02-15  7:39 [Bug libstdc++/108797] New: libstdc++: Inconsistent noexcept-specific for valarray begin/end holger.k at elberer dot de
  2023-02-15  7:51 ` [Bug libstdc++/108797] [10/11 Regression] libstdc++: Inconsistent noexcept-specifier " pinskia at gcc dot gnu.org
  2023-02-15  7:56 ` holger.k at elberer dot de
@ 2023-02-15  8:22 ` pinskia at gcc dot gnu.org
  2023-02-15  8:28 ` holger.k at elberer dot de
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-02-15  8:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Holger Kaelberer from comment #2)
> I expected that. Just for reference: Where can I find release-planning for
> specific releases/xxx branches of gcc?

From the front page itself:
https://gcc.gnu.org/
Under "Supported Releases" section.

You can also take a look at https://gcc.gnu.org/develop.html#timeline and see
based on previous branches that .5 is the last release of that branch.

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

* [Bug libstdc++/108797] [10/11 Regression] libstdc++: Inconsistent noexcept-specifier for valarray  begin/end
  2023-02-15  7:39 [Bug libstdc++/108797] New: libstdc++: Inconsistent noexcept-specific for valarray begin/end holger.k at elberer dot de
                   ` (2 preceding siblings ...)
  2023-02-15  8:22 ` pinskia at gcc dot gnu.org
@ 2023-02-15  8:28 ` holger.k at elberer dot de
  3 siblings, 0 replies; 5+ messages in thread
From: holger.k at elberer dot de @ 2023-02-15  8:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Holger Kaelberer <holger.k at elberer dot de> ---
Ok, got it. Thx

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

end of thread, other threads:[~2023-02-15  8:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15  7:39 [Bug libstdc++/108797] New: libstdc++: Inconsistent noexcept-specific for valarray begin/end holger.k at elberer dot de
2023-02-15  7:51 ` [Bug libstdc++/108797] [10/11 Regression] libstdc++: Inconsistent noexcept-specifier " pinskia at gcc dot gnu.org
2023-02-15  7:56 ` holger.k at elberer dot de
2023-02-15  8:22 ` pinskia at gcc dot gnu.org
2023-02-15  8:28 ` holger.k at elberer dot de

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).