[Bug libstdc++/108289] New: FAIL: 26_numerics/headers/cmath/functions_std_c++23.cc (test for excess errors)

2023-01-04 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108289 Bug ID: 108289 Summary: FAIL: 26_numerics/headers/cmath/functions_std_c++23.cc (test for excess errors) Product: gcc Version: 13.0 Status: UNCONFIRMED Severity

[Bug libgcc/108279] Improved speed for float128 routines

2023-01-04 Thread already5chosen at yahoo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108279 --- Comment #4 from Michael_S --- (In reply to Jakub Jelinek from comment #2) > From what I can see, they are certainly not portable. > E.g. the relying on __int128 rules out various arches (basically all 32-bit > arches, > ia32, powerpc 32-bit

[Bug c++/108290] New: QoI: bind_front captureless lambda is too big

2023-01-04 Thread lichray at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108290 Bug ID: 108290 Summary: QoI: bind_front captureless lambda is too big Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c+

[Bug libstdc++/108290] QoI: bind_front captureless lambda is too big

2023-01-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108290 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2023-01-04 Keywords|

[Bug libstdc++/108265] chrono::hh_mm_ss can't be constructed from unsigned durations

2023-01-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108265 --- Comment #1 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:e36e57b032b2d70eaa1294d5921e4fd8ce12a74d commit r13-5002-ge36e57b032b2d70eaa1294d5921e4fd8ce12a74d Author: Jonathan Wakely Date:

[Bug libstdc++/108235] FAIL: g++.dg/compat/abi/bitfield1 cp_compat_x_tst.o-cp_compat_y_tst.o link

2023-01-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108235 --- Comment #6 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:b1ad748754401613b5cf8e5d46b38ad1ee49d07a commit r13-5003-gb1ad748754401613b5cf8e5d46b38ad1ee49d07a Author: Jonathan Wakely Date:

[Bug libstdc++/108228] /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol '_ZN9__gnu_cxx21zoneinfo_dir_ov errideEv'

2023-01-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108228 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:b1ad748754401613b5cf8e5d46b38ad1ee49d07a commit r13-5003-gb1ad748754401613b5cf8e5d46b38ad1ee49d07a Author: Jonathan Wakely Date:

[Bug libstdc++/108211] std::chrono::current_zone() fails if zone only has one component

2023-01-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108211 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:56be1970765b6302de19977790a537d6feaaa34b commit r13-5004-g56be1970765b6302de19977790a537d6feaaa34b Author: Jonathan Wakely Date:

[Bug libstdc++/108265] chrono::hh_mm_ss can't be constructed from unsigned durations

2023-01-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108265 --- Comment #2 from Jonathan Wakely --- Fixed on trunk so far.

[Bug libstdc++/108228] /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol '_ZN9__gnu_cxx21zoneinfo_dir_ov errideEv'

2023-01-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108228 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |13.0 Assignee|unassigned at

[Bug libstdc++/108211] std::chrono::current_zone() fails if zone only has one component

2023-01-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108211 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug libstdc++/108235] FAIL: g++.dg/compat/abi/bitfield1 cp_compat_x_tst.o-cp_compat_y_tst.o link

2023-01-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108235 --- Comment #7 from Jonathan Wakely --- Does that fix it?

[Bug libstdc++/108221] Building cross compiler for H8 family fails at libstdc++-v3/src/c++20/tzdb.cc

2023-01-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108221 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |13.0 Assignee|unassigned at

[Bug libstdc++/108235] FAIL: g++.dg/compat/abi/bitfield1 cp_compat_x_tst.o-cp_compat_y_tst.o link

2023-01-04 Thread dave.anglin at bell dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108235 --- Comment #8 from dave.anglin at bell dot net --- On 2023-01-04 7:54 p.m., redi at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108235 > > --- Comment #7 from Jonathan Wakely --- > Does that fix it? I just started a ne

[Bug libstdc++/108291] New: chunk_­by_­view::find-next/find-prev uses wrong lambda helper

2023-01-04 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108291 Bug ID: 108291 Summary: chunk_­by_­view::find-next/find-prev uses wrong lambda helper Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug target/106736] [13 Regression] ICE in gen_movxo, at config/rs6000/mma.md:333

2023-01-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106736 --- Comment #18 from CVS Commits --- The releases/gcc-12 branch has been updated by Kewen Lin : https://gcc.gnu.org/g:92ee4e1f2792355744bf8740dccf39441b437bcf commit r12-9029-g92ee4e1f2792355744bf8740dccf39441b437bcf Author: Kewen Lin Date:

[Bug target/106736] [13 Regression] ICE in gen_movxo, at config/rs6000/mma.md:333

2023-01-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106736 --- Comment #19 from CVS Commits --- The releases/gcc-11 branch has been updated by Kewen Lin : https://gcc.gnu.org/g:a5c37786ac61ca41c5a227362568cfa3be7866d9 commit r11-10452-ga5c37786ac61ca41c5a227362568cfa3be7866d9 Author: Kewen Lin Date:

[Bug target/106736] [13 Regression] ICE in gen_movxo, at config/rs6000/mma.md:333

2023-01-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106736 --- Comment #20 from CVS Commits --- The releases/gcc-10 branch has been updated by Kewen Lin : https://gcc.gnu.org/g:32a5510d5f419db88a0e14f3c6e4f708c0bc776d commit r10-11149-g32a5510d5f419db88a0e14f3c6e4f708c0bc776d Author: Kewen Lin Date:

[Bug target/106736] [13 Regression] ICE in gen_movxo, at config/rs6000/mma.md:333

2023-01-04 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106736 Kewen Lin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/108292] New: [13 Regression] wrong code with vector compare & mask at -O1 and above

2023-01-04 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108292 Bug ID: 108292 Summary: [13 Regression] wrong code with vector compare & mask at -O1 and above Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: wrong-c

[Bug target/108272] [13 Regression] ICE in gen_movxo, at config/rs6000/mma.md:339

2023-01-04 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108272 --- Comment #2 from Kewen Lin --- Created attachment 54192 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54192&action=edit untested patch Hi @Arseny, I hope this patch can help to clear all the ICEs about unexpected uses of MMA opaque ty

[Bug c++/100476] coroutines: questionable handling of void get_return_object

2023-01-04 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100476 --- Comment #6 from Iain Sandoe --- Looking at a current discussion of https://cplusplus.github.io/CWG/issues/2563.html it seems that there is agreement that the returned type from get_return_object() does not need to match the coroutine (ramp

[Bug target/108293] New: Incorrect assembly emitted for float for BPF target

2023-01-04 Thread dkm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108293 Bug ID: 108293 Summary: Incorrect assembly emitted for float for BPF target Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

<    1   2