[Bug c++/112513] Misoptimization of argument

2023-11-14 Thread alexander.grund--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112513 --- Comment #4 from Alexander Grund --- Thank you, I replaced that by unsigned unused; __cpuid(1, cpuid1.val, unused, unused, unused); and it works in the setup I have.

[Bug c++/112513] Misoptimization of argument

2023-11-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112513 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #3 from Andrew Pins

[Bug c++/112513] Misoptimization of argument

2023-11-14 Thread alexander.grund--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112513 Alexander Grund changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #2 from Alexander G

[Bug c++/112513] Misoptimization of argument

2023-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112513 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Keywords|