diff options
author | Faisal Abbas <90.abbasfaisal@gmail.com> | 2022-08-09 12:39:34 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2022-08-25 12:40:27 +0100 |
commit | 9350b3733aef7c93ccd3b50d610e2831016db02b (patch) | |
tree | fa06f838eabaaeb0ce7f251095884625d4c7ba93 /gcc/rust/backend/rust-constexpr.cc | |
parent | 1c53bc4fc8f687bc44f26b1dfd51a6e4745ef09c (diff) | |
download | gcc-9350b3733aef7c93ccd3b50d610e2831016db02b.zip gcc-9350b3733aef7c93ccd3b50d610e2831016db02b.tar.gz gcc-9350b3733aef7c93ccd3b50d610e2831016db02b.tar.bz2 |
rust constexpr: conttinue porting cxx_eval_builtin_function_call
Signed-off-by: Faisal Abbas <90.abbasfaisal@gmail.com>
Diffstat (limited to 'gcc/rust/backend/rust-constexpr.cc')
-rw-r--r-- | gcc/rust/backend/rust-constexpr.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/backend/rust-constexpr.cc b/gcc/rust/backend/rust-constexpr.cc index df4ceba..e41d184 100644 --- a/gcc/rust/backend/rust-constexpr.cc +++ b/gcc/rust/backend/rust-constexpr.cc @@ -32,6 +32,7 @@ #include "vec.h" #include "rust-target.h" #include "function.h" +#include "builtins.h" #define VERIFY_CONSTANT(X) \ do \ |