[gcc(refs/users/aoliva/heads/testme)] [libstdc++-v3] [testsuite] improve future/*/poll.cc calibration

2024-08-30 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:73bc0445c988397251bc6b7e36df58d91ee7c869 commit 73bc0445c988397251bc6b7e36df58d91ee7c869 Author: Alexandre Oliva Date: Fri Aug 30 09:06:40 2024 -0300 [libstdc++-v3] [testsuite] improve future/*/poll.cc calibration 30_threads/future/members/poll.cc has calibra

[gcc(refs/users/aoliva/heads/testme)] [libstdc++-v3] [testsuite] improve future/*/poll.cc calibration

2024-08-30 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:beba216fee9f07a3c3cf5e85ddf2ef72f38893c7 commit beba216fee9f07a3c3cf5e85ddf2ef72f38893c7 Author: Alexandre Oliva Date: Fri Aug 30 09:06:40 2024 -0300 [libstdc++-v3] [testsuite] improve future/*/poll.cc calibration 30_threads/future/members/poll.cc has calibra

[gcc r15-3385] [libstdc++] [testsuite] avoid async.cc loss of precision [PR91486]

2024-09-02 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:410061b15a9b0a464c851173fa568e49c85570dc commit r15-3385-g410061b15a9b0a464c851173fa568e49c85570dc Author: Alexandre Oliva Date: Mon Sep 2 11:31:59 2024 -0300 [libstdc++] [testsuite] avoid async.cc loss of precision [PR91486] When we get to test_pr91486_wait_

[gcc r15-3386] [libstdc++-v3] [testsuite] improve future/*/poll.cc calibration

2024-09-02 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:af1500dd8c00df4541f7aa393ab7cf57db18241b commit r15-3386-gaf1500dd8c00df4541f7aa393ab7cf57db18241b Author: Alexandre Oliva Date: Mon Sep 2 11:32:03 2024 -0300 [libstdc++-v3] [testsuite] improve future/*/poll.cc calibration 30_threads/future/members/poll.cc ha

[gcc(refs/users/aoliva/heads/testme)] [libstdc++] [testsuite] no libatomic for vxworks

2024-06-24 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:441c81173683b53bbc5cba645d860a5f8065fe77 commit 441c81173683b53bbc5cba645d860a5f8065fe77 Author: Alexandre Oliva Date: Mon Jun 24 14:34:27 2024 -0300 [libstdc++] [testsuite] no libatomic for vxworks libatomic hasn't been ported to vxworks. Most of the stdato

[gcc(refs/users/aoliva/heads/testme)] [libstdc++] [testsuite] defer to check_vect_support* [PR115454]

2024-06-26 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:c658106424868e6512d9042693e3296efc68916d commit c658106424868e6512d9042693e3296efc68916d Author: Alexandre Oliva Date: Wed Jun 26 05:54:44 2024 -0300 [libstdc++] [testsuite] defer to check_vect_support* [PR115454] The newly-added testcase overrides the defaul

[gcc r15-1692] [libstdc++] [testsuite] defer to check_vect_support* [PR115454]

2024-06-27 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:95faa1bea7bdc7f92fcccb3543bfcbc8184c5e5b commit r15-1692-g95faa1bea7bdc7f92fcccb3543bfcbc8184c5e5b Author: Alexandre Oliva Date: Thu Jun 27 07:22:48 2024 -0300 [libstdc++] [testsuite] defer to check_vect_support* [PR115454] The newly-added testcase overrides

[gcc r14-10352] [libstdc++] [testsuite] defer to check_vect_support* [PR115454]

2024-06-27 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:b70af0bd2e33e9cc20dae45c131429a402fc8845 commit r14-10352-gb70af0bd2e33e9cc20dae45c131429a402fc8845 Author: Alexandre Oliva Date: Thu Jun 27 08:14:34 2024 -0300 [libstdc++] [testsuite] defer to check_vect_support* [PR115454] The newly-added testcase overrides

[gcc r13-8872] [libstdc++] [testsuite] defer to check_vect_support* [PR115454]

2024-06-27 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:3de1c4985bebd1882b6643789daba24f2d11bafe commit r13-8872-g3de1c4985bebd1882b6643789daba24f2d11bafe Author: Alexandre Oliva Date: Thu Jun 27 08:32:15 2024 -0300 [libstdc++] [testsuite] defer to check_vect_support* [PR115454] The newly-added testcase overrides

[gcc r14-10016] [libstdc++] [testsuite] xfail double-prec from_chars for float128_t

2024-04-18 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:5b178179e85ace01a97def40531e915c180aaeca commit r14-10016-g5b178179e85ace01a97def40531e915c180aaeca Author: Alexandre Oliva Date: Thu Apr 18 08:00:56 2024 -0300 [libstdc++] [testsuite] xfail double-prec from_chars for float128_t Tests 20_util/from_chars/4.cc

[gcc r14-10017] [libstdc++] [testsuite] disable SRA for compare_exchange_padding

2024-04-18 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:dcf0bd14cda706be8d0c18963812beefca51df39 commit r14-10017-gdcf0bd14cda706be8d0c18963812beefca51df39 Author: Alexandre Oliva Date: Thu Apr 18 08:00:59 2024 -0300 [libstdc++] [testsuite] disable SRA for compare_exchange_padding On arm-vx7r2, the uses of as.load

[gcc(refs/users/aoliva/heads/testme)] [libstdc++] [testsuite] avoid async.cc loss of precision [PR91486]

2024-07-29 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:9d90ad447ba1872c8606e1b33b4545ceb40ee0d0 commit 9d90ad447ba1872c8606e1b33b4545ceb40ee0d0 Author: Alexandre Oliva Date: Mon Jul 29 19:48:52 2024 -0300 [libstdc++] [testsuite] avoid async.cc loss of precision [PR91486] When we get to test_pr91486_wait_until(),

[gcc(refs/users/aoliva/heads/testme)] [libstdc++-v3] [rtems] enable filesystem support

2024-05-28 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:0276651ab74a1200d8c1defeee3b2a4f53712fe7 commit 0276651ab74a1200d8c1defeee3b2a4f53712fe7 Author: Alexandre Oliva Date: Wed May 29 02:52:25 2024 -0300 [libstdc++-v3] [rtems] enable filesystem support mkdir, chdir and chmod functions are defined in librtemscpu,

[gcc r15-921] [libstdc++-v3] [rtems] enable filesystem support

2024-05-30 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:5955c18dfb970740d55d432aeee5cb5a6f51cf65 commit r15-921-g5955c18dfb970740d55d432aeee5cb5a6f51cf65 Author: Alexandre Oliva Date: Thu May 30 04:01:15 2024 -0300 [libstdc++-v3] [rtems] enable filesystem support mkdir, chdir and chmod functions are defined in lib

[gcc r15-1049] [libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__

2024-06-05 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:67be156f952241ad99af1eedc4da91bc2e201cd3 commit r15-1049-g67be156f952241ad99af1eedc4da91bc2e201cd3 Author: Alexandre Oliva Date: Wed Jun 5 22:43:54 2024 -0300 [libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__ A proprietary embedded operating s

[gcc(refs/users/aoliva/heads/testme)] [libstdc++] drop workaround for clang<=7

2024-06-06 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:c3e23e85d8a348cfaecf1a8885ad02318ade0ad6 commit c3e23e85d8a348cfaecf1a8885ad02318ade0ad6 Author: Alexandre Oliva Date: Fri Jun 7 00:27:15 2024 -0300 [libstdc++] drop workaround for clang<=7 In response to a request in the review of the patch that introduced

[gcc r15-1098] [libstdc++] drop workaround for clang<=7

2024-06-07 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:b6a9deb1e2ae01ee906e78e06e3a1b073d20e023 commit r15-1098-gb6a9deb1e2ae01ee906e78e06e3a1b073d20e023 Author: Alexandre Oliva Date: Fri Jun 7 07:00:11 2024 -0300 [libstdc++] drop workaround for clang<=7 In response to a request in the review of the patch that in

[gcc(refs/users/aoliva/heads/testme)] [libstdc++] [testsuite] xfail double-prec from_chars for float128_t

2024-06-11 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:1c784e7ac556b71f5771c6112b319dad2bcb8c4c commit 1c784e7ac556b71f5771c6112b319dad2bcb8c4c Author: Alexandre Oliva Date: Sat Jun 8 09:42:55 2024 -0300 [libstdc++] [testsuite] xfail double-prec from_chars for float128_t Tests involving float128_t were xfailed or

[gcc(refs/users/aoliva/heads/testme)] [libstdc++] [testsuite] require cmath for c++23 cmath tests

2024-06-11 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:bed26758b722c27f22be833546b0ef9a9793dfe2 commit bed26758b722c27f22be833546b0ef9a9793dfe2 Author: Alexandre Oliva Date: Tue Jun 11 20:25:33 2024 -0300 [libstdc++] [testsuite] require cmath for c++23 cmath tests Some c++23 tests fail on targets that don't satis

[gcc r15-1225] [libstdc++] [testsuite] xfail double-prec from_chars for float128_t

2024-06-12 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:6c3b01db8274f0392a3f4dccbd9ac71d0c53c04f commit r15-1225-g6c3b01db8274f0392a3f4dccbd9ac71d0c53c04f Author: Alexandre Oliva Date: Wed Jun 12 19:48:04 2024 -0300 [libstdc++] [testsuite] xfail double-prec from_chars for float128_t Tests involving float128_t were

[gcc r15-1226] [libstdc++] [testsuite] require cmath for c++23 cmath tests

2024-06-12 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:5288935d30c4615cce664ca8fba65eecf05c326f commit r15-1226-g5288935d30c4615cce664ca8fba65eecf05c326f Author: Alexandre Oliva Date: Wed Jun 12 19:48:06 2024 -0300 [libstdc++] [testsuite] require cmath for c++23 cmath tests Some c++23 tests fail on targets that d

[gcc r15-1301] [libstdc++] [testsuite] require cmath for [PR114359]

2024-06-13 Thread Alexandre Oliva via Libstdc++-cvs
https://gcc.gnu.org/g:9b8c3e622c7cd4ea393f59b873c3107767e1ba88 commit r15-1301-g9b8c3e622c7cd4ea393f59b873c3107767e1ba88 Author: Alexandre Oliva Date: Thu Jun 13 20:10:55 2024 -0300 [libstdc++] [testsuite] require cmath for [PR114359] When !_GLIBCXX_USE_C99_MATH_TR1, binomial_dist