[Bug target/107551] g++ 12.2 test fails

2022-11-24 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #8 from Brjd --- __get_cpuid(0): eax=0xa, ebx=0x756e6547, ecx=0x6c65746e, edx=0x49656e69 __get_cpuid(1): eax=0x106ca, ebx=0x20800, ecx=0x40e39d, edx=0xbfe9fbff

[Bug target/107551] g++ 12.2 test fails

2022-11-21 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 CC||marxin at gcc dot gnu.org

[Bug target/107551] g++ 12.2 test fails

2022-11-08 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #6 from Brjd --- glibc 2.19 on utopic 14.10 You may have already noticed it but just to make sure it may be helpful too, this is where it crashes in the main for all 4 cases: gcc/testsuite/g++.target/i386/mv30.C:45: int main():

[Bug target/107551] g++ 12.2 test fails

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 Richard Biener changed: What|Removed |Added Last reconfirmed||2022-11-08 Ever confirmed|0

[Bug target/107551] g++ 12.2 test fails

2022-11-07 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #4 from Brjd --- I understand that this old cpu is not supported.

[Bug target/107551] g++ 12.2 test fails

2022-11-07 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #3 from Brjd --- Created attachment 53844 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53844=edit cpuinfo

[Bug target/107551] g++ 12.2 test fails

2022-11-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #2 from Andrew Pinski --- Can you attach the output of your /proc/cpuinfo ? This testcase depends on the target you are running on.