From: Guillaume Gomez Date: Thu, 9 Nov 2023 21:29:02 +0000 (+0100) Subject: Add missing declaration of get_restrict in C++ interface X-Git-Tag: basepoints/gcc-15~4840 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c6c9b64545c5ef87df9f025ecb90ed537054caa;p=thirdparty%2Fgcc.git Add missing declaration of get_restrict in C++ interface gcc/jit/ChangeLog: * libgccjit++.h: --- diff --git a/gcc/jit/libgccjit++.h b/gcc/jit/libgccjit++.h index 4a04db386e67..f9a0017cae55 100644 --- a/gcc/jit/libgccjit++.h +++ b/gcc/jit/libgccjit++.h @@ -360,6 +360,7 @@ namespace gccjit type get_volatile (); type get_aligned (size_t alignment_in_bytes); type get_vector (size_t num_units); + type get_restrict (); // Shortcuts for getting values of numeric types: rvalue zero ();