On Fri, 21 Jun 2024, 02:28 CH HC via Gcc, wrote:
> Hi there,
> In libstdc++/ext/pb_ds , I noticed that the (automatic) resize function
> for gp_hash_table does copy-and-destruct operations on old key-value pair
> (from the line resize_no_store_hash_fn_imps.hpp:58). Meanwhile,
> cc_hash_table simp
I've create a wiki page to track our support for GCC:
https://gcc.gnu.org/wiki/SARIF
and a keyword "SARIF" in our bugzilla instance for bugs relating to it
(see links on the above page).
Dave
Am 17.06.24 um 21:13 schrieb Stefan Schulze Frielinghaus via Gcc:
Hi all,
I'm trying to add an alternative to an existing insn foobar:
(define_insn "foobar"
[(set (match_operand ...)
(match_operand ...))]
""
"@
foo
bar
#")
Since the asm output depends on the op
Snapshot gcc-13-20240621 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/13-20240621/
and on various mirrors, see https://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
On Fri, Jun 21, 2024 at 12:12 PM David Malcolm via Gcc wrote:
>
> I've create a wiki page to track our support for GCC:
> https://gcc.gnu.org/wiki/SARIF
>
> and a keyword "SARIF" in our bugzilla instance for bugs relating to it
> (see links on the above page).
>
Hi, thanks for creating these. S