New ch_type value ELFCOMPRESS_ZSTD?

2022-06-26 Thread Fangrui Song
I created https://groups.google.com/g/generic-abi/c/satyPkuMisk ("Add new ch_type value: ELFCOMPRESS_ZSTD") after I saw that on LLVM side, Cole Kissane proposes that we add Zstandard as new compression method (mainly for .debug* sections, but also for some LLVM internal things) https://discourse.l

gcc-13-20220626 is now available

2022-06-26 Thread GCC Administrator via Gcc
Snapshot gcc-13-20220626 is now available on https://gcc.gnu.org/pub/gcc/snapshots/13-20220626/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 13 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: [PATCH] analyzer PR 106003

2022-06-26 Thread David Malcolm via Gcc
Thanks for the updated patch. Various comments inline below. Sorry if this seems nitpicky in places. I think the patch is nearly ready; please write a ChangeLog entry for the next one (none of my proposed changes are going to affect what the ChangeLog will look like, apart from new test case fil

jit and cross-compilers (use and configuration).

2022-06-26 Thread Iain Sandoe
Hi Dave, folks, It seems to me that it is plausible that one could use the JIT in a heterogenous system, e.g. an x86_64-linux-host with some kind of co-processor which is supported as a GCC target (and therefore can be loaded with jit-d code) … but I’m not aware of anyone actually doing this?