]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Add a new regression test
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Mon, 23 Oct 2023 11:22:11 +0000 (13:22 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 18:13:12 +0000 (19:13 +0100)
commit39308ab20e18063bc46fbb90c206f76b46061037
treed67ed21c6f9551d6ede882943964818fab68473e
parent2272cfb53e0721c4b7985d037d5e098621bee31a
gccrs: Add a new regression test

This new test highlight the behavior of the new parser and it's ability
to parse variadic rust functions.

gcc/testsuite/ChangeLog:

* rust/compile/parse_variadic_function.rs: New test.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/testsuite/rust/compile/parse_variadic_function.rs [new file with mode: 0644]