You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc (GCC) 12.1.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
At libsystemback (with GCC 12):
g++ -Wl,-Bsymbolic-functions -Wl,--as-needed -fuse-ld=gold -Wl,-z,relro -Wl,-O1 -pipe -g -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden -fno-asynchronous-unwind-tables -flto -O2 -std=gnu++11 -fno-exceptions -flto=4 -fno-fat-lto-objects -fuse-linker-plugin -shared -fPIC -Wl,-soname,libsystemback.so.1 -o libsystemback.so.1.0.0 sblib.o qrc_version.o -lmount -lblkid -lparted /usr/lib/libQt5Core.so -lpthread
g++: internal compiler error: Segmentation fault signal terminated program lto1
Please submit a full bug report, with preprocessed source (by using -freport-bug).
See <https://bugs.archlinux.org/> for instructions.
lto-wrapper: fatal error: g++ returned 4 exit status
compilation terminated.
/usr/bin/ld.gold: fatal error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [Makefile:407: libsystemback.so.1.0.0] Error 1
Output of
gcc --version
:At libsystemback (with GCC 12):
With GCC 11 it's compiled without any problem
OS:
The text was updated successfully, but these errors were encountered: