]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing declaration of get_restrict in C++ interface
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 9 Nov 2023 21:29:02 +0000 (22:29 +0100)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 9 Nov 2023 21:29:02 +0000 (22:29 +0100)
gcc/jit/ChangeLog:

* libgccjit++.h:

gcc/jit/libgccjit++.h

index 4a04db386e67e3df032629492a80929db6ea9d0a..f9a0017cae55bfb3ae0c0cb4a04e50b9795cd45a 100644 (file)
@@ -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 ();