[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-09 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #25 from CVS Commits --- The releases/gcc-12 branch has been updated by Martin Liska : https://gcc.gnu.org/g:5ec102e3290ff1cac457420a1219fa1ca370 commit r12-8966-g5ec102e3290ff1cac457420a1219fa1ca370 Author: Martin Liska

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-09 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 Martin Liška changed: What|Removed |Added Known to fail||12.2.0 Known to work|

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #23 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:d71b20fc30965ba8326ad9363d0aca9d61eb4ed3 commit r13-4581-gd71b20fc30965ba8326ad9363d0aca9d61eb4ed3 Author: Martin Liska Date:

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-05 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #22 from Brjd --- Maybe not changing now is the correct way for now since I may change it blindly not knowing completely what I am doing. Let the developers correct it and will include it in next releases. The compiler is excellent

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-05 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #21 from Brjd --- Created attachment 54012 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54012=edit i386-builtins-orig-12.2.0.cc

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-05 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #20 from Brjd --- The test gcc/testsuite/gcc.target/i386/builtin_target.c is patched. But gcc/config/i386/i386-builtins.cc looks like it is from another version. I attached it as i386-builtins-orig-12.2.0.cc to compare them and

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-05 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #19 from Martin Liška --- (In reply to Brjd from comment #18) > Then rebuild is necessary and impending > gcc/config/i386/i386-builtins.cc for the compiler ? > gcc/testsuite/gcc.target/i386/builtin_target.c for the test ?

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-05 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #18 from Brjd --- Then rebuild is necessary and impending gcc/config/i386/i386-builtins.cc for the compiler ? gcc/testsuite/gcc.target/i386/builtin_target.c for the test ? gcc/doc/extend.texi is not needed since I am not

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-05 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #17 from Martin Liška --- (In reply to Brjd from comment #16) > I mean that as I can see, your patch makes changes only to the test and not > to the compiler ? No, it also modifies: gcc/config/i386/i386-builtins.cc which is part

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-05 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #16 from Brjd --- I mean that as I can see, your patch makes changes only to the test and not to the compiler ? If it does not, and it changes the compiler source also, then I have to rebuild the whole compiler to test it again.

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-05 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #15 from Martin Liška --- Sure, I'm pretty sure about what's the problem, so you can wait for 13.1 or 12.3 where I would like to get the fix.

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-05 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #14 from Brjd --- Maybe it is better if we test it in the next release 12.3 or 13.1 since now the test will be correct, ok, but when building source with the compiler, it will not make any difference and make no problems at all?

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-05 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #13 from Brjd --- I am not sure how I can run only this patched test against the newly built gcc. Would you post instruction how it is done. I know it can run in the build tree when building gcc itself, but never test it against the

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-12-02 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 Martin Liška changed: What|Removed |Added Target Milestone|--- |12.3

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-11-30 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 Martin Liška changed: What|Removed |Added Keywords||patch --- Comment #12 from Martin Liška

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-11-29 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #11 from Brjd --- Thank you. Best regards.