summaryrefslogtreecommitdiff
path: root/gcc/cif-code.def
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2016-05-02 19:34:32 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2016-05-02 17:34:32 +0000
commitfd5fac4c8c73d822f5af8a36e02126530aa6f221 (patch)
tree56af5c1446435430e0eaf1b7c2b412dc4abd9d84 /gcc/cif-code.def
parented3c0c8e0cbadafae59b348fd3161c420bb9932e (diff)
downloadgcc-fd5fac4c8c73d822f5af8a36e02126530aa6f221.tar.gz
* cif-code.def (CIF_THUNK): Add.
From-SVN: r235770
Diffstat (limited to 'gcc/cif-code.def')
-rw-r--r--gcc/cif-code.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cif-code.def b/gcc/cif-code.def
index 050388b5a63..97a285857f4 100644
--- a/gcc/cif-code.def
+++ b/gcc/cif-code.def
@@ -91,6 +91,10 @@ DEFCIFCODE(NOT_DECLARED_INLINED, CIF_FINAL_NORMAL,
DEFCIFCODE(MISMATCHED_ARGUMENTS, CIF_FINAL_ERROR,
N_("mismatched arguments"))
+/* Caller and callee disagree on the arguments. */
+DEFCIFCODE(THUNK, CIF_FINAL_ERROR,
+ N_("thunk call"))
+
/* Call was originally indirect. */
DEFCIFCODE(ORIGINALLY_INDIRECT_CALL, CIF_FINAL_NORMAL,
N_("originally indirect function call not considered for inlining"))