[gcc/devel/omp/gcc-9] Clean up MPX-related stuff: CIF_CHKP
Tobias Burnus
burnus@gcc.gnu.org
Thu Mar 5 13:45:00 GMT 2020
https://gcc.gnu.org/g:239b7733c55d2376778277444f6327fbd0a18b1b
commit 239b7733c55d2376778277444f6327fbd0a18b1b
Author: Thomas Schwinge <thomas@codesourcery.com>
Date: Thu May 9 11:52:53 2019 +0200
Clean up MPX-related stuff: CIF_CHKP
..., which was forgotten in recent r268844.
gcc/
* cif-code.def (CHKP): Remove.
trunk r271029
From-SVN: r271030
Diff:
---
gcc/ChangeLog | 4 ++++
gcc/cif-code.def | 4 ----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b7791f1..3d66d8e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-09 Thomas Schwinge <thomas@codesourcery.com>
+
+ * cif-code.def (CHKP): Remove.
+
2019-05-07 Kelvin Nilsen <kelvin@gcc.gnu.org>
Backport from mainline.
diff --git a/gcc/cif-code.def b/gcc/cif-code.def
index 0fabfeb..cee16cf 100644
--- a/gcc/cif-code.def
+++ b/gcc/cif-code.def
@@ -141,7 +141,3 @@ DEFCIFCODE(EXTERN_LIVE_ONLY_STATIC, CIF_FINAL_ERROR,
/* We proved that the call is unreachable. */
DEFCIFCODE(UNREACHABLE, CIF_FINAL_ERROR,
N_("unreachable"))
-
-/* We can't inline because of instrumentation thunk. */
-DEFCIFCODE(CHKP, CIF_FINAL_ERROR,
- N_("caller is instrumentation thunk"))
More information about the Gcc-cvs
mailing list