GCC 14.1
gcc.gnu.org
GCC 14.1
1–10 of 55 posts
Re: GCC 14.1
#2Re: GCC 14.1
#3Re: GCC 14.1
#4Re: GCC 14.1
#5This release carries significant improvements in RISC-V support.
Re: GCC 14.1
#6This release carries significant improvements in RISC-V support.
With hopefully more to come! There's a RISE project proposal being kicked around to improve vectorization support.
Re: GCC 14.1
#7Re: GCC 14.1
#8It enables a few -Werror flags by default, refusing to compile code with probable undefined behavior. Unfortunately, a lot of older code subtly raises these warnings (now hard errors), even in cases where it's "fine" (due to valid platform assumptions).
Re: GCC 14.1
#9Earlier quoted context omitted.
With hopefully more to come! There's a RISE project proposal being kicked around to improve vectorization support.
I didn't realize RISC-V already has so many extensions. I just briefly looked over them and apparently they are often just small parts which get grouped up into larger extensions, but I hope the extension "mess" won't kill risc-v in the end. Still very excited about RISC-V progress
I don't think extensions are a "mess", certainly they're much less of a mess than x86 (a low bar, I know ...)
Re: GCC 14.1
#10Is Ada being used in the industry? Looks actually quite fun to play with from changelog additions. I didn’t realise it’s still under active development.