2015-05-22 Andrew Sutton <andrew.n.sutton@gmail.com>
[official-gcc.git] / gcc / cp / decl.c
blob83c61da1d269c439f17d743580ba3d495979f737
1 /* Process declarations and variables for C++ compiler.
2 Copyright (C) 1988-2015 Free Software Foundation, Inc.
3 Contributed by Michael Tiemann (tiemann@cygnus.com)
5 This file is part of GCC.
7 GCC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3, or (at your option)
10 any later version.
12 GCC is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING3. If not see
19 <http://www.gnu.org/licenses/>. */
22 /* Process declarations and symbol lookup for C++ front end.
23 Also constructs types; the standard scalar types at initialization,
24 and structure, union, array and enum types when they are declared. */
26 /* ??? not all decl nodes are given the most useful possible
27 line numbers. For example, the CONST_DECLs for enum values. */
29 #include "config.h"
30 #include "system.h"
31 #include "coretypes.h"
32 #include "tm.h"
33 #include "hash-set.h"
34 #include "machmode.h"
35 #include "vec.h"
36 #include "double-int.h"
37 #include "input.h"
38 #include "alias.h"
39 #include "symtab.h"
40 #include "wide-int.h"
41 #include "inchash.h"
42 #include "tree.h"
43 #include "print-tree.h"
44 #include "tree-hasher.h"
45 #include "stringpool.h"
46 #include "stor-layout.h"
47 #include "varasm.h"
48 #include "attribs.h"
49 #include "calls.h"
50 #include "flags.h"
51 #include "cp-tree.h"
52 #include "tree-iterator.h"
53 #include "tree-inline.h"
54 #include "decl.h"
55 #include "intl.h"
56 #include "toplev.h"
57 #include "hashtab.h"
58 #include "tm_p.h"
59 #include "target.h"
60 #include "c-family/c-common.h"
61 #include "c-family/c-objc.h"
62 #include "c-family/c-pragma.h"
63 #include "c-family/c-target.h"
64 #include "c-family/c-ubsan.h"
65 #include "diagnostic.h"
66 #include "intl.h"
67 #include "debug.h"
68 #include "timevar.h"
69 #include "splay-tree.h"
70 #include "plugin.h"
71 #include "hash-map.h"
72 #include "is-a.h"
73 #include "plugin-api.h"
74 #include "hard-reg-set.h"
75 #include "input.h"
76 #include "function.h"
77 #include "ipa-ref.h"
78 #include "cgraph.h"
79 #include "cilk.h"
80 #include "wide-int.h"
81 #include "builtins.h"
83 /* Possible cases of bad specifiers type used by bad_specifiers. */
84 enum bad_spec_place {
85 BSP_VAR, /* variable */
86 BSP_PARM, /* parameter */
87 BSP_TYPE, /* type */
88 BSP_FIELD /* field */
91 static tree grokparms (tree parmlist, tree *);
92 static const char *redeclaration_error_message (tree, tree);
94 static int decl_jump_unsafe (tree);
95 static void require_complete_types_for_parms (tree);
96 static int ambi_op_p (enum tree_code);
97 static int unary_op_p (enum tree_code);
98 static void push_local_name (tree);
99 static tree grok_reference_init (tree, tree, tree, int);
100 static tree grokvardecl (tree, tree, tree, const cp_decl_specifier_seq *,
101 int, int, int, tree);
102 static int check_static_variable_definition (tree, tree);
103 static void record_unknown_type (tree, const char *);
104 static tree builtin_function_1 (tree, tree, bool);
105 static int member_function_or_else (tree, tree, enum overload_flags);
106 static void bad_specifiers (tree, enum bad_spec_place, int, int, int, int,
107 int);
108 static void check_for_uninitialized_const_var (tree);
109 static tree local_variable_p_walkfn (tree *, int *, void *);
110 static tree record_builtin_java_type (const char *, int);
111 static const char *tag_name (enum tag_types);
112 static tree lookup_and_check_tag (enum tag_types, tree, tag_scope, bool);
113 static int walk_namespaces_r (tree, walk_namespaces_fn, void *);
114 static void maybe_deduce_size_from_array_init (tree, tree);
115 static void layout_var_decl (tree);
116 static tree check_initializer (tree, tree, int, vec<tree, va_gc> **);
117 static void make_rtl_for_nonlocal_decl (tree, tree, const char *);
118 static void save_function_data (tree);
119 static void copy_type_enum (tree , tree);
120 static void check_function_type (tree, tree);
121 static void finish_constructor_body (void);
122 static void begin_destructor_body (void);
123 static void finish_destructor_body (void);
124 static void record_key_method_defined (tree);
125 static tree create_array_type_for_decl (tree, tree, tree);
126 static tree get_atexit_node (void);
127 static tree get_dso_handle_node (void);
128 static tree start_cleanup_fn (void);
129 static void end_cleanup_fn (void);
130 static tree cp_make_fname_decl (location_t, tree, int);
131 static void initialize_predefined_identifiers (void);
132 static tree check_special_function_return_type
133 (special_function_kind, tree, tree);
134 static tree push_cp_library_fn (enum tree_code, tree, int);
135 static tree build_cp_library_fn (tree, enum tree_code, tree, int);
136 static void store_parm_decls (tree);
137 static void initialize_local_var (tree, tree);
138 static void expand_static_init (tree, tree);
140 /* The following symbols are subsumed in the cp_global_trees array, and
141 listed here individually for documentation purposes.
143 C++ extensions
144 tree wchar_decl_node;
146 tree vtable_entry_type;
147 tree delta_type_node;
148 tree __t_desc_type_node;
150 tree class_type_node;
151 tree unknown_type_node;
153 Array type `vtable_entry_type[]'
155 tree vtbl_type_node;
156 tree vtbl_ptr_type_node;
158 Namespaces,
160 tree std_node;
161 tree abi_node;
163 A FUNCTION_DECL which can call `abort'. Not necessarily the
164 one that the user will declare, but sufficient to be called
165 by routines that want to abort the program.
167 tree abort_fndecl;
169 Used by RTTI
170 tree type_info_type_node, tinfo_decl_id, tinfo_decl_type;
171 tree tinfo_var_id; */
173 tree cp_global_trees[CPTI_MAX];
175 /* Indicates that there is a type value in some namespace, although
176 that is not necessarily in scope at the moment. */
178 tree global_type_node;
180 /* The node that holds the "name" of the global scope. */
181 tree global_scope_name;
183 #define local_names cp_function_chain->x_local_names
185 /* A list of objects which have constructors or destructors
186 which reside in the global scope. The decl is stored in
187 the TREE_VALUE slot and the initializer is stored
188 in the TREE_PURPOSE slot. */
189 tree static_aggregates;
191 /* Like static_aggregates, but for thread_local variables. */
192 tree tls_aggregates;
194 /* -- end of C++ */
196 /* A node for the integer constant 2. */
198 tree integer_two_node;
200 /* Used only for jumps to as-yet undefined labels, since jumps to
201 defined labels can have their validity checked immediately. */
203 struct GTY((chain_next ("%h.next"))) named_label_use_entry {
204 struct named_label_use_entry *next;
205 /* The binding level to which this entry is *currently* attached.
206 This is initially the binding level in which the goto appeared,
207 but is modified as scopes are closed. */
208 cp_binding_level *binding_level;
209 /* The head of the names list that was current when the goto appeared,
210 or the inner scope popped. These are the decls that will *not* be
211 skipped when jumping to the label. */
212 tree names_in_scope;
213 /* The location of the goto, for error reporting. */
214 location_t o_goto_locus;
215 /* True if an OpenMP structured block scope has been closed since
216 the goto appeared. This means that the branch from the label will
217 illegally exit an OpenMP scope. */
218 bool in_omp_scope;
221 /* A list of all LABEL_DECLs in the function that have names. Here so
222 we can clear out their names' definitions at the end of the
223 function, and so we can check the validity of jumps to these labels. */
225 struct GTY((for_user)) named_label_entry {
226 /* The decl itself. */
227 tree label_decl;
229 /* The binding level to which the label is *currently* attached.
230 This is initially set to the binding level in which the label
231 is defined, but is modified as scopes are closed. */
232 cp_binding_level *binding_level;
233 /* The head of the names list that was current when the label was
234 defined, or the inner scope popped. These are the decls that will
235 be skipped when jumping to the label. */
236 tree names_in_scope;
237 /* A vector of all decls from all binding levels that would be
238 crossed by a backward branch to the label. */
239 vec<tree, va_gc> *bad_decls;
241 /* A list of uses of the label, before the label is defined. */
242 struct named_label_use_entry *uses;
244 /* The following bits are set after the label is defined, and are
245 updated as scopes are popped. They indicate that a backward jump
246 to the label will illegally enter a scope of the given flavor. */
247 bool in_try_scope;
248 bool in_catch_scope;
249 bool in_omp_scope;
252 #define named_labels cp_function_chain->x_named_labels
254 /* The number of function bodies which we are currently processing.
255 (Zero if we are at namespace scope, one inside the body of a
256 function, two inside the body of a function in a local class, etc.) */
257 int function_depth;
259 /* To avoid unwanted recursion, finish_function defers all mark_used calls
260 encountered during its execution until it finishes. */
261 bool defer_mark_used_calls;
262 vec<tree, va_gc> *deferred_mark_used_calls;
264 /* States indicating how grokdeclarator() should handle declspecs marked
265 with __attribute__((deprecated)). An object declared as
266 __attribute__((deprecated)) suppresses warnings of uses of other
267 deprecated items. */
268 enum deprecated_states deprecated_state = DEPRECATED_NORMAL;
271 /* A list of VAR_DECLs whose type was incomplete at the time the
272 variable was declared. */
274 typedef struct GTY(()) incomplete_var_d {
275 tree decl;
276 tree incomplete_type;
277 } incomplete_var;
280 static GTY(()) vec<incomplete_var, va_gc> *incomplete_vars;
282 /* Returns the kind of template specialization we are currently
283 processing, given that it's declaration contained N_CLASS_SCOPES
284 explicit scope qualifications. */
286 tmpl_spec_kind
287 current_tmpl_spec_kind (int n_class_scopes)
289 int n_template_parm_scopes = 0;
290 int seen_specialization_p = 0;
291 int innermost_specialization_p = 0;
292 cp_binding_level *b;
294 /* Scan through the template parameter scopes. */
295 for (b = current_binding_level;
296 b->kind == sk_template_parms;
297 b = b->level_chain)
299 /* If we see a specialization scope inside a parameter scope,
300 then something is wrong. That corresponds to a declaration
301 like:
303 template <class T> template <> ...
305 which is always invalid since [temp.expl.spec] forbids the
306 specialization of a class member template if the enclosing
307 class templates are not explicitly specialized as well. */
308 if (b->explicit_spec_p)
310 if (n_template_parm_scopes == 0)
311 innermost_specialization_p = 1;
312 else
313 seen_specialization_p = 1;
315 else if (seen_specialization_p == 1)
316 return tsk_invalid_member_spec;
318 ++n_template_parm_scopes;
321 /* Handle explicit instantiations. */
322 if (processing_explicit_instantiation)
324 if (n_template_parm_scopes != 0)
325 /* We've seen a template parameter list during an explicit
326 instantiation. For example:
328 template <class T> template void f(int);
330 This is erroneous. */
331 return tsk_invalid_expl_inst;
332 else
333 return tsk_expl_inst;
336 if (n_template_parm_scopes < n_class_scopes)
337 /* We've not seen enough template headers to match all the
338 specialized classes present. For example:
340 template <class T> void R<T>::S<T>::f(int);
342 This is invalid; there needs to be one set of template
343 parameters for each class. */
344 return tsk_insufficient_parms;
345 else if (n_template_parm_scopes == n_class_scopes)
346 /* We're processing a non-template declaration (even though it may
347 be a member of a template class.) For example:
349 template <class T> void S<T>::f(int);
351 The `class T' matches the `S<T>', leaving no template headers
352 corresponding to the `f'. */
353 return tsk_none;
354 else if (n_template_parm_scopes > n_class_scopes + 1)
355 /* We've got too many template headers. For example:
357 template <> template <class T> void f (T);
359 There need to be more enclosing classes. */
360 return tsk_excessive_parms;
361 else
362 /* This must be a template. It's of the form:
364 template <class T> template <class U> void S<T>::f(U);
366 This is a specialization if the innermost level was a
367 specialization; otherwise it's just a definition of the
368 template. */
369 return innermost_specialization_p ? tsk_expl_spec : tsk_template;
372 /* Exit the current scope. */
374 void
375 finish_scope (void)
377 poplevel (0, 0, 0);
380 /* When a label goes out of scope, check to see if that label was used
381 in a valid manner, and issue any appropriate warnings or errors. */
383 static void
384 pop_label (tree label, tree old_value)
386 if (!processing_template_decl)
388 if (DECL_INITIAL (label) == NULL_TREE)
390 location_t location;
392 error ("label %q+D used but not defined", label);
393 location = input_location;
394 /* FIXME want (LOCATION_FILE (input_location), (line)0) */
395 /* Avoid crashing later. */
396 define_label (location, DECL_NAME (label));
398 else
399 warn_for_unused_label (label);
402 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value);
405 /* At the end of a function, all labels declared within the function
406 go out of scope. BLOCK is the top-level block for the
407 function. */
410 pop_labels_1 (named_label_entry **slot, tree block)
412 struct named_label_entry *ent = *slot;
414 pop_label (ent->label_decl, NULL_TREE);
416 /* Put the labels into the "variables" of the top-level block,
417 so debugger can see them. */
418 DECL_CHAIN (ent->label_decl) = BLOCK_VARS (block);
419 BLOCK_VARS (block) = ent->label_decl;
421 named_labels->clear_slot (slot);
423 return 1;
426 static void
427 pop_labels (tree block)
429 if (named_labels)
431 named_labels->traverse<tree, pop_labels_1> (block);
432 named_labels = NULL;
436 /* At the end of a block with local labels, restore the outer definition. */
438 static void
439 pop_local_label (tree label, tree old_value)
441 struct named_label_entry dummy;
443 pop_label (label, old_value);
445 dummy.label_decl = label;
446 named_label_entry **slot = named_labels->find_slot (&dummy, NO_INSERT);
447 named_labels->clear_slot (slot);
450 /* The following two routines are used to interface to Objective-C++.
451 The binding level is purposely treated as an opaque type. */
453 void *
454 objc_get_current_scope (void)
456 return current_binding_level;
459 /* The following routine is used by the NeXT-style SJLJ exceptions;
460 variables get marked 'volatile' so as to not be clobbered by
461 _setjmp()/_longjmp() calls. All variables in the current scope,
462 as well as parent scopes up to (but not including) ENCLOSING_BLK
463 shall be thusly marked. */
465 void
466 objc_mark_locals_volatile (void *enclosing_blk)
468 cp_binding_level *scope;
470 for (scope = current_binding_level;
471 scope && scope != enclosing_blk;
472 scope = scope->level_chain)
474 tree decl;
476 for (decl = scope->names; decl; decl = TREE_CHAIN (decl))
477 objc_volatilize_decl (decl);
479 /* Do not climb up past the current function. */
480 if (scope->kind == sk_function_parms)
481 break;
485 /* Update data for defined and undefined labels when leaving a scope. */
488 poplevel_named_label_1 (named_label_entry **slot, cp_binding_level *bl)
490 named_label_entry *ent = *slot;
491 cp_binding_level *obl = bl->level_chain;
493 if (ent->binding_level == bl)
495 tree decl;
497 /* ENT->NAMES_IN_SCOPE may contain a mixture of DECLs and
498 TREE_LISTs representing OVERLOADs, so be careful. */
499 for (decl = ent->names_in_scope; decl; decl = (DECL_P (decl)
500 ? DECL_CHAIN (decl)
501 : TREE_CHAIN (decl)))
502 if (decl_jump_unsafe (decl))
503 vec_safe_push (ent->bad_decls, decl);
505 ent->binding_level = obl;
506 ent->names_in_scope = obl->names;
507 switch (bl->kind)
509 case sk_try:
510 ent->in_try_scope = true;
511 break;
512 case sk_catch:
513 ent->in_catch_scope = true;
514 break;
515 case sk_omp:
516 ent->in_omp_scope = true;
517 break;
518 default:
519 break;
522 else if (ent->uses)
524 struct named_label_use_entry *use;
526 for (use = ent->uses; use ; use = use->next)
527 if (use->binding_level == bl)
529 use->binding_level = obl;
530 use->names_in_scope = obl->names;
531 if (bl->kind == sk_omp)
532 use->in_omp_scope = true;
536 return 1;
539 /* Saved errorcount to avoid -Wunused-but-set-{parameter,variable} warnings
540 when errors were reported, except for -Werror-unused-but-set-*. */
541 static int unused_but_set_errorcount;
543 /* Exit a binding level.
544 Pop the level off, and restore the state of the identifier-decl mappings
545 that were in effect when this level was entered.
547 If KEEP == 1, this level had explicit declarations, so
548 and create a "block" (a BLOCK node) for the level
549 to record its declarations and subblocks for symbol table output.
551 If FUNCTIONBODY is nonzero, this level is the body of a function,
552 so create a block as if KEEP were set and also clear out all
553 label names.
555 If REVERSE is nonzero, reverse the order of decls before putting
556 them into the BLOCK. */
558 tree
559 poplevel (int keep, int reverse, int functionbody)
561 tree link;
562 /* The chain of decls was accumulated in reverse order.
563 Put it into forward order, just for cleanliness. */
564 tree decls;
565 tree subblocks;
566 tree block;
567 tree decl;
568 int leaving_for_scope;
569 scope_kind kind;
570 unsigned ix;
571 cp_label_binding *label_bind;
573 bool subtime = timevar_cond_start (TV_NAME_LOOKUP);
574 restart:
576 block = NULL_TREE;
578 gcc_assert (current_binding_level->kind != sk_class);
580 if (current_binding_level->kind == sk_cleanup)
581 functionbody = 0;
582 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
584 gcc_assert (!vec_safe_length (current_binding_level->class_shadowed));
586 /* We used to use KEEP == 2 to indicate that the new block should go
587 at the beginning of the list of blocks at this binding level,
588 rather than the end. This hack is no longer used. */
589 gcc_assert (keep == 0 || keep == 1);
591 if (current_binding_level->keep)
592 keep = 1;
594 /* Any uses of undefined labels, and any defined labels, now operate
595 under constraints of next binding contour. */
596 if (cfun && !functionbody && named_labels)
597 named_labels->traverse<cp_binding_level *, poplevel_named_label_1>
598 (current_binding_level);
600 /* Get the decls in the order they were written.
601 Usually current_binding_level->names is in reverse order.
602 But parameter decls were previously put in forward order. */
604 if (reverse)
605 current_binding_level->names
606 = decls = nreverse (current_binding_level->names);
607 else
608 decls = current_binding_level->names;
610 /* If there were any declarations or structure tags in that level,
611 or if this level is a function body,
612 create a BLOCK to record them for the life of this function. */
613 block = NULL_TREE;
614 /* Avoid function body block if possible. */
615 if (functionbody && subblocks && BLOCK_CHAIN (subblocks) == NULL_TREE)
616 keep = 0;
617 else if (keep == 1 || functionbody)
618 block = make_node (BLOCK);
619 if (block != NULL_TREE)
621 BLOCK_VARS (block) = decls;
622 BLOCK_SUBBLOCKS (block) = subblocks;
625 /* In each subblock, record that this is its superior. */
626 if (keep >= 0)
627 for (link = subblocks; link; link = BLOCK_CHAIN (link))
628 BLOCK_SUPERCONTEXT (link) = block;
630 /* We still support the old for-scope rules, whereby the variables
631 in a for-init statement were in scope after the for-statement
632 ended. We only use the new rules if flag_new_for_scope is
633 nonzero. */
634 leaving_for_scope
635 = current_binding_level->kind == sk_for && flag_new_for_scope == 1;
637 /* Before we remove the declarations first check for unused variables. */
638 if ((warn_unused_variable || warn_unused_but_set_variable)
639 && current_binding_level->kind != sk_template_parms
640 && !processing_template_decl)
641 for (tree d = getdecls (); d; d = TREE_CHAIN (d))
643 /* There are cases where D itself is a TREE_LIST. See in
644 push_local_binding where the list of decls returned by
645 getdecls is built. */
646 decl = TREE_CODE (d) == TREE_LIST ? TREE_VALUE (d) : d;
647 tree type = TREE_TYPE (decl);
648 if (VAR_P (decl)
649 && (! TREE_USED (decl) || !DECL_READ_P (decl))
650 && ! DECL_IN_SYSTEM_HEADER (decl)
651 && DECL_NAME (decl) && ! DECL_ARTIFICIAL (decl)
652 && type != error_mark_node
653 && (!CLASS_TYPE_P (type)
654 || !TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
655 || lookup_attribute ("warn_unused",
656 TYPE_ATTRIBUTES (TREE_TYPE (decl)))))
658 if (! TREE_USED (decl))
659 warning (OPT_Wunused_variable, "unused variable %q+D", decl);
660 else if (DECL_CONTEXT (decl) == current_function_decl
661 // For -Wunused-but-set-variable leave references alone.
662 && TREE_CODE (TREE_TYPE (decl)) != REFERENCE_TYPE
663 && errorcount == unused_but_set_errorcount)
665 warning (OPT_Wunused_but_set_variable,
666 "variable %q+D set but not used", decl);
667 unused_but_set_errorcount = errorcount;
672 /* Remove declarations for all the DECLs in this level. */
673 for (link = decls; link; link = TREE_CHAIN (link))
675 if (leaving_for_scope && VAR_P (link)
676 /* It's hard to make this ARM compatibility hack play nicely with
677 lambdas, and it really isn't necessary in C++11 mode. */
678 && cxx_dialect < cxx11
679 && DECL_NAME (link))
681 tree name = DECL_NAME (link);
682 cxx_binding *ob;
683 tree ns_binding;
685 ob = outer_binding (name,
686 IDENTIFIER_BINDING (name),
687 /*class_p=*/true);
688 if (!ob)
689 ns_binding = IDENTIFIER_NAMESPACE_VALUE (name);
690 else
691 ns_binding = NULL_TREE;
693 if (ob && ob->scope == current_binding_level->level_chain)
694 /* We have something like:
696 int i;
697 for (int i; ;);
699 and we are leaving the `for' scope. There's no reason to
700 keep the binding of the inner `i' in this case. */
701 pop_binding (name, link);
702 else if ((ob && (TREE_CODE (ob->value) == TYPE_DECL))
703 || (ns_binding && TREE_CODE (ns_binding) == TYPE_DECL))
704 /* Here, we have something like:
706 typedef int I;
708 void f () {
709 for (int I; ;);
712 We must pop the for-scope binding so we know what's a
713 type and what isn't. */
714 pop_binding (name, link);
715 else
717 /* Mark this VAR_DECL as dead so that we can tell we left it
718 there only for backward compatibility. */
719 DECL_DEAD_FOR_LOCAL (link) = 1;
721 /* Keep track of what should have happened when we
722 popped the binding. */
723 if (ob && ob->value)
725 SET_DECL_SHADOWED_FOR_VAR (link, ob->value);
726 DECL_HAS_SHADOWED_FOR_VAR_P (link) = 1;
729 /* Add it to the list of dead variables in the next
730 outermost binding to that we can remove these when we
731 leave that binding. */
732 vec_safe_push (
733 current_binding_level->level_chain->dead_vars_from_for,
734 link);
736 /* Although we don't pop the cxx_binding, we do clear
737 its SCOPE since the scope is going away now. */
738 IDENTIFIER_BINDING (name)->scope
739 = current_binding_level->level_chain;
742 else
744 tree name;
746 /* Remove the binding. */
747 decl = link;
749 if (TREE_CODE (decl) == TREE_LIST)
750 decl = TREE_VALUE (decl);
751 name = decl;
753 if (TREE_CODE (name) == OVERLOAD)
754 name = OVL_FUNCTION (name);
756 gcc_assert (DECL_P (name));
757 pop_binding (DECL_NAME (name), decl);
761 /* Remove declarations for any `for' variables from inner scopes
762 that we kept around. */
763 FOR_EACH_VEC_SAFE_ELT_REVERSE (current_binding_level->dead_vars_from_for,
764 ix, decl)
765 pop_binding (DECL_NAME (decl), decl);
767 /* Restore the IDENTIFIER_TYPE_VALUEs. */
768 for (link = current_binding_level->type_shadowed;
769 link; link = TREE_CHAIN (link))
770 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (link), TREE_VALUE (link));
772 /* Restore the IDENTIFIER_LABEL_VALUEs for local labels. */
773 FOR_EACH_VEC_SAFE_ELT_REVERSE (current_binding_level->shadowed_labels,
774 ix, label_bind)
775 pop_local_label (label_bind->label, label_bind->prev_value);
777 /* There may be OVERLOADs (wrapped in TREE_LISTs) on the BLOCK_VARs
778 list if a `using' declaration put them there. The debugging
779 back ends won't understand OVERLOAD, so we remove them here.
780 Because the BLOCK_VARS are (temporarily) shared with
781 CURRENT_BINDING_LEVEL->NAMES we must do this fixup after we have
782 popped all the bindings. */
783 if (block)
785 tree* d;
787 for (d = &BLOCK_VARS (block); *d; )
789 if (TREE_CODE (*d) == TREE_LIST)
790 *d = TREE_CHAIN (*d);
791 else
792 d = &DECL_CHAIN (*d);
796 /* If the level being exited is the top level of a function,
797 check over all the labels. */
798 if (functionbody)
800 if (block)
802 /* Since this is the top level block of a function, the vars are
803 the function's parameters. Don't leave them in the BLOCK
804 because they are found in the FUNCTION_DECL instead. */
805 BLOCK_VARS (block) = 0;
806 pop_labels (block);
808 else
809 pop_labels (subblocks);
812 kind = current_binding_level->kind;
813 if (kind == sk_cleanup)
815 tree stmt;
817 /* If this is a temporary binding created for a cleanup, then we'll
818 have pushed a statement list level. Pop that, create a new
819 BIND_EXPR for the block, and insert it into the stream. */
820 stmt = pop_stmt_list (current_binding_level->statement_list);
821 stmt = c_build_bind_expr (input_location, block, stmt);
822 add_stmt (stmt);
825 leave_scope ();
826 if (functionbody)
828 /* The current function is being defined, so its DECL_INITIAL
829 should be error_mark_node. */
830 gcc_assert (DECL_INITIAL (current_function_decl) == error_mark_node);
831 DECL_INITIAL (current_function_decl) = block ? block : subblocks;
832 if (subblocks)
834 if (FUNCTION_NEEDS_BODY_BLOCK (current_function_decl))
836 if (BLOCK_SUBBLOCKS (subblocks))
837 BLOCK_OUTER_CURLY_BRACE_P (BLOCK_SUBBLOCKS (subblocks)) = 1;
839 else
840 BLOCK_OUTER_CURLY_BRACE_P (subblocks) = 1;
843 else if (block)
844 current_binding_level->blocks
845 = block_chainon (current_binding_level->blocks, block);
847 /* If we did not make a block for the level just exited,
848 any blocks made for inner levels
849 (since they cannot be recorded as subblocks in that level)
850 must be carried forward so they will later become subblocks
851 of something else. */
852 else if (subblocks)
853 current_binding_level->blocks
854 = block_chainon (current_binding_level->blocks, subblocks);
856 /* Each and every BLOCK node created here in `poplevel' is important
857 (e.g. for proper debugging information) so if we created one
858 earlier, mark it as "used". */
859 if (block)
860 TREE_USED (block) = 1;
862 /* All temporary bindings created for cleanups are popped silently. */
863 if (kind == sk_cleanup)
864 goto restart;
866 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
867 return block;
870 /* Walk all the namespaces contained NAMESPACE, including NAMESPACE
871 itself, calling F for each. The DATA is passed to F as well. */
873 static int
874 walk_namespaces_r (tree name_space, walk_namespaces_fn f, void* data)
876 int result = 0;
877 tree current = NAMESPACE_LEVEL (name_space)->namespaces;
879 result |= (*f) (name_space, data);
881 for (; current; current = DECL_CHAIN (current))
882 result |= walk_namespaces_r (current, f, data);
884 return result;
887 /* Walk all the namespaces, calling F for each. The DATA is passed to
888 F as well. */
891 walk_namespaces (walk_namespaces_fn f, void* data)
893 return walk_namespaces_r (global_namespace, f, data);
896 /* Call wrapup_globals_declarations for the globals in NAMESPACE. If
897 DATA is non-NULL, this is the last time we will call
898 wrapup_global_declarations for this NAMESPACE. */
901 wrapup_globals_for_namespace (tree name_space, void* data)
903 cp_binding_level *level = NAMESPACE_LEVEL (name_space);
904 vec<tree, va_gc> *statics = level->static_decls;
905 tree *vec = statics->address ();
906 int len = statics->length ();
907 int last_time = (data != 0);
909 if (last_time)
911 check_global_declarations (vec, len);
912 emit_debug_global_declarations (vec, len);
913 return 0;
916 /* Write out any globals that need to be output. */
917 return wrapup_global_declarations (vec, len);
921 /* In C++, you don't have to write `struct S' to refer to `S'; you
922 can just use `S'. We accomplish this by creating a TYPE_DECL as
923 if the user had written `typedef struct S S'. Create and return
924 the TYPE_DECL for TYPE. */
926 tree
927 create_implicit_typedef (tree name, tree type)
929 tree decl;
931 decl = build_decl (input_location, TYPE_DECL, name, type);
932 DECL_ARTIFICIAL (decl) = 1;
933 /* There are other implicit type declarations, like the one *within*
934 a class that allows you to write `S::S'. We must distinguish
935 amongst these. */
936 SET_DECL_IMPLICIT_TYPEDEF_P (decl);
937 TYPE_NAME (type) = decl;
938 TYPE_STUB_DECL (type) = decl;
940 return decl;
943 /* Remember a local name for name-mangling purposes. */
945 static void
946 push_local_name (tree decl)
948 size_t i, nelts;
949 tree t, name;
951 timevar_start (TV_NAME_LOOKUP);
953 name = DECL_NAME (decl);
955 nelts = vec_safe_length (local_names);
956 for (i = 0; i < nelts; i++)
958 t = (*local_names)[i];
959 if (DECL_NAME (t) == name)
961 if (!DECL_LANG_SPECIFIC (decl))
962 retrofit_lang_decl (decl);
963 DECL_LANG_SPECIFIC (decl)->u.base.u2sel = 1;
964 if (DECL_DISCRIMINATOR_SET_P (t))
965 DECL_DISCRIMINATOR (decl) = DECL_DISCRIMINATOR (t) + 1;
966 else
967 DECL_DISCRIMINATOR (decl) = 1;
969 (*local_names)[i] = decl;
970 timevar_stop (TV_NAME_LOOKUP);
971 return;
975 vec_safe_push (local_names, decl);
976 timevar_stop (TV_NAME_LOOKUP);
979 /* Subroutine of duplicate_decls: return truthvalue of whether
980 or not types of these decls match.
982 For C++, we must compare the parameter list so that `int' can match
983 `int&' in a parameter position, but `int&' is not confused with
984 `const int&'. */
987 decls_match (tree newdecl, tree olddecl)
989 int types_match;
991 if (newdecl == olddecl)
992 return 1;
994 if (TREE_CODE (newdecl) != TREE_CODE (olddecl))
995 /* If the two DECLs are not even the same kind of thing, we're not
996 interested in their types. */
997 return 0;
999 gcc_assert (DECL_P (newdecl));
1001 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1003 tree f1 = TREE_TYPE (newdecl);
1004 tree f2 = TREE_TYPE (olddecl);
1005 tree p1 = TYPE_ARG_TYPES (f1);
1006 tree p2 = TYPE_ARG_TYPES (f2);
1007 tree r2;
1009 /* Specializations of different templates are different functions
1010 even if they have the same type. */
1011 tree t1 = (DECL_USE_TEMPLATE (newdecl)
1012 ? DECL_TI_TEMPLATE (newdecl)
1013 : NULL_TREE);
1014 tree t2 = (DECL_USE_TEMPLATE (olddecl)
1015 ? DECL_TI_TEMPLATE (olddecl)
1016 : NULL_TREE);
1017 if (t1 != t2)
1018 return 0;
1020 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
1021 && ! (DECL_EXTERN_C_P (newdecl)
1022 && DECL_EXTERN_C_P (olddecl)))
1023 return 0;
1025 /* A new declaration doesn't match a built-in one unless it
1026 is also extern "C". */
1027 if (DECL_IS_BUILTIN (olddecl)
1028 && DECL_EXTERN_C_P (olddecl) && !DECL_EXTERN_C_P (newdecl))
1029 return 0;
1031 if (TREE_CODE (f1) != TREE_CODE (f2))
1032 return 0;
1034 /* A declaration with deduced return type should use its pre-deduction
1035 type for declaration matching. */
1036 r2 = fndecl_declared_return_type (olddecl);
1038 // Normal functions can be constrained. Two functions with the
1039 // same type and different constraints are different functions.
1040 tree c1 = get_constraints (newdecl);
1041 tree c2 = get_constraints (olddecl);
1043 if (same_type_p (TREE_TYPE (f1), r2))
1045 if (!prototype_p (f2) && DECL_EXTERN_C_P (olddecl)
1046 && (DECL_BUILT_IN (olddecl)
1047 #ifndef NO_IMPLICIT_EXTERN_C
1048 || (DECL_IN_SYSTEM_HEADER (newdecl) && !DECL_CLASS_SCOPE_P (newdecl))
1049 || (DECL_IN_SYSTEM_HEADER (olddecl) && !DECL_CLASS_SCOPE_P (olddecl))
1050 #endif
1053 types_match = self_promoting_args_p (p1);
1054 if (p1 == void_list_node)
1055 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
1057 #ifndef NO_IMPLICIT_EXTERN_C
1058 else if (!prototype_p (f1)
1059 && (DECL_EXTERN_C_P (olddecl)
1060 && DECL_IN_SYSTEM_HEADER (olddecl)
1061 && !DECL_CLASS_SCOPE_P (olddecl))
1062 && (DECL_EXTERN_C_P (newdecl)
1063 && DECL_IN_SYSTEM_HEADER (newdecl)
1064 && !DECL_CLASS_SCOPE_P (newdecl)))
1066 types_match = self_promoting_args_p (p2);
1067 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
1069 #endif
1070 else
1071 types_match =
1072 compparms (p1, p2)
1073 && type_memfn_rqual (f1) == type_memfn_rqual (f2)
1074 && equivalent_constraints (c1, c2)
1075 && (TYPE_ATTRIBUTES (TREE_TYPE (newdecl)) == NULL_TREE
1076 || comp_type_attributes (TREE_TYPE (newdecl),
1077 TREE_TYPE (olddecl)) != 0);
1079 else
1080 types_match = 0;
1082 /* The decls dont match if they correspond to two different versions
1083 of the same function. Disallow extern "C" functions to be
1084 versions for now. */
1085 if (types_match
1086 && !DECL_EXTERN_C_P (newdecl)
1087 && !DECL_EXTERN_C_P (olddecl)
1088 && targetm.target_option.function_versions (newdecl, olddecl))
1090 /* Mark functions as versions if necessary. Modify the mangled decl
1091 name if necessary. */
1092 if (DECL_FUNCTION_VERSIONED (newdecl)
1093 && DECL_FUNCTION_VERSIONED (olddecl))
1094 return 0;
1095 if (!DECL_FUNCTION_VERSIONED (newdecl))
1097 DECL_FUNCTION_VERSIONED (newdecl) = 1;
1098 if (DECL_ASSEMBLER_NAME_SET_P (newdecl))
1099 mangle_decl (newdecl);
1101 if (!DECL_FUNCTION_VERSIONED (olddecl))
1103 DECL_FUNCTION_VERSIONED (olddecl) = 1;
1104 if (DECL_ASSEMBLER_NAME_SET_P (olddecl))
1105 mangle_decl (olddecl);
1107 cgraph_node::record_function_versions (olddecl, newdecl);
1108 return 0;
1111 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1113 tree oldres = DECL_TEMPLATE_RESULT (olddecl);
1114 tree newres = DECL_TEMPLATE_RESULT (newdecl);
1116 if (TREE_CODE (newres) != TREE_CODE (oldres))
1117 return 0;
1119 if (!comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1120 DECL_TEMPLATE_PARMS (olddecl)))
1121 return 0;
1123 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1124 types_match = same_type_p (TREE_TYPE (oldres), TREE_TYPE (newres));
1125 else
1126 types_match = decls_match (oldres, newres);
1128 // If the types of the underlying templates match, compare
1129 // the template constraints. The declarations could differ there.
1130 if (types_match)
1131 types_match = equivalently_constrained (olddecl, newdecl);
1133 else
1135 /* Need to check scope for variable declaration (VAR_DECL).
1136 For typedef (TYPE_DECL), scope is ignored. */
1137 if (VAR_P (newdecl)
1138 && CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
1139 /* [dcl.link]
1140 Two declarations for an object with C language linkage
1141 with the same name (ignoring the namespace that qualify
1142 it) that appear in different namespace scopes refer to
1143 the same object. */
1144 && !(DECL_EXTERN_C_P (olddecl) && DECL_EXTERN_C_P (newdecl)))
1145 return 0;
1147 if (TREE_TYPE (newdecl) == error_mark_node)
1148 types_match = TREE_TYPE (olddecl) == error_mark_node;
1149 else if (TREE_TYPE (olddecl) == NULL_TREE)
1150 types_match = TREE_TYPE (newdecl) == NULL_TREE;
1151 else if (TREE_TYPE (newdecl) == NULL_TREE)
1152 types_match = 0;
1153 else
1154 types_match = comptypes (TREE_TYPE (newdecl),
1155 TREE_TYPE (olddecl),
1156 COMPARE_REDECLARATION);
1159 return types_match;
1162 /* If NEWDECL is `static' and an `extern' was seen previously,
1163 warn about it. OLDDECL is the previous declaration.
1165 Note that this does not apply to the C++ case of declaring
1166 a variable `extern const' and then later `const'.
1168 Don't complain about built-in functions, since they are beyond
1169 the user's control. */
1171 void
1172 warn_extern_redeclared_static (tree newdecl, tree olddecl)
1174 if (TREE_CODE (newdecl) == TYPE_DECL
1175 || TREE_CODE (newdecl) == TEMPLATE_DECL
1176 || TREE_CODE (newdecl) == CONST_DECL
1177 || TREE_CODE (newdecl) == NAMESPACE_DECL)
1178 return;
1180 /* Don't get confused by static member functions; that's a different
1181 use of `static'. */
1182 if (TREE_CODE (newdecl) == FUNCTION_DECL
1183 && DECL_STATIC_FUNCTION_P (newdecl))
1184 return;
1186 /* If the old declaration was `static', or the new one isn't, then
1187 everything is OK. */
1188 if (DECL_THIS_STATIC (olddecl) || !DECL_THIS_STATIC (newdecl))
1189 return;
1191 /* It's OK to declare a builtin function as `static'. */
1192 if (TREE_CODE (olddecl) == FUNCTION_DECL
1193 && DECL_ARTIFICIAL (olddecl))
1194 return;
1196 if (permerror (input_location,
1197 "%qD was declared %<extern%> and later %<static%>", newdecl))
1198 inform (input_location, "previous declaration of %q+D", olddecl);
1201 /* NEW_DECL is a redeclaration of OLD_DECL; both are functions or
1202 function templates. If their exception specifications do not
1203 match, issue a diagnostic. */
1205 static void
1206 check_redeclaration_exception_specification (tree new_decl,
1207 tree old_decl)
1209 tree new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl));
1210 tree old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl));
1212 /* Two default specs are equivalent, don't force evaluation. */
1213 if (UNEVALUATED_NOEXCEPT_SPEC_P (new_exceptions)
1214 && UNEVALUATED_NOEXCEPT_SPEC_P (old_exceptions))
1215 return;
1217 maybe_instantiate_noexcept (new_decl);
1218 maybe_instantiate_noexcept (old_decl);
1219 new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl));
1220 old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl));
1222 /* [except.spec]
1224 If any declaration of a function has an exception-specification,
1225 all declarations, including the definition and an explicit
1226 specialization, of that function shall have an
1227 exception-specification with the same set of type-ids. */
1228 if ((pedantic || ! DECL_IN_SYSTEM_HEADER (old_decl))
1229 && ! DECL_IS_BUILTIN (old_decl)
1230 && flag_exceptions
1231 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal))
1233 error ("declaration of %qF has a different exception specifier",
1234 new_decl);
1235 error ("from previous declaration %q+F", old_decl);
1239 /* Return true if OLD_DECL and NEW_DECL agree on constexprness.
1240 Otherwise issue diagnostics. */
1242 static bool
1243 validate_constexpr_redeclaration (tree old_decl, tree new_decl)
1245 old_decl = STRIP_TEMPLATE (old_decl);
1246 new_decl = STRIP_TEMPLATE (new_decl);
1247 if (!VAR_OR_FUNCTION_DECL_P (old_decl)
1248 || !VAR_OR_FUNCTION_DECL_P (new_decl))
1249 return true;
1250 if (DECL_DECLARED_CONSTEXPR_P (old_decl)
1251 == DECL_DECLARED_CONSTEXPR_P (new_decl))
1252 return true;
1253 if (TREE_CODE (old_decl) == FUNCTION_DECL)
1255 if (DECL_BUILT_IN (old_decl))
1257 /* Hide a built-in declaration. */
1258 DECL_DECLARED_CONSTEXPR_P (old_decl)
1259 = DECL_DECLARED_CONSTEXPR_P (new_decl);
1260 return true;
1262 /* 7.1.5 [dcl.constexpr]
1263 Note: An explicit specialization can differ from the template
1264 declaration with respect to the constexpr specifier. */
1265 if (! DECL_TEMPLATE_SPECIALIZATION (old_decl)
1266 && DECL_TEMPLATE_SPECIALIZATION (new_decl))
1267 return true;
1269 error ("redeclaration %qD differs in %<constexpr%>", new_decl);
1270 error ("from previous declaration %q+D", old_decl);
1271 return false;
1273 return true;
1276 // If OLDDECL and NEWDECL are concept declarations with the same type
1277 // (i.e., and template parameters), but different requirements,
1278 // emit diagnostics and return true. Otherwise, return false.
1279 static inline bool
1280 check_concept_refinement (tree olddecl, tree newdecl)
1282 if (!DECL_DECLARED_CONCEPT_P (olddecl) || !DECL_DECLARED_CONCEPT_P (newdecl))
1283 return false;
1285 tree d1 = DECL_TEMPLATE_RESULT (olddecl);
1286 tree d2 = DECL_TEMPLATE_RESULT (newdecl);
1287 if (TREE_CODE (d1) != TREE_CODE (d2))
1288 return false;
1290 tree t1 = TREE_TYPE (d1);
1291 tree t2 = TREE_TYPE (d2);
1292 if (TREE_CODE (d1) == FUNCTION_DECL)
1294 if (compparms (TYPE_ARG_TYPES (t1), TYPE_ARG_TYPES (t2))
1295 && comp_template_parms (DECL_TEMPLATE_PARMS (olddecl),
1296 DECL_TEMPLATE_PARMS (newdecl))
1297 && !equivalently_constrained (olddecl, newdecl))
1299 error ("cannot specialize concept %q#D", olddecl);
1300 return true;
1303 return false;
1307 /* DECL is a redeclaration of a function or function template. If
1308 it does have default arguments issue a diagnostic. Note: this
1309 function is used to enforce the requirements in C++11 8.3.6 about
1310 no default arguments in redeclarations. */
1312 static void
1313 check_redeclaration_no_default_args (tree decl)
1315 gcc_assert (DECL_DECLARES_FUNCTION_P (decl));
1317 for (tree t = FUNCTION_FIRST_USER_PARMTYPE (decl);
1318 t && t != void_list_node; t = TREE_CHAIN (t))
1319 if (TREE_PURPOSE (t))
1321 permerror (input_location,
1322 "redeclaration of %q#D may not have default "
1323 "arguments", decl);
1324 return;
1328 #define GNU_INLINE_P(fn) (DECL_DECLARED_INLINE_P (fn) \
1329 && lookup_attribute ("gnu_inline", \
1330 DECL_ATTRIBUTES (fn)))
1332 /* If NEWDECL is a redeclaration of OLDDECL, merge the declarations.
1333 If the redeclaration is invalid, a diagnostic is issued, and the
1334 error_mark_node is returned. Otherwise, OLDDECL is returned.
1336 If NEWDECL is not a redeclaration of OLDDECL, NULL_TREE is
1337 returned.
1339 NEWDECL_IS_FRIEND is true if NEWDECL was declared as a friend. */
1341 tree
1342 duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend)
1344 unsigned olddecl_uid = DECL_UID (olddecl);
1345 int olddecl_friend = 0, types_match = 0, hidden_friend = 0;
1346 int new_defines_function = 0;
1347 tree new_template_info;
1349 if (newdecl == olddecl)
1350 return olddecl;
1352 types_match = decls_match (newdecl, olddecl);
1354 /* If either the type of the new decl or the type of the old decl is an
1355 error_mark_node, then that implies that we have already issued an
1356 error (earlier) for some bogus type specification, and in that case,
1357 it is rather pointless to harass the user with yet more error message
1358 about the same declaration, so just pretend the types match here. */
1359 if (TREE_TYPE (newdecl) == error_mark_node
1360 || TREE_TYPE (olddecl) == error_mark_node)
1361 return error_mark_node;
1363 if (UDLIT_OPER_P (DECL_NAME (newdecl))
1364 && UDLIT_OPER_P (DECL_NAME (olddecl)))
1366 if (TREE_CODE (newdecl) == TEMPLATE_DECL
1367 && TREE_CODE (olddecl) != TEMPLATE_DECL
1368 && check_raw_literal_operator (olddecl))
1369 error ("literal operator template %q+D conflicts with"
1370 " raw literal operator %qD", newdecl, olddecl);
1371 else if (TREE_CODE (newdecl) != TEMPLATE_DECL
1372 && TREE_CODE (olddecl) == TEMPLATE_DECL
1373 && check_raw_literal_operator (newdecl))
1374 error ("raw literal operator %q+D conflicts with"
1375 " literal operator template %qD", newdecl, olddecl);
1378 if (DECL_P (olddecl)
1379 && TREE_CODE (newdecl) == FUNCTION_DECL
1380 && TREE_CODE (olddecl) == FUNCTION_DECL
1381 && (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl)))
1383 if (DECL_DECLARED_INLINE_P (newdecl)
1384 && DECL_UNINLINABLE (newdecl)
1385 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1386 /* Already warned elsewhere. */;
1387 else if (DECL_DECLARED_INLINE_P (olddecl)
1388 && DECL_UNINLINABLE (olddecl)
1389 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1390 /* Already warned. */;
1391 else if (DECL_DECLARED_INLINE_P (newdecl)
1392 && DECL_UNINLINABLE (olddecl)
1393 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1395 if (warning (OPT_Wattributes, "function %q+D redeclared as inline",
1396 newdecl))
1397 inform (DECL_SOURCE_LOCATION (olddecl),
1398 "previous declaration of %qD with attribute noinline",
1399 olddecl);
1401 else if (DECL_DECLARED_INLINE_P (olddecl)
1402 && DECL_UNINLINABLE (newdecl)
1403 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1405 if (warning (OPT_Wattributes, "function %q+D redeclared with "
1406 "attribute noinline", newdecl))
1407 inform (DECL_SOURCE_LOCATION (olddecl),
1408 "previous declaration of %qD was inline",
1409 olddecl);
1413 /* Check for redeclaration and other discrepancies. */
1414 if (TREE_CODE (olddecl) == FUNCTION_DECL
1415 && DECL_ARTIFICIAL (olddecl))
1417 gcc_assert (!DECL_HIDDEN_FRIEND_P (olddecl));
1418 if (TREE_CODE (newdecl) != FUNCTION_DECL)
1420 /* Avoid warnings redeclaring built-ins which have not been
1421 explicitly declared. */
1422 if (DECL_ANTICIPATED (olddecl))
1423 return NULL_TREE;
1425 /* If you declare a built-in or predefined function name as static,
1426 the old definition is overridden, but optionally warn this was a
1427 bad choice of name. */
1428 if (! TREE_PUBLIC (newdecl))
1430 warning (OPT_Wshadow,
1431 DECL_BUILT_IN (olddecl)
1432 ? G_("shadowing built-in function %q#D")
1433 : G_("shadowing library function %q#D"), olddecl);
1434 /* Discard the old built-in function. */
1435 return NULL_TREE;
1437 /* If the built-in is not ansi, then programs can override
1438 it even globally without an error. */
1439 else if (! DECL_BUILT_IN (olddecl))
1440 warning (0, "library function %q#D redeclared as non-function %q#D",
1441 olddecl, newdecl);
1442 else
1443 error ("declaration of %q#D conflicts with built-in "
1444 "declaration %q#D", newdecl, olddecl);
1445 return NULL_TREE;
1447 else if (DECL_OMP_DECLARE_REDUCTION_P (olddecl))
1449 gcc_assert (DECL_OMP_DECLARE_REDUCTION_P (newdecl));
1450 error_at (DECL_SOURCE_LOCATION (newdecl),
1451 "redeclaration of %<pragma omp declare reduction%>");
1452 inform (DECL_SOURCE_LOCATION (olddecl),
1453 "previous %<pragma omp declare reduction%> declaration");
1454 return error_mark_node;
1456 else if (!types_match)
1458 /* Avoid warnings redeclaring built-ins which have not been
1459 explicitly declared. */
1460 if (DECL_ANTICIPATED (olddecl))
1462 /* Deal with fileptr_type_node. FILE type is not known
1463 at the time we create the builtins. */
1464 tree t1, t2;
1466 for (t1 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1467 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1468 t1 || t2;
1469 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2))
1470 if (!t1 || !t2)
1471 break;
1472 else if (TREE_VALUE (t2) == fileptr_type_node)
1474 tree t = TREE_VALUE (t1);
1476 if (TYPE_PTR_P (t)
1477 && TYPE_IDENTIFIER (TREE_TYPE (t))
1478 == get_identifier ("FILE")
1479 && compparms (TREE_CHAIN (t1), TREE_CHAIN (t2)))
1481 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1483 TYPE_ARG_TYPES (TREE_TYPE (olddecl))
1484 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1485 types_match = decls_match (newdecl, olddecl);
1486 if (types_match)
1487 return duplicate_decls (newdecl, olddecl,
1488 newdecl_is_friend);
1489 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1492 else if (! same_type_p (TREE_VALUE (t1), TREE_VALUE (t2)))
1493 break;
1495 else if ((DECL_EXTERN_C_P (newdecl)
1496 && DECL_EXTERN_C_P (olddecl))
1497 || compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1498 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1500 /* A near match; override the builtin. */
1502 if (TREE_PUBLIC (newdecl))
1503 warning (0, "new declaration %q#D ambiguates built-in "
1504 "declaration %q#D", newdecl, olddecl);
1505 else
1506 warning (OPT_Wshadow,
1507 DECL_BUILT_IN (olddecl)
1508 ? G_("shadowing built-in function %q#D")
1509 : G_("shadowing library function %q#D"), olddecl);
1511 else
1512 /* Discard the old built-in function. */
1513 return NULL_TREE;
1515 /* Replace the old RTL to avoid problems with inlining. */
1516 COPY_DECL_RTL (newdecl, olddecl);
1518 /* Even if the types match, prefer the new declarations type for
1519 built-ins which have not been explicitly declared, for
1520 exception lists, etc... */
1521 else if (DECL_IS_BUILTIN (olddecl))
1523 tree type = TREE_TYPE (newdecl);
1524 tree attribs = (*targetm.merge_type_attributes)
1525 (TREE_TYPE (olddecl), type);
1527 type = cp_build_type_attribute_variant (type, attribs);
1528 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = type;
1531 /* If a function is explicitly declared "throw ()", propagate that to
1532 the corresponding builtin. */
1533 if (DECL_BUILT_IN_CLASS (olddecl) == BUILT_IN_NORMAL
1534 && DECL_ANTICIPATED (olddecl)
1535 && TREE_NOTHROW (newdecl)
1536 && !TREE_NOTHROW (olddecl))
1538 enum built_in_function fncode = DECL_FUNCTION_CODE (olddecl);
1539 tree tmpdecl = builtin_decl_explicit (fncode);
1540 if (tmpdecl && tmpdecl != olddecl && types_match)
1541 TREE_NOTHROW (tmpdecl) = 1;
1544 /* Whether or not the builtin can throw exceptions has no
1545 bearing on this declarator. */
1546 TREE_NOTHROW (olddecl) = 0;
1548 if (DECL_THIS_STATIC (newdecl) && !DECL_THIS_STATIC (olddecl))
1550 /* If a builtin function is redeclared as `static', merge
1551 the declarations, but make the original one static. */
1552 DECL_THIS_STATIC (olddecl) = 1;
1553 TREE_PUBLIC (olddecl) = 0;
1555 /* Make the old declaration consistent with the new one so
1556 that all remnants of the builtin-ness of this function
1557 will be banished. */
1558 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
1559 COPY_DECL_RTL (newdecl, olddecl);
1562 else if (TREE_CODE (olddecl) != TREE_CODE (newdecl))
1564 /* C++ Standard, 3.3, clause 4:
1565 "[Note: a namespace name or a class template name must be unique
1566 in its declarative region (7.3.2, clause 14). ]" */
1567 if (TREE_CODE (olddecl) != NAMESPACE_DECL
1568 && TREE_CODE (newdecl) != NAMESPACE_DECL
1569 && (TREE_CODE (olddecl) != TEMPLATE_DECL
1570 || TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) != TYPE_DECL)
1571 && (TREE_CODE (newdecl) != TEMPLATE_DECL
1572 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != TYPE_DECL))
1574 if ((TREE_CODE (olddecl) == TYPE_DECL && DECL_ARTIFICIAL (olddecl)
1575 && TREE_CODE (newdecl) != TYPE_DECL)
1576 || (TREE_CODE (newdecl) == TYPE_DECL && DECL_ARTIFICIAL (newdecl)
1577 && TREE_CODE (olddecl) != TYPE_DECL))
1579 /* We do nothing special here, because C++ does such nasty
1580 things with TYPE_DECLs. Instead, just let the TYPE_DECL
1581 get shadowed, and know that if we need to find a TYPE_DECL
1582 for a given name, we can look in the IDENTIFIER_TYPE_VALUE
1583 slot of the identifier. */
1584 return NULL_TREE;
1587 if ((TREE_CODE (newdecl) == FUNCTION_DECL
1588 && DECL_FUNCTION_TEMPLATE_P (olddecl))
1589 || (TREE_CODE (olddecl) == FUNCTION_DECL
1590 && DECL_FUNCTION_TEMPLATE_P (newdecl)))
1591 return NULL_TREE;
1594 error ("%q#D redeclared as different kind of symbol", newdecl);
1595 if (TREE_CODE (olddecl) == TREE_LIST)
1596 olddecl = TREE_VALUE (olddecl);
1597 inform (DECL_SOURCE_LOCATION (olddecl),
1598 "previous declaration %q#D", olddecl);
1600 return error_mark_node;
1602 else if (!types_match)
1604 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl))
1605 /* These are certainly not duplicate declarations; they're
1606 from different scopes. */
1607 return NULL_TREE;
1609 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1611 /* The name of a class template may not be declared to refer to
1612 any other template, class, function, object, namespace, value,
1613 or type in the same scope. */
1614 if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == TYPE_DECL
1615 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1617 error ("conflicting declaration of template %q#D", newdecl);
1618 inform (DECL_SOURCE_LOCATION (olddecl),
1619 "previous declaration %q#D", olddecl);
1620 return error_mark_node;
1622 else if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == FUNCTION_DECL
1623 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == FUNCTION_DECL
1624 && compparms (TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl))),
1625 TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl))))
1626 && comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1627 DECL_TEMPLATE_PARMS (olddecl))
1628 /* Template functions can be disambiguated by
1629 return type. */
1630 && same_type_p (TREE_TYPE (TREE_TYPE (newdecl)),
1631 TREE_TYPE (TREE_TYPE (olddecl)))
1632 // Template functions can also be disambiguated by
1633 // constraints.
1634 && equivalently_constrained (olddecl, newdecl))
1636 error ("ambiguating new declaration %q#D", newdecl);
1637 inform (DECL_SOURCE_LOCATION (olddecl),
1638 "old declaration %q#D", olddecl);
1640 else if (check_concept_refinement (olddecl, newdecl))
1642 return error_mark_node;
1644 return NULL_TREE;
1646 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1648 if (DECL_EXTERN_C_P (newdecl) && DECL_EXTERN_C_P (olddecl))
1650 error ("conflicting declaration of C function %q#D",
1651 newdecl);
1652 inform (DECL_SOURCE_LOCATION (olddecl),
1653 "previous declaration %q#D", olddecl);
1654 return NULL_TREE;
1656 /* For function versions, params and types match, but they
1657 are not ambiguous. */
1658 else if ((!DECL_FUNCTION_VERSIONED (newdecl)
1659 && !DECL_FUNCTION_VERSIONED (olddecl))
1660 // The functions have the same parameter types.
1661 && compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1662 TYPE_ARG_TYPES (TREE_TYPE (olddecl)))
1663 // And the same constraints.
1664 && equivalently_constrained (newdecl, olddecl))
1666 error ("ambiguating new declaration of %q#D", newdecl);
1667 inform (DECL_SOURCE_LOCATION (olddecl),
1668 "old declaration %q#D", olddecl);
1669 return error_mark_node;
1671 else
1672 return NULL_TREE;
1674 else
1676 error ("conflicting declaration %q#D", newdecl);
1677 inform (DECL_SOURCE_LOCATION (olddecl),
1678 "previous declaration as %q#D", olddecl);
1679 return error_mark_node;
1682 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1683 && ((DECL_TEMPLATE_SPECIALIZATION (olddecl)
1684 && (!DECL_TEMPLATE_INFO (newdecl)
1685 || (DECL_TI_TEMPLATE (newdecl)
1686 != DECL_TI_TEMPLATE (olddecl))))
1687 || (DECL_TEMPLATE_SPECIALIZATION (newdecl)
1688 && (!DECL_TEMPLATE_INFO (olddecl)
1689 || (DECL_TI_TEMPLATE (olddecl)
1690 != DECL_TI_TEMPLATE (newdecl))))))
1691 /* It's OK to have a template specialization and a non-template
1692 with the same type, or to have specializations of two
1693 different templates with the same type. Note that if one is a
1694 specialization, and the other is an instantiation of the same
1695 template, that we do not exit at this point. That situation
1696 can occur if we instantiate a template class, and then
1697 specialize one of its methods. This situation is valid, but
1698 the declarations must be merged in the usual way. */
1699 return NULL_TREE;
1700 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1701 && ((DECL_TEMPLATE_INSTANTIATION (olddecl)
1702 && !DECL_USE_TEMPLATE (newdecl))
1703 || (DECL_TEMPLATE_INSTANTIATION (newdecl)
1704 && !DECL_USE_TEMPLATE (olddecl))))
1705 /* One of the declarations is a template instantiation, and the
1706 other is not a template at all. That's OK. */
1707 return NULL_TREE;
1708 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
1710 /* In [namespace.alias] we have:
1712 In a declarative region, a namespace-alias-definition can be
1713 used to redefine a namespace-alias declared in that declarative
1714 region to refer only to the namespace to which it already
1715 refers.
1717 Therefore, if we encounter a second alias directive for the same
1718 alias, we can just ignore the second directive. */
1719 if (DECL_NAMESPACE_ALIAS (newdecl)
1720 && (DECL_NAMESPACE_ALIAS (newdecl)
1721 == DECL_NAMESPACE_ALIAS (olddecl)))
1722 return olddecl;
1723 /* [namespace.alias]
1725 A namespace-name or namespace-alias shall not be declared as
1726 the name of any other entity in the same declarative region.
1727 A namespace-name defined at global scope shall not be
1728 declared as the name of any other entity in any global scope
1729 of the program. */
1730 error ("conflicting declaration of namespace %qD", newdecl);
1731 inform (DECL_SOURCE_LOCATION (olddecl),
1732 "previous declaration of namespace %qD here", olddecl);
1733 return error_mark_node;
1735 else
1737 const char *errmsg = redeclaration_error_message (newdecl, olddecl);
1738 if (errmsg)
1740 error_at (DECL_SOURCE_LOCATION (newdecl), errmsg, newdecl);
1741 if (DECL_NAME (olddecl) != NULL_TREE)
1742 inform (input_location,
1743 (DECL_INITIAL (olddecl) && namespace_bindings_p ())
1744 ? G_("%q+#D previously defined here")
1745 : G_("%q+#D previously declared here"), olddecl);
1746 return error_mark_node;
1748 else if (TREE_CODE (olddecl) == FUNCTION_DECL
1749 && DECL_INITIAL (olddecl) != NULL_TREE
1750 && !prototype_p (TREE_TYPE (olddecl))
1751 && prototype_p (TREE_TYPE (newdecl)))
1753 /* Prototype decl follows defn w/o prototype. */
1754 if (warning_at (DECL_SOURCE_LOCATION (newdecl), 0,
1755 "prototype specified for %q#D", newdecl))
1756 inform (DECL_SOURCE_LOCATION (olddecl),
1757 "previous non-prototype definition here");
1759 else if (VAR_OR_FUNCTION_DECL_P (olddecl)
1760 && DECL_LANGUAGE (newdecl) != DECL_LANGUAGE (olddecl))
1762 /* [dcl.link]
1763 If two declarations of the same function or object
1764 specify different linkage-specifications ..., the program
1765 is ill-formed.... Except for functions with C++ linkage,
1766 a function declaration without a linkage specification
1767 shall not precede the first linkage specification for
1768 that function. A function can be declared without a
1769 linkage specification after an explicit linkage
1770 specification has been seen; the linkage explicitly
1771 specified in the earlier declaration is not affected by
1772 such a function declaration.
1774 DR 563 raises the question why the restrictions on
1775 functions should not also apply to objects. Older
1776 versions of G++ silently ignore the linkage-specification
1777 for this example:
1779 namespace N {
1780 extern int i;
1781 extern "C" int i;
1784 which is clearly wrong. Therefore, we now treat objects
1785 like functions. */
1786 if (current_lang_depth () == 0)
1788 /* There is no explicit linkage-specification, so we use
1789 the linkage from the previous declaration. */
1790 if (!DECL_LANG_SPECIFIC (newdecl))
1791 retrofit_lang_decl (newdecl);
1792 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
1794 else
1796 error ("conflicting declaration of %q#D with %qL linkage",
1797 newdecl, DECL_LANGUAGE (newdecl));
1798 inform (DECL_SOURCE_LOCATION (olddecl),
1799 "previous declaration with %qL linkage",
1800 DECL_LANGUAGE (olddecl));
1804 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl))
1806 else if (TREE_CODE (olddecl) == FUNCTION_DECL)
1808 /* Note: free functions, as TEMPLATE_DECLs, are handled below. */
1809 if (DECL_FUNCTION_MEMBER_P (olddecl)
1810 && (/* grokfndecl passes member function templates too
1811 as FUNCTION_DECLs. */
1812 DECL_TEMPLATE_INFO (olddecl)
1813 /* C++11 8.3.6/6.
1814 Default arguments for a member function of a class
1815 template shall be specified on the initial declaration
1816 of the member function within the class template. */
1817 || CLASSTYPE_TEMPLATE_INFO (CP_DECL_CONTEXT (olddecl))))
1818 check_redeclaration_no_default_args (newdecl);
1819 else
1821 tree t1 = FUNCTION_FIRST_USER_PARMTYPE (olddecl);
1822 tree t2 = FUNCTION_FIRST_USER_PARMTYPE (newdecl);
1823 int i = 1;
1825 for (; t1 && t1 != void_list_node;
1826 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2), i++)
1827 if (TREE_PURPOSE (t1) && TREE_PURPOSE (t2))
1829 if (1 == simple_cst_equal (TREE_PURPOSE (t1),
1830 TREE_PURPOSE (t2)))
1832 if (permerror (input_location,
1833 "default argument given for parameter "
1834 "%d of %q#D", i, newdecl))
1835 inform (DECL_SOURCE_LOCATION (olddecl),
1836 "previous specification in %q#D here",
1837 olddecl);
1839 else
1841 error ("default argument given for parameter %d "
1842 "of %q#D", i, newdecl);
1843 inform (DECL_SOURCE_LOCATION (olddecl),
1844 "previous specification in %q#D here",
1845 olddecl);
1852 /* Do not merge an implicit typedef with an explicit one. In:
1854 class A;
1856 typedef class A A __attribute__ ((foo));
1858 the attribute should apply only to the typedef. */
1859 if (TREE_CODE (olddecl) == TYPE_DECL
1860 && (DECL_IMPLICIT_TYPEDEF_P (olddecl)
1861 || DECL_IMPLICIT_TYPEDEF_P (newdecl)))
1862 return NULL_TREE;
1864 /* If new decl is `static' and an `extern' was seen previously,
1865 warn about it. */
1866 warn_extern_redeclared_static (newdecl, olddecl);
1868 if (!validate_constexpr_redeclaration (olddecl, newdecl))
1869 return error_mark_node;
1871 /* We have committed to returning 1 at this point. */
1872 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1874 /* Now that functions must hold information normally held
1875 by field decls, there is extra work to do so that
1876 declaration information does not get destroyed during
1877 definition. */
1878 if (DECL_VINDEX (olddecl))
1879 DECL_VINDEX (newdecl) = DECL_VINDEX (olddecl);
1880 if (DECL_CONTEXT (olddecl))
1881 DECL_CONTEXT (newdecl) = DECL_CONTEXT (olddecl);
1882 DECL_STATIC_CONSTRUCTOR (newdecl) |= DECL_STATIC_CONSTRUCTOR (olddecl);
1883 DECL_STATIC_DESTRUCTOR (newdecl) |= DECL_STATIC_DESTRUCTOR (olddecl);
1884 DECL_PURE_VIRTUAL_P (newdecl) |= DECL_PURE_VIRTUAL_P (olddecl);
1885 DECL_VIRTUAL_P (newdecl) |= DECL_VIRTUAL_P (olddecl);
1886 DECL_INVALID_OVERRIDER_P (newdecl) |= DECL_INVALID_OVERRIDER_P (olddecl);
1887 DECL_FINAL_P (newdecl) |= DECL_FINAL_P (olddecl);
1888 DECL_OVERRIDE_P (newdecl) |= DECL_OVERRIDE_P (olddecl);
1889 DECL_THIS_STATIC (newdecl) |= DECL_THIS_STATIC (olddecl);
1890 if (DECL_OVERLOADED_OPERATOR_P (olddecl) != ERROR_MARK)
1891 SET_OVERLOADED_OPERATOR_CODE
1892 (newdecl, DECL_OVERLOADED_OPERATOR_P (olddecl));
1893 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE;
1895 /* Optionally warn about more than one declaration for the same
1896 name, but don't warn about a function declaration followed by a
1897 definition. */
1898 if (warn_redundant_decls && ! DECL_ARTIFICIAL (olddecl)
1899 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE)
1900 /* Don't warn about extern decl followed by definition. */
1901 && !(DECL_EXTERNAL (olddecl) && ! DECL_EXTERNAL (newdecl))
1902 /* Don't warn about friends, let add_friend take care of it. */
1903 && ! (newdecl_is_friend || DECL_FRIEND_P (olddecl))
1904 /* Don't warn about declaration followed by specialization. */
1905 && (! DECL_TEMPLATE_SPECIALIZATION (newdecl)
1906 || DECL_TEMPLATE_SPECIALIZATION (olddecl)))
1908 if (warning (OPT_Wredundant_decls,
1909 "redundant redeclaration of %qD in same scope",
1910 newdecl))
1911 inform (DECL_SOURCE_LOCATION (olddecl),
1912 "previous declaration of %qD", olddecl);
1915 if (!(DECL_TEMPLATE_INSTANTIATION (olddecl)
1916 && DECL_TEMPLATE_SPECIALIZATION (newdecl)))
1918 if (DECL_DELETED_FN (newdecl))
1920 error ("deleted definition of %qD", newdecl);
1921 inform (DECL_SOURCE_LOCATION (olddecl),
1922 "previous declaration of %qD", olddecl);
1924 DECL_DELETED_FN (newdecl) |= DECL_DELETED_FN (olddecl);
1928 /* Deal with C++: must preserve virtual function table size. */
1929 if (TREE_CODE (olddecl) == TYPE_DECL)
1931 tree newtype = TREE_TYPE (newdecl);
1932 tree oldtype = TREE_TYPE (olddecl);
1934 if (newtype != error_mark_node && oldtype != error_mark_node
1935 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1936 CLASSTYPE_FRIEND_CLASSES (newtype)
1937 = CLASSTYPE_FRIEND_CLASSES (oldtype);
1939 DECL_ORIGINAL_TYPE (newdecl) = DECL_ORIGINAL_TYPE (olddecl);
1942 /* Copy all the DECL_... slots specified in the new decl
1943 except for any that we copy here from the old type. */
1944 DECL_ATTRIBUTES (newdecl)
1945 = (*targetm.merge_decl_attributes) (olddecl, newdecl);
1947 if (DECL_DECLARES_FUNCTION_P (olddecl) && DECL_DECLARES_FUNCTION_P (newdecl))
1949 olddecl_friend = DECL_FRIEND_P (olddecl);
1950 hidden_friend = (DECL_ANTICIPATED (olddecl)
1951 && DECL_HIDDEN_FRIEND_P (olddecl)
1952 && newdecl_is_friend);
1953 if (!hidden_friend)
1955 DECL_ANTICIPATED (olddecl) = 0;
1956 DECL_HIDDEN_FRIEND_P (olddecl) = 0;
1960 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1962 tree old_result;
1963 tree new_result;
1964 old_result = DECL_TEMPLATE_RESULT (olddecl);
1965 new_result = DECL_TEMPLATE_RESULT (newdecl);
1966 TREE_TYPE (olddecl) = TREE_TYPE (old_result);
1967 DECL_TEMPLATE_SPECIALIZATIONS (olddecl)
1968 = chainon (DECL_TEMPLATE_SPECIALIZATIONS (olddecl),
1969 DECL_TEMPLATE_SPECIALIZATIONS (newdecl));
1971 DECL_ATTRIBUTES (old_result)
1972 = (*targetm.merge_decl_attributes) (old_result, new_result);
1974 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
1976 /* Per C++11 8.3.6/4, default arguments cannot be added in later
1977 declarations of a function template. */
1978 if (DECL_SOURCE_LOCATION (newdecl)
1979 != DECL_SOURCE_LOCATION (olddecl))
1980 check_redeclaration_no_default_args (newdecl);
1982 check_default_args (newdecl);
1984 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result)
1985 && DECL_INITIAL (new_result))
1987 if (DECL_INITIAL (old_result))
1988 DECL_UNINLINABLE (old_result) = 1;
1989 else
1990 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result);
1991 DECL_EXTERNAL (old_result) = DECL_EXTERNAL (new_result);
1992 DECL_NOT_REALLY_EXTERN (old_result)
1993 = DECL_NOT_REALLY_EXTERN (new_result);
1994 DECL_INTERFACE_KNOWN (old_result)
1995 = DECL_INTERFACE_KNOWN (new_result);
1996 DECL_DECLARED_INLINE_P (old_result)
1997 = DECL_DECLARED_INLINE_P (new_result);
1998 DECL_DISREGARD_INLINE_LIMITS (old_result)
1999 |= DECL_DISREGARD_INLINE_LIMITS (new_result);
2002 else
2004 DECL_DECLARED_INLINE_P (old_result)
2005 |= DECL_DECLARED_INLINE_P (new_result);
2006 DECL_DISREGARD_INLINE_LIMITS (old_result)
2007 |= DECL_DISREGARD_INLINE_LIMITS (new_result);
2008 check_redeclaration_exception_specification (newdecl, olddecl);
2012 /* If the new declaration is a definition, update the file and
2013 line information on the declaration, and also make
2014 the old declaration the same definition. */
2015 if (DECL_INITIAL (new_result) != NULL_TREE)
2017 DECL_SOURCE_LOCATION (olddecl)
2018 = DECL_SOURCE_LOCATION (old_result)
2019 = DECL_SOURCE_LOCATION (newdecl);
2020 DECL_INITIAL (old_result) = DECL_INITIAL (new_result);
2021 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
2023 tree parm;
2024 DECL_ARGUMENTS (old_result)
2025 = DECL_ARGUMENTS (new_result);
2026 for (parm = DECL_ARGUMENTS (old_result); parm;
2027 parm = DECL_CHAIN (parm))
2028 DECL_CONTEXT (parm) = old_result;
2032 return olddecl;
2035 if (types_match)
2037 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2038 check_redeclaration_exception_specification (newdecl, olddecl);
2040 /* Automatically handles default parameters. */
2041 tree oldtype = TREE_TYPE (olddecl);
2042 tree newtype;
2044 /* For typedefs use the old type, as the new type's DECL_NAME points
2045 at newdecl, which will be ggc_freed. */
2046 if (TREE_CODE (newdecl) == TYPE_DECL)
2047 newtype = oldtype;
2048 else
2049 /* Merge the data types specified in the two decls. */
2050 newtype = merge_types (TREE_TYPE (newdecl), TREE_TYPE (olddecl));
2052 if (VAR_P (newdecl))
2054 DECL_THIS_EXTERN (newdecl) |= DECL_THIS_EXTERN (olddecl);
2055 DECL_INITIALIZED_P (newdecl) |= DECL_INITIALIZED_P (olddecl);
2056 DECL_NONTRIVIALLY_INITIALIZED_P (newdecl)
2057 |= DECL_NONTRIVIALLY_INITIALIZED_P (olddecl);
2058 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (newdecl)
2059 |= DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (olddecl);
2061 /* Merge the threadprivate attribute from OLDDECL into NEWDECL. */
2062 if (DECL_LANG_SPECIFIC (olddecl)
2063 && CP_DECL_THREADPRIVATE_P (olddecl))
2065 /* Allocate a LANG_SPECIFIC structure for NEWDECL, if needed. */
2066 if (!DECL_LANG_SPECIFIC (newdecl))
2067 retrofit_lang_decl (newdecl);
2069 CP_DECL_THREADPRIVATE_P (newdecl) = 1;
2073 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = newtype;
2075 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2076 check_default_args (newdecl);
2078 /* Lay the type out, unless already done. */
2079 if (! same_type_p (newtype, oldtype)
2080 && TREE_TYPE (newdecl) != error_mark_node
2081 && !(processing_template_decl && uses_template_parms (newdecl)))
2082 layout_type (TREE_TYPE (newdecl));
2084 if ((VAR_P (newdecl)
2085 || TREE_CODE (newdecl) == PARM_DECL
2086 || TREE_CODE (newdecl) == RESULT_DECL
2087 || TREE_CODE (newdecl) == FIELD_DECL
2088 || TREE_CODE (newdecl) == TYPE_DECL)
2089 && !(processing_template_decl && uses_template_parms (newdecl)))
2090 layout_decl (newdecl, 0);
2092 /* Merge the type qualifiers. */
2093 if (TREE_READONLY (newdecl))
2094 TREE_READONLY (olddecl) = 1;
2095 if (TREE_THIS_VOLATILE (newdecl))
2096 TREE_THIS_VOLATILE (olddecl) = 1;
2097 if (TREE_NOTHROW (newdecl))
2098 TREE_NOTHROW (olddecl) = 1;
2100 /* Merge deprecatedness. */
2101 if (TREE_DEPRECATED (newdecl))
2102 TREE_DEPRECATED (olddecl) = 1;
2104 /* Preserve function specific target and optimization options */
2105 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2107 if (DECL_FUNCTION_SPECIFIC_TARGET (olddecl)
2108 && !DECL_FUNCTION_SPECIFIC_TARGET (newdecl))
2109 DECL_FUNCTION_SPECIFIC_TARGET (newdecl)
2110 = DECL_FUNCTION_SPECIFIC_TARGET (olddecl);
2112 if (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (olddecl)
2113 && !DECL_FUNCTION_SPECIFIC_OPTIMIZATION (newdecl))
2114 DECL_FUNCTION_SPECIFIC_OPTIMIZATION (newdecl)
2115 = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (olddecl);
2118 /* Merge the initialization information. */
2119 if (DECL_INITIAL (newdecl) == NULL_TREE
2120 && DECL_INITIAL (olddecl) != NULL_TREE)
2122 DECL_INITIAL (newdecl) = DECL_INITIAL (olddecl);
2123 DECL_SOURCE_LOCATION (newdecl) = DECL_SOURCE_LOCATION (olddecl);
2124 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2126 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl);
2127 DECL_STRUCT_FUNCTION (newdecl) = DECL_STRUCT_FUNCTION (olddecl);
2131 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2133 DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (newdecl)
2134 |= DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (olddecl);
2135 DECL_NO_LIMIT_STACK (newdecl) |= DECL_NO_LIMIT_STACK (olddecl);
2136 TREE_THIS_VOLATILE (newdecl) |= TREE_THIS_VOLATILE (olddecl);
2137 TREE_NOTHROW (newdecl) |= TREE_NOTHROW (olddecl);
2138 DECL_IS_MALLOC (newdecl) |= DECL_IS_MALLOC (olddecl);
2139 DECL_IS_OPERATOR_NEW (newdecl) |= DECL_IS_OPERATOR_NEW (olddecl);
2140 DECL_PURE_P (newdecl) |= DECL_PURE_P (olddecl);
2141 TREE_READONLY (newdecl) |= TREE_READONLY (olddecl);
2142 DECL_LOOPING_CONST_OR_PURE_P (newdecl)
2143 |= DECL_LOOPING_CONST_OR_PURE_P (olddecl);
2144 /* Keep the old RTL. */
2145 COPY_DECL_RTL (olddecl, newdecl);
2147 else if (VAR_P (newdecl)
2148 && (DECL_SIZE (olddecl) || !DECL_SIZE (newdecl)))
2150 /* Keep the old RTL. We cannot keep the old RTL if the old
2151 declaration was for an incomplete object and the new
2152 declaration is not since many attributes of the RTL will
2153 change. */
2154 COPY_DECL_RTL (olddecl, newdecl);
2157 /* If cannot merge, then use the new type and qualifiers,
2158 and don't preserve the old rtl. */
2159 else
2161 /* Clean out any memory we had of the old declaration. */
2162 tree oldstatic = value_member (olddecl, static_aggregates);
2163 if (oldstatic)
2164 TREE_VALUE (oldstatic) = error_mark_node;
2166 TREE_TYPE (olddecl) = TREE_TYPE (newdecl);
2167 TREE_READONLY (olddecl) = TREE_READONLY (newdecl);
2168 TREE_THIS_VOLATILE (olddecl) = TREE_THIS_VOLATILE (newdecl);
2169 TREE_SIDE_EFFECTS (olddecl) = TREE_SIDE_EFFECTS (newdecl);
2172 /* Merge the storage class information. */
2173 merge_weak (newdecl, olddecl);
2175 DECL_DEFER_OUTPUT (newdecl) |= DECL_DEFER_OUTPUT (olddecl);
2176 TREE_PUBLIC (newdecl) = TREE_PUBLIC (olddecl);
2177 TREE_STATIC (olddecl) = TREE_STATIC (newdecl) |= TREE_STATIC (olddecl);
2178 if (! DECL_EXTERNAL (olddecl))
2179 DECL_EXTERNAL (newdecl) = 0;
2181 new_template_info = NULL_TREE;
2182 if (DECL_LANG_SPECIFIC (newdecl) && DECL_LANG_SPECIFIC (olddecl))
2184 bool new_redefines_gnu_inline = false;
2186 if (new_defines_function
2187 && ((DECL_INTERFACE_KNOWN (olddecl)
2188 && TREE_CODE (olddecl) == FUNCTION_DECL)
2189 || (TREE_CODE (olddecl) == TEMPLATE_DECL
2190 && (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl))
2191 == FUNCTION_DECL))))
2193 tree fn = olddecl;
2195 if (TREE_CODE (fn) == TEMPLATE_DECL)
2196 fn = DECL_TEMPLATE_RESULT (olddecl);
2198 new_redefines_gnu_inline = GNU_INLINE_P (fn) && DECL_INITIAL (fn);
2201 if (!new_redefines_gnu_inline)
2203 DECL_INTERFACE_KNOWN (newdecl) |= DECL_INTERFACE_KNOWN (olddecl);
2204 DECL_NOT_REALLY_EXTERN (newdecl) |= DECL_NOT_REALLY_EXTERN (olddecl);
2205 DECL_COMDAT (newdecl) |= DECL_COMDAT (olddecl);
2207 DECL_TEMPLATE_INSTANTIATED (newdecl)
2208 |= DECL_TEMPLATE_INSTANTIATED (olddecl);
2209 DECL_ODR_USED (newdecl) |= DECL_ODR_USED (olddecl);
2211 /* If the OLDDECL is an instantiation and/or specialization,
2212 then the NEWDECL must be too. But, it may not yet be marked
2213 as such if the caller has created NEWDECL, but has not yet
2214 figured out that it is a redeclaration. */
2215 if (!DECL_USE_TEMPLATE (newdecl))
2216 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl);
2218 /* Don't really know how much of the language-specific
2219 values we should copy from old to new. */
2220 DECL_IN_AGGR_P (newdecl) = DECL_IN_AGGR_P (olddecl);
2221 DECL_REPO_AVAILABLE_P (newdecl) = DECL_REPO_AVAILABLE_P (olddecl);
2222 DECL_INITIALIZED_IN_CLASS_P (newdecl)
2223 |= DECL_INITIALIZED_IN_CLASS_P (olddecl);
2225 if (LANG_DECL_HAS_MIN (newdecl))
2227 DECL_LANG_SPECIFIC (newdecl)->u.min.u2 =
2228 DECL_LANG_SPECIFIC (olddecl)->u.min.u2;
2229 if (DECL_TEMPLATE_INFO (newdecl))
2231 new_template_info = DECL_TEMPLATE_INFO (newdecl);
2232 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
2233 && DECL_TEMPLATE_SPECIALIZATION (newdecl))
2234 /* Remember the presence of explicit specialization args. */
2235 TINFO_USED_TEMPLATE_ID (DECL_TEMPLATE_INFO (olddecl))
2236 = TINFO_USED_TEMPLATE_ID (new_template_info);
2238 DECL_TEMPLATE_INFO (newdecl) = DECL_TEMPLATE_INFO (olddecl);
2240 /* Only functions have these fields. */
2241 if (DECL_DECLARES_FUNCTION_P (newdecl))
2243 DECL_NONCONVERTING_P (newdecl) = DECL_NONCONVERTING_P (olddecl);
2244 DECL_BEFRIENDING_CLASSES (newdecl)
2245 = chainon (DECL_BEFRIENDING_CLASSES (newdecl),
2246 DECL_BEFRIENDING_CLASSES (olddecl));
2247 /* DECL_THUNKS is only valid for virtual functions,
2248 otherwise it is a DECL_FRIEND_CONTEXT. */
2249 if (DECL_VIRTUAL_P (newdecl))
2250 SET_DECL_THUNKS (newdecl, DECL_THUNKS (olddecl));
2252 /* Only variables have this field. */
2253 else if (VAR_P (newdecl)
2254 && VAR_HAD_UNKNOWN_BOUND (olddecl))
2255 SET_VAR_HAD_UNKNOWN_BOUND (newdecl);
2258 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2260 tree parm;
2262 /* Merge parameter attributes. */
2263 tree oldarg, newarg;
2264 for (oldarg = DECL_ARGUMENTS(olddecl),
2265 newarg = DECL_ARGUMENTS(newdecl);
2266 oldarg && newarg;
2267 oldarg = DECL_CHAIN(oldarg), newarg = DECL_CHAIN(newarg)) {
2268 DECL_ATTRIBUTES (newarg)
2269 = (*targetm.merge_decl_attributes) (oldarg, newarg);
2270 DECL_ATTRIBUTES (oldarg) = DECL_ATTRIBUTES (newarg);
2273 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
2274 && !DECL_TEMPLATE_INSTANTIATION (newdecl))
2276 /* If newdecl is not a specialization, then it is not a
2277 template-related function at all. And that means that we
2278 should have exited above, returning 0. */
2279 gcc_assert (DECL_TEMPLATE_SPECIALIZATION (newdecl));
2281 if (DECL_ODR_USED (olddecl))
2282 /* From [temp.expl.spec]:
2284 If a template, a member template or the member of a class
2285 template is explicitly specialized then that
2286 specialization shall be declared before the first use of
2287 that specialization that would cause an implicit
2288 instantiation to take place, in every translation unit in
2289 which such a use occurs. */
2290 error ("explicit specialization of %qD after first use",
2291 olddecl);
2293 SET_DECL_TEMPLATE_SPECIALIZATION (olddecl);
2294 DECL_COMDAT (newdecl) = (TREE_PUBLIC (newdecl)
2295 && DECL_DECLARED_INLINE_P (newdecl));
2297 /* Don't propagate visibility from the template to the
2298 specialization here. We'll do that in determine_visibility if
2299 appropriate. */
2300 DECL_VISIBILITY_SPECIFIED (olddecl) = 0;
2302 /* [temp.expl.spec/14] We don't inline explicit specialization
2303 just because the primary template says so. */
2305 /* But still keep DECL_DISREGARD_INLINE_LIMITS in sync with
2306 the always_inline attribute. */
2307 if (DECL_DISREGARD_INLINE_LIMITS (olddecl)
2308 && !DECL_DISREGARD_INLINE_LIMITS (newdecl))
2310 if (DECL_DECLARED_INLINE_P (newdecl))
2311 DECL_DISREGARD_INLINE_LIMITS (newdecl) = true;
2312 else
2313 DECL_ATTRIBUTES (newdecl)
2314 = remove_attribute ("always_inline",
2315 DECL_ATTRIBUTES (newdecl));
2318 else if (new_defines_function && DECL_INITIAL (olddecl))
2320 /* Never inline re-defined extern inline functions.
2321 FIXME: this could be better handled by keeping both
2322 function as separate declarations. */
2323 DECL_UNINLINABLE (newdecl) = 1;
2325 else
2327 if (DECL_PENDING_INLINE_INFO (newdecl) == 0)
2328 DECL_PENDING_INLINE_INFO (newdecl) = DECL_PENDING_INLINE_INFO (olddecl);
2330 DECL_DECLARED_INLINE_P (newdecl) |= DECL_DECLARED_INLINE_P (olddecl);
2332 DECL_UNINLINABLE (newdecl) = DECL_UNINLINABLE (olddecl)
2333 = (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl));
2335 DECL_DISREGARD_INLINE_LIMITS (newdecl)
2336 = DECL_DISREGARD_INLINE_LIMITS (olddecl)
2337 = (DECL_DISREGARD_INLINE_LIMITS (newdecl)
2338 || DECL_DISREGARD_INLINE_LIMITS (olddecl));
2341 /* Preserve abstractness on cloned [cd]tors. */
2342 DECL_ABSTRACT_P (newdecl) = DECL_ABSTRACT_P (olddecl);
2344 /* Update newdecl's parms to point at olddecl. */
2345 for (parm = DECL_ARGUMENTS (newdecl); parm;
2346 parm = DECL_CHAIN (parm))
2347 DECL_CONTEXT (parm) = olddecl;
2349 if (! types_match)
2351 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
2352 COPY_DECL_ASSEMBLER_NAME (newdecl, olddecl);
2353 COPY_DECL_RTL (newdecl, olddecl);
2355 if (! types_match || new_defines_function)
2357 /* These need to be copied so that the names are available.
2358 Note that if the types do match, we'll preserve inline
2359 info and other bits, but if not, we won't. */
2360 DECL_ARGUMENTS (olddecl) = DECL_ARGUMENTS (newdecl);
2361 DECL_RESULT (olddecl) = DECL_RESULT (newdecl);
2363 /* If redeclaring a builtin function, it stays built in
2364 if newdecl is a gnu_inline definition, or if newdecl is just
2365 a declaration. */
2366 if (DECL_BUILT_IN (olddecl)
2367 && (new_defines_function ? GNU_INLINE_P (newdecl) : types_match))
2369 DECL_BUILT_IN_CLASS (newdecl) = DECL_BUILT_IN_CLASS (olddecl);
2370 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl);
2371 /* If we're keeping the built-in definition, keep the rtl,
2372 regardless of declaration matches. */
2373 COPY_DECL_RTL (olddecl, newdecl);
2374 if (DECL_BUILT_IN_CLASS (newdecl) == BUILT_IN_NORMAL)
2376 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl);
2377 switch (fncode)
2379 /* If a compatible prototype of these builtin functions
2380 is seen, assume the runtime implements it with the
2381 expected semantics. */
2382 case BUILT_IN_STPCPY:
2383 if (builtin_decl_explicit_p (fncode))
2384 set_builtin_decl_implicit_p (fncode, true);
2385 break;
2386 default:
2387 if (builtin_decl_explicit_p (fncode))
2388 set_builtin_decl_declared_p (fncode, true);
2389 break;
2393 if (new_defines_function)
2394 /* If defining a function declared with other language
2395 linkage, use the previously declared language linkage. */
2396 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
2397 else if (types_match)
2399 DECL_RESULT (newdecl) = DECL_RESULT (olddecl);
2400 /* Don't clear out the arguments if we're just redeclaring a
2401 function. */
2402 if (DECL_ARGUMENTS (olddecl))
2403 DECL_ARGUMENTS (newdecl) = DECL_ARGUMENTS (olddecl);
2406 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
2407 NAMESPACE_LEVEL (newdecl) = NAMESPACE_LEVEL (olddecl);
2409 /* Now preserve various other info from the definition. */
2410 TREE_ADDRESSABLE (newdecl) = TREE_ADDRESSABLE (olddecl);
2411 TREE_ASM_WRITTEN (newdecl) = TREE_ASM_WRITTEN (olddecl);
2412 DECL_COMMON (newdecl) = DECL_COMMON (olddecl);
2413 COPY_DECL_ASSEMBLER_NAME (olddecl, newdecl);
2415 /* Warn about conflicting visibility specifications. */
2416 if (DECL_VISIBILITY_SPECIFIED (olddecl)
2417 && DECL_VISIBILITY_SPECIFIED (newdecl)
2418 && DECL_VISIBILITY (newdecl) != DECL_VISIBILITY (olddecl))
2420 if (warning_at (DECL_SOURCE_LOCATION (newdecl), OPT_Wattributes,
2421 "%qD: visibility attribute ignored because it "
2422 "conflicts with previous declaration", newdecl))
2423 inform (DECL_SOURCE_LOCATION (olddecl),
2424 "previous declaration of %qD", olddecl);
2426 /* Choose the declaration which specified visibility. */
2427 if (DECL_VISIBILITY_SPECIFIED (olddecl))
2429 DECL_VISIBILITY (newdecl) = DECL_VISIBILITY (olddecl);
2430 DECL_VISIBILITY_SPECIFIED (newdecl) = 1;
2432 /* Init priority used to be merged from newdecl to olddecl by the memcpy,
2433 so keep this behavior. */
2434 if (VAR_P (newdecl) && DECL_HAS_INIT_PRIORITY_P (newdecl))
2436 SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl));
2437 DECL_HAS_INIT_PRIORITY_P (olddecl) = 1;
2439 /* Likewise for DECL_ALIGN, DECL_USER_ALIGN and DECL_PACKED. */
2440 if (DECL_ALIGN (olddecl) > DECL_ALIGN (newdecl))
2442 DECL_ALIGN (newdecl) = DECL_ALIGN (olddecl);
2443 DECL_USER_ALIGN (newdecl) |= DECL_USER_ALIGN (olddecl);
2445 DECL_USER_ALIGN (olddecl) = DECL_USER_ALIGN (newdecl);
2446 if (TREE_CODE (newdecl) == FIELD_DECL)
2447 DECL_PACKED (olddecl) = DECL_PACKED (newdecl);
2449 /* The DECL_LANG_SPECIFIC information in OLDDECL will be replaced
2450 with that from NEWDECL below. */
2451 if (DECL_LANG_SPECIFIC (olddecl))
2453 gcc_assert (DECL_LANG_SPECIFIC (olddecl)
2454 != DECL_LANG_SPECIFIC (newdecl));
2455 ggc_free (DECL_LANG_SPECIFIC (olddecl));
2458 /* Merge the USED information. */
2459 if (TREE_USED (olddecl))
2460 TREE_USED (newdecl) = 1;
2461 else if (TREE_USED (newdecl))
2462 TREE_USED (olddecl) = 1;
2463 if (VAR_P (newdecl))
2465 if (DECL_READ_P (olddecl))
2466 DECL_READ_P (newdecl) = 1;
2467 else if (DECL_READ_P (newdecl))
2468 DECL_READ_P (olddecl) = 1;
2470 if (DECL_PRESERVE_P (olddecl))
2471 DECL_PRESERVE_P (newdecl) = 1;
2472 else if (DECL_PRESERVE_P (newdecl))
2473 DECL_PRESERVE_P (olddecl) = 1;
2475 /* Merge the DECL_FUNCTION_VERSIONED information. newdecl will be copied
2476 to olddecl and deleted. */
2477 if (TREE_CODE (newdecl) == FUNCTION_DECL
2478 && DECL_FUNCTION_VERSIONED (olddecl))
2480 /* Set the flag for newdecl so that it gets copied to olddecl. */
2481 DECL_FUNCTION_VERSIONED (newdecl) = 1;
2482 /* newdecl will be purged after copying to olddecl and is no longer
2483 a version. */
2484 cgraph_node::delete_function_version (newdecl);
2487 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2489 int function_size;
2490 struct symtab_node *snode = symtab_node::get (olddecl);
2492 function_size = sizeof (struct tree_decl_common);
2494 memcpy ((char *) olddecl + sizeof (struct tree_common),
2495 (char *) newdecl + sizeof (struct tree_common),
2496 function_size - sizeof (struct tree_common));
2498 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2499 (char *) newdecl + sizeof (struct tree_decl_common),
2500 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common));
2502 /* Preserve symtab node mapping. */
2503 olddecl->decl_with_vis.symtab_node = snode;
2505 if (new_template_info)
2506 /* If newdecl is a template instantiation, it is possible that
2507 the following sequence of events has occurred:
2509 o A friend function was declared in a class template. The
2510 class template was instantiated.
2512 o The instantiation of the friend declaration was
2513 recorded on the instantiation list, and is newdecl.
2515 o Later, however, instantiate_class_template called pushdecl
2516 on the newdecl to perform name injection. But, pushdecl in
2517 turn called duplicate_decls when it discovered that another
2518 declaration of a global function with the same name already
2519 existed.
2521 o Here, in duplicate_decls, we decided to clobber newdecl.
2523 If we're going to do that, we'd better make sure that
2524 olddecl, and not newdecl, is on the list of
2525 instantiations so that if we try to do the instantiation
2526 again we won't get the clobbered declaration. */
2527 reregister_specialization (newdecl,
2528 new_template_info,
2529 olddecl);
2531 else
2533 size_t size = tree_code_size (TREE_CODE (newdecl));
2535 memcpy ((char *) olddecl + sizeof (struct tree_common),
2536 (char *) newdecl + sizeof (struct tree_common),
2537 sizeof (struct tree_decl_common) - sizeof (struct tree_common));
2538 switch (TREE_CODE (newdecl))
2540 case LABEL_DECL:
2541 case VAR_DECL:
2542 case RESULT_DECL:
2543 case PARM_DECL:
2544 case FIELD_DECL:
2545 case TYPE_DECL:
2546 case CONST_DECL:
2548 struct symtab_node *snode = NULL;
2550 if (TREE_CODE (newdecl) == VAR_DECL
2551 && (TREE_STATIC (olddecl) || TREE_PUBLIC (olddecl) || DECL_EXTERNAL (olddecl)))
2552 snode = symtab_node::get (olddecl);
2553 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2554 (char *) newdecl + sizeof (struct tree_decl_common),
2555 size - sizeof (struct tree_decl_common)
2556 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
2557 if (TREE_CODE (newdecl) == VAR_DECL)
2558 olddecl->decl_with_vis.symtab_node = snode;
2560 break;
2561 default:
2562 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2563 (char *) newdecl + sizeof (struct tree_decl_common),
2564 sizeof (struct tree_decl_non_common) - sizeof (struct tree_decl_common)
2565 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
2566 break;
2570 if (TREE_CODE (newdecl) == FUNCTION_DECL
2571 || TREE_CODE (newdecl) == VAR_DECL)
2573 if (DECL_EXTERNAL (olddecl)
2574 || TREE_PUBLIC (olddecl)
2575 || TREE_STATIC (olddecl))
2577 /* Merge the section attribute.
2578 We want to issue an error if the sections conflict but that must be
2579 done later in decl_attributes since we are called before attributes
2580 are assigned. */
2581 if (DECL_SECTION_NAME (newdecl) != NULL)
2582 set_decl_section_name (olddecl, DECL_SECTION_NAME (newdecl));
2584 if (DECL_ONE_ONLY (newdecl))
2586 struct symtab_node *oldsym, *newsym;
2587 if (TREE_CODE (olddecl) == FUNCTION_DECL)
2588 oldsym = cgraph_node::get_create (olddecl);
2589 else
2590 oldsym = varpool_node::get_create (olddecl);
2591 newsym = symtab_node::get (newdecl);
2592 oldsym->set_comdat_group (newsym->get_comdat_group ());
2596 if (TREE_CODE (newdecl) == VAR_DECL
2597 && DECL_THREAD_LOCAL_P (newdecl))
2598 set_decl_tls_model (olddecl, DECL_TLS_MODEL (newdecl));
2601 DECL_UID (olddecl) = olddecl_uid;
2602 if (olddecl_friend)
2603 DECL_FRIEND_P (olddecl) = 1;
2604 if (hidden_friend)
2606 DECL_ANTICIPATED (olddecl) = 1;
2607 DECL_HIDDEN_FRIEND_P (olddecl) = 1;
2610 /* NEWDECL contains the merged attribute lists.
2611 Update OLDDECL to be the same. */
2612 DECL_ATTRIBUTES (olddecl) = DECL_ATTRIBUTES (newdecl);
2614 /* If OLDDECL had its DECL_RTL instantiated, re-invoke make_decl_rtl
2615 so that encode_section_info has a chance to look at the new decl
2616 flags and attributes. */
2617 if (DECL_RTL_SET_P (olddecl)
2618 && (TREE_CODE (olddecl) == FUNCTION_DECL
2619 || (VAR_P (olddecl)
2620 && TREE_STATIC (olddecl))))
2621 make_decl_rtl (olddecl);
2623 /* The NEWDECL will no longer be needed. Because every out-of-class
2624 declaration of a member results in a call to duplicate_decls,
2625 freeing these nodes represents in a significant savings.
2627 Before releasing the node, be sore to remove function from symbol
2628 table that might have been inserted there to record comdat group.
2629 Be sure to however do not free DECL_STRUCT_FUNCTION becuase this
2630 structure is shared in between newdecl and oldecl. */
2631 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2632 DECL_STRUCT_FUNCTION (newdecl) = NULL;
2633 if (TREE_CODE (newdecl) == FUNCTION_DECL
2634 || TREE_CODE (newdecl) == VAR_DECL)
2636 struct symtab_node *snode = symtab_node::get (newdecl);
2637 if (snode)
2638 snode->remove ();
2641 /* Remove the associated constraints for newdecl, if any, before
2642 reclaiming memory. */
2643 if (flag_concepts)
2644 remove_constraints (newdecl);
2646 ggc_free (newdecl);
2648 return olddecl;
2651 /* Return zero if the declaration NEWDECL is valid
2652 when the declaration OLDDECL (assumed to be for the same name)
2653 has already been seen.
2654 Otherwise return an error message format string with a %s
2655 where the identifier should go. */
2657 static const char *
2658 redeclaration_error_message (tree newdecl, tree olddecl)
2660 if (TREE_CODE (newdecl) == TYPE_DECL)
2662 /* Because C++ can put things into name space for free,
2663 constructs like "typedef struct foo { ... } foo"
2664 would look like an erroneous redeclaration. */
2665 if (same_type_p (TREE_TYPE (newdecl), TREE_TYPE (olddecl)))
2666 return NULL;
2667 else
2668 return G_("redefinition of %q#D");
2670 else if (TREE_CODE (newdecl) == FUNCTION_DECL)
2672 /* If this is a pure function, its olddecl will actually be
2673 the original initialization to `0' (which we force to call
2674 abort()). Don't complain about redefinition in this case. */
2675 if (DECL_LANG_SPECIFIC (olddecl) && DECL_PURE_VIRTUAL_P (olddecl)
2676 && DECL_INITIAL (olddecl) == NULL_TREE)
2677 return NULL;
2679 /* If both functions come from different namespaces, this is not
2680 a redeclaration - this is a conflict with a used function. */
2681 if (DECL_NAMESPACE_SCOPE_P (olddecl)
2682 && DECL_CONTEXT (olddecl) != DECL_CONTEXT (newdecl)
2683 && ! decls_match (olddecl, newdecl))
2684 return G_("%qD conflicts with used function");
2686 /* We'll complain about linkage mismatches in
2687 warn_extern_redeclared_static. */
2689 /* Defining the same name twice is no good. */
2690 if (DECL_INITIAL (olddecl) != NULL_TREE
2691 && DECL_INITIAL (newdecl) != NULL_TREE)
2693 if (DECL_NAME (olddecl) == NULL_TREE)
2694 return G_("%q#D not declared in class");
2695 else if (!GNU_INLINE_P (olddecl)
2696 || GNU_INLINE_P (newdecl))
2697 return G_("redefinition of %q#D");
2700 if (DECL_DECLARED_INLINE_P (olddecl) && DECL_DECLARED_INLINE_P (newdecl))
2702 bool olda = GNU_INLINE_P (olddecl);
2703 bool newa = GNU_INLINE_P (newdecl);
2705 if (olda != newa)
2707 if (newa)
2708 return G_("%q+D redeclared inline with "
2709 "%<gnu_inline%> attribute");
2710 else
2711 return G_("%q+D redeclared inline without "
2712 "%<gnu_inline%> attribute");
2716 check_abi_tag_redeclaration
2717 (olddecl, lookup_attribute ("abi_tag", DECL_ATTRIBUTES (olddecl)),
2718 lookup_attribute ("abi_tag", DECL_ATTRIBUTES (newdecl)));
2720 return NULL;
2722 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
2724 tree nt, ot;
2726 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
2728 if (COMPLETE_TYPE_P (TREE_TYPE (newdecl))
2729 && COMPLETE_TYPE_P (TREE_TYPE (olddecl)))
2730 return G_("redefinition of %q#D");
2731 return NULL;
2734 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != FUNCTION_DECL
2735 || (DECL_TEMPLATE_RESULT (newdecl)
2736 == DECL_TEMPLATE_RESULT (olddecl)))
2737 return NULL;
2739 nt = DECL_TEMPLATE_RESULT (newdecl);
2740 if (DECL_TEMPLATE_INFO (nt))
2741 nt = DECL_TEMPLATE_RESULT (template_for_substitution (nt));
2742 ot = DECL_TEMPLATE_RESULT (olddecl);
2743 if (DECL_TEMPLATE_INFO (ot))
2744 ot = DECL_TEMPLATE_RESULT (template_for_substitution (ot));
2745 if (DECL_INITIAL (nt) && DECL_INITIAL (ot)
2746 && (!GNU_INLINE_P (ot) || GNU_INLINE_P (nt)))
2747 return G_("redefinition of %q#D");
2749 if (DECL_DECLARED_INLINE_P (ot) && DECL_DECLARED_INLINE_P (nt))
2751 bool olda = GNU_INLINE_P (ot);
2752 bool newa = GNU_INLINE_P (nt);
2754 if (olda != newa)
2756 if (newa)
2757 return G_("%q+D redeclared inline with "
2758 "%<gnu_inline%> attribute");
2759 else
2760 return G_("%q+D redeclared inline without "
2761 "%<gnu_inline%> attribute");
2765 /* Core issue #226 (C++0x):
2767 If a friend function template declaration specifies a
2768 default template-argument, that declaration shall be a
2769 definition and shall be the only declaration of the
2770 function template in the translation unit. */
2771 if ((cxx_dialect != cxx98)
2772 && TREE_CODE (ot) == FUNCTION_DECL && DECL_FRIEND_P (ot)
2773 && !check_default_tmpl_args (nt, DECL_TEMPLATE_PARMS (newdecl),
2774 /*is_primary=*/true,
2775 /*is_partial=*/false,
2776 /*is_friend_decl=*/2))
2777 return G_("redeclaration of friend %q#D "
2778 "may not have default template arguments");
2780 return NULL;
2782 else if (VAR_P (newdecl)
2783 && DECL_THREAD_LOCAL_P (newdecl) != DECL_THREAD_LOCAL_P (olddecl)
2784 && (! DECL_LANG_SPECIFIC (olddecl)
2785 || ! CP_DECL_THREADPRIVATE_P (olddecl)
2786 || DECL_THREAD_LOCAL_P (newdecl)))
2788 /* Only variables can be thread-local, and all declarations must
2789 agree on this property. */
2790 if (DECL_THREAD_LOCAL_P (newdecl))
2791 return G_("thread-local declaration of %q#D follows "
2792 "non-thread-local declaration");
2793 else
2794 return G_("non-thread-local declaration of %q#D follows "
2795 "thread-local declaration");
2797 else if (toplevel_bindings_p () || DECL_NAMESPACE_SCOPE_P (newdecl))
2799 /* The objects have been declared at namespace scope. If either
2800 is a member of an anonymous union, then this is an invalid
2801 redeclaration. For example:
2803 int i;
2804 union { int i; };
2806 is invalid. */
2807 if ((VAR_P (newdecl) && DECL_ANON_UNION_VAR_P (newdecl))
2808 || (VAR_P (olddecl) && DECL_ANON_UNION_VAR_P (olddecl)))
2809 return G_("redeclaration of %q#D");
2810 /* If at least one declaration is a reference, there is no
2811 conflict. For example:
2813 int i = 3;
2814 extern int i;
2816 is valid. */
2817 if (DECL_EXTERNAL (newdecl) || DECL_EXTERNAL (olddecl))
2818 return NULL;
2819 /* Reject two definitions. */
2820 return G_("redefinition of %q#D");
2822 else
2824 /* Objects declared with block scope: */
2825 /* Reject two definitions, and reject a definition
2826 together with an external reference. */
2827 if (!(DECL_EXTERNAL (newdecl) && DECL_EXTERNAL (olddecl)))
2828 return G_("redeclaration of %q#D");
2829 return NULL;
2833 /* Hash and equality functions for the named_label table. */
2835 hashval_t
2836 named_label_hasher::hash (named_label_entry *ent)
2838 return DECL_UID (ent->label_decl);
2841 bool
2842 named_label_hasher::equal (named_label_entry *a, named_label_entry *b)
2844 return a->label_decl == b->label_decl;
2847 /* Create a new label, named ID. */
2849 static tree
2850 make_label_decl (tree id, int local_p)
2852 struct named_label_entry *ent;
2853 tree decl;
2855 decl = build_decl (input_location, LABEL_DECL, id, void_type_node);
2857 DECL_CONTEXT (decl) = current_function_decl;
2858 DECL_MODE (decl) = VOIDmode;
2859 C_DECLARED_LABEL_FLAG (decl) = local_p;
2861 /* Say where one reference is to the label, for the sake of the
2862 error if it is not defined. */
2863 DECL_SOURCE_LOCATION (decl) = input_location;
2865 /* Record the fact that this identifier is bound to this label. */
2866 SET_IDENTIFIER_LABEL_VALUE (id, decl);
2868 /* Create the label htab for the function on demand. */
2869 if (!named_labels)
2870 named_labels = hash_table<named_label_hasher>::create_ggc (13);
2872 /* Record this label on the list of labels used in this function.
2873 We do this before calling make_label_decl so that we get the
2874 IDENTIFIER_LABEL_VALUE before the new label is declared. */
2875 ent = ggc_cleared_alloc<named_label_entry> ();
2876 ent->label_decl = decl;
2878 named_label_entry **slot = named_labels->find_slot (ent, INSERT);
2879 gcc_assert (*slot == NULL);
2880 *slot = ent;
2882 return decl;
2885 /* Look for a label named ID in the current function. If one cannot
2886 be found, create one. (We keep track of used, but undefined,
2887 labels, and complain about them at the end of a function.) */
2889 static tree
2890 lookup_label_1 (tree id)
2892 tree decl;
2894 /* You can't use labels at global scope. */
2895 if (current_function_decl == NULL_TREE)
2897 error ("label %qE referenced outside of any function", id);
2898 return NULL_TREE;
2901 /* See if we've already got this label. */
2902 decl = IDENTIFIER_LABEL_VALUE (id);
2903 if (decl != NULL_TREE && DECL_CONTEXT (decl) == current_function_decl)
2904 return decl;
2906 decl = make_label_decl (id, /*local_p=*/0);
2907 return decl;
2910 /* Wrapper for lookup_label_1. */
2912 tree
2913 lookup_label (tree id)
2915 tree ret;
2916 bool subtime = timevar_cond_start (TV_NAME_LOOKUP);
2917 ret = lookup_label_1 (id);
2918 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
2919 return ret;
2922 /* Declare a local label named ID. */
2924 tree
2925 declare_local_label (tree id)
2927 tree decl;
2928 cp_label_binding bind;
2930 /* Add a new entry to the SHADOWED_LABELS list so that when we leave
2931 this scope we can restore the old value of IDENTIFIER_TYPE_VALUE. */
2932 bind.prev_value = IDENTIFIER_LABEL_VALUE (id);
2934 decl = make_label_decl (id, /*local_p=*/1);
2935 bind.label = decl;
2936 vec_safe_push (current_binding_level->shadowed_labels, bind);
2938 return decl;
2941 /* Returns nonzero if it is ill-formed to jump past the declaration of
2942 DECL. Returns 2 if it's also a real problem. */
2944 static int
2945 decl_jump_unsafe (tree decl)
2947 /* [stmt.dcl]/3: A program that jumps from a point where a local variable
2948 with automatic storage duration is not in scope to a point where it is
2949 in scope is ill-formed unless the variable has scalar type, class type
2950 with a trivial default constructor and a trivial destructor, a
2951 cv-qualified version of one of these types, or an array of one of the
2952 preceding types and is declared without an initializer (8.5). */
2953 tree type = TREE_TYPE (decl);
2955 if (!VAR_P (decl) || TREE_STATIC (decl)
2956 || type == error_mark_node)
2957 return 0;
2959 if (DECL_NONTRIVIALLY_INITIALIZED_P (decl)
2960 || variably_modified_type_p (type, NULL_TREE))
2961 return 2;
2963 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
2964 return 1;
2966 return 0;
2969 /* A subroutine of check_previous_goto_1 to identify a branch to the user. */
2971 static bool
2972 identify_goto (tree decl, const location_t *locus)
2974 bool complained = (decl
2975 ? permerror (input_location, "jump to label %qD", decl)
2976 : permerror (input_location, "jump to case label"));
2977 if (complained && locus)
2978 inform (*locus, " from here");
2979 return complained;
2982 /* Check that a single previously seen jump to a newly defined label
2983 is OK. DECL is the LABEL_DECL or 0; LEVEL is the binding_level for
2984 the jump context; NAMES are the names in scope in LEVEL at the jump
2985 context; LOCUS is the source position of the jump or 0. Returns
2986 true if all is well. */
2988 static bool
2989 check_previous_goto_1 (tree decl, cp_binding_level* level, tree names,
2990 bool exited_omp, const location_t *locus)
2992 cp_binding_level *b;
2993 bool identified = false, complained = false;
2994 bool saw_eh = false, saw_omp = false;
2996 if (exited_omp)
2998 complained = identify_goto (decl, locus);
2999 if (complained)
3000 inform (input_location, " exits OpenMP structured block");
3001 identified = saw_omp = true;
3004 for (b = current_binding_level; b ; b = b->level_chain)
3006 tree new_decls, old_decls = (b == level ? names : NULL_TREE);
3008 for (new_decls = b->names; new_decls != old_decls;
3009 new_decls = (DECL_P (new_decls) ? DECL_CHAIN (new_decls)
3010 : TREE_CHAIN (new_decls)))
3012 int problem = decl_jump_unsafe (new_decls);
3013 if (! problem)
3014 continue;
3016 if (!identified)
3018 complained = identify_goto (decl, locus);
3019 identified = true;
3021 if (complained)
3023 if (problem > 1)
3024 inform (input_location,
3025 " crosses initialization of %q+#D", new_decls);
3026 else
3027 inform (input_location, " enters scope of %q+#D which has "
3028 "non-trivial destructor", new_decls);
3032 if (b == level)
3033 break;
3034 if ((b->kind == sk_try || b->kind == sk_catch) && !saw_eh)
3036 if (!identified)
3038 complained = identify_goto (decl, locus);
3039 identified = true;
3041 if (complained)
3043 if (b->kind == sk_try)
3044 inform (input_location, " enters try block");
3045 else
3046 inform (input_location, " enters catch block");
3048 saw_eh = true;
3050 if (b->kind == sk_omp && !saw_omp)
3052 if (!identified)
3054 complained = identify_goto (decl, locus);
3055 identified = true;
3057 if (complained)
3058 inform (input_location, " enters OpenMP structured block");
3059 saw_omp = true;
3063 return !identified;
3066 static void
3067 check_previous_goto (tree decl, struct named_label_use_entry *use)
3069 check_previous_goto_1 (decl, use->binding_level,
3070 use->names_in_scope, use->in_omp_scope,
3071 &use->o_goto_locus);
3074 static bool
3075 check_switch_goto (cp_binding_level* level)
3077 return check_previous_goto_1 (NULL_TREE, level, level->names, false, NULL);
3080 /* Check that a new jump to a label DECL is OK. Called by
3081 finish_goto_stmt. */
3083 void
3084 check_goto (tree decl)
3086 struct named_label_entry *ent, dummy;
3087 bool saw_catch = false, identified = false, complained = false;
3088 tree bad;
3089 unsigned ix;
3091 /* We can't know where a computed goto is jumping.
3092 So we assume that it's OK. */
3093 if (TREE_CODE (decl) != LABEL_DECL)
3094 return;
3096 /* We didn't record any information about this label when we created it,
3097 and there's not much point since it's trivial to analyze as a return. */
3098 if (decl == cdtor_label)
3099 return;
3101 dummy.label_decl = decl;
3102 ent = named_labels->find (&dummy);
3103 gcc_assert (ent != NULL);
3105 /* If the label hasn't been defined yet, defer checking. */
3106 if (! DECL_INITIAL (decl))
3108 struct named_label_use_entry *new_use;
3110 /* Don't bother creating another use if the last goto had the
3111 same data, and will therefore create the same set of errors. */
3112 if (ent->uses
3113 && ent->uses->names_in_scope == current_binding_level->names)
3114 return;
3116 new_use = ggc_alloc<named_label_use_entry> ();
3117 new_use->binding_level = current_binding_level;
3118 new_use->names_in_scope = current_binding_level->names;
3119 new_use->o_goto_locus = input_location;
3120 new_use->in_omp_scope = false;
3122 new_use->next = ent->uses;
3123 ent->uses = new_use;
3124 return;
3127 if (ent->in_try_scope || ent->in_catch_scope
3128 || ent->in_omp_scope || !vec_safe_is_empty (ent->bad_decls))
3130 complained = permerror (input_location, "jump to label %q+D", decl);
3131 if (complained)
3132 inform (input_location, " from here");
3133 identified = true;
3136 FOR_EACH_VEC_SAFE_ELT (ent->bad_decls, ix, bad)
3138 int u = decl_jump_unsafe (bad);
3140 if (u > 1 && DECL_ARTIFICIAL (bad))
3142 /* Can't skip init of __exception_info. */
3143 if (complained)
3144 inform (DECL_SOURCE_LOCATION (bad), " enters catch block");
3145 saw_catch = true;
3147 else if (complained)
3149 if (u > 1)
3150 inform (input_location, " skips initialization of %q+#D", bad);
3151 else
3152 inform (input_location, " enters scope of %q+#D which has "
3153 "non-trivial destructor", bad);
3157 if (complained)
3159 if (ent->in_try_scope)
3160 inform (input_location, " enters try block");
3161 else if (ent->in_catch_scope && !saw_catch)
3162 inform (input_location, " enters catch block");
3165 if (ent->in_omp_scope)
3167 if (complained)
3168 inform (input_location, " enters OpenMP structured block");
3170 else if (flag_openmp)
3172 cp_binding_level *b;
3173 for (b = current_binding_level; b ; b = b->level_chain)
3175 if (b == ent->binding_level)
3176 break;
3177 if (b->kind == sk_omp)
3179 if (!identified)
3181 complained = permerror (input_location,
3182 "jump to label %q+D", decl);
3183 if (complained)
3184 inform (input_location, " from here");
3185 identified = true;
3187 if (complained)
3188 inform (input_location, " exits OpenMP structured block");
3189 break;
3195 /* Check that a return is ok wrt OpenMP structured blocks.
3196 Called by finish_return_stmt. Returns true if all is well. */
3198 bool
3199 check_omp_return (void)
3201 cp_binding_level *b;
3202 for (b = current_binding_level; b ; b = b->level_chain)
3203 if (b->kind == sk_omp)
3205 error ("invalid exit from OpenMP structured block");
3206 return false;
3208 else if (b->kind == sk_function_parms)
3209 break;
3210 return true;
3213 /* Define a label, specifying the location in the source file.
3214 Return the LABEL_DECL node for the label. */
3216 static tree
3217 define_label_1 (location_t location, tree name)
3219 struct named_label_entry *ent, dummy;
3220 cp_binding_level *p;
3221 tree decl;
3223 decl = lookup_label (name);
3225 dummy.label_decl = decl;
3226 ent = named_labels->find (&dummy);
3227 gcc_assert (ent != NULL);
3229 /* After labels, make any new cleanups in the function go into their
3230 own new (temporary) binding contour. */
3231 for (p = current_binding_level;
3232 p->kind != sk_function_parms;
3233 p = p->level_chain)
3234 p->more_cleanups_ok = 0;
3236 if (name == get_identifier ("wchar_t"))
3237 permerror (input_location, "label named wchar_t");
3239 if (DECL_INITIAL (decl) != NULL_TREE)
3241 error ("duplicate label %qD", decl);
3242 return error_mark_node;
3244 else
3246 struct named_label_use_entry *use;
3248 /* Mark label as having been defined. */
3249 DECL_INITIAL (decl) = error_mark_node;
3250 /* Say where in the source. */
3251 DECL_SOURCE_LOCATION (decl) = location;
3253 ent->binding_level = current_binding_level;
3254 ent->names_in_scope = current_binding_level->names;
3256 for (use = ent->uses; use ; use = use->next)
3257 check_previous_goto (decl, use);
3258 ent->uses = NULL;
3261 return decl;
3264 /* Wrapper for define_label_1. */
3266 tree
3267 define_label (location_t location, tree name)
3269 tree ret;
3270 bool running = timevar_cond_start (TV_NAME_LOOKUP);
3271 ret = define_label_1 (location, name);
3272 timevar_cond_stop (TV_NAME_LOOKUP, running);
3273 return ret;
3277 struct cp_switch
3279 cp_binding_level *level;
3280 struct cp_switch *next;
3281 /* The SWITCH_STMT being built. */
3282 tree switch_stmt;
3283 /* A splay-tree mapping the low element of a case range to the high
3284 element, or NULL_TREE if there is no high element. Used to
3285 determine whether or not a new case label duplicates an old case
3286 label. We need a tree, rather than simply a hash table, because
3287 of the GNU case range extension. */
3288 splay_tree cases;
3291 /* A stack of the currently active switch statements. The innermost
3292 switch statement is on the top of the stack. There is no need to
3293 mark the stack for garbage collection because it is only active
3294 during the processing of the body of a function, and we never
3295 collect at that point. */
3297 static struct cp_switch *switch_stack;
3299 /* Called right after a switch-statement condition is parsed.
3300 SWITCH_STMT is the switch statement being parsed. */
3302 void
3303 push_switch (tree switch_stmt)
3305 struct cp_switch *p = XNEW (struct cp_switch);
3306 p->level = current_binding_level;
3307 p->next = switch_stack;
3308 p->switch_stmt = switch_stmt;
3309 p->cases = splay_tree_new (case_compare, NULL, NULL);
3310 switch_stack = p;
3313 void
3314 pop_switch (void)
3316 struct cp_switch *cs = switch_stack;
3317 location_t switch_location;
3319 /* Emit warnings as needed. */
3320 switch_location = EXPR_LOC_OR_LOC (cs->switch_stmt, input_location);
3321 if (!processing_template_decl)
3322 c_do_switch_warnings (cs->cases, switch_location,
3323 SWITCH_STMT_TYPE (cs->switch_stmt),
3324 SWITCH_STMT_COND (cs->switch_stmt));
3326 splay_tree_delete (cs->cases);
3327 switch_stack = switch_stack->next;
3328 free (cs);
3331 /* Convert a case constant VALUE in a switch to the type TYPE of the switch
3332 condition. Note that if TYPE and VALUE are already integral we don't
3333 really do the conversion because the language-independent
3334 warning/optimization code will work better that way. */
3336 static tree
3337 case_conversion (tree type, tree value)
3339 if (value == NULL_TREE)
3340 return value;
3342 if (cxx_dialect >= cxx11
3343 && (SCOPED_ENUM_P (type)
3344 || !INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (TREE_TYPE (value))))
3346 if (INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
3347 type = type_promotes_to (type);
3348 value = (perform_implicit_conversion_flags
3349 (type, value, tf_warning_or_error,
3350 LOOKUP_IMPLICIT | LOOKUP_NO_NON_INTEGRAL));
3352 return cxx_constant_value (value);
3355 /* Note that we've seen a definition of a case label, and complain if this
3356 is a bad place for one. */
3358 tree
3359 finish_case_label (location_t loc, tree low_value, tree high_value)
3361 tree cond, r;
3362 cp_binding_level *p;
3363 tree type;
3365 if (processing_template_decl)
3367 tree label;
3369 /* For templates, just add the case label; we'll do semantic
3370 analysis at instantiation-time. */
3371 label = build_decl (loc, LABEL_DECL, NULL_TREE, NULL_TREE);
3372 return add_stmt (build_case_label (low_value, high_value, label));
3375 /* Find the condition on which this switch statement depends. */
3376 cond = SWITCH_STMT_COND (switch_stack->switch_stmt);
3377 if (cond && TREE_CODE (cond) == TREE_LIST)
3378 cond = TREE_VALUE (cond);
3380 if (!check_switch_goto (switch_stack->level))
3381 return error_mark_node;
3383 type = SWITCH_STMT_TYPE (switch_stack->switch_stmt);
3385 low_value = case_conversion (type, low_value);
3386 high_value = case_conversion (type, high_value);
3388 r = c_add_case_label (loc, switch_stack->cases, cond, type,
3389 low_value, high_value);
3391 /* After labels, make any new cleanups in the function go into their
3392 own new (temporary) binding contour. */
3393 for (p = current_binding_level;
3394 p->kind != sk_function_parms;
3395 p = p->level_chain)
3396 p->more_cleanups_ok = 0;
3398 return r;
3401 struct typename_info {
3402 tree scope;
3403 tree name;
3404 tree template_id;
3405 bool enum_p;
3406 bool class_p;
3409 struct typename_hasher : ggc_hasher<tree>
3411 typedef typename_info *compare_type;
3413 /* Hash a TYPENAME_TYPE. */
3415 static hashval_t
3416 hash (tree t)
3418 hashval_t hash;
3420 hash = (htab_hash_pointer (TYPE_CONTEXT (t))
3421 ^ htab_hash_pointer (TYPE_IDENTIFIER (t)));
3423 return hash;
3426 /* Compare two TYPENAME_TYPEs. */
3428 static bool
3429 equal (tree t1, const typename_info *t2)
3431 return (TYPE_IDENTIFIER (t1) == t2->name
3432 && TYPE_CONTEXT (t1) == t2->scope
3433 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id
3434 && TYPENAME_IS_ENUM_P (t1) == t2->enum_p
3435 && TYPENAME_IS_CLASS_P (t1) == t2->class_p);
3439 /* Build a TYPENAME_TYPE. If the type is `typename T::t', CONTEXT is
3440 the type of `T', NAME is the IDENTIFIER_NODE for `t'.
3442 Returns the new TYPENAME_TYPE. */
3444 static GTY (()) hash_table<typename_hasher> *typename_htab;
3446 static tree
3447 build_typename_type (tree context, tree name, tree fullname,
3448 enum tag_types tag_type)
3450 tree t;
3451 tree d;
3452 typename_info ti;
3453 tree *e;
3454 hashval_t hash;
3456 if (typename_htab == NULL)
3457 typename_htab = hash_table<typename_hasher>::create_ggc (61);
3459 ti.scope = FROB_CONTEXT (context);
3460 ti.name = name;
3461 ti.template_id = fullname;
3462 ti.enum_p = tag_type == enum_type;
3463 ti.class_p = (tag_type == class_type
3464 || tag_type == record_type
3465 || tag_type == union_type);
3466 hash = (htab_hash_pointer (ti.scope)
3467 ^ htab_hash_pointer (ti.name));
3469 /* See if we already have this type. */
3470 e = typename_htab->find_slot_with_hash (&ti, hash, INSERT);
3471 if (*e)
3472 t = *e;
3473 else
3475 /* Build the TYPENAME_TYPE. */
3476 t = cxx_make_type (TYPENAME_TYPE);
3477 TYPE_CONTEXT (t) = ti.scope;
3478 TYPENAME_TYPE_FULLNAME (t) = ti.template_id;
3479 TYPENAME_IS_ENUM_P (t) = ti.enum_p;
3480 TYPENAME_IS_CLASS_P (t) = ti.class_p;
3482 /* Build the corresponding TYPE_DECL. */
3483 d = build_decl (input_location, TYPE_DECL, name, t);
3484 TYPE_NAME (TREE_TYPE (d)) = d;
3485 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
3486 DECL_CONTEXT (d) = FROB_CONTEXT (context);
3487 DECL_ARTIFICIAL (d) = 1;
3489 /* Store it in the hash table. */
3490 *e = t;
3492 /* TYPENAME_TYPEs must always be compared structurally, because
3493 they may or may not resolve down to another type depending on
3494 the currently open classes. */
3495 SET_TYPE_STRUCTURAL_EQUALITY (t);
3498 return t;
3501 /* Resolve `typename CONTEXT::NAME'. TAG_TYPE indicates the tag
3502 provided to name the type. Returns an appropriate type, unless an
3503 error occurs, in which case error_mark_node is returned. If we
3504 locate a non-artificial TYPE_DECL and TF_KEEP_TYPE_DECL is set, we
3505 return that, rather than the _TYPE it corresponds to, in other
3506 cases we look through the type decl. If TF_ERROR is set, complain
3507 about errors, otherwise be quiet. */
3509 tree
3510 make_typename_type (tree context, tree name, enum tag_types tag_type,
3511 tsubst_flags_t complain)
3513 tree fullname;
3514 tree t;
3515 bool want_template;
3517 if (name == error_mark_node
3518 || context == NULL_TREE
3519 || context == error_mark_node)
3520 return error_mark_node;
3522 if (TYPE_P (name))
3524 if (!(TYPE_LANG_SPECIFIC (name)
3525 && (CLASSTYPE_IS_TEMPLATE (name)
3526 || CLASSTYPE_USE_TEMPLATE (name))))
3527 name = TYPE_IDENTIFIER (name);
3528 else
3529 /* Create a TEMPLATE_ID_EXPR for the type. */
3530 name = build_nt (TEMPLATE_ID_EXPR,
3531 CLASSTYPE_TI_TEMPLATE (name),
3532 CLASSTYPE_TI_ARGS (name));
3534 else if (TREE_CODE (name) == TYPE_DECL)
3535 name = DECL_NAME (name);
3537 fullname = name;
3539 if (TREE_CODE (name) == TEMPLATE_ID_EXPR)
3541 name = TREE_OPERAND (name, 0);
3542 if (DECL_TYPE_TEMPLATE_P (name))
3543 name = TREE_OPERAND (fullname, 0) = DECL_NAME (name);
3544 if (TREE_CODE (name) != IDENTIFIER_NODE)
3546 if (complain & tf_error)
3547 error ("%qD is not a type", name);
3548 return error_mark_node;
3551 if (TREE_CODE (name) == TEMPLATE_DECL)
3553 if (complain & tf_error)
3554 error ("%qD used without template parameters", name);
3555 return error_mark_node;
3557 gcc_assert (identifier_p (name));
3558 gcc_assert (TYPE_P (context));
3560 if (!MAYBE_CLASS_TYPE_P (context))
3562 if (complain & tf_error)
3563 error ("%q#T is not a class", context);
3564 return error_mark_node;
3567 /* When the CONTEXT is a dependent type, NAME could refer to a
3568 dependent base class of CONTEXT. But look inside it anyway
3569 if CONTEXT is a currently open scope, in case it refers to a
3570 member of the current instantiation or a non-dependent base;
3571 lookup will stop when we hit a dependent base. */
3572 if (!dependent_scope_p (context))
3573 /* We should only set WANT_TYPE when we're a nested typename type.
3574 Then we can give better diagnostics if we find a non-type. */
3575 t = lookup_field (context, name, 2, /*want_type=*/true);
3576 else
3577 t = NULL_TREE;
3579 if ((!t || TREE_CODE (t) == TREE_LIST) && dependent_type_p (context))
3580 return build_typename_type (context, name, fullname, tag_type);
3582 want_template = TREE_CODE (fullname) == TEMPLATE_ID_EXPR;
3584 if (!t)
3586 if (complain & tf_error)
3587 error (want_template ? G_("no class template named %q#T in %q#T")
3588 : G_("no type named %q#T in %q#T"), name, context);
3589 return error_mark_node;
3592 /* Pull out the template from an injected-class-name (or multiple). */
3593 if (want_template)
3594 t = maybe_get_template_decl_from_type_decl (t);
3596 if (TREE_CODE (t) == TREE_LIST)
3598 if (complain & tf_error)
3600 error ("lookup of %qT in %qT is ambiguous", name, context);
3601 print_candidates (t);
3603 return error_mark_node;
3606 if (want_template && !DECL_TYPE_TEMPLATE_P (t))
3608 if (complain & tf_error)
3609 error ("%<typename %T::%D%> names %q#T, which is not a class template",
3610 context, name, t);
3611 return error_mark_node;
3613 if (!want_template && TREE_CODE (t) != TYPE_DECL)
3615 if (complain & tf_error)
3616 error ("%<typename %T::%D%> names %q#T, which is not a type",
3617 context, name, t);
3618 return error_mark_node;
3621 if (!perform_or_defer_access_check (TYPE_BINFO (context), t, t, complain))
3622 return error_mark_node;
3624 /* If we are currently parsing a template and if T is a typedef accessed
3625 through CONTEXT then we need to remember and check access of T at
3626 template instantiation time. */
3627 add_typedef_to_current_template_for_access_check (t, context, input_location);
3629 if (want_template)
3630 return lookup_template_class (t, TREE_OPERAND (fullname, 1),
3631 NULL_TREE, context,
3632 /*entering_scope=*/0,
3633 complain | tf_user);
3635 if (DECL_ARTIFICIAL (t) || !(complain & tf_keep_type_decl))
3636 t = TREE_TYPE (t);
3638 maybe_record_typedef_use (t);
3640 return t;
3643 /* Resolve `CONTEXT::template NAME'. Returns a TEMPLATE_DECL if the name
3644 can be resolved or an UNBOUND_CLASS_TEMPLATE, unless an error occurs,
3645 in which case error_mark_node is returned.
3647 If PARM_LIST is non-NULL, also make sure that the template parameter
3648 list of TEMPLATE_DECL matches.
3650 If COMPLAIN zero, don't complain about any errors that occur. */
3652 tree
3653 make_unbound_class_template (tree context, tree name, tree parm_list,
3654 tsubst_flags_t complain)
3656 tree t;
3657 tree d;
3659 if (TYPE_P (name))
3660 name = TYPE_IDENTIFIER (name);
3661 else if (DECL_P (name))
3662 name = DECL_NAME (name);
3663 gcc_assert (identifier_p (name));
3665 if (!dependent_type_p (context)
3666 || currently_open_class (context))
3668 tree tmpl = NULL_TREE;
3670 if (MAYBE_CLASS_TYPE_P (context))
3671 tmpl = lookup_field (context, name, 0, false);
3673 if (tmpl && TREE_CODE (tmpl) == TYPE_DECL)
3674 tmpl = maybe_get_template_decl_from_type_decl (tmpl);
3676 if (!tmpl || !DECL_TYPE_TEMPLATE_P (tmpl))
3678 if (complain & tf_error)
3679 error ("no class template named %q#T in %q#T", name, context);
3680 return error_mark_node;
3683 if (parm_list
3684 && !comp_template_parms (DECL_TEMPLATE_PARMS (tmpl), parm_list))
3686 if (complain & tf_error)
3688 error ("template parameters do not match template %qD", tmpl);
3689 inform (DECL_SOURCE_LOCATION (tmpl),
3690 "%qD declared here", tmpl);
3692 return error_mark_node;
3695 if (!perform_or_defer_access_check (TYPE_BINFO (context), tmpl, tmpl,
3696 complain))
3697 return error_mark_node;
3699 return tmpl;
3702 /* Build the UNBOUND_CLASS_TEMPLATE. */
3703 t = cxx_make_type (UNBOUND_CLASS_TEMPLATE);
3704 TYPE_CONTEXT (t) = FROB_CONTEXT (context);
3705 TREE_TYPE (t) = NULL_TREE;
3706 SET_TYPE_STRUCTURAL_EQUALITY (t);
3708 /* Build the corresponding TEMPLATE_DECL. */
3709 d = build_decl (input_location, TEMPLATE_DECL, name, t);
3710 TYPE_NAME (TREE_TYPE (d)) = d;
3711 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
3712 DECL_CONTEXT (d) = FROB_CONTEXT (context);
3713 DECL_ARTIFICIAL (d) = 1;
3714 DECL_TEMPLATE_PARMS (d) = parm_list;
3716 return t;
3721 /* Push the declarations of builtin types into the namespace.
3722 RID_INDEX is the index of the builtin type in the array
3723 RID_POINTERS. NAME is the name used when looking up the builtin
3724 type. TYPE is the _TYPE node for the builtin type. */
3726 void
3727 record_builtin_type (enum rid rid_index,
3728 const char* name,
3729 tree type)
3731 tree rname = NULL_TREE, tname = NULL_TREE;
3732 tree tdecl = NULL_TREE;
3734 if ((int) rid_index < (int) RID_MAX)
3735 rname = ridpointers[(int) rid_index];
3736 if (name)
3737 tname = get_identifier (name);
3739 /* The calls to SET_IDENTIFIER_GLOBAL_VALUE below should be
3740 eliminated. Built-in types should not be looked up name; their
3741 names are keywords that the parser can recognize. However, there
3742 is code in c-common.c that uses identifier_global_value to look
3743 up built-in types by name. */
3744 if (tname)
3746 tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type);
3747 DECL_ARTIFICIAL (tdecl) = 1;
3748 SET_IDENTIFIER_GLOBAL_VALUE (tname, tdecl);
3750 if (rname)
3752 if (!tdecl)
3754 tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type);
3755 DECL_ARTIFICIAL (tdecl) = 1;
3757 SET_IDENTIFIER_GLOBAL_VALUE (rname, tdecl);
3760 if (!TYPE_NAME (type))
3761 TYPE_NAME (type) = tdecl;
3763 if (tdecl)
3764 debug_hooks->type_decl (tdecl, 0);
3767 /* Record one of the standard Java types.
3768 * Declare it as having the given NAME.
3769 * If SIZE > 0, it is the size of one of the integral types;
3770 * otherwise it is the negative of the size of one of the other types. */
3772 static tree
3773 record_builtin_java_type (const char* name, int size)
3775 tree type, decl;
3776 if (size > 0)
3778 type = build_nonstandard_integer_type (size, 0);
3779 type = build_distinct_type_copy (type);
3781 else if (size > -32)
3783 tree stype;
3784 /* "__java_char" or ""__java_boolean". */
3785 type = build_nonstandard_integer_type (-size, 1);
3786 type = build_distinct_type_copy (type);
3787 /* Get the signed type cached and attached to the unsigned type,
3788 so it doesn't get garbage-collected at "random" times,
3789 causing potential codegen differences out of different UIDs
3790 and different alias set numbers. */
3791 stype = build_nonstandard_integer_type (-size, 0);
3792 stype = build_distinct_type_copy (stype);
3793 TREE_CHAIN (type) = stype;
3794 /*if (size == -1) TREE_SET_CODE (type, BOOLEAN_TYPE);*/
3796 else
3797 { /* "__java_float" or ""__java_double". */
3798 type = make_node (REAL_TYPE);
3799 TYPE_PRECISION (type) = - size;
3800 layout_type (type);
3802 record_builtin_type (RID_MAX, name, type);
3803 decl = TYPE_NAME (type);
3805 /* Suppress generate debug symbol entries for these types,
3806 since for normal C++ they are just clutter.
3807 However, push_lang_context undoes this if extern "Java" is seen. */
3808 DECL_IGNORED_P (decl) = 1;
3810 TYPE_FOR_JAVA (type) = 1;
3811 return type;
3814 /* Push a type into the namespace so that the back ends ignore it. */
3816 static void
3817 record_unknown_type (tree type, const char* name)
3819 tree decl = pushdecl (build_decl (UNKNOWN_LOCATION,
3820 TYPE_DECL, get_identifier (name), type));
3821 /* Make sure the "unknown type" typedecl gets ignored for debug info. */
3822 DECL_IGNORED_P (decl) = 1;
3823 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
3824 TYPE_SIZE (type) = TYPE_SIZE (void_type_node);
3825 TYPE_ALIGN (type) = 1;
3826 TYPE_USER_ALIGN (type) = 0;
3827 SET_TYPE_MODE (type, TYPE_MODE (void_type_node));
3830 /* A string for which we should create an IDENTIFIER_NODE at
3831 startup. */
3833 typedef struct predefined_identifier
3835 /* The name of the identifier. */
3836 const char *const name;
3837 /* The place where the IDENTIFIER_NODE should be stored. */
3838 tree *const node;
3839 /* Nonzero if this is the name of a constructor or destructor. */
3840 const int ctor_or_dtor_p;
3841 } predefined_identifier;
3843 /* Create all the predefined identifiers. */
3845 static void
3846 initialize_predefined_identifiers (void)
3848 const predefined_identifier *pid;
3850 /* A table of identifiers to create at startup. */
3851 static const predefined_identifier predefined_identifiers[] = {
3852 { "C++", &lang_name_cplusplus, 0 },
3853 { "C", &lang_name_c, 0 },
3854 { "Java", &lang_name_java, 0 },
3855 /* Some of these names have a trailing space so that it is
3856 impossible for them to conflict with names written by users. */
3857 { "__ct ", &ctor_identifier, 1 },
3858 { "__base_ctor ", &base_ctor_identifier, 1 },
3859 { "__comp_ctor ", &complete_ctor_identifier, 1 },
3860 { "__dt ", &dtor_identifier, 1 },
3861 { "__comp_dtor ", &complete_dtor_identifier, 1 },
3862 { "__base_dtor ", &base_dtor_identifier, 1 },
3863 { "__deleting_dtor ", &deleting_dtor_identifier, 1 },
3864 { IN_CHARGE_NAME, &in_charge_identifier, 0 },
3865 { "nelts", &nelts_identifier, 0 },
3866 { THIS_NAME, &this_identifier, 0 },
3867 { VTABLE_DELTA_NAME, &delta_identifier, 0 },
3868 { VTABLE_PFN_NAME, &pfn_identifier, 0 },
3869 { "_vptr", &vptr_identifier, 0 },
3870 { "__vtt_parm", &vtt_parm_identifier, 0 },
3871 { "::", &global_scope_name, 0 },
3872 { "std", &std_identifier, 0 },
3873 { NULL, NULL, 0 }
3876 for (pid = predefined_identifiers; pid->name; ++pid)
3878 *pid->node = get_identifier (pid->name);
3879 if (pid->ctor_or_dtor_p)
3880 IDENTIFIER_CTOR_OR_DTOR_P (*pid->node) = 1;
3884 /* Create the predefined scalar types of C,
3885 and some nodes representing standard constants (0, 1, (void *)0).
3886 Initialize the global binding level.
3887 Make definitions for built-in primitive functions. */
3889 void
3890 cxx_init_decl_processing (void)
3892 tree void_ftype;
3893 tree void_ftype_ptr;
3895 /* Create all the identifiers we need. */
3896 initialize_predefined_identifiers ();
3898 /* Create the global variables. */
3899 push_to_top_level ();
3901 current_function_decl = NULL_TREE;
3902 current_binding_level = NULL;
3903 /* Enter the global namespace. */
3904 gcc_assert (global_namespace == NULL_TREE);
3905 global_namespace = build_lang_decl (NAMESPACE_DECL, global_scope_name,
3906 void_type_node);
3907 DECL_CONTEXT (global_namespace) = build_translation_unit_decl (NULL_TREE);
3908 TREE_PUBLIC (global_namespace) = 1;
3909 begin_scope (sk_namespace, global_namespace);
3911 if (flag_visibility_ms_compat)
3912 default_visibility = VISIBILITY_HIDDEN;
3914 /* Initially, C. */
3915 current_lang_name = lang_name_c;
3917 /* Create the `std' namespace. */
3918 push_namespace (std_identifier);
3919 std_node = current_namespace;
3920 pop_namespace ();
3922 c_common_nodes_and_builtins ();
3924 java_byte_type_node = record_builtin_java_type ("__java_byte", 8);
3925 java_short_type_node = record_builtin_java_type ("__java_short", 16);
3926 java_int_type_node = record_builtin_java_type ("__java_int", 32);
3927 java_long_type_node = record_builtin_java_type ("__java_long", 64);
3928 java_float_type_node = record_builtin_java_type ("__java_float", -32);
3929 java_double_type_node = record_builtin_java_type ("__java_double", -64);
3930 java_char_type_node = record_builtin_java_type ("__java_char", -16);
3931 java_boolean_type_node = record_builtin_java_type ("__java_boolean", -1);
3933 integer_two_node = build_int_cst (NULL_TREE, 2);
3935 record_builtin_type (RID_BOOL, "bool", boolean_type_node);
3936 truthvalue_type_node = boolean_type_node;
3937 truthvalue_false_node = boolean_false_node;
3938 truthvalue_true_node = boolean_true_node;
3940 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE);
3941 noexcept_true_spec = build_tree_list (boolean_true_node, NULL_TREE);
3942 noexcept_false_spec = build_tree_list (boolean_false_node, NULL_TREE);
3944 #if 0
3945 record_builtin_type (RID_MAX, NULL, string_type_node);
3946 #endif
3948 delta_type_node = ptrdiff_type_node;
3949 vtable_index_type = ptrdiff_type_node;
3951 vtt_parm_type = build_pointer_type (const_ptr_type_node);
3952 void_ftype = build_function_type_list (void_type_node, NULL_TREE);
3953 void_ftype_ptr = build_function_type_list (void_type_node,
3954 ptr_type_node, NULL_TREE);
3955 void_ftype_ptr
3956 = build_exception_variant (void_ftype_ptr, empty_except_spec);
3958 /* C++ extensions */
3960 unknown_type_node = make_node (LANG_TYPE);
3961 record_unknown_type (unknown_type_node, "unknown type");
3963 /* Indirecting an UNKNOWN_TYPE node yields an UNKNOWN_TYPE node. */
3964 TREE_TYPE (unknown_type_node) = unknown_type_node;
3966 /* Looking up TYPE_POINTER_TO and TYPE_REFERENCE_TO yield the same
3967 result. */
3968 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node;
3969 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node;
3971 init_list_type_node = make_node (LANG_TYPE);
3972 record_unknown_type (init_list_type_node, "init list");
3975 /* Make sure we get a unique function type, so we can give
3976 its pointer type a name. (This wins for gdb.) */
3977 tree vfunc_type = make_node (FUNCTION_TYPE);
3978 TREE_TYPE (vfunc_type) = integer_type_node;
3979 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE;
3980 layout_type (vfunc_type);
3982 vtable_entry_type = build_pointer_type (vfunc_type);
3984 record_builtin_type (RID_MAX, VTBL_PTR_TYPE, vtable_entry_type);
3986 vtbl_type_node
3987 = build_cplus_array_type (vtable_entry_type, NULL_TREE);
3988 layout_type (vtbl_type_node);
3989 vtbl_type_node = cp_build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST);
3990 record_builtin_type (RID_MAX, NULL, vtbl_type_node);
3991 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type);
3992 layout_type (vtbl_ptr_type_node);
3993 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node);
3995 push_namespace (get_identifier ("__cxxabiv1"));
3996 abi_node = current_namespace;
3997 pop_namespace ();
3999 global_type_node = make_node (LANG_TYPE);
4000 record_unknown_type (global_type_node, "global type");
4002 /* Now, C++. */
4003 current_lang_name = lang_name_cplusplus;
4006 tree newattrs, extvisattr;
4007 tree newtype, deltype;
4008 tree ptr_ftype_sizetype;
4009 tree new_eh_spec;
4011 ptr_ftype_sizetype
4012 = build_function_type_list (ptr_type_node, size_type_node, NULL_TREE);
4013 if (cxx_dialect == cxx98)
4015 tree bad_alloc_id;
4016 tree bad_alloc_type_node;
4017 tree bad_alloc_decl;
4019 push_namespace (std_identifier);
4020 bad_alloc_id = get_identifier ("bad_alloc");
4021 bad_alloc_type_node = make_class_type (RECORD_TYPE);
4022 TYPE_CONTEXT (bad_alloc_type_node) = current_namespace;
4023 bad_alloc_decl
4024 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node);
4025 DECL_CONTEXT (bad_alloc_decl) = current_namespace;
4026 pop_namespace ();
4028 new_eh_spec
4029 = add_exception_specifier (NULL_TREE, bad_alloc_type_node, -1);
4031 else
4032 new_eh_spec = noexcept_false_spec;
4034 /* Ensure attribs.c is initialized. */
4035 init_attributes ();
4037 /* Ensure constraint.cc is initialized. */
4038 init_constraint_processing ();
4040 extvisattr = build_tree_list (get_identifier ("externally_visible"),
4041 NULL_TREE);
4042 newattrs = tree_cons (get_identifier ("alloc_size"),
4043 build_tree_list (NULL_TREE, integer_one_node),
4044 extvisattr);
4045 newtype = cp_build_type_attribute_variant (ptr_ftype_sizetype, newattrs);
4046 newtype = build_exception_variant (newtype, new_eh_spec);
4047 deltype = cp_build_type_attribute_variant (void_ftype_ptr, extvisattr);
4048 deltype = build_exception_variant (deltype, empty_except_spec);
4049 tree opnew = push_cp_library_fn (NEW_EXPR, newtype, 0);
4050 DECL_IS_MALLOC (opnew) = 1;
4051 DECL_IS_OPERATOR_NEW (opnew) = 1;
4052 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0);
4053 DECL_IS_MALLOC (opnew) = 1;
4054 DECL_IS_OPERATOR_NEW (opnew) = 1;
4055 push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW);
4056 push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW);
4057 if (flag_sized_deallocation)
4059 /* Also push the sized deallocation variants:
4060 void operator delete(void*, std::size_t) throw();
4061 void operator delete[](void*, std::size_t) throw(); */
4062 tree void_ftype_ptr_size
4063 = build_function_type_list (void_type_node, ptr_type_node,
4064 size_type_node, NULL_TREE);
4065 deltype = cp_build_type_attribute_variant (void_ftype_ptr_size,
4066 extvisattr);
4067 deltype = build_exception_variant (deltype, empty_except_spec);
4068 push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW);
4069 push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW);
4072 nullptr_type_node = make_node (NULLPTR_TYPE);
4073 TYPE_SIZE (nullptr_type_node) = bitsize_int (GET_MODE_BITSIZE (ptr_mode));
4074 TYPE_SIZE_UNIT (nullptr_type_node) = size_int (GET_MODE_SIZE (ptr_mode));
4075 TYPE_UNSIGNED (nullptr_type_node) = 1;
4076 TYPE_PRECISION (nullptr_type_node) = GET_MODE_BITSIZE (ptr_mode);
4077 SET_TYPE_MODE (nullptr_type_node, ptr_mode);
4078 record_builtin_type (RID_MAX, "decltype(nullptr)", nullptr_type_node);
4079 nullptr_node = build_int_cst (nullptr_type_node, 0);
4082 abort_fndecl
4083 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype,
4084 ECF_NORETURN | ECF_NOTHROW);
4086 /* Perform other language dependent initializations. */
4087 init_class_processing ();
4088 init_rtti_processing ();
4089 init_template_processing ();
4091 if (flag_exceptions)
4092 init_exception_processing ();
4094 if (! supports_one_only ())
4095 flag_weak = 0;
4097 make_fname_decl = cp_make_fname_decl;
4098 start_fname_decls ();
4100 /* Show we use EH for cleanups. */
4101 if (flag_exceptions)
4102 using_eh_for_cleanups ();
4105 /* Generate an initializer for a function naming variable from
4106 NAME. NAME may be NULL, to indicate a dependent name. TYPE_P is
4107 filled in with the type of the init. */
4109 tree
4110 cp_fname_init (const char* name, tree *type_p)
4112 tree domain = NULL_TREE;
4113 tree type;
4114 tree init = NULL_TREE;
4115 size_t length = 0;
4117 if (name)
4119 length = strlen (name);
4120 domain = build_index_type (size_int (length));
4121 init = build_string (length + 1, name);
4124 type = cp_build_qualified_type (char_type_node, TYPE_QUAL_CONST);
4125 type = build_cplus_array_type (type, domain);
4127 *type_p = type;
4129 if (init)
4130 TREE_TYPE (init) = type;
4131 else
4132 init = error_mark_node;
4134 return init;
4137 /* Create the VAR_DECL for __FUNCTION__ etc. ID is the name to give
4138 the decl, LOC is the location to give the decl, NAME is the
4139 initialization string and TYPE_DEP indicates whether NAME depended
4140 on the type of the function. We make use of that to detect
4141 __PRETTY_FUNCTION__ inside a template fn. This is being done lazily
4142 at the point of first use, so we mustn't push the decl now. */
4144 static tree
4145 cp_make_fname_decl (location_t loc, tree id, int type_dep)
4147 const char *const name = (type_dep && processing_template_decl
4148 ? NULL : fname_as_string (type_dep));
4149 tree type;
4150 tree init = cp_fname_init (name, &type);
4151 tree decl = build_decl (loc, VAR_DECL, id, type);
4153 if (name)
4154 free (CONST_CAST (char *, name));
4156 /* As we're using pushdecl_with_scope, we must set the context. */
4157 DECL_CONTEXT (decl) = current_function_decl;
4159 TREE_STATIC (decl) = 1;
4160 TREE_READONLY (decl) = 1;
4161 DECL_ARTIFICIAL (decl) = 1;
4163 TREE_USED (decl) = 1;
4165 if (current_function_decl)
4167 cp_binding_level *b = current_binding_level;
4168 if (b->kind == sk_function_parms)
4169 return error_mark_node;
4170 while (b->level_chain->kind != sk_function_parms)
4171 b = b->level_chain;
4172 pushdecl_with_scope (decl, b, /*is_friend=*/false);
4173 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, NULL_TREE,
4174 LOOKUP_ONLYCONVERTING);
4176 else
4178 DECL_THIS_STATIC (decl) = true;
4179 pushdecl_top_level_and_finish (decl, init);
4182 return decl;
4185 static tree
4186 builtin_function_1 (tree decl, tree context, bool is_global)
4188 tree id = DECL_NAME (decl);
4189 const char *name = IDENTIFIER_POINTER (id);
4191 retrofit_lang_decl (decl);
4193 DECL_ARTIFICIAL (decl) = 1;
4194 SET_OVERLOADED_OPERATOR_CODE (decl, ERROR_MARK);
4195 SET_DECL_LANGUAGE (decl, lang_c);
4196 /* Runtime library routines are, by definition, available in an
4197 external shared object. */
4198 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT;
4199 DECL_VISIBILITY_SPECIFIED (decl) = 1;
4201 DECL_CONTEXT (decl) = context;
4203 if (is_global)
4204 pushdecl_top_level (decl);
4205 else
4206 pushdecl (decl);
4208 /* A function in the user's namespace should have an explicit
4209 declaration before it is used. Mark the built-in function as
4210 anticipated but not actually declared. */
4211 if (name[0] != '_' || name[1] != '_')
4212 DECL_ANTICIPATED (decl) = 1;
4213 else if (strncmp (name + 2, "builtin_", strlen ("builtin_")) != 0)
4215 size_t len = strlen (name);
4217 /* Treat __*_chk fortification functions as anticipated as well,
4218 unless they are __builtin_*. */
4219 if (len > strlen ("___chk")
4220 && memcmp (name + len - strlen ("_chk"),
4221 "_chk", strlen ("_chk") + 1) == 0)
4222 DECL_ANTICIPATED (decl) = 1;
4225 return decl;
4228 tree
4229 cxx_builtin_function (tree decl)
4231 tree id = DECL_NAME (decl);
4232 const char *name = IDENTIFIER_POINTER (id);
4233 /* All builtins that don't begin with an '_' should additionally
4234 go in the 'std' namespace. */
4235 if (name[0] != '_')
4237 tree decl2 = copy_node(decl);
4238 push_namespace (std_identifier);
4239 builtin_function_1 (decl2, std_node, false);
4240 pop_namespace ();
4243 return builtin_function_1 (decl, NULL_TREE, false);
4246 /* Like cxx_builtin_function, but guarantee the function is added to the global
4247 scope. This is to allow function specific options to add new machine
4248 dependent builtins when the target ISA changes via attribute((target(...)))
4249 which saves space on program startup if the program does not use non-generic
4250 ISAs. */
4252 tree
4253 cxx_builtin_function_ext_scope (tree decl)
4256 tree id = DECL_NAME (decl);
4257 const char *name = IDENTIFIER_POINTER (id);
4258 /* All builtins that don't begin with an '_' should additionally
4259 go in the 'std' namespace. */
4260 if (name[0] != '_')
4262 tree decl2 = copy_node(decl);
4263 push_namespace (std_identifier);
4264 builtin_function_1 (decl2, std_node, true);
4265 pop_namespace ();
4268 return builtin_function_1 (decl, NULL_TREE, true);
4271 /* Generate a FUNCTION_DECL with the typical flags for a runtime library
4272 function. Not called directly. */
4274 static tree
4275 build_library_fn (tree name, enum tree_code operator_code, tree type,
4276 int ecf_flags)
4278 tree fn = build_lang_decl (FUNCTION_DECL, name, type);
4279 DECL_EXTERNAL (fn) = 1;
4280 TREE_PUBLIC (fn) = 1;
4281 DECL_ARTIFICIAL (fn) = 1;
4282 SET_OVERLOADED_OPERATOR_CODE (fn, operator_code);
4283 SET_DECL_LANGUAGE (fn, lang_c);
4284 /* Runtime library routines are, by definition, available in an
4285 external shared object. */
4286 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT;
4287 DECL_VISIBILITY_SPECIFIED (fn) = 1;
4288 set_call_expr_flags (fn, ecf_flags);
4289 return fn;
4292 /* Returns the _DECL for a library function with C++ linkage. */
4294 static tree
4295 build_cp_library_fn (tree name, enum tree_code operator_code, tree type,
4296 int ecf_flags)
4298 tree fn = build_library_fn (name, operator_code, type, ecf_flags);
4299 DECL_CONTEXT (fn) = FROB_CONTEXT (current_namespace);
4300 SET_DECL_LANGUAGE (fn, lang_cplusplus);
4301 return fn;
4304 /* Like build_library_fn, but takes a C string instead of an
4305 IDENTIFIER_NODE. */
4307 tree
4308 build_library_fn_ptr (const char* name, tree type, int ecf_flags)
4310 return build_library_fn (get_identifier (name), ERROR_MARK, type, ecf_flags);
4313 /* Like build_cp_library_fn, but takes a C string instead of an
4314 IDENTIFIER_NODE. */
4316 tree
4317 build_cp_library_fn_ptr (const char* name, tree type, int ecf_flags)
4319 return build_cp_library_fn (get_identifier (name), ERROR_MARK, type,
4320 ecf_flags);
4323 /* Like build_library_fn, but also pushes the function so that we will
4324 be able to find it via IDENTIFIER_GLOBAL_VALUE. Also, the function
4325 may throw exceptions listed in RAISES. */
4327 tree
4328 push_library_fn (tree name, tree type, tree raises, int ecf_flags)
4330 tree fn;
4332 if (raises)
4333 type = build_exception_variant (type, raises);
4335 fn = build_library_fn (name, ERROR_MARK, type, ecf_flags);
4336 pushdecl_top_level (fn);
4337 return fn;
4340 /* Like build_cp_library_fn, but also pushes the function so that it
4341 will be found by normal lookup. */
4343 static tree
4344 push_cp_library_fn (enum tree_code operator_code, tree type,
4345 int ecf_flags)
4347 tree fn = build_cp_library_fn (ansi_opname (operator_code),
4348 operator_code,
4349 type, ecf_flags);
4350 pushdecl (fn);
4351 if (flag_tm)
4352 apply_tm_attr (fn, get_identifier ("transaction_safe"));
4353 return fn;
4356 /* Like push_library_fn, but takes a TREE_LIST of parm types rather than
4357 a FUNCTION_TYPE. */
4359 tree
4360 push_void_library_fn (tree name, tree parmtypes, int ecf_flags)
4362 tree type = build_function_type (void_type_node, parmtypes);
4363 return push_library_fn (name, type, NULL_TREE, ecf_flags);
4366 /* Like push_library_fn, but also note that this function throws
4367 and does not return. Used for __throw_foo and the like. */
4369 tree
4370 push_throw_library_fn (tree name, tree type)
4372 tree fn = push_library_fn (name, type, NULL_TREE, ECF_NORETURN);
4373 return fn;
4376 /* When we call finish_struct for an anonymous union, we create
4377 default copy constructors and such. But, an anonymous union
4378 shouldn't have such things; this function undoes the damage to the
4379 anonymous union type T.
4381 (The reason that we create the synthesized methods is that we don't
4382 distinguish `union { int i; }' from `typedef union { int i; } U'.
4383 The first is an anonymous union; the second is just an ordinary
4384 union type.) */
4386 void
4387 fixup_anonymous_aggr (tree t)
4389 tree *q;
4391 /* Wipe out memory of synthesized methods. */
4392 TYPE_HAS_USER_CONSTRUCTOR (t) = 0;
4393 TYPE_HAS_DEFAULT_CONSTRUCTOR (t) = 0;
4394 TYPE_HAS_COPY_CTOR (t) = 0;
4395 TYPE_HAS_CONST_COPY_CTOR (t) = 0;
4396 TYPE_HAS_COPY_ASSIGN (t) = 0;
4397 TYPE_HAS_CONST_COPY_ASSIGN (t) = 0;
4399 /* Splice the implicitly generated functions out of the TYPE_METHODS
4400 list. */
4401 q = &TYPE_METHODS (t);
4402 while (*q)
4404 if (DECL_ARTIFICIAL (*q))
4405 *q = TREE_CHAIN (*q);
4406 else
4407 q = &DECL_CHAIN (*q);
4410 /* ISO C++ 9.5.3. Anonymous unions may not have function members. */
4411 if (TYPE_METHODS (t))
4413 tree decl = TYPE_MAIN_DECL (t);
4415 if (TREE_CODE (t) != UNION_TYPE)
4416 error_at (DECL_SOURCE_LOCATION (decl),
4417 "an anonymous struct cannot have function members");
4418 else
4419 error_at (DECL_SOURCE_LOCATION (decl),
4420 "an anonymous union cannot have function members");
4423 /* Anonymous aggregates cannot have fields with ctors, dtors or complex
4424 assignment operators (because they cannot have these methods themselves).
4425 For anonymous unions this is already checked because they are not allowed
4426 in any union, otherwise we have to check it. */
4427 if (TREE_CODE (t) != UNION_TYPE)
4429 tree field, type;
4431 for (field = TYPE_FIELDS (t); field; field = DECL_CHAIN (field))
4432 if (TREE_CODE (field) == FIELD_DECL)
4434 type = TREE_TYPE (field);
4435 if (CLASS_TYPE_P (type))
4437 if (TYPE_NEEDS_CONSTRUCTING (type))
4438 error ("member %q+#D with constructor not allowed "
4439 "in anonymous aggregate", field);
4440 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
4441 error ("member %q+#D with destructor not allowed "
4442 "in anonymous aggregate", field);
4443 if (TYPE_HAS_COMPLEX_COPY_ASSIGN (type))
4444 error ("member %q+#D with copy assignment operator "
4445 "not allowed in anonymous aggregate", field);
4451 /* Warn for an attribute located at LOCATION that appertains to the
4452 class type CLASS_TYPE that has not been properly placed after its
4453 class-key, in it class-specifier. */
4455 void
4456 warn_misplaced_attr_for_class_type (source_location location,
4457 tree class_type)
4459 gcc_assert (OVERLOAD_TYPE_P (class_type));
4461 if (warning_at (location, OPT_Wattributes,
4462 "attribute ignored in declaration "
4463 "of %q#T", class_type))
4464 inform (location,
4465 "attribute for %q#T must follow the %qs keyword",
4466 class_type, class_key_or_enum_as_string (class_type));
4469 /* Make sure that a declaration with no declarator is well-formed, i.e.
4470 just declares a tagged type or anonymous union.
4472 Returns the type declared; or NULL_TREE if none. */
4474 tree
4475 check_tag_decl (cp_decl_specifier_seq *declspecs,
4476 bool explicit_type_instantiation_p)
4478 int saw_friend = decl_spec_seq_has_spec_p (declspecs, ds_friend);
4479 int saw_typedef = decl_spec_seq_has_spec_p (declspecs, ds_typedef);
4480 /* If a class, struct, or enum type is declared by the DECLSPECS
4481 (i.e, if a class-specifier, enum-specifier, or non-typename
4482 elaborated-type-specifier appears in the DECLSPECS),
4483 DECLARED_TYPE is set to the corresponding type. */
4484 tree declared_type = NULL_TREE;
4485 bool error_p = false;
4487 if (declspecs->multiple_types_p)
4488 error ("multiple types in one declaration");
4489 else if (declspecs->redefined_builtin_type)
4491 if (!in_system_header_at (input_location))
4492 permerror (declspecs->locations[ds_redefined_builtin_type_spec],
4493 "redeclaration of C++ built-in type %qT",
4494 declspecs->redefined_builtin_type);
4495 return NULL_TREE;
4498 if (declspecs->type
4499 && TYPE_P (declspecs->type)
4500 && ((TREE_CODE (declspecs->type) != TYPENAME_TYPE
4501 && MAYBE_CLASS_TYPE_P (declspecs->type))
4502 || TREE_CODE (declspecs->type) == ENUMERAL_TYPE))
4503 declared_type = declspecs->type;
4504 else if (declspecs->type == error_mark_node)
4505 error_p = true;
4506 if (declared_type == NULL_TREE && ! saw_friend && !error_p)
4507 permerror (input_location, "declaration does not declare anything");
4508 else if (declared_type != NULL_TREE && type_uses_auto (declared_type))
4510 error ("%<auto%> can only be specified for variables "
4511 "or function declarations");
4512 return error_mark_node;
4514 /* Check for an anonymous union. */
4515 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type))
4516 && TYPE_ANONYMOUS_P (declared_type))
4518 /* 7/3 In a simple-declaration, the optional init-declarator-list
4519 can be omitted only when declaring a class (clause 9) or
4520 enumeration (7.2), that is, when the decl-specifier-seq contains
4521 either a class-specifier, an elaborated-type-specifier with
4522 a class-key (9.1), or an enum-specifier. In these cases and
4523 whenever a class-specifier or enum-specifier is present in the
4524 decl-specifier-seq, the identifiers in these specifiers are among
4525 the names being declared by the declaration (as class-name,
4526 enum-names, or enumerators, depending on the syntax). In such
4527 cases, and except for the declaration of an unnamed bit-field (9.6),
4528 the decl-specifier-seq shall introduce one or more names into the
4529 program, or shall redeclare a name introduced by a previous
4530 declaration. [Example:
4531 enum { }; // ill-formed
4532 typedef class { }; // ill-formed
4533 --end example] */
4534 if (saw_typedef)
4536 error ("missing type-name in typedef-declaration");
4537 return NULL_TREE;
4539 /* Anonymous unions are objects, so they can have specifiers. */;
4540 SET_ANON_AGGR_TYPE_P (declared_type);
4542 if (TREE_CODE (declared_type) != UNION_TYPE
4543 && !in_system_header_at (input_location))
4544 pedwarn (input_location, OPT_Wpedantic, "ISO C++ prohibits anonymous structs");
4547 else
4549 if (decl_spec_seq_has_spec_p (declspecs, ds_inline)
4550 || decl_spec_seq_has_spec_p (declspecs, ds_virtual))
4551 error ("%qs can only be specified for functions",
4552 decl_spec_seq_has_spec_p (declspecs, ds_inline)
4553 ? "inline" : "virtual");
4554 else if (saw_friend
4555 && (!current_class_type
4556 || current_scope () != current_class_type))
4557 error ("%<friend%> can only be specified inside a class");
4558 else if (decl_spec_seq_has_spec_p (declspecs, ds_explicit))
4559 error ("%<explicit%> can only be specified for constructors");
4560 else if (declspecs->storage_class)
4561 error ("a storage class can only be specified for objects "
4562 "and functions");
4563 else if (decl_spec_seq_has_spec_p (declspecs, ds_const)
4564 || decl_spec_seq_has_spec_p (declspecs, ds_volatile)
4565 || decl_spec_seq_has_spec_p (declspecs, ds_restrict)
4566 || decl_spec_seq_has_spec_p (declspecs, ds_thread))
4567 error ("qualifiers can only be specified for objects "
4568 "and functions");
4569 else if (saw_typedef)
4570 warning (0, "%<typedef%> was ignored in this declaration");
4571 else if (decl_spec_seq_has_spec_p (declspecs, ds_constexpr))
4572 error ("%<constexpr%> cannot be used for type declarations");
4575 if (declspecs->attributes && warn_attributes && declared_type)
4577 location_t loc;
4578 if (!CLASS_TYPE_P (declared_type)
4579 || !CLASSTYPE_TEMPLATE_INSTANTIATION (declared_type))
4580 /* For a non-template class, use the name location. */
4581 loc = location_of (declared_type);
4582 else
4583 /* For a template class (an explicit instantiation), use the
4584 current location. */
4585 loc = input_location;
4587 if (explicit_type_instantiation_p)
4588 /* [dcl.attr.grammar]/4:
4590 No attribute-specifier-seq shall appertain to an explicit
4591 instantiation. */
4593 if (warning_at (loc, OPT_Wattributes,
4594 "attribute ignored in explicit instantiation %q#T",
4595 declared_type))
4596 inform (loc,
4597 "no attribute can be applied to "
4598 "an explicit instantiation");
4600 else
4601 warn_misplaced_attr_for_class_type (loc, declared_type);
4604 return declared_type;
4607 // True if the type T is a class template or a class template
4608 // specialization (either explicit or partial).
4609 static inline bool
4610 is_class_template_or_specialization (tree t)
4612 if (CLASS_TYPE_P (t)
4613 && (CLASSTYPE_IS_TEMPLATE (t) || CLASSTYPE_TEMPLATE_SPECIALIZATION (t)))
4614 return true;
4615 return false;
4618 /* Called when a declaration is seen that contains no names to declare.
4619 If its type is a reference to a structure, union or enum inherited
4620 from a containing scope, shadow that tag name for the current scope
4621 with a forward reference.
4622 If its type defines a new named structure or union
4623 or defines an enum, it is valid but we need not do anything here.
4624 Otherwise, it is an error.
4626 C++: may have to grok the declspecs to learn about static,
4627 complain for anonymous unions.
4629 Returns the TYPE declared -- or NULL_TREE if none. */
4631 tree
4632 shadow_tag (cp_decl_specifier_seq *declspecs)
4634 tree t = check_tag_decl (declspecs,
4635 /*explicit_type_instantiation_p=*/false);
4637 if (!t)
4638 return NULL_TREE;
4640 if (maybe_process_partial_specialization (t) == error_mark_node)
4641 return NULL_TREE;
4643 /* This is where the variables in an anonymous union are
4644 declared. An anonymous union declaration looks like:
4645 union { ... } ;
4646 because there is no declarator after the union, the parser
4647 sends that declaration here. */
4648 if (ANON_AGGR_TYPE_P (t))
4650 fixup_anonymous_aggr (t);
4652 if (TYPE_FIELDS (t))
4654 tree decl = grokdeclarator (/*declarator=*/NULL,
4655 declspecs, NORMAL, 0, NULL);
4656 finish_anon_union (decl);
4660 return t;
4663 /* Decode a "typename", such as "int **", returning a ..._TYPE node. */
4665 tree
4666 groktypename (cp_decl_specifier_seq *type_specifiers,
4667 const cp_declarator *declarator,
4668 bool is_template_arg)
4670 tree attrs;
4671 tree type;
4672 enum decl_context context
4673 = is_template_arg ? TEMPLATE_TYPE_ARG : TYPENAME;
4674 attrs = type_specifiers->attributes;
4675 type_specifiers->attributes = NULL_TREE;
4676 type = grokdeclarator (declarator, type_specifiers, context, 0, &attrs);
4677 if (attrs && type != error_mark_node)
4679 if (CLASS_TYPE_P (type))
4680 warning (OPT_Wattributes, "ignoring attributes applied to class type %qT "
4681 "outside of definition", type);
4682 else if (MAYBE_CLASS_TYPE_P (type))
4683 /* A template type parameter or other dependent type. */
4684 warning (OPT_Wattributes, "ignoring attributes applied to dependent "
4685 "type %qT without an associated declaration", type);
4686 else
4687 cplus_decl_attributes (&type, attrs, 0);
4689 return type;
4692 /* Process a DECLARATOR for a function-scope variable declaration,
4693 namespace-scope variable declaration, or function declaration.
4694 (Function definitions go through start_function; class member
4695 declarations appearing in the body of the class go through
4696 grokfield.) The DECL corresponding to the DECLARATOR is returned.
4697 If an error occurs, the error_mark_node is returned instead.
4699 DECLSPECS are the decl-specifiers for the declaration. INITIALIZED is
4700 SD_INITIALIZED if an explicit initializer is present, or SD_DEFAULTED
4701 for an explicitly defaulted function, or SD_DELETED for an explicitly
4702 deleted function, but 0 (SD_UNINITIALIZED) if this is a variable
4703 implicitly initialized via a default constructor. ATTRIBUTES and
4704 PREFIX_ATTRIBUTES are GNU attributes associated with this declaration.
4706 The scope represented by the context of the returned DECL is pushed
4707 (if it is not the global namespace) and is assigned to
4708 *PUSHED_SCOPE_P. The caller is then responsible for calling
4709 pop_scope on *PUSHED_SCOPE_P if it is set. */
4711 tree
4712 start_decl (const cp_declarator *declarator,
4713 cp_decl_specifier_seq *declspecs,
4714 int initialized,
4715 tree attributes,
4716 tree prefix_attributes,
4717 tree *pushed_scope_p)
4719 tree decl;
4720 tree context;
4721 bool was_public;
4722 int flags;
4723 bool alias;
4725 *pushed_scope_p = NULL_TREE;
4727 /* An object declared as __attribute__((deprecated)) suppresses
4728 warnings of uses of other deprecated items. */
4729 if (lookup_attribute ("deprecated", attributes))
4730 deprecated_state = DEPRECATED_SUPPRESS;
4732 attributes = chainon (attributes, prefix_attributes);
4734 decl = grokdeclarator (declarator, declspecs, NORMAL, initialized,
4735 &attributes);
4737 deprecated_state = DEPRECATED_NORMAL;
4739 if (decl == NULL_TREE || VOID_TYPE_P (decl)
4740 || decl == error_mark_node)
4741 return error_mark_node;
4743 context = CP_DECL_CONTEXT (decl);
4744 if (context != global_namespace)
4745 *pushed_scope_p = push_scope (context);
4747 /* Is it valid for this decl to have an initializer at all?
4748 If not, set INITIALIZED to zero, which will indirectly
4749 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
4750 if (initialized
4751 && TREE_CODE (decl) == TYPE_DECL)
4753 error ("typedef %qD is initialized (use decltype instead)", decl);
4754 return error_mark_node;
4757 if (initialized)
4759 if (! toplevel_bindings_p ()
4760 && DECL_EXTERNAL (decl))
4761 warning (0, "declaration of %q#D has %<extern%> and is initialized",
4762 decl);
4763 DECL_EXTERNAL (decl) = 0;
4764 if (toplevel_bindings_p ())
4765 TREE_STATIC (decl) = 1;
4767 alias = lookup_attribute ("alias", DECL_ATTRIBUTES (decl)) != 0;
4769 if (alias && TREE_CODE (decl) == FUNCTION_DECL)
4770 record_key_method_defined (decl);
4772 /* If this is a typedef that names the class for linkage purposes
4773 (7.1.3p8), apply any attributes directly to the type. */
4774 if (TREE_CODE (decl) == TYPE_DECL
4775 && OVERLOAD_TYPE_P (TREE_TYPE (decl))
4776 && decl == TYPE_NAME (TYPE_MAIN_VARIANT (TREE_TYPE (decl))))
4777 flags = ATTR_FLAG_TYPE_IN_PLACE;
4778 else
4779 flags = 0;
4781 /* Set attributes here so if duplicate decl, will have proper attributes. */
4782 cplus_decl_attributes (&decl, attributes, flags);
4784 /* Dllimported symbols cannot be defined. Static data members (which
4785 can be initialized in-class and dllimported) go through grokfield,
4786 not here, so we don't need to exclude those decls when checking for
4787 a definition. */
4788 if (initialized && DECL_DLLIMPORT_P (decl))
4790 error ("definition of %q#D is marked %<dllimport%>", decl);
4791 DECL_DLLIMPORT_P (decl) = 0;
4794 /* If #pragma weak was used, mark the decl weak now. */
4795 if (!processing_template_decl)
4796 maybe_apply_pragma_weak (decl);
4798 if (TREE_CODE (decl) == FUNCTION_DECL
4799 && DECL_DECLARED_INLINE_P (decl)
4800 && DECL_UNINLINABLE (decl)
4801 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl)))
4802 warning (0, "inline function %q+D given attribute noinline", decl);
4804 if (TYPE_P (context) && COMPLETE_TYPE_P (complete_type (context)))
4806 bool this_tmpl = (processing_template_decl
4807 > template_class_depth (context));
4808 if (VAR_P (decl))
4810 tree field = lookup_field (context, DECL_NAME (decl), 0, false);
4811 if (field == NULL_TREE
4812 || !(VAR_P (field) || variable_template_p (field)))
4813 error ("%q+#D is not a static data member of %q#T", decl, context);
4814 else if (variable_template_p (field) && !this_tmpl)
4816 if (DECL_LANG_SPECIFIC (decl)
4817 && DECL_TEMPLATE_SPECIALIZATION (decl))
4818 /* OK, specialization was already checked. */;
4819 else
4821 error_at (DECL_SOURCE_LOCATION (decl),
4822 "non-member-template declaration of %qD", decl);
4823 inform (DECL_SOURCE_LOCATION (field), "does not match "
4824 "member template declaration here");
4825 return error_mark_node;
4828 else
4830 if (variable_template_p (field))
4831 field = DECL_TEMPLATE_RESULT (field);
4833 if (DECL_CONTEXT (field) != context)
4835 if (!same_type_p (DECL_CONTEXT (field), context))
4836 permerror (input_location, "ISO C++ does not permit %<%T::%D%> "
4837 "to be defined as %<%T::%D%>",
4838 DECL_CONTEXT (field), DECL_NAME (decl),
4839 context, DECL_NAME (decl));
4840 DECL_CONTEXT (decl) = DECL_CONTEXT (field);
4842 /* Static data member are tricky; an in-class initialization
4843 still doesn't provide a definition, so the in-class
4844 declaration will have DECL_EXTERNAL set, but will have an
4845 initialization. Thus, duplicate_decls won't warn
4846 about this situation, and so we check here. */
4847 if (initialized && DECL_INITIALIZED_IN_CLASS_P (field))
4848 error ("duplicate initialization of %qD", decl);
4849 if (duplicate_decls (decl, field, /*newdecl_is_friend=*/false))
4850 decl = field;
4851 if (decl_spec_seq_has_spec_p (declspecs, ds_constexpr)
4852 && !DECL_DECLARED_CONSTEXPR_P (field))
4853 error ("%qD declared %<constexpr%> outside its class", field);
4856 else
4858 tree field = check_classfn (context, decl,
4859 this_tmpl
4860 ? current_template_parms
4861 : NULL_TREE);
4862 if (field && field != error_mark_node
4863 && duplicate_decls (decl, field,
4864 /*newdecl_is_friend=*/false))
4865 decl = field;
4868 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
4869 DECL_IN_AGGR_P (decl) = 0;
4870 /* Do not mark DECL as an explicit specialization if it was not
4871 already marked as an instantiation; a declaration should
4872 never be marked as a specialization unless we know what
4873 template is being specialized. */
4874 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl))
4876 SET_DECL_TEMPLATE_SPECIALIZATION (decl);
4877 if (TREE_CODE (decl) == FUNCTION_DECL)
4878 DECL_COMDAT (decl) = (TREE_PUBLIC (decl)
4879 && DECL_DECLARED_INLINE_P (decl));
4880 else
4881 DECL_COMDAT (decl) = false;
4883 /* [temp.expl.spec] An explicit specialization of a static data
4884 member of a template is a definition if the declaration
4885 includes an initializer; otherwise, it is a declaration.
4887 We check for processing_specialization so this only applies
4888 to the new specialization syntax. */
4889 if (!initialized && processing_specialization)
4890 DECL_EXTERNAL (decl) = 1;
4893 if (DECL_EXTERNAL (decl) && ! DECL_TEMPLATE_SPECIALIZATION (decl)
4894 /* Aliases are definitions. */
4895 && !alias)
4896 permerror (input_location, "declaration of %q#D outside of class is not definition",
4897 decl);
4900 was_public = TREE_PUBLIC (decl);
4902 /* Enter this declaration into the symbol table. Don't push the plain
4903 VAR_DECL for a variable template. */
4904 if (!template_parm_scope_p ()
4905 || TREE_CODE (decl) != VAR_DECL)
4906 decl = maybe_push_decl (decl);
4908 if (processing_template_decl)
4909 decl = push_template_decl (decl);
4910 if (decl == error_mark_node)
4911 return error_mark_node;
4913 if (VAR_P (decl)
4914 && DECL_NAMESPACE_SCOPE_P (decl) && !TREE_PUBLIC (decl) && !was_public
4915 && !DECL_THIS_STATIC (decl) && !DECL_ARTIFICIAL (decl))
4917 /* This is a const variable with implicit 'static'. Set
4918 DECL_THIS_STATIC so we can tell it from variables that are
4919 !TREE_PUBLIC because of the anonymous namespace. */
4920 gcc_assert (CP_TYPE_CONST_P (TREE_TYPE (decl)) || errorcount);
4921 DECL_THIS_STATIC (decl) = 1;
4924 if (current_function_decl && VAR_P (decl)
4925 && DECL_DECLARED_CONSTEXPR_P (current_function_decl))
4927 bool ok = false;
4928 if (DECL_THREAD_LOCAL_P (decl))
4929 error ("%qD declared %<thread_local%> in %<constexpr%> function",
4930 decl);
4931 else if (TREE_STATIC (decl))
4932 error ("%qD declared %<static%> in %<constexpr%> function", decl);
4933 else
4934 ok = true;
4935 if (!ok)
4936 cp_function_chain->invalid_constexpr = true;
4939 if (!processing_template_decl && VAR_P (decl))
4940 start_decl_1 (decl, initialized);
4942 return decl;
4945 /* Process the declaration of a variable DECL. INITIALIZED is true
4946 iff DECL is explicitly initialized. (INITIALIZED is false if the
4947 variable is initialized via an implicitly-called constructor.)
4948 This function must be called for ordinary variables (including, for
4949 example, implicit instantiations of templates), but must not be
4950 called for template declarations. */
4952 void
4953 start_decl_1 (tree decl, bool initialized)
4955 tree type;
4956 bool complete_p;
4957 bool aggregate_definition_p;
4959 gcc_assert (!processing_template_decl);
4961 if (error_operand_p (decl))
4962 return;
4964 gcc_assert (VAR_P (decl));
4966 type = TREE_TYPE (decl);
4967 complete_p = COMPLETE_TYPE_P (type);
4968 aggregate_definition_p = MAYBE_CLASS_TYPE_P (type) && !DECL_EXTERNAL (decl);
4970 /* If an explicit initializer is present, or if this is a definition
4971 of an aggregate, then we need a complete type at this point.
4972 (Scalars are always complete types, so there is nothing to
4973 check.) This code just sets COMPLETE_P; errors (if necessary)
4974 are issued below. */
4975 if ((initialized || aggregate_definition_p)
4976 && !complete_p
4977 && COMPLETE_TYPE_P (complete_type (type)))
4979 complete_p = true;
4980 /* We will not yet have set TREE_READONLY on DECL if the type
4981 was "const", but incomplete, before this point. But, now, we
4982 have a complete type, so we can try again. */
4983 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
4986 if (initialized)
4987 /* Is it valid for this decl to have an initializer at all? */
4989 /* Don't allow initializations for incomplete types except for
4990 arrays which might be completed by the initialization. */
4991 if (complete_p)
4992 ; /* A complete type is ok. */
4993 else if (type_uses_auto (type))
4994 ; /* An auto type is ok. */
4995 else if (TREE_CODE (type) != ARRAY_TYPE)
4997 error ("variable %q#D has initializer but incomplete type", decl);
4998 type = TREE_TYPE (decl) = error_mark_node;
5000 else if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type))))
5002 if (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl))
5003 error ("elements of array %q#D have incomplete type", decl);
5004 /* else we already gave an error in start_decl. */
5007 else if (aggregate_definition_p && !complete_p)
5009 if (type_uses_auto (type))
5010 error ("declaration of %q#D has no initializer", decl);
5011 else
5012 error ("aggregate %q#D has incomplete type and cannot be defined",
5013 decl);
5014 /* Change the type so that assemble_variable will give
5015 DECL an rtl we can live with: (mem (const_int 0)). */
5016 type = TREE_TYPE (decl) = error_mark_node;
5019 /* Create a new scope to hold this declaration if necessary.
5020 Whether or not a new scope is necessary cannot be determined
5021 until after the type has been completed; if the type is a
5022 specialization of a class template it is not until after
5023 instantiation has occurred that TYPE_HAS_NONTRIVIAL_DESTRUCTOR
5024 will be set correctly. */
5025 maybe_push_cleanup_level (type);
5028 /* Handle initialization of references. DECL, TYPE, and INIT have the
5029 same meaning as in cp_finish_decl. *CLEANUP must be NULL on entry,
5030 but will be set to a new CLEANUP_STMT if a temporary is created
5031 that must be destroyed subsequently.
5033 Returns an initializer expression to use to initialize DECL, or
5034 NULL if the initialization can be performed statically.
5036 Quotes on semantics can be found in ARM 8.4.3. */
5038 static tree
5039 grok_reference_init (tree decl, tree type, tree init, int flags)
5041 if (init == NULL_TREE)
5043 if ((DECL_LANG_SPECIFIC (decl) == 0
5044 || DECL_IN_AGGR_P (decl) == 0)
5045 && ! DECL_THIS_EXTERN (decl))
5046 error ("%qD declared as reference but not initialized", decl);
5047 return NULL_TREE;
5050 if (TREE_CODE (init) == TREE_LIST)
5051 init = build_x_compound_expr_from_list (init, ELK_INIT,
5052 tf_warning_or_error);
5054 tree ttype = TREE_TYPE (type);
5055 if (TREE_CODE (ttype) != ARRAY_TYPE
5056 && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE)
5057 /* Note: default conversion is only called in very special cases. */
5058 init = decay_conversion (init, tf_warning_or_error);
5060 /* check_initializer handles this for non-reference variables, but for
5061 references we need to do it here or the initializer will get the
5062 incomplete array type and confuse later calls to
5063 cp_complete_array_type. */
5064 if (TREE_CODE (ttype) == ARRAY_TYPE
5065 && TYPE_DOMAIN (ttype) == NULL_TREE
5066 && (BRACE_ENCLOSED_INITIALIZER_P (init)
5067 || TREE_CODE (init) == STRING_CST))
5069 cp_complete_array_type (&ttype, init, false);
5070 if (ttype != TREE_TYPE (type))
5071 type = cp_build_reference_type (ttype, TYPE_REF_IS_RVALUE (type));
5074 /* Convert INIT to the reference type TYPE. This may involve the
5075 creation of a temporary, whose lifetime must be the same as that
5076 of the reference. If so, a DECL_EXPR for the temporary will be
5077 added just after the DECL_EXPR for DECL. That's why we don't set
5078 DECL_INITIAL for local references (instead assigning to them
5079 explicitly); we need to allow the temporary to be initialized
5080 first. */
5081 return initialize_reference (type, init, flags,
5082 tf_warning_or_error);
5085 /* Designated initializers in arrays are not supported in GNU C++.
5086 The parser cannot detect this error since it does not know whether
5087 a given brace-enclosed initializer is for a class type or for an
5088 array. This function checks that CE does not use a designated
5089 initializer. If it does, an error is issued. Returns true if CE
5090 is valid, i.e., does not have a designated initializer. */
5092 static bool
5093 check_array_designated_initializer (constructor_elt *ce,
5094 unsigned HOST_WIDE_INT index)
5096 /* Designated initializers for array elements are not supported. */
5097 if (ce->index)
5099 /* The parser only allows identifiers as designated
5100 initializers. */
5101 if (ce->index == error_mark_node)
5103 error ("name used in a GNU-style designated "
5104 "initializer for an array");
5105 return false;
5107 else if (identifier_p (ce->index))
5109 error ("name %qD used in a GNU-style designated "
5110 "initializer for an array", ce->index);
5111 return false;
5114 tree ce_index = build_expr_type_conversion (WANT_INT | WANT_ENUM,
5115 ce->index, true);
5116 if (ce_index
5117 && INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (TREE_TYPE (ce_index))
5118 && (TREE_CODE (ce_index = maybe_constant_value (ce_index))
5119 == INTEGER_CST))
5121 /* A C99 designator is OK if it matches the current index. */
5122 if (wi::eq_p (ce_index, index))
5123 return true;
5124 else
5125 sorry ("non-trivial designated initializers not supported");
5127 else
5128 error ("C99 designator %qE is not an integral constant-expression",
5129 ce->index);
5131 return false;
5134 return true;
5137 /* When parsing `int a[] = {1, 2};' we don't know the size of the
5138 array until we finish parsing the initializer. If that's the
5139 situation we're in, update DECL accordingly. */
5141 static void
5142 maybe_deduce_size_from_array_init (tree decl, tree init)
5144 tree type = TREE_TYPE (decl);
5146 if (TREE_CODE (type) == ARRAY_TYPE
5147 && TYPE_DOMAIN (type) == NULL_TREE
5148 && TREE_CODE (decl) != TYPE_DECL)
5150 /* do_default is really a C-ism to deal with tentative definitions.
5151 But let's leave it here to ease the eventual merge. */
5152 int do_default = !DECL_EXTERNAL (decl);
5153 tree initializer = init ? init : DECL_INITIAL (decl);
5154 int failure = 0;
5156 /* Check that there are no designated initializers in INIT, as
5157 those are not supported in GNU C++, and as the middle-end
5158 will crash if presented with a non-numeric designated
5159 initializer. */
5160 if (initializer && BRACE_ENCLOSED_INITIALIZER_P (initializer))
5162 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (initializer);
5163 constructor_elt *ce;
5164 HOST_WIDE_INT i;
5165 FOR_EACH_VEC_SAFE_ELT (v, i, ce)
5166 if (!check_array_designated_initializer (ce, i))
5167 failure = 1;
5170 if (!failure)
5172 failure = cp_complete_array_type (&TREE_TYPE (decl), initializer,
5173 do_default);
5174 if (failure == 1)
5176 error ("initializer fails to determine size of %qD", decl);
5178 else if (failure == 2)
5180 if (do_default)
5182 error ("array size missing in %qD", decl);
5184 /* If a `static' var's size isn't known, make it extern as
5185 well as static, so it does not get allocated. If it's not
5186 `static', then don't mark it extern; finish_incomplete_decl
5187 will give it a default size and it will get allocated. */
5188 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
5189 DECL_EXTERNAL (decl) = 1;
5191 else if (failure == 3)
5193 error ("zero-size array %qD", decl);
5197 cp_apply_type_quals_to_decl (cp_type_quals (TREE_TYPE (decl)), decl);
5199 relayout_decl (decl);
5203 /* Set DECL_SIZE, DECL_ALIGN, etc. for DECL (a VAR_DECL), and issue
5204 any appropriate error messages regarding the layout. */
5206 static void
5207 layout_var_decl (tree decl)
5209 tree type;
5211 type = TREE_TYPE (decl);
5212 if (type == error_mark_node)
5213 return;
5215 /* If we haven't already laid out this declaration, do so now.
5216 Note that we must not call complete type for an external object
5217 because it's type might involve templates that we are not
5218 supposed to instantiate yet. (And it's perfectly valid to say
5219 `extern X x' for some incomplete type `X'.) */
5220 if (!DECL_EXTERNAL (decl))
5221 complete_type (type);
5222 if (!DECL_SIZE (decl)
5223 && TREE_TYPE (decl) != error_mark_node
5224 && (COMPLETE_TYPE_P (type)
5225 || (TREE_CODE (type) == ARRAY_TYPE
5226 && !TYPE_DOMAIN (type)
5227 && COMPLETE_TYPE_P (TREE_TYPE (type)))))
5228 layout_decl (decl, 0);
5230 if (!DECL_EXTERNAL (decl) && DECL_SIZE (decl) == NULL_TREE)
5232 /* An automatic variable with an incomplete type: that is an error.
5233 Don't talk about array types here, since we took care of that
5234 message in grokdeclarator. */
5235 error ("storage size of %qD isn%'t known", decl);
5236 TREE_TYPE (decl) = error_mark_node;
5238 #if 0
5239 /* Keep this code around in case we later want to control debug info
5240 based on whether a type is "used". (jason 1999-11-11) */
5242 else if (!DECL_EXTERNAL (decl) && MAYBE_CLASS_TYPE_P (ttype))
5243 /* Let debugger know it should output info for this type. */
5244 note_debug_info_needed (ttype);
5246 if (TREE_STATIC (decl) && DECL_CLASS_SCOPE_P (decl))
5247 note_debug_info_needed (DECL_CONTEXT (decl));
5248 #endif
5250 if ((DECL_EXTERNAL (decl) || TREE_STATIC (decl))
5251 && DECL_SIZE (decl) != NULL_TREE
5252 && ! TREE_CONSTANT (DECL_SIZE (decl)))
5254 if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST)
5255 constant_expression_warning (DECL_SIZE (decl));
5256 else
5258 error ("storage size of %qD isn%'t constant", decl);
5259 TREE_TYPE (decl) = error_mark_node;
5264 /* If a local static variable is declared in an inline function, or if
5265 we have a weak definition, we must endeavor to create only one
5266 instance of the variable at link-time. */
5268 void
5269 maybe_commonize_var (tree decl)
5271 /* Static data in a function with comdat linkage also has comdat
5272 linkage. */
5273 if (TREE_STATIC (decl)
5274 /* Don't mess with __FUNCTION__. */
5275 && ! DECL_ARTIFICIAL (decl)
5276 && DECL_FUNCTION_SCOPE_P (decl)
5277 && vague_linkage_p (DECL_CONTEXT (decl)))
5279 if (flag_weak)
5281 /* With weak symbols, we simply make the variable COMDAT;
5282 that will cause copies in multiple translations units to
5283 be merged. */
5284 comdat_linkage (decl);
5286 else
5288 if (DECL_INITIAL (decl) == NULL_TREE
5289 || DECL_INITIAL (decl) == error_mark_node)
5291 /* Without weak symbols, we can use COMMON to merge
5292 uninitialized variables. */
5293 TREE_PUBLIC (decl) = 1;
5294 DECL_COMMON (decl) = 1;
5296 else
5298 /* While for initialized variables, we must use internal
5299 linkage -- which means that multiple copies will not
5300 be merged. */
5301 TREE_PUBLIC (decl) = 0;
5302 DECL_COMMON (decl) = 0;
5303 if (warning_at (DECL_SOURCE_LOCATION (decl), 0,
5304 "sorry: semantics of inline function static "
5305 "data %q#D are wrong (you%'ll wind up "
5306 "with multiple copies)", decl))
5307 inform (DECL_SOURCE_LOCATION (decl),
5308 "you can work around this by removing the initializer");
5314 /* Issue an error message if DECL is an uninitialized const variable. */
5316 static void
5317 check_for_uninitialized_const_var (tree decl)
5319 tree type = strip_array_types (TREE_TYPE (decl));
5321 /* ``Unless explicitly declared extern, a const object does not have
5322 external linkage and must be initialized. ($8.4; $12.1)'' ARM
5323 7.1.6 */
5324 if (VAR_P (decl)
5325 && TREE_CODE (type) != REFERENCE_TYPE
5326 && (CP_TYPE_CONST_P (type) || var_in_constexpr_fn (decl))
5327 && !DECL_INITIAL (decl))
5329 tree field = default_init_uninitialized_part (type);
5330 if (!field)
5331 return;
5333 if (CP_TYPE_CONST_P (type))
5334 permerror (DECL_SOURCE_LOCATION (decl),
5335 "uninitialized const %qD", decl);
5336 else
5338 error_at (DECL_SOURCE_LOCATION (decl),
5339 "uninitialized variable %qD in %<constexpr%> function",
5340 decl);
5341 cp_function_chain->invalid_constexpr = true;
5344 if (CLASS_TYPE_P (type))
5346 tree defaulted_ctor;
5348 inform (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (type)),
5349 "%q#T has no user-provided default constructor", type);
5350 defaulted_ctor = in_class_defaulted_default_constructor (type);
5351 if (defaulted_ctor)
5352 inform (DECL_SOURCE_LOCATION (defaulted_ctor),
5353 "constructor is not user-provided because it is "
5354 "explicitly defaulted in the class body");
5355 inform (0, "and the implicitly-defined constructor does not "
5356 "initialize %q+#D", field);
5361 /* Structure holding the current initializer being processed by reshape_init.
5362 CUR is a pointer to the current element being processed, END is a pointer
5363 after the last element present in the initializer. */
5364 typedef struct reshape_iterator_t
5366 constructor_elt *cur;
5367 constructor_elt *end;
5368 } reshape_iter;
5370 static tree reshape_init_r (tree, reshape_iter *, bool, tsubst_flags_t);
5372 /* FIELD is a FIELD_DECL or NULL. In the former case, the value
5373 returned is the next FIELD_DECL (possibly FIELD itself) that can be
5374 initialized. If there are no more such fields, the return value
5375 will be NULL. */
5377 tree
5378 next_initializable_field (tree field)
5380 while (field
5381 && (TREE_CODE (field) != FIELD_DECL
5382 || (DECL_C_BIT_FIELD (field) && !DECL_NAME (field))
5383 || DECL_ARTIFICIAL (field)))
5384 field = DECL_CHAIN (field);
5386 return field;
5389 /* Subroutine of reshape_init_array and reshape_init_vector, which does
5390 the actual work. ELT_TYPE is the element type of the array. MAX_INDEX is an
5391 INTEGER_CST representing the size of the array minus one (the maximum index),
5392 or NULL_TREE if the array was declared without specifying the size. D is
5393 the iterator within the constructor. */
5395 static tree
5396 reshape_init_array_1 (tree elt_type, tree max_index, reshape_iter *d,
5397 tsubst_flags_t complain)
5399 tree new_init;
5400 bool sized_array_p = (max_index && TREE_CONSTANT (max_index));
5401 unsigned HOST_WIDE_INT max_index_cst = 0;
5402 unsigned HOST_WIDE_INT index;
5404 /* The initializer for an array is always a CONSTRUCTOR. */
5405 new_init = build_constructor (init_list_type_node, NULL);
5407 if (sized_array_p)
5409 /* Minus 1 is used for zero sized arrays. */
5410 if (integer_all_onesp (max_index))
5411 return new_init;
5413 if (tree_fits_uhwi_p (max_index))
5414 max_index_cst = tree_to_uhwi (max_index);
5415 /* sizetype is sign extended, not zero extended. */
5416 else
5417 max_index_cst = tree_to_uhwi (fold_convert (size_type_node, max_index));
5420 /* Loop until there are no more initializers. */
5421 for (index = 0;
5422 d->cur != d->end && (!sized_array_p || index <= max_index_cst);
5423 ++index)
5425 tree elt_init;
5426 constructor_elt *old_cur = d->cur;
5428 check_array_designated_initializer (d->cur, index);
5429 elt_init = reshape_init_r (elt_type, d, /*first_initializer_p=*/false,
5430 complain);
5431 if (elt_init == error_mark_node)
5432 return error_mark_node;
5433 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init),
5434 size_int (index), elt_init);
5435 if (!TREE_CONSTANT (elt_init))
5436 TREE_CONSTANT (new_init) = false;
5438 /* This can happen with an invalid initializer (c++/54501). */
5439 if (d->cur == old_cur && !sized_array_p)
5440 break;
5443 return new_init;
5446 /* Subroutine of reshape_init_r, processes the initializers for arrays.
5447 Parameters are the same of reshape_init_r. */
5449 static tree
5450 reshape_init_array (tree type, reshape_iter *d, tsubst_flags_t complain)
5452 tree max_index = NULL_TREE;
5454 gcc_assert (TREE_CODE (type) == ARRAY_TYPE);
5456 if (TYPE_DOMAIN (type))
5457 max_index = array_type_nelts (type);
5459 return reshape_init_array_1 (TREE_TYPE (type), max_index, d, complain);
5462 /* Subroutine of reshape_init_r, processes the initializers for vectors.
5463 Parameters are the same of reshape_init_r. */
5465 static tree
5466 reshape_init_vector (tree type, reshape_iter *d, tsubst_flags_t complain)
5468 tree max_index = NULL_TREE;
5470 gcc_assert (TREE_CODE (type) == VECTOR_TYPE);
5472 if (COMPOUND_LITERAL_P (d->cur->value))
5474 tree value = d->cur->value;
5475 if (!same_type_p (TREE_TYPE (value), type))
5477 if (complain & tf_error)
5478 error ("invalid type %qT as initializer for a vector of type %qT",
5479 TREE_TYPE (d->cur->value), type);
5480 value = error_mark_node;
5482 ++d->cur;
5483 return value;
5486 /* For a vector, we initialize it as an array of the appropriate size. */
5487 if (TREE_CODE (type) == VECTOR_TYPE)
5488 max_index = size_int (TYPE_VECTOR_SUBPARTS (type) - 1);
5490 return reshape_init_array_1 (TREE_TYPE (type), max_index, d, complain);
5493 /* Subroutine of reshape_init_r, processes the initializers for classes
5494 or union. Parameters are the same of reshape_init_r. */
5496 static tree
5497 reshape_init_class (tree type, reshape_iter *d, bool first_initializer_p,
5498 tsubst_flags_t complain)
5500 tree field;
5501 tree new_init;
5503 gcc_assert (CLASS_TYPE_P (type));
5505 /* The initializer for a class is always a CONSTRUCTOR. */
5506 new_init = build_constructor (init_list_type_node, NULL);
5507 field = next_initializable_field (TYPE_FIELDS (type));
5509 if (!field)
5511 /* [dcl.init.aggr]
5513 An initializer for an aggregate member that is an
5514 empty class shall have the form of an empty
5515 initializer-list {}. */
5516 if (!first_initializer_p)
5518 if (complain & tf_error)
5519 error ("initializer for %qT must be brace-enclosed", type);
5520 return error_mark_node;
5522 return new_init;
5525 /* Loop through the initializable fields, gathering initializers. */
5526 while (d->cur != d->end)
5528 tree field_init;
5529 constructor_elt *old_cur = d->cur;
5531 /* Handle designated initializers, as an extension. */
5532 if (d->cur->index)
5534 if (d->cur->index == error_mark_node)
5535 return error_mark_node;
5537 if (TREE_CODE (d->cur->index) == FIELD_DECL)
5538 /* We already reshaped this. */
5539 gcc_assert (d->cur->index == field);
5540 else if (TREE_CODE (d->cur->index) == IDENTIFIER_NODE)
5541 field = lookup_field_1 (type, d->cur->index, /*want_type=*/false);
5542 else
5544 if (complain & tf_error)
5545 error ("%<[%E] =%> used in a GNU-style designated initializer"
5546 " for class %qT", d->cur->index, type);
5547 return error_mark_node;
5550 if (!field || TREE_CODE (field) != FIELD_DECL)
5552 if (complain & tf_error)
5553 error ("%qT has no non-static data member named %qD", type,
5554 d->cur->index);
5555 return error_mark_node;
5559 /* If we processed all the member of the class, we are done. */
5560 if (!field)
5561 break;
5563 field_init = reshape_init_r (TREE_TYPE (field), d,
5564 /*first_initializer_p=*/false, complain);
5565 if (field_init == error_mark_node)
5566 return error_mark_node;
5568 if (d->cur == old_cur && d->cur->index)
5570 /* This can happen with an invalid initializer for a flexible
5571 array member (c++/54441). */
5572 if (complain & tf_error)
5573 error ("invalid initializer for %q#D", field);
5574 return error_mark_node;
5577 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), field, field_init);
5579 /* [dcl.init.aggr]
5581 When a union is initialized with a brace-enclosed
5582 initializer, the braces shall only contain an
5583 initializer for the first member of the union. */
5584 if (TREE_CODE (type) == UNION_TYPE)
5585 break;
5587 field = next_initializable_field (DECL_CHAIN (field));
5590 return new_init;
5593 /* Subroutine of reshape_init_r. We're in a context where C99 initializer
5594 designators are not valid; either complain or return true to indicate
5595 that reshape_init_r should return error_mark_node. */
5597 static bool
5598 has_designator_problem (reshape_iter *d, tsubst_flags_t complain)
5600 if (d->cur->index)
5602 if (complain & tf_error)
5603 error ("C99 designator %qE outside aggregate initializer",
5604 d->cur->index);
5605 else
5606 return true;
5608 return false;
5611 /* Subroutine of reshape_init, which processes a single initializer (part of
5612 a CONSTRUCTOR). TYPE is the type of the variable being initialized, D is the
5613 iterator within the CONSTRUCTOR which points to the initializer to process.
5614 FIRST_INITIALIZER_P is true if this is the first initializer of the
5615 outermost CONSTRUCTOR node. */
5617 static tree
5618 reshape_init_r (tree type, reshape_iter *d, bool first_initializer_p,
5619 tsubst_flags_t complain)
5621 tree init = d->cur->value;
5623 if (error_operand_p (init))
5624 return error_mark_node;
5626 if (first_initializer_p && !CP_AGGREGATE_TYPE_P (type)
5627 && has_designator_problem (d, complain))
5628 return error_mark_node;
5630 if (TREE_CODE (type) == COMPLEX_TYPE)
5632 /* A complex type can be initialized from one or two initializers,
5633 but braces are not elided. */
5634 d->cur++;
5635 if (BRACE_ENCLOSED_INITIALIZER_P (init))
5637 if (CONSTRUCTOR_NELTS (init) > 2)
5639 if (complain & tf_error)
5640 error ("too many initializers for %qT", type);
5641 else
5642 return error_mark_node;
5645 else if (first_initializer_p && d->cur != d->end)
5647 vec<constructor_elt, va_gc> *v = 0;
5648 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, init);
5649 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, d->cur->value);
5650 if (has_designator_problem (d, complain))
5651 return error_mark_node;
5652 d->cur++;
5653 init = build_constructor (init_list_type_node, v);
5655 return init;
5658 /* A non-aggregate type is always initialized with a single
5659 initializer. */
5660 if (!CP_AGGREGATE_TYPE_P (type))
5662 /* It is invalid to initialize a non-aggregate type with a
5663 brace-enclosed initializer before C++0x.
5664 We need to check for BRACE_ENCLOSED_INITIALIZER_P here because
5665 of g++.old-deja/g++.mike/p7626.C: a pointer-to-member constant is
5666 a CONSTRUCTOR (with a record type). */
5667 if (TREE_CODE (init) == CONSTRUCTOR
5668 /* Don't complain about a capture-init. */
5669 && !CONSTRUCTOR_IS_DIRECT_INIT (init)
5670 && BRACE_ENCLOSED_INITIALIZER_P (init)) /* p7626.C */
5672 if (SCALAR_TYPE_P (type))
5674 if (cxx_dialect < cxx11
5675 /* Isn't value-initialization. */
5676 || CONSTRUCTOR_NELTS (init) > 0)
5678 if (complain & tf_error)
5679 error ("braces around scalar initializer for type %qT",
5680 type);
5681 init = error_mark_node;
5684 else
5685 maybe_warn_cpp0x (CPP0X_INITIALIZER_LISTS);
5688 d->cur++;
5689 return init;
5692 /* "If T is a class type and the initializer list has a single element of
5693 type cv U, where U is T or a class derived from T, the object is
5694 initialized from that element." Even if T is an aggregate. */
5695 if (cxx_dialect >= cxx11 && (CLASS_TYPE_P (type) || VECTOR_TYPE_P (type))
5696 && first_initializer_p
5697 && d->end - d->cur == 1
5698 && reference_related_p (type, TREE_TYPE (init)))
5700 d->cur++;
5701 return init;
5704 /* [dcl.init.aggr]
5706 All implicit type conversions (clause _conv_) are considered when
5707 initializing the aggregate member with an initializer from an
5708 initializer-list. If the initializer can initialize a member,
5709 the member is initialized. Otherwise, if the member is itself a
5710 non-empty subaggregate, brace elision is assumed and the
5711 initializer is considered for the initialization of the first
5712 member of the subaggregate. */
5713 if (TREE_CODE (init) != CONSTRUCTOR
5714 /* But don't try this for the first initializer, since that would be
5715 looking through the outermost braces; A a2 = { a1 }; is not a
5716 valid aggregate initialization. */
5717 && !first_initializer_p
5718 && (same_type_ignoring_top_level_qualifiers_p (type, TREE_TYPE (init))
5719 || can_convert_arg (type, TREE_TYPE (init), init, LOOKUP_NORMAL,
5720 complain)))
5722 d->cur++;
5723 return init;
5726 /* [dcl.init.string]
5728 A char array (whether plain char, signed char, or unsigned char)
5729 can be initialized by a string-literal (optionally enclosed in
5730 braces); a wchar_t array can be initialized by a wide
5731 string-literal (optionally enclosed in braces). */
5732 if (TREE_CODE (type) == ARRAY_TYPE
5733 && char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (type))))
5735 tree str_init = init;
5737 /* Strip one level of braces if and only if they enclose a single
5738 element (as allowed by [dcl.init.string]). */
5739 if (!first_initializer_p
5740 && TREE_CODE (str_init) == CONSTRUCTOR
5741 && vec_safe_length (CONSTRUCTOR_ELTS (str_init)) == 1)
5743 str_init = (*CONSTRUCTOR_ELTS (str_init))[0].value;
5746 /* If it's a string literal, then it's the initializer for the array
5747 as a whole. Otherwise, continue with normal initialization for
5748 array types (one value per array element). */
5749 if (TREE_CODE (str_init) == STRING_CST)
5751 if (has_designator_problem (d, complain))
5752 return error_mark_node;
5753 d->cur++;
5754 return str_init;
5758 /* The following cases are about aggregates. If we are not within a full
5759 initializer already, and there is not a CONSTRUCTOR, it means that there
5760 is a missing set of braces (that is, we are processing the case for
5761 which reshape_init exists). */
5762 if (!first_initializer_p)
5764 if (TREE_CODE (init) == CONSTRUCTOR)
5766 if (TREE_TYPE (init) && TYPE_PTRMEMFUNC_P (TREE_TYPE (init)))
5767 /* There is no need to reshape pointer-to-member function
5768 initializers, as they are always constructed correctly
5769 by the front end. */
5771 else if (COMPOUND_LITERAL_P (init))
5772 /* For a nested compound literal, there is no need to reshape since
5773 brace elision is not allowed. Even if we decided to allow it,
5774 we should add a call to reshape_init in finish_compound_literal,
5775 before calling digest_init, so changing this code would still
5776 not be necessary. */
5777 gcc_assert (!BRACE_ENCLOSED_INITIALIZER_P (init));
5778 else
5780 ++d->cur;
5781 gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
5782 return reshape_init (type, init, complain);
5786 warning (OPT_Wmissing_braces, "missing braces around initializer for %qT",
5787 type);
5790 /* Dispatch to specialized routines. */
5791 if (CLASS_TYPE_P (type))
5792 return reshape_init_class (type, d, first_initializer_p, complain);
5793 else if (TREE_CODE (type) == ARRAY_TYPE)
5794 return reshape_init_array (type, d, complain);
5795 else if (TREE_CODE (type) == VECTOR_TYPE)
5796 return reshape_init_vector (type, d, complain);
5797 else
5798 gcc_unreachable();
5801 /* Undo the brace-elision allowed by [dcl.init.aggr] in a
5802 brace-enclosed aggregate initializer.
5804 INIT is the CONSTRUCTOR containing the list of initializers describing
5805 a brace-enclosed initializer for an entity of the indicated aggregate TYPE.
5806 It may not presently match the shape of the TYPE; for example:
5808 struct S { int a; int b; };
5809 struct S a[] = { 1, 2, 3, 4 };
5811 Here INIT will hold a vector of four elements, rather than a
5812 vector of two elements, each itself a vector of two elements. This
5813 routine transforms INIT from the former form into the latter. The
5814 revised CONSTRUCTOR node is returned. */
5816 tree
5817 reshape_init (tree type, tree init, tsubst_flags_t complain)
5819 vec<constructor_elt, va_gc> *v;
5820 reshape_iter d;
5821 tree new_init;
5823 gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
5825 v = CONSTRUCTOR_ELTS (init);
5827 /* An empty constructor does not need reshaping, and it is always a valid
5828 initializer. */
5829 if (vec_safe_is_empty (v))
5830 return init;
5832 /* Recurse on this CONSTRUCTOR. */
5833 d.cur = &(*v)[0];
5834 d.end = d.cur + v->length ();
5836 new_init = reshape_init_r (type, &d, true, complain);
5837 if (new_init == error_mark_node)
5838 return error_mark_node;
5840 /* Make sure all the element of the constructor were used. Otherwise,
5841 issue an error about exceeding initializers. */
5842 if (d.cur != d.end)
5844 if (complain & tf_error)
5845 error ("too many initializers for %qT", type);
5846 else
5847 return error_mark_node;
5850 return new_init;
5853 /* Verify array initializer. Returns true if errors have been reported. */
5855 bool
5856 check_array_initializer (tree decl, tree type, tree init)
5858 tree element_type = TREE_TYPE (type);
5860 /* The array type itself need not be complete, because the
5861 initializer may tell us how many elements are in the array.
5862 But, the elements of the array must be complete. */
5863 if (!COMPLETE_TYPE_P (complete_type (element_type)))
5865 if (decl)
5866 error ("elements of array %q#D have incomplete type", decl);
5867 else
5868 error ("elements of array %q#T have incomplete type", type);
5869 return true;
5871 /* A compound literal can't have variable size. */
5872 if (init && !decl
5873 && ((COMPLETE_TYPE_P (type) && !TREE_CONSTANT (TYPE_SIZE (type)))
5874 || !TREE_CONSTANT (TYPE_SIZE (element_type))))
5876 error ("variable-sized compound literal");
5877 return true;
5879 return false;
5882 /* Subroutine of check_initializer; args are passed down from that function.
5883 Set stmts_are_full_exprs_p to 1 across a call to build_aggr_init. */
5885 static tree
5886 build_aggr_init_full_exprs (tree decl, tree init, int flags)
5889 gcc_assert (stmts_are_full_exprs_p ());
5890 return build_aggr_init (decl, init, flags, tf_warning_or_error);
5893 /* Verify INIT (the initializer for DECL), and record the
5894 initialization in DECL_INITIAL, if appropriate. CLEANUP is as for
5895 grok_reference_init.
5897 If the return value is non-NULL, it is an expression that must be
5898 evaluated dynamically to initialize DECL. */
5900 static tree
5901 check_initializer (tree decl, tree init, int flags, vec<tree, va_gc> **cleanups)
5903 tree type = TREE_TYPE (decl);
5904 tree init_code = NULL;
5905 tree core_type;
5907 /* Things that are going to be initialized need to have complete
5908 type. */
5909 TREE_TYPE (decl) = type = complete_type (TREE_TYPE (decl));
5911 if (DECL_HAS_VALUE_EXPR_P (decl))
5913 /* A variable with DECL_HAS_VALUE_EXPR_P set is just a placeholder,
5914 it doesn't have storage to be initialized. */
5915 gcc_assert (init == NULL_TREE);
5916 return NULL_TREE;
5919 if (type == error_mark_node)
5920 /* We will have already complained. */
5921 return NULL_TREE;
5923 if (TREE_CODE (type) == ARRAY_TYPE)
5925 if (check_array_initializer (decl, type, init))
5926 return NULL_TREE;
5928 else if (!COMPLETE_TYPE_P (type))
5930 error ("%q#D has incomplete type", decl);
5931 TREE_TYPE (decl) = error_mark_node;
5932 return NULL_TREE;
5934 else
5935 /* There is no way to make a variable-sized class type in GNU C++. */
5936 gcc_assert (TREE_CONSTANT (TYPE_SIZE (type)));
5938 if (init && BRACE_ENCLOSED_INITIALIZER_P (init))
5940 int init_len = vec_safe_length (CONSTRUCTOR_ELTS (init));
5941 if (SCALAR_TYPE_P (type))
5943 if (init_len == 0)
5945 maybe_warn_cpp0x (CPP0X_INITIALIZER_LISTS);
5946 init = build_zero_init (type, NULL_TREE, false);
5948 else if (init_len != 1 && TREE_CODE (type) != COMPLEX_TYPE)
5950 error ("scalar object %qD requires one element in initializer",
5951 decl);
5952 TREE_TYPE (decl) = error_mark_node;
5953 return NULL_TREE;
5958 if (TREE_CODE (decl) == CONST_DECL)
5960 gcc_assert (TREE_CODE (type) != REFERENCE_TYPE);
5962 DECL_INITIAL (decl) = init;
5964 gcc_assert (init != NULL_TREE);
5965 init = NULL_TREE;
5967 else if (!init && DECL_REALLY_EXTERN (decl))
5969 else if (init || type_build_ctor_call (type)
5970 || TREE_CODE (type) == REFERENCE_TYPE)
5972 if (TREE_CODE (type) == REFERENCE_TYPE)
5974 init = grok_reference_init (decl, type, init, flags);
5975 flags |= LOOKUP_ALREADY_DIGESTED;
5977 else if (!init)
5978 check_for_uninitialized_const_var (decl);
5979 /* Do not reshape constructors of vectors (they don't need to be
5980 reshaped. */
5981 else if (BRACE_ENCLOSED_INITIALIZER_P (init))
5983 if (is_std_init_list (type))
5985 init = perform_implicit_conversion (type, init,
5986 tf_warning_or_error);
5987 flags |= LOOKUP_ALREADY_DIGESTED;
5989 else if (TYPE_NON_AGGREGATE_CLASS (type))
5991 /* Don't reshape if the class has constructors. */
5992 if (cxx_dialect == cxx98)
5993 error ("in C++98 %qD must be initialized by constructor, "
5994 "not by %<{...}%>",
5995 decl);
5997 else if (TREE_CODE (type) == VECTOR_TYPE && TYPE_VECTOR_OPAQUE (type))
5999 error ("opaque vector types cannot be initialized");
6000 init = error_mark_node;
6002 else
6004 init = reshape_init (type, init, tf_warning_or_error);
6005 flags |= LOOKUP_NO_NARROWING;
6008 else if (TREE_CODE (init) == TREE_LIST
6009 && TREE_TYPE (init) != unknown_type_node
6010 && !MAYBE_CLASS_TYPE_P (type))
6012 gcc_assert (TREE_CODE (decl) != RESULT_DECL);
6014 /* We get here with code like `int a (2);' */
6015 init = build_x_compound_expr_from_list (init, ELK_INIT,
6016 tf_warning_or_error);
6019 /* If DECL has an array type without a specific bound, deduce the
6020 array size from the initializer. */
6021 maybe_deduce_size_from_array_init (decl, init);
6022 type = TREE_TYPE (decl);
6023 if (type == error_mark_node)
6024 return NULL_TREE;
6026 if ((type_build_ctor_call (type) || CLASS_TYPE_P (type))
6027 && !(flags & LOOKUP_ALREADY_DIGESTED)
6028 && !(init && BRACE_ENCLOSED_INITIALIZER_P (init)
6029 && CP_AGGREGATE_TYPE_P (type)
6030 && (CLASS_TYPE_P (type)
6031 || !TYPE_NEEDS_CONSTRUCTING (type)
6032 || type_has_extended_temps (type))))
6034 init_code = build_aggr_init_full_exprs (decl, init, flags);
6036 /* A constructor call is a non-trivial initializer even if
6037 it isn't explicitly written. */
6038 if (TREE_SIDE_EFFECTS (init_code))
6039 DECL_NONTRIVIALLY_INITIALIZED_P (decl) = true;
6041 /* If this is a constexpr initializer, expand_default_init will
6042 have returned an INIT_EXPR rather than a CALL_EXPR. In that
6043 case, pull the initializer back out and pass it down into
6044 store_init_value. */
6045 while (TREE_CODE (init_code) == EXPR_STMT
6046 || TREE_CODE (init_code) == CONVERT_EXPR)
6047 init_code = TREE_OPERAND (init_code, 0);
6048 if (TREE_CODE (init_code) == INIT_EXPR)
6050 init = TREE_OPERAND (init_code, 1);
6051 init_code = NULL_TREE;
6052 /* Don't call digest_init; it's unnecessary and will complain
6053 about aggregate initialization of non-aggregate classes. */
6054 flags |= LOOKUP_ALREADY_DIGESTED;
6056 else if (DECL_DECLARED_CONSTEXPR_P (decl))
6058 /* Declared constexpr, but no suitable initializer; massage
6059 init appropriately so we can pass it into store_init_value
6060 for the error. */
6061 if (CLASS_TYPE_P (type)
6062 && (!init || TREE_CODE (init) == TREE_LIST))
6064 init = build_functional_cast (type, init, tf_none);
6065 if (TREE_CODE (init) == TARGET_EXPR)
6066 TARGET_EXPR_DIRECT_INIT_P (init) = true;
6068 init_code = NULL_TREE;
6070 else
6071 init = NULL_TREE;
6074 if (init && TREE_CODE (init) != TREE_VEC)
6076 /* In aggregate initialization of a variable, each element
6077 initialization is a full-expression because there is no
6078 enclosing expression. */
6079 gcc_assert (stmts_are_full_exprs_p ());
6081 init_code = store_init_value (decl, init, cleanups, flags);
6083 if (pedantic && TREE_CODE (type) == ARRAY_TYPE
6084 && DECL_INITIAL (decl)
6085 && TREE_CODE (DECL_INITIAL (decl)) == STRING_CST
6086 && PAREN_STRING_LITERAL_P (DECL_INITIAL (decl)))
6087 warning (0, "array %qD initialized by parenthesized string literal %qE",
6088 decl, DECL_INITIAL (decl));
6089 init = NULL;
6092 else
6094 if (CLASS_TYPE_P (core_type = strip_array_types (type))
6095 && (CLASSTYPE_READONLY_FIELDS_NEED_INIT (core_type)
6096 || CLASSTYPE_REF_FIELDS_NEED_INIT (core_type)))
6097 diagnose_uninitialized_cst_or_ref_member (core_type, /*using_new=*/false,
6098 /*complain=*/true);
6100 check_for_uninitialized_const_var (decl);
6103 if (init && init != error_mark_node)
6104 init_code = build2 (INIT_EXPR, type, decl, init);
6106 if (init_code)
6108 /* We might have set these in cp_finish_decl. */
6109 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = false;
6110 TREE_CONSTANT (decl) = false;
6113 if (init_code && DECL_IN_AGGR_P (decl))
6115 static int explained = 0;
6117 if (cxx_dialect < cxx11)
6118 error ("initializer invalid for static member with constructor");
6119 else
6120 error ("non-constant in-class initialization invalid for static "
6121 "member %qD", decl);
6122 if (!explained)
6124 inform (input_location,
6125 "(an out of class initialization is required)");
6126 explained = 1;
6128 return NULL_TREE;
6131 return init_code;
6134 /* If DECL is not a local variable, give it RTL. */
6136 static void
6137 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec)
6139 int toplev = toplevel_bindings_p ();
6140 int defer_p;
6142 /* Set the DECL_ASSEMBLER_NAME for the object. */
6143 if (asmspec)
6145 /* The `register' keyword, when used together with an
6146 asm-specification, indicates that the variable should be
6147 placed in a particular register. */
6148 if (VAR_P (decl) && DECL_REGISTER (decl))
6150 set_user_assembler_name (decl, asmspec);
6151 DECL_HARD_REGISTER (decl) = 1;
6153 else
6155 if (TREE_CODE (decl) == FUNCTION_DECL
6156 && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
6157 set_builtin_user_assembler_name (decl, asmspec);
6158 set_user_assembler_name (decl, asmspec);
6162 /* Handle non-variables up front. */
6163 if (!VAR_P (decl))
6165 rest_of_decl_compilation (decl, toplev, at_eof);
6166 return;
6169 /* If we see a class member here, it should be a static data
6170 member. */
6171 if (DECL_LANG_SPECIFIC (decl) && DECL_IN_AGGR_P (decl))
6173 gcc_assert (TREE_STATIC (decl));
6174 /* An in-class declaration of a static data member should be
6175 external; it is only a declaration, and not a definition. */
6176 if (init == NULL_TREE)
6177 gcc_assert (DECL_EXTERNAL (decl) || !TREE_PUBLIC (decl));
6180 /* We don't create any RTL for local variables. */
6181 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
6182 return;
6184 /* We defer emission of local statics until the corresponding
6185 DECL_EXPR is expanded. */
6186 defer_p = DECL_FUNCTION_SCOPE_P (decl) || DECL_VIRTUAL_P (decl);
6188 /* Defer template instantiations. */
6189 if (DECL_LANG_SPECIFIC (decl)
6190 && DECL_IMPLICIT_INSTANTIATION (decl))
6191 defer_p = 1;
6193 /* If we're not deferring, go ahead and assemble the variable. */
6194 if (!defer_p)
6195 rest_of_decl_compilation (decl, toplev, at_eof);
6198 /* walk_tree helper for wrap_temporary_cleanups, below. */
6200 static tree
6201 wrap_cleanups_r (tree *stmt_p, int *walk_subtrees, void *data)
6203 /* Stop at types or full-expression boundaries. */
6204 if (TYPE_P (*stmt_p)
6205 || TREE_CODE (*stmt_p) == CLEANUP_POINT_EXPR)
6207 *walk_subtrees = 0;
6208 return NULL_TREE;
6211 if (TREE_CODE (*stmt_p) == TARGET_EXPR)
6213 tree guard = (tree)data;
6214 tree tcleanup = TARGET_EXPR_CLEANUP (*stmt_p);
6216 tcleanup = build2 (TRY_CATCH_EXPR, void_type_node, tcleanup, guard);
6217 /* Tell honor_protect_cleanup_actions to handle this as a separate
6218 cleanup. */
6219 TRY_CATCH_IS_CLEANUP (tcleanup) = 1;
6221 TARGET_EXPR_CLEANUP (*stmt_p) = tcleanup;
6224 return NULL_TREE;
6227 /* We're initializing a local variable which has a cleanup GUARD. If there
6228 are any temporaries used in the initializer INIT of this variable, we
6229 need to wrap their cleanups with TRY_CATCH_EXPR (, GUARD) so that the
6230 variable will be cleaned up properly if one of them throws.
6232 Unfortunately, there's no way to express this properly in terms of
6233 nesting, as the regions for the temporaries overlap the region for the
6234 variable itself; if there are two temporaries, the variable needs to be
6235 the first thing destroyed if either of them throws. However, we only
6236 want to run the variable's cleanup if it actually got constructed. So
6237 we need to guard the temporary cleanups with the variable's cleanup if
6238 they are run on the normal path, but not if they are run on the
6239 exceptional path. We implement this by telling
6240 honor_protect_cleanup_actions to strip the variable cleanup from the
6241 exceptional path. */
6243 static void
6244 wrap_temporary_cleanups (tree init, tree guard)
6246 cp_walk_tree_without_duplicates (&init, wrap_cleanups_r, (void *)guard);
6249 /* Generate code to initialize DECL (a local variable). */
6251 static void
6252 initialize_local_var (tree decl, tree init)
6254 tree type = TREE_TYPE (decl);
6255 tree cleanup;
6256 int already_used;
6258 gcc_assert (VAR_P (decl)
6259 || TREE_CODE (decl) == RESULT_DECL);
6260 gcc_assert (!TREE_STATIC (decl));
6262 if (DECL_SIZE (decl) == NULL_TREE)
6264 /* If we used it already as memory, it must stay in memory. */
6265 DECL_INITIAL (decl) = NULL_TREE;
6266 TREE_ADDRESSABLE (decl) = TREE_USED (decl);
6267 return;
6270 if (type == error_mark_node)
6271 return;
6273 /* Compute and store the initial value. */
6274 already_used = TREE_USED (decl) || TREE_USED (type);
6275 if (TREE_USED (type))
6276 DECL_READ_P (decl) = 1;
6278 /* Generate a cleanup, if necessary. */
6279 cleanup = cxx_maybe_build_cleanup (decl, tf_warning_or_error);
6281 /* Perform the initialization. */
6282 if (init)
6284 tree rinit = (TREE_CODE (init) == INIT_EXPR
6285 ? TREE_OPERAND (init, 1) : NULL_TREE);
6286 if (rinit && !TREE_SIDE_EFFECTS (rinit))
6288 /* Stick simple initializers in DECL_INITIAL so that
6289 -Wno-init-self works (c++/34772). */
6290 gcc_assert (TREE_OPERAND (init, 0) == decl);
6291 DECL_INITIAL (decl) = rinit;
6293 if (warn_init_self && TREE_CODE (type) == REFERENCE_TYPE)
6295 STRIP_NOPS (rinit);
6296 if (rinit == decl)
6297 warning_at (DECL_SOURCE_LOCATION (decl),
6298 OPT_Winit_self,
6299 "reference %qD is initialized with itself", decl);
6302 else
6304 int saved_stmts_are_full_exprs_p;
6306 /* If we're only initializing a single object, guard the
6307 destructors of any temporaries used in its initializer with
6308 its destructor. This isn't right for arrays because each
6309 element initialization is a full-expression. */
6310 if (cleanup && TREE_CODE (type) != ARRAY_TYPE)
6311 wrap_temporary_cleanups (init, cleanup);
6313 gcc_assert (building_stmt_list_p ());
6314 saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
6315 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
6316 finish_expr_stmt (init);
6317 current_stmt_tree ()->stmts_are_full_exprs_p =
6318 saved_stmts_are_full_exprs_p;
6322 /* Set this to 0 so we can tell whether an aggregate which was
6323 initialized was ever used. Don't do this if it has a
6324 destructor, so we don't complain about the 'resource
6325 allocation is initialization' idiom. Now set
6326 attribute((unused)) on types so decls of that type will be
6327 marked used. (see TREE_USED, above.) */
6328 if (TYPE_NEEDS_CONSTRUCTING (type)
6329 && ! already_used
6330 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type)
6331 && DECL_NAME (decl))
6332 TREE_USED (decl) = 0;
6333 else if (already_used)
6334 TREE_USED (decl) = 1;
6336 if (cleanup)
6337 finish_decl_cleanup (decl, cleanup);
6340 /* DECL is a VAR_DECL for a compiler-generated variable with static
6341 storage duration (like a virtual table) whose initializer is a
6342 compile-time constant. Initialize the variable and provide it to the
6343 back end. */
6345 void
6346 initialize_artificial_var (tree decl, vec<constructor_elt, va_gc> *v)
6348 tree init;
6349 gcc_assert (DECL_ARTIFICIAL (decl));
6350 init = build_constructor (TREE_TYPE (decl), v);
6351 gcc_assert (TREE_CODE (init) == CONSTRUCTOR);
6352 DECL_INITIAL (decl) = init;
6353 DECL_INITIALIZED_P (decl) = 1;
6354 determine_visibility (decl);
6355 layout_var_decl (decl);
6356 maybe_commonize_var (decl);
6357 make_rtl_for_nonlocal_decl (decl, init, /*asmspec=*/NULL);
6360 /* INIT is the initializer for a variable, as represented by the
6361 parser. Returns true iff INIT is type-dependent. */
6363 static bool
6364 type_dependent_init_p (tree init)
6366 if (TREE_CODE (init) == TREE_LIST)
6367 /* A parenthesized initializer, e.g.: int i (3, 2); ? */
6368 return any_type_dependent_elements_p (init);
6369 else if (TREE_CODE (init) == CONSTRUCTOR)
6370 /* A brace-enclosed initializer, e.g.: int i = { 3 }; ? */
6372 vec<constructor_elt, va_gc> *elts;
6373 size_t nelts;
6374 size_t i;
6376 elts = CONSTRUCTOR_ELTS (init);
6377 nelts = vec_safe_length (elts);
6378 for (i = 0; i < nelts; ++i)
6379 if (type_dependent_init_p ((*elts)[i].value))
6380 return true;
6382 else
6383 /* It must be a simple expression, e.g., int i = 3; */
6384 return type_dependent_expression_p (init);
6386 return false;
6389 /* INIT is the initializer for a variable, as represented by the
6390 parser. Returns true iff INIT is value-dependent. */
6392 static bool
6393 value_dependent_init_p (tree init)
6395 if (TREE_CODE (init) == TREE_LIST)
6396 /* A parenthesized initializer, e.g.: int i (3, 2); ? */
6397 return any_value_dependent_elements_p (init);
6398 else if (TREE_CODE (init) == CONSTRUCTOR)
6399 /* A brace-enclosed initializer, e.g.: int i = { 3 }; ? */
6401 vec<constructor_elt, va_gc> *elts;
6402 size_t nelts;
6403 size_t i;
6405 elts = CONSTRUCTOR_ELTS (init);
6406 nelts = vec_safe_length (elts);
6407 for (i = 0; i < nelts; ++i)
6408 if (value_dependent_init_p ((*elts)[i].value))
6409 return true;
6411 else
6412 /* It must be a simple expression, e.g., int i = 3; */
6413 return value_dependent_expression_p (init);
6415 return false;
6418 // Returns true if a DECL is VAR_DECL with the concept specifier.
6419 static inline bool
6420 is_concept_var (tree decl)
6422 return (VAR_P (decl)
6423 // Not all variables have DECL_LANG_SPECIFIC.
6424 && DECL_LANG_SPECIFIC (decl)
6425 && DECL_DECLARED_CONCEPT_P (decl));
6428 /* Finish processing of a declaration;
6429 install its line number and initial value.
6430 If the length of an array type is not known before,
6431 it must be determined now, from the initial value, or it is an error.
6433 INIT is the initializer (if any) for DECL. If INIT_CONST_EXPR_P is
6434 true, then INIT is an integral constant expression.
6436 FLAGS is LOOKUP_ONLYCONVERTING if the = init syntax was used, else 0
6437 if the (init) syntax was used. */
6439 void
6440 cp_finish_decl (tree decl, tree init, bool init_const_expr_p,
6441 tree asmspec_tree, int flags)
6443 tree type;
6444 vec<tree, va_gc> *cleanups = NULL;
6445 const char *asmspec = NULL;
6446 int was_readonly = 0;
6447 bool var_definition_p = false;
6448 tree auto_node;
6450 if (decl == error_mark_node)
6451 return;
6452 else if (! decl)
6454 if (init)
6455 error ("assignment (not initialization) in declaration");
6456 return;
6459 gcc_assert (TREE_CODE (decl) != RESULT_DECL);
6460 /* Parameters are handled by store_parm_decls, not cp_finish_decl. */
6461 gcc_assert (TREE_CODE (decl) != PARM_DECL);
6463 type = TREE_TYPE (decl);
6464 if (type == error_mark_node)
6465 return;
6467 /* If a name was specified, get the string. */
6468 if (at_namespace_scope_p ())
6469 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree);
6470 if (asmspec_tree && asmspec_tree != error_mark_node)
6471 asmspec = TREE_STRING_POINTER (asmspec_tree);
6473 if (current_class_type
6474 && CP_DECL_CONTEXT (decl) == current_class_type
6475 && TYPE_BEING_DEFINED (current_class_type)
6476 && !CLASSTYPE_TEMPLATE_INSTANTIATION (current_class_type)
6477 && (DECL_INITIAL (decl) || init))
6478 DECL_INITIALIZED_IN_CLASS_P (decl) = 1;
6480 if (TREE_CODE (decl) != FUNCTION_DECL
6481 && (auto_node = type_uses_auto (type)))
6483 tree d_init;
6484 if (init == NULL_TREE)
6486 if (DECL_LANG_SPECIFIC (decl)
6487 && DECL_TEMPLATE_INSTANTIATION (decl)
6488 && !DECL_TEMPLATE_INSTANTIATED (decl))
6490 /* init is null because we're deferring instantiating the
6491 initializer until we need it. Well, we need it now. */
6492 instantiate_decl (decl, /*defer_ok*/true, /*expl*/false);
6493 return;
6496 error ("declaration of %q#D has no initializer", decl);
6497 TREE_TYPE (decl) = error_mark_node;
6498 return;
6500 d_init = init;
6501 if (TREE_CODE (d_init) == TREE_LIST)
6502 d_init = build_x_compound_expr_from_list (d_init, ELK_INIT,
6503 tf_warning_or_error);
6504 d_init = resolve_nondeduced_context (d_init);
6505 type = TREE_TYPE (decl) = do_auto_deduction (type, d_init,
6506 auto_node,
6507 tf_warning_or_error,
6508 adc_variable_type);
6509 if (type == error_mark_node)
6510 return;
6511 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
6514 if (!ensure_literal_type_for_constexpr_object (decl))
6515 DECL_DECLARED_CONSTEXPR_P (decl) = 0;
6517 if (VAR_P (decl)
6518 && DECL_CLASS_SCOPE_P (decl)
6519 && DECL_INITIALIZED_IN_CLASS_P (decl))
6520 check_static_variable_definition (decl, type);
6522 if (init && TREE_CODE (decl) == FUNCTION_DECL)
6524 tree clone;
6525 if (init == ridpointers[(int)RID_DELETE])
6527 /* FIXME check this is 1st decl. */
6528 DECL_DELETED_FN (decl) = 1;
6529 DECL_DECLARED_INLINE_P (decl) = 1;
6530 DECL_INITIAL (decl) = error_mark_node;
6531 FOR_EACH_CLONE (clone, decl)
6533 DECL_DELETED_FN (clone) = 1;
6534 DECL_DECLARED_INLINE_P (clone) = 1;
6535 DECL_INITIAL (clone) = error_mark_node;
6537 init = NULL_TREE;
6539 else if (init == ridpointers[(int)RID_DEFAULT])
6541 if (defaultable_fn_check (decl))
6542 DECL_DEFAULTED_FN (decl) = 1;
6543 else
6544 DECL_INITIAL (decl) = NULL_TREE;
6548 if (init && VAR_P (decl))
6550 DECL_NONTRIVIALLY_INITIALIZED_P (decl) = 1;
6551 /* If DECL is a reference, then we want to know whether init is a
6552 reference constant; init_const_expr_p as passed tells us whether
6553 it's an rvalue constant. */
6554 if (TREE_CODE (type) == REFERENCE_TYPE)
6555 init_const_expr_p = potential_constant_expression (init);
6556 if (init_const_expr_p)
6558 /* Set these flags now for templates. We'll update the flags in
6559 store_init_value for instantiations. */
6560 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = 1;
6561 if (decl_maybe_constant_var_p (decl))
6562 TREE_CONSTANT (decl) = 1;
6566 if (processing_template_decl)
6568 bool type_dependent_p;
6570 /* Add this declaration to the statement-tree. */
6571 if (at_function_scope_p ())
6572 add_decl_expr (decl);
6574 type_dependent_p = dependent_type_p (type);
6576 if (check_for_bare_parameter_packs (init))
6578 init = NULL_TREE;
6579 DECL_INITIAL (decl) = NULL_TREE;
6582 /* Generally, initializers in templates are expanded when the
6583 template is instantiated. But, if DECL is a variable constant
6584 then it can be used in future constant expressions, so its value
6585 must be available. */
6587 if (!VAR_P (decl) || dependent_type_p (type))
6588 /* We can't do anything if the decl has dependent type. */;
6589 else if (init
6590 && init_const_expr_p
6591 && !type_dependent_p
6592 && TREE_CODE (type) != REFERENCE_TYPE
6593 && decl_maybe_constant_var_p (decl)
6594 && !type_dependent_init_p (init)
6595 && !value_dependent_init_p (init))
6597 /* This variable seems to be a non-dependent constant, so process
6598 its initializer. If check_initializer returns non-null the
6599 initialization wasn't constant after all. */
6600 tree init_code;
6601 cleanups = make_tree_vector ();
6602 init_code = check_initializer (decl, init, flags, &cleanups);
6603 if (init_code == NULL_TREE)
6604 init = NULL_TREE;
6605 release_tree_vector (cleanups);
6607 else if (!init && is_concept_var (decl))
6608 error ("variable concept has no initializer");
6609 else if (!DECL_PRETTY_FUNCTION_P (decl))
6611 /* Deduce array size even if the initializer is dependent. */
6612 maybe_deduce_size_from_array_init (decl, init);
6613 /* And complain about multiple initializers. */
6614 if (init && TREE_CODE (init) == TREE_LIST && TREE_CHAIN (init)
6615 && !MAYBE_CLASS_TYPE_P (type))
6616 init = build_x_compound_expr_from_list (init, ELK_INIT,
6617 tf_warning_or_error);
6620 if (init)
6621 DECL_INITIAL (decl) = init;
6622 return;
6625 /* Just store non-static data member initializers for later. */
6626 if (init && TREE_CODE (decl) == FIELD_DECL)
6627 DECL_INITIAL (decl) = init;
6629 /* Take care of TYPE_DECLs up front. */
6630 if (TREE_CODE (decl) == TYPE_DECL)
6632 if (type != error_mark_node
6633 && MAYBE_CLASS_TYPE_P (type) && DECL_NAME (decl))
6635 if (TREE_TYPE (DECL_NAME (decl)) && TREE_TYPE (decl) != type)
6636 warning (0, "shadowing previous type declaration of %q#D", decl);
6637 set_identifier_type_value (DECL_NAME (decl), decl);
6640 /* If we have installed this as the canonical typedef for this
6641 type, and that type has not been defined yet, delay emitting
6642 the debug information for it, as we will emit it later. */
6643 if (TYPE_MAIN_DECL (TREE_TYPE (decl)) == decl
6644 && !COMPLETE_TYPE_P (TREE_TYPE (decl)))
6645 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
6647 rest_of_decl_compilation (decl, DECL_FILE_SCOPE_P (decl),
6648 at_eof);
6649 return;
6652 /* A reference will be modified here, as it is initialized. */
6653 if (! DECL_EXTERNAL (decl)
6654 && TREE_READONLY (decl)
6655 && TREE_CODE (type) == REFERENCE_TYPE)
6657 was_readonly = 1;
6658 TREE_READONLY (decl) = 0;
6661 if (VAR_P (decl))
6663 /* If this is a local variable that will need a mangled name,
6664 register it now. We must do this before processing the
6665 initializer for the variable, since the initialization might
6666 require a guard variable, and since the mangled name of the
6667 guard variable will depend on the mangled name of this
6668 variable. */
6669 if (DECL_FUNCTION_SCOPE_P (decl)
6670 && TREE_STATIC (decl)
6671 && !DECL_ARTIFICIAL (decl))
6673 push_local_name (decl);
6674 if (DECL_CONSTRUCTOR_P (current_function_decl)
6675 || DECL_DESTRUCTOR_P (current_function_decl))
6676 /* Normally local_decls is populated during GIMPLE lowering,
6677 but [cd]tors are never actually compiled directly. We need
6678 to put statics on the list so we can deal with the label
6679 address extension. FIXME. */
6680 add_local_decl (cfun, decl);
6683 /* Convert the initializer to the type of DECL, if we have not
6684 already initialized DECL. */
6685 if (!DECL_INITIALIZED_P (decl)
6686 /* If !DECL_EXTERNAL then DECL is being defined. In the
6687 case of a static data member initialized inside the
6688 class-specifier, there can be an initializer even if DECL
6689 is *not* defined. */
6690 && (!DECL_EXTERNAL (decl) || init))
6692 if (TYPE_FOR_JAVA (type) && MAYBE_CLASS_TYPE_P (type))
6694 tree jclass
6695 = IDENTIFIER_GLOBAL_VALUE (get_identifier ("jclass"));
6696 /* Allow libjava/prims.cc define primitive classes. */
6697 if (init != NULL_TREE
6698 || jclass == NULL_TREE
6699 || TREE_CODE (jclass) != TYPE_DECL
6700 || !POINTER_TYPE_P (TREE_TYPE (jclass))
6701 || !same_type_ignoring_top_level_qualifiers_p
6702 (type, TREE_TYPE (TREE_TYPE (jclass))))
6703 error ("Java object %qD not allocated with %<new%>", decl);
6704 init = NULL_TREE;
6706 cleanups = make_tree_vector ();
6707 init = check_initializer (decl, init, flags, &cleanups);
6709 /* Handle:
6711 [dcl.init]
6713 The memory occupied by any object of static storage
6714 duration is zero-initialized at program startup before
6715 any other initialization takes place.
6717 We cannot create an appropriate initializer until after
6718 the type of DECL is finalized. If DECL_INITIAL is set,
6719 then the DECL is statically initialized, and any
6720 necessary zero-initialization has already been performed. */
6721 if (TREE_STATIC (decl) && !DECL_INITIAL (decl))
6722 DECL_INITIAL (decl) = build_zero_init (TREE_TYPE (decl),
6723 /*nelts=*/NULL_TREE,
6724 /*static_storage_p=*/true);
6725 /* Remember that the initialization for this variable has
6726 taken place. */
6727 DECL_INITIALIZED_P (decl) = 1;
6728 /* This declaration is the definition of this variable,
6729 unless we are initializing a static data member within
6730 the class specifier. */
6731 if (!DECL_EXTERNAL (decl))
6732 var_definition_p = true;
6734 /* If the variable has an array type, lay out the type, even if
6735 there is no initializer. It is valid to index through the
6736 array, and we must get TYPE_ALIGN set correctly on the array
6737 type. */
6738 else if (TREE_CODE (type) == ARRAY_TYPE)
6739 layout_type (type);
6741 if (TREE_STATIC (decl)
6742 && !at_function_scope_p ()
6743 && current_function_decl == NULL)
6744 /* So decl is a global variable or a static member of a
6745 non local class. Record the types it uses
6746 so that we can decide later to emit debug info for them. */
6747 record_types_used_by_current_var_decl (decl);
6749 else if (TREE_CODE (decl) == FIELD_DECL
6750 && TYPE_FOR_JAVA (type) && MAYBE_CLASS_TYPE_P (type))
6751 error ("non-static data member %qD has Java class type", decl);
6753 /* Add this declaration to the statement-tree. This needs to happen
6754 after the call to check_initializer so that the DECL_EXPR for a
6755 reference temp is added before the DECL_EXPR for the reference itself. */
6756 if (DECL_FUNCTION_SCOPE_P (decl))
6758 /* If we're building a variable sized type, and we might be
6759 reachable other than via the top of the current binding
6760 level, then create a new BIND_EXPR so that we deallocate
6761 the object at the right time. */
6762 if (VAR_P (decl)
6763 && DECL_SIZE (decl)
6764 && !TREE_CONSTANT (DECL_SIZE (decl))
6765 && STATEMENT_LIST_HAS_LABEL (cur_stmt_list))
6767 tree bind;
6768 bind = build3 (BIND_EXPR, void_type_node, NULL, NULL, NULL);
6769 TREE_SIDE_EFFECTS (bind) = 1;
6770 add_stmt (bind);
6771 BIND_EXPR_BODY (bind) = push_stmt_list ();
6773 add_decl_expr (decl);
6776 /* Let the middle end know about variables and functions -- but not
6777 static data members in uninstantiated class templates. */
6778 if (VAR_OR_FUNCTION_DECL_P (decl))
6780 if (VAR_P (decl))
6782 layout_var_decl (decl);
6783 maybe_commonize_var (decl);
6786 /* This needs to happen after the linkage is set. */
6787 determine_visibility (decl);
6789 if (var_definition_p && TREE_STATIC (decl))
6791 /* If a TREE_READONLY variable needs initialization
6792 at runtime, it is no longer readonly and we need to
6793 avoid MEM_READONLY_P being set on RTL created for it. */
6794 if (init)
6796 if (TREE_READONLY (decl))
6797 TREE_READONLY (decl) = 0;
6798 was_readonly = 0;
6800 else if (was_readonly)
6801 TREE_READONLY (decl) = 1;
6803 /* Likewise if it needs destruction. */
6804 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
6805 TREE_READONLY (decl) = 0;
6808 make_rtl_for_nonlocal_decl (decl, init, asmspec);
6810 /* Check for abstractness of the type. Notice that there is no
6811 need to strip array types here since the check for those types
6812 is already done within create_array_type_for_decl. */
6813 abstract_virtuals_error (decl, type);
6815 if (TREE_TYPE (decl) == error_mark_node)
6816 /* No initialization required. */
6818 else if (TREE_CODE (decl) == FUNCTION_DECL)
6820 if (init)
6822 if (init == ridpointers[(int)RID_DEFAULT])
6824 /* An out-of-class default definition is defined at
6825 the point where it is explicitly defaulted. */
6826 if (DECL_DELETED_FN (decl))
6827 maybe_explain_implicit_delete (decl);
6828 else if (DECL_INITIAL (decl) == error_mark_node)
6829 synthesize_method (decl);
6831 else
6832 error ("function %q#D is initialized like a variable", decl);
6834 /* else no initialization required. */
6836 else if (DECL_EXTERNAL (decl)
6837 && ! (DECL_LANG_SPECIFIC (decl)
6838 && DECL_NOT_REALLY_EXTERN (decl)))
6840 if (init)
6841 DECL_INITIAL (decl) = init;
6843 /* A variable definition. */
6844 else if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
6845 /* Initialize the local variable. */
6846 initialize_local_var (decl, init);
6848 /* If a variable is defined, and then a subsequent
6849 definition with external linkage is encountered, we will
6850 get here twice for the same variable. We want to avoid
6851 calling expand_static_init more than once. For variables
6852 that are not static data members, we can call
6853 expand_static_init only when we actually process the
6854 initializer. It is not legal to redeclare a static data
6855 member, so this issue does not arise in that case. */
6856 else if (var_definition_p && TREE_STATIC (decl))
6857 expand_static_init (decl, init);
6860 /* If a CLEANUP_STMT was created to destroy a temporary bound to a
6861 reference, insert it in the statement-tree now. */
6862 if (cleanups)
6864 unsigned i; tree t;
6865 FOR_EACH_VEC_ELT (*cleanups, i, t)
6866 push_cleanup (decl, t, false);
6867 release_tree_vector (cleanups);
6870 if (was_readonly)
6871 TREE_READONLY (decl) = 1;
6873 invoke_plugin_callbacks (PLUGIN_FINISH_DECL, decl);
6876 /* Returns a declaration for a VAR_DECL as if:
6878 extern "C" TYPE NAME;
6880 had been seen. Used to create compiler-generated global
6881 variables. */
6883 static tree
6884 declare_global_var (tree name, tree type)
6886 tree decl;
6888 push_to_top_level ();
6889 decl = build_decl (input_location, VAR_DECL, name, type);
6890 TREE_PUBLIC (decl) = 1;
6891 DECL_EXTERNAL (decl) = 1;
6892 DECL_ARTIFICIAL (decl) = 1;
6893 /* If the user has explicitly declared this variable (perhaps
6894 because the code we are compiling is part of a low-level runtime
6895 library), then it is possible that our declaration will be merged
6896 with theirs by pushdecl. */
6897 decl = pushdecl (decl);
6898 cp_finish_decl (decl, NULL_TREE, false, NULL_TREE, 0);
6899 pop_from_top_level ();
6901 return decl;
6904 /* Returns the type for the argument to "__cxa_atexit" (or "atexit",
6905 if "__cxa_atexit" is not being used) corresponding to the function
6906 to be called when the program exits. */
6908 static tree
6909 get_atexit_fn_ptr_type (void)
6911 tree fn_type;
6913 if (!atexit_fn_ptr_type_node)
6915 tree arg_type;
6916 if (flag_use_cxa_atexit
6917 && !targetm.cxx.use_atexit_for_cxa_atexit ())
6918 /* The parameter to "__cxa_atexit" is "void (*)(void *)". */
6919 arg_type = ptr_type_node;
6920 else
6921 /* The parameter to "atexit" is "void (*)(void)". */
6922 arg_type = NULL_TREE;
6924 fn_type = build_function_type_list (void_type_node,
6925 arg_type, NULL_TREE);
6926 atexit_fn_ptr_type_node = build_pointer_type (fn_type);
6929 return atexit_fn_ptr_type_node;
6932 /* Returns a pointer to the `atexit' function. Note that if
6933 FLAG_USE_CXA_ATEXIT is nonzero, then this will actually be the new
6934 `__cxa_atexit' function specified in the IA64 C++ ABI. */
6936 static tree
6937 get_atexit_node (void)
6939 tree atexit_fndecl;
6940 tree fn_type;
6941 tree fn_ptr_type;
6942 const char *name;
6943 bool use_aeabi_atexit;
6945 if (atexit_node)
6946 return atexit_node;
6948 if (flag_use_cxa_atexit && !targetm.cxx.use_atexit_for_cxa_atexit ())
6950 /* The declaration for `__cxa_atexit' is:
6952 int __cxa_atexit (void (*)(void *), void *, void *)
6954 We build up the argument types and then the function type
6955 itself. */
6956 tree argtype0, argtype1, argtype2;
6958 use_aeabi_atexit = targetm.cxx.use_aeabi_atexit ();
6959 /* First, build the pointer-to-function type for the first
6960 argument. */
6961 fn_ptr_type = get_atexit_fn_ptr_type ();
6962 /* Then, build the rest of the argument types. */
6963 argtype2 = ptr_type_node;
6964 if (use_aeabi_atexit)
6966 argtype1 = fn_ptr_type;
6967 argtype0 = ptr_type_node;
6969 else
6971 argtype1 = ptr_type_node;
6972 argtype0 = fn_ptr_type;
6974 /* And the final __cxa_atexit type. */
6975 fn_type = build_function_type_list (integer_type_node,
6976 argtype0, argtype1, argtype2,
6977 NULL_TREE);
6978 if (use_aeabi_atexit)
6979 name = "__aeabi_atexit";
6980 else
6981 name = "__cxa_atexit";
6983 else
6985 /* The declaration for `atexit' is:
6987 int atexit (void (*)());
6989 We build up the argument types and then the function type
6990 itself. */
6991 fn_ptr_type = get_atexit_fn_ptr_type ();
6992 /* Build the final atexit type. */
6993 fn_type = build_function_type_list (integer_type_node,
6994 fn_ptr_type, NULL_TREE);
6995 name = "atexit";
6998 /* Now, build the function declaration. */
6999 push_lang_context (lang_name_c);
7000 atexit_fndecl = build_library_fn_ptr (name, fn_type, ECF_LEAF | ECF_NOTHROW);
7001 mark_used (atexit_fndecl);
7002 pop_lang_context ();
7003 atexit_node = decay_conversion (atexit_fndecl, tf_warning_or_error);
7005 return atexit_node;
7008 /* Like get_atexit_node, but for thread-local cleanups. */
7010 static tree
7011 get_thread_atexit_node (void)
7013 /* The declaration for `__cxa_thread_atexit' is:
7015 int __cxa_thread_atexit (void (*)(void *), void *, void *) */
7016 tree fn_type = build_function_type_list (integer_type_node,
7017 get_atexit_fn_ptr_type (),
7018 ptr_type_node, ptr_type_node,
7019 NULL_TREE);
7021 /* Now, build the function declaration. */
7022 tree atexit_fndecl = build_library_fn_ptr ("__cxa_thread_atexit", fn_type,
7023 ECF_LEAF | ECF_NOTHROW);
7024 return decay_conversion (atexit_fndecl, tf_warning_or_error);
7027 /* Returns the __dso_handle VAR_DECL. */
7029 static tree
7030 get_dso_handle_node (void)
7032 if (dso_handle_node)
7033 return dso_handle_node;
7035 /* Declare the variable. */
7036 dso_handle_node = declare_global_var (get_identifier ("__dso_handle"),
7037 ptr_type_node);
7039 #ifdef HAVE_GAS_HIDDEN
7040 if (dso_handle_node != error_mark_node)
7042 DECL_VISIBILITY (dso_handle_node) = VISIBILITY_HIDDEN;
7043 DECL_VISIBILITY_SPECIFIED (dso_handle_node) = 1;
7045 #endif
7047 return dso_handle_node;
7050 /* Begin a new function with internal linkage whose job will be simply
7051 to destroy some particular variable. */
7053 static GTY(()) int start_cleanup_cnt;
7055 static tree
7056 start_cleanup_fn (void)
7058 char name[32];
7059 tree fntype;
7060 tree fndecl;
7061 bool use_cxa_atexit = flag_use_cxa_atexit
7062 && !targetm.cxx.use_atexit_for_cxa_atexit ();
7064 push_to_top_level ();
7066 /* No need to mangle this. */
7067 push_lang_context (lang_name_c);
7069 /* Build the name of the function. */
7070 sprintf (name, "__tcf_%d", start_cleanup_cnt++);
7071 /* Build the function declaration. */
7072 fntype = TREE_TYPE (get_atexit_fn_ptr_type ());
7073 fndecl = build_lang_decl (FUNCTION_DECL, get_identifier (name), fntype);
7074 /* It's a function with internal linkage, generated by the
7075 compiler. */
7076 TREE_PUBLIC (fndecl) = 0;
7077 DECL_ARTIFICIAL (fndecl) = 1;
7078 /* Make the function `inline' so that it is only emitted if it is
7079 actually needed. It is unlikely that it will be inlined, since
7080 it is only called via a function pointer, but we avoid unnecessary
7081 emissions this way. */
7082 DECL_DECLARED_INLINE_P (fndecl) = 1;
7083 DECL_INTERFACE_KNOWN (fndecl) = 1;
7084 /* Build the parameter. */
7085 if (use_cxa_atexit)
7087 tree parmdecl;
7089 parmdecl = cp_build_parm_decl (NULL_TREE, ptr_type_node);
7090 DECL_CONTEXT (parmdecl) = fndecl;
7091 TREE_USED (parmdecl) = 1;
7092 DECL_READ_P (parmdecl) = 1;
7093 DECL_ARGUMENTS (fndecl) = parmdecl;
7096 pushdecl (fndecl);
7097 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED);
7099 pop_lang_context ();
7101 return current_function_decl;
7104 /* Finish the cleanup function begun by start_cleanup_fn. */
7106 static void
7107 end_cleanup_fn (void)
7109 expand_or_defer_fn (finish_function (0));
7111 pop_from_top_level ();
7114 /* Generate code to handle the destruction of DECL, an object with
7115 static storage duration. */
7117 tree
7118 register_dtor_fn (tree decl)
7120 tree cleanup;
7121 tree addr;
7122 tree compound_stmt;
7123 tree fcall;
7124 tree type;
7125 bool ob_parm, dso_parm, use_dtor;
7126 tree arg0, arg1, arg2;
7127 tree atex_node;
7129 type = TREE_TYPE (decl);
7130 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type))
7131 return void_node;
7133 /* If we're using "__cxa_atexit" (or "__cxa_thread_atexit" or
7134 "__aeabi_atexit"), and DECL is a class object, we can just pass the
7135 destructor to "__cxa_atexit"; we don't have to build a temporary
7136 function to do the cleanup. */
7137 dso_parm = (flag_use_cxa_atexit
7138 && !targetm.cxx.use_atexit_for_cxa_atexit ());
7139 ob_parm = (DECL_THREAD_LOCAL_P (decl) || dso_parm);
7140 use_dtor = ob_parm && CLASS_TYPE_P (type);
7141 if (use_dtor)
7143 int idx;
7145 /* Find the destructor. */
7146 idx = lookup_fnfields_1 (type, complete_dtor_identifier);
7147 gcc_assert (idx >= 0);
7148 cleanup = (*CLASSTYPE_METHOD_VEC (type))[idx];
7149 /* Make sure it is accessible. */
7150 perform_or_defer_access_check (TYPE_BINFO (type), cleanup, cleanup,
7151 tf_warning_or_error);
7153 else
7155 /* Call build_cleanup before we enter the anonymous function so
7156 that any access checks will be done relative to the current
7157 scope, rather than the scope of the anonymous function. */
7158 build_cleanup (decl);
7160 /* Now start the function. */
7161 cleanup = start_cleanup_fn ();
7163 /* Now, recompute the cleanup. It may contain SAVE_EXPRs that refer
7164 to the original function, rather than the anonymous one. That
7165 will make the back end think that nested functions are in use,
7166 which causes confusion. */
7167 push_deferring_access_checks (dk_no_check);
7168 fcall = build_cleanup (decl);
7169 pop_deferring_access_checks ();
7171 /* Create the body of the anonymous function. */
7172 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
7173 finish_expr_stmt (fcall);
7174 finish_compound_stmt (compound_stmt);
7175 end_cleanup_fn ();
7178 /* Call atexit with the cleanup function. */
7179 mark_used (cleanup);
7180 cleanup = build_address (cleanup);
7182 if (DECL_THREAD_LOCAL_P (decl))
7183 atex_node = get_thread_atexit_node ();
7184 else
7185 atex_node = get_atexit_node ();
7187 if (use_dtor)
7189 /* We must convert CLEANUP to the type that "__cxa_atexit"
7190 expects. */
7191 cleanup = build_nop (get_atexit_fn_ptr_type (), cleanup);
7192 /* "__cxa_atexit" will pass the address of DECL to the
7193 cleanup function. */
7194 mark_used (decl);
7195 addr = build_address (decl);
7196 /* The declared type of the parameter to "__cxa_atexit" is
7197 "void *". For plain "T*", we could just let the
7198 machinery in cp_build_function_call convert it -- but if the
7199 type is "cv-qualified T *", then we need to convert it
7200 before passing it in, to avoid spurious errors. */
7201 addr = build_nop (ptr_type_node, addr);
7203 else
7204 /* Since the cleanup functions we build ignore the address
7205 they're given, there's no reason to pass the actual address
7206 in, and, in general, it's cheaper to pass NULL than any
7207 other value. */
7208 addr = null_pointer_node;
7210 if (dso_parm)
7211 arg2 = cp_build_addr_expr (get_dso_handle_node (),
7212 tf_warning_or_error);
7213 else if (ob_parm)
7214 /* Just pass NULL to the dso handle parm if we don't actually
7215 have a DSO handle on this target. */
7216 arg2 = null_pointer_node;
7217 else
7218 arg2 = NULL_TREE;
7220 if (ob_parm)
7222 if (!DECL_THREAD_LOCAL_P (decl)
7223 && targetm.cxx.use_aeabi_atexit ())
7225 arg1 = cleanup;
7226 arg0 = addr;
7228 else
7230 arg1 = addr;
7231 arg0 = cleanup;
7234 else
7236 arg0 = cleanup;
7237 arg1 = NULL_TREE;
7239 return cp_build_function_call_nary (atex_node, tf_warning_or_error,
7240 arg0, arg1, arg2, NULL_TREE);
7243 /* DECL is a VAR_DECL with static storage duration. INIT, if present,
7244 is its initializer. Generate code to handle the construction
7245 and destruction of DECL. */
7247 static void
7248 expand_static_init (tree decl, tree init)
7250 gcc_assert (VAR_P (decl));
7251 gcc_assert (TREE_STATIC (decl));
7253 /* Some variables require no dynamic initialization. */
7254 if (!init
7255 && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
7257 /* Make sure the destructor is callable. */
7258 cxx_maybe_build_cleanup (decl, tf_warning_or_error);
7259 return;
7262 if (DECL_THREAD_LOCAL_P (decl) && DECL_GNU_TLS_P (decl)
7263 && !DECL_FUNCTION_SCOPE_P (decl))
7265 if (init)
7266 error ("non-local variable %qD declared %<__thread%> "
7267 "needs dynamic initialization", decl);
7268 else
7269 error ("non-local variable %qD declared %<__thread%> "
7270 "has a non-trivial destructor", decl);
7271 static bool informed;
7272 if (!informed)
7274 inform (DECL_SOURCE_LOCATION (decl),
7275 "C++11 %<thread_local%> allows dynamic initialization "
7276 "and destruction");
7277 informed = true;
7279 return;
7282 if (DECL_FUNCTION_SCOPE_P (decl))
7284 /* Emit code to perform this initialization but once. */
7285 tree if_stmt = NULL_TREE, inner_if_stmt = NULL_TREE;
7286 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE;
7287 tree guard, guard_addr;
7288 tree flag, begin;
7289 /* We don't need thread-safety code for thread-local vars. */
7290 bool thread_guard = (flag_threadsafe_statics
7291 && !DECL_THREAD_LOCAL_P (decl));
7293 /* Emit code to perform this initialization but once. This code
7294 looks like:
7296 static <type> guard;
7297 if (!guard.first_byte) {
7298 if (__cxa_guard_acquire (&guard)) {
7299 bool flag = false;
7300 try {
7301 // Do initialization.
7302 flag = true; __cxa_guard_release (&guard);
7303 // Register variable for destruction at end of program.
7304 } catch {
7305 if (!flag) __cxa_guard_abort (&guard);
7309 Note that the `flag' variable is only set to 1 *after* the
7310 initialization is complete. This ensures that an exception,
7311 thrown during the construction, will cause the variable to
7312 reinitialized when we pass through this code again, as per:
7314 [stmt.dcl]
7316 If the initialization exits by throwing an exception, the
7317 initialization is not complete, so it will be tried again
7318 the next time control enters the declaration.
7320 This process should be thread-safe, too; multiple threads
7321 should not be able to initialize the variable more than
7322 once. */
7324 /* Create the guard variable. */
7325 guard = get_guard (decl);
7327 /* This optimization isn't safe on targets with relaxed memory
7328 consistency. On such targets we force synchronization in
7329 __cxa_guard_acquire. */
7330 if (!targetm.relaxed_ordering || !thread_guard)
7332 /* Begin the conditional initialization. */
7333 if_stmt = begin_if_stmt ();
7334 finish_if_stmt_cond (get_guard_cond (guard), if_stmt);
7335 then_clause = begin_compound_stmt (BCS_NO_SCOPE);
7338 if (thread_guard)
7340 tree vfntype = NULL_TREE;
7341 tree acquire_name, release_name, abort_name;
7342 tree acquire_fn, release_fn, abort_fn;
7343 guard_addr = build_address (guard);
7345 acquire_name = get_identifier ("__cxa_guard_acquire");
7346 release_name = get_identifier ("__cxa_guard_release");
7347 abort_name = get_identifier ("__cxa_guard_abort");
7348 acquire_fn = identifier_global_value (acquire_name);
7349 release_fn = identifier_global_value (release_name);
7350 abort_fn = identifier_global_value (abort_name);
7351 if (!acquire_fn)
7352 acquire_fn = push_library_fn
7353 (acquire_name, build_function_type_list (integer_type_node,
7354 TREE_TYPE (guard_addr),
7355 NULL_TREE),
7356 NULL_TREE, ECF_NOTHROW | ECF_LEAF);
7357 if (!release_fn || !abort_fn)
7358 vfntype = build_function_type_list (void_type_node,
7359 TREE_TYPE (guard_addr),
7360 NULL_TREE);
7361 if (!release_fn)
7362 release_fn = push_library_fn (release_name, vfntype, NULL_TREE,
7363 ECF_NOTHROW | ECF_LEAF);
7364 if (!abort_fn)
7365 abort_fn = push_library_fn (abort_name, vfntype, NULL_TREE,
7366 ECF_NOTHROW | ECF_LEAF);
7368 inner_if_stmt = begin_if_stmt ();
7369 finish_if_stmt_cond (build_call_n (acquire_fn, 1, guard_addr),
7370 inner_if_stmt);
7372 inner_then_clause = begin_compound_stmt (BCS_NO_SCOPE);
7373 begin = get_target_expr (boolean_false_node);
7374 flag = TARGET_EXPR_SLOT (begin);
7376 TARGET_EXPR_CLEANUP (begin)
7377 = build3 (COND_EXPR, void_type_node, flag,
7378 void_node,
7379 build_call_n (abort_fn, 1, guard_addr));
7380 CLEANUP_EH_ONLY (begin) = 1;
7382 /* Do the initialization itself. */
7383 init = add_stmt_to_compound (begin, init);
7384 init = add_stmt_to_compound
7385 (init, build2 (MODIFY_EXPR, void_type_node, flag, boolean_true_node));
7386 init = add_stmt_to_compound
7387 (init, build_call_n (release_fn, 1, guard_addr));
7389 else
7390 init = add_stmt_to_compound (init, set_guard (guard));
7392 /* Use atexit to register a function for destroying this static
7393 variable. */
7394 init = add_stmt_to_compound (init, register_dtor_fn (decl));
7396 finish_expr_stmt (init);
7398 if (thread_guard)
7400 finish_compound_stmt (inner_then_clause);
7401 finish_then_clause (inner_if_stmt);
7402 finish_if_stmt (inner_if_stmt);
7405 if (!targetm.relaxed_ordering || !thread_guard)
7407 finish_compound_stmt (then_clause);
7408 finish_then_clause (if_stmt);
7409 finish_if_stmt (if_stmt);
7412 else if (DECL_THREAD_LOCAL_P (decl))
7413 tls_aggregates = tree_cons (init, decl, tls_aggregates);
7414 else
7415 static_aggregates = tree_cons (init, decl, static_aggregates);
7419 /* Make TYPE a complete type based on INITIAL_VALUE.
7420 Return 0 if successful, 1 if INITIAL_VALUE can't be deciphered,
7421 2 if there was no information (in which case assume 0 if DO_DEFAULT),
7422 3 if the initializer list is empty (in pedantic mode). */
7425 cp_complete_array_type (tree *ptype, tree initial_value, bool do_default)
7427 int failure;
7428 tree type, elt_type;
7430 /* Don't get confused by a CONSTRUCTOR for some other type. */
7431 if (initial_value && TREE_CODE (initial_value) == CONSTRUCTOR
7432 && !BRACE_ENCLOSED_INITIALIZER_P (initial_value))
7433 return 1;
7435 if (initial_value)
7437 unsigned HOST_WIDE_INT i;
7438 tree value;
7440 /* An array of character type can be initialized from a
7441 brace-enclosed string constant.
7443 FIXME: this code is duplicated from reshape_init. Probably
7444 we should just call reshape_init here? */
7445 if (char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (*ptype)))
7446 && TREE_CODE (initial_value) == CONSTRUCTOR
7447 && !vec_safe_is_empty (CONSTRUCTOR_ELTS (initial_value)))
7449 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (initial_value);
7450 tree value = (*v)[0].value;
7452 if (TREE_CODE (value) == STRING_CST
7453 && v->length () == 1)
7454 initial_value = value;
7457 /* If any of the elements are parameter packs, we can't actually
7458 complete this type now because the array size is dependent. */
7459 if (TREE_CODE (initial_value) == CONSTRUCTOR)
7461 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (initial_value),
7462 i, value)
7464 if (PACK_EXPANSION_P (value))
7465 return 0;
7470 failure = complete_array_type (ptype, initial_value, do_default);
7472 /* We can create the array before the element type is complete, which
7473 means that we didn't have these two bits set in the original type
7474 either. In completing the type, we are expected to propagate these
7475 bits. See also complete_type which does the same thing for arrays
7476 of fixed size. */
7477 type = *ptype;
7478 if (TYPE_DOMAIN (type))
7480 elt_type = TREE_TYPE (type);
7481 TYPE_NEEDS_CONSTRUCTING (type) = TYPE_NEEDS_CONSTRUCTING (elt_type);
7482 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
7483 = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (elt_type);
7486 return failure;
7489 /* As above, but either give an error or reject zero-size arrays, depending
7490 on COMPLAIN. */
7493 cp_complete_array_type_or_error (tree *ptype, tree initial_value,
7494 bool do_default, tsubst_flags_t complain)
7496 int failure;
7497 bool sfinae = !(complain & tf_error);
7498 /* In SFINAE context we can't be lenient about zero-size arrays. */
7499 if (sfinae)
7500 ++pedantic;
7501 failure = cp_complete_array_type (ptype, initial_value, do_default);
7502 if (sfinae)
7503 --pedantic;
7504 if (failure)
7506 if (sfinae)
7507 /* Not an error. */;
7508 else if (failure == 1)
7509 error ("initializer fails to determine size of %qT", *ptype);
7510 else if (failure == 2)
7512 if (do_default)
7513 error ("array size missing in %qT", *ptype);
7515 else if (failure == 3)
7516 error ("zero-size array %qT", *ptype);
7517 *ptype = error_mark_node;
7519 return failure;
7522 /* Return zero if something is declared to be a member of type
7523 CTYPE when in the context of CUR_TYPE. STRING is the error
7524 message to print in that case. Otherwise, quietly return 1. */
7526 static int
7527 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags)
7529 if (ctype && ctype != cur_type)
7531 if (flags == DTOR_FLAG)
7532 error ("destructor for alien class %qT cannot be a member", ctype);
7533 else
7534 error ("constructor for alien class %qT cannot be a member", ctype);
7535 return 0;
7537 return 1;
7540 /* Subroutine of `grokdeclarator'. */
7542 /* Generate errors possibly applicable for a given set of specifiers.
7543 This is for ARM $7.1.2. */
7545 static void
7546 bad_specifiers (tree object,
7547 enum bad_spec_place type,
7548 int virtualp,
7549 int quals,
7550 int inlinep,
7551 int friendp,
7552 int raises)
7554 switch (type)
7556 case BSP_VAR:
7557 if (virtualp)
7558 error ("%qD declared as a %<virtual%> variable", object);
7559 if (inlinep)
7560 error ("%qD declared as an %<inline%> variable", object);
7561 if (quals)
7562 error ("%<const%> and %<volatile%> function specifiers on "
7563 "%qD invalid in variable declaration", object);
7564 break;
7565 case BSP_PARM:
7566 if (virtualp)
7567 error ("%qD declared as a %<virtual%> parameter", object);
7568 if (inlinep)
7569 error ("%qD declared as an %<inline%> parameter", object);
7570 if (quals)
7571 error ("%<const%> and %<volatile%> function specifiers on "
7572 "%qD invalid in parameter declaration", object);
7573 break;
7574 case BSP_TYPE:
7575 if (virtualp)
7576 error ("%qD declared as a %<virtual%> type", object);
7577 if (inlinep)
7578 error ("%qD declared as an %<inline%> type", object);
7579 if (quals)
7580 error ("%<const%> and %<volatile%> function specifiers on "
7581 "%qD invalid in type declaration", object);
7582 break;
7583 case BSP_FIELD:
7584 if (virtualp)
7585 error ("%qD declared as a %<virtual%> field", object);
7586 if (inlinep)
7587 error ("%qD declared as an %<inline%> field", object);
7588 if (quals)
7589 error ("%<const%> and %<volatile%> function specifiers on "
7590 "%qD invalid in field declaration", object);
7591 break;
7592 default:
7593 gcc_unreachable();
7595 if (friendp)
7596 error ("%q+D declared as a friend", object);
7597 if (raises
7598 && (TREE_CODE (object) == TYPE_DECL
7599 || (!TYPE_PTRFN_P (TREE_TYPE (object))
7600 && !TYPE_REFFN_P (TREE_TYPE (object))
7601 && !TYPE_PTRMEMFUNC_P (TREE_TYPE (object)))))
7602 error ("%q+D declared with an exception specification", object);
7605 /* DECL is a member function or static data member and is presently
7606 being defined. Check that the definition is taking place in a
7607 valid namespace. */
7609 static void
7610 check_class_member_definition_namespace (tree decl)
7612 /* These checks only apply to member functions and static data
7613 members. */
7614 gcc_assert (VAR_OR_FUNCTION_DECL_P (decl));
7615 /* We check for problems with specializations in pt.c in
7616 check_specialization_namespace, where we can issue better
7617 diagnostics. */
7618 if (processing_specialization)
7619 return;
7620 /* There are no restrictions on the placement of
7621 explicit instantiations. */
7622 if (processing_explicit_instantiation)
7623 return;
7624 /* [class.mfct]
7626 A member function definition that appears outside of the
7627 class definition shall appear in a namespace scope enclosing
7628 the class definition.
7630 [class.static.data]
7632 The definition for a static data member shall appear in a
7633 namespace scope enclosing the member's class definition. */
7634 if (!is_ancestor (current_namespace, DECL_CONTEXT (decl)))
7635 permerror (input_location, "definition of %qD is not in namespace enclosing %qT",
7636 decl, DECL_CONTEXT (decl));
7639 /* Build a PARM_DECL for the "this" parameter. TYPE is the
7640 METHOD_TYPE for a non-static member function; QUALS are the
7641 cv-qualifiers that apply to the function. */
7643 tree
7644 build_this_parm (tree type, cp_cv_quals quals)
7646 tree this_type;
7647 tree qual_type;
7648 tree parm;
7649 cp_cv_quals this_quals;
7651 if (CLASS_TYPE_P (type))
7653 this_type
7654 = cp_build_qualified_type (type, quals & ~TYPE_QUAL_RESTRICT);
7655 this_type = build_pointer_type (this_type);
7657 else
7658 this_type = type_of_this_parm (type);
7659 /* The `this' parameter is implicitly `const'; it cannot be
7660 assigned to. */
7661 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST;
7662 qual_type = cp_build_qualified_type (this_type, this_quals);
7663 parm = build_artificial_parm (this_identifier, qual_type);
7664 cp_apply_type_quals_to_decl (this_quals, parm);
7665 return parm;
7668 /* DECL is a static member function. Complain if it was declared
7669 with function-cv-quals. */
7671 static void
7672 check_static_quals (tree decl, cp_cv_quals quals)
7674 if (quals != TYPE_UNQUALIFIED)
7675 error ("static member function %q#D declared with type qualifiers",
7676 decl);
7679 // Check that FN takes no arguments and returns bool.
7680 static void
7681 check_concept_fn (tree fn)
7683 // A constraint is nullary.
7684 if (DECL_ARGUMENTS (fn))
7685 error ("concept %q#D declared with function parameters", fn);
7687 // The declared return type of the concept shall be bool, and
7688 // it shall not be deduced from it definition.
7689 tree type = TREE_TYPE (TREE_TYPE (fn));
7690 if (is_auto (type))
7691 error ("concept %q#D declared with a deduced return type", fn);
7692 else if (type != boolean_type_node)
7693 error ("concept %q#D with return type %qT", fn, type);
7696 /* Helper function. Replace the temporary this parameter injected
7697 during cp_finish_omp_declare_simd with the real this parameter. */
7699 static tree
7700 declare_simd_adjust_this (tree *tp, int *walk_subtrees, void *data)
7702 tree this_parm = (tree) data;
7703 if (TREE_CODE (*tp) == PARM_DECL
7704 && DECL_NAME (*tp) == this_identifier
7705 && *tp != this_parm)
7706 *tp = this_parm;
7707 else if (TYPE_P (*tp))
7708 *walk_subtrees = 0;
7709 return NULL_TREE;
7712 /* CTYPE is class type, or null if non-class.
7713 TYPE is type this FUNCTION_DECL should have, either FUNCTION_TYPE
7714 or METHOD_TYPE.
7715 DECLARATOR is the function's name.
7716 PARMS is a chain of PARM_DECLs for the function.
7717 VIRTUALP is truthvalue of whether the function is virtual or not.
7718 FLAGS are to be passed through to `grokclassfn'.
7719 QUALS are qualifiers indicating whether the function is `const'
7720 or `volatile'.
7721 RAISES is a list of exceptions that this function can raise.
7722 CHECK is 1 if we must find this method in CTYPE, 0 if we should
7723 not look, and -1 if we should not call `grokclassfn' at all.
7725 SFK is the kind of special function (if any) for the new function.
7727 Returns `NULL_TREE' if something goes wrong, after issuing
7728 applicable error messages. */
7730 static tree
7731 grokfndecl (tree ctype,
7732 tree type,
7733 tree declarator,
7734 tree parms,
7735 tree orig_declarator,
7736 tree decl_reqs,
7737 int virtualp,
7738 enum overload_flags flags,
7739 cp_cv_quals quals,
7740 cp_ref_qualifier rqual,
7741 tree raises,
7742 int check,
7743 int friendp,
7744 int publicp,
7745 int inlinep,
7746 bool deletedp,
7747 special_function_kind sfk,
7748 bool funcdef_flag,
7749 int template_count,
7750 tree in_namespace,
7751 tree* attrlist,
7752 location_t location)
7754 tree decl;
7755 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE;
7756 tree t;
7758 // Was the concept specifier present?
7759 bool concept_p = inlinep & 4;
7761 // Concept declarations must have a corresponding definition.
7762 if (concept_p && !funcdef_flag)
7764 error ("concept %qD has no definition", declarator);
7765 return NULL_TREE;
7768 if (rqual)
7769 type = build_ref_qualified_type (type, rqual);
7770 if (raises)
7771 type = build_exception_variant (type, raises);
7773 decl = build_lang_decl (FUNCTION_DECL, declarator, type);
7775 /* Set the constraints on the declaration. */
7776 if (flag_concepts)
7778 tree tmpl_reqs = NULL_TREE;
7779 if (processing_template_decl > template_class_depth (ctype))
7780 tmpl_reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms);
7782 /* Adjust the required expression into a constraint. */
7783 if (decl_reqs)
7784 decl_reqs = make_predicate_constraint (decl_reqs);
7786 tree ci = build_constraints (tmpl_reqs, decl_reqs);
7787 set_constraints (decl, ci);
7790 /* If we have an explicit location, use it, otherwise use whatever
7791 build_lang_decl used (probably input_location). */
7792 if (location != UNKNOWN_LOCATION)
7793 DECL_SOURCE_LOCATION (decl) = location;
7795 if (TREE_CODE (type) == METHOD_TYPE)
7797 tree parm;
7798 parm = build_this_parm (type, quals);
7799 DECL_CHAIN (parm) = parms;
7800 parms = parm;
7802 DECL_ARGUMENTS (decl) = parms;
7803 for (t = parms; t; t = DECL_CHAIN (t))
7804 DECL_CONTEXT (t) = decl;
7805 /* Propagate volatile out from type to decl. */
7806 if (TYPE_VOLATILE (type))
7807 TREE_THIS_VOLATILE (decl) = 1;
7809 /* Setup decl according to sfk. */
7810 switch (sfk)
7812 case sfk_constructor:
7813 case sfk_copy_constructor:
7814 case sfk_move_constructor:
7815 DECL_CONSTRUCTOR_P (decl) = 1;
7816 break;
7817 case sfk_destructor:
7818 DECL_DESTRUCTOR_P (decl) = 1;
7819 break;
7820 default:
7821 break;
7824 /* If pointers to member functions use the least significant bit to
7825 indicate whether a function is virtual, ensure a pointer
7826 to this function will have that bit clear. */
7827 if (TARGET_PTRMEMFUNC_VBIT_LOCATION == ptrmemfunc_vbit_in_pfn
7828 && TREE_CODE (type) == METHOD_TYPE
7829 && DECL_ALIGN (decl) < 2 * BITS_PER_UNIT)
7830 DECL_ALIGN (decl) = 2 * BITS_PER_UNIT;
7832 if (friendp
7833 && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)
7835 if (funcdef_flag)
7836 error
7837 ("defining explicit specialization %qD in friend declaration",
7838 orig_declarator);
7839 else
7841 tree fns = TREE_OPERAND (orig_declarator, 0);
7842 tree args = TREE_OPERAND (orig_declarator, 1);
7844 if (PROCESSING_REAL_TEMPLATE_DECL_P ())
7846 /* Something like `template <class T> friend void f<T>()'. */
7847 error ("invalid use of template-id %qD in declaration "
7848 "of primary template",
7849 orig_declarator);
7850 return NULL_TREE;
7853 /* A friend declaration of the form friend void f<>(). Record
7854 the information in the TEMPLATE_ID_EXPR. */
7855 SET_DECL_IMPLICIT_INSTANTIATION (decl);
7857 gcc_assert (identifier_p (fns) || TREE_CODE (fns) == OVERLOAD);
7858 DECL_TEMPLATE_INFO (decl) = build_template_info (fns, args);
7860 for (t = TYPE_ARG_TYPES (TREE_TYPE (decl)); t; t = TREE_CHAIN (t))
7861 if (TREE_PURPOSE (t)
7862 && TREE_CODE (TREE_PURPOSE (t)) == DEFAULT_ARG)
7864 error ("default arguments are not allowed in declaration "
7865 "of friend template specialization %qD",
7866 decl);
7867 return NULL_TREE;
7870 if (inlinep & 1)
7871 error ("%<inline%> is not allowed in declaration of friend "
7872 "template specialization %qD",
7873 decl);
7874 if (inlinep & 2)
7875 error ("%<constexpr%> is not allowed in declaration of friend "
7876 "template specialization %qD",
7877 decl);
7878 if (inlinep)
7879 return NULL_TREE;
7883 /* If this decl has namespace scope, set that up. */
7884 if (in_namespace)
7885 set_decl_namespace (decl, in_namespace, friendp);
7886 else if (!ctype)
7887 DECL_CONTEXT (decl) = FROB_CONTEXT (current_decl_namespace ());
7889 /* `main' and builtins have implicit 'C' linkage. */
7890 if ((MAIN_NAME_P (declarator)
7891 || (IDENTIFIER_LENGTH (declarator) > 10
7892 && IDENTIFIER_POINTER (declarator)[0] == '_'
7893 && IDENTIFIER_POINTER (declarator)[1] == '_'
7894 && strncmp (IDENTIFIER_POINTER (declarator)+2, "builtin_", 8) == 0)
7895 || (targetcm.cxx_implicit_extern_c
7896 && targetcm.cxx_implicit_extern_c(IDENTIFIER_POINTER (declarator))))
7897 && current_lang_name == lang_name_cplusplus
7898 && ctype == NULL_TREE
7899 && DECL_FILE_SCOPE_P (decl))
7900 SET_DECL_LANGUAGE (decl, lang_c);
7902 /* Should probably propagate const out from type to decl I bet (mrs). */
7903 if (staticp)
7905 DECL_STATIC_FUNCTION_P (decl) = 1;
7906 DECL_CONTEXT (decl) = ctype;
7909 if (deletedp)
7910 DECL_DELETED_FN (decl) = 1;
7912 if (ctype)
7914 DECL_CONTEXT (decl) = ctype;
7915 if (funcdef_flag)
7916 check_class_member_definition_namespace (decl);
7919 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
7921 if (PROCESSING_REAL_TEMPLATE_DECL_P())
7922 error ("cannot declare %<::main%> to be a template");
7923 if (inlinep & 1)
7924 error ("cannot declare %<::main%> to be inline");
7925 if (inlinep & 2)
7926 error ("cannot declare %<::main%> to be constexpr");
7927 if (!publicp)
7928 error ("cannot declare %<::main%> to be static");
7929 inlinep = 0;
7930 publicp = 1;
7933 /* Members of anonymous types and local classes have no linkage; make
7934 them internal. If a typedef is made later, this will be changed. */
7935 if (ctype && (TYPE_ANONYMOUS_P (ctype)
7936 || decl_function_context (TYPE_MAIN_DECL (ctype))))
7937 publicp = 0;
7939 if (publicp && cxx_dialect == cxx98)
7941 /* [basic.link]: A name with no linkage (notably, the name of a class
7942 or enumeration declared in a local scope) shall not be used to
7943 declare an entity with linkage.
7945 DR 757 relaxes this restriction for C++0x. */
7946 no_linkage_error (decl);
7949 TREE_PUBLIC (decl) = publicp;
7950 if (! publicp)
7952 DECL_INTERFACE_KNOWN (decl) = 1;
7953 DECL_NOT_REALLY_EXTERN (decl) = 1;
7956 /* If the declaration was declared inline, mark it as such. */
7957 if (inlinep)
7959 DECL_DECLARED_INLINE_P (decl) = 1;
7960 if (publicp)
7961 DECL_COMDAT (decl) = 1;
7963 if (inlinep & 2)
7964 DECL_DECLARED_CONSTEXPR_P (decl) = true;
7966 // If the concept declaration specifier was found, check
7967 // that the declaration satisfies the necessary requirements.
7968 if (inlinep & 4)
7970 DECL_DECLARED_CONCEPT_P (decl) = true;
7971 check_concept_fn (decl);
7974 DECL_EXTERNAL (decl) = 1;
7975 if (TREE_CODE (type) == FUNCTION_TYPE)
7977 if (quals)
7979 error (ctype
7980 ? G_("static member function %qD cannot have cv-qualifier")
7981 : G_("non-member function %qD cannot have cv-qualifier"),
7982 decl);
7983 quals = TYPE_UNQUALIFIED;
7986 if (rqual)
7988 error (ctype
7989 ? G_("static member function %qD cannot have ref-qualifier")
7990 : G_("non-member function %qD cannot have ref-qualifier"),
7991 decl);
7992 rqual = REF_QUAL_NONE;
7996 if (IDENTIFIER_OPNAME_P (DECL_NAME (decl))
7997 && !grok_op_properties (decl, /*complain=*/true))
7998 return NULL_TREE;
7999 else if (UDLIT_OPER_P (DECL_NAME (decl)))
8001 bool long_long_unsigned_p;
8002 bool long_double_p;
8003 const char *suffix = NULL;
8004 /* [over.literal]/6: Literal operators shall not have C linkage. */
8005 if (DECL_LANGUAGE (decl) == lang_c)
8007 error ("literal operator with C linkage");
8008 return NULL_TREE;
8011 if (DECL_NAMESPACE_SCOPE_P (decl))
8013 if (!check_literal_operator_args (decl, &long_long_unsigned_p,
8014 &long_double_p))
8016 error ("%qD has invalid argument list", decl);
8017 return NULL_TREE;
8020 suffix = UDLIT_OP_SUFFIX (DECL_NAME (decl));
8021 if (long_long_unsigned_p)
8023 if (cpp_interpret_int_suffix (parse_in, suffix, strlen (suffix)))
8024 warning (0, "integer suffix %<%s%>"
8025 " shadowed by implementation", suffix);
8027 else if (long_double_p)
8029 if (cpp_interpret_float_suffix (parse_in, suffix, strlen (suffix)))
8030 warning (0, "floating point suffix %<%s%>"
8031 " shadowed by implementation", suffix);
8034 else
8036 error ("%qD must be a non-member function", decl);
8037 return NULL_TREE;
8041 if (funcdef_flag)
8042 /* Make the init_value nonzero so pushdecl knows this is not
8043 tentative. error_mark_node is replaced later with the BLOCK. */
8044 DECL_INITIAL (decl) = error_mark_node;
8046 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl))
8047 TREE_NOTHROW (decl) = 1;
8049 if (flag_openmp || flag_cilkplus)
8051 /* Adjust "omp declare simd" attributes. */
8052 tree ods = lookup_attribute ("omp declare simd", *attrlist);
8053 if (ods)
8055 tree attr;
8056 for (attr = ods; attr;
8057 attr = lookup_attribute ("omp declare simd", TREE_CHAIN (attr)))
8059 if (TREE_CODE (type) == METHOD_TYPE)
8060 walk_tree (&TREE_VALUE (attr), declare_simd_adjust_this,
8061 DECL_ARGUMENTS (decl), NULL);
8062 if (TREE_VALUE (attr) != NULL_TREE)
8064 tree cl = TREE_VALUE (TREE_VALUE (attr));
8065 cl = c_omp_declare_simd_clauses_to_numbers
8066 (DECL_ARGUMENTS (decl), cl);
8067 if (cl)
8068 TREE_VALUE (TREE_VALUE (attr)) = cl;
8069 else
8070 TREE_VALUE (attr) = NULL_TREE;
8076 /* Caller will do the rest of this. */
8077 if (check < 0)
8078 return decl;
8080 if (ctype != NULL_TREE)
8081 grokclassfn (ctype, decl, flags);
8083 /* 12.4/3 */
8084 if (cxx_dialect >= cxx11
8085 && DECL_DESTRUCTOR_P (decl)
8086 && !TYPE_BEING_DEFINED (DECL_CONTEXT (decl))
8087 && !processing_template_decl)
8088 deduce_noexcept_on_destructor (decl);
8090 decl = check_explicit_specialization (orig_declarator, decl,
8091 template_count,
8092 2 * funcdef_flag +
8093 4 * (friendp != 0) +
8094 8 * concept_p);
8095 if (decl == error_mark_node)
8096 return NULL_TREE;
8098 if (DECL_STATIC_FUNCTION_P (decl))
8099 check_static_quals (decl, quals);
8101 if (attrlist)
8103 cplus_decl_attributes (&decl, *attrlist, 0);
8104 *attrlist = NULL_TREE;
8107 /* Check main's type after attributes have been applied. */
8108 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
8110 if (!same_type_p (TREE_TYPE (TREE_TYPE (decl)),
8111 integer_type_node))
8113 tree oldtypeargs = TYPE_ARG_TYPES (TREE_TYPE (decl));
8114 tree newtype;
8115 error ("%<::main%> must return %<int%>");
8116 newtype = build_function_type (integer_type_node, oldtypeargs);
8117 TREE_TYPE (decl) = newtype;
8119 if (warn_main)
8120 check_main_parameter_types (decl);
8123 if (ctype != NULL_TREE
8124 && (! TYPE_FOR_JAVA (ctype) || check_java_method (decl))
8125 && check)
8127 tree old_decl = check_classfn (ctype, decl,
8128 (processing_template_decl
8129 > template_class_depth (ctype))
8130 ? current_template_parms
8131 : NULL_TREE);
8133 if (old_decl == error_mark_node)
8134 return NULL_TREE;
8136 if (old_decl)
8138 tree ok;
8139 tree pushed_scope;
8141 if (TREE_CODE (old_decl) == TEMPLATE_DECL)
8142 /* Because grokfndecl is always supposed to return a
8143 FUNCTION_DECL, we pull out the DECL_TEMPLATE_RESULT
8144 here. We depend on our callers to figure out that its
8145 really a template that's being returned. */
8146 old_decl = DECL_TEMPLATE_RESULT (old_decl);
8148 if (DECL_STATIC_FUNCTION_P (old_decl)
8149 && TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE)
8151 /* Remove the `this' parm added by grokclassfn. */
8152 revert_static_member_fn (decl);
8153 check_static_quals (decl, quals);
8155 if (DECL_ARTIFICIAL (old_decl))
8157 error ("definition of implicitly-declared %qD", old_decl);
8158 return NULL_TREE;
8160 else if (DECL_DEFAULTED_FN (old_decl))
8162 error ("definition of explicitly-defaulted %q+D", decl);
8163 error ("%q+#D explicitly defaulted here", old_decl);
8164 return NULL_TREE;
8167 /* Since we've smashed OLD_DECL to its
8168 DECL_TEMPLATE_RESULT, we must do the same to DECL. */
8169 if (TREE_CODE (decl) == TEMPLATE_DECL)
8170 decl = DECL_TEMPLATE_RESULT (decl);
8172 /* Attempt to merge the declarations. This can fail, in
8173 the case of some invalid specialization declarations. */
8174 pushed_scope = push_scope (ctype);
8175 ok = duplicate_decls (decl, old_decl, friendp);
8176 if (pushed_scope)
8177 pop_scope (pushed_scope);
8178 if (!ok)
8180 error ("no %q#D member function declared in class %qT",
8181 decl, ctype);
8182 return NULL_TREE;
8184 if (ok == error_mark_node)
8185 return NULL_TREE;
8186 return old_decl;
8190 if (DECL_CONSTRUCTOR_P (decl) && !grok_ctor_properties (ctype, decl))
8191 return NULL_TREE;
8193 if (ctype == NULL_TREE || check)
8194 return decl;
8196 if (virtualp)
8197 DECL_VIRTUAL_P (decl) = 1;
8199 return decl;
8202 /* decl is a FUNCTION_DECL.
8203 specifiers are the parsed virt-specifiers.
8205 Set flags to reflect the virt-specifiers.
8207 Returns decl. */
8209 static tree
8210 set_virt_specifiers (tree decl, cp_virt_specifiers specifiers)
8212 if (decl == NULL_TREE)
8213 return decl;
8214 if (specifiers & VIRT_SPEC_OVERRIDE)
8215 DECL_OVERRIDE_P (decl) = 1;
8216 if (specifiers & VIRT_SPEC_FINAL)
8217 DECL_FINAL_P (decl) = 1;
8218 return decl;
8221 /* DECL is a VAR_DECL for a static data member. Set flags to reflect
8222 the linkage that DECL will receive in the object file. */
8224 static void
8225 set_linkage_for_static_data_member (tree decl)
8227 /* A static data member always has static storage duration and
8228 external linkage. Note that static data members are forbidden in
8229 local classes -- the only situation in which a class has
8230 non-external linkage. */
8231 TREE_PUBLIC (decl) = 1;
8232 TREE_STATIC (decl) = 1;
8233 /* For non-template classes, static data members are always put
8234 out in exactly those files where they are defined, just as
8235 with ordinary namespace-scope variables. */
8236 if (!processing_template_decl)
8237 DECL_INTERFACE_KNOWN (decl) = 1;
8240 /* Create a VAR_DECL named NAME with the indicated TYPE.
8242 If SCOPE is non-NULL, it is the class type or namespace containing
8243 the variable. If SCOPE is NULL, the variable should is created in
8244 the innermost enclosing scope. */
8246 static tree
8247 grokvardecl (tree type,
8248 tree name,
8249 tree orig_declarator,
8250 const cp_decl_specifier_seq *declspecs,
8251 int initialized,
8252 int flags,
8253 int template_count,
8254 tree scope)
8256 tree decl;
8257 tree explicit_scope;
8259 gcc_assert (!name || identifier_p (name));
8261 bool constp = flags&1;
8262 bool conceptp = flags&2;
8264 /* Compute the scope in which to place the variable, but remember
8265 whether or not that scope was explicitly specified by the user. */
8266 explicit_scope = scope;
8267 if (!scope)
8269 /* An explicit "extern" specifier indicates a namespace-scope
8270 variable. */
8271 if (declspecs->storage_class == sc_extern)
8272 scope = current_decl_namespace ();
8273 else if (!at_function_scope_p ())
8274 scope = current_scope ();
8277 if (scope
8278 && (/* If the variable is a namespace-scope variable declared in a
8279 template, we need DECL_LANG_SPECIFIC. */
8280 (TREE_CODE (scope) == NAMESPACE_DECL && processing_template_decl)
8281 /* Similarly for namespace-scope variables with language linkage
8282 other than C++. */
8283 || (TREE_CODE (scope) == NAMESPACE_DECL
8284 && current_lang_name != lang_name_cplusplus)
8285 /* Similarly for static data members. */
8286 || TYPE_P (scope)
8287 /* Similarly for explicit specializations. */
8288 || (orig_declarator
8289 && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)))
8290 decl = build_lang_decl (VAR_DECL, name, type);
8291 else
8292 decl = build_decl (input_location, VAR_DECL, name, type);
8294 if (explicit_scope && TREE_CODE (explicit_scope) == NAMESPACE_DECL)
8295 set_decl_namespace (decl, explicit_scope, 0);
8296 else
8297 DECL_CONTEXT (decl) = FROB_CONTEXT (scope);
8299 if (declspecs->storage_class == sc_extern)
8301 DECL_THIS_EXTERN (decl) = 1;
8302 DECL_EXTERNAL (decl) = !initialized;
8305 if (DECL_CLASS_SCOPE_P (decl))
8307 set_linkage_for_static_data_member (decl);
8308 /* This function is only called with out-of-class definitions. */
8309 DECL_EXTERNAL (decl) = 0;
8310 check_class_member_definition_namespace (decl);
8312 /* At top level, either `static' or no s.c. makes a definition
8313 (perhaps tentative), and absence of `static' makes it public. */
8314 else if (toplevel_bindings_p ())
8316 TREE_PUBLIC (decl) = (declspecs->storage_class != sc_static
8317 && (DECL_THIS_EXTERN (decl) || ! constp));
8318 TREE_STATIC (decl) = ! DECL_EXTERNAL (decl);
8320 /* Not at top level, only `static' makes a static definition. */
8321 else
8323 TREE_STATIC (decl) = declspecs->storage_class == sc_static;
8324 TREE_PUBLIC (decl) = DECL_EXTERNAL (decl);
8327 if (decl_spec_seq_has_spec_p (declspecs, ds_thread))
8329 if (DECL_EXTERNAL (decl) || TREE_STATIC (decl))
8330 set_decl_tls_model (decl, decl_default_tls_model (decl));
8331 if (declspecs->gnu_thread_keyword_p)
8332 DECL_GNU_TLS_P (decl) = true;
8335 /* If the type of the decl has no linkage, make sure that we'll
8336 notice that in mark_used. */
8337 if (cxx_dialect > cxx98
8338 && decl_linkage (decl) != lk_none
8339 && DECL_LANG_SPECIFIC (decl) == NULL
8340 && !DECL_EXTERN_C_P (decl)
8341 && no_linkage_check (TREE_TYPE (decl), /*relaxed_p=*/false))
8342 retrofit_lang_decl (decl);
8344 if (TREE_PUBLIC (decl))
8346 /* [basic.link]: A name with no linkage (notably, the name of a class
8347 or enumeration declared in a local scope) shall not be used to
8348 declare an entity with linkage.
8350 DR 757 relaxes this restriction for C++0x. */
8351 if (cxx_dialect < cxx11)
8352 no_linkage_error (decl);
8354 else
8355 DECL_INTERFACE_KNOWN (decl) = 1;
8357 // Check that the variable can be safely declared as a concept.
8358 if (conceptp)
8360 if (!processing_template_decl)
8362 error ("a non-template variable cannot be %<concept%>");
8363 return NULL_TREE;
8365 else
8366 DECL_DECLARED_CONCEPT_P (decl) = true;
8369 // Handle explicit specializations and instantiations of variable templates.
8370 if (orig_declarator
8371 /* For GCC 5 fix 65646 this way. */
8372 && current_tmpl_spec_kind (template_count) != tsk_none)
8373 decl = check_explicit_specialization (orig_declarator, decl,
8374 template_count, conceptp * 8);
8376 return decl != error_mark_node ? decl : NULL_TREE;
8379 /* Create and return a canonical pointer to member function type, for
8380 TYPE, which is a POINTER_TYPE to a METHOD_TYPE. */
8382 tree
8383 build_ptrmemfunc_type (tree type)
8385 tree field, fields;
8386 tree t;
8388 if (type == error_mark_node)
8389 return type;
8391 /* If a canonical type already exists for this type, use it. We use
8392 this method instead of type_hash_canon, because it only does a
8393 simple equality check on the list of field members. */
8395 if ((t = TYPE_GET_PTRMEMFUNC_TYPE (type)))
8396 return t;
8398 /* Make sure that we always have the unqualified pointer-to-member
8399 type first. */
8400 if (cp_cv_quals quals = cp_type_quals (type))
8402 tree unqual = build_ptrmemfunc_type (TYPE_MAIN_VARIANT (type));
8403 return cp_build_qualified_type (unqual, quals);
8406 t = make_node (RECORD_TYPE);
8408 /* Let the front end know this is a pointer to member function. */
8409 TYPE_PTRMEMFUNC_FLAG (t) = 1;
8411 field = build_decl (input_location, FIELD_DECL, pfn_identifier, type);
8412 fields = field;
8414 field = build_decl (input_location, FIELD_DECL, delta_identifier,
8415 delta_type_node);
8416 DECL_CHAIN (field) = fields;
8417 fields = field;
8419 finish_builtin_struct (t, "__ptrmemfunc_type", fields, ptr_type_node);
8421 /* Zap out the name so that the back end will give us the debugging
8422 information for this anonymous RECORD_TYPE. */
8423 TYPE_NAME (t) = NULL_TREE;
8425 /* Cache this pointer-to-member type so that we can find it again
8426 later. */
8427 TYPE_SET_PTRMEMFUNC_TYPE (type, t);
8429 if (TYPE_STRUCTURAL_EQUALITY_P (type))
8430 SET_TYPE_STRUCTURAL_EQUALITY (t);
8431 else if (TYPE_CANONICAL (type) != type)
8432 TYPE_CANONICAL (t) = build_ptrmemfunc_type (TYPE_CANONICAL (type));
8434 return t;
8437 /* Create and return a pointer to data member type. */
8439 tree
8440 build_ptrmem_type (tree class_type, tree member_type)
8442 if (TREE_CODE (member_type) == METHOD_TYPE)
8444 cp_cv_quals quals = type_memfn_quals (member_type);
8445 cp_ref_qualifier rqual = type_memfn_rqual (member_type);
8446 member_type = build_memfn_type (member_type, class_type, quals, rqual);
8447 return build_ptrmemfunc_type (build_pointer_type (member_type));
8449 else
8451 gcc_assert (TREE_CODE (member_type) != FUNCTION_TYPE);
8452 return build_offset_type (class_type, member_type);
8456 /* DECL is a VAR_DECL defined in-class, whose TYPE is also given.
8457 Check to see that the definition is valid. Issue appropriate error
8458 messages. Return 1 if the definition is particularly bad, or 0
8459 otherwise. */
8461 static int
8462 check_static_variable_definition (tree decl, tree type)
8464 /* Can't check yet if we don't know the type. */
8465 if (dependent_type_p (type))
8466 return 0;
8467 /* If DECL is declared constexpr, we'll do the appropriate checks
8468 in check_initializer. */
8469 if (DECL_P (decl) && DECL_DECLARED_CONSTEXPR_P (decl))
8470 return 0;
8471 else if (cxx_dialect >= cxx11 && !INTEGRAL_OR_ENUMERATION_TYPE_P (type))
8473 if (!COMPLETE_TYPE_P (type))
8474 error ("in-class initialization of static data member %q#D of "
8475 "incomplete type", decl);
8476 else if (literal_type_p (type))
8477 permerror (input_location,
8478 "%<constexpr%> needed for in-class initialization of "
8479 "static data member %q#D of non-integral type", decl);
8480 else
8481 error ("in-class initialization of static data member %q#D of "
8482 "non-literal type", decl);
8483 return 1;
8486 /* Motion 10 at San Diego: If a static const integral data member is
8487 initialized with an integral constant expression, the initializer
8488 may appear either in the declaration (within the class), or in
8489 the definition, but not both. If it appears in the class, the
8490 member is a member constant. The file-scope definition is always
8491 required. */
8492 if (!ARITHMETIC_TYPE_P (type) && TREE_CODE (type) != ENUMERAL_TYPE)
8494 error ("invalid in-class initialization of static data member "
8495 "of non-integral type %qT",
8496 type);
8497 return 1;
8499 else if (!CP_TYPE_CONST_P (type))
8500 error ("ISO C++ forbids in-class initialization of non-const "
8501 "static member %qD",
8502 decl);
8503 else if (!INTEGRAL_OR_ENUMERATION_TYPE_P (type))
8504 pedwarn (input_location, OPT_Wpedantic, "ISO C++ forbids initialization of member constant "
8505 "%qD of non-integral type %qT", decl, type);
8507 return 0;
8510 /* *expr_p is part of the TYPE_SIZE of a variably-sized array. If any
8511 SAVE_EXPRs in *expr_p wrap expressions with side-effects, break those
8512 expressions out into temporary variables so that walk_tree doesn't
8513 step into them (c++/15764). */
8515 static tree
8516 stabilize_save_expr_r (tree *expr_p, int *walk_subtrees, void *data)
8518 hash_set<tree> *pset = (hash_set<tree> *)data;
8519 tree expr = *expr_p;
8520 if (TREE_CODE (expr) == SAVE_EXPR)
8522 tree op = TREE_OPERAND (expr, 0);
8523 cp_walk_tree (&op, stabilize_save_expr_r, data, pset);
8524 if (TREE_SIDE_EFFECTS (op))
8525 TREE_OPERAND (expr, 0) = get_temp_regvar (TREE_TYPE (op), op);
8526 *walk_subtrees = 0;
8528 else if (!EXPR_P (expr) || !TREE_SIDE_EFFECTS (expr))
8529 *walk_subtrees = 0;
8530 return NULL;
8533 /* Entry point for the above. */
8535 static void
8536 stabilize_vla_size (tree size)
8538 hash_set<tree> pset;
8539 /* Break out any function calls into temporary variables. */
8540 cp_walk_tree (&size, stabilize_save_expr_r, &pset, &pset);
8543 /* Helper function for compute_array_index_type. Look for SIZEOF_EXPR
8544 not inside of SAVE_EXPR and fold them. */
8546 static tree
8547 fold_sizeof_expr_r (tree *expr_p, int *walk_subtrees, void *data)
8549 tree expr = *expr_p;
8550 if (TREE_CODE (expr) == SAVE_EXPR || TYPE_P (expr))
8551 *walk_subtrees = 0;
8552 else if (TREE_CODE (expr) == SIZEOF_EXPR)
8554 *(bool *)data = true;
8555 if (SIZEOF_EXPR_TYPE_P (expr))
8556 expr = cxx_sizeof_or_alignof_type (TREE_TYPE (TREE_OPERAND (expr, 0)),
8557 SIZEOF_EXPR, false);
8558 else if (TYPE_P (TREE_OPERAND (expr, 0)))
8559 expr = cxx_sizeof_or_alignof_type (TREE_OPERAND (expr, 0), SIZEOF_EXPR,
8560 false);
8561 else
8562 expr = cxx_sizeof_or_alignof_expr (TREE_OPERAND (expr, 0), SIZEOF_EXPR,
8563 false);
8564 if (expr == error_mark_node)
8565 expr = size_one_node;
8566 *expr_p = expr;
8567 *walk_subtrees = 0;
8569 return NULL;
8572 /* Given the SIZE (i.e., number of elements) in an array, compute an
8573 appropriate index type for the array. If non-NULL, NAME is the
8574 name of the thing being declared. */
8576 tree
8577 compute_array_index_type (tree name, tree size, tsubst_flags_t complain)
8579 tree itype;
8580 tree osize = size;
8582 if (error_operand_p (size))
8583 return error_mark_node;
8585 if (!type_dependent_expression_p (size))
8587 tree type = TREE_TYPE (size);
8589 mark_rvalue_use (size);
8591 if (cxx_dialect < cxx11 && TREE_CODE (size) == NOP_EXPR
8592 && TREE_SIDE_EFFECTS (size))
8593 /* In C++98, we mark a non-constant array bound with a magic
8594 NOP_EXPR with TREE_SIDE_EFFECTS; don't fold in that case. */;
8595 else
8597 size = instantiate_non_dependent_expr_sfinae (size, complain);
8599 if (CLASS_TYPE_P (type)
8600 && CLASSTYPE_LITERAL_P (type))
8602 size = build_expr_type_conversion (WANT_INT, size, true);
8603 if (!size)
8605 if (!(complain & tf_error))
8606 return error_mark_node;
8607 if (name)
8608 error ("size of array %qD has non-integral type %qT",
8609 name, type);
8610 else
8611 error ("size of array has non-integral type %qT", type);
8612 size = integer_one_node;
8614 if (size == error_mark_node)
8615 return error_mark_node;
8616 type = TREE_TYPE (size);
8619 if (INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
8620 size = maybe_constant_value (size);
8622 if (!TREE_CONSTANT (size))
8623 size = osize;
8626 if (error_operand_p (size))
8627 return error_mark_node;
8629 /* The array bound must be an integer type. */
8630 if (!INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
8632 if (!(complain & tf_error))
8633 return error_mark_node;
8634 if (name)
8635 error ("size of array %qD has non-integral type %qT", name, type);
8636 else
8637 error ("size of array has non-integral type %qT", type);
8638 size = integer_one_node;
8639 type = TREE_TYPE (size);
8643 /* A type is dependent if it is...an array type constructed from any
8644 dependent type or whose size is specified by a constant expression
8645 that is value-dependent. */
8646 /* We can only call value_dependent_expression_p on integral constant
8647 expressions; treat non-constant expressions as dependent, too. */
8648 if (processing_template_decl
8649 && (type_dependent_expression_p (size)
8650 || !TREE_CONSTANT (size) || value_dependent_expression_p (size)))
8652 /* We cannot do any checking for a SIZE that isn't known to be
8653 constant. Just build the index type and mark that it requires
8654 structural equality checks. */
8655 itype = build_index_type (build_min (MINUS_EXPR, sizetype,
8656 size, size_one_node));
8657 TYPE_DEPENDENT_P (itype) = 1;
8658 TYPE_DEPENDENT_P_VALID (itype) = 1;
8659 SET_TYPE_STRUCTURAL_EQUALITY (itype);
8660 return itype;
8663 /* Normally, the array-bound will be a constant. */
8664 if (TREE_CODE (size) == INTEGER_CST)
8666 /* Check to see if the array bound overflowed. Make that an
8667 error, no matter how generous we're being. */
8668 constant_expression_error (size);
8670 /* An array must have a positive number of elements. */
8671 if (tree_int_cst_lt (size, integer_zero_node))
8673 if (!(complain & tf_error))
8674 return error_mark_node;
8675 if (name)
8676 error ("size of array %qD is negative", name);
8677 else
8678 error ("size of array is negative");
8679 size = integer_one_node;
8681 /* As an extension we allow zero-sized arrays. */
8682 else if (integer_zerop (size))
8684 if (!(complain & tf_error))
8685 /* We must fail if performing argument deduction (as
8686 indicated by the state of complain), so that
8687 another substitution can be found. */
8688 return error_mark_node;
8689 else if (in_system_header_at (input_location))
8690 /* Allow them in system headers because glibc uses them. */;
8691 else if (name)
8692 pedwarn (input_location, OPT_Wpedantic, "ISO C++ forbids zero-size array %qD", name);
8693 else
8694 pedwarn (input_location, OPT_Wpedantic, "ISO C++ forbids zero-size array");
8697 else if (TREE_CONSTANT (size)
8698 /* We don't allow VLAs at non-function scopes, or during
8699 tentative template substitution. */
8700 || !at_function_scope_p ()
8701 || !(complain & tf_error))
8703 if (!(complain & tf_error))
8704 return error_mark_node;
8705 /* `(int) &fn' is not a valid array bound. */
8706 if (name)
8707 error ("size of array %qD is not an integral constant-expression",
8708 name);
8709 else
8710 error ("size of array is not an integral constant-expression");
8711 size = integer_one_node;
8713 else if (pedantic && warn_vla != 0)
8715 if (name)
8716 pedwarn (input_location, OPT_Wvla, "ISO C++ forbids variable length array %qD", name);
8717 else
8718 pedwarn (input_location, OPT_Wvla, "ISO C++ forbids variable length array");
8720 else if (warn_vla > 0)
8722 if (name)
8723 warning (OPT_Wvla,
8724 "variable length array %qD is used", name);
8725 else
8726 warning (OPT_Wvla,
8727 "variable length array is used");
8730 if (processing_template_decl && !TREE_CONSTANT (size))
8731 /* A variable sized array. */
8732 itype = build_min (MINUS_EXPR, sizetype, size, integer_one_node);
8733 else
8735 HOST_WIDE_INT saved_processing_template_decl;
8737 /* Compute the index of the largest element in the array. It is
8738 one less than the number of elements in the array. We save
8739 and restore PROCESSING_TEMPLATE_DECL so that computations in
8740 cp_build_binary_op will be appropriately folded. */
8741 saved_processing_template_decl = processing_template_decl;
8742 processing_template_decl = 0;
8743 itype = cp_build_binary_op (input_location,
8744 MINUS_EXPR,
8745 cp_convert (ssizetype, size, complain),
8746 cp_convert (ssizetype, integer_one_node,
8747 complain),
8748 complain);
8749 itype = fold (itype);
8750 processing_template_decl = saved_processing_template_decl;
8752 if (!TREE_CONSTANT (itype))
8754 /* A variable sized array. */
8755 itype = variable_size (itype);
8757 if (TREE_CODE (itype) != SAVE_EXPR)
8759 /* Look for SIZEOF_EXPRs in itype and fold them, otherwise
8760 they might survive till gimplification. */
8761 tree newitype = itype;
8762 bool found = false;
8763 cp_walk_tree_without_duplicates (&newitype,
8764 fold_sizeof_expr_r, &found);
8765 if (found)
8766 itype = variable_size (fold (newitype));
8769 stabilize_vla_size (itype);
8771 if (flag_sanitize & SANITIZE_VLA
8772 && do_ubsan_in_current_function ())
8774 /* We have to add 1 -- in the ubsan routine we generate
8775 LE_EXPR rather than LT_EXPR. */
8776 tree t = fold_build2 (PLUS_EXPR, TREE_TYPE (itype), itype,
8777 build_one_cst (TREE_TYPE (itype)));
8778 t = ubsan_instrument_vla (input_location, t);
8779 finish_expr_stmt (t);
8782 /* Make sure that there was no overflow when creating to a signed
8783 index type. (For example, on a 32-bit machine, an array with
8784 size 2^32 - 1 is too big.) */
8785 else if (TREE_CODE (itype) == INTEGER_CST
8786 && TREE_OVERFLOW (itype))
8788 if (!(complain & tf_error))
8789 return error_mark_node;
8790 error ("overflow in array dimension");
8791 TREE_OVERFLOW (itype) = 0;
8795 /* Create and return the appropriate index type. */
8796 itype = build_index_type (itype);
8798 /* If the index type were dependent, we would have returned early, so
8799 remember that it isn't. */
8800 TYPE_DEPENDENT_P (itype) = 0;
8801 TYPE_DEPENDENT_P_VALID (itype) = 1;
8802 return itype;
8805 /* Returns the scope (if any) in which the entity declared by
8806 DECLARATOR will be located. If the entity was declared with an
8807 unqualified name, NULL_TREE is returned. */
8809 tree
8810 get_scope_of_declarator (const cp_declarator *declarator)
8812 while (declarator && declarator->kind != cdk_id)
8813 declarator = declarator->declarator;
8815 /* If the declarator-id is a SCOPE_REF, the scope in which the
8816 declaration occurs is the first operand. */
8817 if (declarator
8818 && declarator->u.id.qualifying_scope)
8819 return declarator->u.id.qualifying_scope;
8821 /* Otherwise, the declarator is not a qualified name; the entity will
8822 be declared in the current scope. */
8823 return NULL_TREE;
8826 /* Returns an ARRAY_TYPE for an array with SIZE elements of the
8827 indicated TYPE. If non-NULL, NAME is the NAME of the declaration
8828 with this type. */
8830 static tree
8831 create_array_type_for_decl (tree name, tree type, tree size)
8833 tree itype = NULL_TREE;
8835 /* If things have already gone awry, bail now. */
8836 if (type == error_mark_node || size == error_mark_node)
8837 return error_mark_node;
8839 /* 8.3.4/1: If the type of the identifier of D contains the auto
8840 type-specifier, the program is ill-formed. */
8841 if (type_uses_auto (type))
8843 error ("%qD declared as array of %qT", name, type);
8844 return error_mark_node;
8847 /* If there are some types which cannot be array elements,
8848 issue an error-message and return. */
8849 switch (TREE_CODE (type))
8851 case VOID_TYPE:
8852 if (name)
8853 error ("declaration of %qD as array of void", name);
8854 else
8855 error ("creating array of void");
8856 return error_mark_node;
8858 case FUNCTION_TYPE:
8859 if (name)
8860 error ("declaration of %qD as array of functions", name);
8861 else
8862 error ("creating array of functions");
8863 return error_mark_node;
8865 case REFERENCE_TYPE:
8866 if (name)
8867 error ("declaration of %qD as array of references", name);
8868 else
8869 error ("creating array of references");
8870 return error_mark_node;
8872 case METHOD_TYPE:
8873 if (name)
8874 error ("declaration of %qD as array of function members", name);
8875 else
8876 error ("creating array of function members");
8877 return error_mark_node;
8879 default:
8880 break;
8883 /* [dcl.array]
8885 The constant expressions that specify the bounds of the arrays
8886 can be omitted only for the first member of the sequence. */
8887 if (TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type))
8889 if (name)
8890 error ("declaration of %qD as multidimensional array must "
8891 "have bounds for all dimensions except the first",
8892 name);
8893 else
8894 error ("multidimensional array must have bounds for all "
8895 "dimensions except the first");
8897 return error_mark_node;
8900 /* Figure out the index type for the array. */
8901 if (size)
8902 itype = compute_array_index_type (name, size, tf_warning_or_error);
8904 /* [dcl.array]
8905 T is called the array element type; this type shall not be [...] an
8906 abstract class type. */
8907 abstract_virtuals_error (name, type);
8909 return build_cplus_array_type (type, itype);
8912 /* Check that it's OK to declare a function with the indicated TYPE.
8913 SFK indicates the kind of special function (if any) that this
8914 function is. OPTYPE is the type given in a conversion operator
8915 declaration, or the class type for a constructor/destructor.
8916 Returns the actual return type of the function; that
8917 may be different than TYPE if an error occurs, or for certain
8918 special functions. */
8920 static tree
8921 check_special_function_return_type (special_function_kind sfk,
8922 tree type,
8923 tree optype)
8925 switch (sfk)
8927 case sfk_constructor:
8928 if (type)
8929 error ("return type specification for constructor invalid");
8931 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
8932 type = build_pointer_type (optype);
8933 else
8934 type = void_type_node;
8935 break;
8937 case sfk_destructor:
8938 if (type)
8939 error ("return type specification for destructor invalid");
8940 /* We can't use the proper return type here because we run into
8941 problems with ambiguous bases and covariant returns.
8942 Java classes are left unchanged because (void *) isn't a valid
8943 Java type, and we don't want to change the Java ABI. */
8944 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
8945 type = build_pointer_type (void_type_node);
8946 else
8947 type = void_type_node;
8948 break;
8950 case sfk_conversion:
8951 if (type)
8952 error ("return type specified for %<operator %T%>", optype);
8953 type = optype;
8954 break;
8956 default:
8957 gcc_unreachable ();
8960 return type;
8963 /* A variable or data member (whose unqualified name is IDENTIFIER)
8964 has been declared with the indicated TYPE. If the TYPE is not
8965 acceptable, issue an error message and return a type to use for
8966 error-recovery purposes. */
8968 tree
8969 check_var_type (tree identifier, tree type)
8971 if (VOID_TYPE_P (type))
8973 if (!identifier)
8974 error ("unnamed variable or field declared void");
8975 else if (identifier_p (identifier))
8977 gcc_assert (!IDENTIFIER_OPNAME_P (identifier));
8978 error ("variable or field %qE declared void", identifier);
8980 else
8981 error ("variable or field declared void");
8982 type = error_mark_node;
8985 return type;
8988 /* Return a trailing requires clause for a function declarator, or
8989 NULL_TREE if there is no trailing requires clause or the declarator
8990 is some other kind. */
8992 static inline tree
8993 get_trailing_requires_clause (const cp_declarator *declarator)
8995 if (const cp_declarator *d = get_function_declarator (declarator))
8996 return d->u.function.requires_clause;
8997 else
8998 return NULL_TREE;
9001 /* Given declspecs and a declarator (abstract or otherwise), determine
9002 the name and type of the object declared and construct a DECL node
9003 for it.
9005 DECLSPECS points to the representation of declaration-specifier
9006 sequence that precedes declarator.
9008 DECL_CONTEXT says which syntactic context this declaration is in:
9009 NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
9010 FUNCDEF for a function definition. Like NORMAL but a few different
9011 error messages in each case. Return value may be zero meaning
9012 this definition is too screwy to try to parse.
9013 MEMFUNCDEF for a function definition. Like FUNCDEF but prepares to
9014 handle member functions (which have FIELD context).
9015 Return value may be zero meaning this definition is too screwy to
9016 try to parse.
9017 PARM for a parameter declaration (either within a function prototype
9018 or before a function body). Make a PARM_DECL, or return void_type_node.
9019 TPARM for a template parameter declaration.
9020 CATCHPARM for a parameter declaration before a catch clause.
9021 TYPENAME if for a typename (in a cast or sizeof).
9022 Don't make a DECL node; just return the ..._TYPE node.
9023 FIELD for a struct or union field; make a FIELD_DECL.
9024 BITFIELD for a field with specified width.
9026 INITIALIZED is as for start_decl.
9028 ATTRLIST is a pointer to the list of attributes, which may be NULL
9029 if there are none; *ATTRLIST may be modified if attributes from inside
9030 the declarator should be applied to the declaration.
9032 When this function is called, scoping variables (such as
9033 CURRENT_CLASS_TYPE) should reflect the scope in which the
9034 declaration occurs, not the scope in which the new declaration will
9035 be placed. For example, on:
9037 void S::f() { ... }
9039 when grokdeclarator is called for `S::f', the CURRENT_CLASS_TYPE
9040 should not be `S'.
9042 Returns a DECL (if a declarator is present), a TYPE (if there is no
9043 declarator, in cases like "struct S;"), or the ERROR_MARK_NODE if an
9044 error occurs. */
9046 tree
9047 grokdeclarator (const cp_declarator *declarator,
9048 cp_decl_specifier_seq *declspecs,
9049 enum decl_context decl_context,
9050 int initialized,
9051 tree* attrlist)
9053 tree type = NULL_TREE;
9054 int longlong = 0;
9055 int explicit_intN = 0;
9056 int virtualp, explicitp, friendp, inlinep, staticp;
9057 int explicit_int = 0;
9058 int explicit_char = 0;
9059 int defaulted_int = 0;
9061 tree typedef_decl = NULL_TREE;
9062 const char *name = NULL;
9063 tree typedef_type = NULL_TREE;
9064 /* True if this declarator is a function definition. */
9065 bool funcdef_flag = false;
9066 cp_declarator_kind innermost_code = cdk_error;
9067 int bitfield = 0;
9068 #if 0
9069 /* See the code below that used this. */
9070 tree decl_attr = NULL_TREE;
9071 #endif
9073 /* Keep track of what sort of function is being processed
9074 so that we can warn about default return values, or explicit
9075 return values which do not match prescribed defaults. */
9076 special_function_kind sfk = sfk_none;
9078 tree dname = NULL_TREE;
9079 tree ctor_return_type = NULL_TREE;
9080 enum overload_flags flags = NO_SPECIAL;
9081 /* cv-qualifiers that apply to the declarator, for a declaration of
9082 a member function. */
9083 cp_cv_quals memfn_quals = TYPE_UNQUALIFIED;
9084 /* virt-specifiers that apply to the declarator, for a declaration of
9085 a member function. */
9086 cp_virt_specifiers virt_specifiers = VIRT_SPEC_UNSPECIFIED;
9087 /* ref-qualifier that applies to the declarator, for a declaration of
9088 a member function. */
9089 cp_ref_qualifier rqual = REF_QUAL_NONE;
9090 /* cv-qualifiers that apply to the type specified by the DECLSPECS. */
9091 int type_quals;
9092 tree raises = NULL_TREE;
9093 int template_count = 0;
9094 tree returned_attrs = NULL_TREE;
9095 tree parms = NULL_TREE;
9096 const cp_declarator *id_declarator;
9097 /* The unqualified name of the declarator; either an
9098 IDENTIFIER_NODE, BIT_NOT_EXPR, or TEMPLATE_ID_EXPR. */
9099 tree unqualified_id;
9100 /* The class type, if any, in which this entity is located,
9101 or NULL_TREE if none. Note that this value may be different from
9102 the current class type; for example if an attempt is made to declare
9103 "A::f" inside "B", this value will be "A". */
9104 tree ctype = current_class_type;
9105 /* The NAMESPACE_DECL for the namespace in which this entity is
9106 located. If an unqualified name is used to declare the entity,
9107 this value will be NULL_TREE, even if the entity is located at
9108 namespace scope. */
9109 tree in_namespace = NULL_TREE;
9110 cp_storage_class storage_class;
9111 bool unsigned_p, signed_p, short_p, long_p, thread_p;
9112 bool type_was_error_mark_node = false;
9113 bool parameter_pack_p = declarator? declarator->parameter_pack_p : false;
9114 bool template_type_arg = false;
9115 bool template_parm_flag = false;
9116 bool typedef_p = decl_spec_seq_has_spec_p (declspecs, ds_typedef);
9117 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr);
9118 bool late_return_type_p = false;
9119 bool array_parameter_p = false;
9120 source_location saved_loc = input_location;
9121 const char *errmsg;
9123 signed_p = decl_spec_seq_has_spec_p (declspecs, ds_signed);
9124 unsigned_p = decl_spec_seq_has_spec_p (declspecs, ds_unsigned);
9125 short_p = decl_spec_seq_has_spec_p (declspecs, ds_short);
9126 long_p = decl_spec_seq_has_spec_p (declspecs, ds_long);
9127 longlong = decl_spec_seq_has_spec_p (declspecs, ds_long_long);
9128 explicit_intN = declspecs->explicit_intN_p;
9129 thread_p = decl_spec_seq_has_spec_p (declspecs, ds_thread);
9131 // Get a requires-clause attached to the declarator.
9132 tree reqs = get_trailing_requires_clause (declarator);
9134 // Was concept_p specified? Note that ds_concept
9135 // implies ds_constexpr!
9136 bool concept_p = decl_spec_seq_has_spec_p (declspecs, ds_concept);
9137 if (concept_p)
9138 constexpr_p = true;
9140 if (decl_context == FUNCDEF)
9141 funcdef_flag = true, decl_context = NORMAL;
9142 else if (decl_context == MEMFUNCDEF)
9143 funcdef_flag = true, decl_context = FIELD;
9144 else if (decl_context == BITFIELD)
9145 bitfield = 1, decl_context = FIELD;
9146 else if (decl_context == TEMPLATE_TYPE_ARG)
9147 template_type_arg = true, decl_context = TYPENAME;
9148 else if (decl_context == TPARM)
9149 template_parm_flag = true, decl_context = PARM;
9151 if (initialized > 1)
9152 funcdef_flag = true;
9154 /* Look inside a declarator for the name being declared
9155 and get it as a string, for an error message. */
9156 for (id_declarator = declarator;
9157 id_declarator;
9158 id_declarator = id_declarator->declarator)
9160 if (id_declarator->kind != cdk_id)
9161 innermost_code = id_declarator->kind;
9163 switch (id_declarator->kind)
9165 case cdk_function:
9166 if (id_declarator->declarator
9167 && id_declarator->declarator->kind == cdk_id)
9169 sfk = id_declarator->declarator->u.id.sfk;
9170 if (sfk == sfk_destructor)
9171 flags = DTOR_FLAG;
9173 break;
9175 case cdk_id:
9177 tree qualifying_scope = id_declarator->u.id.qualifying_scope;
9178 tree decl = id_declarator->u.id.unqualified_name;
9179 if (!decl)
9180 break;
9181 if (qualifying_scope)
9183 if (at_function_scope_p ())
9185 /* [dcl.meaning]
9187 A declarator-id shall not be qualified except
9188 for ...
9190 None of the cases are permitted in block
9191 scope. */
9192 if (qualifying_scope == global_namespace)
9193 error ("invalid use of qualified-name %<::%D%>",
9194 decl);
9195 else if (TYPE_P (qualifying_scope))
9196 error ("invalid use of qualified-name %<%T::%D%>",
9197 qualifying_scope, decl);
9198 else
9199 error ("invalid use of qualified-name %<%D::%D%>",
9200 qualifying_scope, decl);
9201 return error_mark_node;
9203 else if (TYPE_P (qualifying_scope))
9205 ctype = qualifying_scope;
9206 if (!MAYBE_CLASS_TYPE_P (ctype))
9208 error ("%q#T is not a class or a namespace", ctype);
9209 ctype = NULL_TREE;
9211 else if (innermost_code != cdk_function
9212 && current_class_type
9213 && !uniquely_derived_from_p (ctype,
9214 current_class_type))
9216 error ("invalid use of qualified-name %<%T::%D%>",
9217 qualifying_scope, decl);
9218 return error_mark_node;
9221 else if (TREE_CODE (qualifying_scope) == NAMESPACE_DECL)
9222 in_namespace = qualifying_scope;
9224 switch (TREE_CODE (decl))
9226 case BIT_NOT_EXPR:
9228 tree type;
9230 if (innermost_code != cdk_function)
9232 error ("declaration of %qD as non-function", decl);
9233 return error_mark_node;
9235 else if (!qualifying_scope
9236 && !(current_class_type && at_class_scope_p ()))
9238 error ("declaration of %qD as non-member", decl);
9239 return error_mark_node;
9242 type = TREE_OPERAND (decl, 0);
9243 if (TYPE_P (type))
9244 type = constructor_name (type);
9245 name = identifier_to_locale (IDENTIFIER_POINTER (type));
9246 dname = decl;
9248 break;
9250 case TEMPLATE_ID_EXPR:
9252 tree fns = TREE_OPERAND (decl, 0);
9254 dname = fns;
9255 if (!identifier_p (dname))
9257 if (variable_template_p (dname))
9258 dname = DECL_NAME (dname);
9259 else
9261 gcc_assert (is_overloaded_fn (dname));
9262 dname = DECL_NAME (get_first_fn (dname));
9266 /* Fall through. */
9268 case IDENTIFIER_NODE:
9269 if (identifier_p (decl))
9270 dname = decl;
9272 if (C_IS_RESERVED_WORD (dname))
9274 error ("declarator-id missing; using reserved word %qD",
9275 dname);
9276 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
9278 else if (!IDENTIFIER_TYPENAME_P (dname))
9279 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
9280 else
9282 gcc_assert (flags == NO_SPECIAL);
9283 flags = TYPENAME_FLAG;
9284 ctor_return_type = TREE_TYPE (dname);
9285 sfk = sfk_conversion;
9286 if (is_typename_at_global_scope (dname))
9287 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
9288 else
9289 name = "<invalid operator>";
9291 break;
9293 default:
9294 gcc_unreachable ();
9296 break;
9299 case cdk_array:
9300 case cdk_pointer:
9301 case cdk_reference:
9302 case cdk_ptrmem:
9303 break;
9305 case cdk_error:
9306 return error_mark_node;
9308 default:
9309 gcc_unreachable ();
9311 if (id_declarator->kind == cdk_id)
9312 break;
9315 /* [dcl.fct.edf]
9317 The declarator in a function-definition shall have the form
9318 D1 ( parameter-declaration-clause) ... */
9319 if (funcdef_flag && innermost_code != cdk_function)
9321 error ("function definition does not declare parameters");
9322 return error_mark_node;
9325 if (flags == TYPENAME_FLAG
9326 && innermost_code != cdk_function
9327 && ! (ctype && !declspecs->any_specifiers_p))
9329 error ("declaration of %qD as non-function", dname);
9330 return error_mark_node;
9333 if (dname
9334 && identifier_p (dname)
9335 && UDLIT_OPER_P (dname)
9336 && innermost_code != cdk_function)
9338 error ("declaration of %qD as non-function", dname);
9339 return error_mark_node;
9342 if (dname && IDENTIFIER_OPNAME_P (dname))
9344 if (typedef_p)
9346 error ("declaration of %qD as %<typedef%>", dname);
9347 return error_mark_node;
9349 else if (decl_context == PARM || decl_context == CATCHPARM)
9351 error ("declaration of %qD as parameter", dname);
9352 return error_mark_node;
9356 /* Anything declared one level down from the top level
9357 must be one of the parameters of a function
9358 (because the body is at least two levels down). */
9360 /* This heuristic cannot be applied to C++ nodes! Fixed, however,
9361 by not allowing C++ class definitions to specify their parameters
9362 with xdecls (must be spec.d in the parmlist).
9364 Since we now wait to push a class scope until we are sure that
9365 we are in a legitimate method context, we must set oldcname
9366 explicitly (since current_class_name is not yet alive).
9368 We also want to avoid calling this a PARM if it is in a namespace. */
9370 if (decl_context == NORMAL && !toplevel_bindings_p ())
9372 cp_binding_level *b = current_binding_level;
9373 current_binding_level = b->level_chain;
9374 if (current_binding_level != 0 && toplevel_bindings_p ())
9375 decl_context = PARM;
9376 current_binding_level = b;
9379 if (name == NULL)
9380 name = decl_context == PARM ? "parameter" : "type name";
9382 if (concept_p && typedef_p)
9384 error ("%<concept%> cannot appear in a typedef declaration");
9385 return error_mark_node;
9388 if (constexpr_p && typedef_p)
9390 error ("%<constexpr%> cannot appear in a typedef declaration");
9391 return error_mark_node;
9394 /* If there were multiple types specified in the decl-specifier-seq,
9395 issue an error message. */
9396 if (declspecs->multiple_types_p)
9398 error ("two or more data types in declaration of %qs", name);
9399 return error_mark_node;
9402 if (declspecs->conflicting_specifiers_p)
9404 error ("conflicting specifiers in declaration of %qs", name);
9405 return error_mark_node;
9408 /* Extract the basic type from the decl-specifier-seq. */
9409 type = declspecs->type;
9410 if (type == error_mark_node)
9412 type = NULL_TREE;
9413 type_was_error_mark_node = true;
9415 /* If the entire declaration is itself tagged as deprecated then
9416 suppress reports of deprecated items. */
9417 if (type && TREE_DEPRECATED (type)
9418 && deprecated_state != DEPRECATED_SUPPRESS)
9419 warn_deprecated_use (type, NULL_TREE);
9420 if (type && TREE_CODE (type) == TYPE_DECL)
9422 typedef_decl = type;
9423 type = TREE_TYPE (typedef_decl);
9424 if (TREE_DEPRECATED (type)
9425 && DECL_ARTIFICIAL (typedef_decl)
9426 && deprecated_state != DEPRECATED_SUPPRESS)
9427 warn_deprecated_use (type, NULL_TREE);
9429 /* No type at all: default to `int', and set DEFAULTED_INT
9430 because it was not a user-defined typedef. */
9431 if (type == NULL_TREE)
9433 if (signed_p || unsigned_p || long_p || short_p)
9435 /* These imply 'int'. */
9436 type = integer_type_node;
9437 defaulted_int = 1;
9439 /* If we just have "complex", it is equivalent to "complex double". */
9440 else if (!longlong && !explicit_intN
9441 && decl_spec_seq_has_spec_p (declspecs, ds_complex))
9443 type = double_type_node;
9444 pedwarn (declspecs->locations[ds_complex], OPT_Wpedantic,
9445 "ISO C++ does not support plain %<complex%> meaning "
9446 "%<double complex%>");
9449 /* Gather flags. */
9450 explicit_int = declspecs->explicit_int_p;
9451 explicit_char = declspecs->explicit_char_p;
9453 #if 0
9454 /* See the code below that used this. */
9455 if (typedef_decl)
9456 decl_attr = DECL_ATTRIBUTES (typedef_decl);
9457 #endif
9458 typedef_type = type;
9461 if (sfk != sfk_conversion)
9462 ctor_return_type = ctype;
9464 if (sfk != sfk_none)
9465 type = check_special_function_return_type (sfk, type,
9466 ctor_return_type);
9467 else if (type == NULL_TREE)
9469 int is_main;
9471 explicit_int = -1;
9473 /* We handle `main' specially here, because 'main () { }' is so
9474 common. With no options, it is allowed. With -Wreturn-type,
9475 it is a warning. It is only an error with -pedantic-errors. */
9476 is_main = (funcdef_flag
9477 && dname && identifier_p (dname)
9478 && MAIN_NAME_P (dname)
9479 && ctype == NULL_TREE
9480 && in_namespace == NULL_TREE
9481 && current_namespace == global_namespace);
9483 if (type_was_error_mark_node)
9484 /* We've already issued an error, don't complain more. */;
9485 else if (in_system_header_at (input_location) || flag_ms_extensions)
9486 /* Allow it, sigh. */;
9487 else if (! is_main)
9488 permerror (input_location, "ISO C++ forbids declaration of %qs with no type", name);
9489 else if (pedantic)
9490 pedwarn (input_location, OPT_Wpedantic,
9491 "ISO C++ forbids declaration of %qs with no type", name);
9492 else
9493 warning (OPT_Wreturn_type,
9494 "ISO C++ forbids declaration of %qs with no type", name);
9496 type = integer_type_node;
9499 ctype = NULL_TREE;
9501 if (explicit_intN)
9503 if (! int_n_enabled_p[declspecs->int_n_idx])
9505 error ("%<__int%d%> is not supported by this target",
9506 int_n_data[declspecs->int_n_idx].bitsize);
9507 explicit_intN = false;
9509 else if (pedantic && ! in_system_header_at (input_location))
9510 pedwarn (input_location, OPT_Wpedantic,
9511 "ISO C++ does not support %<__int%d%> for %qs",
9512 int_n_data[declspecs->int_n_idx].bitsize, name);
9515 /* Now process the modifiers that were specified
9516 and check for invalid combinations. */
9518 /* Long double is a special combination. */
9519 if (long_p && !longlong && TYPE_MAIN_VARIANT (type) == double_type_node)
9521 long_p = false;
9522 type = cp_build_qualified_type (long_double_type_node,
9523 cp_type_quals (type));
9526 /* Check all other uses of type modifiers. */
9528 if (unsigned_p || signed_p || long_p || short_p)
9530 int ok = 0;
9532 if ((signed_p || unsigned_p) && TREE_CODE (type) != INTEGER_TYPE)
9533 error ("%<signed%> or %<unsigned%> invalid for %qs", name);
9534 else if (signed_p && unsigned_p)
9535 error ("%<signed%> and %<unsigned%> specified together for %qs", name);
9536 else if (longlong && TREE_CODE (type) != INTEGER_TYPE)
9537 error ("%<long long%> invalid for %qs", name);
9538 else if (long_p && TREE_CODE (type) == REAL_TYPE)
9539 error ("%<long%> invalid for %qs", name);
9540 else if (short_p && TREE_CODE (type) == REAL_TYPE)
9541 error ("%<short%> invalid for %qs", name);
9542 else if ((long_p || short_p) && TREE_CODE (type) != INTEGER_TYPE)
9543 error ("%<long%> or %<short%> invalid for %qs", name);
9544 else if ((long_p || short_p || explicit_char || explicit_int) && explicit_intN)
9545 error ("%<long%>, %<int%>, %<short%>, or %<char%> invalid for %qs", name);
9546 else if ((long_p || short_p) && explicit_char)
9547 error ("%<long%> or %<short%> specified with char for %qs", name);
9548 else if (long_p && short_p)
9549 error ("%<long%> and %<short%> specified together for %qs", name);
9550 else if (type == char16_type_node || type == char32_type_node)
9552 if (signed_p || unsigned_p)
9553 error ("%<signed%> or %<unsigned%> invalid for %qs", name);
9554 else if (short_p || long_p)
9555 error ("%<short%> or %<long%> invalid for %qs", name);
9557 else
9559 ok = 1;
9560 if (!explicit_int && !defaulted_int && !explicit_char && !explicit_intN && pedantic)
9562 pedwarn (input_location, OPT_Wpedantic,
9563 "long, short, signed or unsigned used invalidly for %qs",
9564 name);
9565 if (flag_pedantic_errors)
9566 ok = 0;
9570 /* Discard the type modifiers if they are invalid. */
9571 if (! ok)
9573 unsigned_p = false;
9574 signed_p = false;
9575 long_p = false;
9576 short_p = false;
9577 longlong = 0;
9581 /* Decide whether an integer type is signed or not.
9582 Optionally treat bitfields as signed by default. */
9583 if (unsigned_p
9584 /* [class.bit]
9586 It is implementation-defined whether a plain (neither
9587 explicitly signed or unsigned) char, short, int, or long
9588 bit-field is signed or unsigned.
9590 Naturally, we extend this to long long as well. Note that
9591 this does not include wchar_t. */
9592 || (bitfield && !flag_signed_bitfields
9593 && !signed_p
9594 /* A typedef for plain `int' without `signed' can be
9595 controlled just like plain `int', but a typedef for
9596 `signed int' cannot be so controlled. */
9597 && !(typedef_decl
9598 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl))
9599 && TREE_CODE (type) == INTEGER_TYPE
9600 && !same_type_p (TYPE_MAIN_VARIANT (type), wchar_type_node)))
9602 if (explicit_intN)
9603 type = int_n_trees[declspecs->int_n_idx].unsigned_type;
9604 else if (longlong)
9605 type = long_long_unsigned_type_node;
9606 else if (long_p)
9607 type = long_unsigned_type_node;
9608 else if (short_p)
9609 type = short_unsigned_type_node;
9610 else if (type == char_type_node)
9611 type = unsigned_char_type_node;
9612 else if (typedef_decl)
9613 type = unsigned_type_for (type);
9614 else
9615 type = unsigned_type_node;
9617 else if (signed_p && type == char_type_node)
9618 type = signed_char_type_node;
9619 else if (explicit_intN)
9620 type = int_n_trees[declspecs->int_n_idx].signed_type;
9621 else if (longlong)
9622 type = long_long_integer_type_node;
9623 else if (long_p)
9624 type = long_integer_type_node;
9625 else if (short_p)
9626 type = short_integer_type_node;
9628 if (decl_spec_seq_has_spec_p (declspecs, ds_complex))
9630 if (TREE_CODE (type) != INTEGER_TYPE && TREE_CODE (type) != REAL_TYPE)
9631 error ("complex invalid for %qs", name);
9632 /* If a modifier is specified, the resulting complex is the complex
9633 form of TYPE. E.g, "complex short" is "complex short int". */
9634 else if (type == integer_type_node)
9635 type = complex_integer_type_node;
9636 else if (type == float_type_node)
9637 type = complex_float_type_node;
9638 else if (type == double_type_node)
9639 type = complex_double_type_node;
9640 else if (type == long_double_type_node)
9641 type = complex_long_double_type_node;
9642 else
9643 type = build_complex_type (type);
9646 type_quals = TYPE_UNQUALIFIED;
9647 if (decl_spec_seq_has_spec_p (declspecs, ds_const))
9648 type_quals |= TYPE_QUAL_CONST;
9649 if (decl_spec_seq_has_spec_p (declspecs, ds_volatile))
9650 type_quals |= TYPE_QUAL_VOLATILE;
9651 if (decl_spec_seq_has_spec_p (declspecs, ds_restrict))
9652 type_quals |= TYPE_QUAL_RESTRICT;
9653 if (sfk == sfk_conversion && type_quals != TYPE_UNQUALIFIED)
9654 error ("qualifiers are not allowed on declaration of %<operator %T%>",
9655 ctor_return_type);
9657 /* If we're using the injected-class-name to form a compound type or a
9658 declaration, replace it with the underlying class so we don't get
9659 redundant typedefs in the debug output. But if we are returning the
9660 type unchanged, leave it alone so that it's available to
9661 maybe_get_template_decl_from_type_decl. */
9662 if (CLASS_TYPE_P (type)
9663 && DECL_SELF_REFERENCE_P (TYPE_NAME (type))
9664 && type == TREE_TYPE (TYPE_NAME (type))
9665 && (declarator || type_quals))
9666 type = DECL_ORIGINAL_TYPE (TYPE_NAME (type));
9668 type_quals |= cp_type_quals (type);
9669 type = cp_build_qualified_type_real
9670 (type, type_quals, ((((typedef_decl && !DECL_ARTIFICIAL (typedef_decl))
9671 || declspecs->decltype_p)
9672 ? tf_ignore_bad_quals : 0) | tf_warning_or_error));
9673 /* We might have ignored or rejected some of the qualifiers. */
9674 type_quals = cp_type_quals (type);
9676 staticp = 0;
9677 inlinep = decl_spec_seq_has_spec_p (declspecs, ds_inline);
9678 virtualp = decl_spec_seq_has_spec_p (declspecs, ds_virtual);
9679 explicitp = decl_spec_seq_has_spec_p (declspecs, ds_explicit);
9681 storage_class = declspecs->storage_class;
9682 if (storage_class == sc_static)
9683 staticp = 1 + (decl_context == FIELD);
9685 if (virtualp && staticp == 2)
9687 error ("member %qD cannot be declared both virtual and static", dname);
9688 storage_class = sc_none;
9689 staticp = 0;
9691 friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend);
9693 /* Issue errors about use of storage classes for parameters. */
9694 if (decl_context == PARM)
9696 if (typedef_p)
9698 error ("typedef declaration invalid in parameter declaration");
9699 return error_mark_node;
9701 else if (template_parm_flag && storage_class != sc_none)
9703 error ("storage class specified for template parameter %qs", name);
9704 return error_mark_node;
9706 else if (storage_class == sc_static
9707 || storage_class == sc_extern
9708 || thread_p)
9709 error ("storage class specifiers invalid in parameter declarations");
9711 /* Function parameters cannot be concept. */
9712 if (concept_p)
9713 error ("a parameter cannot be declared %<concept%>");
9714 /* Function parameters cannot be constexpr. If we saw one, moan
9715 and pretend it wasn't there. */
9716 else if (constexpr_p)
9718 error ("a parameter cannot be declared %<constexpr%>");
9719 constexpr_p = 0;
9723 /* Give error if `virtual' is used outside of class declaration. */
9724 if (virtualp
9725 && (current_class_name == NULL_TREE || decl_context != FIELD))
9727 error ("%<virtual%> outside class declaration");
9728 virtualp = 0;
9731 /* Static anonymous unions are dealt with here. */
9732 if (staticp && decl_context == TYPENAME
9733 && declspecs->type
9734 && ANON_AGGR_TYPE_P (declspecs->type))
9735 decl_context = FIELD;
9737 /* Warn about storage classes that are invalid for certain
9738 kinds of declarations (parameters, typenames, etc.). */
9739 if (thread_p
9740 && ((storage_class
9741 && storage_class != sc_extern
9742 && storage_class != sc_static)
9743 || typedef_p))
9745 error ("multiple storage classes in declaration of %qs", name);
9746 thread_p = false;
9748 if (decl_context != NORMAL
9749 && ((storage_class != sc_none
9750 && storage_class != sc_mutable)
9751 || thread_p))
9753 if ((decl_context == PARM || decl_context == CATCHPARM)
9754 && (storage_class == sc_register
9755 || storage_class == sc_auto))
9757 else if (typedef_p)
9759 else if (decl_context == FIELD
9760 /* C++ allows static class elements. */
9761 && storage_class == sc_static)
9762 /* C++ also allows inlines and signed and unsigned elements,
9763 but in those cases we don't come in here. */
9765 else
9767 if (decl_context == FIELD)
9768 error ("storage class specified for %qs", name);
9769 else
9771 if (decl_context == PARM || decl_context == CATCHPARM)
9772 error ("storage class specified for parameter %qs", name);
9773 else
9774 error ("storage class specified for typename");
9776 if (storage_class == sc_register
9777 || storage_class == sc_auto
9778 || storage_class == sc_extern
9779 || thread_p)
9780 storage_class = sc_none;
9783 else if (storage_class == sc_extern && funcdef_flag
9784 && ! toplevel_bindings_p ())
9785 error ("nested function %qs declared %<extern%>", name);
9786 else if (toplevel_bindings_p ())
9788 if (storage_class == sc_auto)
9789 error ("top-level declaration of %qs specifies %<auto%>", name);
9791 else if (thread_p
9792 && storage_class != sc_extern
9793 && storage_class != sc_static)
9795 if (declspecs->gnu_thread_keyword_p)
9796 pedwarn (input_location, 0, "function-scope %qs implicitly auto and "
9797 "declared %<__thread%>", name);
9799 /* When thread_local is applied to a variable of block scope the
9800 storage-class-specifier static is implied if it does not appear
9801 explicitly. */
9802 storage_class = declspecs->storage_class = sc_static;
9803 staticp = 1;
9806 if (storage_class && friendp)
9808 error ("storage class specifiers invalid in friend function declarations");
9809 storage_class = sc_none;
9810 staticp = 0;
9813 if (!id_declarator)
9814 unqualified_id = NULL_TREE;
9815 else
9817 unqualified_id = id_declarator->u.id.unqualified_name;
9818 switch (TREE_CODE (unqualified_id))
9820 case BIT_NOT_EXPR:
9821 unqualified_id = TREE_OPERAND (unqualified_id, 0);
9822 if (TYPE_P (unqualified_id))
9823 unqualified_id = constructor_name (unqualified_id);
9824 break;
9826 case IDENTIFIER_NODE:
9827 case TEMPLATE_ID_EXPR:
9828 break;
9830 default:
9831 gcc_unreachable ();
9835 if (declspecs->std_attributes)
9837 /* Apply the c++11 attributes to the type preceding them. */
9838 input_location = declspecs->locations[ds_std_attribute];
9839 decl_attributes (&type, declspecs->std_attributes, 0);
9840 input_location = saved_loc;
9843 /* Determine the type of the entity declared by recurring on the
9844 declarator. */
9845 for (; declarator; declarator = declarator->declarator)
9847 const cp_declarator *inner_declarator;
9848 tree attrs;
9850 if (type == error_mark_node)
9851 return error_mark_node;
9853 attrs = declarator->attributes;
9854 if (attrs)
9856 int attr_flags;
9858 attr_flags = 0;
9859 if (declarator == NULL || declarator->kind == cdk_id)
9860 attr_flags |= (int) ATTR_FLAG_DECL_NEXT;
9861 if (declarator->kind == cdk_function)
9862 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT;
9863 if (declarator->kind == cdk_array)
9864 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT;
9865 returned_attrs = decl_attributes (&type,
9866 chainon (returned_attrs, attrs),
9867 attr_flags);
9870 if (declarator->kind == cdk_id)
9871 break;
9873 inner_declarator = declarator->declarator;
9875 switch (declarator->kind)
9877 case cdk_array:
9878 type = create_array_type_for_decl (dname, type,
9879 declarator->u.array.bounds);
9880 if (declarator->std_attributes)
9881 /* [dcl.array]/1:
9883 The optional attribute-specifier-seq appertains to the
9884 array. */
9885 returned_attrs = chainon (returned_attrs,
9886 declarator->std_attributes);
9887 break;
9889 case cdk_function:
9891 tree arg_types;
9892 int funcdecl_p;
9894 /* Declaring a function type.
9895 Make sure we have a valid type for the function to return. */
9897 if (type_quals != TYPE_UNQUALIFIED)
9899 if (SCALAR_TYPE_P (type) || VOID_TYPE_P (type))
9900 warning (OPT_Wignored_qualifiers,
9901 "type qualifiers ignored on function return type");
9902 /* We now know that the TYPE_QUALS don't apply to the
9903 decl, but to its return type. */
9904 type_quals = TYPE_UNQUALIFIED;
9906 errmsg = targetm.invalid_return_type (type);
9907 if (errmsg)
9909 error (errmsg);
9910 type = integer_type_node;
9913 /* Error about some types functions can't return. */
9915 if (TREE_CODE (type) == FUNCTION_TYPE)
9917 error ("%qs declared as function returning a function", name);
9918 return error_mark_node;
9920 if (TREE_CODE (type) == ARRAY_TYPE)
9922 error ("%qs declared as function returning an array", name);
9923 return error_mark_node;
9926 input_location = declspecs->locations[ds_type_spec];
9927 abstract_virtuals_error (ACU_RETURN, type);
9928 input_location = saved_loc;
9930 /* Pick up type qualifiers which should be applied to `this'. */
9931 memfn_quals = declarator->u.function.qualifiers;
9932 /* Pick up virt-specifiers. */
9933 virt_specifiers = declarator->u.function.virt_specifiers;
9934 /* And ref-qualifier, too */
9935 rqual = declarator->u.function.ref_qualifier;
9936 /* Pick up the exception specifications. */
9937 raises = declarator->u.function.exception_specification;
9938 /* If the exception-specification is ill-formed, let's pretend
9939 there wasn't one. */
9940 if (raises == error_mark_node)
9941 raises = NULL_TREE;
9943 /* Say it's a definition only for the CALL_EXPR
9944 closest to the identifier. */
9945 funcdecl_p = inner_declarator && inner_declarator->kind == cdk_id;
9947 /* Handle a late-specified return type. */
9948 if (funcdecl_p)
9950 if (type_uses_auto (type))
9952 if (!declarator->u.function.late_return_type)
9954 if (current_class_type
9955 && LAMBDA_TYPE_P (current_class_type))
9956 /* OK for C++11 lambdas. */;
9957 else if (cxx_dialect < cxx14)
9959 error ("%qs function uses "
9960 "%<auto%> type specifier without trailing "
9961 "return type", name);
9962 inform (input_location, "deduced return type "
9963 "only available with -std=c++14 or "
9964 "-std=gnu++14");
9966 else if (virtualp)
9968 error ("virtual function cannot "
9969 "have deduced return type");
9970 virtualp = false;
9973 else if (!is_auto (type))
9975 error ("%qs function with trailing return type has"
9976 " %qT as its type rather than plain %<auto%>",
9977 name, type);
9978 return error_mark_node;
9981 else if (declarator->u.function.late_return_type)
9983 if (cxx_dialect < cxx11)
9984 /* Not using maybe_warn_cpp0x because this should
9985 always be an error. */
9986 error ("trailing return type only available with "
9987 "-std=c++11 or -std=gnu++11");
9988 else
9989 error ("%qs function with trailing return type not "
9990 "declared with %<auto%> type specifier", name);
9991 return error_mark_node;
9994 type = splice_late_return_type
9995 (type, declarator->u.function.late_return_type);
9996 if (type == error_mark_node)
9997 return error_mark_node;
9999 if (declarator->u.function.late_return_type)
10000 late_return_type_p = true;
10002 if (ctype == NULL_TREE
10003 && decl_context == FIELD
10004 && funcdecl_p
10005 && friendp == 0)
10006 ctype = current_class_type;
10008 if (ctype && (sfk == sfk_constructor
10009 || sfk == sfk_destructor))
10011 /* We are within a class's scope. If our declarator name
10012 is the same as the class name, and we are defining
10013 a function, then it is a constructor/destructor, and
10014 therefore returns a void type. */
10016 /* ISO C++ 12.4/2. A destructor may not be declared
10017 const or volatile. A destructor may not be static.
10018 A destructor may not be declared with ref-qualifier.
10020 ISO C++ 12.1. A constructor may not be declared
10021 const or volatile. A constructor may not be
10022 virtual. A constructor may not be static.
10023 A constructor may not be declared with ref-qualifier. */
10024 if (staticp == 2)
10025 error ((flags == DTOR_FLAG)
10026 ? G_("destructor cannot be static member function")
10027 : G_("constructor cannot be static member function"));
10028 if (memfn_quals)
10030 error ((flags == DTOR_FLAG)
10031 ? G_("destructors may not be cv-qualified")
10032 : G_("constructors may not be cv-qualified"));
10033 memfn_quals = TYPE_UNQUALIFIED;
10036 if (rqual)
10038 maybe_warn_cpp0x (CPP0X_REF_QUALIFIER);
10039 error ((flags == DTOR_FLAG)
10040 ? "destructors may not be ref-qualified"
10041 : "constructors may not be ref-qualified");
10042 rqual = REF_QUAL_NONE;
10045 if (decl_context == FIELD
10046 && !member_function_or_else (ctype,
10047 current_class_type,
10048 flags))
10049 return error_mark_node;
10051 if (flags != DTOR_FLAG)
10053 /* It's a constructor. */
10054 if (explicitp == 1)
10055 explicitp = 2;
10056 if (virtualp)
10058 permerror (input_location, "constructors cannot be declared virtual");
10059 virtualp = 0;
10061 if (decl_context == FIELD
10062 && sfk != sfk_constructor)
10063 return error_mark_node;
10065 if (decl_context == FIELD)
10066 staticp = 0;
10068 else if (friendp)
10070 if (virtualp)
10072 /* Cannot be both friend and virtual. */
10073 error ("virtual functions cannot be friends");
10074 friendp = 0;
10076 if (decl_context == NORMAL)
10077 error ("friend declaration not in class definition");
10078 if (current_function_decl && funcdef_flag)
10079 error ("can%'t define friend function %qs in a local "
10080 "class definition",
10081 name);
10083 else if (ctype && sfk == sfk_conversion)
10085 if (explicitp == 1)
10087 maybe_warn_cpp0x (CPP0X_EXPLICIT_CONVERSION);
10088 explicitp = 2;
10092 arg_types = grokparms (declarator->u.function.parameters,
10093 &parms);
10095 if (inner_declarator
10096 && inner_declarator->kind == cdk_id
10097 && inner_declarator->u.id.sfk == sfk_destructor
10098 && arg_types != void_list_node)
10100 error ("destructors may not have parameters");
10101 arg_types = void_list_node;
10102 parms = NULL_TREE;
10105 type = build_function_type (type, arg_types);
10106 if (declarator->std_attributes)
10107 /* [dcl.fct]/2:
10109 The optional attribute-specifier-seq appertains to
10110 the function type. */
10111 decl_attributes (&type, declarator->std_attributes,
10114 break;
10116 case cdk_pointer:
10117 case cdk_reference:
10118 case cdk_ptrmem:
10119 /* Filter out pointers-to-references and references-to-references.
10120 We can get these if a TYPE_DECL is used. */
10122 if (TREE_CODE (type) == REFERENCE_TYPE)
10124 if (declarator->kind != cdk_reference)
10126 error ("cannot declare pointer to %q#T", type);
10127 type = TREE_TYPE (type);
10130 /* In C++0x, we allow reference to reference declarations
10131 that occur indirectly through typedefs [7.1.3/8 dcl.typedef]
10132 and template type arguments [14.3.1/4 temp.arg.type]. The
10133 check for direct reference to reference declarations, which
10134 are still forbidden, occurs below. Reasoning behind the change
10135 can be found in DR106, DR540, and the rvalue reference
10136 proposals. */
10137 else if (cxx_dialect == cxx98)
10139 error ("cannot declare reference to %q#T", type);
10140 type = TREE_TYPE (type);
10143 else if (VOID_TYPE_P (type))
10145 if (declarator->kind == cdk_reference)
10146 error ("cannot declare reference to %q#T", type);
10147 else if (declarator->kind == cdk_ptrmem)
10148 error ("cannot declare pointer to %q#T member", type);
10151 /* We now know that the TYPE_QUALS don't apply to the decl,
10152 but to the target of the pointer. */
10153 type_quals = TYPE_UNQUALIFIED;
10155 /* This code used to handle METHOD_TYPE, but I don't think it's
10156 possible to get it here anymore. */
10157 gcc_assert (TREE_CODE (type) != METHOD_TYPE);
10158 if (declarator->kind == cdk_ptrmem
10159 && TREE_CODE (type) == FUNCTION_TYPE)
10161 memfn_quals |= type_memfn_quals (type);
10162 type = build_memfn_type (type,
10163 declarator->u.pointer.class_type,
10164 memfn_quals,
10165 rqual);
10166 if (type == error_mark_node)
10167 return error_mark_node;
10169 rqual = REF_QUAL_NONE;
10170 memfn_quals = TYPE_UNQUALIFIED;
10173 if (TREE_CODE (type) == FUNCTION_TYPE
10174 && (type_memfn_quals (type) != TYPE_UNQUALIFIED
10175 || type_memfn_rqual (type) != REF_QUAL_NONE))
10176 error (declarator->kind == cdk_reference
10177 ? G_("cannot declare reference to qualified function type %qT")
10178 : G_("cannot declare pointer to qualified function type %qT"),
10179 type);
10181 /* When the pointed-to type involves components of variable size,
10182 care must be taken to ensure that the size evaluation code is
10183 emitted early enough to dominate all the possible later uses
10184 and late enough for the variables on which it depends to have
10185 been assigned.
10187 This is expected to happen automatically when the pointed-to
10188 type has a name/declaration of it's own, but special attention
10189 is required if the type is anonymous.
10191 We handle the NORMAL and FIELD contexts here by inserting a
10192 dummy statement that just evaluates the size at a safe point
10193 and ensures it is not deferred until e.g. within a deeper
10194 conditional context (c++/43555).
10196 We expect nothing to be needed here for PARM or TYPENAME.
10197 Evaluating the size at this point for TYPENAME would
10198 actually be incorrect, as we might be in the middle of an
10199 expression with side effects on the pointed-to type size
10200 "arguments" prior to the pointer declaration point and the
10201 size evaluation could end up prior to the side effects. */
10203 if (!TYPE_NAME (type)
10204 && (decl_context == NORMAL || decl_context == FIELD)
10205 && at_function_scope_p ()
10206 && variably_modified_type_p (type, NULL_TREE))
10207 /* Force evaluation of the SAVE_EXPR. */
10208 finish_expr_stmt (TYPE_SIZE (type));
10210 if (declarator->kind == cdk_reference)
10212 /* In C++0x, the type we are creating a reference to might be
10213 a typedef which is itself a reference type. In that case,
10214 we follow the reference collapsing rules in
10215 [7.1.3/8 dcl.typedef] to create the final reference type:
10217 "If a typedef TD names a type that is a reference to a type
10218 T, an attempt to create the type 'lvalue reference to cv TD'
10219 creates the type 'lvalue reference to T,' while an attempt
10220 to create the type "rvalue reference to cv TD' creates the
10221 type TD."
10223 if (VOID_TYPE_P (type))
10224 /* We already gave an error. */;
10225 else if (TREE_CODE (type) == REFERENCE_TYPE)
10227 if (declarator->u.reference.rvalue_ref)
10228 /* Leave type alone. */;
10229 else
10230 type = cp_build_reference_type (TREE_TYPE (type), false);
10232 else
10233 type = cp_build_reference_type
10234 (type, declarator->u.reference.rvalue_ref);
10236 /* In C++0x, we need this check for direct reference to
10237 reference declarations, which are forbidden by
10238 [8.3.2/5 dcl.ref]. Reference to reference declarations
10239 are only allowed indirectly through typedefs and template
10240 type arguments. Example:
10242 void foo(int & &); // invalid ref-to-ref decl
10244 typedef int & int_ref;
10245 void foo(int_ref &); // valid ref-to-ref decl
10247 if (inner_declarator && inner_declarator->kind == cdk_reference)
10248 error ("cannot declare reference to %q#T, which is not "
10249 "a typedef or a template type argument", type);
10251 else if (TREE_CODE (type) == METHOD_TYPE)
10252 type = build_ptrmemfunc_type (build_pointer_type (type));
10253 else if (declarator->kind == cdk_ptrmem)
10255 gcc_assert (TREE_CODE (declarator->u.pointer.class_type)
10256 != NAMESPACE_DECL);
10257 if (declarator->u.pointer.class_type == error_mark_node)
10258 /* We will already have complained. */
10259 type = error_mark_node;
10260 else
10261 type = build_ptrmem_type (declarator->u.pointer.class_type,
10262 type);
10264 else
10265 type = build_pointer_type (type);
10267 /* Process a list of type modifier keywords (such as
10268 const or volatile) that were given inside the `*' or `&'. */
10270 if (declarator->u.pointer.qualifiers)
10272 type
10273 = cp_build_qualified_type (type,
10274 declarator->u.pointer.qualifiers);
10275 type_quals = cp_type_quals (type);
10278 /* Apply C++11 attributes to the pointer, and not to the
10279 type pointed to. This is unlike what is done for GNU
10280 attributes above. It is to comply with [dcl.ptr]/1:
10282 [the optional attribute-specifier-seq (7.6.1) appertains
10283 to the pointer and not to the object pointed to]. */
10284 if (declarator->std_attributes)
10285 decl_attributes (&type, declarator->std_attributes,
10288 ctype = NULL_TREE;
10289 break;
10291 case cdk_error:
10292 break;
10294 default:
10295 gcc_unreachable ();
10299 /* A `constexpr' specifier used in an object declaration declares
10300 the object as `const'. */
10301 if (constexpr_p && innermost_code != cdk_function)
10303 /* DR1688 says that a `constexpr' specifier in combination with
10304 `volatile' is valid. */
10306 if (TREE_CODE (type) != REFERENCE_TYPE)
10308 type_quals |= TYPE_QUAL_CONST;
10309 type = cp_build_qualified_type (type, type_quals);
10313 if (unqualified_id && TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR
10314 && TREE_CODE (type) != FUNCTION_TYPE
10315 && TREE_CODE (type) != METHOD_TYPE
10316 && !variable_template_p (TREE_OPERAND (unqualified_id, 0)))
10318 error ("template-id %qD used as a declarator",
10319 unqualified_id);
10320 unqualified_id = dname;
10323 /* If TYPE is a FUNCTION_TYPE, but the function name was explicitly
10324 qualified with a class-name, turn it into a METHOD_TYPE, unless
10325 we know that the function is static. We take advantage of this
10326 opportunity to do other processing that pertains to entities
10327 explicitly declared to be class members. Note that if DECLARATOR
10328 is non-NULL, we know it is a cdk_id declarator; otherwise, we
10329 would not have exited the loop above. */
10330 if (declarator
10331 && declarator->u.id.qualifying_scope
10332 && MAYBE_CLASS_TYPE_P (declarator->u.id.qualifying_scope))
10334 ctype = declarator->u.id.qualifying_scope;
10335 ctype = TYPE_MAIN_VARIANT (ctype);
10336 template_count = num_template_headers_for_class (ctype);
10338 if (ctype == current_class_type)
10340 if (friendp)
10342 permerror (input_location, "member functions are implicitly friends of their class");
10343 friendp = 0;
10345 else
10346 permerror (declarator->id_loc,
10347 "extra qualification %<%T::%> on member %qs",
10348 ctype, name);
10350 else if (/* If the qualifying type is already complete, then we
10351 can skip the following checks. */
10352 !COMPLETE_TYPE_P (ctype)
10353 && (/* If the function is being defined, then
10354 qualifying type must certainly be complete. */
10355 funcdef_flag
10356 /* A friend declaration of "T::f" is OK, even if
10357 "T" is a template parameter. But, if this
10358 function is not a friend, the qualifying type
10359 must be a class. */
10360 || (!friendp && !CLASS_TYPE_P (ctype))
10361 /* For a declaration, the type need not be
10362 complete, if either it is dependent (since there
10363 is no meaningful definition of complete in that
10364 case) or the qualifying class is currently being
10365 defined. */
10366 || !(dependent_type_p (ctype)
10367 || currently_open_class (ctype)))
10368 /* Check that the qualifying type is complete. */
10369 && !complete_type_or_else (ctype, NULL_TREE))
10370 return error_mark_node;
10371 else if (TREE_CODE (type) == FUNCTION_TYPE)
10373 if (current_class_type
10374 && (!friendp || funcdef_flag))
10376 error (funcdef_flag
10377 ? G_("cannot define member function %<%T::%s%> "
10378 "within %<%T%>")
10379 : G_("cannot declare member function %<%T::%s%> "
10380 "within %<%T%>"),
10381 ctype, name, current_class_type);
10382 return error_mark_node;
10385 else if (typedef_p && current_class_type)
10387 error ("cannot declare member %<%T::%s%> within %qT",
10388 ctype, name, current_class_type);
10389 return error_mark_node;
10393 if (ctype == NULL_TREE && decl_context == FIELD && friendp == 0)
10394 ctype = current_class_type;
10396 /* Now TYPE has the actual type. */
10398 if (returned_attrs)
10400 if (attrlist)
10401 *attrlist = chainon (returned_attrs, *attrlist);
10402 else
10403 attrlist = &returned_attrs;
10406 if (declarator
10407 && declarator->kind == cdk_id
10408 && declarator->std_attributes)
10409 /* [dcl.meaning]/1: The optional attribute-specifier-seq following
10410 a declarator-id appertains to the entity that is declared. */
10411 *attrlist = chainon (*attrlist, declarator->std_attributes);
10413 /* Handle parameter packs. */
10414 if (parameter_pack_p)
10416 if (decl_context == PARM)
10417 /* Turn the type into a pack expansion.*/
10418 type = make_pack_expansion (type);
10419 else
10420 error ("non-parameter %qs cannot be a parameter pack", name);
10423 /* Did array size calculations overflow or does the array cover more
10424 than half of the address-space? */
10425 if (TREE_CODE (type) == ARRAY_TYPE
10426 && COMPLETE_TYPE_P (type)
10427 && TREE_CODE (TYPE_SIZE_UNIT (type)) == INTEGER_CST
10428 && ! valid_constant_size_p (TYPE_SIZE_UNIT (type)))
10430 error ("size of array %qs is too large", name);
10431 /* If we proceed with the array type as it is, we'll eventually
10432 crash in tree_to_[su]hwi(). */
10433 type = error_mark_node;
10436 if ((decl_context == FIELD || decl_context == PARM)
10437 && !processing_template_decl
10438 && variably_modified_type_p (type, NULL_TREE))
10440 if (decl_context == FIELD)
10441 error ("data member may not have variably modified type %qT", type);
10442 else
10443 error ("parameter may not have variably modified type %qT", type);
10444 type = error_mark_node;
10447 if (explicitp == 1 || (explicitp && friendp))
10449 /* [dcl.fct.spec] (C++11) The explicit specifier shall be used only
10450 in the declaration of a constructor or conversion function within
10451 a class definition. */
10452 if (!current_class_type)
10453 error ("%<explicit%> outside class declaration");
10454 else if (friendp)
10455 error ("%<explicit%> in friend declaration");
10456 else
10457 error ("only declarations of constructors and conversion operators "
10458 "can be %<explicit%>");
10459 explicitp = 0;
10462 if (storage_class == sc_mutable)
10464 if (decl_context != FIELD || friendp)
10466 error ("non-member %qs cannot be declared %<mutable%>", name);
10467 storage_class = sc_none;
10469 else if (decl_context == TYPENAME || typedef_p)
10471 error ("non-object member %qs cannot be declared %<mutable%>", name);
10472 storage_class = sc_none;
10474 else if (TREE_CODE (type) == FUNCTION_TYPE
10475 || TREE_CODE (type) == METHOD_TYPE)
10477 error ("function %qs cannot be declared %<mutable%>", name);
10478 storage_class = sc_none;
10480 else if (staticp)
10482 error ("static %qs cannot be declared %<mutable%>", name);
10483 storage_class = sc_none;
10485 else if (type_quals & TYPE_QUAL_CONST)
10487 error ("const %qs cannot be declared %<mutable%>", name);
10488 storage_class = sc_none;
10490 else if (TREE_CODE (type) == REFERENCE_TYPE)
10492 permerror (input_location, "reference %qs cannot be declared "
10493 "%<mutable%>", name);
10494 storage_class = sc_none;
10498 /* If this is declaring a typedef name, return a TYPE_DECL. */
10499 if (typedef_p && decl_context != TYPENAME)
10501 tree decl;
10503 /* Note that the grammar rejects storage classes
10504 in typenames, fields or parameters. */
10505 if (current_lang_name == lang_name_java)
10506 TYPE_FOR_JAVA (type) = 1;
10508 /* This declaration:
10510 typedef void f(int) const;
10512 declares a function type which is not a member of any
10513 particular class, but which is cv-qualified; for
10514 example "f S::*" declares a pointer to a const-qualified
10515 member function of S. We record the cv-qualification in the
10516 function type. */
10517 if ((rqual || memfn_quals) && TREE_CODE (type) == FUNCTION_TYPE)
10519 type = apply_memfn_quals (type, memfn_quals, rqual);
10521 /* We have now dealt with these qualifiers. */
10522 memfn_quals = TYPE_UNQUALIFIED;
10523 rqual = REF_QUAL_NONE;
10526 if (type_uses_auto (type))
10528 error ("typedef declared %<auto%>");
10529 type = error_mark_node;
10532 if (decl_context == FIELD)
10533 decl = build_lang_decl (TYPE_DECL, unqualified_id, type);
10534 else
10535 decl = build_decl (input_location, TYPE_DECL, unqualified_id, type);
10536 if (id_declarator && declarator->u.id.qualifying_scope) {
10537 error_at (DECL_SOURCE_LOCATION (decl),
10538 "typedef name may not be a nested-name-specifier");
10539 TREE_TYPE (decl) = error_mark_node;
10542 if (decl_context != FIELD)
10544 if (!current_function_decl)
10545 DECL_CONTEXT (decl) = FROB_CONTEXT (current_namespace);
10546 else if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (current_function_decl)
10547 || (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P
10548 (current_function_decl)))
10549 /* The TYPE_DECL is "abstract" because there will be
10550 clones of this constructor/destructor, and there will
10551 be copies of this TYPE_DECL generated in those
10552 clones. The decloning optimization (for space) may
10553 revert this subsequently if it determines that
10554 the clones should share a common implementation. */
10555 DECL_ABSTRACT_P (decl) = true;
10557 else if (current_class_type
10558 && constructor_name_p (unqualified_id, current_class_type))
10559 permerror (input_location, "ISO C++ forbids nested type %qD with same name "
10560 "as enclosing class",
10561 unqualified_id);
10563 /* If the user declares "typedef struct {...} foo" then the
10564 struct will have an anonymous name. Fill that name in now.
10565 Nothing can refer to it, so nothing needs know about the name
10566 change. */
10567 if (type != error_mark_node
10568 && unqualified_id
10569 && TYPE_NAME (type)
10570 && TREE_CODE (TYPE_NAME (type)) == TYPE_DECL
10571 && TYPE_ANONYMOUS_P (type)
10572 && declspecs->type_definition_p
10573 && attributes_naming_typedef_ok (*attrlist)
10574 && cp_type_quals (type) == TYPE_UNQUALIFIED)
10576 tree t;
10578 /* Replace the anonymous name with the real name everywhere. */
10579 for (t = TYPE_MAIN_VARIANT (type); t; t = TYPE_NEXT_VARIANT (t))
10581 if (ANON_AGGRNAME_P (TYPE_IDENTIFIER (t)))
10582 /* We do not rename the debug info representing the
10583 anonymous tagged type because the standard says in
10584 [dcl.typedef] that the naming applies only for
10585 linkage purposes. */
10586 /*debug_hooks->set_name (t, decl);*/
10587 TYPE_NAME (t) = decl;
10590 if (TYPE_LANG_SPECIFIC (type))
10591 TYPE_WAS_ANONYMOUS (type) = 1;
10593 /* If this is a typedef within a template class, the nested
10594 type is a (non-primary) template. The name for the
10595 template needs updating as well. */
10596 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type))
10597 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type))
10598 = TYPE_IDENTIFIER (type);
10600 /* Adjust linkage now that we aren't anonymous anymore. */
10601 reset_type_linkage (type);
10603 /* FIXME remangle member functions; member functions of a
10604 type with external linkage have external linkage. */
10607 if (signed_p
10608 || (typedef_decl && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl)))
10609 C_TYPEDEF_EXPLICITLY_SIGNED (decl) = 1;
10611 bad_specifiers (decl, BSP_TYPE, virtualp,
10612 memfn_quals != TYPE_UNQUALIFIED,
10613 inlinep, friendp, raises != NULL_TREE);
10615 if (decl_spec_seq_has_spec_p (declspecs, ds_alias))
10616 /* Acknowledge that this was written:
10617 `using analias = atype;'. */
10618 TYPE_DECL_ALIAS_P (decl) = 1;
10620 return decl;
10623 /* Detect the case of an array type of unspecified size
10624 which came, as such, direct from a typedef name.
10625 We must copy the type, so that the array's domain can be
10626 individually set by the object's initializer. */
10628 if (type && typedef_type
10629 && TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type)
10630 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
10631 type = build_cplus_array_type (TREE_TYPE (type), NULL_TREE);
10633 /* Detect where we're using a typedef of function type to declare a
10634 function. PARMS will not be set, so we must create it now. */
10636 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
10638 tree decls = NULL_TREE;
10639 tree args;
10641 for (args = TYPE_ARG_TYPES (type);
10642 args && args != void_list_node;
10643 args = TREE_CHAIN (args))
10645 tree decl = cp_build_parm_decl (NULL_TREE, TREE_VALUE (args));
10647 DECL_CHAIN (decl) = decls;
10648 decls = decl;
10651 parms = nreverse (decls);
10653 if (decl_context != TYPENAME)
10655 /* The qualifiers on the function type become the qualifiers on
10656 the non-static member function. */
10657 memfn_quals |= type_memfn_quals (type);
10658 rqual = type_memfn_rqual (type);
10659 type_quals = TYPE_UNQUALIFIED;
10663 /* If this is a type name (such as, in a cast or sizeof),
10664 compute the type and return it now. */
10666 if (decl_context == TYPENAME)
10668 /* Note that the grammar rejects storage classes
10669 in typenames, fields or parameters. */
10670 if (type_quals != TYPE_UNQUALIFIED)
10671 type_quals = TYPE_UNQUALIFIED;
10673 /* Special case: "friend class foo" looks like a TYPENAME context. */
10674 if (friendp)
10676 if (type_quals != TYPE_UNQUALIFIED)
10678 error ("type qualifiers specified for friend class declaration");
10679 type_quals = TYPE_UNQUALIFIED;
10681 if (inlinep)
10683 error ("%<inline%> specified for friend class declaration");
10684 inlinep = 0;
10687 if (!current_aggr)
10689 /* Don't allow friend declaration without a class-key. */
10690 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
10691 permerror (input_location, "template parameters cannot be friends");
10692 else if (TREE_CODE (type) == TYPENAME_TYPE)
10693 permerror (input_location, "friend declaration requires class-key, "
10694 "i.e. %<friend class %T::%D%>",
10695 TYPE_CONTEXT (type), TYPENAME_TYPE_FULLNAME (type));
10696 else
10697 permerror (input_location, "friend declaration requires class-key, "
10698 "i.e. %<friend %#T%>",
10699 type);
10702 /* Only try to do this stuff if we didn't already give up. */
10703 if (type != integer_type_node)
10705 /* A friendly class? */
10706 if (current_class_type)
10707 make_friend_class (current_class_type, TYPE_MAIN_VARIANT (type),
10708 /*complain=*/true);
10709 else
10710 error ("trying to make class %qT a friend of global scope",
10711 type);
10713 type = void_type_node;
10716 else if (memfn_quals || rqual)
10718 if (ctype == NULL_TREE
10719 && TREE_CODE (type) == METHOD_TYPE)
10720 ctype = TYPE_METHOD_BASETYPE (type);
10722 if (ctype)
10723 type = build_memfn_type (type, ctype, memfn_quals, rqual);
10724 /* Core issue #547: need to allow this in template type args.
10725 Allow it in general in C++11 for alias-declarations. */
10726 else if ((template_type_arg || cxx_dialect >= cxx11)
10727 && TREE_CODE (type) == FUNCTION_TYPE)
10728 type = apply_memfn_quals (type, memfn_quals, rqual);
10729 else
10730 error ("invalid qualifiers on non-member function type");
10733 return type;
10735 else if (unqualified_id == NULL_TREE && decl_context != PARM
10736 && decl_context != CATCHPARM
10737 && TREE_CODE (type) != UNION_TYPE
10738 && ! bitfield)
10740 error ("abstract declarator %qT used as declaration", type);
10741 return error_mark_node;
10744 /* Only functions may be declared using an operator-function-id. */
10745 if (unqualified_id
10746 && IDENTIFIER_OPNAME_P (unqualified_id)
10747 && TREE_CODE (type) != FUNCTION_TYPE
10748 && TREE_CODE (type) != METHOD_TYPE)
10750 error ("declaration of %qD as non-function", unqualified_id);
10751 return error_mark_node;
10754 /* We don't check parameter types here because we can emit a better
10755 error message later. */
10756 if (decl_context != PARM)
10758 type = check_var_type (unqualified_id, type);
10759 if (type == error_mark_node)
10760 return error_mark_node;
10763 /* Now create the decl, which may be a VAR_DECL, a PARM_DECL
10764 or a FUNCTION_DECL, depending on DECL_CONTEXT and TYPE. */
10766 if (decl_context == PARM || decl_context == CATCHPARM)
10768 if (ctype || in_namespace)
10769 error ("cannot use %<::%> in parameter declaration");
10771 if (type_uses_auto (type))
10773 if (cxx_dialect >= cxx14)
10774 error ("%<auto%> parameter not permitted in this context");
10775 else
10776 error ("parameter declared %<auto%>");
10777 type = error_mark_node;
10780 /* A parameter declared as an array of T is really a pointer to T.
10781 One declared as a function is really a pointer to a function.
10782 One declared as a member is really a pointer to member. */
10784 if (TREE_CODE (type) == ARRAY_TYPE)
10786 /* Transfer const-ness of array into that of type pointed to. */
10787 type = build_pointer_type (TREE_TYPE (type));
10788 type_quals = TYPE_UNQUALIFIED;
10789 array_parameter_p = true;
10791 else if (TREE_CODE (type) == FUNCTION_TYPE)
10792 type = build_pointer_type (type);
10795 if (ctype && TREE_CODE (type) == FUNCTION_TYPE && staticp < 2
10796 && !NEW_DELETE_OPNAME_P (unqualified_id))
10798 cp_cv_quals real_quals = memfn_quals;
10799 if (cxx_dialect < cxx14 && constexpr_p
10800 && sfk != sfk_constructor && sfk != sfk_destructor)
10801 real_quals |= TYPE_QUAL_CONST;
10802 type = build_memfn_type (type, ctype, real_quals, rqual);
10806 tree decl;
10808 if (decl_context == PARM)
10810 decl = cp_build_parm_decl (unqualified_id, type);
10811 DECL_ARRAY_PARAMETER_P (decl) = array_parameter_p;
10813 bad_specifiers (decl, BSP_PARM, virtualp,
10814 memfn_quals != TYPE_UNQUALIFIED,
10815 inlinep, friendp, raises != NULL_TREE);
10817 else if (decl_context == FIELD)
10819 if (!staticp && TREE_CODE (type) != METHOD_TYPE
10820 && type_uses_auto (type))
10822 error ("non-static data member declared %<auto%>");
10823 type = error_mark_node;
10826 /* The C99 flexible array extension. */
10827 if (!staticp && TREE_CODE (type) == ARRAY_TYPE
10828 && TYPE_DOMAIN (type) == NULL_TREE)
10830 tree itype = compute_array_index_type (dname, integer_zero_node,
10831 tf_warning_or_error);
10832 type = build_cplus_array_type (TREE_TYPE (type), itype);
10835 if (type == error_mark_node)
10837 /* Happens when declaring arrays of sizes which
10838 are error_mark_node, for example. */
10839 decl = NULL_TREE;
10841 else if (in_namespace && !friendp)
10843 /* Something like struct S { int N::j; }; */
10844 error ("invalid use of %<::%>");
10845 return error_mark_node;
10847 else if (TREE_CODE (type) == FUNCTION_TYPE
10848 || TREE_CODE (type) == METHOD_TYPE)
10850 int publicp = 0;
10851 tree function_context;
10853 if (friendp == 0)
10855 /* This should never happen in pure C++ (the check
10856 could be an assert). It could happen in
10857 Objective-C++ if someone writes invalid code that
10858 uses a function declaration for an instance
10859 variable or property (instance variables and
10860 properties are parsed as FIELD_DECLs, but they are
10861 part of an Objective-C class, not a C++ class).
10862 That code is invalid and is caught by this
10863 check. */
10864 if (!ctype)
10866 error ("declaration of function %qD in invalid context",
10867 unqualified_id);
10868 return error_mark_node;
10871 /* ``A union may [ ... ] not [ have ] virtual functions.''
10872 ARM 9.5 */
10873 if (virtualp && TREE_CODE (ctype) == UNION_TYPE)
10875 error ("function %qD declared virtual inside a union",
10876 unqualified_id);
10877 return error_mark_node;
10880 if (NEW_DELETE_OPNAME_P (unqualified_id))
10882 if (virtualp)
10884 error ("%qD cannot be declared virtual, since it "
10885 "is always static",
10886 unqualified_id);
10887 virtualp = 0;
10892 /* Check that the name used for a destructor makes sense. */
10893 if (sfk == sfk_destructor)
10895 tree uqname = id_declarator->u.id.unqualified_name;
10897 if (!ctype)
10899 gcc_assert (friendp);
10900 error ("expected qualified name in friend declaration "
10901 "for destructor %qD", uqname);
10902 return error_mark_node;
10905 if (!check_dtor_name (ctype, TREE_OPERAND (uqname, 0)))
10907 error ("declaration of %qD as member of %qT",
10908 uqname, ctype);
10909 return error_mark_node;
10911 if (concept_p)
10913 error ("a destructor cannot be %<concept%>");
10914 return error_mark_node;
10916 if (constexpr_p)
10918 error ("a destructor cannot be %<constexpr%>");
10919 return error_mark_node;
10922 else if (sfk == sfk_constructor && friendp && !ctype)
10924 error ("expected qualified name in friend declaration "
10925 "for constructor %qD",
10926 id_declarator->u.id.unqualified_name);
10927 return error_mark_node;
10929 if (sfk == sfk_constructor)
10930 if (concept_p)
10932 error ("a constructor cannot be %<concept%>");
10933 return error_mark_node;
10935 if (staticp && concept_p)
10936 error ("a concept cannot be a static member function");
10938 if (TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR)
10940 tree tmpl = TREE_OPERAND (unqualified_id, 0);
10941 if (variable_template_p (tmpl))
10943 error ("specialization of variable template %qD "
10944 "declared as function", tmpl);
10945 inform (DECL_SOURCE_LOCATION (tmpl),
10946 "variable template declared here");
10947 return error_mark_node;
10951 /* Tell grokfndecl if it needs to set TREE_PUBLIC on the node. */
10952 function_context = (ctype != NULL_TREE) ?
10953 decl_function_context (TYPE_MAIN_DECL (ctype)) : NULL_TREE;
10954 publicp = (! friendp || ! staticp)
10955 && function_context == NULL_TREE;
10957 if (late_return_type_p)
10958 TYPE_HAS_LATE_RETURN_TYPE (type) = 1;
10960 decl = grokfndecl (ctype, type,
10961 TREE_CODE (unqualified_id) != TEMPLATE_ID_EXPR
10962 ? unqualified_id : dname,
10963 parms,
10964 unqualified_id,
10965 reqs,
10966 virtualp, flags, memfn_quals, rqual, raises,
10967 friendp ? -1 : 0, friendp, publicp,
10968 inlinep | (2 * constexpr_p) | (4 * concept_p),
10969 initialized == SD_DELETED, sfk,
10970 funcdef_flag, template_count, in_namespace,
10971 attrlist, declarator->id_loc);
10972 decl = set_virt_specifiers (decl, virt_specifiers);
10973 if (decl == NULL_TREE)
10974 return error_mark_node;
10975 #if 0
10976 /* This clobbers the attrs stored in `decl' from `attrlist'. */
10977 /* The decl and setting of decl_attr is also turned off. */
10978 decl = build_decl_attribute_variant (decl, decl_attr);
10979 #endif
10981 /* [class.conv.ctor]
10983 A constructor declared without the function-specifier
10984 explicit that can be called with a single parameter
10985 specifies a conversion from the type of its first
10986 parameter to the type of its class. Such a constructor
10987 is called a converting constructor. */
10988 if (explicitp == 2)
10989 DECL_NONCONVERTING_P (decl) = 1;
10991 else if (!staticp && !dependent_type_p (type)
10992 && !COMPLETE_TYPE_P (complete_type (type))
10993 && (TREE_CODE (type) != ARRAY_TYPE
10994 || !COMPLETE_TYPE_P (TREE_TYPE (type))
10995 || initialized == 0))
10997 if (unqualified_id)
10999 error ("field %qD has incomplete type %qT",
11000 unqualified_id, type);
11001 cxx_incomplete_type_inform (strip_array_types (type));
11003 else
11004 error ("name %qT has incomplete type", type);
11006 type = error_mark_node;
11007 decl = NULL_TREE;
11009 else
11011 if (friendp)
11013 error ("%qE is neither function nor member function; "
11014 "cannot be declared friend", unqualified_id);
11015 friendp = 0;
11017 decl = NULL_TREE;
11020 if (friendp)
11022 /* Friends are treated specially. */
11023 if (ctype == current_class_type)
11024 ; /* We already issued a permerror. */
11025 else if (decl && DECL_NAME (decl))
11027 if (template_class_depth (current_class_type) == 0)
11029 decl = check_explicit_specialization
11030 (unqualified_id, decl, template_count,
11031 2 * funcdef_flag + 4);
11032 if (decl == error_mark_node)
11033 return error_mark_node;
11036 decl = do_friend (ctype, unqualified_id, decl,
11037 *attrlist, flags,
11038 funcdef_flag);
11039 return decl;
11041 else
11042 return error_mark_node;
11045 /* Structure field. It may not be a function, except for C++. */
11047 if (decl == NULL_TREE)
11049 if (staticp)
11051 /* C++ allows static class members. All other work
11052 for this is done by grokfield. */
11053 decl = build_lang_decl_loc (declarator
11054 ? declarator->id_loc
11055 : input_location,
11056 VAR_DECL, unqualified_id, type);
11057 set_linkage_for_static_data_member (decl);
11058 /* Even if there is an in-class initialization, DECL
11059 is considered undefined until an out-of-class
11060 definition is provided. */
11061 DECL_EXTERNAL (decl) = 1;
11063 if (thread_p)
11065 set_decl_tls_model (decl, decl_default_tls_model (decl));
11066 if (declspecs->gnu_thread_keyword_p)
11067 DECL_GNU_TLS_P (decl) = true;
11069 if (concept_p)
11070 error ("static data member %qE declared %<concept%>",
11071 unqualified_id);
11072 else if (constexpr_p && !initialized)
11074 error ("constexpr static data member %qD must have an "
11075 "initializer", decl);
11076 constexpr_p = false;
11079 else
11081 if (concept_p)
11082 error ("non-static data member %qE declared %<concept%>",
11083 unqualified_id);
11084 else if (constexpr_p)
11086 error ("non-static data member %qE declared %<constexpr%>",
11087 unqualified_id);
11088 constexpr_p = false;
11090 decl = build_decl (input_location,
11091 FIELD_DECL, unqualified_id, type);
11092 DECL_NONADDRESSABLE_P (decl) = bitfield;
11093 if (bitfield && !unqualified_id)
11094 TREE_NO_WARNING (decl) = 1;
11096 if (storage_class == sc_mutable)
11098 DECL_MUTABLE_P (decl) = 1;
11099 storage_class = sc_none;
11102 if (initialized)
11104 /* An attempt is being made to initialize a non-static
11105 member. This is new in C++11. */
11106 maybe_warn_cpp0x (CPP0X_NSDMI);
11108 /* If this has been parsed with static storage class, but
11109 errors forced staticp to be cleared, ensure NSDMI is
11110 not present. */
11111 if (declspecs->storage_class == sc_static)
11112 DECL_INITIAL (decl) = error_mark_node;
11116 bad_specifiers (decl, BSP_FIELD, virtualp,
11117 memfn_quals != TYPE_UNQUALIFIED,
11118 inlinep, friendp, raises != NULL_TREE);
11121 else if (TREE_CODE (type) == FUNCTION_TYPE
11122 || TREE_CODE (type) == METHOD_TYPE)
11124 tree original_name;
11125 int publicp = 0;
11127 if (!unqualified_id)
11128 return error_mark_node;
11130 if (TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR)
11131 original_name = dname;
11132 else
11133 original_name = unqualified_id;
11135 if (storage_class == sc_auto)
11136 error ("storage class %<auto%> invalid for function %qs", name);
11137 else if (storage_class == sc_register)
11138 error ("storage class %<register%> invalid for function %qs", name);
11139 else if (thread_p)
11141 if (declspecs->gnu_thread_keyword_p)
11142 error ("storage class %<__thread%> invalid for function %qs",
11143 name);
11144 else
11145 error ("storage class %<thread_local%> invalid for function %qs",
11146 name);
11149 if (virt_specifiers)
11150 error ("virt-specifiers in %qs not allowed outside a class definition", name);
11151 /* Function declaration not at top level.
11152 Storage classes other than `extern' are not allowed
11153 and `extern' makes no difference. */
11154 if (! toplevel_bindings_p ()
11155 && (storage_class == sc_static
11156 || decl_spec_seq_has_spec_p (declspecs, ds_inline))
11157 && pedantic)
11159 if (storage_class == sc_static)
11160 pedwarn (input_location, OPT_Wpedantic,
11161 "%<static%> specified invalid for function %qs "
11162 "declared out of global scope", name);
11163 else
11164 pedwarn (input_location, OPT_Wpedantic,
11165 "%<inline%> specifier invalid for function %qs "
11166 "declared out of global scope", name);
11169 if (ctype == NULL_TREE)
11171 if (virtualp)
11173 error ("virtual non-class function %qs", name);
11174 virtualp = 0;
11176 else if (sfk == sfk_constructor
11177 || sfk == sfk_destructor)
11179 error (funcdef_flag
11180 ? G_("%qs defined in a non-class scope")
11181 : G_("%qs declared in a non-class scope"), name);
11182 sfk = sfk_none;
11186 /* Record whether the function is public. */
11187 publicp = (ctype != NULL_TREE
11188 || storage_class != sc_static);
11190 if (late_return_type_p)
11191 TYPE_HAS_LATE_RETURN_TYPE (type) = 1;
11193 decl = grokfndecl (ctype, type, original_name, parms, unqualified_id,
11194 reqs, virtualp, flags, memfn_quals, rqual, raises,
11195 1, friendp,
11196 publicp,
11197 inlinep | (2 * constexpr_p) | (4 * concept_p),
11198 initialized == SD_DELETED,
11199 sfk,
11200 funcdef_flag,
11201 template_count, in_namespace, attrlist,
11202 declarator->id_loc);
11203 if (decl == NULL_TREE)
11204 return error_mark_node;
11206 if (staticp == 1)
11208 int invalid_static = 0;
11210 /* Don't allow a static member function in a class, and forbid
11211 declaring main to be static. */
11212 if (TREE_CODE (type) == METHOD_TYPE)
11214 permerror (input_location, "cannot declare member function %qD to have "
11215 "static linkage", decl);
11216 invalid_static = 1;
11218 else if (current_function_decl)
11220 /* FIXME need arm citation */
11221 error ("cannot declare static function inside another function");
11222 invalid_static = 1;
11225 if (invalid_static)
11227 staticp = 0;
11228 storage_class = sc_none;
11232 else
11234 /* It's a variable. */
11236 /* An uninitialized decl with `extern' is a reference. */
11237 decl = grokvardecl (type, dname, unqualified_id,
11238 declspecs,
11239 initialized,
11240 ((type_quals & TYPE_QUAL_CONST) != 0) | (2 * concept_p),
11241 template_count,
11242 ctype ? ctype : in_namespace);
11243 if (decl == NULL_TREE)
11244 return error_mark_node;
11246 bad_specifiers (decl, BSP_VAR, virtualp,
11247 memfn_quals != TYPE_UNQUALIFIED,
11248 inlinep, friendp, raises != NULL_TREE);
11250 if (ctype)
11252 DECL_CONTEXT (decl) = ctype;
11253 if (staticp == 1)
11255 permerror (input_location, "%<static%> may not be used when defining "
11256 "(as opposed to declaring) a static data member");
11257 staticp = 0;
11258 storage_class = sc_none;
11260 if (storage_class == sc_register && TREE_STATIC (decl))
11262 error ("static member %qD declared %<register%>", decl);
11263 storage_class = sc_none;
11265 if (storage_class == sc_extern && pedantic)
11267 pedwarn (input_location, OPT_Wpedantic,
11268 "cannot explicitly declare member %q#D to have "
11269 "extern linkage", decl);
11270 storage_class = sc_none;
11273 else if (constexpr_p && DECL_EXTERNAL (decl))
11275 error ("declaration of constexpr variable %qD is not a definition",
11276 decl);
11277 constexpr_p = false;
11281 if (storage_class == sc_extern && initialized && !funcdef_flag)
11283 if (toplevel_bindings_p ())
11285 /* It's common practice (and completely valid) to have a const
11286 be initialized and declared extern. */
11287 if (!(type_quals & TYPE_QUAL_CONST))
11288 warning (0, "%qs initialized and declared %<extern%>", name);
11290 else
11292 error ("%qs has both %<extern%> and initializer", name);
11293 return error_mark_node;
11297 /* Record `register' declaration for warnings on &
11298 and in case doing stupid register allocation. */
11300 if (storage_class == sc_register)
11301 DECL_REGISTER (decl) = 1;
11302 else if (storage_class == sc_extern)
11303 DECL_THIS_EXTERN (decl) = 1;
11304 else if (storage_class == sc_static)
11305 DECL_THIS_STATIC (decl) = 1;
11307 /* Set constexpr flag on vars (functions got it in grokfndecl). */
11308 if (constexpr_p && VAR_P (decl))
11309 DECL_DECLARED_CONSTEXPR_P (decl) = true;
11311 /* Record constancy and volatility on the DECL itself . There's
11312 no need to do this when processing a template; we'll do this
11313 for the instantiated declaration based on the type of DECL. */
11314 if (!processing_template_decl)
11315 cp_apply_type_quals_to_decl (type_quals, decl);
11317 return decl;
11321 /* Subroutine of start_function. Ensure that each of the parameter
11322 types (as listed in PARMS) is complete, as is required for a
11323 function definition. */
11325 static void
11326 require_complete_types_for_parms (tree parms)
11328 for (; parms; parms = DECL_CHAIN (parms))
11330 if (dependent_type_p (TREE_TYPE (parms)))
11331 continue;
11332 if (!VOID_TYPE_P (TREE_TYPE (parms))
11333 && complete_type_or_else (TREE_TYPE (parms), parms))
11335 relayout_decl (parms);
11336 DECL_ARG_TYPE (parms) = type_passed_as (TREE_TYPE (parms));
11338 else
11339 /* grokparms or complete_type_or_else will have already issued
11340 an error. */
11341 TREE_TYPE (parms) = error_mark_node;
11345 /* Returns nonzero if T is a local variable. */
11348 local_variable_p (const_tree t)
11350 if ((VAR_P (t)
11351 /* A VAR_DECL with a context that is a _TYPE is a static data
11352 member. */
11353 && !TYPE_P (CP_DECL_CONTEXT (t))
11354 /* Any other non-local variable must be at namespace scope. */
11355 && !DECL_NAMESPACE_SCOPE_P (t))
11356 || (TREE_CODE (t) == PARM_DECL))
11357 return 1;
11359 return 0;
11362 /* Like local_variable_p, but suitable for use as a tree-walking
11363 function. */
11365 static tree
11366 local_variable_p_walkfn (tree *tp, int *walk_subtrees,
11367 void * /*data*/)
11369 if (local_variable_p (*tp)
11370 && (!DECL_ARTIFICIAL (*tp) || DECL_NAME (*tp) == this_identifier))
11371 return *tp;
11372 else if (TYPE_P (*tp))
11373 *walk_subtrees = 0;
11375 return NULL_TREE;
11378 /* Check that ARG, which is a default-argument expression for a
11379 parameter DECL, is valid. Returns ARG, or ERROR_MARK_NODE, if
11380 something goes wrong. DECL may also be a _TYPE node, rather than a
11381 DECL, if there is no DECL available. */
11383 tree
11384 check_default_argument (tree decl, tree arg, tsubst_flags_t complain)
11386 tree var;
11387 tree decl_type;
11389 if (TREE_CODE (arg) == DEFAULT_ARG)
11390 /* We get a DEFAULT_ARG when looking at an in-class declaration
11391 with a default argument. Ignore the argument for now; we'll
11392 deal with it after the class is complete. */
11393 return arg;
11395 if (TYPE_P (decl))
11397 decl_type = decl;
11398 decl = NULL_TREE;
11400 else
11401 decl_type = TREE_TYPE (decl);
11403 if (arg == error_mark_node
11404 || decl == error_mark_node
11405 || TREE_TYPE (arg) == error_mark_node
11406 || decl_type == error_mark_node)
11407 /* Something already went wrong. There's no need to check
11408 further. */
11409 return error_mark_node;
11411 /* [dcl.fct.default]
11413 A default argument expression is implicitly converted to the
11414 parameter type. */
11415 ++cp_unevaluated_operand;
11416 perform_implicit_conversion_flags (decl_type, arg, complain,
11417 LOOKUP_IMPLICIT);
11418 --cp_unevaluated_operand;
11420 /* Avoid redundant -Wzero-as-null-pointer-constant warnings at
11421 the call sites. */
11422 if (TYPE_PTR_OR_PTRMEM_P (decl_type)
11423 && null_ptr_cst_p (arg))
11424 return nullptr_node;
11426 /* [dcl.fct.default]
11428 Local variables shall not be used in default argument
11429 expressions.
11431 The keyword `this' shall not be used in a default argument of a
11432 member function. */
11433 var = cp_walk_tree_without_duplicates (&arg, local_variable_p_walkfn, NULL);
11434 if (var)
11436 if (complain & tf_warning_or_error)
11438 if (DECL_NAME (var) == this_identifier)
11439 permerror (input_location, "default argument %qE uses %qD",
11440 arg, var);
11441 else
11442 error ("default argument %qE uses local variable %qD", arg, var);
11444 return error_mark_node;
11447 /* All is well. */
11448 return arg;
11451 /* Returns a deprecated type used within TYPE, or NULL_TREE if none. */
11453 static tree
11454 type_is_deprecated (tree type)
11456 enum tree_code code;
11457 if (TREE_DEPRECATED (type))
11458 return type;
11459 if (TYPE_NAME (type)
11460 && TREE_DEPRECATED (TYPE_NAME (type)))
11461 return type;
11463 /* Do warn about using typedefs to a deprecated class. */
11464 if (OVERLOAD_TYPE_P (type) && type != TYPE_MAIN_VARIANT (type))
11465 return type_is_deprecated (TYPE_MAIN_VARIANT (type));
11467 code = TREE_CODE (type);
11469 if (code == POINTER_TYPE || code == REFERENCE_TYPE
11470 || code == OFFSET_TYPE || code == FUNCTION_TYPE
11471 || code == METHOD_TYPE || code == ARRAY_TYPE)
11472 return type_is_deprecated (TREE_TYPE (type));
11474 if (TYPE_PTRMEMFUNC_P (type))
11475 return type_is_deprecated
11476 (TREE_TYPE (TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (type))));
11478 return NULL_TREE;
11481 /* Decode the list of parameter types for a function type.
11482 Given the list of things declared inside the parens,
11483 return a list of types.
11485 If this parameter does not end with an ellipsis, we append
11486 void_list_node.
11488 *PARMS is set to the chain of PARM_DECLs created. */
11490 static tree
11491 grokparms (tree parmlist, tree *parms)
11493 tree result = NULL_TREE;
11494 tree decls = NULL_TREE;
11495 tree parm;
11496 int any_error = 0;
11498 for (parm = parmlist; parm != NULL_TREE; parm = TREE_CHAIN (parm))
11500 tree type = NULL_TREE;
11501 tree init = TREE_PURPOSE (parm);
11502 tree decl = TREE_VALUE (parm);
11503 const char *errmsg;
11505 if (parm == void_list_node)
11506 break;
11508 if (! decl || TREE_TYPE (decl) == error_mark_node)
11509 continue;
11511 type = TREE_TYPE (decl);
11512 if (VOID_TYPE_P (type))
11514 if (same_type_p (type, void_type_node)
11515 && !init
11516 && !DECL_NAME (decl) && !result
11517 && TREE_CHAIN (parm) == void_list_node)
11518 /* DR 577: A parameter list consisting of a single
11519 unnamed parameter of non-dependent type 'void'. */
11520 break;
11521 else if (cv_qualified_p (type))
11522 error_at (DECL_SOURCE_LOCATION (decl),
11523 "invalid use of cv-qualified type %qT in "
11524 "parameter declaration", type);
11525 else
11526 error_at (DECL_SOURCE_LOCATION (decl),
11527 "invalid use of type %<void%> in parameter "
11528 "declaration");
11529 /* It's not a good idea to actually create parameters of
11530 type `void'; other parts of the compiler assume that a
11531 void type terminates the parameter list. */
11532 type = error_mark_node;
11533 TREE_TYPE (decl) = error_mark_node;
11536 if (type != error_mark_node
11537 && TYPE_FOR_JAVA (type)
11538 && MAYBE_CLASS_TYPE_P (type))
11540 error ("parameter %qD has Java class type", decl);
11541 type = error_mark_node;
11542 TREE_TYPE (decl) = error_mark_node;
11543 init = NULL_TREE;
11546 if (type != error_mark_node
11547 && (errmsg = targetm.invalid_parameter_type (type)))
11549 error (errmsg);
11550 type = error_mark_node;
11551 TREE_TYPE (decl) = error_mark_node;
11554 if (type != error_mark_node)
11556 if (deprecated_state != DEPRECATED_SUPPRESS)
11558 tree deptype = type_is_deprecated (type);
11559 if (deptype)
11560 warn_deprecated_use (deptype, NULL_TREE);
11563 /* Top-level qualifiers on the parameters are
11564 ignored for function types. */
11565 type = cp_build_qualified_type (type, 0);
11566 if (TREE_CODE (type) == METHOD_TYPE)
11568 error ("parameter %qD invalidly declared method type", decl);
11569 type = build_pointer_type (type);
11570 TREE_TYPE (decl) = type;
11572 else if (abstract_virtuals_error (decl, type))
11573 any_error = 1; /* Seems like a good idea. */
11574 else if (POINTER_TYPE_P (type))
11576 /* [dcl.fct]/6, parameter types cannot contain pointers
11577 (references) to arrays of unknown bound. */
11578 tree t = TREE_TYPE (type);
11579 int ptr = TYPE_PTR_P (type);
11581 while (1)
11583 if (TYPE_PTR_P (t))
11584 ptr = 1;
11585 else if (TREE_CODE (t) != ARRAY_TYPE)
11586 break;
11587 else if (!TYPE_DOMAIN (t))
11588 break;
11589 t = TREE_TYPE (t);
11591 if (TREE_CODE (t) == ARRAY_TYPE)
11592 error (ptr
11593 ? G_("parameter %qD includes pointer to array of "
11594 "unknown bound %qT")
11595 : G_("parameter %qD includes reference to array of "
11596 "unknown bound %qT"),
11597 decl, t);
11600 if (any_error)
11601 init = NULL_TREE;
11602 else if (init && !processing_template_decl)
11603 init = check_default_argument (decl, init, tf_warning_or_error);
11606 DECL_CHAIN (decl) = decls;
11607 decls = decl;
11608 result = tree_cons (init, type, result);
11610 decls = nreverse (decls);
11611 result = nreverse (result);
11612 if (parm)
11613 result = chainon (result, void_list_node);
11614 *parms = decls;
11616 return result;
11620 /* D is a constructor or overloaded `operator='.
11622 Let T be the class in which D is declared. Then, this function
11623 returns:
11625 -1 if D's is an ill-formed constructor or copy assignment operator
11626 whose first parameter is of type `T'.
11627 0 if D is not a copy constructor or copy assignment
11628 operator.
11629 1 if D is a copy constructor or copy assignment operator whose
11630 first parameter is a reference to non-const qualified T.
11631 2 if D is a copy constructor or copy assignment operator whose
11632 first parameter is a reference to const qualified T.
11634 This function can be used as a predicate. Positive values indicate
11635 a copy constructor and nonzero values indicate a copy assignment
11636 operator. */
11639 copy_fn_p (const_tree d)
11641 tree args;
11642 tree arg_type;
11643 int result = 1;
11645 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
11647 if (TREE_CODE (d) == TEMPLATE_DECL
11648 || (DECL_TEMPLATE_INFO (d)
11649 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d))))
11650 /* Instantiations of template member functions are never copy
11651 functions. Note that member functions of templated classes are
11652 represented as template functions internally, and we must
11653 accept those as copy functions. */
11654 return 0;
11656 args = FUNCTION_FIRST_USER_PARMTYPE (d);
11657 if (!args)
11658 return 0;
11660 arg_type = TREE_VALUE (args);
11661 if (arg_type == error_mark_node)
11662 return 0;
11664 if (TYPE_MAIN_VARIANT (arg_type) == DECL_CONTEXT (d))
11666 /* Pass by value copy assignment operator. */
11667 result = -1;
11669 else if (TREE_CODE (arg_type) == REFERENCE_TYPE
11670 && !TYPE_REF_IS_RVALUE (arg_type)
11671 && TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)) == DECL_CONTEXT (d))
11673 if (CP_TYPE_CONST_P (TREE_TYPE (arg_type)))
11674 result = 2;
11676 else
11677 return 0;
11679 args = TREE_CHAIN (args);
11681 if (args && args != void_list_node && !TREE_PURPOSE (args))
11682 /* There are more non-optional args. */
11683 return 0;
11685 return result;
11688 /* D is a constructor or overloaded `operator='.
11690 Let T be the class in which D is declared. Then, this function
11691 returns true when D is a move constructor or move assignment
11692 operator, false otherwise. */
11694 bool
11695 move_fn_p (const_tree d)
11697 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
11699 if (cxx_dialect == cxx98)
11700 /* There are no move constructors if we are in C++98 mode. */
11701 return false;
11703 if (TREE_CODE (d) == TEMPLATE_DECL
11704 || (DECL_TEMPLATE_INFO (d)
11705 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d))))
11706 /* Instantiations of template member functions are never move
11707 functions. Note that member functions of templated classes are
11708 represented as template functions internally, and we must
11709 accept those as move functions. */
11710 return 0;
11712 return move_signature_fn_p (d);
11715 /* D is a constructor or overloaded `operator='.
11717 Then, this function returns true when D has the same signature as a move
11718 constructor or move assignment operator (because either it is such a
11719 ctor/op= or it is a template specialization with the same signature),
11720 false otherwise. */
11722 bool
11723 move_signature_fn_p (const_tree d)
11725 tree args;
11726 tree arg_type;
11727 bool result = false;
11729 args = FUNCTION_FIRST_USER_PARMTYPE (d);
11730 if (!args)
11731 return 0;
11733 arg_type = TREE_VALUE (args);
11734 if (arg_type == error_mark_node)
11735 return 0;
11737 if (TREE_CODE (arg_type) == REFERENCE_TYPE
11738 && TYPE_REF_IS_RVALUE (arg_type)
11739 && same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)),
11740 DECL_CONTEXT (d)))
11741 result = true;
11743 args = TREE_CHAIN (args);
11745 if (args && args != void_list_node && !TREE_PURPOSE (args))
11746 /* There are more non-optional args. */
11747 return false;
11749 return result;
11752 /* Remember any special properties of member function DECL. */
11754 void
11755 grok_special_member_properties (tree decl)
11757 tree class_type;
11759 if (!DECL_NONSTATIC_MEMBER_FUNCTION_P (decl))
11760 return;
11762 class_type = DECL_CONTEXT (decl);
11763 if (DECL_CONSTRUCTOR_P (decl))
11765 int ctor = copy_fn_p (decl);
11767 if (!DECL_ARTIFICIAL (decl))
11768 TYPE_HAS_USER_CONSTRUCTOR (class_type) = 1;
11770 if (ctor > 0)
11772 /* [class.copy]
11774 A non-template constructor for class X is a copy
11775 constructor if its first parameter is of type X&, const
11776 X&, volatile X& or const volatile X&, and either there
11777 are no other parameters or else all other parameters have
11778 default arguments. */
11779 TYPE_HAS_COPY_CTOR (class_type) = 1;
11780 if (user_provided_p (decl))
11781 TYPE_HAS_COMPLEX_COPY_CTOR (class_type) = 1;
11782 if (ctor > 1)
11783 TYPE_HAS_CONST_COPY_CTOR (class_type) = 1;
11785 else if (sufficient_parms_p (FUNCTION_FIRST_USER_PARMTYPE (decl)))
11786 TYPE_HAS_DEFAULT_CONSTRUCTOR (class_type) = 1;
11787 else if (move_fn_p (decl) && user_provided_p (decl))
11788 TYPE_HAS_COMPLEX_MOVE_CTOR (class_type) = 1;
11789 else if (is_list_ctor (decl))
11790 TYPE_HAS_LIST_CTOR (class_type) = 1;
11792 if (DECL_DECLARED_CONSTEXPR_P (decl)
11793 && !copy_fn_p (decl) && !move_fn_p (decl))
11794 TYPE_HAS_CONSTEXPR_CTOR (class_type) = 1;
11796 else if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR)
11798 /* [class.copy]
11800 A non-template assignment operator for class X is a copy
11801 assignment operator if its parameter is of type X, X&, const
11802 X&, volatile X& or const volatile X&. */
11804 int assop = copy_fn_p (decl);
11806 if (assop)
11808 TYPE_HAS_COPY_ASSIGN (class_type) = 1;
11809 if (user_provided_p (decl))
11810 TYPE_HAS_COMPLEX_COPY_ASSIGN (class_type) = 1;
11811 if (assop != 1)
11812 TYPE_HAS_CONST_COPY_ASSIGN (class_type) = 1;
11814 else if (move_fn_p (decl) && user_provided_p (decl))
11815 TYPE_HAS_COMPLEX_MOVE_ASSIGN (class_type) = 1;
11817 /* Destructors are handled in check_methods. */
11820 /* Check a constructor DECL has the correct form. Complains
11821 if the class has a constructor of the form X(X). */
11824 grok_ctor_properties (const_tree ctype, const_tree decl)
11826 int ctor_parm = copy_fn_p (decl);
11828 if (ctor_parm < 0)
11830 /* [class.copy]
11832 A declaration of a constructor for a class X is ill-formed if
11833 its first parameter is of type (optionally cv-qualified) X
11834 and either there are no other parameters or else all other
11835 parameters have default arguments.
11837 We *don't* complain about member template instantiations that
11838 have this form, though; they can occur as we try to decide
11839 what constructor to use during overload resolution. Since
11840 overload resolution will never prefer such a constructor to
11841 the non-template copy constructor (which is either explicitly
11842 or implicitly defined), there's no need to worry about their
11843 existence. Theoretically, they should never even be
11844 instantiated, but that's hard to forestall. */
11845 error ("invalid constructor; you probably meant %<%T (const %T&)%>",
11846 ctype, ctype);
11847 return 0;
11850 return 1;
11853 /* An operator with this code is unary, but can also be binary. */
11855 static int
11856 ambi_op_p (enum tree_code code)
11858 return (code == INDIRECT_REF
11859 || code == ADDR_EXPR
11860 || code == UNARY_PLUS_EXPR
11861 || code == NEGATE_EXPR
11862 || code == PREINCREMENT_EXPR
11863 || code == PREDECREMENT_EXPR);
11866 /* An operator with this name can only be unary. */
11868 static int
11869 unary_op_p (enum tree_code code)
11871 return (code == TRUTH_NOT_EXPR
11872 || code == BIT_NOT_EXPR
11873 || code == COMPONENT_REF
11874 || code == TYPE_EXPR);
11877 /* DECL is a declaration for an overloaded operator. If COMPLAIN is true,
11878 errors are issued for invalid declarations. */
11880 bool
11881 grok_op_properties (tree decl, bool complain)
11883 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
11884 tree argtype;
11885 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE);
11886 tree name = DECL_NAME (decl);
11887 enum tree_code operator_code;
11888 int arity;
11889 bool ellipsis_p;
11890 tree class_type;
11892 /* Count the number of arguments and check for ellipsis. */
11893 for (argtype = argtypes, arity = 0;
11894 argtype && argtype != void_list_node;
11895 argtype = TREE_CHAIN (argtype))
11896 ++arity;
11897 ellipsis_p = !argtype;
11899 class_type = DECL_CONTEXT (decl);
11900 if (class_type && !CLASS_TYPE_P (class_type))
11901 class_type = NULL_TREE;
11903 if (DECL_CONV_FN_P (decl))
11904 operator_code = TYPE_EXPR;
11905 else
11908 #define DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, ASSN_P) \
11909 if (ansi_opname (CODE) == name) \
11911 operator_code = (CODE); \
11912 break; \
11914 else if (ansi_assopname (CODE) == name) \
11916 operator_code = (CODE); \
11917 DECL_ASSIGNMENT_OPERATOR_P (decl) = 1; \
11918 break; \
11921 #include "operators.def"
11922 #undef DEF_OPERATOR
11924 gcc_unreachable ();
11926 while (0);
11927 gcc_assert (operator_code != MAX_TREE_CODES);
11928 SET_OVERLOADED_OPERATOR_CODE (decl, operator_code);
11930 if (class_type)
11931 switch (operator_code)
11933 case NEW_EXPR:
11934 TYPE_HAS_NEW_OPERATOR (class_type) = 1;
11935 break;
11937 case DELETE_EXPR:
11938 TYPE_GETS_DELETE (class_type) |= 1;
11939 break;
11941 case VEC_NEW_EXPR:
11942 TYPE_HAS_ARRAY_NEW_OPERATOR (class_type) = 1;
11943 break;
11945 case VEC_DELETE_EXPR:
11946 TYPE_GETS_DELETE (class_type) |= 2;
11947 break;
11949 default:
11950 break;
11953 /* [basic.std.dynamic.allocation]/1:
11955 A program is ill-formed if an allocation function is declared
11956 in a namespace scope other than global scope or declared static
11957 in global scope.
11959 The same also holds true for deallocation functions. */
11960 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR
11961 || operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR)
11963 if (DECL_NAMESPACE_SCOPE_P (decl))
11965 if (CP_DECL_CONTEXT (decl) != global_namespace)
11967 error ("%qD may not be declared within a namespace", decl);
11968 return false;
11970 else if (!TREE_PUBLIC (decl))
11972 error ("%qD may not be declared as static", decl);
11973 return false;
11975 if (!flag_sized_deallocation && warn_cxx14_compat)
11977 tree parm = FUNCTION_ARG_CHAIN (decl);
11978 if (parm && same_type_p (TREE_VALUE (parm), size_type_node)
11979 && TREE_CHAIN (parm) == void_list_node)
11980 warning_at (DECL_SOURCE_LOCATION (decl), OPT_Wc__14_compat,
11981 "%qD is a usual (non-placement) deallocation "
11982 "function in C++14 (or with -fsized-deallocation)",
11983 decl);
11988 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR)
11990 TREE_TYPE (decl) = coerce_new_type (TREE_TYPE (decl));
11991 DECL_IS_OPERATOR_NEW (decl) = 1;
11993 else if (operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR)
11994 TREE_TYPE (decl) = coerce_delete_type (TREE_TYPE (decl));
11995 else
11997 /* An operator function must either be a non-static member function
11998 or have at least one parameter of a class, a reference to a class,
11999 an enumeration, or a reference to an enumeration. 13.4.0.6 */
12000 if (! methodp || DECL_STATIC_FUNCTION_P (decl))
12002 if (operator_code == TYPE_EXPR
12003 || operator_code == CALL_EXPR
12004 || operator_code == COMPONENT_REF
12005 || operator_code == ARRAY_REF
12006 || operator_code == NOP_EXPR)
12008 error ("%qD must be a nonstatic member function", decl);
12009 return false;
12011 else
12013 tree p;
12015 if (DECL_STATIC_FUNCTION_P (decl))
12017 error ("%qD must be either a non-static member "
12018 "function or a non-member function", decl);
12019 return false;
12022 for (p = argtypes; p && p != void_list_node; p = TREE_CHAIN (p))
12024 tree arg = non_reference (TREE_VALUE (p));
12025 if (arg == error_mark_node)
12026 return false;
12028 /* MAYBE_CLASS_TYPE_P, rather than CLASS_TYPE_P, is used
12029 because these checks are performed even on
12030 template functions. */
12031 if (MAYBE_CLASS_TYPE_P (arg)
12032 || TREE_CODE (arg) == ENUMERAL_TYPE)
12033 break;
12036 if (!p || p == void_list_node)
12038 if (complain)
12039 error ("%qD must have an argument of class or "
12040 "enumerated type", decl);
12041 return false;
12046 /* There are no restrictions on the arguments to an overloaded
12047 "operator ()". */
12048 if (operator_code == CALL_EXPR)
12049 return true;
12051 /* Warn about conversion operators that will never be used. */
12052 if (IDENTIFIER_TYPENAME_P (name)
12053 && ! DECL_TEMPLATE_INFO (decl)
12054 && warn_conversion
12055 /* Warn only declaring the function; there is no need to
12056 warn again about out-of-class definitions. */
12057 && class_type == current_class_type)
12059 tree t = TREE_TYPE (name);
12060 int ref = (TREE_CODE (t) == REFERENCE_TYPE);
12062 if (ref)
12063 t = TYPE_MAIN_VARIANT (TREE_TYPE (t));
12065 if (VOID_TYPE_P (t))
12066 warning (OPT_Wconversion,
12068 ? G_("conversion to a reference to void "
12069 "will never use a type conversion operator")
12070 : G_("conversion to void "
12071 "will never use a type conversion operator"));
12072 else if (class_type)
12074 if (t == class_type)
12075 warning (OPT_Wconversion,
12077 ? G_("conversion to a reference to the same type "
12078 "will never use a type conversion operator")
12079 : G_("conversion to the same type "
12080 "will never use a type conversion operator"));
12081 /* Don't force t to be complete here. */
12082 else if (MAYBE_CLASS_TYPE_P (t)
12083 && COMPLETE_TYPE_P (t)
12084 && DERIVED_FROM_P (t, class_type))
12085 warning (OPT_Wconversion,
12087 ? G_("conversion to a reference to a base class "
12088 "will never use a type conversion operator")
12089 : G_("conversion to a base class "
12090 "will never use a type conversion operator"));
12095 if (operator_code == COND_EXPR)
12097 /* 13.4.0.3 */
12098 error ("ISO C++ prohibits overloading operator ?:");
12099 return false;
12101 else if (ellipsis_p)
12103 error ("%qD must not have variable number of arguments", decl);
12104 return false;
12106 else if (ambi_op_p (operator_code))
12108 if (arity == 1)
12109 /* We pick the one-argument operator codes by default, so
12110 we don't have to change anything. */
12112 else if (arity == 2)
12114 /* If we thought this was a unary operator, we now know
12115 it to be a binary operator. */
12116 switch (operator_code)
12118 case INDIRECT_REF:
12119 operator_code = MULT_EXPR;
12120 break;
12122 case ADDR_EXPR:
12123 operator_code = BIT_AND_EXPR;
12124 break;
12126 case UNARY_PLUS_EXPR:
12127 operator_code = PLUS_EXPR;
12128 break;
12130 case NEGATE_EXPR:
12131 operator_code = MINUS_EXPR;
12132 break;
12134 case PREINCREMENT_EXPR:
12135 operator_code = POSTINCREMENT_EXPR;
12136 break;
12138 case PREDECREMENT_EXPR:
12139 operator_code = POSTDECREMENT_EXPR;
12140 break;
12142 default:
12143 gcc_unreachable ();
12146 SET_OVERLOADED_OPERATOR_CODE (decl, operator_code);
12148 if ((operator_code == POSTINCREMENT_EXPR
12149 || operator_code == POSTDECREMENT_EXPR)
12150 && ! processing_template_decl
12151 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node))
12153 if (methodp)
12154 error ("postfix %qD must take %<int%> as its argument",
12155 decl);
12156 else
12157 error ("postfix %qD must take %<int%> as its second "
12158 "argument", decl);
12159 return false;
12162 else
12164 if (methodp)
12165 error ("%qD must take either zero or one argument", decl);
12166 else
12167 error ("%qD must take either one or two arguments", decl);
12168 return false;
12171 /* More Effective C++ rule 6. */
12172 if (warn_ecpp
12173 && (operator_code == POSTINCREMENT_EXPR
12174 || operator_code == POSTDECREMENT_EXPR
12175 || operator_code == PREINCREMENT_EXPR
12176 || operator_code == PREDECREMENT_EXPR))
12178 tree arg = TREE_VALUE (argtypes);
12179 tree ret = TREE_TYPE (TREE_TYPE (decl));
12180 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE)
12181 arg = TREE_TYPE (arg);
12182 arg = TYPE_MAIN_VARIANT (arg);
12183 if (operator_code == PREINCREMENT_EXPR
12184 || operator_code == PREDECREMENT_EXPR)
12186 if (TREE_CODE (ret) != REFERENCE_TYPE
12187 || !same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (ret)),
12188 arg))
12189 warning (OPT_Weffc__, "prefix %qD should return %qT", decl,
12190 build_reference_type (arg));
12192 else
12194 if (!same_type_p (TYPE_MAIN_VARIANT (ret), arg))
12195 warning (OPT_Weffc__, "postfix %qD should return %qT", decl, arg);
12199 else if (unary_op_p (operator_code))
12201 if (arity != 1)
12203 if (methodp)
12204 error ("%qD must take %<void%>", decl);
12205 else
12206 error ("%qD must take exactly one argument", decl);
12207 return false;
12210 else /* if (binary_op_p (operator_code)) */
12212 if (arity != 2)
12214 if (methodp)
12215 error ("%qD must take exactly one argument", decl);
12216 else
12217 error ("%qD must take exactly two arguments", decl);
12218 return false;
12221 /* More Effective C++ rule 7. */
12222 if (warn_ecpp
12223 && (operator_code == TRUTH_ANDIF_EXPR
12224 || operator_code == TRUTH_ORIF_EXPR
12225 || operator_code == COMPOUND_EXPR))
12226 warning (OPT_Weffc__, "user-defined %qD always evaluates both arguments",
12227 decl);
12230 /* Effective C++ rule 23. */
12231 if (warn_ecpp
12232 && arity == 2
12233 && !DECL_ASSIGNMENT_OPERATOR_P (decl)
12234 && (operator_code == PLUS_EXPR
12235 || operator_code == MINUS_EXPR
12236 || operator_code == TRUNC_DIV_EXPR
12237 || operator_code == MULT_EXPR
12238 || operator_code == TRUNC_MOD_EXPR)
12239 && TREE_CODE (TREE_TYPE (TREE_TYPE (decl))) == REFERENCE_TYPE)
12240 warning (OPT_Weffc__, "%qD should return by value", decl);
12242 /* [over.oper]/8 */
12243 for (; argtypes && argtypes != void_list_node;
12244 argtypes = TREE_CHAIN (argtypes))
12245 if (TREE_PURPOSE (argtypes))
12247 TREE_PURPOSE (argtypes) = NULL_TREE;
12248 if (operator_code == POSTINCREMENT_EXPR
12249 || operator_code == POSTDECREMENT_EXPR)
12251 pedwarn (input_location, OPT_Wpedantic, "%qD cannot have default arguments",
12252 decl);
12254 else
12256 error ("%qD cannot have default arguments", decl);
12257 return false;
12261 return true;
12264 /* Return a string giving the keyword associate with CODE. */
12266 static const char *
12267 tag_name (enum tag_types code)
12269 switch (code)
12271 case record_type:
12272 return "struct";
12273 case class_type:
12274 return "class";
12275 case union_type:
12276 return "union";
12277 case enum_type:
12278 return "enum";
12279 case typename_type:
12280 return "typename";
12281 default:
12282 gcc_unreachable ();
12286 /* Name lookup in an elaborated-type-specifier (after the keyword
12287 indicated by TAG_CODE) has found the TYPE_DECL DECL. If the
12288 elaborated-type-specifier is invalid, issue a diagnostic and return
12289 error_mark_node; otherwise, return the *_TYPE to which it referred.
12290 If ALLOW_TEMPLATE_P is true, TYPE may be a class template. */
12292 tree
12293 check_elaborated_type_specifier (enum tag_types tag_code,
12294 tree decl,
12295 bool allow_template_p)
12297 tree type;
12299 /* In the case of:
12301 struct S { struct S *p; };
12303 name lookup will find the TYPE_DECL for the implicit "S::S"
12304 typedef. Adjust for that here. */
12305 if (DECL_SELF_REFERENCE_P (decl))
12306 decl = TYPE_NAME (TREE_TYPE (decl));
12308 type = TREE_TYPE (decl);
12310 /* Check TEMPLATE_TYPE_PARM first because DECL_IMPLICIT_TYPEDEF_P
12311 is false for this case as well. */
12312 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
12314 error ("using template type parameter %qT after %qs",
12315 type, tag_name (tag_code));
12316 return error_mark_node;
12318 /* Accept template template parameters. */
12319 else if (allow_template_p
12320 && (TREE_CODE (type) == BOUND_TEMPLATE_TEMPLATE_PARM
12321 || TREE_CODE (type) == TEMPLATE_TEMPLATE_PARM))
12323 /* [dcl.type.elab]
12325 If the identifier resolves to a typedef-name or the
12326 simple-template-id resolves to an alias template
12327 specialization, the elaborated-type-specifier is ill-formed.
12329 In other words, the only legitimate declaration to use in the
12330 elaborated type specifier is the implicit typedef created when
12331 the type is declared. */
12332 else if (!DECL_IMPLICIT_TYPEDEF_P (decl)
12333 && !DECL_SELF_REFERENCE_P (decl)
12334 && tag_code != typename_type)
12336 if (alias_template_specialization_p (type))
12337 error ("using alias template specialization %qT after %qs",
12338 type, tag_name (tag_code));
12339 else
12340 error ("using typedef-name %qD after %qs", decl, tag_name (tag_code));
12341 inform (DECL_SOURCE_LOCATION (decl),
12342 "%qD has a previous declaration here", decl);
12343 return error_mark_node;
12345 else if (TREE_CODE (type) != RECORD_TYPE
12346 && TREE_CODE (type) != UNION_TYPE
12347 && tag_code != enum_type
12348 && tag_code != typename_type)
12350 error ("%qT referred to as %qs", type, tag_name (tag_code));
12351 inform (input_location, "%q+T has a previous declaration here", type);
12352 return error_mark_node;
12354 else if (TREE_CODE (type) != ENUMERAL_TYPE
12355 && tag_code == enum_type)
12357 error ("%qT referred to as enum", type);
12358 inform (input_location, "%q+T has a previous declaration here", type);
12359 return error_mark_node;
12361 else if (!allow_template_p
12362 && TREE_CODE (type) == RECORD_TYPE
12363 && CLASSTYPE_IS_TEMPLATE (type))
12365 /* If a class template appears as elaborated type specifier
12366 without a template header such as:
12368 template <class T> class C {};
12369 void f(class C); // No template header here
12371 then the required template argument is missing. */
12372 error ("template argument required for %<%s %T%>",
12373 tag_name (tag_code),
12374 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type)));
12375 return error_mark_node;
12378 return type;
12381 /* Lookup NAME in elaborate type specifier in scope according to
12382 SCOPE and issue diagnostics if necessary.
12383 Return *_TYPE node upon success, NULL_TREE when the NAME is not
12384 found, and ERROR_MARK_NODE for type error. */
12386 static tree
12387 lookup_and_check_tag (enum tag_types tag_code, tree name,
12388 tag_scope scope, bool template_header_p)
12390 tree t;
12391 tree decl;
12392 if (scope == ts_global)
12394 /* First try ordinary name lookup, ignoring hidden class name
12395 injected via friend declaration. */
12396 decl = lookup_name_prefer_type (name, 2);
12397 decl = strip_using_decl (decl);
12398 /* If that fails, the name will be placed in the smallest
12399 non-class, non-function-prototype scope according to 3.3.1/5.
12400 We may already have a hidden name declared as friend in this
12401 scope. So lookup again but not ignoring hidden names.
12402 If we find one, that name will be made visible rather than
12403 creating a new tag. */
12404 if (!decl)
12405 decl = lookup_type_scope (name, ts_within_enclosing_non_class);
12407 else
12408 decl = lookup_type_scope (name, scope);
12410 if (decl
12411 && (DECL_CLASS_TEMPLATE_P (decl)
12412 /* If scope is ts_current we're defining a class, so ignore a
12413 template template parameter. */
12414 || (scope != ts_current
12415 && DECL_TEMPLATE_TEMPLATE_PARM_P (decl))))
12416 decl = DECL_TEMPLATE_RESULT (decl);
12418 if (decl && TREE_CODE (decl) == TYPE_DECL)
12420 /* Look for invalid nested type:
12421 class C {
12422 class C {};
12423 }; */
12424 if (scope == ts_current && DECL_SELF_REFERENCE_P (decl))
12426 error ("%qD has the same name as the class in which it is "
12427 "declared",
12428 decl);
12429 return error_mark_node;
12432 /* Two cases we need to consider when deciding if a class
12433 template is allowed as an elaborated type specifier:
12434 1. It is a self reference to its own class.
12435 2. It comes with a template header.
12437 For example:
12439 template <class T> class C {
12440 class C *c1; // DECL_SELF_REFERENCE_P is true
12441 class D;
12443 template <class U> class C; // template_header_p is true
12444 template <class T> class C<T>::D {
12445 class C *c2; // DECL_SELF_REFERENCE_P is true
12446 }; */
12448 t = check_elaborated_type_specifier (tag_code,
12449 decl,
12450 template_header_p
12451 | DECL_SELF_REFERENCE_P (decl));
12452 return t;
12454 else if (decl && TREE_CODE (decl) == TREE_LIST)
12456 error ("reference to %qD is ambiguous", name);
12457 print_candidates (decl);
12458 return error_mark_node;
12460 else
12461 return NULL_TREE;
12464 /* Get the struct, enum or union (TAG_CODE says which) with tag NAME.
12465 Define the tag as a forward-reference if it is not defined.
12467 If a declaration is given, process it here, and report an error if
12468 multiple declarations are not identical.
12470 SCOPE is TS_CURRENT when this is also a definition. Only look in
12471 the current frame for the name (since C++ allows new names in any
12472 scope.) It is TS_WITHIN_ENCLOSING_NON_CLASS if this is a friend
12473 declaration. Only look beginning from the current scope outward up
12474 till the nearest non-class scope. Otherwise it is TS_GLOBAL.
12476 TEMPLATE_HEADER_P is true when this declaration is preceded by
12477 a set of template parameters. */
12479 static tree
12480 xref_tag_1 (enum tag_types tag_code, tree name,
12481 tag_scope orig_scope, bool template_header_p)
12483 enum tree_code code;
12484 tree t;
12485 tree context = NULL_TREE;
12486 tag_scope scope;
12488 gcc_assert (identifier_p (name));
12490 switch (tag_code)
12492 case record_type:
12493 case class_type:
12494 code = RECORD_TYPE;
12495 break;
12496 case union_type:
12497 code = UNION_TYPE;
12498 break;
12499 case enum_type:
12500 code = ENUMERAL_TYPE;
12501 break;
12502 default:
12503 gcc_unreachable ();
12506 if (orig_scope == ts_lambda)
12507 scope = ts_current;
12508 else
12509 scope = orig_scope;
12511 /* In case of anonymous name, xref_tag is only called to
12512 make type node and push name. Name lookup is not required. */
12513 if (ANON_AGGRNAME_P (name))
12514 t = NULL_TREE;
12515 else
12516 t = lookup_and_check_tag (tag_code, name,
12517 scope, template_header_p);
12519 if (t == error_mark_node)
12520 return error_mark_node;
12522 if (scope != ts_current && t && current_class_type
12523 && template_class_depth (current_class_type)
12524 && template_header_p)
12526 if (TREE_CODE (t) == TEMPLATE_TEMPLATE_PARM)
12527 return t;
12529 /* Since SCOPE is not TS_CURRENT, we are not looking at a
12530 definition of this tag. Since, in addition, we are currently
12531 processing a (member) template declaration of a template
12532 class, we must be very careful; consider:
12534 template <class X>
12535 struct S1
12537 template <class U>
12538 struct S2
12539 { template <class V>
12540 friend struct S1; };
12542 Here, the S2::S1 declaration should not be confused with the
12543 outer declaration. In particular, the inner version should
12544 have a template parameter of level 2, not level 1. This
12545 would be particularly important if the member declaration
12546 were instead:
12548 template <class V = U> friend struct S1;
12550 say, when we should tsubst into `U' when instantiating
12551 S2. On the other hand, when presented with:
12553 template <class T>
12554 struct S1 {
12555 template <class U>
12556 struct S2 {};
12557 template <class U>
12558 friend struct S2;
12561 we must find the inner binding eventually. We
12562 accomplish this by making sure that the new type we
12563 create to represent this declaration has the right
12564 TYPE_CONTEXT. */
12565 context = TYPE_CONTEXT (t);
12566 t = NULL_TREE;
12569 if (! t)
12571 /* If no such tag is yet defined, create a forward-reference node
12572 and record it as the "definition".
12573 When a real declaration of this type is found,
12574 the forward-reference will be altered into a real type. */
12575 if (code == ENUMERAL_TYPE)
12577 error ("use of enum %q#D without previous declaration", name);
12578 return error_mark_node;
12580 else
12582 t = make_class_type (code);
12583 TYPE_CONTEXT (t) = context;
12584 if (orig_scope == ts_lambda)
12585 /* Remember that we're declaring a lambda to avoid bogus errors
12586 in push_template_decl. */
12587 CLASSTYPE_LAMBDA_EXPR (t) = error_mark_node;
12588 t = pushtag (name, t, scope);
12591 else
12593 if (template_header_p && MAYBE_CLASS_TYPE_P (t))
12595 /* Check that we aren't trying to overload a class with different
12596 constraints. */
12597 tree constr = NULL_TREE;
12598 if (current_template_parms)
12600 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms);
12601 constr = build_constraints (reqs, NULL_TREE);
12603 if (!redeclare_class_template (t, current_template_parms, constr))
12604 return error_mark_node;
12606 else if (!processing_template_decl
12607 && CLASS_TYPE_P (t)
12608 && CLASSTYPE_IS_TEMPLATE (t))
12610 error ("redeclaration of %qT as a non-template", t);
12611 error ("previous declaration %q+D", t);
12612 return error_mark_node;
12615 /* Make injected friend class visible. */
12616 if (scope != ts_within_enclosing_non_class
12617 && hidden_name_p (TYPE_NAME (t)))
12619 DECL_ANTICIPATED (TYPE_NAME (t)) = 0;
12620 DECL_FRIEND_P (TYPE_NAME (t)) = 0;
12622 if (TYPE_TEMPLATE_INFO (t))
12624 DECL_ANTICIPATED (TYPE_TI_TEMPLATE (t)) = 0;
12625 DECL_FRIEND_P (TYPE_TI_TEMPLATE (t)) = 0;
12630 return t;
12633 /* Wrapper for xref_tag_1. */
12635 tree
12636 xref_tag (enum tag_types tag_code, tree name,
12637 tag_scope scope, bool template_header_p)
12639 tree ret;
12640 bool subtime;
12641 subtime = timevar_cond_start (TV_NAME_LOOKUP);
12642 ret = xref_tag_1 (tag_code, name, scope, template_header_p);
12643 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
12644 return ret;
12648 tree
12649 xref_tag_from_type (tree old, tree id, tag_scope scope)
12651 enum tag_types tag_kind;
12653 if (TREE_CODE (old) == RECORD_TYPE)
12654 tag_kind = (CLASSTYPE_DECLARED_CLASS (old) ? class_type : record_type);
12655 else
12656 tag_kind = union_type;
12658 if (id == NULL_TREE)
12659 id = TYPE_IDENTIFIER (old);
12661 return xref_tag (tag_kind, id, scope, false);
12664 /* Create the binfo hierarchy for REF with (possibly NULL) base list
12665 BASE_LIST. For each element on BASE_LIST the TREE_PURPOSE is an
12666 access_* node, and the TREE_VALUE is the type of the base-class.
12667 Non-NULL TREE_TYPE indicates virtual inheritance.
12669 Returns true if the binfo hierarchy was successfully created,
12670 false if an error was detected. */
12672 bool
12673 xref_basetypes (tree ref, tree base_list)
12675 tree *basep;
12676 tree binfo, base_binfo;
12677 unsigned max_vbases = 0; /* Maximum direct & indirect virtual bases. */
12678 unsigned max_bases = 0; /* Maximum direct bases. */
12679 int i;
12680 tree default_access;
12681 tree igo_prev; /* Track Inheritance Graph Order. */
12683 if (ref == error_mark_node)
12684 return false;
12686 /* The base of a derived class is private by default, all others are
12687 public. */
12688 default_access = (TREE_CODE (ref) == RECORD_TYPE
12689 && CLASSTYPE_DECLARED_CLASS (ref)
12690 ? access_private_node : access_public_node);
12692 /* First, make sure that any templates in base-classes are
12693 instantiated. This ensures that if we call ourselves recursively
12694 we do not get confused about which classes are marked and which
12695 are not. */
12696 basep = &base_list;
12697 while (*basep)
12699 tree basetype = TREE_VALUE (*basep);
12701 /* The dependent_type_p call below should really be dependent_scope_p
12702 so that we give a hard error about using an incomplete type as a
12703 base, but we allow it with a pedwarn for backward
12704 compatibility. */
12705 if (processing_template_decl
12706 && CLASS_TYPE_P (basetype) && TYPE_BEING_DEFINED (basetype))
12707 cxx_incomplete_type_diagnostic (NULL_TREE, basetype, DK_PEDWARN);
12708 if (!dependent_type_p (basetype)
12709 && !complete_type_or_else (basetype, NULL))
12710 /* An incomplete type. Remove it from the list. */
12711 *basep = TREE_CHAIN (*basep);
12712 else
12714 max_bases++;
12715 if (TREE_TYPE (*basep))
12716 max_vbases++;
12717 if (CLASS_TYPE_P (basetype))
12718 max_vbases += vec_safe_length (CLASSTYPE_VBASECLASSES (basetype));
12719 basep = &TREE_CHAIN (*basep);
12723 TYPE_MARKED_P (ref) = 1;
12725 /* The binfo slot should be empty, unless this is an (ill-formed)
12726 redefinition. */
12727 if (TYPE_BINFO (ref) && !TYPE_SIZE (ref))
12729 error ("redefinition of %q#T", ref);
12730 return false;
12733 gcc_assert (TYPE_MAIN_VARIANT (ref) == ref);
12735 binfo = make_tree_binfo (max_bases);
12737 TYPE_BINFO (ref) = binfo;
12738 BINFO_OFFSET (binfo) = size_zero_node;
12739 BINFO_TYPE (binfo) = ref;
12741 /* Apply base-class info set up to the variants of this type. */
12742 fixup_type_variants (ref);
12744 if (max_bases)
12746 vec_alloc (BINFO_BASE_ACCESSES (binfo), max_bases);
12747 /* An aggregate cannot have baseclasses. */
12748 CLASSTYPE_NON_AGGREGATE (ref) = 1;
12750 if (TREE_CODE (ref) == UNION_TYPE)
12752 error ("derived union %qT invalid", ref);
12753 return false;
12757 if (max_bases > 1)
12759 if (TYPE_FOR_JAVA (ref))
12761 error ("Java class %qT cannot have multiple bases", ref);
12762 return false;
12766 if (max_vbases)
12768 vec_alloc (CLASSTYPE_VBASECLASSES (ref), max_vbases);
12770 if (TYPE_FOR_JAVA (ref))
12772 error ("Java class %qT cannot have virtual bases", ref);
12773 return false;
12777 for (igo_prev = binfo; base_list; base_list = TREE_CHAIN (base_list))
12779 tree access = TREE_PURPOSE (base_list);
12780 int via_virtual = TREE_TYPE (base_list) != NULL_TREE;
12781 tree basetype = TREE_VALUE (base_list);
12783 if (access == access_default_node)
12784 access = default_access;
12786 if (PACK_EXPANSION_P (basetype))
12787 basetype = PACK_EXPANSION_PATTERN (basetype);
12788 if (TREE_CODE (basetype) == TYPE_DECL)
12789 basetype = TREE_TYPE (basetype);
12790 if (!MAYBE_CLASS_TYPE_P (basetype) || TREE_CODE (basetype) == UNION_TYPE)
12792 error ("base type %qT fails to be a struct or class type",
12793 basetype);
12794 return false;
12797 if (TYPE_FOR_JAVA (basetype) && (current_lang_depth () == 0))
12798 TYPE_FOR_JAVA (ref) = 1;
12800 base_binfo = NULL_TREE;
12801 if (CLASS_TYPE_P (basetype) && !dependent_scope_p (basetype))
12803 base_binfo = TYPE_BINFO (basetype);
12804 /* The original basetype could have been a typedef'd type. */
12805 basetype = BINFO_TYPE (base_binfo);
12807 /* Inherit flags from the base. */
12808 TYPE_HAS_NEW_OPERATOR (ref)
12809 |= TYPE_HAS_NEW_OPERATOR (basetype);
12810 TYPE_HAS_ARRAY_NEW_OPERATOR (ref)
12811 |= TYPE_HAS_ARRAY_NEW_OPERATOR (basetype);
12812 TYPE_GETS_DELETE (ref) |= TYPE_GETS_DELETE (basetype);
12813 TYPE_HAS_CONVERSION (ref) |= TYPE_HAS_CONVERSION (basetype);
12814 CLASSTYPE_DIAMOND_SHAPED_P (ref)
12815 |= CLASSTYPE_DIAMOND_SHAPED_P (basetype);
12816 CLASSTYPE_REPEATED_BASE_P (ref)
12817 |= CLASSTYPE_REPEATED_BASE_P (basetype);
12820 /* We must do this test after we've seen through a typedef
12821 type. */
12822 if (TYPE_MARKED_P (basetype))
12824 if (basetype == ref)
12825 error ("recursive type %qT undefined", basetype);
12826 else
12827 error ("duplicate base type %qT invalid", basetype);
12828 return false;
12831 if (PACK_EXPANSION_P (TREE_VALUE (base_list)))
12832 /* Regenerate the pack expansion for the bases. */
12833 basetype = make_pack_expansion (basetype);
12835 TYPE_MARKED_P (basetype) = 1;
12837 base_binfo = copy_binfo (base_binfo, basetype, ref,
12838 &igo_prev, via_virtual);
12839 if (!BINFO_INHERITANCE_CHAIN (base_binfo))
12840 BINFO_INHERITANCE_CHAIN (base_binfo) = binfo;
12842 BINFO_BASE_APPEND (binfo, base_binfo);
12843 BINFO_BASE_ACCESS_APPEND (binfo, access);
12846 if (vec_safe_length (CLASSTYPE_VBASECLASSES (ref)) < max_vbases)
12847 /* If we didn't get max_vbases vbases, we must have shared at
12848 least one of them, and are therefore diamond shaped. */
12849 CLASSTYPE_DIAMOND_SHAPED_P (ref) = 1;
12851 /* Unmark all the types. */
12852 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
12853 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
12854 TYPE_MARKED_P (ref) = 0;
12856 /* Now see if we have a repeated base type. */
12857 if (!CLASSTYPE_REPEATED_BASE_P (ref))
12859 for (base_binfo = binfo; base_binfo;
12860 base_binfo = TREE_CHAIN (base_binfo))
12862 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
12864 CLASSTYPE_REPEATED_BASE_P (ref) = 1;
12865 break;
12867 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 1;
12869 for (base_binfo = binfo; base_binfo;
12870 base_binfo = TREE_CHAIN (base_binfo))
12871 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
12872 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
12873 else
12874 break;
12877 return true;
12881 /* Copies the enum-related properties from type SRC to type DST.
12882 Used with the underlying type of an enum and the enum itself. */
12883 static void
12884 copy_type_enum (tree dst, tree src)
12886 tree t;
12887 for (t = dst; t; t = TYPE_NEXT_VARIANT (t))
12889 TYPE_MIN_VALUE (t) = TYPE_MIN_VALUE (src);
12890 TYPE_MAX_VALUE (t) = TYPE_MAX_VALUE (src);
12891 TYPE_SIZE (t) = TYPE_SIZE (src);
12892 TYPE_SIZE_UNIT (t) = TYPE_SIZE_UNIT (src);
12893 SET_TYPE_MODE (dst, TYPE_MODE (src));
12894 TYPE_PRECISION (t) = TYPE_PRECISION (src);
12895 TYPE_ALIGN (t) = TYPE_ALIGN (src);
12896 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (src);
12897 TYPE_UNSIGNED (t) = TYPE_UNSIGNED (src);
12901 /* Begin compiling the definition of an enumeration type.
12902 NAME is its name,
12904 if ENUMTYPE is not NULL_TREE then the type has alredy been found.
12906 UNDERLYING_TYPE is the type that will be used as the storage for
12907 the enumeration type. This should be NULL_TREE if no storage type
12908 was specified.
12910 SCOPED_ENUM_P is true if this is a scoped enumeration type.
12912 if IS_NEW is not NULL, gets TRUE iff a new type is created.
12914 Returns the type object, as yet incomplete.
12915 Also records info about it so that build_enumerator
12916 may be used to declare the individual values as they are read. */
12918 tree
12919 start_enum (tree name, tree enumtype, tree underlying_type,
12920 bool scoped_enum_p, bool *is_new)
12922 tree prevtype = NULL_TREE;
12923 gcc_assert (identifier_p (name));
12925 if (is_new)
12926 *is_new = false;
12927 /* [C++0x dcl.enum]p5:
12929 If not explicitly specified, the underlying type of a scoped
12930 enumeration type is int. */
12931 if (!underlying_type && scoped_enum_p)
12932 underlying_type = integer_type_node;
12934 if (underlying_type)
12935 underlying_type = cv_unqualified (underlying_type);
12937 /* If this is the real definition for a previous forward reference,
12938 fill in the contents in the same object that used to be the
12939 forward reference. */
12940 if (!enumtype)
12941 enumtype = lookup_and_check_tag (enum_type, name,
12942 /*tag_scope=*/ts_current,
12943 /*template_header_p=*/false);
12945 /* In case of a template_decl, the only check that should be deferred
12946 to instantiation time is the comparison of underlying types. */
12947 if (enumtype && TREE_CODE (enumtype) == ENUMERAL_TYPE)
12949 if (scoped_enum_p != SCOPED_ENUM_P (enumtype))
12951 error_at (input_location, "scoped/unscoped mismatch "
12952 "in enum %q#T", enumtype);
12953 error_at (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
12954 "previous definition here");
12955 enumtype = error_mark_node;
12957 else if (ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) != !! underlying_type)
12959 error_at (input_location, "underlying type mismatch "
12960 "in enum %q#T", enumtype);
12961 error_at (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
12962 "previous definition here");
12963 enumtype = error_mark_node;
12965 else if (underlying_type && ENUM_UNDERLYING_TYPE (enumtype)
12966 && !dependent_type_p (underlying_type)
12967 && !dependent_type_p (ENUM_UNDERLYING_TYPE (enumtype))
12968 && !same_type_p (underlying_type,
12969 ENUM_UNDERLYING_TYPE (enumtype)))
12971 error_at (input_location, "different underlying type "
12972 "in enum %q#T", enumtype);
12973 error_at (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
12974 "previous definition here");
12975 underlying_type = NULL_TREE;
12979 if (!enumtype || TREE_CODE (enumtype) != ENUMERAL_TYPE
12980 || processing_template_decl)
12982 /* In case of error, make a dummy enum to allow parsing to
12983 continue. */
12984 if (enumtype == error_mark_node)
12986 name = make_anon_name ();
12987 enumtype = NULL_TREE;
12990 /* enumtype may be an ENUMERAL_TYPE if this is a redefinition
12991 of an opaque enum, or an opaque enum of an already defined
12992 enumeration (C++0x only).
12993 In any other case, it'll be NULL_TREE. */
12994 if (!enumtype)
12996 if (is_new)
12997 *is_new = true;
12999 prevtype = enumtype;
13001 /* Do not push the decl more than once, unless we need to
13002 compare underlying types at instantiation time */
13003 if (!enumtype
13004 || TREE_CODE (enumtype) != ENUMERAL_TYPE
13005 || (underlying_type
13006 && dependent_type_p (underlying_type))
13007 || (ENUM_UNDERLYING_TYPE (enumtype)
13008 && dependent_type_p (ENUM_UNDERLYING_TYPE (enumtype))))
13010 enumtype = cxx_make_type (ENUMERAL_TYPE);
13011 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
13013 else
13014 enumtype = xref_tag (enum_type, name, /*tag_scope=*/ts_current,
13015 false);
13017 if (enumtype == error_mark_node)
13018 return error_mark_node;
13020 /* The enum is considered opaque until the opening '{' of the
13021 enumerator list. */
13022 SET_OPAQUE_ENUM_P (enumtype, true);
13023 ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) = !! underlying_type;
13026 SET_SCOPED_ENUM_P (enumtype, scoped_enum_p);
13028 if (underlying_type)
13030 if (CP_INTEGRAL_TYPE_P (underlying_type))
13032 copy_type_enum (enumtype, underlying_type);
13033 ENUM_UNDERLYING_TYPE (enumtype) = underlying_type;
13035 else if (dependent_type_p (underlying_type))
13036 ENUM_UNDERLYING_TYPE (enumtype) = underlying_type;
13037 else
13038 error ("underlying type %<%T%> of %<%T%> must be an integral type",
13039 underlying_type, enumtype);
13042 /* If into a template class, the returned enum is always the first
13043 declaration (opaque or not) seen. This way all the references to
13044 this type will be to the same declaration. The following ones are used
13045 only to check for definition errors. */
13046 if (prevtype && processing_template_decl)
13047 return prevtype;
13048 else
13049 return enumtype;
13052 /* After processing and defining all the values of an enumeration type,
13053 install their decls in the enumeration type.
13054 ENUMTYPE is the type object. */
13056 void
13057 finish_enum_value_list (tree enumtype)
13059 tree values;
13060 tree underlying_type;
13061 tree decl;
13062 tree value;
13063 tree minnode, maxnode;
13064 tree t;
13066 bool fixed_underlying_type_p
13067 = ENUM_UNDERLYING_TYPE (enumtype) != NULL_TREE;
13069 /* We built up the VALUES in reverse order. */
13070 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
13072 /* For an enum defined in a template, just set the type of the values;
13073 all further processing is postponed until the template is
13074 instantiated. We need to set the type so that tsubst of a CONST_DECL
13075 works. */
13076 if (processing_template_decl)
13078 for (values = TYPE_VALUES (enumtype);
13079 values;
13080 values = TREE_CHAIN (values))
13081 TREE_TYPE (TREE_VALUE (values)) = enumtype;
13082 return;
13085 /* Determine the minimum and maximum values of the enumerators. */
13086 if (TYPE_VALUES (enumtype))
13088 minnode = maxnode = NULL_TREE;
13090 for (values = TYPE_VALUES (enumtype);
13091 values;
13092 values = TREE_CHAIN (values))
13094 decl = TREE_VALUE (values);
13096 /* [dcl.enum]: Following the closing brace of an enum-specifier,
13097 each enumerator has the type of its enumeration. Prior to the
13098 closing brace, the type of each enumerator is the type of its
13099 initializing value. */
13100 TREE_TYPE (decl) = enumtype;
13102 /* Update the minimum and maximum values, if appropriate. */
13103 value = DECL_INITIAL (decl);
13104 if (value == error_mark_node)
13105 value = integer_zero_node;
13106 /* Figure out what the minimum and maximum values of the
13107 enumerators are. */
13108 if (!minnode)
13109 minnode = maxnode = value;
13110 else if (tree_int_cst_lt (maxnode, value))
13111 maxnode = value;
13112 else if (tree_int_cst_lt (value, minnode))
13113 minnode = value;
13116 else
13117 /* [dcl.enum]
13119 If the enumerator-list is empty, the underlying type is as if
13120 the enumeration had a single enumerator with value 0. */
13121 minnode = maxnode = integer_zero_node;
13123 if (!fixed_underlying_type_p)
13125 /* Compute the number of bits require to represent all values of the
13126 enumeration. We must do this before the type of MINNODE and
13127 MAXNODE are transformed, since tree_int_cst_min_precision relies
13128 on the TREE_TYPE of the value it is passed. */
13129 signop sgn = tree_int_cst_sgn (minnode) >= 0 ? UNSIGNED : SIGNED;
13130 int lowprec = tree_int_cst_min_precision (minnode, sgn);
13131 int highprec = tree_int_cst_min_precision (maxnode, sgn);
13132 int precision = MAX (lowprec, highprec);
13133 unsigned int itk;
13134 bool use_short_enum;
13136 /* Determine the underlying type of the enumeration.
13138 [dcl.enum]
13140 The underlying type of an enumeration is an integral type that
13141 can represent all the enumerator values defined in the
13142 enumeration. It is implementation-defined which integral type is
13143 used as the underlying type for an enumeration except that the
13144 underlying type shall not be larger than int unless the value of
13145 an enumerator cannot fit in an int or unsigned int.
13147 We use "int" or an "unsigned int" as the underlying type, even if
13148 a smaller integral type would work, unless the user has
13149 explicitly requested that we use the smallest possible type. The
13150 user can request that for all enumerations with a command line
13151 flag, or for just one enumeration with an attribute. */
13153 use_short_enum = flag_short_enums
13154 || lookup_attribute ("packed", TYPE_ATTRIBUTES (enumtype));
13156 for (itk = (use_short_enum ? itk_char : itk_int);
13157 itk != itk_none;
13158 itk++)
13160 underlying_type = integer_types[itk];
13161 if (underlying_type != NULL_TREE
13162 && TYPE_PRECISION (underlying_type) >= precision
13163 && TYPE_SIGN (underlying_type) == sgn)
13164 break;
13166 if (itk == itk_none)
13168 /* DR 377
13170 IF no integral type can represent all the enumerator values, the
13171 enumeration is ill-formed. */
13172 error ("no integral type can represent all of the enumerator values "
13173 "for %qT", enumtype);
13174 precision = TYPE_PRECISION (long_long_integer_type_node);
13175 underlying_type = integer_types[itk_unsigned_long_long];
13178 /* [dcl.enum]
13180 The value of sizeof() applied to an enumeration type, an object
13181 of an enumeration type, or an enumerator, is the value of sizeof()
13182 applied to the underlying type. */
13183 copy_type_enum (enumtype, underlying_type);
13185 /* Compute the minimum and maximum values for the type.
13187 [dcl.enum]
13189 For an enumeration where emin is the smallest enumerator and emax
13190 is the largest, the values of the enumeration are the values of the
13191 underlying type in the range bmin to bmax, where bmin and bmax are,
13192 respectively, the smallest and largest values of the smallest bit-
13193 field that can store emin and emax. */
13195 /* The middle-end currently assumes that types with TYPE_PRECISION
13196 narrower than their underlying type are suitably zero or sign
13197 extended to fill their mode. Similarly, it assumes that the front
13198 end assures that a value of a particular type must be within
13199 TYPE_MIN_VALUE and TYPE_MAX_VALUE.
13201 We used to set these fields based on bmin and bmax, but that led
13202 to invalid assumptions like optimizing away bounds checking. So
13203 now we just set the TYPE_PRECISION, TYPE_MIN_VALUE, and
13204 TYPE_MAX_VALUE to the values for the mode above and only restrict
13205 the ENUM_UNDERLYING_TYPE for the benefit of diagnostics. */
13206 ENUM_UNDERLYING_TYPE (enumtype)
13207 = build_distinct_type_copy (underlying_type);
13208 TYPE_PRECISION (ENUM_UNDERLYING_TYPE (enumtype)) = precision;
13209 set_min_and_max_values_for_integral_type
13210 (ENUM_UNDERLYING_TYPE (enumtype), precision, sgn);
13212 /* If -fstrict-enums, still constrain TYPE_MIN/MAX_VALUE. */
13213 if (flag_strict_enums)
13214 set_min_and_max_values_for_integral_type (enumtype, precision, sgn);
13216 else
13217 underlying_type = ENUM_UNDERLYING_TYPE (enumtype);
13219 /* Convert each of the enumerators to the type of the underlying
13220 type of the enumeration. */
13221 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values))
13223 location_t saved_location;
13225 decl = TREE_VALUE (values);
13226 saved_location = input_location;
13227 input_location = DECL_SOURCE_LOCATION (decl);
13228 if (fixed_underlying_type_p)
13229 /* If the enumeration type has a fixed underlying type, we
13230 already checked all of the enumerator values. */
13231 value = DECL_INITIAL (decl);
13232 else
13233 value = perform_implicit_conversion (underlying_type,
13234 DECL_INITIAL (decl),
13235 tf_warning_or_error);
13236 input_location = saved_location;
13238 /* Do not clobber shared ints. */
13239 value = copy_node (value);
13241 TREE_TYPE (value) = enumtype;
13242 DECL_INITIAL (decl) = value;
13245 /* Fix up all variant types of this enum type. */
13246 for (t = TYPE_MAIN_VARIANT (enumtype); t; t = TYPE_NEXT_VARIANT (t))
13247 TYPE_VALUES (t) = TYPE_VALUES (enumtype);
13249 if (at_class_scope_p ()
13250 && COMPLETE_TYPE_P (current_class_type)
13251 && UNSCOPED_ENUM_P (enumtype))
13252 insert_late_enum_def_into_classtype_sorted_fields (enumtype,
13253 current_class_type);
13255 /* Finish debugging output for this type. */
13256 rest_of_type_compilation (enumtype, namespace_bindings_p ());
13259 /* Finishes the enum type. This is called only the first time an
13260 enumeration is seen, be it opaque or odinary.
13261 ENUMTYPE is the type object. */
13263 void
13264 finish_enum (tree enumtype)
13266 if (processing_template_decl)
13268 if (at_function_scope_p ())
13269 add_stmt (build_min (TAG_DEFN, enumtype));
13270 return;
13273 /* If this is a forward declaration, there should not be any variants,
13274 though we can get a variant in the middle of an enum-specifier with
13275 wacky code like 'enum E { e = sizeof(const E*) };' */
13276 gcc_assert (enumtype == TYPE_MAIN_VARIANT (enumtype)
13277 && (TYPE_VALUES (enumtype)
13278 || !TYPE_NEXT_VARIANT (enumtype)));
13281 /* Build and install a CONST_DECL for an enumeration constant of the
13282 enumeration type ENUMTYPE whose NAME and VALUE (if any) are provided.
13283 LOC is the location of NAME.
13284 Assignment of sequential values by default is handled here. */
13286 void
13287 build_enumerator (tree name, tree value, tree enumtype, location_t loc)
13289 tree decl;
13290 tree context;
13291 tree type;
13293 /* scalar_constant_value will pull out this expression, so make sure
13294 it's folded as appropriate. */
13295 if (processing_template_decl)
13296 value = fold_non_dependent_expr (value);
13298 /* If the VALUE was erroneous, pretend it wasn't there; that will
13299 result in the enum being assigned the next value in sequence. */
13300 if (value == error_mark_node)
13301 value = NULL_TREE;
13303 /* Remove no-op casts from the value. */
13304 if (value)
13305 STRIP_TYPE_NOPS (value);
13307 if (! processing_template_decl)
13309 /* Validate and default VALUE. */
13310 if (value != NULL_TREE)
13312 if (!ENUM_UNDERLYING_TYPE (enumtype))
13314 tree tmp_value = build_expr_type_conversion (WANT_INT | WANT_ENUM,
13315 value, true);
13316 if (tmp_value)
13317 value = tmp_value;
13319 else if (! INTEGRAL_OR_ENUMERATION_TYPE_P (TREE_TYPE (value)))
13320 value = perform_implicit_conversion_flags
13321 (ENUM_UNDERLYING_TYPE (enumtype), value, tf_warning_or_error,
13322 LOOKUP_IMPLICIT | LOOKUP_NO_NARROWING);
13324 if (value == error_mark_node)
13325 value = NULL_TREE;
13327 if (value != NULL_TREE)
13329 value = cxx_constant_value (value);
13331 if (TREE_CODE (value) != INTEGER_CST
13332 || ! INTEGRAL_OR_ENUMERATION_TYPE_P (TREE_TYPE (value)))
13334 error ("enumerator value for %qD is not an integer constant",
13335 name);
13336 value = NULL_TREE;
13341 /* Default based on previous value. */
13342 if (value == NULL_TREE)
13344 if (TYPE_VALUES (enumtype))
13346 tree prev_value;
13347 bool overflowed;
13349 /* C++03 7.2/4: If no initializer is specified for the first
13350 enumerator, the type is an unspecified integral
13351 type. Otherwise the type is the same as the type of the
13352 initializing value of the preceding enumerator unless the
13353 incremented value is not representable in that type, in
13354 which case the type is an unspecified integral type
13355 sufficient to contain the incremented value. */
13356 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype)));
13357 if (error_operand_p (prev_value))
13358 value = error_mark_node;
13359 else
13361 tree type = TREE_TYPE (prev_value);
13362 signop sgn = TYPE_SIGN (type);
13363 widest_int wi = wi::add (wi::to_widest (prev_value), 1, sgn,
13364 &overflowed);
13365 if (!overflowed)
13367 bool pos = !wi::neg_p (wi, sgn);
13368 if (!wi::fits_to_tree_p (wi, type))
13370 unsigned int itk;
13371 for (itk = itk_int; itk != itk_none; itk++)
13373 type = integer_types[itk];
13374 if (type != NULL_TREE
13375 && (pos || !TYPE_UNSIGNED (type))
13376 && wi::fits_to_tree_p (wi, type))
13377 break;
13379 if (type && cxx_dialect < cxx11
13380 && itk > itk_unsigned_long)
13381 pedwarn (input_location, OPT_Wlong_long, pos ? "\
13382 incremented enumerator value is too large for %<unsigned long%>" : "\
13383 incremented enumerator value is too large for %<long%>");
13385 if (type == NULL_TREE)
13386 overflowed = true;
13387 else
13388 value = wide_int_to_tree (type, wi);
13391 if (overflowed)
13393 error ("overflow in enumeration values at %qD", name);
13394 value = error_mark_node;
13398 else
13399 value = integer_zero_node;
13402 /* Remove no-op casts from the value. */
13403 STRIP_TYPE_NOPS (value);
13405 /* If the underlying type of the enum is fixed, check whether
13406 the enumerator values fits in the underlying type. If it
13407 does not fit, the program is ill-formed [C++0x dcl.enum]. */
13408 if (ENUM_UNDERLYING_TYPE (enumtype)
13409 && value
13410 && TREE_CODE (value) == INTEGER_CST)
13412 if (!int_fits_type_p (value, ENUM_UNDERLYING_TYPE (enumtype)))
13413 error ("enumerator value %E is outside the range of underlying "
13414 "type %<%T%>", value, ENUM_UNDERLYING_TYPE (enumtype));
13416 /* Convert the value to the appropriate type. */
13417 value = convert (ENUM_UNDERLYING_TYPE (enumtype), value);
13421 /* C++ associates enums with global, function, or class declarations. */
13422 context = current_scope ();
13424 /* Build the actual enumeration constant. Note that the enumeration
13425 constants have the underlying type of the enum (if it is fixed)
13426 or the type of their initializer (if the underlying type of the
13427 enum is not fixed):
13429 [ C++0x dcl.enum ]
13431 If the underlying type is fixed, the type of each enumerator
13432 prior to the closing brace is the underlying type; if the
13433 initializing value of an enumerator cannot be represented by
13434 the underlying type, the program is ill-formed. If the
13435 underlying type is not fixed, the type of each enumerator is
13436 the type of its initializing value.
13438 If the underlying type is not fixed, it will be computed by
13439 finish_enum and we will reset the type of this enumerator. Of
13440 course, if we're processing a template, there may be no value. */
13441 type = value ? TREE_TYPE (value) : NULL_TREE;
13443 decl = build_decl (loc, CONST_DECL, name, type);
13445 DECL_CONTEXT (decl) = enumtype;
13446 TREE_CONSTANT (decl) = 1;
13447 TREE_READONLY (decl) = 1;
13448 DECL_INITIAL (decl) = value;
13450 if (context && context == current_class_type && !SCOPED_ENUM_P (enumtype))
13451 /* In something like `struct S { enum E { i = 7 }; };' we put `i'
13452 on the TYPE_FIELDS list for `S'. (That's so that you can say
13453 things like `S::i' later.) */
13454 finish_member_declaration (decl);
13455 else
13456 pushdecl (decl);
13458 /* Add this enumeration constant to the list for this type. */
13459 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype));
13462 /* Look for an enumerator with the given NAME within the enumeration
13463 type ENUMTYPE. This routine is used primarily for qualified name
13464 lookup into an enumerator in C++0x, e.g.,
13466 enum class Color { Red, Green, Blue };
13468 Color color = Color::Red;
13470 Returns the value corresponding to the enumerator, or
13471 NULL_TREE if no such enumerator was found. */
13472 tree
13473 lookup_enumerator (tree enumtype, tree name)
13475 tree e;
13476 gcc_assert (enumtype && TREE_CODE (enumtype) == ENUMERAL_TYPE);
13478 e = purpose_member (name, TYPE_VALUES (enumtype));
13479 return e? TREE_VALUE (e) : NULL_TREE;
13483 /* We're defining DECL. Make sure that its type is OK. */
13485 static void
13486 check_function_type (tree decl, tree current_function_parms)
13488 tree fntype = TREE_TYPE (decl);
13489 tree return_type = complete_type (TREE_TYPE (fntype));
13491 /* In a function definition, arg types must be complete. */
13492 require_complete_types_for_parms (current_function_parms);
13494 if (dependent_type_p (return_type)
13495 || type_uses_auto (return_type))
13496 return;
13497 if (!COMPLETE_OR_VOID_TYPE_P (return_type)
13498 || (TYPE_FOR_JAVA (return_type) && MAYBE_CLASS_TYPE_P (return_type)))
13500 tree args = TYPE_ARG_TYPES (fntype);
13502 if (!COMPLETE_OR_VOID_TYPE_P (return_type))
13503 error ("return type %q#T is incomplete", return_type);
13504 else
13505 error ("return type has Java class type %q#T", return_type);
13507 /* Make it return void instead. */
13508 if (TREE_CODE (fntype) == METHOD_TYPE)
13509 fntype = build_method_type_directly (TREE_TYPE (TREE_VALUE (args)),
13510 void_type_node,
13511 TREE_CHAIN (args));
13512 else
13513 fntype = build_function_type (void_type_node, args);
13514 fntype
13515 = build_exception_variant (fntype,
13516 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (decl)));
13517 fntype = (cp_build_type_attribute_variant
13518 (fntype, TYPE_ATTRIBUTES (TREE_TYPE (decl))));
13519 TREE_TYPE (decl) = fntype;
13521 else
13522 abstract_virtuals_error (decl, TREE_TYPE (fntype));
13525 /* Create the FUNCTION_DECL for a function definition.
13526 DECLSPECS and DECLARATOR are the parts of the declaration;
13527 they describe the function's name and the type it returns,
13528 but twisted together in a fashion that parallels the syntax of C.
13530 FLAGS is a bitwise or of SF_PRE_PARSED (indicating that the
13531 DECLARATOR is really the DECL for the function we are about to
13532 process and that DECLSPECS should be ignored), SF_INCLASS_INLINE
13533 indicating that the function is an inline defined in-class.
13535 This function creates a binding context for the function body
13536 as well as setting up the FUNCTION_DECL in current_function_decl.
13538 For C++, we must first check whether that datum makes any sense.
13539 For example, "class A local_a(1,2);" means that variable local_a
13540 is an aggregate of type A, which should have a constructor
13541 applied to it with the argument list [1, 2].
13543 On entry, DECL_INITIAL (decl1) should be NULL_TREE or error_mark_node,
13544 or may be a BLOCK if the function has been defined previously
13545 in this translation unit. On exit, DECL_INITIAL (decl1) will be
13546 error_mark_node if the function has never been defined, or
13547 a BLOCK if the function has been defined somewhere. */
13549 bool
13550 start_preparsed_function (tree decl1, tree attrs, int flags)
13552 tree ctype = NULL_TREE;
13553 tree fntype;
13554 tree restype;
13555 int doing_friend = 0;
13556 cp_binding_level *bl;
13557 tree current_function_parms;
13558 struct c_fileinfo *finfo
13559 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1)));
13560 bool honor_interface;
13562 /* Sanity check. */
13563 gcc_assert (VOID_TYPE_P (TREE_VALUE (void_list_node)));
13564 gcc_assert (TREE_CHAIN (void_list_node) == NULL_TREE);
13566 fntype = TREE_TYPE (decl1);
13567 if (TREE_CODE (fntype) == METHOD_TYPE)
13568 ctype = TYPE_METHOD_BASETYPE (fntype);
13570 /* ISO C++ 11.4/5. A friend function defined in a class is in
13571 the (lexical) scope of the class in which it is defined. */
13572 if (!ctype && DECL_FRIEND_P (decl1))
13574 ctype = DECL_FRIEND_CONTEXT (decl1);
13576 /* CTYPE could be null here if we're dealing with a template;
13577 for example, `inline friend float foo()' inside a template
13578 will have no CTYPE set. */
13579 if (ctype && TREE_CODE (ctype) != RECORD_TYPE)
13580 ctype = NULL_TREE;
13581 else
13582 doing_friend = 1;
13585 if (DECL_DECLARED_INLINE_P (decl1)
13586 && lookup_attribute ("noinline", attrs))
13587 warning (0, "inline function %q+D given attribute noinline", decl1);
13589 /* Handle gnu_inline attribute. */
13590 if (GNU_INLINE_P (decl1))
13592 DECL_EXTERNAL (decl1) = 1;
13593 DECL_NOT_REALLY_EXTERN (decl1) = 0;
13594 DECL_INTERFACE_KNOWN (decl1) = 1;
13595 DECL_DISREGARD_INLINE_LIMITS (decl1) = 1;
13598 if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (decl1))
13599 /* This is a constructor, we must ensure that any default args
13600 introduced by this definition are propagated to the clones
13601 now. The clones are used directly in overload resolution. */
13602 adjust_clone_args (decl1);
13604 /* Sometimes we don't notice that a function is a static member, and
13605 build a METHOD_TYPE for it. Fix that up now. */
13606 gcc_assert (!(ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1)
13607 && TREE_CODE (TREE_TYPE (decl1)) == METHOD_TYPE));
13609 /* Set up current_class_type, and enter the scope of the class, if
13610 appropriate. */
13611 if (ctype)
13612 push_nested_class (ctype);
13613 else if (DECL_STATIC_FUNCTION_P (decl1))
13614 push_nested_class (DECL_CONTEXT (decl1));
13616 /* Now that we have entered the scope of the class, we must restore
13617 the bindings for any template parameters surrounding DECL1, if it
13618 is an inline member template. (Order is important; consider the
13619 case where a template parameter has the same name as a field of
13620 the class.) It is not until after this point that
13621 PROCESSING_TEMPLATE_DECL is guaranteed to be set up correctly. */
13622 if (flags & SF_INCLASS_INLINE)
13623 maybe_begin_member_template_processing (decl1);
13625 /* Effective C++ rule 15. */
13626 if (warn_ecpp
13627 && DECL_OVERLOADED_OPERATOR_P (decl1) == NOP_EXPR
13628 && VOID_TYPE_P (TREE_TYPE (fntype)))
13629 warning (OPT_Weffc__, "%<operator=%> should return a reference to %<*this%>");
13631 /* Make the init_value nonzero so pushdecl knows this is not tentative.
13632 error_mark_node is replaced below (in poplevel) with the BLOCK. */
13633 if (!DECL_INITIAL (decl1))
13634 DECL_INITIAL (decl1) = error_mark_node;
13636 /* This function exists in static storage.
13637 (This does not mean `static' in the C sense!) */
13638 TREE_STATIC (decl1) = 1;
13640 /* We must call push_template_decl after current_class_type is set
13641 up. (If we are processing inline definitions after exiting a
13642 class scope, current_class_type will be NULL_TREE until set above
13643 by push_nested_class.) */
13644 if (processing_template_decl)
13646 tree newdecl1 = push_template_decl (decl1);
13647 if (newdecl1 == error_mark_node)
13649 if (ctype || DECL_STATIC_FUNCTION_P (decl1))
13650 pop_nested_class ();
13651 return false;
13653 decl1 = newdecl1;
13656 /* We are now in the scope of the function being defined. */
13657 current_function_decl = decl1;
13659 /* Save the parm names or decls from this function's declarator
13660 where store_parm_decls will find them. */
13661 current_function_parms = DECL_ARGUMENTS (decl1);
13663 /* Make sure the parameter and return types are reasonable. When
13664 you declare a function, these types can be incomplete, but they
13665 must be complete when you define the function. */
13666 check_function_type (decl1, current_function_parms);
13668 /* Build the return declaration for the function. */
13669 restype = TREE_TYPE (fntype);
13671 if (DECL_RESULT (decl1) == NULL_TREE)
13673 tree resdecl;
13675 resdecl = build_decl (input_location, RESULT_DECL, 0, restype);
13676 DECL_ARTIFICIAL (resdecl) = 1;
13677 DECL_IGNORED_P (resdecl) = 1;
13678 DECL_RESULT (decl1) = resdecl;
13680 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
13683 /* Let the user know we're compiling this function. */
13684 announce_function (decl1);
13686 /* Record the decl so that the function name is defined.
13687 If we already have a decl for this name, and it is a FUNCTION_DECL,
13688 use the old decl. */
13689 if (!processing_template_decl && !(flags & SF_PRE_PARSED))
13691 /* A specialization is not used to guide overload resolution. */
13692 if (!DECL_FUNCTION_MEMBER_P (decl1)
13693 && !(DECL_USE_TEMPLATE (decl1) &&
13694 PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl1))))
13696 tree olddecl = pushdecl (decl1);
13698 if (olddecl == error_mark_node)
13699 /* If something went wrong when registering the declaration,
13700 use DECL1; we have to have a FUNCTION_DECL to use when
13701 parsing the body of the function. */
13703 else
13705 /* Otherwise, OLDDECL is either a previous declaration
13706 of the same function or DECL1 itself. */
13708 if (warn_missing_declarations
13709 && olddecl == decl1
13710 && !DECL_MAIN_P (decl1)
13711 && TREE_PUBLIC (decl1)
13712 && !DECL_DECLARED_INLINE_P (decl1))
13714 tree context;
13716 /* Check whether DECL1 is in an anonymous
13717 namespace. */
13718 for (context = DECL_CONTEXT (decl1);
13719 context;
13720 context = DECL_CONTEXT (context))
13722 if (TREE_CODE (context) == NAMESPACE_DECL
13723 && DECL_NAME (context) == NULL_TREE)
13724 break;
13727 if (context == NULL)
13728 warning (OPT_Wmissing_declarations,
13729 "no previous declaration for %q+D", decl1);
13732 decl1 = olddecl;
13735 else
13737 /* We need to set the DECL_CONTEXT. */
13738 if (!DECL_CONTEXT (decl1) && DECL_TEMPLATE_INFO (decl1))
13739 DECL_CONTEXT (decl1) = DECL_CONTEXT (DECL_TI_TEMPLATE (decl1));
13741 fntype = TREE_TYPE (decl1);
13742 restype = TREE_TYPE (fntype);
13744 /* If #pragma weak applies, mark the decl appropriately now.
13745 The pragma only applies to global functions. Because
13746 determining whether or not the #pragma applies involves
13747 computing the mangled name for the declaration, we cannot
13748 apply the pragma until after we have merged this declaration
13749 with any previous declarations; if the original declaration
13750 has a linkage specification, that specification applies to
13751 the definition as well, and may affect the mangled name. */
13752 if (DECL_FILE_SCOPE_P (decl1))
13753 maybe_apply_pragma_weak (decl1);
13756 /* Reset this in case the call to pushdecl changed it. */
13757 current_function_decl = decl1;
13759 gcc_assert (DECL_INITIAL (decl1));
13761 /* This function may already have been parsed, in which case just
13762 return; our caller will skip over the body without parsing. */
13763 if (DECL_INITIAL (decl1) != error_mark_node)
13764 return true;
13766 /* Initialize RTL machinery. We cannot do this until
13767 CURRENT_FUNCTION_DECL and DECL_RESULT are set up. We do this
13768 even when processing a template; this is how we get
13769 CFUN set up, and our per-function variables initialized.
13770 FIXME factor out the non-RTL stuff. */
13771 bl = current_binding_level;
13772 allocate_struct_function (decl1, processing_template_decl);
13774 /* Initialize the language data structures. Whenever we start
13775 a new function, we destroy temporaries in the usual way. */
13776 cfun->language = ggc_cleared_alloc<language_function> ();
13777 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
13778 current_binding_level = bl;
13780 if (!processing_template_decl && type_uses_auto (restype))
13782 FNDECL_USED_AUTO (decl1) = true;
13783 current_function_auto_return_pattern = restype;
13786 /* Start the statement-tree, start the tree now. */
13787 DECL_SAVED_TREE (decl1) = push_stmt_list ();
13789 /* If we are (erroneously) defining a function that we have already
13790 defined before, wipe out what we knew before. */
13791 if (!DECL_PENDING_INLINE_P (decl1))
13792 DECL_SAVED_FUNCTION_DATA (decl1) = NULL;
13794 if (ctype && !doing_friend && !DECL_STATIC_FUNCTION_P (decl1))
13796 /* We know that this was set up by `grokclassfn'. We do not
13797 wait until `store_parm_decls', since evil parse errors may
13798 never get us to that point. Here we keep the consistency
13799 between `current_class_type' and `current_class_ptr'. */
13800 tree t = DECL_ARGUMENTS (decl1);
13802 gcc_assert (t != NULL_TREE && TREE_CODE (t) == PARM_DECL);
13803 gcc_assert (TYPE_PTR_P (TREE_TYPE (t)));
13805 cp_function_chain->x_current_class_ref
13806 = cp_build_indirect_ref (t, RO_NULL, tf_warning_or_error);
13807 /* Set this second to avoid shortcut in cp_build_indirect_ref. */
13808 cp_function_chain->x_current_class_ptr = t;
13810 /* Constructors and destructors need to know whether they're "in
13811 charge" of initializing virtual base classes. */
13812 t = DECL_CHAIN (t);
13813 if (DECL_HAS_IN_CHARGE_PARM_P (decl1))
13815 current_in_charge_parm = t;
13816 t = DECL_CHAIN (t);
13818 if (DECL_HAS_VTT_PARM_P (decl1))
13820 gcc_assert (DECL_NAME (t) == vtt_parm_identifier);
13821 current_vtt_parm = t;
13825 honor_interface = (!DECL_TEMPLATE_INSTANTIATION (decl1)
13826 /* Implicitly-defined methods (like the
13827 destructor for a class in which no destructor
13828 is explicitly declared) must not be defined
13829 until their definition is needed. So, we
13830 ignore interface specifications for
13831 compiler-generated functions. */
13832 && !DECL_ARTIFICIAL (decl1));
13834 if (processing_template_decl)
13835 /* Don't mess with interface flags. */;
13836 else if (DECL_INTERFACE_KNOWN (decl1))
13838 tree ctx = decl_function_context (decl1);
13840 if (DECL_NOT_REALLY_EXTERN (decl1))
13841 DECL_EXTERNAL (decl1) = 0;
13843 if (ctx != NULL_TREE && vague_linkage_p (ctx))
13844 /* This is a function in a local class in an extern inline
13845 or template function. */
13846 comdat_linkage (decl1);
13848 /* If this function belongs to an interface, it is public.
13849 If it belongs to someone else's interface, it is also external.
13850 This only affects inlines and template instantiations. */
13851 else if (!finfo->interface_unknown && honor_interface)
13853 if (DECL_DECLARED_INLINE_P (decl1)
13854 || DECL_TEMPLATE_INSTANTIATION (decl1))
13856 DECL_EXTERNAL (decl1)
13857 = (finfo->interface_only
13858 || (DECL_DECLARED_INLINE_P (decl1)
13859 && ! flag_implement_inlines
13860 && !DECL_VINDEX (decl1)));
13862 /* For WIN32 we also want to put these in linkonce sections. */
13863 maybe_make_one_only (decl1);
13865 else
13866 DECL_EXTERNAL (decl1) = 0;
13867 DECL_INTERFACE_KNOWN (decl1) = 1;
13868 /* If this function is in an interface implemented in this file,
13869 make sure that the back end knows to emit this function
13870 here. */
13871 if (!DECL_EXTERNAL (decl1))
13872 mark_needed (decl1);
13874 else if (finfo->interface_unknown && finfo->interface_only
13875 && honor_interface)
13877 /* If MULTIPLE_SYMBOL_SPACES is defined and we saw a #pragma
13878 interface, we will have both finfo->interface_unknown and
13879 finfo->interface_only set. In that case, we don't want to
13880 use the normal heuristics because someone will supply a
13881 #pragma implementation elsewhere, and deducing it here would
13882 produce a conflict. */
13883 comdat_linkage (decl1);
13884 DECL_EXTERNAL (decl1) = 0;
13885 DECL_INTERFACE_KNOWN (decl1) = 1;
13886 DECL_DEFER_OUTPUT (decl1) = 1;
13888 else
13890 /* This is a definition, not a reference.
13891 So clear DECL_EXTERNAL, unless this is a GNU extern inline. */
13892 if (!GNU_INLINE_P (decl1))
13893 DECL_EXTERNAL (decl1) = 0;
13895 if ((DECL_DECLARED_INLINE_P (decl1)
13896 || DECL_TEMPLATE_INSTANTIATION (decl1))
13897 && ! DECL_INTERFACE_KNOWN (decl1))
13898 DECL_DEFER_OUTPUT (decl1) = 1;
13899 else
13900 DECL_INTERFACE_KNOWN (decl1) = 1;
13903 /* Determine the ELF visibility attribute for the function. We must not
13904 do this before calling "pushdecl", as we must allow "duplicate_decls"
13905 to merge any attributes appropriately. We also need to wait until
13906 linkage is set. */
13907 if (!DECL_CLONED_FUNCTION_P (decl1))
13908 determine_visibility (decl1);
13910 if (!processing_template_decl)
13911 maybe_instantiate_noexcept (decl1);
13913 begin_scope (sk_function_parms, decl1);
13915 ++function_depth;
13917 if (DECL_DESTRUCTOR_P (decl1)
13918 || (DECL_CONSTRUCTOR_P (decl1)
13919 && targetm.cxx.cdtor_returns_this ()))
13921 cdtor_label = create_artificial_label (input_location);
13924 start_fname_decls ();
13926 store_parm_decls (current_function_parms);
13928 return true;
13932 /* Like start_preparsed_function, except that instead of a
13933 FUNCTION_DECL, this function takes DECLSPECS and DECLARATOR.
13935 Returns true on success. If the DECLARATOR is not suitable
13936 for a function, we return false, which tells the parser to
13937 skip the entire function. */
13939 bool
13940 start_function (cp_decl_specifier_seq *declspecs,
13941 const cp_declarator *declarator,
13942 tree attrs)
13944 tree decl1;
13946 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, 1, &attrs);
13947 if (decl1 == error_mark_node)
13948 return false;
13949 /* If the declarator is not suitable for a function definition,
13950 cause a syntax error. */
13951 if (decl1 == NULL_TREE || TREE_CODE (decl1) != FUNCTION_DECL)
13953 error ("invalid function declaration");
13954 return false;
13957 if (DECL_MAIN_P (decl1))
13958 /* main must return int. grokfndecl should have corrected it
13959 (and issued a diagnostic) if the user got it wrong. */
13960 gcc_assert (same_type_p (TREE_TYPE (TREE_TYPE (decl1)),
13961 integer_type_node));
13963 return start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT);
13966 /* Returns true iff an EH_SPEC_BLOCK should be created in the body of
13967 FN. */
13969 static bool
13970 use_eh_spec_block (tree fn)
13972 return (flag_exceptions && flag_enforce_eh_specs
13973 && !processing_template_decl
13974 && !type_throw_all_p (TREE_TYPE (fn))
13975 /* We insert the EH_SPEC_BLOCK only in the original
13976 function; then, it is copied automatically to the
13977 clones. */
13978 && !DECL_CLONED_FUNCTION_P (fn)
13979 /* Implicitly-generated constructors and destructors have
13980 exception specifications. However, those specifications
13981 are the union of the possible exceptions specified by the
13982 constructors/destructors for bases and members, so no
13983 unallowed exception will ever reach this function. By
13984 not creating the EH_SPEC_BLOCK we save a little memory,
13985 and we avoid spurious warnings about unreachable
13986 code. */
13987 && !DECL_DEFAULTED_FN (fn));
13990 /* Store the parameter declarations into the current function declaration.
13991 This is called after parsing the parameter declarations, before
13992 digesting the body of the function.
13994 Also install to binding contour return value identifier, if any. */
13996 static void
13997 store_parm_decls (tree current_function_parms)
13999 tree fndecl = current_function_decl;
14000 tree parm;
14002 /* This is a chain of any other decls that came in among the parm
14003 declarations. If a parm is declared with enum {foo, bar} x;
14004 then CONST_DECLs for foo and bar are put here. */
14005 tree nonparms = NULL_TREE;
14007 if (current_function_parms)
14009 /* This case is when the function was defined with an ANSI prototype.
14010 The parms already have decls, so we need not do anything here
14011 except record them as in effect
14012 and complain if any redundant old-style parm decls were written. */
14014 tree specparms = current_function_parms;
14015 tree next;
14017 /* Must clear this because it might contain TYPE_DECLs declared
14018 at class level. */
14019 current_binding_level->names = NULL;
14021 /* If we're doing semantic analysis, then we'll call pushdecl
14022 for each of these. We must do them in reverse order so that
14023 they end in the correct forward order. */
14024 specparms = nreverse (specparms);
14026 for (parm = specparms; parm; parm = next)
14028 next = DECL_CHAIN (parm);
14029 if (TREE_CODE (parm) == PARM_DECL)
14031 if (DECL_NAME (parm) == NULL_TREE
14032 || !VOID_TYPE_P (parm))
14033 pushdecl (parm);
14034 else
14035 error ("parameter %qD declared void", parm);
14037 else
14039 /* If we find an enum constant or a type tag,
14040 put it aside for the moment. */
14041 TREE_CHAIN (parm) = NULL_TREE;
14042 nonparms = chainon (nonparms, parm);
14046 /* Get the decls in their original chain order and record in the
14047 function. This is all and only the PARM_DECLs that were
14048 pushed into scope by the loop above. */
14049 DECL_ARGUMENTS (fndecl) = getdecls ();
14051 else
14052 DECL_ARGUMENTS (fndecl) = NULL_TREE;
14054 /* Now store the final chain of decls for the arguments
14055 as the decl-chain of the current lexical scope.
14056 Put the enumerators in as well, at the front so that
14057 DECL_ARGUMENTS is not modified. */
14058 current_binding_level->names = chainon (nonparms, DECL_ARGUMENTS (fndecl));
14060 if (use_eh_spec_block (current_function_decl))
14061 current_eh_spec_block = begin_eh_spec_block ();
14064 // Bring the parameters of a function declaration back into
14065 // scope without entering the function body. The declarator
14066 // must be a function declarator. The caller is responsible
14067 // for calling finish_scope.
14068 void
14069 push_function_parms (cp_declarator *declarator)
14071 // Find the actual function declarator.
14072 while (declarator)
14074 if (declarator->kind == cdk_function)
14075 break;
14076 declarator = declarator->declarator;
14079 begin_scope (sk_function_parms, NULL_TREE);
14080 tree p = declarator->u.function.parameters;
14081 while (p != NULL_TREE && !VOID_TYPE_P (TREE_VALUE (p)))
14083 pushdecl (TREE_VALUE (p));
14084 p = TREE_CHAIN (p);
14089 /* We have finished doing semantic analysis on DECL, but have not yet
14090 generated RTL for its body. Save away our current state, so that
14091 when we want to generate RTL later we know what to do. */
14093 static void
14094 save_function_data (tree decl)
14096 struct language_function *f;
14098 /* Save the language-specific per-function data so that we can
14099 get it back when we really expand this function. */
14100 gcc_assert (!DECL_PENDING_INLINE_P (decl));
14102 /* Make a copy. */
14103 f = ggc_alloc<language_function> ();
14104 memcpy (f, cp_function_chain, sizeof (struct language_function));
14105 DECL_SAVED_FUNCTION_DATA (decl) = f;
14107 /* Clear out the bits we don't need. */
14108 f->base.x_stmt_tree.x_cur_stmt_list = NULL;
14109 f->bindings = NULL;
14110 f->x_local_names = NULL;
14111 f->base.local_typedefs = NULL;
14115 /* Set the return value of the constructor (if present). */
14117 static void
14118 finish_constructor_body (void)
14120 tree val;
14121 tree exprstmt;
14123 if (targetm.cxx.cdtor_returns_this ()
14124 && (! TYPE_FOR_JAVA (current_class_type)))
14126 /* Any return from a constructor will end up here. */
14127 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
14129 val = DECL_ARGUMENTS (current_function_decl);
14130 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
14131 DECL_RESULT (current_function_decl), val);
14132 /* Return the address of the object. */
14133 exprstmt = build_stmt (input_location, RETURN_EXPR, val);
14134 add_stmt (exprstmt);
14138 /* Do all the processing for the beginning of a destructor; set up the
14139 vtable pointers and cleanups for bases and members. */
14141 static void
14142 begin_destructor_body (void)
14144 tree compound_stmt;
14146 /* If the CURRENT_CLASS_TYPE is incomplete, we will have already
14147 issued an error message. We still want to try to process the
14148 body of the function, but initialize_vtbl_ptrs will crash if
14149 TYPE_BINFO is NULL. */
14150 if (COMPLETE_TYPE_P (current_class_type))
14152 compound_stmt = begin_compound_stmt (0);
14153 /* Make all virtual function table pointers in non-virtual base
14154 classes point to CURRENT_CLASS_TYPE's virtual function
14155 tables. */
14156 initialize_vtbl_ptrs (current_class_ptr);
14157 finish_compound_stmt (compound_stmt);
14159 if (flag_lifetime_dse)
14161 /* Insert a cleanup to let the back end know that the object is dead
14162 when we exit the destructor, either normally or via exception. */
14163 tree btype = CLASSTYPE_AS_BASE (current_class_type);
14164 tree clobber = build_constructor (btype, NULL);
14165 TREE_THIS_VOLATILE (clobber) = true;
14166 tree bref = build_nop (build_reference_type (btype),
14167 current_class_ptr);
14168 bref = convert_from_reference (bref);
14169 tree exprstmt = build2 (MODIFY_EXPR, btype, bref, clobber);
14170 finish_decl_cleanup (NULL_TREE, exprstmt);
14173 /* And insert cleanups for our bases and members so that they
14174 will be properly destroyed if we throw. */
14175 push_base_cleanups ();
14179 /* At the end of every destructor we generate code to delete the object if
14180 necessary. Do that now. */
14182 static void
14183 finish_destructor_body (void)
14185 tree exprstmt;
14187 /* Any return from a destructor will end up here; that way all base
14188 and member cleanups will be run when the function returns. */
14189 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
14191 /* In a virtual destructor, we must call delete. */
14192 if (DECL_VIRTUAL_P (current_function_decl))
14194 tree if_stmt;
14195 tree virtual_size = cxx_sizeof (current_class_type);
14197 /* [class.dtor]
14199 At the point of definition of a virtual destructor (including
14200 an implicit definition), non-placement operator delete shall
14201 be looked up in the scope of the destructor's class and if
14202 found shall be accessible and unambiguous. */
14203 exprstmt = build_op_delete_call (DELETE_EXPR, current_class_ptr,
14204 virtual_size,
14205 /*global_p=*/false,
14206 /*placement=*/NULL_TREE,
14207 /*alloc_fn=*/NULL_TREE,
14208 tf_warning_or_error);
14210 if_stmt = begin_if_stmt ();
14211 finish_if_stmt_cond (build2 (BIT_AND_EXPR, integer_type_node,
14212 current_in_charge_parm,
14213 integer_one_node),
14214 if_stmt);
14215 finish_expr_stmt (exprstmt);
14216 finish_then_clause (if_stmt);
14217 finish_if_stmt (if_stmt);
14220 if (targetm.cxx.cdtor_returns_this ())
14222 tree val;
14224 val = DECL_ARGUMENTS (current_function_decl);
14225 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
14226 DECL_RESULT (current_function_decl), val);
14227 /* Return the address of the object. */
14228 exprstmt = build_stmt (input_location, RETURN_EXPR, val);
14229 add_stmt (exprstmt);
14233 /* Do the necessary processing for the beginning of a function body, which
14234 in this case includes member-initializers, but not the catch clauses of
14235 a function-try-block. Currently, this means opening a binding level
14236 for the member-initializers (in a ctor), member cleanups (in a dtor),
14237 and capture proxies (in a lambda operator()). */
14239 tree
14240 begin_function_body (void)
14242 tree stmt;
14244 if (! FUNCTION_NEEDS_BODY_BLOCK (current_function_decl))
14245 return NULL_TREE;
14247 if (processing_template_decl)
14248 /* Do nothing now. */;
14249 else
14250 /* Always keep the BLOCK node associated with the outermost pair of
14251 curly braces of a function. These are needed for correct
14252 operation of dwarfout.c. */
14253 keep_next_level (true);
14255 stmt = begin_compound_stmt (BCS_FN_BODY);
14257 if (processing_template_decl)
14258 /* Do nothing now. */;
14259 else if (DECL_DESTRUCTOR_P (current_function_decl))
14260 begin_destructor_body ();
14262 return stmt;
14265 /* Do the processing for the end of a function body. Currently, this means
14266 closing out the cleanups for fully-constructed bases and members, and in
14267 the case of the destructor, deleting the object if desired. Again, this
14268 is only meaningful for [cd]tors, since they are the only functions where
14269 there is a significant distinction between the main body and any
14270 function catch clauses. Handling, say, main() return semantics here
14271 would be wrong, as flowing off the end of a function catch clause for
14272 main() would also need to return 0. */
14274 void
14275 finish_function_body (tree compstmt)
14277 if (compstmt == NULL_TREE)
14278 return;
14280 /* Close the block. */
14281 finish_compound_stmt (compstmt);
14283 if (processing_template_decl)
14284 /* Do nothing now. */;
14285 else if (DECL_CONSTRUCTOR_P (current_function_decl))
14286 finish_constructor_body ();
14287 else if (DECL_DESTRUCTOR_P (current_function_decl))
14288 finish_destructor_body ();
14291 /* Given a function, returns the BLOCK corresponding to the outermost level
14292 of curly braces, skipping the artificial block created for constructor
14293 initializers. */
14295 tree
14296 outer_curly_brace_block (tree fndecl)
14298 tree block = DECL_INITIAL (fndecl);
14299 if (BLOCK_OUTER_CURLY_BRACE_P (block))
14300 return block;
14301 block = BLOCK_SUBBLOCKS (block);
14302 if (BLOCK_OUTER_CURLY_BRACE_P (block))
14303 return block;
14304 block = BLOCK_SUBBLOCKS (block);
14305 gcc_assert (BLOCK_OUTER_CURLY_BRACE_P (block));
14306 return block;
14309 /* If FNDECL is a class's key method, add the class to the list of
14310 keyed classes that should be emitted. */
14312 static void
14313 record_key_method_defined (tree fndecl)
14315 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (fndecl)
14316 && DECL_VIRTUAL_P (fndecl)
14317 && !processing_template_decl)
14319 tree fnclass = DECL_CONTEXT (fndecl);
14320 if (fndecl == CLASSTYPE_KEY_METHOD (fnclass))
14321 keyed_classes = tree_cons (NULL_TREE, fnclass, keyed_classes);
14325 /* Subroutine of finish_function.
14326 Save the body of constexpr functions for possible
14327 future compile time evaluation. */
14329 static void
14330 maybe_save_function_definition (tree fun)
14332 if (!processing_template_decl
14333 && DECL_DECLARED_CONSTEXPR_P (fun)
14334 && !cp_function_chain->invalid_constexpr
14335 && !DECL_CLONED_FUNCTION_P (fun))
14336 register_constexpr_fundef (fun, DECL_SAVED_TREE (fun));
14339 /* Finish up a function declaration and compile that function
14340 all the way to assembler language output. The free the storage
14341 for the function definition.
14343 FLAGS is a bitwise or of the following values:
14344 2 - INCLASS_INLINE
14345 We just finished processing the body of an in-class inline
14346 function definition. (This processing will have taken place
14347 after the class definition is complete.) */
14349 tree
14350 finish_function (int flags)
14352 tree fndecl = current_function_decl;
14353 tree fntype, ctype = NULL_TREE;
14354 int inclass_inline = (flags & 2) != 0;
14356 /* When we get some parse errors, we can end up without a
14357 current_function_decl, so cope. */
14358 if (fndecl == NULL_TREE)
14359 return error_mark_node;
14361 if (c_dialect_objc ())
14362 objc_finish_function ();
14364 gcc_assert (!defer_mark_used_calls);
14365 defer_mark_used_calls = true;
14367 record_key_method_defined (fndecl);
14369 fntype = TREE_TYPE (fndecl);
14371 /* TREE_READONLY (fndecl) = 1;
14372 This caused &foo to be of type ptr-to-const-function
14373 which then got a warning when stored in a ptr-to-function variable. */
14375 gcc_assert (building_stmt_list_p ());
14376 /* The current function is being defined, so its DECL_INITIAL should
14377 be set, and unless there's a multiple definition, it should be
14378 error_mark_node. */
14379 gcc_assert (DECL_INITIAL (fndecl) == error_mark_node);
14381 /* For a cloned function, we've already got all the code we need;
14382 there's no need to add any extra bits. */
14383 if (!DECL_CLONED_FUNCTION_P (fndecl))
14385 /* Make it so that `main' always returns 0 by default. */
14386 if (DECL_MAIN_P (current_function_decl))
14387 finish_return_stmt (integer_zero_node);
14389 if (use_eh_spec_block (current_function_decl))
14390 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS
14391 (TREE_TYPE (current_function_decl)),
14392 current_eh_spec_block);
14395 /* If we're saving up tree structure, tie off the function now. */
14396 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl));
14398 if (fn_contains_cilk_spawn_p (cfun) && !processing_template_decl)
14399 cfun->cilk_frame_decl = insert_cilk_frame (fndecl);
14401 finish_fname_decls ();
14403 /* If this function can't throw any exceptions, remember that. */
14404 if (!processing_template_decl
14405 && !cp_function_chain->can_throw
14406 && !flag_non_call_exceptions
14407 && !decl_replaceable_p (fndecl))
14408 TREE_NOTHROW (fndecl) = 1;
14410 /* This must come after expand_function_end because cleanups might
14411 have declarations (from inline functions) that need to go into
14412 this function's blocks. */
14414 /* If the current binding level isn't the outermost binding level
14415 for this function, either there is a bug, or we have experienced
14416 syntax errors and the statement tree is malformed. */
14417 if (current_binding_level->kind != sk_function_parms)
14419 /* Make sure we have already experienced errors. */
14420 gcc_assert (errorcount);
14422 /* Throw away the broken statement tree and extra binding
14423 levels. */
14424 DECL_SAVED_TREE (fndecl) = alloc_stmt_list ();
14426 while (current_binding_level->kind != sk_function_parms)
14428 if (current_binding_level->kind == sk_class)
14429 pop_nested_class ();
14430 else
14431 poplevel (0, 0, 0);
14434 poplevel (1, 0, 1);
14436 /* Statements should always be full-expressions at the outermost set
14437 of curly braces for a function. */
14438 gcc_assert (stmts_are_full_exprs_p ());
14440 /* If there are no return statements in a function with auto return type,
14441 the return type is void. But if the declared type is something like
14442 auto*, this is an error. */
14443 if (!processing_template_decl && FNDECL_USED_AUTO (fndecl)
14444 && TREE_TYPE (fntype) == current_function_auto_return_pattern)
14446 if (!is_auto (current_function_auto_return_pattern)
14447 && !current_function_returns_value && !current_function_returns_null)
14449 error ("no return statements in function returning %qT",
14450 current_function_auto_return_pattern);
14451 inform (input_location, "only plain %<auto%> return type can be "
14452 "deduced to %<void%>");
14454 apply_deduced_return_type (fndecl, void_type_node);
14455 fntype = TREE_TYPE (fndecl);
14458 // If this is a concept, check that the definition is reasonable.
14459 if (DECL_DECLARED_CONCEPT_P (fndecl))
14460 check_function_concept (fndecl);
14462 /* Save constexpr function body before it gets munged by
14463 the NRV transformation. */
14464 maybe_save_function_definition (fndecl);
14466 /* Set up the named return value optimization, if we can. Candidate
14467 variables are selected in check_return_expr. */
14468 if (current_function_return_value)
14470 tree r = current_function_return_value;
14471 tree outer;
14473 if (r != error_mark_node
14474 /* This is only worth doing for fns that return in memory--and
14475 simpler, since we don't have to worry about promoted modes. */
14476 && aggregate_value_p (TREE_TYPE (TREE_TYPE (fndecl)), fndecl)
14477 /* Only allow this for variables declared in the outer scope of
14478 the function so we know that their lifetime always ends with a
14479 return; see g++.dg/opt/nrv6.C. We could be more flexible if
14480 we were to do this optimization in tree-ssa. */
14481 && (outer = outer_curly_brace_block (fndecl))
14482 && chain_member (r, BLOCK_VARS (outer)))
14483 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl));
14485 current_function_return_value = NULL_TREE;
14488 /* Remember that we were in class scope. */
14489 if (current_class_name)
14490 ctype = current_class_type;
14492 /* Must mark the RESULT_DECL as being in this function. */
14493 DECL_CONTEXT (DECL_RESULT (fndecl)) = fndecl;
14495 /* Set the BLOCK_SUPERCONTEXT of the outermost function scope to point
14496 to the FUNCTION_DECL node itself. */
14497 BLOCK_SUPERCONTEXT (DECL_INITIAL (fndecl)) = fndecl;
14499 /* Save away current state, if appropriate. */
14500 if (!processing_template_decl)
14501 save_function_data (fndecl);
14503 /* Complain if there's just no return statement. */
14504 if (warn_return_type
14505 && !VOID_TYPE_P (TREE_TYPE (fntype))
14506 && !dependent_type_p (TREE_TYPE (fntype))
14507 && !current_function_returns_value && !current_function_returns_null
14508 /* Don't complain if we abort or throw. */
14509 && !current_function_returns_abnormally
14510 /* Don't complain if there's an infinite loop. */
14511 && !current_function_infinite_loop
14512 /* Don't complain if we are declared noreturn. */
14513 && !TREE_THIS_VOLATILE (fndecl)
14514 && !DECL_NAME (DECL_RESULT (fndecl))
14515 && !TREE_NO_WARNING (fndecl)
14516 /* Structor return values (if any) are set by the compiler. */
14517 && !DECL_CONSTRUCTOR_P (fndecl)
14518 && !DECL_DESTRUCTOR_P (fndecl)
14519 && targetm.warn_func_return (fndecl))
14521 warning (OPT_Wreturn_type,
14522 "no return statement in function returning non-void");
14523 TREE_NO_WARNING (fndecl) = 1;
14526 /* Store the end of the function, so that we get good line number
14527 info for the epilogue. */
14528 cfun->function_end_locus = input_location;
14530 /* Complain about parameters that are only set, but never otherwise used. */
14531 if (warn_unused_but_set_parameter
14532 && !processing_template_decl
14533 && errorcount == unused_but_set_errorcount
14534 && !DECL_CLONED_FUNCTION_P (fndecl))
14536 tree decl;
14538 for (decl = DECL_ARGUMENTS (fndecl);
14539 decl;
14540 decl = DECL_CHAIN (decl))
14541 if (TREE_USED (decl)
14542 && TREE_CODE (decl) == PARM_DECL
14543 && !DECL_READ_P (decl)
14544 && DECL_NAME (decl)
14545 && !DECL_ARTIFICIAL (decl)
14546 && !TREE_NO_WARNING (decl)
14547 && !DECL_IN_SYSTEM_HEADER (decl)
14548 && TREE_TYPE (decl) != error_mark_node
14549 && TREE_CODE (TREE_TYPE (decl)) != REFERENCE_TYPE
14550 && (!CLASS_TYPE_P (TREE_TYPE (decl))
14551 || !TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (decl))))
14552 warning (OPT_Wunused_but_set_parameter,
14553 "parameter %q+D set but not used", decl);
14554 unused_but_set_errorcount = errorcount;
14557 /* Complain about locally defined typedefs that are not used in this
14558 function. */
14559 maybe_warn_unused_local_typedefs ();
14561 /* Genericize before inlining. */
14562 if (!processing_template_decl)
14564 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl);
14565 invoke_plugin_callbacks (PLUGIN_PRE_GENERICIZE, fndecl);
14566 cp_genericize (fndecl);
14567 /* Clear out the bits we don't need. */
14568 f->x_current_class_ptr = NULL;
14569 f->x_current_class_ref = NULL;
14570 f->x_eh_spec_block = NULL;
14571 f->x_in_charge_parm = NULL;
14572 f->x_vtt_parm = NULL;
14573 f->x_return_value = NULL;
14574 f->bindings = NULL;
14575 f->extern_decl_map = NULL;
14576 f->infinite_loops = NULL;
14578 /* Clear out the bits we don't need. */
14579 local_names = NULL;
14581 /* We're leaving the context of this function, so zap cfun. It's still in
14582 DECL_STRUCT_FUNCTION, and we'll restore it in tree_rest_of_compilation. */
14583 set_cfun (NULL);
14584 current_function_decl = NULL;
14586 /* If this is an in-class inline definition, we may have to pop the
14587 bindings for the template parameters that we added in
14588 maybe_begin_member_template_processing when start_function was
14589 called. */
14590 if (inclass_inline)
14591 maybe_end_member_template_processing ();
14593 /* Leave the scope of the class. */
14594 if (ctype)
14595 pop_nested_class ();
14597 --function_depth;
14599 /* Clean up. */
14600 current_function_decl = NULL_TREE;
14602 defer_mark_used_calls = false;
14603 if (deferred_mark_used_calls)
14605 unsigned int i;
14606 tree decl;
14608 FOR_EACH_VEC_SAFE_ELT (deferred_mark_used_calls, i, decl)
14609 mark_used (decl);
14610 vec_free (deferred_mark_used_calls);
14613 return fndecl;
14616 /* Create the FUNCTION_DECL for a function definition.
14617 DECLSPECS and DECLARATOR are the parts of the declaration;
14618 they describe the return type and the name of the function,
14619 but twisted together in a fashion that parallels the syntax of C.
14621 This function creates a binding context for the function body
14622 as well as setting up the FUNCTION_DECL in current_function_decl.
14624 Returns a FUNCTION_DECL on success.
14626 If the DECLARATOR is not suitable for a function (it defines a datum
14627 instead), we return 0, which tells yyparse to report a parse error.
14629 May return void_type_node indicating that this method is actually
14630 a friend. See grokfield for more details.
14632 Came here with a `.pushlevel' .
14634 DO NOT MAKE ANY CHANGES TO THIS CODE WITHOUT MAKING CORRESPONDING
14635 CHANGES TO CODE IN `grokfield'. */
14637 tree
14638 grokmethod (cp_decl_specifier_seq *declspecs,
14639 const cp_declarator *declarator, tree attrlist)
14641 tree fndecl = grokdeclarator (declarator, declspecs, MEMFUNCDEF, 0,
14642 &attrlist);
14644 if (fndecl == error_mark_node)
14645 return error_mark_node;
14647 if (fndecl == NULL || TREE_CODE (fndecl) != FUNCTION_DECL)
14649 error ("invalid member function declaration");
14650 return error_mark_node;
14653 if (attrlist)
14654 cplus_decl_attributes (&fndecl, attrlist, 0);
14656 /* Pass friends other than inline friend functions back. */
14657 if (fndecl == void_type_node)
14658 return fndecl;
14660 if (DECL_IN_AGGR_P (fndecl))
14662 if (DECL_CLASS_SCOPE_P (fndecl))
14663 error ("%qD is already defined in class %qT", fndecl,
14664 DECL_CONTEXT (fndecl));
14665 return error_mark_node;
14668 check_template_shadow (fndecl);
14670 DECL_COMDAT (fndecl) = 1;
14671 DECL_DECLARED_INLINE_P (fndecl) = 1;
14672 DECL_NO_INLINE_WARNING_P (fndecl) = 1;
14674 /* We process method specializations in finish_struct_1. */
14675 if (processing_template_decl && !DECL_TEMPLATE_SPECIALIZATION (fndecl))
14677 fndecl = push_template_decl (fndecl);
14678 if (fndecl == error_mark_node)
14679 return fndecl;
14682 if (! DECL_FRIEND_P (fndecl))
14684 if (DECL_CHAIN (fndecl))
14686 fndecl = copy_node (fndecl);
14687 TREE_CHAIN (fndecl) = NULL_TREE;
14691 cp_finish_decl (fndecl, NULL_TREE, false, NULL_TREE, 0);
14693 DECL_IN_AGGR_P (fndecl) = 1;
14694 return fndecl;
14698 /* VAR is a VAR_DECL. If its type is incomplete, remember VAR so that
14699 we can lay it out later, when and if its type becomes complete.
14701 Also handle constexpr variables where the initializer involves
14702 an unlowered PTRMEM_CST because the class isn't complete yet. */
14704 void
14705 maybe_register_incomplete_var (tree var)
14707 gcc_assert (VAR_P (var));
14709 /* Keep track of variables with incomplete types. */
14710 if (!processing_template_decl && TREE_TYPE (var) != error_mark_node
14711 && DECL_EXTERNAL (var))
14713 tree inner_type = TREE_TYPE (var);
14715 while (TREE_CODE (inner_type) == ARRAY_TYPE)
14716 inner_type = TREE_TYPE (inner_type);
14717 inner_type = TYPE_MAIN_VARIANT (inner_type);
14719 if ((!COMPLETE_TYPE_P (inner_type) && CLASS_TYPE_P (inner_type))
14720 /* RTTI TD entries are created while defining the type_info. */
14721 || (TYPE_LANG_SPECIFIC (inner_type)
14722 && TYPE_BEING_DEFINED (inner_type)))
14724 incomplete_var iv = {var, inner_type};
14725 vec_safe_push (incomplete_vars, iv);
14727 else if (!(DECL_LANG_SPECIFIC (var) && DECL_TEMPLATE_INFO (var))
14728 && decl_constant_var_p (var)
14729 && (TYPE_PTRMEM_P (inner_type) || CLASS_TYPE_P (inner_type)))
14731 /* When the outermost open class is complete we can resolve any
14732 pointers-to-members. */
14733 tree context = outermost_open_class ();
14734 incomplete_var iv = {var, context};
14735 vec_safe_push (incomplete_vars, iv);
14740 /* Called when a class type (given by TYPE) is defined. If there are
14741 any existing VAR_DECLs whose type has been completed by this
14742 declaration, update them now. */
14744 void
14745 complete_vars (tree type)
14747 unsigned ix;
14748 incomplete_var *iv;
14750 for (ix = 0; vec_safe_iterate (incomplete_vars, ix, &iv); )
14752 if (same_type_p (type, iv->incomplete_type))
14754 tree var = iv->decl;
14755 tree type = TREE_TYPE (var);
14757 if (TYPE_MAIN_VARIANT (strip_array_types (type))
14758 == iv->incomplete_type)
14760 /* Complete the type of the variable. The VAR_DECL itself
14761 will be laid out in expand_expr. */
14762 complete_type (type);
14763 cp_apply_type_quals_to_decl (cp_type_quals (type), var);
14766 if (DECL_INITIAL (var)
14767 && decl_constant_var_p (var))
14768 DECL_INITIAL (var) = cplus_expand_constant (DECL_INITIAL (var));
14770 /* Remove this entry from the list. */
14771 incomplete_vars->unordered_remove (ix);
14773 else
14774 ix++;
14777 /* Check for pending declarations which may have abstract type. */
14778 complete_type_check_abstract (type);
14781 /* If DECL is of a type which needs a cleanup, build and return an
14782 expression to perform that cleanup here. Return NULL_TREE if no
14783 cleanup need be done. */
14785 tree
14786 cxx_maybe_build_cleanup (tree decl, tsubst_flags_t complain)
14788 tree type;
14789 tree attr;
14790 tree cleanup;
14792 /* Assume no cleanup is required. */
14793 cleanup = NULL_TREE;
14795 if (error_operand_p (decl))
14796 return cleanup;
14798 /* Handle "__attribute__((cleanup))". We run the cleanup function
14799 before the destructor since the destructor is what actually
14800 terminates the lifetime of the object. */
14801 attr = lookup_attribute ("cleanup", DECL_ATTRIBUTES (decl));
14802 if (attr)
14804 tree id;
14805 tree fn;
14806 tree arg;
14808 /* Get the name specified by the user for the cleanup function. */
14809 id = TREE_VALUE (TREE_VALUE (attr));
14810 /* Look up the name to find the cleanup function to call. It is
14811 important to use lookup_name here because that is what is
14812 used in c-common.c:handle_cleanup_attribute when performing
14813 initial checks on the attribute. Note that those checks
14814 include ensuring that the function found is not an overloaded
14815 function, or an object with an overloaded call operator,
14816 etc.; we can rely on the fact that the function found is an
14817 ordinary FUNCTION_DECL. */
14818 fn = lookup_name (id);
14819 arg = build_address (decl);
14820 mark_used (decl);
14821 cleanup = cp_build_function_call_nary (fn, complain, arg, NULL_TREE);
14822 if (cleanup == error_mark_node)
14823 return error_mark_node;
14825 /* Handle ordinary C++ destructors. */
14826 type = TREE_TYPE (decl);
14827 if (type_build_dtor_call (type))
14829 int flags = LOOKUP_NORMAL|LOOKUP_NONVIRTUAL|LOOKUP_DESTRUCTOR;
14830 tree addr;
14831 tree call;
14833 if (TREE_CODE (type) == ARRAY_TYPE)
14834 addr = decl;
14835 else
14836 addr = build_address (decl);
14838 call = build_delete (TREE_TYPE (addr), addr,
14839 sfk_complete_destructor, flags, 0, complain);
14840 if (call == error_mark_node)
14841 cleanup = error_mark_node;
14842 else if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type))
14843 /* Discard the call. */;
14844 else if (cleanup)
14845 cleanup = cp_build_compound_expr (cleanup, call, complain);
14846 else
14847 cleanup = call;
14850 /* build_delete sets the location of the destructor call to the
14851 current location, even though the destructor is going to be
14852 called later, at the end of the current scope. This can lead to
14853 a "jumpy" behaviour for users of debuggers when they step around
14854 the end of the block. So let's unset the location of the
14855 destructor call instead. */
14856 if (cleanup != NULL && EXPR_P (cleanup))
14857 SET_EXPR_LOCATION (cleanup, UNKNOWN_LOCATION);
14859 if (cleanup
14860 && !lookup_attribute ("warn_unused", TYPE_ATTRIBUTES (TREE_TYPE (decl))))
14861 /* Treat objects with destructors as used; the destructor may do
14862 something substantive. */
14863 mark_used (decl);
14865 return cleanup;
14869 /* Return the FUNCTION_TYPE that corresponds to MEMFNTYPE, which can be a
14870 FUNCTION_DECL, METHOD_TYPE, FUNCTION_TYPE, pointer or reference to
14871 METHOD_TYPE or FUNCTION_TYPE, or pointer to member function. */
14873 tree
14874 static_fn_type (tree memfntype)
14876 tree fntype;
14877 tree args;
14879 if (TYPE_PTRMEMFUNC_P (memfntype))
14880 memfntype = TYPE_PTRMEMFUNC_FN_TYPE (memfntype);
14881 if (POINTER_TYPE_P (memfntype)
14882 || TREE_CODE (memfntype) == FUNCTION_DECL)
14883 memfntype = TREE_TYPE (memfntype);
14884 if (TREE_CODE (memfntype) == FUNCTION_TYPE)
14885 return memfntype;
14886 gcc_assert (TREE_CODE (memfntype) == METHOD_TYPE);
14887 args = TYPE_ARG_TYPES (memfntype);
14888 cp_ref_qualifier rqual = type_memfn_rqual (memfntype);
14889 fntype = build_function_type (TREE_TYPE (memfntype), TREE_CHAIN (args));
14890 fntype = apply_memfn_quals (fntype, type_memfn_quals (memfntype), rqual);
14891 fntype = (cp_build_type_attribute_variant
14892 (fntype, TYPE_ATTRIBUTES (memfntype)));
14893 fntype = (build_exception_variant
14894 (fntype, TYPE_RAISES_EXCEPTIONS (memfntype)));
14895 if (TYPE_HAS_LATE_RETURN_TYPE (memfntype))
14896 TYPE_HAS_LATE_RETURN_TYPE (fntype) = 1;
14897 return fntype;
14900 /* DECL was originally constructed as a non-static member function,
14901 but turned out to be static. Update it accordingly. */
14903 void
14904 revert_static_member_fn (tree decl)
14906 tree stype = static_fn_type (decl);
14907 cp_cv_quals quals = type_memfn_quals (stype);
14908 cp_ref_qualifier rqual = type_memfn_rqual (stype);
14910 if (quals != TYPE_UNQUALIFIED || rqual != REF_QUAL_NONE)
14911 stype = apply_memfn_quals (stype, TYPE_UNQUALIFIED, REF_QUAL_NONE);
14913 TREE_TYPE (decl) = stype;
14915 if (DECL_ARGUMENTS (decl))
14916 DECL_ARGUMENTS (decl) = DECL_CHAIN (DECL_ARGUMENTS (decl));
14917 DECL_STATIC_FUNCTION_P (decl) = 1;
14920 /* Return which tree structure is used by T, or TS_CP_GENERIC if T is
14921 one of the language-independent trees. */
14923 enum cp_tree_node_structure_enum
14924 cp_tree_node_structure (union lang_tree_node * t)
14926 switch (TREE_CODE (&t->generic))
14928 case DEFAULT_ARG: return TS_CP_DEFAULT_ARG;
14929 case DEFERRED_NOEXCEPT: return TS_CP_DEFERRED_NOEXCEPT;
14930 case IDENTIFIER_NODE: return TS_CP_IDENTIFIER;
14931 case OVERLOAD: return TS_CP_OVERLOAD;
14932 case TEMPLATE_PARM_INDEX: return TS_CP_TPI;
14933 case PTRMEM_CST: return TS_CP_PTRMEM;
14934 case BASELINK: return TS_CP_BASELINK;
14935 case TEMPLATE_DECL: return TS_CP_TEMPLATE_DECL;
14936 case STATIC_ASSERT: return TS_CP_STATIC_ASSERT;
14937 case ARGUMENT_PACK_SELECT: return TS_CP_ARGUMENT_PACK_SELECT;
14938 case TRAIT_EXPR: return TS_CP_TRAIT_EXPR;
14939 case LAMBDA_EXPR: return TS_CP_LAMBDA_EXPR;
14940 case TEMPLATE_INFO: return TS_CP_TEMPLATE_INFO;
14941 case CONSTRAINT_INFO: return TS_CP_CONSTRAINT_INFO;
14942 case USERDEF_LITERAL: return TS_CP_USERDEF_LITERAL;
14943 default: return TS_CP_GENERIC;
14947 /* Build the void_list_node (void_type_node having been created). */
14948 tree
14949 build_void_list_node (void)
14951 tree t = build_tree_list (NULL_TREE, void_type_node);
14952 return t;
14955 bool
14956 cp_missing_noreturn_ok_p (tree decl)
14958 /* A missing noreturn is ok for the `main' function. */
14959 return DECL_MAIN_P (decl);
14962 /* Return the decl used to identify the COMDAT group into which DECL should
14963 be placed. */
14965 tree
14966 cxx_comdat_group (tree decl)
14968 /* Virtual tables, construction virtual tables, and virtual table
14969 tables all go in a single COMDAT group, named after the primary
14970 virtual table. */
14971 if (VAR_P (decl) && DECL_VTABLE_OR_VTT_P (decl))
14972 decl = CLASSTYPE_VTABLES (DECL_CONTEXT (decl));
14973 /* For all other DECLs, the COMDAT group is the mangled name of the
14974 declaration itself. */
14975 else
14977 while (DECL_THUNK_P (decl))
14979 /* If TARGET_USE_LOCAL_THUNK_ALIAS_P, use_thunk puts the thunk
14980 into the same section as the target function. In that case
14981 we must return target's name. */
14982 tree target = THUNK_TARGET (decl);
14983 if (TARGET_USE_LOCAL_THUNK_ALIAS_P (target)
14984 && DECL_SECTION_NAME (target) != NULL
14985 && DECL_ONE_ONLY (target))
14986 decl = target;
14987 else
14988 break;
14992 return decl;
14995 /* Returns the return type for FN as written by the user, which may include
14996 a placeholder for a deduced return type. */
14998 tree
14999 fndecl_declared_return_type (tree fn)
15001 fn = STRIP_TEMPLATE (fn);
15002 if (FNDECL_USED_AUTO (fn))
15004 struct language_function *f = NULL;
15005 if (DECL_STRUCT_FUNCTION (fn))
15006 f = DECL_STRUCT_FUNCTION (fn)->language;
15007 if (f == NULL)
15008 f = DECL_SAVED_FUNCTION_DATA (fn);
15009 return f->x_auto_return_pattern;
15011 return TREE_TYPE (TREE_TYPE (fn));
15014 /* Returns true iff DECL was declared with an auto return type and it has
15015 not yet been deduced to a real type. */
15017 bool
15018 undeduced_auto_decl (tree decl)
15020 if (cxx_dialect < cxx14)
15021 return false;
15022 return type_uses_auto (TREE_TYPE (decl));
15025 /* Complain if DECL has an undeduced return type. */
15027 void
15028 require_deduced_type (tree decl)
15030 if (undeduced_auto_decl (decl))
15031 error ("use of %qD before deduction of %<auto%>", decl);
15034 #include "gt-cp-decl.h"