]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: derive: Add common comparison derive class
authorArthur Cohen <arthur.cohen@embecosm.com>
Fri, 18 Apr 2025 16:18:40 +0000 (18:18 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 5 Aug 2025 14:36:47 +0000 (16:36 +0200)
commit6892dbf3a5f7202b3eacc9928ce07e2a7e807913
tree945762d15b43fcd869c0dbc47986a33526ead044
parent5ea7f9cf6169cd75cce13fa89a6269f179bad156
gccrs: derive: Add common comparison derive class

gcc/rust/ChangeLog:

* expand/rust-derive-cmp-common.cc: New file.
* expand/rust-derive-cmp-common.h: New file.
* Make-lang.in: Compile them.
gcc/rust/Make-lang.in
gcc/rust/expand/rust-derive-cmp-common.cc [new file with mode: 0644]
gcc/rust/expand/rust-derive-cmp-common.h [new file with mode: 0644]