]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Remove query mode on CompileItem
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 12 Dec 2024 12:16:14 +0000 (13:16 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 24 Mar 2025 12:06:56 +0000 (13:06 +0100)
commit8ed266e56b40887eba10593761d08db185d506b5
tree76e86083188b4ae2bd772b258a79d58ce606d8b5
parent5d61ca14fc1ba088d355c0d4ba457137da9a595d
gccrs: Remove query mode on CompileItem

Query mode was a hack to catch up some compile errors early, it was
deemed to be removed at some time. Recent changes to NR1 highlighted
an incompatibility with it hence it's removal.

gcc/rust/ChangeLog:

* backend/rust-compile-item.h: Remove query mode.
* backend/rust-compile-resolve-path.cc (HIRCompileBase::query_compile):
Likewise.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/backend/rust-compile-item.h
gcc/rust/backend/rust-compile-resolve-path.cc