]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: attributes: Add #[test] and #[simd_test]
authorArthur Cohen <arthur.cohen@embecosm.com>
Fri, 4 Jul 2025 14:19:44 +0000 (16:19 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 5 Aug 2025 14:36:55 +0000 (16:36 +0200)
commitcf8a078221d14c8d2cb16dfb4448ec121eb50d1a
tree6004772070e8b75e1284c1c207bd0c6994ed71e0
parent65b8519344ef2eb5f6bbd6890aaf324db76677db
gccrs: attributes: Add #[test] and #[simd_test]

gcc/rust/ChangeLog:

* util/rust-attribute-values.h: Add declarations for them.
* util/rust-attributes.cc: Add definitions.
gcc/rust/util/rust-attribute-values.h
gcc/rust/util/rust-attributes.cc