-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcc-12.1.0 exposes a (possible) problem in port.c #16
Comments
for completeness: I see the same problem (still exposed only by gcc-12.1.0) with belle-sip:
|
the same ^
dump: [user@archlinux bctoolbox]$ cmake -DCMAKE_SKIP_INSTALL_RPATH=ON -- Setting install rpath to /usr/local/lib |
hello
latest gcc-12.1.0 (just released) exposes a (possible) problem with bctoolbox (master, e2fa637):
gcc<12 doesn't report any problem (I have verified with
gcc-11.3.0
, but I'm building linphone since a lot of time and never saw this)I can work around with
-Wno-error=use-after-free
(as suggested)but I thought you might be interested in this
Building bctoolbox on linux:
Linux 5.17.3 #1 SMP Thu Apr 14 10:09:58 CEST 2022 x86_64 GNU/Linux
with default options.
gcc version:
thank you very much for your valuable work
ciao
-gabriele
The text was updated successfully, but these errors were encountered: