Bug 98705 - [11 Regression] bootstrap broken on x86_64-linux-gnu with --enable-cet and multilibs enabled
Summary: [11 Regression] bootstrap broken on x86_64-linux-gnu with --enable-cet and mu...
Status: RESOLVED DUPLICATE of bug 70454
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 11.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-16 11:53 UTC by Matthias Klose
Modified: 2021-01-16 14:45 UTC (History)
2 users (show)

See Also:
Host:
Target: x86_64-linux-gnu
Build:
Known to work: 10.2.1
Known to fail: 11.0
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2021-01-16 11:53:02 UTC
seen after 77d372abec0fbf2cfe922e3140ee3410248f979e on x86_64-linux-gnu with --enable-cet and multilibs enabled

libtool: compile:  /<<PKGBUILDDIR>>/build/./gcc/xgcc -B/<<PKGBUILDDIR>>/build/./gcc/ -B/usr/lib/gcc-snap
shot/x86_64-linux-gnu/bin/ -B/usr/lib/gcc-snapshot/x86_64-linux-gnu/lib/ -isystem /usr/lib/gcc-snapshot/
x86_64-linux-gnu/include -isystem /usr/lib/gcc-snapshot/x86_64-linux-gnu/sys-include -DHAVE_CONFIG_H -I.
 -I../../../../src/libgomp -I../../../../src/libgomp/config/linux/x86 -I../../../../src/libgomp/config/l
inux -I../../../../src/libgomp/config/posix -I../../../../src/libgomp -I../../../../src/libgomp/../inclu
de -Wall -Werror -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS -march=i486 -pthread -mtune=generic -
fcf-protection -mshstk -g -O2 -m32 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c ../../../../src/libgomp/a
lloc.c  -fPIC -DPIC -o .libs/alloc.o
cc1: error: '-fcf-protection' is not compatible with this target
make[11]: *** [Makefile:798: alloc.lo] Error 1
make[10]: *** [Makefile:1021: all-recursive] Error 1
make[10]: Leaving directory '/<<PKGBUILDDIR>>/build/x86_64-linux-gnu/32/libgomp'
make[9]: *** [Makefile:622: all] Error 2
make[9]: Leaving directory '/<<PKGBUILDDIR>>/build/x86_64-linux-gnu/32/libgomp'
make[8]: *** [Makefile:1440: multi-do] Error 1
make[8]: Leaving directory '/<<PKGBUILDDIR>>/build/x86_64-linux-gnu/libgomp'
make[7]: *** [Makefile:1410: all-multi] Error 2
[...]
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: *** [Makefile:28643: stagefeedback-bubble] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[2]: *** [Makefile:28674: profiledbootstrap-lean] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'

configured with
         --enable-cet
         --with-arch-32=i686
         --with-abi=m64
         --with-multilib-list=m32,m64,mx32
Comment 1 Jakub Jelinek 2021-01-16 11:57:20 UTC
Should be already fixed, see PR70454.
Comment 2 Matthias Klose 2021-01-16 14:45:03 UTC
marking as duplicate

*** This bug has been marked as a duplicate of bug 70454 ***