public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails
       [not found] <bug-91153-4@http.gcc.gnu.org/bugzilla/>
@ 2020-04-15 13:24 ` wschmidt at gcc dot gnu.org
  2020-04-15 13:27 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2020-04-15 13:24 UTC (permalink / raw)
  To: gcc-bugs

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

Bill Schmidt <wschmidt at gcc dot gnu.org> changed:

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

--- Comment #1 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Looks like this bug hasn't been classified (still P3).  Curious whether it's on
the list for P10 or deferred.

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

* [Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails
       [not found] <bug-91153-4@http.gcc.gnu.org/bugzilla/>
  2020-04-15 13:24 ` [Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails wschmidt at gcc dot gnu.org
@ 2020-04-15 13:27 ` jakub at gcc dot gnu.org
  2020-04-15 13:55 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-04-15 13:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Only bugs that are marked as [... Regression] and have corresponding Target
Milestone are classified that way.

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

* [Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails
       [not found] <bug-91153-4@http.gcc.gnu.org/bugzilla/>
  2020-04-15 13:24 ` [Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails wschmidt at gcc dot gnu.org
  2020-04-15 13:27 ` jakub at gcc dot gnu.org
@ 2020-04-15 13:55 ` redi at gcc dot gnu.org
  2020-04-15 14:55 ` wschmidt at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2020-04-15 13:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
It's just a buggy test, the code in the library is fine. I'll fix the test for
GCC 10 if I get a chance, but it's not a priority.

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

* [Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails
       [not found] <bug-91153-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-04-15 13:55 ` redi at gcc dot gnu.org
@ 2020-04-15 14:55 ` wschmidt at gcc dot gnu.org
  2020-07-02 18:08 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2020-04-15 14:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Perfect, thanks!  I'll take it off my concern list...

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

* [Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails
       [not found] <bug-91153-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-04-15 14:55 ` wschmidt at gcc dot gnu.org
@ 2020-07-02 18:08 ` cvs-commit at gcc dot gnu.org
  2020-07-02 18:58 ` cvs-commit at gcc dot gnu.org
  2020-07-02 18:59 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-02 18:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <redi@gcc.gnu.org>:

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

commit r11-1790-gc6f431bba531bac3212b66069cf0f9718edf0132
Author: Jonathan Wakely <jwakely.gcc@gmail.com>
Date:   Thu Jul 2 17:11:10 2020 +0000

    libstdc++: Fix atomic<long double> tests (PR 91153, PR 93224)

    These tests fail with AIX double double. Use different floating point
    values that behave less surprisingly.

    libstdc++-v3/ChangeLog:

            PR libstdc++/91153
            PR target/93224
            * testsuite/29_atomics/atomic_float/1.cc: Use different values
            for tests.
            * testsuite/29_atomics/atomic_ref/float.cc: Likewise.

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

* [Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails
       [not found] <bug-91153-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-07-02 18:08 ` cvs-commit at gcc dot gnu.org
@ 2020-07-02 18:58 ` cvs-commit at gcc dot gnu.org
  2020-07-02 18:59 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-02 18:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Jonathan Wakely
<redi@gcc.gnu.org>:

https://gcc.gnu.org/g:14d4e7bc303a92f620eddcba9cef88da7e91514c

commit r10-8416-g14d4e7bc303a92f620eddcba9cef88da7e91514c
Author: Jonathan Wakely <jwakely.gcc@gmail.com>
Date:   Thu Jul 2 17:11:10 2020 +0000

    libstdc++: Fix atomic<long double> tests (PR 91153, PR 93224)

    These tests fail with AIX double double. Use different floating point
    values that behave less surprisingly.

    libstdc++-v3/ChangeLog:

            PR libstdc++/91153
            PR target/93224
            * testsuite/29_atomics/atomic_float/1.cc: Use different values
            for tests.
            * testsuite/29_atomics/atomic_ref/float.cc: Likewise.

    (cherry picked from commit c6f431bba531bac3212b66069cf0f9718edf0132)

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

* [Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails
       [not found] <bug-91153-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2020-07-02 18:58 ` cvs-commit at gcc dot gnu.org
@ 2020-07-02 18:59 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2020-07-02 18:59 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |10.2
             Status|ASSIGNED                    |RESOLVED

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed for 10.2

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

end of thread, other threads:[~2020-07-02 18:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-91153-4@http.gcc.gnu.org/bugzilla/>
2020-04-15 13:24 ` [Bug libstdc++/91153] New test case 29_atomics/atomic_float/1.cc execution test fails wschmidt at gcc dot gnu.org
2020-04-15 13:27 ` jakub at gcc dot gnu.org
2020-04-15 13:55 ` redi at gcc dot gnu.org
2020-04-15 14:55 ` wschmidt at gcc dot gnu.org
2020-07-02 18:08 ` cvs-commit at gcc dot gnu.org
2020-07-02 18:58 ` cvs-commit at gcc dot gnu.org
2020-07-02 18:59 ` redi 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).