[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-25 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #33 from Worx --- Let me know, if you want something from me.

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-24 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #32 from Worx --- I'm pretty confident, that the patch shared fixes the original issue. And the second problem is maybe more linked to a issue with my gcc configuration, when I want to build from GCC source outside Gentoo build.

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-23 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #31 from Worx --- I use this Gentoo configuration : CHOST="i586-pc-linux-gnu" CFLAGS="-march=c3 -m3dnow -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" Here you are a comment shared in the below link : Warning: Do not use any

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-23 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #30 from Worx --- (In reply to H.J. Lu from comment #28) > (In reply to Worx from comment #27) > > (gdb) disass/r (0x0804f547 - 2), +32 > > Dump of assembler code from 0x804f545 to 0x804f565: > >0x0804f545: 00 00 add%al,(%e

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-23 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #27 from Worx --- (gdb) disass/r (0x0804f547 - 2), +32 Dump of assembler code from 0x804f545 to 0x804f565: 0x0804f545: 00 00 add%al,(%eax) => 0x0804f547: 0f 44 44 24 14 cmove 0x14(%esp),%eax 0x0804f54c: c7 04 24 18 00

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-23 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #26 from Worx --- worx@c3eden ~ $ grep "^flags" /proc/cpuinfo | head -1 flags : fpu de tsc msr cx8 mtrr pge mmx 3dnow cpuid

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-23 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #24 from Worx --- worx@c3eden ~ $ gdb ./sample.bin GNU gdb (Gentoo 10.1 vanilla) 10.1 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free softwar

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-23 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #21 from Worx --- Sorry about the dumb question, but how to know ?

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-23 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #19 from Worx --- It's seems that the patch fix the issue. Unfortunately, I have another error, but it's maybe i do not proper configure "-march=c3" make[3]: Leaving directory '/opt/gcc/host-i686-pc-linux-gnu/libdecnumber' make[3

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-22 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #18 from Worx --- (In reply to H.J. Lu from comment #17) > Created attachment 50451 [details] > A patch > > Try this. Just launched, and it goes further than previously. Need to wait until the end of the bootstrap. checking for gc

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-22 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #16 from Worx --- (In reply to H.J. Lu from comment #11) > (In reply to Worx from comment #10) > > When I deep dive, in the logs > > > > No issue at the root level : > > > > c3eden /opt/gcc-10.2.0 # ./configure --disable-cet > > ch

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-22 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #10 from Worx --- When I deep dive, in the logs No issue at the root level : c3eden /opt/gcc-10.2.0 # ./configure --disable-cet checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-22 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #6 from Worx --- (In reply to Richard Biener from comment #3) > Try --disable-cet as a workaround How apply this option ?

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-22 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #5 from Worx --- (In reply to Martin Liška from comment #2) > It seems the binutils was fixed. Does it help in your scenario? Yes ...

[Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-22 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #4 from Worx --- (In reply to Martin Liška from comment #2) > It seems the binutils was fixed. Does it help in your scenario? Yes ...

[Bug libgcc/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-21 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 --- Comment #1 from Worx --- Created attachment 50445 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50445&action=edit host details emerge --info = More details about the host

[Bug libgcc/99703] New: gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host

2021-03-21 Thread worx at pouf dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99703 Bug ID: 99703 Summary: gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host Product: gcc Version: 10.2.0 Status: UNCONFIRMED