]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Add call to ast validation checker
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 24 Oct 2023 14:46:21 +0000 (16:46 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 18:13:10 +0000 (19:13 +0100)
commit3fa7df6885920e2ed3d544ef482944e312ecaaf8
tree31df52cfe3f959bccb088118b5d92c59393fa341
parentcdf2cd9af4746b88df6fcaa7890c96796202bdc0
gccrs: Add call to ast validation checker

Add call to ast validation check, also add appropriate step to this pass
and the feature gating.

gcc/rust/ChangeLog:

* rust-session-manager.cc (Session::compile_crate): Add call to ast
validation.

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