CyB3RC0nN0R

Results 2 comments of CyB3RC0nN0R

I had the same issue and could solve it by adding the following line to my `/etc/portage/package.cflags/no-semantic-interposition.conf`: `app-office/libreoffice *FLAGS-="${SEMINTERPOS}" # internal compiler error, see issue #709`

> I found this recent GCC report that seems to be the same issue: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101949 This seems to be it. They have already fixed it, so this PR is...