]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cif-code.def (CIF_THUNK): Add.
authorJan Hubicka <hubicka@ucw.cz>
Mon, 2 May 2016 17:34:32 +0000 (19:34 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 2 May 2016 17:34:32 +0000 (17:34 +0000)
From-SVN: r235770

gcc/ChangeLog
gcc/cif-code.def

index 9464a9505562257a370a9b13ae7492e15713299b..bb10f5e08d6f50795380a19edffaffb2f82b2d89 100644 (file)
@@ -1,3 +1,7 @@
+2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
+
+       * cif-code.def (CIF_THUNK): Add.
+
 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
 
        * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
index 050388b5a633bc71a114f17571b113e1c5ee4479..97a285857f4f17ad1fa37443e15825499b1ab0e2 100644 (file)
@@ -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"))