diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-14 16:23:06 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-14 16:23:06 +0000 |
commit | b72904f58e5c9f7701f96110b238d357c7c0ad37 (patch) | |
tree | 0d922603fa3db1c9a198d7caeec6b41056443321 /gcc/cfgexpand.c | |
parent | 3e74b0254e9067dfd66c38fbb2ceaa584463f3da (diff) | |
download | gcc-b72904f58e5c9f7701f96110b238d357c7c0ad37.tar.gz |
Revert empty class parameter passing ABI changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234977 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 4a5cf166869..1341c14ce2b 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -73,7 +73,6 @@ along with GCC; see the file COPYING3. If not see #include "builtins.h" #include "tree-chkp.h" #include "rtl-chkp.h" -#include "langhooks.h" /* Some systems use __main in a way incompatible with its use in gcc, in these cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to @@ -6222,15 +6221,6 @@ pass_expand::execute (function *fun) (int) PARAM_VALUE (PARAM_SSP_BUFFER_SIZE)); } - if (warn_abi) - if (tree attr = lookup_attribute ("abi warning", - DECL_ATTRIBUTES (current_function_decl))) - warning_at (DECL_SOURCE_LOCATION (current_function_decl), - OPT_Wabi, "definition of %qs: %s", - identifier_to_locale (lang_hooks.decl_printable_name - (current_function_decl, 1)), - TREE_STRING_POINTER (TREE_VALUE (TREE_VALUE (attr)))); - /* Set up parameters and prepare for return, for the function. */ expand_function_start (current_function_decl); |