[2022-03-23T04:17:13Z] Hi [2022-03-23T06:00:27Z] illiliti: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32307#note_224470 [2022-03-23T14:46:31Z] https://www.phoronix.com/scan.php?page=news_item&px=LLVM-14.0-Released [2022-03-23T16:38:46Z] > When building Clang it can now be configured that -fPIE and -pie are used by default on Linux to match the behavior of GCC. [2022-03-23T16:39:14Z] thats nice [2022-03-23T16:42:16Z] I wonder who even targets C23 and other new standards. [2022-03-23T16:42:54Z] RE: "Clang has more additions in preparation for C23." [2022-03-23T16:44:19Z] Yea the point of using C is to be portable so no one is gonna target an unreleased standard until after a decade or something lol [2022-03-23T16:51:53Z] I guess I could imagine some proprietary software that needs some feature and only targets mac/windows with prebuilt binaries using it sooner [2022-03-23T16:51:59Z] but thats pretty niche [2022-03-23T17:05:13Z] Tbh with C, new standards barely bring anything worthwhile [2022-03-23T17:05:19Z] Nice to haves but nothing major like defer or lambdas [2022-03-23T17:10:09Z] maybe in C35 [2022-03-23T17:16:55Z] maybe there will be a point of convergence for C++ and C. C35 will be the same as C++98 [2022-03-23T17:18:42Z] c+ [2022-03-23T19:15:47Z] testuser[m]: does that hack fix the crash for you?