]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: collector: Output extern function attributes
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 28 Jun 2023 13:37:15 +0000 (15:37 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:49:34 +0000 (18:49 +0100)
commitce1ca503d2baf64633f807c70dcfc1d10e264578
tree88e07e521bedc313aba4e072d4cb285e1fbb2c3f
parent2420506ddf844a7f53110c6d6a0ebc957769f0d5
gccrs: collector: Output extern function attributes

Outer attributes on external functions did not output correctly.

gcc/rust/ChangeLog:

* ast/rust-ast-collector.cc (TokenCollector::visit): Output
outer attributes on external functions.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/ast/rust-ast-collector.cc