[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 --- Comment #12 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:2f187e9893916796992b60b278e743ec865f7418 commit r13-4549-g2f187e9893916796992b60b278e743ec865f7418 Author: Jakub Jelinek Date:

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-07 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 --- Comment #11 from Andrew Macleod --- (In reply to Aldy Hernandez from comment #4) > (In reply to Jakub Jelinek from comment #3) > > r13-3923-g2f7f9edd28d75a85a33599978f23811e679e443d > > > > Note, I've just committed the PR107879 fix, but th

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-06 Thread caiyinyu at loongson dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 --- Comment #10 from caiyinyu --- (In reply to Jakub Jelinek from comment #9) > Created attachment 54029 [details] > gcc13-pr107967.patch > > Untested fix. Deferring the mode_composite stuff for later. There are still some fails and errors ar

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 --- Comment #9 from Jakub Jelinek --- Created attachment 54029 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54029&action=edit gcc13-pr107967.patch Untested fix. Deferring the mode_composite stuff for later.

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 --- Comment #8 from Jakub Jelinek --- Actually, looking at: 288 // Be extra careful if there may be discrepancies between the 289 // compile and runtime results. 290 if ((mode_composite || (real_isneg (&inf) ? real_less (&resul

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 --- Comment #7 from Jakub Jelinek --- Ok, I can reproduce this, disabling all the +-*/ handlers fixes it. It isn libm.so.6 that matters for the failures, not the tests themselves. So far I've looked at the expm1 stuff, the failures are: Failure:

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-05 Thread caiyinyu at loongson dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 --- Comment #6 from caiyinyu --- Created attachment 54024 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54024&action=edit glibc tests build log and fails test result build log: tmp-tst-math-2022-12-05.log test results: test-xxx.out

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-05 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 --- Comment #5 from Jakub Jelinek --- (In reply to caiyinyu from comment #2) > I tested with latest gcc(commit 102f3cef568), and these fails still exist. Do the glibc test logs provide some details on what exactly failed, if it is a wrong-code

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-05 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-12-05 Ever confirmed|0

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-05 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 Aldy Hernandez changed: What|Removed |Added CC||amacleod at redhat dot com,

[Bug tree-optimization/107967] [13 regression] The gcc commit r13-3923 caused the glibc make check fails.

2022-12-05 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107967 Jakub Jelinek changed: What|Removed |Added CC||aldyh at gcc dot gnu.org Sum