* decl.c (cp_finish_decomp): Don't adjust eltscnt when calling
[official-gcc.git] / gcc / cp / decl.c
blob4a1267c9367db9ae5d4c10007df682d5ce4865fb
1 /* Process declarations and variables for C++ compiler.
2 Copyright (C) 1988-2018 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 "target.h"
33 #include "c-family/c-target.h"
34 #include "cp-tree.h"
35 #include "timevar.h"
36 #include "stringpool.h"
37 #include "cgraph.h"
38 #include "stor-layout.h"
39 #include "varasm.h"
40 #include "attribs.h"
41 #include "flags.h"
42 #include "tree-iterator.h"
43 #include "decl.h"
44 #include "intl.h"
45 #include "toplev.h"
46 #include "c-family/c-objc.h"
47 #include "c-family/c-pragma.h"
48 #include "c-family/c-ubsan.h"
49 #include "debug.h"
50 #include "plugin.h"
51 #include "builtins.h"
52 #include "gimplify.h"
53 #include "asan.h"
55 /* Possible cases of bad specifiers type used by bad_specifiers. */
56 enum bad_spec_place {
57 BSP_VAR, /* variable */
58 BSP_PARM, /* parameter */
59 BSP_TYPE, /* type */
60 BSP_FIELD /* field */
63 static const char *redeclaration_error_message (tree, tree);
65 static int decl_jump_unsafe (tree);
66 static void require_complete_types_for_parms (tree);
67 static void push_local_name (tree);
68 static tree grok_reference_init (tree, tree, tree, int);
69 static tree grokvardecl (tree, tree, tree, const cp_decl_specifier_seq *,
70 int, int, int, bool, int, tree);
71 static int check_static_variable_definition (tree, tree);
72 static void record_unknown_type (tree, const char *);
73 static tree builtin_function_1 (tree, tree, bool);
74 static int member_function_or_else (tree, tree, enum overload_flags);
75 static tree local_variable_p_walkfn (tree *, int *, void *);
76 static const char *tag_name (enum tag_types);
77 static tree lookup_and_check_tag (enum tag_types, tree, tag_scope, bool);
78 static void maybe_deduce_size_from_array_init (tree, tree);
79 static void layout_var_decl (tree);
80 static tree check_initializer (tree, tree, int, vec<tree, va_gc> **);
81 static void make_rtl_for_nonlocal_decl (tree, tree, const char *);
82 static void save_function_data (tree);
83 static void copy_type_enum (tree , tree);
84 static void check_function_type (tree, tree);
85 static void finish_constructor_body (void);
86 static void begin_destructor_body (void);
87 static void finish_destructor_body (void);
88 static void record_key_method_defined (tree);
89 static tree create_array_type_for_decl (tree, tree, tree);
90 static tree get_atexit_node (void);
91 static tree get_dso_handle_node (void);
92 static tree start_cleanup_fn (void);
93 static void end_cleanup_fn (void);
94 static tree cp_make_fname_decl (location_t, tree, int);
95 static void initialize_predefined_identifiers (void);
96 static tree check_special_function_return_type
97 (special_function_kind, tree, tree, int, const location_t*);
98 static tree push_cp_library_fn (enum tree_code, tree, int);
99 static tree build_cp_library_fn (tree, enum tree_code, tree, int);
100 static void store_parm_decls (tree);
101 static void initialize_local_var (tree, tree);
102 static void expand_static_init (tree, tree);
104 /* The following symbols are subsumed in the cp_global_trees array, and
105 listed here individually for documentation purposes.
107 C++ extensions
108 tree wchar_decl_node;
110 tree vtable_entry_type;
111 tree delta_type_node;
112 tree __t_desc_type_node;
114 tree class_type_node;
115 tree unknown_type_node;
117 Array type `vtable_entry_type[]'
119 tree vtbl_type_node;
120 tree vtbl_ptr_type_node;
122 Namespaces,
124 tree std_node;
125 tree abi_node;
127 A FUNCTION_DECL which can call `abort'. Not necessarily the
128 one that the user will declare, but sufficient to be called
129 by routines that want to abort the program.
131 tree abort_fndecl;
133 Used by RTTI
134 tree type_info_type_node, tinfo_decl_id, tinfo_decl_type;
135 tree tinfo_var_id; */
137 tree cp_global_trees[CPTI_MAX];
139 #define local_names cp_function_chain->x_local_names
141 /* A list of objects which have constructors or destructors
142 which reside in the global scope. The decl is stored in
143 the TREE_VALUE slot and the initializer is stored
144 in the TREE_PURPOSE slot. */
145 tree static_aggregates;
147 /* Like static_aggregates, but for thread_local variables. */
148 tree tls_aggregates;
150 /* -- end of C++ */
152 /* A node for the integer constant 2. */
154 tree integer_two_node;
156 /* vector of static decls. */
157 vec<tree, va_gc> *static_decls;
159 /* vector of keyed classes. */
160 vec<tree, va_gc> *keyed_classes;
162 /* Used only for jumps to as-yet undefined labels, since jumps to
163 defined labels can have their validity checked immediately. */
165 struct GTY((chain_next ("%h.next"))) named_label_use_entry {
166 struct named_label_use_entry *next;
167 /* The binding level to which this entry is *currently* attached.
168 This is initially the binding level in which the goto appeared,
169 but is modified as scopes are closed. */
170 cp_binding_level *binding_level;
171 /* The head of the names list that was current when the goto appeared,
172 or the inner scope popped. These are the decls that will *not* be
173 skipped when jumping to the label. */
174 tree names_in_scope;
175 /* The location of the goto, for error reporting. */
176 location_t o_goto_locus;
177 /* True if an OpenMP structured block scope has been closed since
178 the goto appeared. This means that the branch from the label will
179 illegally exit an OpenMP scope. */
180 bool in_omp_scope;
183 /* A list of all LABEL_DECLs in the function that have names. Here so
184 we can clear out their names' definitions at the end of the
185 function, and so we can check the validity of jumps to these labels. */
187 struct GTY((for_user)) named_label_entry {
189 tree name; /* Name of decl. */
191 tree label_decl; /* LABEL_DECL, unless deleted local label. */
193 named_label_entry *outer; /* Outer shadowed chain. */
195 /* The binding level to which the label is *currently* attached.
196 This is initially set to the binding level in which the label
197 is defined, but is modified as scopes are closed. */
198 cp_binding_level *binding_level;
200 /* The head of the names list that was current when the label was
201 defined, or the inner scope popped. These are the decls that will
202 be skipped when jumping to the label. */
203 tree names_in_scope;
205 /* A vector of all decls from all binding levels that would be
206 crossed by a backward branch to the label. */
207 vec<tree, va_gc> *bad_decls;
209 /* A list of uses of the label, before the label is defined. */
210 named_label_use_entry *uses;
212 /* The following bits are set after the label is defined, and are
213 updated as scopes are popped. They indicate that a jump to the
214 label will illegally enter a scope of the given flavor. */
215 bool in_try_scope;
216 bool in_catch_scope;
217 bool in_omp_scope;
218 bool in_transaction_scope;
219 bool in_constexpr_if;
222 #define named_labels cp_function_chain->x_named_labels
224 /* The number of function bodies which we are currently processing.
225 (Zero if we are at namespace scope, one inside the body of a
226 function, two inside the body of a function in a local class, etc.) */
227 int function_depth;
229 /* Whether the exception-specifier is part of a function type (i.e. C++17). */
230 bool flag_noexcept_type;
232 /* States indicating how grokdeclarator() should handle declspecs marked
233 with __attribute__((deprecated)). An object declared as
234 __attribute__((deprecated)) suppresses warnings of uses of other
235 deprecated items. */
236 enum deprecated_states deprecated_state = DEPRECATED_NORMAL;
239 /* A list of VAR_DECLs whose type was incomplete at the time the
240 variable was declared. */
242 struct GTY(()) incomplete_var {
243 tree decl;
244 tree incomplete_type;
248 static GTY(()) vec<incomplete_var, va_gc> *incomplete_vars;
250 /* Returns the kind of template specialization we are currently
251 processing, given that it's declaration contained N_CLASS_SCOPES
252 explicit scope qualifications. */
254 tmpl_spec_kind
255 current_tmpl_spec_kind (int n_class_scopes)
257 int n_template_parm_scopes = 0;
258 int seen_specialization_p = 0;
259 int innermost_specialization_p = 0;
260 cp_binding_level *b;
262 /* Scan through the template parameter scopes. */
263 for (b = current_binding_level;
264 b->kind == sk_template_parms;
265 b = b->level_chain)
267 /* If we see a specialization scope inside a parameter scope,
268 then something is wrong. That corresponds to a declaration
269 like:
271 template <class T> template <> ...
273 which is always invalid since [temp.expl.spec] forbids the
274 specialization of a class member template if the enclosing
275 class templates are not explicitly specialized as well. */
276 if (b->explicit_spec_p)
278 if (n_template_parm_scopes == 0)
279 innermost_specialization_p = 1;
280 else
281 seen_specialization_p = 1;
283 else if (seen_specialization_p == 1)
284 return tsk_invalid_member_spec;
286 ++n_template_parm_scopes;
289 /* Handle explicit instantiations. */
290 if (processing_explicit_instantiation)
292 if (n_template_parm_scopes != 0)
293 /* We've seen a template parameter list during an explicit
294 instantiation. For example:
296 template <class T> template void f(int);
298 This is erroneous. */
299 return tsk_invalid_expl_inst;
300 else
301 return tsk_expl_inst;
304 if (n_template_parm_scopes < n_class_scopes)
305 /* We've not seen enough template headers to match all the
306 specialized classes present. For example:
308 template <class T> void R<T>::S<T>::f(int);
310 This is invalid; there needs to be one set of template
311 parameters for each class. */
312 return tsk_insufficient_parms;
313 else if (n_template_parm_scopes == n_class_scopes)
314 /* We're processing a non-template declaration (even though it may
315 be a member of a template class.) For example:
317 template <class T> void S<T>::f(int);
319 The `class T' matches the `S<T>', leaving no template headers
320 corresponding to the `f'. */
321 return tsk_none;
322 else if (n_template_parm_scopes > n_class_scopes + 1)
323 /* We've got too many template headers. For example:
325 template <> template <class T> void f (T);
327 There need to be more enclosing classes. */
328 return tsk_excessive_parms;
329 else
330 /* This must be a template. It's of the form:
332 template <class T> template <class U> void S<T>::f(U);
334 This is a specialization if the innermost level was a
335 specialization; otherwise it's just a definition of the
336 template. */
337 return innermost_specialization_p ? tsk_expl_spec : tsk_template;
340 /* Exit the current scope. */
342 void
343 finish_scope (void)
345 poplevel (0, 0, 0);
348 /* When a label goes out of scope, check to see if that label was used
349 in a valid manner, and issue any appropriate warnings or errors. */
351 static void
352 check_label_used (tree label)
354 if (!processing_template_decl)
356 if (DECL_INITIAL (label) == NULL_TREE)
358 location_t location;
360 error ("label %q+D used but not defined", label);
361 location = input_location;
362 /* FIXME want (LOCATION_FILE (input_location), (line)0) */
363 /* Avoid crashing later. */
364 define_label (location, DECL_NAME (label));
366 else
367 warn_for_unused_label (label);
371 /* Helper function to sort named label entries in a vector by DECL_UID. */
373 static int
374 sort_labels (const void *a, const void *b)
376 tree label1 = *(tree const *) a;
377 tree label2 = *(tree const *) b;
379 /* DECL_UIDs can never be equal. */
380 return DECL_UID (label1) > DECL_UID (label2) ? -1 : +1;
383 /* At the end of a function, all labels declared within the function
384 go out of scope. BLOCK is the top-level block for the
385 function. */
387 static void
388 pop_labels (tree block)
390 if (!named_labels)
391 return;
393 /* We need to add the labels to the block chain, so debug
394 information is emitted. But, we want the order to be stable so
395 need to sort them first. Otherwise the debug output could be
396 randomly ordered. I guess it's mostly stable, unless the hash
397 table implementation changes. */
398 auto_vec<tree, 32> labels (named_labels->elements ());
399 hash_table<named_label_hash>::iterator end (named_labels->end ());
400 for (hash_table<named_label_hash>::iterator iter
401 (named_labels->begin ()); iter != end; ++iter)
403 named_label_entry *ent = *iter;
405 gcc_checking_assert (!ent->outer);
406 if (ent->label_decl)
407 labels.quick_push (ent->label_decl);
408 ggc_free (ent);
410 named_labels = NULL;
411 labels.qsort (sort_labels);
413 while (labels.length ())
415 tree label = labels.pop ();
417 DECL_CHAIN (label) = BLOCK_VARS (block);
418 BLOCK_VARS (block) = label;
420 check_label_used (label);
424 /* At the end of a block with local labels, restore the outer definition. */
426 static void
427 pop_local_label (tree id, tree label)
429 check_label_used (label);
430 named_label_entry **slot = named_labels->find_slot_with_hash
431 (id, IDENTIFIER_HASH_VALUE (id), NO_INSERT);
432 named_label_entry *ent = *slot;
434 if (ent->outer)
435 ent = ent->outer;
436 else
438 ent = ggc_cleared_alloc<named_label_entry> ();
439 ent->name = id;
441 *slot = ent;
444 /* The following two routines are used to interface to Objective-C++.
445 The binding level is purposely treated as an opaque type. */
447 void *
448 objc_get_current_scope (void)
450 return current_binding_level;
453 /* The following routine is used by the NeXT-style SJLJ exceptions;
454 variables get marked 'volatile' so as to not be clobbered by
455 _setjmp()/_longjmp() calls. All variables in the current scope,
456 as well as parent scopes up to (but not including) ENCLOSING_BLK
457 shall be thusly marked. */
459 void
460 objc_mark_locals_volatile (void *enclosing_blk)
462 cp_binding_level *scope;
464 for (scope = current_binding_level;
465 scope && scope != enclosing_blk;
466 scope = scope->level_chain)
468 tree decl;
470 for (decl = scope->names; decl; decl = TREE_CHAIN (decl))
471 objc_volatilize_decl (decl);
473 /* Do not climb up past the current function. */
474 if (scope->kind == sk_function_parms)
475 break;
479 /* True if B is the level for the condition of a constexpr if. */
481 static bool
482 level_for_constexpr_if (cp_binding_level *b)
484 return (b->kind == sk_cond && b->this_entity
485 && TREE_CODE (b->this_entity) == IF_STMT
486 && IF_STMT_CONSTEXPR_P (b->this_entity));
489 /* Update data for defined and undefined labels when leaving a scope. */
492 poplevel_named_label_1 (named_label_entry **slot, cp_binding_level *bl)
494 named_label_entry *ent = *slot;
495 cp_binding_level *obl = bl->level_chain;
497 if (ent->binding_level == bl)
499 tree decl;
501 /* ENT->NAMES_IN_SCOPE may contain a mixture of DECLs and
502 TREE_LISTs representing OVERLOADs, so be careful. */
503 for (decl = ent->names_in_scope; decl; decl = (DECL_P (decl)
504 ? DECL_CHAIN (decl)
505 : TREE_CHAIN (decl)))
506 if (decl_jump_unsafe (decl))
507 vec_safe_push (ent->bad_decls, decl);
509 ent->binding_level = obl;
510 ent->names_in_scope = obl->names;
511 switch (bl->kind)
513 case sk_try:
514 ent->in_try_scope = true;
515 break;
516 case sk_catch:
517 ent->in_catch_scope = true;
518 break;
519 case sk_omp:
520 ent->in_omp_scope = true;
521 break;
522 case sk_transaction:
523 ent->in_transaction_scope = true;
524 break;
525 case sk_block:
526 if (level_for_constexpr_if (bl->level_chain))
527 ent->in_constexpr_if = true;
528 break;
529 default:
530 break;
533 else if (ent->uses)
535 struct named_label_use_entry *use;
537 for (use = ent->uses; use ; use = use->next)
538 if (use->binding_level == bl)
540 use->binding_level = obl;
541 use->names_in_scope = obl->names;
542 if (bl->kind == sk_omp)
543 use->in_omp_scope = true;
547 return 1;
550 /* Saved errorcount to avoid -Wunused-but-set-{parameter,variable} warnings
551 when errors were reported, except for -Werror-unused-but-set-*. */
552 static int unused_but_set_errorcount;
554 /* Exit a binding level.
555 Pop the level off, and restore the state of the identifier-decl mappings
556 that were in effect when this level was entered.
558 If KEEP == 1, this level had explicit declarations, so
559 and create a "block" (a BLOCK node) for the level
560 to record its declarations and subblocks for symbol table output.
562 If FUNCTIONBODY is nonzero, this level is the body of a function,
563 so create a block as if KEEP were set and also clear out all
564 label names.
566 If REVERSE is nonzero, reverse the order of decls before putting
567 them into the BLOCK. */
569 tree
570 poplevel (int keep, int reverse, int functionbody)
572 tree link;
573 /* The chain of decls was accumulated in reverse order.
574 Put it into forward order, just for cleanliness. */
575 tree decls;
576 tree subblocks;
577 tree block;
578 tree decl;
579 int leaving_for_scope;
580 scope_kind kind;
581 unsigned ix;
583 bool subtime = timevar_cond_start (TV_NAME_LOOKUP);
584 restart:
586 block = NULL_TREE;
588 gcc_assert (current_binding_level->kind != sk_class
589 && current_binding_level->kind != sk_namespace);
591 if (current_binding_level->kind == sk_cleanup)
592 functionbody = 0;
593 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
595 gcc_assert (!vec_safe_length (current_binding_level->class_shadowed));
597 /* We used to use KEEP == 2 to indicate that the new block should go
598 at the beginning of the list of blocks at this binding level,
599 rather than the end. This hack is no longer used. */
600 gcc_assert (keep == 0 || keep == 1);
602 if (current_binding_level->keep)
603 keep = 1;
605 /* Any uses of undefined labels, and any defined labels, now operate
606 under constraints of next binding contour. */
607 if (cfun && !functionbody && named_labels)
608 named_labels->traverse<cp_binding_level *, poplevel_named_label_1>
609 (current_binding_level);
611 /* Get the decls in the order they were written.
612 Usually current_binding_level->names is in reverse order.
613 But parameter decls were previously put in forward order. */
615 decls = current_binding_level->names;
616 if (reverse)
618 decls = nreverse (decls);
619 current_binding_level->names = decls;
622 /* If there were any declarations or structure tags in that level,
623 or if this level is a function body,
624 create a BLOCK to record them for the life of this function. */
625 block = NULL_TREE;
626 /* Avoid function body block if possible. */
627 if (functionbody && subblocks && BLOCK_CHAIN (subblocks) == NULL_TREE)
628 keep = 0;
629 else if (keep == 1 || functionbody)
630 block = make_node (BLOCK);
631 if (block != NULL_TREE)
633 BLOCK_VARS (block) = decls;
634 BLOCK_SUBBLOCKS (block) = subblocks;
637 /* In each subblock, record that this is its superior. */
638 if (keep >= 0)
639 for (link = subblocks; link; link = BLOCK_CHAIN (link))
640 BLOCK_SUPERCONTEXT (link) = block;
642 /* We still support the old for-scope rules, whereby the variables
643 in a init statement were in scope after the for-statement ended.
644 We only use the new rules if flag_new_for_scope is nonzero. */
645 leaving_for_scope
646 = current_binding_level->kind == sk_for && flag_new_for_scope;
648 /* Before we remove the declarations first check for unused variables. */
649 if ((warn_unused_variable || warn_unused_but_set_variable)
650 && current_binding_level->kind != sk_template_parms
651 && !processing_template_decl)
652 for (tree d = get_local_decls (); d; d = TREE_CHAIN (d))
654 /* There are cases where D itself is a TREE_LIST. See in
655 push_local_binding where the list of decls returned by
656 getdecls is built. */
657 decl = TREE_CODE (d) == TREE_LIST ? TREE_VALUE (d) : d;
659 tree type = TREE_TYPE (decl);
660 if (VAR_P (decl)
661 && (! TREE_USED (decl) || !DECL_READ_P (decl))
662 && ! DECL_IN_SYSTEM_HEADER (decl)
663 /* For structured bindings, consider only real variables, not
664 subobjects. */
665 && (DECL_DECOMPOSITION_P (decl) ? !DECL_DECOMP_BASE (decl)
666 : (DECL_NAME (decl) && !DECL_ARTIFICIAL (decl)))
667 && type != error_mark_node
668 && (!CLASS_TYPE_P (type)
669 || !TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
670 || lookup_attribute ("warn_unused",
671 TYPE_ATTRIBUTES (TREE_TYPE (decl)))))
673 if (! TREE_USED (decl))
675 if (!DECL_NAME (decl) && DECL_DECOMPOSITION_P (decl))
676 warning_at (DECL_SOURCE_LOCATION (decl),
677 OPT_Wunused_variable,
678 "unused structured binding declaration");
679 else
680 warning_at (DECL_SOURCE_LOCATION (decl),
681 OPT_Wunused_variable, "unused variable %qD", decl);
683 else if (DECL_CONTEXT (decl) == current_function_decl
684 // For -Wunused-but-set-variable leave references alone.
685 && TREE_CODE (TREE_TYPE (decl)) != REFERENCE_TYPE
686 && errorcount == unused_but_set_errorcount)
688 if (!DECL_NAME (decl) && DECL_DECOMPOSITION_P (decl))
689 warning_at (DECL_SOURCE_LOCATION (decl),
690 OPT_Wunused_but_set_variable, "structured "
691 "binding declaration set but not used");
692 else
693 warning_at (DECL_SOURCE_LOCATION (decl),
694 OPT_Wunused_but_set_variable,
695 "variable %qD set but not used", decl);
696 unused_but_set_errorcount = errorcount;
701 /* Remove declarations for all the DECLs in this level. */
702 for (link = decls; link; link = TREE_CHAIN (link))
704 decl = TREE_CODE (link) == TREE_LIST ? TREE_VALUE (link) : link;
705 tree name = OVL_NAME (decl);
707 if (leaving_for_scope && VAR_P (decl)
708 /* It's hard to make this ARM compatibility hack play nicely with
709 lambdas, and it really isn't necessary in C++11 mode. */
710 && cxx_dialect < cxx11
711 && name)
713 cxx_binding *ob = outer_binding (name,
714 IDENTIFIER_BINDING (name),
715 /*class_p=*/true);
716 tree ns_binding = NULL_TREE;
717 if (!ob)
718 ns_binding = get_namespace_binding (current_namespace, name);
720 if (ob && ob->scope == current_binding_level->level_chain)
721 /* We have something like:
723 int i;
724 for (int i; ;);
726 and we are leaving the `for' scope. There's no reason to
727 keep the binding of the inner `i' in this case. */
729 else if ((ob && (TREE_CODE (ob->value) == TYPE_DECL))
730 || (ns_binding && TREE_CODE (ns_binding) == TYPE_DECL))
731 /* Here, we have something like:
733 typedef int I;
735 void f () {
736 for (int I; ;);
739 We must pop the for-scope binding so we know what's a
740 type and what isn't. */
742 else
744 /* Mark this VAR_DECL as dead so that we can tell we left it
745 there only for backward compatibility. */
746 DECL_DEAD_FOR_LOCAL (link) = 1;
748 /* Keep track of what should have happened when we
749 popped the binding. */
750 if (ob && ob->value)
752 SET_DECL_SHADOWED_FOR_VAR (link, ob->value);
753 DECL_HAS_SHADOWED_FOR_VAR_P (link) = 1;
756 /* Add it to the list of dead variables in the next
757 outermost binding to that we can remove these when we
758 leave that binding. */
759 vec_safe_push (
760 current_binding_level->level_chain->dead_vars_from_for,
761 link);
763 /* Although we don't pop the cxx_binding, we do clear
764 its SCOPE since the scope is going away now. */
765 IDENTIFIER_BINDING (name)->scope
766 = current_binding_level->level_chain;
768 /* Don't remove the binding. */
769 name = NULL_TREE;
772 /* Remove the binding. */
773 if (TREE_CODE (decl) == LABEL_DECL)
774 pop_local_label (name, decl);
775 else
776 pop_local_binding (name, decl);
779 /* Remove declarations for any `for' variables from inner scopes
780 that we kept around. */
781 FOR_EACH_VEC_SAFE_ELT_REVERSE (current_binding_level->dead_vars_from_for,
782 ix, decl)
783 pop_local_binding (DECL_NAME (decl), decl);
785 /* Restore the IDENTIFIER_TYPE_VALUEs. */
786 for (link = current_binding_level->type_shadowed;
787 link; link = TREE_CHAIN (link))
788 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (link), TREE_VALUE (link));
790 /* There may be OVERLOADs (wrapped in TREE_LISTs) on the BLOCK_VARs
791 list if a `using' declaration put them there. The debugging
792 back ends won't understand OVERLOAD, so we remove them here.
793 Because the BLOCK_VARS are (temporarily) shared with
794 CURRENT_BINDING_LEVEL->NAMES we must do this fixup after we have
795 popped all the bindings. Also remove undeduced 'auto' decls,
796 which LTO doesn't understand, and can't have been used by anything. */
797 if (block)
799 tree* d;
801 for (d = &BLOCK_VARS (block); *d; )
803 if (TREE_CODE (*d) == TREE_LIST
804 || (!processing_template_decl
805 && undeduced_auto_decl (*d)))
806 *d = TREE_CHAIN (*d);
807 else
808 d = &DECL_CHAIN (*d);
812 /* If the level being exited is the top level of a function,
813 check over all the labels. */
814 if (functionbody)
816 if (block)
818 /* Since this is the top level block of a function, the vars are
819 the function's parameters. Don't leave them in the BLOCK
820 because they are found in the FUNCTION_DECL instead. */
821 BLOCK_VARS (block) = 0;
822 pop_labels (block);
824 else
825 pop_labels (subblocks);
828 kind = current_binding_level->kind;
829 if (kind == sk_cleanup)
831 tree stmt;
833 /* If this is a temporary binding created for a cleanup, then we'll
834 have pushed a statement list level. Pop that, create a new
835 BIND_EXPR for the block, and insert it into the stream. */
836 stmt = pop_stmt_list (current_binding_level->statement_list);
837 stmt = c_build_bind_expr (input_location, block, stmt);
838 add_stmt (stmt);
841 leave_scope ();
842 if (functionbody)
844 /* The current function is being defined, so its DECL_INITIAL
845 should be error_mark_node. */
846 gcc_assert (DECL_INITIAL (current_function_decl) == error_mark_node);
847 DECL_INITIAL (current_function_decl) = block ? block : subblocks;
848 if (subblocks)
850 if (FUNCTION_NEEDS_BODY_BLOCK (current_function_decl))
852 if (BLOCK_SUBBLOCKS (subblocks))
853 BLOCK_OUTER_CURLY_BRACE_P (BLOCK_SUBBLOCKS (subblocks)) = 1;
855 else
856 BLOCK_OUTER_CURLY_BRACE_P (subblocks) = 1;
859 else if (block)
860 current_binding_level->blocks
861 = block_chainon (current_binding_level->blocks, block);
863 /* If we did not make a block for the level just exited,
864 any blocks made for inner levels
865 (since they cannot be recorded as subblocks in that level)
866 must be carried forward so they will later become subblocks
867 of something else. */
868 else if (subblocks)
869 current_binding_level->blocks
870 = block_chainon (current_binding_level->blocks, subblocks);
872 /* Each and every BLOCK node created here in `poplevel' is important
873 (e.g. for proper debugging information) so if we created one
874 earlier, mark it as "used". */
875 if (block)
876 TREE_USED (block) = 1;
878 /* All temporary bindings created for cleanups are popped silently. */
879 if (kind == sk_cleanup)
880 goto restart;
882 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
883 return block;
886 /* Call wrapup_globals_declarations for the globals in NAMESPACE. */
887 /* Diagnose odr-used extern inline variables without definitions
888 in the current TU. */
891 wrapup_namespace_globals ()
893 if (vec<tree, va_gc> *statics = static_decls)
895 tree decl;
896 unsigned int i;
897 FOR_EACH_VEC_ELT (*statics, i, decl)
899 if (warn_unused_function
900 && TREE_CODE (decl) == FUNCTION_DECL
901 && DECL_INITIAL (decl) == 0
902 && DECL_EXTERNAL (decl)
903 && !TREE_PUBLIC (decl)
904 && !DECL_ARTIFICIAL (decl)
905 && !DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION (decl)
906 && !TREE_NO_WARNING (decl))
907 warning_at (DECL_SOURCE_LOCATION (decl),
908 OPT_Wunused_function,
909 "%qF declared %<static%> but never defined", decl);
911 if (VAR_P (decl)
912 && DECL_EXTERNAL (decl)
913 && DECL_INLINE_VAR_P (decl)
914 && DECL_ODR_USED (decl))
915 error_at (DECL_SOURCE_LOCATION (decl),
916 "odr-used inline variable %qD is not defined", decl);
919 /* Clear out the list, so we don't rescan next time. */
920 static_decls = NULL;
922 /* Write out any globals that need to be output. */
923 return wrapup_global_declarations (statics->address (),
924 statics->length ());
926 return 0;
929 /* In C++, you don't have to write `struct S' to refer to `S'; you
930 can just use `S'. We accomplish this by creating a TYPE_DECL as
931 if the user had written `typedef struct S S'. Create and return
932 the TYPE_DECL for TYPE. */
934 tree
935 create_implicit_typedef (tree name, tree type)
937 tree decl;
939 decl = build_decl (input_location, TYPE_DECL, name, type);
940 DECL_ARTIFICIAL (decl) = 1;
941 /* There are other implicit type declarations, like the one *within*
942 a class that allows you to write `S::S'. We must distinguish
943 amongst these. */
944 SET_DECL_IMPLICIT_TYPEDEF_P (decl);
945 TYPE_NAME (type) = decl;
946 TYPE_STUB_DECL (type) = decl;
948 return decl;
951 /* Remember a local name for name-mangling purposes. */
953 static void
954 push_local_name (tree decl)
956 size_t i, nelts;
957 tree t, name;
959 timevar_start (TV_NAME_LOOKUP);
961 name = DECL_NAME (decl);
963 nelts = vec_safe_length (local_names);
964 for (i = 0; i < nelts; i++)
966 t = (*local_names)[i];
967 if (DECL_NAME (t) == name)
969 retrofit_lang_decl (decl);
970 DECL_LANG_SPECIFIC (decl)->u.base.u2sel = 1;
971 if (DECL_DISCRIMINATOR_SET_P (t))
972 DECL_DISCRIMINATOR (decl) = DECL_DISCRIMINATOR (t) + 1;
973 else
974 DECL_DISCRIMINATOR (decl) = 1;
976 (*local_names)[i] = decl;
977 timevar_stop (TV_NAME_LOOKUP);
978 return;
982 vec_safe_push (local_names, decl);
983 timevar_stop (TV_NAME_LOOKUP);
986 /* Subroutine of duplicate_decls: return truthvalue of whether
987 or not types of these decls match.
989 For C++, we must compare the parameter list so that `int' can match
990 `int&' in a parameter position, but `int&' is not confused with
991 `const int&'. */
994 decls_match (tree newdecl, tree olddecl, bool record_versions /* = true */)
996 int types_match;
998 if (newdecl == olddecl)
999 return 1;
1001 if (TREE_CODE (newdecl) != TREE_CODE (olddecl))
1002 /* If the two DECLs are not even the same kind of thing, we're not
1003 interested in their types. */
1004 return 0;
1006 gcc_assert (DECL_P (newdecl));
1008 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1010 tree f1 = TREE_TYPE (newdecl);
1011 tree f2 = TREE_TYPE (olddecl);
1012 tree p1 = TYPE_ARG_TYPES (f1);
1013 tree p2 = TYPE_ARG_TYPES (f2);
1014 tree r2;
1016 /* Specializations of different templates are different functions
1017 even if they have the same type. */
1018 tree t1 = (DECL_USE_TEMPLATE (newdecl)
1019 ? DECL_TI_TEMPLATE (newdecl)
1020 : NULL_TREE);
1021 tree t2 = (DECL_USE_TEMPLATE (olddecl)
1022 ? DECL_TI_TEMPLATE (olddecl)
1023 : NULL_TREE);
1024 if (t1 != t2)
1025 return 0;
1027 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
1028 && ! (DECL_EXTERN_C_P (newdecl)
1029 && DECL_EXTERN_C_P (olddecl)))
1030 return 0;
1032 /* A new declaration doesn't match a built-in one unless it
1033 is also extern "C". */
1034 if (DECL_IS_BUILTIN (olddecl)
1035 && DECL_EXTERN_C_P (olddecl) && !DECL_EXTERN_C_P (newdecl))
1036 return 0;
1038 if (TREE_CODE (f1) != TREE_CODE (f2))
1039 return 0;
1041 /* A declaration with deduced return type should use its pre-deduction
1042 type for declaration matching. */
1043 r2 = fndecl_declared_return_type (olddecl);
1045 if (same_type_p (TREE_TYPE (f1), r2))
1047 if (!prototype_p (f2) && DECL_EXTERN_C_P (olddecl)
1048 && (DECL_BUILT_IN (olddecl)
1049 #ifndef NO_IMPLICIT_EXTERN_C
1050 || (DECL_IN_SYSTEM_HEADER (newdecl) && !DECL_CLASS_SCOPE_P (newdecl))
1051 || (DECL_IN_SYSTEM_HEADER (olddecl) && !DECL_CLASS_SCOPE_P (olddecl))
1052 #endif
1055 types_match = self_promoting_args_p (p1);
1056 if (p1 == void_list_node)
1057 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
1059 #ifndef NO_IMPLICIT_EXTERN_C
1060 else if (!prototype_p (f1)
1061 && (DECL_EXTERN_C_P (olddecl)
1062 && DECL_IN_SYSTEM_HEADER (olddecl)
1063 && !DECL_CLASS_SCOPE_P (olddecl))
1064 && (DECL_EXTERN_C_P (newdecl)
1065 && DECL_IN_SYSTEM_HEADER (newdecl)
1066 && !DECL_CLASS_SCOPE_P (newdecl)))
1068 types_match = self_promoting_args_p (p2);
1069 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
1071 #endif
1072 else
1073 types_match =
1074 compparms (p1, p2)
1075 && type_memfn_rqual (f1) == type_memfn_rqual (f2)
1076 && (TYPE_ATTRIBUTES (TREE_TYPE (newdecl)) == NULL_TREE
1077 || comp_type_attributes (TREE_TYPE (newdecl),
1078 TREE_TYPE (olddecl)) != 0);
1080 else
1081 types_match = 0;
1083 /* The decls dont match if they correspond to two different versions
1084 of the same function. Disallow extern "C" functions to be
1085 versions for now. */
1086 if (types_match
1087 && !DECL_EXTERN_C_P (newdecl)
1088 && !DECL_EXTERN_C_P (olddecl)
1089 && record_versions
1090 && maybe_version_functions (newdecl, olddecl,
1091 (!DECL_FUNCTION_VERSIONED (newdecl)
1092 || !DECL_FUNCTION_VERSIONED (olddecl))))
1093 return 0;
1095 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1097 tree oldres = DECL_TEMPLATE_RESULT (olddecl);
1098 tree newres = DECL_TEMPLATE_RESULT (newdecl);
1100 if (TREE_CODE (newres) != TREE_CODE (oldres))
1101 return 0;
1103 if (!comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1104 DECL_TEMPLATE_PARMS (olddecl)))
1105 return 0;
1107 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1108 types_match = (same_type_p (TREE_TYPE (oldres), TREE_TYPE (newres))
1109 && equivalently_constrained (olddecl, newdecl));
1110 else
1111 // We don't need to check equivalently_constrained for variable and
1112 // function templates because we check it on the results.
1113 types_match = decls_match (oldres, newres);
1115 else
1117 /* Need to check scope for variable declaration (VAR_DECL).
1118 For typedef (TYPE_DECL), scope is ignored. */
1119 if (VAR_P (newdecl)
1120 && CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
1121 /* [dcl.link]
1122 Two declarations for an object with C language linkage
1123 with the same name (ignoring the namespace that qualify
1124 it) that appear in different namespace scopes refer to
1125 the same object. */
1126 && !(DECL_EXTERN_C_P (olddecl) && DECL_EXTERN_C_P (newdecl)))
1127 return 0;
1129 if (TREE_TYPE (newdecl) == error_mark_node)
1130 types_match = TREE_TYPE (olddecl) == error_mark_node;
1131 else if (TREE_TYPE (olddecl) == NULL_TREE)
1132 types_match = TREE_TYPE (newdecl) == NULL_TREE;
1133 else if (TREE_TYPE (newdecl) == NULL_TREE)
1134 types_match = 0;
1135 else
1136 types_match = comptypes (TREE_TYPE (newdecl),
1137 TREE_TYPE (olddecl),
1138 COMPARE_REDECLARATION);
1141 // Normal functions can be constrained, as can variable partial
1142 // specializations.
1143 if (types_match && VAR_OR_FUNCTION_DECL_P (newdecl))
1144 types_match = equivalently_constrained (newdecl, olddecl);
1146 return types_match;
1149 /* NEWDECL and OLDDECL have identical signatures. If they are
1150 different versions adjust them and return true.
1151 If RECORD is set to true, record function versions. */
1153 bool
1154 maybe_version_functions (tree newdecl, tree olddecl, bool record)
1156 if (!targetm.target_option.function_versions (newdecl, olddecl))
1157 return false;
1159 if (!DECL_FUNCTION_VERSIONED (olddecl))
1161 DECL_FUNCTION_VERSIONED (olddecl) = 1;
1162 if (DECL_ASSEMBLER_NAME_SET_P (olddecl))
1163 mangle_decl (olddecl);
1166 if (!DECL_FUNCTION_VERSIONED (newdecl))
1168 DECL_FUNCTION_VERSIONED (newdecl) = 1;
1169 if (DECL_ASSEMBLER_NAME_SET_P (newdecl))
1170 mangle_decl (newdecl);
1173 if (record)
1174 cgraph_node::record_function_versions (olddecl, newdecl);
1176 return true;
1179 /* If NEWDECL is `static' and an `extern' was seen previously,
1180 warn about it. OLDDECL is the previous declaration.
1182 Note that this does not apply to the C++ case of declaring
1183 a variable `extern const' and then later `const'.
1185 Don't complain about built-in functions, since they are beyond
1186 the user's control. */
1188 void
1189 warn_extern_redeclared_static (tree newdecl, tree olddecl)
1191 if (TREE_CODE (newdecl) == TYPE_DECL
1192 || TREE_CODE (newdecl) == TEMPLATE_DECL
1193 || TREE_CODE (newdecl) == CONST_DECL
1194 || TREE_CODE (newdecl) == NAMESPACE_DECL)
1195 return;
1197 /* Don't get confused by static member functions; that's a different
1198 use of `static'. */
1199 if (TREE_CODE (newdecl) == FUNCTION_DECL
1200 && DECL_STATIC_FUNCTION_P (newdecl))
1201 return;
1203 /* If the old declaration was `static', or the new one isn't, then
1204 everything is OK. */
1205 if (DECL_THIS_STATIC (olddecl) || !DECL_THIS_STATIC (newdecl))
1206 return;
1208 /* It's OK to declare a builtin function as `static'. */
1209 if (TREE_CODE (olddecl) == FUNCTION_DECL
1210 && DECL_ARTIFICIAL (olddecl))
1211 return;
1213 if (permerror (DECL_SOURCE_LOCATION (newdecl),
1214 "%qD was declared %<extern%> and later %<static%>", newdecl))
1215 inform (DECL_SOURCE_LOCATION (olddecl),
1216 "previous declaration of %qD", olddecl);
1219 /* NEW_DECL is a redeclaration of OLD_DECL; both are functions or
1220 function templates. If their exception specifications do not
1221 match, issue a diagnostic. */
1223 static void
1224 check_redeclaration_exception_specification (tree new_decl,
1225 tree old_decl)
1227 tree new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl));
1228 tree old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl));
1230 /* Two default specs are equivalent, don't force evaluation. */
1231 if (UNEVALUATED_NOEXCEPT_SPEC_P (new_exceptions)
1232 && UNEVALUATED_NOEXCEPT_SPEC_P (old_exceptions))
1233 return;
1235 maybe_instantiate_noexcept (new_decl);
1236 maybe_instantiate_noexcept (old_decl);
1237 new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl));
1238 old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl));
1240 /* [except.spec]
1242 If any declaration of a function has an exception-specification,
1243 all declarations, including the definition and an explicit
1244 specialization, of that function shall have an
1245 exception-specification with the same set of type-ids. */
1246 if (! DECL_IS_BUILTIN (old_decl)
1247 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal))
1249 const char *const msg
1250 = G_("declaration of %qF has a different exception specifier");
1251 bool complained = true;
1252 location_t new_loc = DECL_SOURCE_LOCATION (new_decl);
1253 if (DECL_IN_SYSTEM_HEADER (old_decl))
1254 complained = pedwarn (new_loc, OPT_Wsystem_headers, msg, new_decl);
1255 else if (!flag_exceptions)
1256 /* We used to silently permit mismatched eh specs with
1257 -fno-exceptions, so make them a pedwarn now. */
1258 complained = pedwarn (new_loc, OPT_Wpedantic, msg, new_decl);
1259 else
1260 error_at (new_loc, msg, new_decl);
1261 if (complained)
1262 inform (DECL_SOURCE_LOCATION (old_decl),
1263 "from previous declaration %qF", old_decl);
1267 /* Return true if OLD_DECL and NEW_DECL agree on constexprness.
1268 Otherwise issue diagnostics. */
1270 static bool
1271 validate_constexpr_redeclaration (tree old_decl, tree new_decl)
1273 old_decl = STRIP_TEMPLATE (old_decl);
1274 new_decl = STRIP_TEMPLATE (new_decl);
1275 if (!VAR_OR_FUNCTION_DECL_P (old_decl)
1276 || !VAR_OR_FUNCTION_DECL_P (new_decl))
1277 return true;
1278 if (DECL_DECLARED_CONSTEXPR_P (old_decl)
1279 == DECL_DECLARED_CONSTEXPR_P (new_decl))
1280 return true;
1281 if (TREE_CODE (old_decl) == FUNCTION_DECL)
1283 if (DECL_BUILT_IN (old_decl))
1285 /* Hide a built-in declaration. */
1286 DECL_DECLARED_CONSTEXPR_P (old_decl)
1287 = DECL_DECLARED_CONSTEXPR_P (new_decl);
1288 return true;
1290 /* 7.1.5 [dcl.constexpr]
1291 Note: An explicit specialization can differ from the template
1292 declaration with respect to the constexpr specifier. */
1293 if (! DECL_TEMPLATE_SPECIALIZATION (old_decl)
1294 && DECL_TEMPLATE_SPECIALIZATION (new_decl))
1295 return true;
1297 error_at (DECL_SOURCE_LOCATION (new_decl),
1298 "redeclaration %qD differs in %<constexpr%> "
1299 "from previous declaration", new_decl);
1300 inform (DECL_SOURCE_LOCATION (old_decl),
1301 "previous declaration %qD", old_decl);
1302 return false;
1304 return true;
1307 // If OLDDECL and NEWDECL are concept declarations with the same type
1308 // (i.e., and template parameters), but different requirements,
1309 // emit diagnostics and return true. Otherwise, return false.
1310 static inline bool
1311 check_concept_refinement (tree olddecl, tree newdecl)
1313 if (!DECL_DECLARED_CONCEPT_P (olddecl) || !DECL_DECLARED_CONCEPT_P (newdecl))
1314 return false;
1316 tree d1 = DECL_TEMPLATE_RESULT (olddecl);
1317 tree d2 = DECL_TEMPLATE_RESULT (newdecl);
1318 if (TREE_CODE (d1) != TREE_CODE (d2))
1319 return false;
1321 tree t1 = TREE_TYPE (d1);
1322 tree t2 = TREE_TYPE (d2);
1323 if (TREE_CODE (d1) == FUNCTION_DECL)
1325 if (compparms (TYPE_ARG_TYPES (t1), TYPE_ARG_TYPES (t2))
1326 && comp_template_parms (DECL_TEMPLATE_PARMS (olddecl),
1327 DECL_TEMPLATE_PARMS (newdecl))
1328 && !equivalently_constrained (olddecl, newdecl))
1330 error ("cannot specialize concept %q#D", olddecl);
1331 return true;
1334 return false;
1337 /* DECL is a redeclaration of a function or function template. If
1338 it does have default arguments issue a diagnostic. Note: this
1339 function is used to enforce the requirements in C++11 8.3.6 about
1340 no default arguments in redeclarations. */
1342 static void
1343 check_redeclaration_no_default_args (tree decl)
1345 gcc_assert (DECL_DECLARES_FUNCTION_P (decl));
1347 for (tree t = FUNCTION_FIRST_USER_PARMTYPE (decl);
1348 t && t != void_list_node; t = TREE_CHAIN (t))
1349 if (TREE_PURPOSE (t))
1351 permerror (DECL_SOURCE_LOCATION (decl),
1352 "redeclaration of %q#D may not have default "
1353 "arguments", decl);
1354 return;
1358 #define GNU_INLINE_P(fn) (DECL_DECLARED_INLINE_P (fn) \
1359 && lookup_attribute ("gnu_inline", \
1360 DECL_ATTRIBUTES (fn)))
1362 /* If NEWDECL is a redeclaration of OLDDECL, merge the declarations.
1363 If the redeclaration is invalid, a diagnostic is issued, and the
1364 error_mark_node is returned. Otherwise, OLDDECL is returned.
1366 If NEWDECL is not a redeclaration of OLDDECL, NULL_TREE is
1367 returned.
1369 NEWDECL_IS_FRIEND is true if NEWDECL was declared as a friend. */
1371 tree
1372 duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend)
1374 unsigned olddecl_uid = DECL_UID (olddecl);
1375 int olddecl_friend = 0, types_match = 0, hidden_friend = 0;
1376 int new_defines_function = 0;
1377 tree new_template_info;
1379 if (newdecl == olddecl)
1380 return olddecl;
1382 types_match = decls_match (newdecl, olddecl);
1384 /* If either the type of the new decl or the type of the old decl is an
1385 error_mark_node, then that implies that we have already issued an
1386 error (earlier) for some bogus type specification, and in that case,
1387 it is rather pointless to harass the user with yet more error message
1388 about the same declaration, so just pretend the types match here. */
1389 if (TREE_TYPE (newdecl) == error_mark_node
1390 || TREE_TYPE (olddecl) == error_mark_node)
1391 return error_mark_node;
1393 if (UDLIT_OPER_P (DECL_NAME (newdecl))
1394 && UDLIT_OPER_P (DECL_NAME (olddecl)))
1396 if (TREE_CODE (newdecl) == TEMPLATE_DECL
1397 && TREE_CODE (olddecl) != TEMPLATE_DECL
1398 && check_raw_literal_operator (olddecl))
1399 error ("literal operator template %q+D conflicts with"
1400 " raw literal operator %qD", newdecl, olddecl);
1401 else if (TREE_CODE (newdecl) != TEMPLATE_DECL
1402 && TREE_CODE (olddecl) == TEMPLATE_DECL
1403 && check_raw_literal_operator (newdecl))
1404 error ("raw literal operator %q+D conflicts with"
1405 " literal operator template %qD", newdecl, olddecl);
1408 /* True to merge attributes between the declarations, false to
1409 set OLDDECL's attributes to those of NEWDECL (for template
1410 explicit specializations that specify their own attributes
1411 independent of those specified for the primary template). */
1412 const bool merge_attr = (TREE_CODE (newdecl) != FUNCTION_DECL
1413 || !DECL_TEMPLATE_SPECIALIZATION (newdecl)
1414 || DECL_TEMPLATE_SPECIALIZATION (olddecl));
1416 if (DECL_P (olddecl)
1417 && TREE_CODE (newdecl) == FUNCTION_DECL
1418 && TREE_CODE (olddecl) == FUNCTION_DECL
1419 && merge_attr
1420 && diagnose_mismatched_attributes (olddecl, newdecl))
1422 if (DECL_INITIAL (olddecl))
1423 inform (DECL_SOURCE_LOCATION (olddecl),
1424 "previous definition of %qD was here", olddecl);
1425 else
1426 inform (DECL_SOURCE_LOCATION (olddecl),
1427 "previous declaration of %qD was here", olddecl);
1430 /* Check for redeclaration and other discrepancies. */
1431 if (TREE_CODE (olddecl) == FUNCTION_DECL
1432 && DECL_ARTIFICIAL (olddecl))
1434 gcc_assert (!DECL_HIDDEN_FRIEND_P (olddecl));
1435 if (TREE_CODE (newdecl) != FUNCTION_DECL)
1437 /* Avoid warnings redeclaring built-ins which have not been
1438 explicitly declared. */
1439 if (DECL_ANTICIPATED (olddecl))
1441 if (TREE_PUBLIC (newdecl)
1442 && CP_DECL_CONTEXT (newdecl) == global_namespace)
1443 warning_at (DECL_SOURCE_LOCATION (newdecl),
1444 OPT_Wbuiltin_declaration_mismatch,
1445 "built-in function %qD declared as non-function",
1446 newdecl);
1447 return NULL_TREE;
1450 /* If you declare a built-in or predefined function name as static,
1451 the old definition is overridden, but optionally warn this was a
1452 bad choice of name. */
1453 if (! TREE_PUBLIC (newdecl))
1455 warning (OPT_Wshadow,
1456 DECL_BUILT_IN (olddecl)
1457 ? G_("shadowing built-in function %q#D")
1458 : G_("shadowing library function %q#D"), olddecl);
1459 /* Discard the old built-in function. */
1460 return NULL_TREE;
1462 /* If the built-in is not ansi, then programs can override
1463 it even globally without an error. */
1464 else if (! DECL_BUILT_IN (olddecl))
1465 warning_at (DECL_SOURCE_LOCATION (newdecl), 0,
1466 "library function %q#D redeclared as non-function %q#D",
1467 olddecl, newdecl);
1468 else
1469 error ("declaration of %q+#D conflicts with built-in "
1470 "declaration %q#D", newdecl, olddecl);
1471 return NULL_TREE;
1473 else if (DECL_OMP_DECLARE_REDUCTION_P (olddecl))
1475 gcc_assert (DECL_OMP_DECLARE_REDUCTION_P (newdecl));
1476 error_at (DECL_SOURCE_LOCATION (newdecl),
1477 "redeclaration of %<pragma omp declare reduction%>");
1478 inform (DECL_SOURCE_LOCATION (olddecl),
1479 "previous %<pragma omp declare reduction%> declaration");
1480 return error_mark_node;
1482 else if (!types_match)
1484 /* Avoid warnings redeclaring built-ins which have not been
1485 explicitly declared. */
1486 if (DECL_ANTICIPATED (olddecl))
1488 tree t1, t2;
1490 /* A new declaration doesn't match a built-in one unless it
1491 is also extern "C". */
1492 gcc_assert (DECL_IS_BUILTIN (olddecl));
1493 gcc_assert (DECL_EXTERN_C_P (olddecl));
1494 if (!DECL_EXTERN_C_P (newdecl))
1495 return NULL_TREE;
1497 for (t1 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1498 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1499 t1 || t2;
1500 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2))
1502 if (!t1 || !t2)
1503 break;
1504 /* FILE, tm types are not known at the time
1505 we create the builtins. */
1506 for (unsigned i = 0;
1507 i < sizeof (builtin_structptr_types)
1508 / sizeof (builtin_structptr_type);
1509 ++i)
1510 if (TREE_VALUE (t2) == builtin_structptr_types[i].node)
1512 tree t = TREE_VALUE (t1);
1514 if (TYPE_PTR_P (t)
1515 && TYPE_IDENTIFIER (TREE_TYPE (t))
1516 == get_identifier (builtin_structptr_types[i].str)
1517 && compparms (TREE_CHAIN (t1), TREE_CHAIN (t2)))
1519 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1521 TYPE_ARG_TYPES (TREE_TYPE (olddecl))
1522 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1523 types_match = decls_match (newdecl, olddecl);
1524 if (types_match)
1525 return duplicate_decls (newdecl, olddecl,
1526 newdecl_is_friend);
1527 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1529 goto next_arg;
1532 if (! same_type_p (TREE_VALUE (t1), TREE_VALUE (t2)))
1533 break;
1534 next_arg:;
1537 warning_at (DECL_SOURCE_LOCATION (newdecl),
1538 OPT_Wbuiltin_declaration_mismatch,
1539 "declaration of %q#D conflicts with built-in "
1540 "declaration %q#D", newdecl, olddecl);
1542 else if ((DECL_EXTERN_C_P (newdecl)
1543 && DECL_EXTERN_C_P (olddecl))
1544 || compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1545 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1547 /* A near match; override the builtin. */
1549 if (TREE_PUBLIC (newdecl))
1550 warning_at (DECL_SOURCE_LOCATION (newdecl),
1551 OPT_Wbuiltin_declaration_mismatch,
1552 "new declaration %q#D ambiguates built-in "
1553 "declaration %q#D", newdecl, olddecl);
1554 else
1555 warning (OPT_Wshadow,
1556 DECL_BUILT_IN (olddecl)
1557 ? G_("shadowing built-in function %q#D")
1558 : G_("shadowing library function %q#D"), olddecl);
1560 else
1561 /* Discard the old built-in function. */
1562 return NULL_TREE;
1564 /* Replace the old RTL to avoid problems with inlining. */
1565 COPY_DECL_RTL (newdecl, olddecl);
1567 /* Even if the types match, prefer the new declarations type for
1568 built-ins which have not been explicitly declared, for
1569 exception lists, etc... */
1570 else if (DECL_IS_BUILTIN (olddecl))
1572 tree type = TREE_TYPE (newdecl);
1573 tree attribs = (*targetm.merge_type_attributes)
1574 (TREE_TYPE (olddecl), type);
1576 type = cp_build_type_attribute_variant (type, attribs);
1577 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = type;
1580 /* If a function is explicitly declared "throw ()", propagate that to
1581 the corresponding builtin. */
1582 if (DECL_BUILT_IN_CLASS (olddecl) == BUILT_IN_NORMAL
1583 && DECL_ANTICIPATED (olddecl)
1584 && TREE_NOTHROW (newdecl)
1585 && !TREE_NOTHROW (olddecl))
1587 enum built_in_function fncode = DECL_FUNCTION_CODE (olddecl);
1588 tree tmpdecl = builtin_decl_explicit (fncode);
1589 if (tmpdecl && tmpdecl != olddecl && types_match)
1590 TREE_NOTHROW (tmpdecl) = 1;
1593 /* Whether or not the builtin can throw exceptions has no
1594 bearing on this declarator. */
1595 TREE_NOTHROW (olddecl) = 0;
1597 if (DECL_THIS_STATIC (newdecl) && !DECL_THIS_STATIC (olddecl))
1599 /* If a builtin function is redeclared as `static', merge
1600 the declarations, but make the original one static. */
1601 DECL_THIS_STATIC (olddecl) = 1;
1602 TREE_PUBLIC (olddecl) = 0;
1604 /* Make the old declaration consistent with the new one so
1605 that all remnants of the builtin-ness of this function
1606 will be banished. */
1607 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
1608 COPY_DECL_RTL (newdecl, olddecl);
1611 else if (TREE_CODE (olddecl) != TREE_CODE (newdecl))
1613 /* C++ Standard, 3.3, clause 4:
1614 "[Note: a namespace name or a class template name must be unique
1615 in its declarative region (7.3.2, clause 14). ]" */
1616 if (TREE_CODE (olddecl) != NAMESPACE_DECL
1617 && TREE_CODE (newdecl) != NAMESPACE_DECL
1618 && (TREE_CODE (olddecl) != TEMPLATE_DECL
1619 || TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) != TYPE_DECL)
1620 && (TREE_CODE (newdecl) != TEMPLATE_DECL
1621 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != TYPE_DECL))
1623 if ((TREE_CODE (olddecl) == TYPE_DECL && DECL_ARTIFICIAL (olddecl)
1624 && TREE_CODE (newdecl) != TYPE_DECL)
1625 || (TREE_CODE (newdecl) == TYPE_DECL && DECL_ARTIFICIAL (newdecl)
1626 && TREE_CODE (olddecl) != TYPE_DECL))
1628 /* We do nothing special here, because C++ does such nasty
1629 things with TYPE_DECLs. Instead, just let the TYPE_DECL
1630 get shadowed, and know that if we need to find a TYPE_DECL
1631 for a given name, we can look in the IDENTIFIER_TYPE_VALUE
1632 slot of the identifier. */
1633 return NULL_TREE;
1636 if ((TREE_CODE (newdecl) == FUNCTION_DECL
1637 && DECL_FUNCTION_TEMPLATE_P (olddecl))
1638 || (TREE_CODE (olddecl) == FUNCTION_DECL
1639 && DECL_FUNCTION_TEMPLATE_P (newdecl)))
1640 return NULL_TREE;
1643 error ("%q#D redeclared as different kind of symbol", newdecl);
1644 if (TREE_CODE (olddecl) == TREE_LIST)
1645 olddecl = TREE_VALUE (olddecl);
1646 inform (DECL_SOURCE_LOCATION (olddecl),
1647 "previous declaration %q#D", olddecl);
1649 return error_mark_node;
1651 else if (!types_match)
1653 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl))
1654 /* These are certainly not duplicate declarations; they're
1655 from different scopes. */
1656 return NULL_TREE;
1658 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1660 /* The name of a class template may not be declared to refer to
1661 any other template, class, function, object, namespace, value,
1662 or type in the same scope. */
1663 if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == TYPE_DECL
1664 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1666 error ("conflicting declaration of template %q+#D", newdecl);
1667 inform (DECL_SOURCE_LOCATION (olddecl),
1668 "previous declaration %q#D", olddecl);
1669 return error_mark_node;
1671 else if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == FUNCTION_DECL
1672 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == FUNCTION_DECL
1673 && compparms (TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl))),
1674 TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl))))
1675 && comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1676 DECL_TEMPLATE_PARMS (olddecl))
1677 /* Template functions can be disambiguated by
1678 return type. */
1679 && same_type_p (TREE_TYPE (TREE_TYPE (newdecl)),
1680 TREE_TYPE (TREE_TYPE (olddecl)))
1681 // Template functions can also be disambiguated by
1682 // constraints.
1683 && equivalently_constrained (olddecl, newdecl))
1685 error ("ambiguating new declaration %q+#D", newdecl);
1686 inform (DECL_SOURCE_LOCATION (olddecl),
1687 "old declaration %q#D", olddecl);
1689 else if (check_concept_refinement (olddecl, newdecl))
1690 return error_mark_node;
1691 return NULL_TREE;
1693 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1695 if (DECL_EXTERN_C_P (newdecl) && DECL_EXTERN_C_P (olddecl))
1697 error ("conflicting declaration of C function %q+#D",
1698 newdecl);
1699 inform (DECL_SOURCE_LOCATION (olddecl),
1700 "previous declaration %q#D", olddecl);
1701 return NULL_TREE;
1703 /* For function versions, params and types match, but they
1704 are not ambiguous. */
1705 else if ((!DECL_FUNCTION_VERSIONED (newdecl)
1706 && !DECL_FUNCTION_VERSIONED (olddecl))
1707 // The functions have the same parameter types.
1708 && compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1709 TYPE_ARG_TYPES (TREE_TYPE (olddecl)))
1710 // And the same constraints.
1711 && equivalently_constrained (newdecl, olddecl))
1713 error ("ambiguating new declaration of %q+#D", newdecl);
1714 inform (DECL_SOURCE_LOCATION (olddecl),
1715 "old declaration %q#D", olddecl);
1716 return error_mark_node;
1718 else
1719 return NULL_TREE;
1721 else
1723 error ("conflicting declaration %q+#D", newdecl);
1724 inform (DECL_SOURCE_LOCATION (olddecl),
1725 "previous declaration as %q#D", olddecl);
1726 return error_mark_node;
1729 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1730 && ((DECL_TEMPLATE_SPECIALIZATION (olddecl)
1731 && (!DECL_TEMPLATE_INFO (newdecl)
1732 || (DECL_TI_TEMPLATE (newdecl)
1733 != DECL_TI_TEMPLATE (olddecl))))
1734 || (DECL_TEMPLATE_SPECIALIZATION (newdecl)
1735 && (!DECL_TEMPLATE_INFO (olddecl)
1736 || (DECL_TI_TEMPLATE (olddecl)
1737 != DECL_TI_TEMPLATE (newdecl))))))
1738 /* It's OK to have a template specialization and a non-template
1739 with the same type, or to have specializations of two
1740 different templates with the same type. Note that if one is a
1741 specialization, and the other is an instantiation of the same
1742 template, that we do not exit at this point. That situation
1743 can occur if we instantiate a template class, and then
1744 specialize one of its methods. This situation is valid, but
1745 the declarations must be merged in the usual way. */
1746 return NULL_TREE;
1747 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1748 && ((DECL_TEMPLATE_INSTANTIATION (olddecl)
1749 && !DECL_USE_TEMPLATE (newdecl))
1750 || (DECL_TEMPLATE_INSTANTIATION (newdecl)
1751 && !DECL_USE_TEMPLATE (olddecl))))
1752 /* One of the declarations is a template instantiation, and the
1753 other is not a template at all. That's OK. */
1754 return NULL_TREE;
1755 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
1757 /* In [namespace.alias] we have:
1759 In a declarative region, a namespace-alias-definition can be
1760 used to redefine a namespace-alias declared in that declarative
1761 region to refer only to the namespace to which it already
1762 refers.
1764 Therefore, if we encounter a second alias directive for the same
1765 alias, we can just ignore the second directive. */
1766 if (DECL_NAMESPACE_ALIAS (newdecl)
1767 && (DECL_NAMESPACE_ALIAS (newdecl)
1768 == DECL_NAMESPACE_ALIAS (olddecl)))
1769 return olddecl;
1771 /* Leave it to update_binding to merge or report error. */
1772 return NULL_TREE;
1774 else
1776 const char *errmsg = redeclaration_error_message (newdecl, olddecl);
1777 if (errmsg)
1779 error_at (DECL_SOURCE_LOCATION (newdecl), errmsg, newdecl);
1780 if (DECL_NAME (olddecl) != NULL_TREE)
1781 inform (DECL_SOURCE_LOCATION (olddecl),
1782 (DECL_INITIAL (olddecl) && namespace_bindings_p ())
1783 ? G_("%q#D previously defined here")
1784 : G_("%q#D previously declared here"), olddecl);
1785 return error_mark_node;
1787 else if (TREE_CODE (olddecl) == FUNCTION_DECL
1788 && DECL_INITIAL (olddecl) != NULL_TREE
1789 && !prototype_p (TREE_TYPE (olddecl))
1790 && prototype_p (TREE_TYPE (newdecl)))
1792 /* Prototype decl follows defn w/o prototype. */
1793 if (warning_at (DECL_SOURCE_LOCATION (newdecl), 0,
1794 "prototype specified for %q#D", newdecl))
1795 inform (DECL_SOURCE_LOCATION (olddecl),
1796 "previous non-prototype definition here");
1798 else if (VAR_OR_FUNCTION_DECL_P (olddecl)
1799 && DECL_LANGUAGE (newdecl) != DECL_LANGUAGE (olddecl))
1801 /* [dcl.link]
1802 If two declarations of the same function or object
1803 specify different linkage-specifications ..., the program
1804 is ill-formed.... Except for functions with C++ linkage,
1805 a function declaration without a linkage specification
1806 shall not precede the first linkage specification for
1807 that function. A function can be declared without a
1808 linkage specification after an explicit linkage
1809 specification has been seen; the linkage explicitly
1810 specified in the earlier declaration is not affected by
1811 such a function declaration.
1813 DR 563 raises the question why the restrictions on
1814 functions should not also apply to objects. Older
1815 versions of G++ silently ignore the linkage-specification
1816 for this example:
1818 namespace N {
1819 extern int i;
1820 extern "C" int i;
1823 which is clearly wrong. Therefore, we now treat objects
1824 like functions. */
1825 if (current_lang_depth () == 0)
1827 /* There is no explicit linkage-specification, so we use
1828 the linkage from the previous declaration. */
1829 retrofit_lang_decl (newdecl);
1830 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
1832 else
1834 error ("conflicting declaration of %q+#D with %qL linkage",
1835 newdecl, DECL_LANGUAGE (newdecl));
1836 inform (DECL_SOURCE_LOCATION (olddecl),
1837 "previous declaration with %qL linkage",
1838 DECL_LANGUAGE (olddecl));
1842 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl))
1844 else if (TREE_CODE (olddecl) == FUNCTION_DECL)
1846 /* Note: free functions, as TEMPLATE_DECLs, are handled below. */
1847 if (DECL_FUNCTION_MEMBER_P (olddecl)
1848 && (/* grokfndecl passes member function templates too
1849 as FUNCTION_DECLs. */
1850 DECL_TEMPLATE_INFO (olddecl)
1851 /* C++11 8.3.6/6.
1852 Default arguments for a member function of a class
1853 template shall be specified on the initial declaration
1854 of the member function within the class template. */
1855 || CLASSTYPE_TEMPLATE_INFO (CP_DECL_CONTEXT (olddecl))))
1856 check_redeclaration_no_default_args (newdecl);
1857 else
1859 tree t1 = FUNCTION_FIRST_USER_PARMTYPE (olddecl);
1860 tree t2 = FUNCTION_FIRST_USER_PARMTYPE (newdecl);
1861 int i = 1;
1863 for (; t1 && t1 != void_list_node;
1864 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2), i++)
1865 if (TREE_PURPOSE (t1) && TREE_PURPOSE (t2))
1867 if (simple_cst_equal (TREE_PURPOSE (t1),
1868 TREE_PURPOSE (t2)) == 1)
1870 if (permerror (input_location,
1871 "default argument given for parameter "
1872 "%d of %q#D", i, newdecl))
1873 inform (DECL_SOURCE_LOCATION (olddecl),
1874 "previous specification in %q#D here",
1875 olddecl);
1877 else
1879 error ("default argument given for parameter %d "
1880 "of %q#D", i, newdecl);
1881 inform (DECL_SOURCE_LOCATION (olddecl),
1882 "previous specification in %q#D here",
1883 olddecl);
1890 /* Do not merge an implicit typedef with an explicit one. In:
1892 class A;
1894 typedef class A A __attribute__ ((foo));
1896 the attribute should apply only to the typedef. */
1897 if (TREE_CODE (olddecl) == TYPE_DECL
1898 && (DECL_IMPLICIT_TYPEDEF_P (olddecl)
1899 || DECL_IMPLICIT_TYPEDEF_P (newdecl)))
1900 return NULL_TREE;
1902 /* If new decl is `static' and an `extern' was seen previously,
1903 warn about it. */
1904 warn_extern_redeclared_static (newdecl, olddecl);
1906 if (!validate_constexpr_redeclaration (olddecl, newdecl))
1907 return error_mark_node;
1909 /* We have committed to returning 1 at this point. */
1910 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1912 /* Now that functions must hold information normally held
1913 by field decls, there is extra work to do so that
1914 declaration information does not get destroyed during
1915 definition. */
1916 if (DECL_VINDEX (olddecl))
1917 DECL_VINDEX (newdecl) = DECL_VINDEX (olddecl);
1918 if (DECL_CONTEXT (olddecl))
1919 DECL_CONTEXT (newdecl) = DECL_CONTEXT (olddecl);
1920 DECL_STATIC_CONSTRUCTOR (newdecl) |= DECL_STATIC_CONSTRUCTOR (olddecl);
1921 DECL_STATIC_DESTRUCTOR (newdecl) |= DECL_STATIC_DESTRUCTOR (olddecl);
1922 DECL_PURE_VIRTUAL_P (newdecl) |= DECL_PURE_VIRTUAL_P (olddecl);
1923 DECL_VIRTUAL_P (newdecl) |= DECL_VIRTUAL_P (olddecl);
1924 DECL_INVALID_OVERRIDER_P (newdecl) |= DECL_INVALID_OVERRIDER_P (olddecl);
1925 DECL_FINAL_P (newdecl) |= DECL_FINAL_P (olddecl);
1926 DECL_OVERRIDE_P (newdecl) |= DECL_OVERRIDE_P (olddecl);
1927 DECL_THIS_STATIC (newdecl) |= DECL_THIS_STATIC (olddecl);
1928 if (DECL_OVERLOADED_OPERATOR_P (olddecl))
1929 DECL_OVERLOADED_OPERATOR_CODE_RAW (newdecl)
1930 = DECL_OVERLOADED_OPERATOR_CODE_RAW (olddecl);
1931 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE;
1933 /* Optionally warn about more than one declaration for the same
1934 name, but don't warn about a function declaration followed by a
1935 definition. */
1936 if (warn_redundant_decls && ! DECL_ARTIFICIAL (olddecl)
1937 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE)
1938 /* Don't warn about extern decl followed by definition. */
1939 && !(DECL_EXTERNAL (olddecl) && ! DECL_EXTERNAL (newdecl))
1940 /* Don't warn about friends, let add_friend take care of it. */
1941 && ! (newdecl_is_friend || DECL_FRIEND_P (olddecl))
1942 /* Don't warn about declaration followed by specialization. */
1943 && (! DECL_TEMPLATE_SPECIALIZATION (newdecl)
1944 || DECL_TEMPLATE_SPECIALIZATION (olddecl)))
1946 if (warning_at (DECL_SOURCE_LOCATION (newdecl),
1947 OPT_Wredundant_decls,
1948 "redundant redeclaration of %qD in same scope",
1949 newdecl))
1950 inform (DECL_SOURCE_LOCATION (olddecl),
1951 "previous declaration of %qD", olddecl);
1954 if (!(DECL_TEMPLATE_INSTANTIATION (olddecl)
1955 && DECL_TEMPLATE_SPECIALIZATION (newdecl)))
1957 if (DECL_DELETED_FN (newdecl))
1959 error ("deleted definition of %q+D", newdecl);
1960 inform (DECL_SOURCE_LOCATION (olddecl),
1961 "previous declaration of %qD", olddecl);
1963 DECL_DELETED_FN (newdecl) |= DECL_DELETED_FN (olddecl);
1967 /* Deal with C++: must preserve virtual function table size. */
1968 if (TREE_CODE (olddecl) == TYPE_DECL)
1970 tree newtype = TREE_TYPE (newdecl);
1971 tree oldtype = TREE_TYPE (olddecl);
1973 if (newtype != error_mark_node && oldtype != error_mark_node
1974 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1975 CLASSTYPE_FRIEND_CLASSES (newtype)
1976 = CLASSTYPE_FRIEND_CLASSES (oldtype);
1978 DECL_ORIGINAL_TYPE (newdecl) = DECL_ORIGINAL_TYPE (olddecl);
1981 /* Copy all the DECL_... slots specified in the new decl except for
1982 any that we copy here from the old type. */
1983 if (merge_attr)
1984 DECL_ATTRIBUTES (newdecl)
1985 = (*targetm.merge_decl_attributes) (olddecl, newdecl);
1986 else
1987 DECL_ATTRIBUTES (olddecl) = DECL_ATTRIBUTES (newdecl);
1989 if (DECL_DECLARES_FUNCTION_P (olddecl) && DECL_DECLARES_FUNCTION_P (newdecl))
1991 olddecl_friend = DECL_FRIEND_P (olddecl);
1992 hidden_friend = (DECL_ANTICIPATED (olddecl)
1993 && DECL_HIDDEN_FRIEND_P (olddecl)
1994 && newdecl_is_friend);
1995 if (!hidden_friend)
1997 DECL_ANTICIPATED (olddecl) = 0;
1998 DECL_HIDDEN_FRIEND_P (olddecl) = 0;
2002 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
2004 tree old_result;
2005 tree new_result;
2006 old_result = DECL_TEMPLATE_RESULT (olddecl);
2007 new_result = DECL_TEMPLATE_RESULT (newdecl);
2008 TREE_TYPE (olddecl) = TREE_TYPE (old_result);
2009 DECL_TEMPLATE_SPECIALIZATIONS (olddecl)
2010 = chainon (DECL_TEMPLATE_SPECIALIZATIONS (olddecl),
2011 DECL_TEMPLATE_SPECIALIZATIONS (newdecl));
2013 DECL_ATTRIBUTES (old_result)
2014 = (*targetm.merge_decl_attributes) (old_result, new_result);
2016 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
2018 /* Per C++11 8.3.6/4, default arguments cannot be added in later
2019 declarations of a function template. */
2020 if (DECL_SOURCE_LOCATION (newdecl)
2021 != DECL_SOURCE_LOCATION (olddecl))
2022 check_redeclaration_no_default_args (newdecl);
2024 check_default_args (newdecl);
2026 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result)
2027 && DECL_INITIAL (new_result))
2029 if (DECL_INITIAL (old_result))
2030 DECL_UNINLINABLE (old_result) = 1;
2031 else
2032 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result);
2033 DECL_EXTERNAL (old_result) = DECL_EXTERNAL (new_result);
2034 DECL_NOT_REALLY_EXTERN (old_result)
2035 = DECL_NOT_REALLY_EXTERN (new_result);
2036 DECL_INTERFACE_KNOWN (old_result)
2037 = DECL_INTERFACE_KNOWN (new_result);
2038 DECL_DECLARED_INLINE_P (old_result)
2039 = DECL_DECLARED_INLINE_P (new_result);
2040 DECL_DISREGARD_INLINE_LIMITS (old_result)
2041 |= DECL_DISREGARD_INLINE_LIMITS (new_result);
2044 else
2046 DECL_DECLARED_INLINE_P (old_result)
2047 |= DECL_DECLARED_INLINE_P (new_result);
2048 DECL_DISREGARD_INLINE_LIMITS (old_result)
2049 |= DECL_DISREGARD_INLINE_LIMITS (new_result);
2050 check_redeclaration_exception_specification (newdecl, olddecl);
2054 /* If the new declaration is a definition, update the file and
2055 line information on the declaration, and also make
2056 the old declaration the same definition. */
2057 if (DECL_INITIAL (new_result) != NULL_TREE)
2059 DECL_SOURCE_LOCATION (olddecl)
2060 = DECL_SOURCE_LOCATION (old_result)
2061 = DECL_SOURCE_LOCATION (newdecl);
2062 DECL_INITIAL (old_result) = DECL_INITIAL (new_result);
2063 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
2065 tree parm;
2066 DECL_ARGUMENTS (old_result)
2067 = DECL_ARGUMENTS (new_result);
2068 for (parm = DECL_ARGUMENTS (old_result); parm;
2069 parm = DECL_CHAIN (parm))
2070 DECL_CONTEXT (parm) = old_result;
2074 return olddecl;
2077 if (types_match)
2079 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2080 check_redeclaration_exception_specification (newdecl, olddecl);
2082 /* Automatically handles default parameters. */
2083 tree oldtype = TREE_TYPE (olddecl);
2084 tree newtype;
2086 /* For typedefs use the old type, as the new type's DECL_NAME points
2087 at newdecl, which will be ggc_freed. */
2088 if (TREE_CODE (newdecl) == TYPE_DECL)
2090 /* But NEWTYPE might have an attribute, honor that. */
2091 tree tem = TREE_TYPE (newdecl);
2092 newtype = oldtype;
2094 if (TYPE_USER_ALIGN (tem))
2096 if (TYPE_ALIGN (tem) > TYPE_ALIGN (newtype))
2097 SET_TYPE_ALIGN (newtype, TYPE_ALIGN (tem));
2098 TYPE_USER_ALIGN (newtype) = true;
2101 /* And remove the new type from the variants list. */
2102 if (TYPE_NAME (TREE_TYPE (newdecl)) == newdecl)
2104 tree remove = TREE_TYPE (newdecl);
2105 for (tree t = TYPE_MAIN_VARIANT (remove); ;
2106 t = TYPE_NEXT_VARIANT (t))
2107 if (TYPE_NEXT_VARIANT (t) == remove)
2109 TYPE_NEXT_VARIANT (t) = TYPE_NEXT_VARIANT (remove);
2110 break;
2114 else if (merge_attr)
2115 newtype = merge_types (TREE_TYPE (newdecl), TREE_TYPE (olddecl));
2116 else
2117 newtype = TREE_TYPE (newdecl);
2119 if (VAR_P (newdecl))
2121 DECL_THIS_EXTERN (newdecl) |= DECL_THIS_EXTERN (olddecl);
2122 /* For already initialized vars, TREE_READONLY could have been
2123 cleared in cp_finish_decl, because the var needs runtime
2124 initialization or destruction. Make sure not to set
2125 TREE_READONLY on it again. */
2126 if (DECL_INITIALIZED_P (olddecl)
2127 && !DECL_EXTERNAL (olddecl)
2128 && !TREE_READONLY (olddecl))
2129 TREE_READONLY (newdecl) = 0;
2130 DECL_INITIALIZED_P (newdecl) |= DECL_INITIALIZED_P (olddecl);
2131 DECL_NONTRIVIALLY_INITIALIZED_P (newdecl)
2132 |= DECL_NONTRIVIALLY_INITIALIZED_P (olddecl);
2133 if (DECL_DEPENDENT_INIT_P (olddecl))
2134 SET_DECL_DEPENDENT_INIT_P (newdecl, true);
2135 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (newdecl)
2136 |= DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (olddecl);
2137 if (DECL_CLASS_SCOPE_P (olddecl))
2138 DECL_DECLARED_CONSTEXPR_P (newdecl)
2139 |= DECL_DECLARED_CONSTEXPR_P (olddecl);
2141 /* Merge the threadprivate attribute from OLDDECL into NEWDECL. */
2142 if (DECL_LANG_SPECIFIC (olddecl)
2143 && CP_DECL_THREADPRIVATE_P (olddecl))
2145 /* Allocate a LANG_SPECIFIC structure for NEWDECL, if needed. */
2146 retrofit_lang_decl (newdecl);
2147 CP_DECL_THREADPRIVATE_P (newdecl) = 1;
2151 /* An explicit specialization of a function template or of a member
2152 function of a class template can be declared transaction_safe
2153 independently of whether the corresponding template entity is declared
2154 transaction_safe. */
2155 if (flag_tm && TREE_CODE (newdecl) == FUNCTION_DECL
2156 && DECL_TEMPLATE_INSTANTIATION (olddecl)
2157 && DECL_TEMPLATE_SPECIALIZATION (newdecl)
2158 && tx_safe_fn_type_p (newtype)
2159 && !tx_safe_fn_type_p (TREE_TYPE (newdecl)))
2160 newtype = tx_unsafe_fn_variant (newtype);
2162 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = newtype;
2164 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2165 check_default_args (newdecl);
2167 /* Lay the type out, unless already done. */
2168 if (! same_type_p (newtype, oldtype)
2169 && TREE_TYPE (newdecl) != error_mark_node
2170 && !(processing_template_decl && uses_template_parms (newdecl)))
2171 layout_type (TREE_TYPE (newdecl));
2173 if ((VAR_P (newdecl)
2174 || TREE_CODE (newdecl) == PARM_DECL
2175 || TREE_CODE (newdecl) == RESULT_DECL
2176 || TREE_CODE (newdecl) == FIELD_DECL
2177 || TREE_CODE (newdecl) == TYPE_DECL)
2178 && !(processing_template_decl && uses_template_parms (newdecl)))
2179 layout_decl (newdecl, 0);
2181 /* Merge deprecatedness. */
2182 if (TREE_DEPRECATED (newdecl))
2183 TREE_DEPRECATED (olddecl) = 1;
2185 /* Preserve function specific target and optimization options */
2186 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2188 if (DECL_FUNCTION_SPECIFIC_TARGET (olddecl)
2189 && !DECL_FUNCTION_SPECIFIC_TARGET (newdecl))
2190 DECL_FUNCTION_SPECIFIC_TARGET (newdecl)
2191 = DECL_FUNCTION_SPECIFIC_TARGET (olddecl);
2193 if (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (olddecl)
2194 && !DECL_FUNCTION_SPECIFIC_OPTIMIZATION (newdecl))
2195 DECL_FUNCTION_SPECIFIC_OPTIMIZATION (newdecl)
2196 = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (olddecl);
2198 else
2200 /* Merge the const type qualifier. */
2201 if (TREE_READONLY (newdecl))
2202 TREE_READONLY (olddecl) = 1;
2203 /* Merge the volatile type qualifier. */
2204 if (TREE_THIS_VOLATILE (newdecl))
2205 TREE_THIS_VOLATILE (olddecl) = 1;
2208 /* Merge the initialization information. */
2209 if (DECL_INITIAL (newdecl) == NULL_TREE
2210 && DECL_INITIAL (olddecl) != NULL_TREE)
2212 DECL_INITIAL (newdecl) = DECL_INITIAL (olddecl);
2213 DECL_SOURCE_LOCATION (newdecl) = DECL_SOURCE_LOCATION (olddecl);
2214 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2216 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl);
2217 DECL_STRUCT_FUNCTION (newdecl) = DECL_STRUCT_FUNCTION (olddecl);
2221 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2223 DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (newdecl)
2224 |= DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (olddecl);
2225 DECL_NO_LIMIT_STACK (newdecl) |= DECL_NO_LIMIT_STACK (olddecl);
2226 DECL_IS_OPERATOR_NEW (newdecl) |= DECL_IS_OPERATOR_NEW (olddecl);
2227 DECL_LOOPING_CONST_OR_PURE_P (newdecl)
2228 |= DECL_LOOPING_CONST_OR_PURE_P (olddecl);
2230 if (merge_attr)
2232 TREE_THIS_VOLATILE (newdecl) |= TREE_THIS_VOLATILE (olddecl);
2233 TREE_THIS_VOLATILE (olddecl) |= TREE_THIS_VOLATILE (newdecl);
2234 TREE_NOTHROW (newdecl) |= TREE_NOTHROW (olddecl);
2235 TREE_NOTHROW (olddecl) |= TREE_NOTHROW (newdecl);
2236 TREE_READONLY (newdecl) |= TREE_READONLY (olddecl);
2237 DECL_IS_MALLOC (newdecl) |= DECL_IS_MALLOC (olddecl);
2238 DECL_PURE_P (newdecl) |= DECL_PURE_P (olddecl);
2240 else
2242 /* Merge the noreturn bit. */
2243 TREE_THIS_VOLATILE (olddecl) = TREE_THIS_VOLATILE (newdecl);
2244 TREE_READONLY (olddecl) = TREE_READONLY (newdecl);
2245 TREE_NOTHROW (olddecl) = TREE_NOTHROW (newdecl);
2246 DECL_IS_MALLOC (olddecl) = DECL_IS_MALLOC (newdecl);
2247 DECL_PURE_P (olddecl) = DECL_PURE_P (newdecl);
2249 /* Keep the old RTL. */
2250 COPY_DECL_RTL (olddecl, newdecl);
2252 else if (VAR_P (newdecl)
2253 && (DECL_SIZE (olddecl) || !DECL_SIZE (newdecl)))
2255 /* Keep the old RTL. We cannot keep the old RTL if the old
2256 declaration was for an incomplete object and the new
2257 declaration is not since many attributes of the RTL will
2258 change. */
2259 COPY_DECL_RTL (olddecl, newdecl);
2262 /* If cannot merge, then use the new type and qualifiers,
2263 and don't preserve the old rtl. */
2264 else
2266 /* Clean out any memory we had of the old declaration. */
2267 tree oldstatic = value_member (olddecl, static_aggregates);
2268 if (oldstatic)
2269 TREE_VALUE (oldstatic) = error_mark_node;
2271 TREE_TYPE (olddecl) = TREE_TYPE (newdecl);
2272 TREE_READONLY (olddecl) = TREE_READONLY (newdecl);
2273 TREE_THIS_VOLATILE (olddecl) = TREE_THIS_VOLATILE (newdecl);
2274 TREE_NOTHROW (olddecl) = TREE_NOTHROW (newdecl);
2275 TREE_SIDE_EFFECTS (olddecl) = TREE_SIDE_EFFECTS (newdecl);
2278 /* Merge the storage class information. */
2279 merge_weak (newdecl, olddecl);
2281 DECL_DEFER_OUTPUT (newdecl) |= DECL_DEFER_OUTPUT (olddecl);
2282 TREE_PUBLIC (newdecl) = TREE_PUBLIC (olddecl);
2283 TREE_STATIC (olddecl) = TREE_STATIC (newdecl) |= TREE_STATIC (olddecl);
2284 if (! DECL_EXTERNAL (olddecl))
2285 DECL_EXTERNAL (newdecl) = 0;
2286 if (! DECL_COMDAT (olddecl))
2287 DECL_COMDAT (newdecl) = 0;
2289 new_template_info = NULL_TREE;
2290 if (DECL_LANG_SPECIFIC (newdecl) && DECL_LANG_SPECIFIC (olddecl))
2292 bool new_redefines_gnu_inline = false;
2294 if (new_defines_function
2295 && ((DECL_INTERFACE_KNOWN (olddecl)
2296 && TREE_CODE (olddecl) == FUNCTION_DECL)
2297 || (TREE_CODE (olddecl) == TEMPLATE_DECL
2298 && (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl))
2299 == FUNCTION_DECL))))
2301 tree fn = olddecl;
2303 if (TREE_CODE (fn) == TEMPLATE_DECL)
2304 fn = DECL_TEMPLATE_RESULT (olddecl);
2306 new_redefines_gnu_inline = GNU_INLINE_P (fn) && DECL_INITIAL (fn);
2309 if (!new_redefines_gnu_inline)
2311 DECL_INTERFACE_KNOWN (newdecl) |= DECL_INTERFACE_KNOWN (olddecl);
2312 DECL_NOT_REALLY_EXTERN (newdecl) |= DECL_NOT_REALLY_EXTERN (olddecl);
2313 DECL_COMDAT (newdecl) |= DECL_COMDAT (olddecl);
2315 DECL_TEMPLATE_INSTANTIATED (newdecl)
2316 |= DECL_TEMPLATE_INSTANTIATED (olddecl);
2317 DECL_ODR_USED (newdecl) |= DECL_ODR_USED (olddecl);
2319 /* If the OLDDECL is an instantiation and/or specialization,
2320 then the NEWDECL must be too. But, it may not yet be marked
2321 as such if the caller has created NEWDECL, but has not yet
2322 figured out that it is a redeclaration. */
2323 if (!DECL_USE_TEMPLATE (newdecl))
2324 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl);
2326 /* Don't really know how much of the language-specific
2327 values we should copy from old to new. */
2328 DECL_IN_AGGR_P (newdecl) = DECL_IN_AGGR_P (olddecl);
2329 DECL_REPO_AVAILABLE_P (newdecl) = DECL_REPO_AVAILABLE_P (olddecl);
2330 DECL_INITIALIZED_IN_CLASS_P (newdecl)
2331 |= DECL_INITIALIZED_IN_CLASS_P (olddecl);
2333 if (LANG_DECL_HAS_MIN (newdecl))
2335 DECL_LANG_SPECIFIC (newdecl)->u.min.u2 =
2336 DECL_LANG_SPECIFIC (olddecl)->u.min.u2;
2337 if (DECL_TEMPLATE_INFO (newdecl))
2339 new_template_info = DECL_TEMPLATE_INFO (newdecl);
2340 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
2341 && DECL_TEMPLATE_SPECIALIZATION (newdecl))
2342 /* Remember the presence of explicit specialization args. */
2343 TINFO_USED_TEMPLATE_ID (DECL_TEMPLATE_INFO (olddecl))
2344 = TINFO_USED_TEMPLATE_ID (new_template_info);
2346 DECL_TEMPLATE_INFO (newdecl) = DECL_TEMPLATE_INFO (olddecl);
2348 /* Only functions have these fields. */
2349 if (DECL_DECLARES_FUNCTION_P (newdecl))
2351 DECL_NONCONVERTING_P (newdecl) = DECL_NONCONVERTING_P (olddecl);
2352 DECL_BEFRIENDING_CLASSES (newdecl)
2353 = chainon (DECL_BEFRIENDING_CLASSES (newdecl),
2354 DECL_BEFRIENDING_CLASSES (olddecl));
2355 /* DECL_THUNKS is only valid for virtual functions,
2356 otherwise it is a DECL_FRIEND_CONTEXT. */
2357 if (DECL_VIRTUAL_P (newdecl))
2358 SET_DECL_THUNKS (newdecl, DECL_THUNKS (olddecl));
2360 /* Only variables have this field. */
2361 else if (VAR_P (newdecl)
2362 && VAR_HAD_UNKNOWN_BOUND (olddecl))
2363 SET_VAR_HAD_UNKNOWN_BOUND (newdecl);
2366 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2368 tree parm;
2370 /* Merge parameter attributes. */
2371 tree oldarg, newarg;
2372 for (oldarg = DECL_ARGUMENTS(olddecl),
2373 newarg = DECL_ARGUMENTS(newdecl);
2374 oldarg && newarg;
2375 oldarg = DECL_CHAIN(oldarg), newarg = DECL_CHAIN(newarg)) {
2376 DECL_ATTRIBUTES (newarg)
2377 = (*targetm.merge_decl_attributes) (oldarg, newarg);
2378 DECL_ATTRIBUTES (oldarg) = DECL_ATTRIBUTES (newarg);
2381 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
2382 && !DECL_TEMPLATE_INSTANTIATION (newdecl))
2384 /* If newdecl is not a specialization, then it is not a
2385 template-related function at all. And that means that we
2386 should have exited above, returning 0. */
2387 gcc_assert (DECL_TEMPLATE_SPECIALIZATION (newdecl));
2389 if (DECL_ODR_USED (olddecl))
2390 /* From [temp.expl.spec]:
2392 If a template, a member template or the member of a class
2393 template is explicitly specialized then that
2394 specialization shall be declared before the first use of
2395 that specialization that would cause an implicit
2396 instantiation to take place, in every translation unit in
2397 which such a use occurs. */
2398 error ("explicit specialization of %qD after first use",
2399 olddecl);
2401 SET_DECL_TEMPLATE_SPECIALIZATION (olddecl);
2402 DECL_COMDAT (newdecl) = (TREE_PUBLIC (newdecl)
2403 && DECL_DECLARED_INLINE_P (newdecl));
2405 /* Don't propagate visibility from the template to the
2406 specialization here. We'll do that in determine_visibility if
2407 appropriate. */
2408 DECL_VISIBILITY_SPECIFIED (olddecl) = 0;
2410 /* [temp.expl.spec/14] We don't inline explicit specialization
2411 just because the primary template says so. */
2413 if (merge_attr)
2415 /* But still keep DECL_DISREGARD_INLINE_LIMITS in sync with
2416 the always_inline attribute. */
2417 if (DECL_DISREGARD_INLINE_LIMITS (olddecl)
2418 && !DECL_DISREGARD_INLINE_LIMITS (newdecl))
2420 if (DECL_DECLARED_INLINE_P (newdecl))
2421 DECL_DISREGARD_INLINE_LIMITS (newdecl) = true;
2422 else
2423 DECL_ATTRIBUTES (newdecl)
2424 = remove_attribute ("always_inline",
2425 DECL_ATTRIBUTES (newdecl));
2428 else
2430 DECL_DECLARED_INLINE_P (olddecl)
2431 = DECL_DECLARED_INLINE_P (newdecl);
2433 DECL_DISREGARD_INLINE_LIMITS (olddecl)
2434 = DECL_DISREGARD_INLINE_LIMITS (newdecl);
2436 DECL_UNINLINABLE (olddecl) = DECL_UNINLINABLE (newdecl);
2439 else if (new_defines_function && DECL_INITIAL (olddecl))
2441 /* Never inline re-defined extern inline functions.
2442 FIXME: this could be better handled by keeping both
2443 function as separate declarations. */
2444 DECL_UNINLINABLE (newdecl) = 1;
2446 else
2448 if (DECL_PENDING_INLINE_P (olddecl))
2450 DECL_PENDING_INLINE_P (newdecl) = 1;
2451 DECL_PENDING_INLINE_INFO (newdecl)
2452 = DECL_PENDING_INLINE_INFO (olddecl);
2454 else if (DECL_PENDING_INLINE_P (newdecl))
2456 else if (DECL_SAVED_FUNCTION_DATA (newdecl) == NULL)
2457 DECL_SAVED_FUNCTION_DATA (newdecl)
2458 = DECL_SAVED_FUNCTION_DATA (olddecl);
2460 DECL_DECLARED_INLINE_P (newdecl) |= DECL_DECLARED_INLINE_P (olddecl);
2462 DECL_UNINLINABLE (newdecl) = DECL_UNINLINABLE (olddecl)
2463 = (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl));
2465 DECL_DISREGARD_INLINE_LIMITS (newdecl)
2466 = DECL_DISREGARD_INLINE_LIMITS (olddecl)
2467 = (DECL_DISREGARD_INLINE_LIMITS (newdecl)
2468 || DECL_DISREGARD_INLINE_LIMITS (olddecl));
2471 /* Preserve abstractness on cloned [cd]tors. */
2472 DECL_ABSTRACT_P (newdecl) = DECL_ABSTRACT_P (olddecl);
2474 /* Update newdecl's parms to point at olddecl. */
2475 for (parm = DECL_ARGUMENTS (newdecl); parm;
2476 parm = DECL_CHAIN (parm))
2477 DECL_CONTEXT (parm) = olddecl;
2479 if (! types_match)
2481 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
2482 COPY_DECL_ASSEMBLER_NAME (newdecl, olddecl);
2483 COPY_DECL_RTL (newdecl, olddecl);
2485 if (! types_match || new_defines_function)
2487 /* These need to be copied so that the names are available.
2488 Note that if the types do match, we'll preserve inline
2489 info and other bits, but if not, we won't. */
2490 DECL_ARGUMENTS (olddecl) = DECL_ARGUMENTS (newdecl);
2491 DECL_RESULT (olddecl) = DECL_RESULT (newdecl);
2493 /* If redeclaring a builtin function, it stays built in
2494 if newdecl is a gnu_inline definition, or if newdecl is just
2495 a declaration. */
2496 if (DECL_BUILT_IN (olddecl)
2497 && (new_defines_function ? GNU_INLINE_P (newdecl) : types_match))
2499 DECL_BUILT_IN_CLASS (newdecl) = DECL_BUILT_IN_CLASS (olddecl);
2500 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl);
2501 /* If we're keeping the built-in definition, keep the rtl,
2502 regardless of declaration matches. */
2503 COPY_DECL_RTL (olddecl, newdecl);
2504 if (DECL_BUILT_IN_CLASS (newdecl) == BUILT_IN_NORMAL)
2506 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl);
2507 switch (fncode)
2509 /* If a compatible prototype of these builtin functions
2510 is seen, assume the runtime implements it with the
2511 expected semantics. */
2512 case BUILT_IN_STPCPY:
2513 if (builtin_decl_explicit_p (fncode))
2514 set_builtin_decl_implicit_p (fncode, true);
2515 break;
2516 default:
2517 if (builtin_decl_explicit_p (fncode))
2518 set_builtin_decl_declared_p (fncode, true);
2519 break;
2523 copy_attributes_to_builtin (newdecl);
2525 if (new_defines_function)
2526 /* If defining a function declared with other language
2527 linkage, use the previously declared language linkage. */
2528 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
2529 else if (types_match)
2531 DECL_RESULT (newdecl) = DECL_RESULT (olddecl);
2532 /* Don't clear out the arguments if we're just redeclaring a
2533 function. */
2534 if (DECL_ARGUMENTS (olddecl))
2535 DECL_ARGUMENTS (newdecl) = DECL_ARGUMENTS (olddecl);
2538 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
2539 NAMESPACE_LEVEL (newdecl) = NAMESPACE_LEVEL (olddecl);
2541 /* Now preserve various other info from the definition. */
2542 TREE_ADDRESSABLE (newdecl) = TREE_ADDRESSABLE (olddecl);
2543 TREE_ASM_WRITTEN (newdecl) = TREE_ASM_WRITTEN (olddecl);
2544 DECL_COMMON (newdecl) = DECL_COMMON (olddecl);
2545 COPY_DECL_ASSEMBLER_NAME (olddecl, newdecl);
2547 /* Warn about conflicting visibility specifications. */
2548 if (DECL_VISIBILITY_SPECIFIED (olddecl)
2549 && DECL_VISIBILITY_SPECIFIED (newdecl)
2550 && DECL_VISIBILITY (newdecl) != DECL_VISIBILITY (olddecl))
2552 if (warning_at (DECL_SOURCE_LOCATION (newdecl), OPT_Wattributes,
2553 "%qD: visibility attribute ignored because it "
2554 "conflicts with previous declaration", newdecl))
2555 inform (DECL_SOURCE_LOCATION (olddecl),
2556 "previous declaration of %qD", olddecl);
2558 /* Choose the declaration which specified visibility. */
2559 if (DECL_VISIBILITY_SPECIFIED (olddecl))
2561 DECL_VISIBILITY (newdecl) = DECL_VISIBILITY (olddecl);
2562 DECL_VISIBILITY_SPECIFIED (newdecl) = 1;
2564 /* Init priority used to be merged from newdecl to olddecl by the memcpy,
2565 so keep this behavior. */
2566 if (VAR_P (newdecl) && DECL_HAS_INIT_PRIORITY_P (newdecl))
2568 SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl));
2569 DECL_HAS_INIT_PRIORITY_P (olddecl) = 1;
2571 /* Likewise for DECL_ALIGN, DECL_USER_ALIGN and DECL_PACKED. */
2572 if (DECL_ALIGN (olddecl) > DECL_ALIGN (newdecl))
2574 SET_DECL_ALIGN (newdecl, DECL_ALIGN (olddecl));
2575 DECL_USER_ALIGN (newdecl) |= DECL_USER_ALIGN (olddecl);
2577 DECL_USER_ALIGN (olddecl) = DECL_USER_ALIGN (newdecl);
2578 if (DECL_WARN_IF_NOT_ALIGN (olddecl)
2579 > DECL_WARN_IF_NOT_ALIGN (newdecl))
2580 SET_DECL_WARN_IF_NOT_ALIGN (newdecl,
2581 DECL_WARN_IF_NOT_ALIGN (olddecl));
2582 if (TREE_CODE (newdecl) == FIELD_DECL)
2583 DECL_PACKED (olddecl) = DECL_PACKED (newdecl);
2585 /* The DECL_LANG_SPECIFIC information in OLDDECL will be replaced
2586 with that from NEWDECL below. */
2587 if (DECL_LANG_SPECIFIC (olddecl))
2589 gcc_assert (DECL_LANG_SPECIFIC (olddecl)
2590 != DECL_LANG_SPECIFIC (newdecl));
2591 ggc_free (DECL_LANG_SPECIFIC (olddecl));
2594 /* Merge the USED information. */
2595 if (TREE_USED (olddecl))
2596 TREE_USED (newdecl) = 1;
2597 else if (TREE_USED (newdecl))
2598 TREE_USED (olddecl) = 1;
2599 if (VAR_P (newdecl))
2601 if (DECL_READ_P (olddecl))
2602 DECL_READ_P (newdecl) = 1;
2603 else if (DECL_READ_P (newdecl))
2604 DECL_READ_P (olddecl) = 1;
2606 if (DECL_PRESERVE_P (olddecl))
2607 DECL_PRESERVE_P (newdecl) = 1;
2608 else if (DECL_PRESERVE_P (newdecl))
2609 DECL_PRESERVE_P (olddecl) = 1;
2611 /* Merge the DECL_FUNCTION_VERSIONED information. newdecl will be copied
2612 to olddecl and deleted. */
2613 if (TREE_CODE (newdecl) == FUNCTION_DECL
2614 && DECL_FUNCTION_VERSIONED (olddecl))
2616 /* Set the flag for newdecl so that it gets copied to olddecl. */
2617 DECL_FUNCTION_VERSIONED (newdecl) = 1;
2618 /* newdecl will be purged after copying to olddecl and is no longer
2619 a version. */
2620 cgraph_node::delete_function_version_by_decl (newdecl);
2623 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2625 int function_size;
2626 struct symtab_node *snode = symtab_node::get (olddecl);
2628 function_size = sizeof (struct tree_decl_common);
2630 memcpy ((char *) olddecl + sizeof (struct tree_common),
2631 (char *) newdecl + sizeof (struct tree_common),
2632 function_size - sizeof (struct tree_common));
2634 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2635 (char *) newdecl + sizeof (struct tree_decl_common),
2636 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common));
2638 /* Preserve symtab node mapping. */
2639 olddecl->decl_with_vis.symtab_node = snode;
2641 if (new_template_info)
2642 /* If newdecl is a template instantiation, it is possible that
2643 the following sequence of events has occurred:
2645 o A friend function was declared in a class template. The
2646 class template was instantiated.
2648 o The instantiation of the friend declaration was
2649 recorded on the instantiation list, and is newdecl.
2651 o Later, however, instantiate_class_template called pushdecl
2652 on the newdecl to perform name injection. But, pushdecl in
2653 turn called duplicate_decls when it discovered that another
2654 declaration of a global function with the same name already
2655 existed.
2657 o Here, in duplicate_decls, we decided to clobber newdecl.
2659 If we're going to do that, we'd better make sure that
2660 olddecl, and not newdecl, is on the list of
2661 instantiations so that if we try to do the instantiation
2662 again we won't get the clobbered declaration. */
2663 reregister_specialization (newdecl,
2664 new_template_info,
2665 olddecl);
2667 else
2669 size_t size = tree_code_size (TREE_CODE (newdecl));
2671 memcpy ((char *) olddecl + sizeof (struct tree_common),
2672 (char *) newdecl + sizeof (struct tree_common),
2673 sizeof (struct tree_decl_common) - sizeof (struct tree_common));
2674 switch (TREE_CODE (newdecl))
2676 case LABEL_DECL:
2677 case VAR_DECL:
2678 case RESULT_DECL:
2679 case PARM_DECL:
2680 case FIELD_DECL:
2681 case TYPE_DECL:
2682 case CONST_DECL:
2684 struct symtab_node *snode = NULL;
2686 if (VAR_P (newdecl)
2687 && (TREE_STATIC (olddecl) || TREE_PUBLIC (olddecl)
2688 || DECL_EXTERNAL (olddecl)))
2689 snode = symtab_node::get (olddecl);
2690 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2691 (char *) newdecl + sizeof (struct tree_decl_common),
2692 size - sizeof (struct tree_decl_common)
2693 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
2694 if (VAR_P (newdecl))
2695 olddecl->decl_with_vis.symtab_node = snode;
2697 break;
2698 default:
2699 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2700 (char *) newdecl + sizeof (struct tree_decl_common),
2701 sizeof (struct tree_decl_non_common) - sizeof (struct tree_decl_common)
2702 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
2703 break;
2707 if (VAR_OR_FUNCTION_DECL_P (newdecl))
2709 if (DECL_EXTERNAL (olddecl)
2710 || TREE_PUBLIC (olddecl)
2711 || TREE_STATIC (olddecl))
2713 /* Merge the section attribute.
2714 We want to issue an error if the sections conflict but that must be
2715 done later in decl_attributes since we are called before attributes
2716 are assigned. */
2717 if (DECL_SECTION_NAME (newdecl) != NULL)
2718 set_decl_section_name (olddecl, DECL_SECTION_NAME (newdecl));
2720 if (DECL_ONE_ONLY (newdecl))
2722 struct symtab_node *oldsym, *newsym;
2723 if (TREE_CODE (olddecl) == FUNCTION_DECL)
2724 oldsym = cgraph_node::get_create (olddecl);
2725 else
2726 oldsym = varpool_node::get_create (olddecl);
2727 newsym = symtab_node::get (newdecl);
2728 oldsym->set_comdat_group (newsym->get_comdat_group ());
2732 if (VAR_P (newdecl)
2733 && CP_DECL_THREAD_LOCAL_P (newdecl))
2735 CP_DECL_THREAD_LOCAL_P (olddecl) = true;
2736 if (!processing_template_decl)
2737 set_decl_tls_model (olddecl, DECL_TLS_MODEL (newdecl));
2741 DECL_UID (olddecl) = olddecl_uid;
2742 if (olddecl_friend)
2743 DECL_FRIEND_P (olddecl) = 1;
2744 if (hidden_friend)
2746 DECL_ANTICIPATED (olddecl) = 1;
2747 DECL_HIDDEN_FRIEND_P (olddecl) = 1;
2750 /* NEWDECL contains the merged attribute lists.
2751 Update OLDDECL to be the same. */
2752 DECL_ATTRIBUTES (olddecl) = DECL_ATTRIBUTES (newdecl);
2754 /* If OLDDECL had its DECL_RTL instantiated, re-invoke make_decl_rtl
2755 so that encode_section_info has a chance to look at the new decl
2756 flags and attributes. */
2757 if (DECL_RTL_SET_P (olddecl)
2758 && (TREE_CODE (olddecl) == FUNCTION_DECL
2759 || (VAR_P (olddecl)
2760 && TREE_STATIC (olddecl))))
2761 make_decl_rtl (olddecl);
2763 /* The NEWDECL will no longer be needed. Because every out-of-class
2764 declaration of a member results in a call to duplicate_decls,
2765 freeing these nodes represents in a significant savings.
2767 Before releasing the node, be sore to remove function from symbol
2768 table that might have been inserted there to record comdat group.
2769 Be sure to however do not free DECL_STRUCT_FUNCTION because this
2770 structure is shared in between newdecl and oldecl. */
2771 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2772 DECL_STRUCT_FUNCTION (newdecl) = NULL;
2773 if (VAR_OR_FUNCTION_DECL_P (newdecl))
2775 struct symtab_node *snode = symtab_node::get (newdecl);
2776 if (snode)
2777 snode->remove ();
2780 /* Remove the associated constraints for newdecl, if any, before
2781 reclaiming memory. */
2782 if (flag_concepts)
2783 remove_constraints (newdecl);
2785 ggc_free (newdecl);
2787 return olddecl;
2790 /* Return zero if the declaration NEWDECL is valid
2791 when the declaration OLDDECL (assumed to be for the same name)
2792 has already been seen.
2793 Otherwise return an error message format string with a %s
2794 where the identifier should go. */
2796 static const char *
2797 redeclaration_error_message (tree newdecl, tree olddecl)
2799 if (TREE_CODE (newdecl) == TYPE_DECL)
2801 /* Because C++ can put things into name space for free,
2802 constructs like "typedef struct foo { ... } foo"
2803 would look like an erroneous redeclaration. */
2804 if (same_type_p (TREE_TYPE (newdecl), TREE_TYPE (olddecl)))
2805 return NULL;
2806 else
2807 return G_("redefinition of %q#D");
2809 else if (TREE_CODE (newdecl) == FUNCTION_DECL)
2811 /* If this is a pure function, its olddecl will actually be
2812 the original initialization to `0' (which we force to call
2813 abort()). Don't complain about redefinition in this case. */
2814 if (DECL_LANG_SPECIFIC (olddecl) && DECL_PURE_VIRTUAL_P (olddecl)
2815 && DECL_INITIAL (olddecl) == NULL_TREE)
2816 return NULL;
2818 /* If both functions come from different namespaces, this is not
2819 a redeclaration - this is a conflict with a used function. */
2820 if (DECL_NAMESPACE_SCOPE_P (olddecl)
2821 && DECL_CONTEXT (olddecl) != DECL_CONTEXT (newdecl)
2822 && ! decls_match (olddecl, newdecl))
2823 return G_("%qD conflicts with used function");
2825 /* We'll complain about linkage mismatches in
2826 warn_extern_redeclared_static. */
2828 /* Defining the same name twice is no good. */
2829 if (decl_defined_p (olddecl)
2830 && decl_defined_p (newdecl))
2832 if (DECL_NAME (olddecl) == NULL_TREE)
2833 return G_("%q#D not declared in class");
2834 else if (!GNU_INLINE_P (olddecl)
2835 || GNU_INLINE_P (newdecl))
2836 return G_("redefinition of %q#D");
2839 if (DECL_DECLARED_INLINE_P (olddecl) && DECL_DECLARED_INLINE_P (newdecl))
2841 bool olda = GNU_INLINE_P (olddecl);
2842 bool newa = GNU_INLINE_P (newdecl);
2844 if (olda != newa)
2846 if (newa)
2847 return G_("%q+D redeclared inline with "
2848 "%<gnu_inline%> attribute");
2849 else
2850 return G_("%q+D redeclared inline without "
2851 "%<gnu_inline%> attribute");
2855 check_abi_tag_redeclaration
2856 (olddecl, lookup_attribute ("abi_tag", DECL_ATTRIBUTES (olddecl)),
2857 lookup_attribute ("abi_tag", DECL_ATTRIBUTES (newdecl)));
2859 return NULL;
2861 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
2863 tree nt, ot;
2865 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
2867 if (COMPLETE_TYPE_P (TREE_TYPE (newdecl))
2868 && COMPLETE_TYPE_P (TREE_TYPE (olddecl)))
2869 return G_("redefinition of %q#D");
2870 return NULL;
2873 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != FUNCTION_DECL
2874 || (DECL_TEMPLATE_RESULT (newdecl)
2875 == DECL_TEMPLATE_RESULT (olddecl)))
2876 return NULL;
2878 nt = DECL_TEMPLATE_RESULT (newdecl);
2879 if (DECL_TEMPLATE_INFO (nt))
2880 nt = DECL_TEMPLATE_RESULT (template_for_substitution (nt));
2881 ot = DECL_TEMPLATE_RESULT (olddecl);
2882 if (DECL_TEMPLATE_INFO (ot))
2883 ot = DECL_TEMPLATE_RESULT (template_for_substitution (ot));
2884 if (DECL_INITIAL (nt) && DECL_INITIAL (ot)
2885 && (!GNU_INLINE_P (ot) || GNU_INLINE_P (nt)))
2886 return G_("redefinition of %q#D");
2888 if (DECL_DECLARED_INLINE_P (ot) && DECL_DECLARED_INLINE_P (nt))
2890 bool olda = GNU_INLINE_P (ot);
2891 bool newa = GNU_INLINE_P (nt);
2893 if (olda != newa)
2895 if (newa)
2896 return G_("%q+D redeclared inline with "
2897 "%<gnu_inline%> attribute");
2898 else
2899 return G_("%q+D redeclared inline without "
2900 "%<gnu_inline%> attribute");
2904 /* Core issue #226 (C++0x):
2906 If a friend function template declaration specifies a
2907 default template-argument, that declaration shall be a
2908 definition and shall be the only declaration of the
2909 function template in the translation unit. */
2910 if ((cxx_dialect != cxx98)
2911 && TREE_CODE (ot) == FUNCTION_DECL && DECL_FRIEND_P (ot)
2912 && !check_default_tmpl_args (nt, DECL_TEMPLATE_PARMS (newdecl),
2913 /*is_primary=*/true,
2914 /*is_partial=*/false,
2915 /*is_friend_decl=*/2))
2916 return G_("redeclaration of friend %q#D "
2917 "may not have default template arguments");
2919 return NULL;
2921 else if (VAR_P (newdecl)
2922 && CP_DECL_THREAD_LOCAL_P (newdecl) != CP_DECL_THREAD_LOCAL_P (olddecl)
2923 && (! DECL_LANG_SPECIFIC (olddecl)
2924 || ! CP_DECL_THREADPRIVATE_P (olddecl)
2925 || CP_DECL_THREAD_LOCAL_P (newdecl)))
2927 /* Only variables can be thread-local, and all declarations must
2928 agree on this property. */
2929 if (CP_DECL_THREAD_LOCAL_P (newdecl))
2930 return G_("thread-local declaration of %q#D follows "
2931 "non-thread-local declaration");
2932 else
2933 return G_("non-thread-local declaration of %q#D follows "
2934 "thread-local declaration");
2936 else if (toplevel_bindings_p () || DECL_NAMESPACE_SCOPE_P (newdecl))
2938 /* The objects have been declared at namespace scope. If either
2939 is a member of an anonymous union, then this is an invalid
2940 redeclaration. For example:
2942 int i;
2943 union { int i; };
2945 is invalid. */
2946 if ((VAR_P (newdecl) && DECL_ANON_UNION_VAR_P (newdecl))
2947 || (VAR_P (olddecl) && DECL_ANON_UNION_VAR_P (olddecl)))
2948 return G_("redeclaration of %q#D");
2949 /* If at least one declaration is a reference, there is no
2950 conflict. For example:
2952 int i = 3;
2953 extern int i;
2955 is valid. */
2956 if (DECL_EXTERNAL (newdecl) || DECL_EXTERNAL (olddecl))
2957 return NULL;
2959 /* Static data member declared outside a class definition
2960 if the variable is defined within the class with constexpr
2961 specifier is declaration rather than definition (and
2962 deprecated). */
2963 if (cxx_dialect >= cxx17
2964 && VAR_P (olddecl)
2965 && DECL_CLASS_SCOPE_P (olddecl)
2966 && DECL_DECLARED_CONSTEXPR_P (olddecl)
2967 && !DECL_INITIAL (newdecl))
2969 DECL_EXTERNAL (newdecl) = 1;
2970 /* For now, only warn with explicit -Wdeprecated. */
2971 if (global_options_set.x_warn_deprecated
2972 && warning_at (DECL_SOURCE_LOCATION (newdecl), OPT_Wdeprecated,
2973 "redundant redeclaration of %<constexpr%> static "
2974 "data member %qD", newdecl))
2975 inform (DECL_SOURCE_LOCATION (olddecl),
2976 "previous declaration of %qD", olddecl);
2977 return NULL;
2980 /* Reject two definitions. */
2981 return G_("redefinition of %q#D");
2983 else
2985 /* Objects declared with block scope: */
2986 /* Reject two definitions, and reject a definition
2987 together with an external reference. */
2988 if (!(DECL_EXTERNAL (newdecl) && DECL_EXTERNAL (olddecl)))
2989 return G_("redeclaration of %q#D");
2990 return NULL;
2995 /* Hash and equality functions for the named_label table. */
2997 hashval_t
2998 named_label_hash::hash (const value_type entry)
3000 return IDENTIFIER_HASH_VALUE (entry->name);
3003 bool
3004 named_label_hash::equal (const value_type entry, compare_type name)
3006 return name == entry->name;
3009 /* Look for a label named ID in the current function. If one cannot
3010 be found, create one. Return the named_label_entry, or NULL on
3011 failure. */
3013 static named_label_entry *
3014 lookup_label_1 (tree id, bool making_local_p)
3016 /* You can't use labels at global scope. */
3017 if (current_function_decl == NULL_TREE)
3019 error ("label %qE referenced outside of any function", id);
3020 return NULL;
3023 if (!named_labels)
3024 named_labels = hash_table<named_label_hash>::create_ggc (13);
3026 hashval_t hash = IDENTIFIER_HASH_VALUE (id);
3027 named_label_entry **slot
3028 = named_labels->find_slot_with_hash (id, hash, INSERT);
3029 named_label_entry *old = *slot;
3031 if (old && old->label_decl)
3033 if (!making_local_p)
3034 return old;
3036 if (old->binding_level == current_binding_level)
3038 error ("local label %qE conflicts with existing label", id);
3039 inform (DECL_SOURCE_LOCATION (old->label_decl), "previous label");
3040 return NULL;
3044 /* We are making a new decl, create or reuse the named_label_entry */
3045 named_label_entry *ent = NULL;
3046 if (old && !old->label_decl)
3047 ent = old;
3048 else
3050 ent = ggc_cleared_alloc<named_label_entry> ();
3051 ent->name = id;
3052 ent->outer = old;
3053 *slot = ent;
3056 /* Now create the LABEL_DECL. */
3057 tree decl = build_decl (input_location, LABEL_DECL, id, void_type_node);
3059 DECL_CONTEXT (decl) = current_function_decl;
3060 SET_DECL_MODE (decl, VOIDmode);
3061 if (making_local_p)
3063 C_DECLARED_LABEL_FLAG (decl) = true;
3064 DECL_CHAIN (decl) = current_binding_level->names;
3065 current_binding_level->names = decl;
3068 ent->label_decl = decl;
3070 return ent;
3073 /* Wrapper for lookup_label_1. */
3075 tree
3076 lookup_label (tree id)
3078 bool subtime = timevar_cond_start (TV_NAME_LOOKUP);
3079 named_label_entry *ent = lookup_label_1 (id, false);
3080 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
3081 return ent ? ent->label_decl : NULL_TREE;
3084 tree
3085 declare_local_label (tree id)
3087 bool subtime = timevar_cond_start (TV_NAME_LOOKUP);
3088 named_label_entry *ent = lookup_label_1 (id, true);
3089 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
3090 return ent ? ent->label_decl : NULL_TREE;
3093 /* Returns nonzero if it is ill-formed to jump past the declaration of
3094 DECL. Returns 2 if it's also a real problem. */
3096 static int
3097 decl_jump_unsafe (tree decl)
3099 /* [stmt.dcl]/3: A program that jumps from a point where a local variable
3100 with automatic storage duration is not in scope to a point where it is
3101 in scope is ill-formed unless the variable has scalar type, class type
3102 with a trivial default constructor and a trivial destructor, a
3103 cv-qualified version of one of these types, or an array of one of the
3104 preceding types and is declared without an initializer (8.5). */
3105 tree type = TREE_TYPE (decl);
3107 if (!VAR_P (decl) || TREE_STATIC (decl)
3108 || type == error_mark_node)
3109 return 0;
3111 if (DECL_NONTRIVIALLY_INITIALIZED_P (decl)
3112 || variably_modified_type_p (type, NULL_TREE))
3113 return 2;
3115 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
3116 return 1;
3118 return 0;
3121 /* A subroutine of check_previous_goto_1 and check_goto to identify a branch
3122 to the user. */
3124 static bool
3125 identify_goto (tree decl, location_t loc, const location_t *locus,
3126 diagnostic_t diag_kind)
3128 bool complained
3129 = emit_diagnostic (diag_kind, loc, 0,
3130 decl ? N_("jump to label %qD")
3131 : N_("jump to case label"), decl);
3132 if (complained && locus)
3133 inform (*locus, " from here");
3134 return complained;
3137 /* Check that a single previously seen jump to a newly defined label
3138 is OK. DECL is the LABEL_DECL or 0; LEVEL is the binding_level for
3139 the jump context; NAMES are the names in scope in LEVEL at the jump
3140 context; LOCUS is the source position of the jump or 0. Returns
3141 true if all is well. */
3143 static bool
3144 check_previous_goto_1 (tree decl, cp_binding_level* level, tree names,
3145 bool exited_omp, const location_t *locus)
3147 cp_binding_level *b;
3148 bool complained = false;
3149 int identified = 0;
3150 bool saw_eh = false, saw_omp = false, saw_tm = false, saw_cxif = false;
3152 if (exited_omp)
3154 complained = identify_goto (decl, input_location, locus, DK_ERROR);
3155 if (complained)
3156 inform (input_location, " exits OpenMP structured block");
3157 saw_omp = true;
3158 identified = 2;
3161 for (b = current_binding_level; b ; b = b->level_chain)
3163 tree new_decls, old_decls = (b == level ? names : NULL_TREE);
3165 for (new_decls = b->names; new_decls != old_decls;
3166 new_decls = (DECL_P (new_decls) ? DECL_CHAIN (new_decls)
3167 : TREE_CHAIN (new_decls)))
3169 int problem = decl_jump_unsafe (new_decls);
3170 if (! problem)
3171 continue;
3173 if (!identified)
3175 complained = identify_goto (decl, input_location, locus,
3176 DK_PERMERROR);
3177 identified = 1;
3179 if (complained)
3181 if (problem > 1)
3182 inform (DECL_SOURCE_LOCATION (new_decls),
3183 " crosses initialization of %q#D", new_decls);
3184 else
3185 inform (DECL_SOURCE_LOCATION (new_decls),
3186 " enters scope of %q#D, which has "
3187 "non-trivial destructor", new_decls);
3191 if (b == level)
3192 break;
3194 const char *inf = NULL;
3195 location_t loc = input_location;
3196 switch (b->kind)
3198 case sk_try:
3199 if (!saw_eh)
3200 inf = N_("enters try block");
3201 saw_eh = true;
3202 break;
3204 case sk_catch:
3205 if (!saw_eh)
3206 inf = N_("enters catch block");
3207 saw_eh = true;
3208 break;
3210 case sk_omp:
3211 if (!saw_omp)
3212 inf = N_("enters OpenMP structured block");
3213 saw_omp = true;
3214 break;
3216 case sk_transaction:
3217 if (!saw_tm)
3218 inf = N_("enters synchronized or atomic statement");
3219 saw_tm = true;
3220 break;
3222 case sk_block:
3223 if (!saw_cxif && level_for_constexpr_if (b->level_chain))
3225 inf = N_("enters constexpr if statement");
3226 loc = EXPR_LOCATION (b->level_chain->this_entity);
3227 saw_cxif = true;
3229 break;
3231 default:
3232 break;
3235 if (inf)
3237 if (identified < 2)
3238 complained = identify_goto (decl, input_location, locus, DK_ERROR);
3239 identified = 2;
3240 if (complained)
3241 inform (loc, " %s", inf);
3245 return !identified;
3248 static void
3249 check_previous_goto (tree decl, struct named_label_use_entry *use)
3251 check_previous_goto_1 (decl, use->binding_level,
3252 use->names_in_scope, use->in_omp_scope,
3253 &use->o_goto_locus);
3256 static bool
3257 check_switch_goto (cp_binding_level* level)
3259 return check_previous_goto_1 (NULL_TREE, level, level->names, false, NULL);
3262 /* Check that a new jump to a label DECL is OK. Called by
3263 finish_goto_stmt. */
3265 void
3266 check_goto (tree decl)
3268 /* We can't know where a computed goto is jumping.
3269 So we assume that it's OK. */
3270 if (TREE_CODE (decl) != LABEL_DECL)
3271 return;
3273 /* We didn't record any information about this label when we created it,
3274 and there's not much point since it's trivial to analyze as a return. */
3275 if (decl == cdtor_label)
3276 return;
3278 hashval_t hash = IDENTIFIER_HASH_VALUE (DECL_NAME (decl));
3279 named_label_entry **slot
3280 = named_labels->find_slot_with_hash (DECL_NAME (decl), hash, NO_INSERT);
3281 named_label_entry *ent = *slot;
3283 /* If the label hasn't been defined yet, defer checking. */
3284 if (! DECL_INITIAL (decl))
3286 /* Don't bother creating another use if the last goto had the
3287 same data, and will therefore create the same set of errors. */
3288 if (ent->uses
3289 && ent->uses->names_in_scope == current_binding_level->names)
3290 return;
3292 named_label_use_entry *new_use
3293 = ggc_alloc<named_label_use_entry> ();
3294 new_use->binding_level = current_binding_level;
3295 new_use->names_in_scope = current_binding_level->names;
3296 new_use->o_goto_locus = input_location;
3297 new_use->in_omp_scope = false;
3299 new_use->next = ent->uses;
3300 ent->uses = new_use;
3301 return;
3304 bool saw_catch = false, complained = false;
3305 int identified = 0;
3306 tree bad;
3307 unsigned ix;
3309 if (ent->in_try_scope || ent->in_catch_scope || ent->in_transaction_scope
3310 || ent->in_constexpr_if
3311 || ent->in_omp_scope || !vec_safe_is_empty (ent->bad_decls))
3313 diagnostic_t diag_kind = DK_PERMERROR;
3314 if (ent->in_try_scope || ent->in_catch_scope || ent->in_constexpr_if
3315 || ent->in_transaction_scope || ent->in_omp_scope)
3316 diag_kind = DK_ERROR;
3317 complained = identify_goto (decl, DECL_SOURCE_LOCATION (decl),
3318 &input_location, diag_kind);
3319 identified = 1 + (diag_kind == DK_ERROR);
3322 FOR_EACH_VEC_SAFE_ELT (ent->bad_decls, ix, bad)
3324 int u = decl_jump_unsafe (bad);
3326 if (u > 1 && DECL_ARTIFICIAL (bad))
3328 /* Can't skip init of __exception_info. */
3329 if (identified == 1)
3331 complained = identify_goto (decl, DECL_SOURCE_LOCATION (decl),
3332 &input_location, DK_ERROR);
3333 identified = 2;
3335 if (complained)
3336 inform (DECL_SOURCE_LOCATION (bad), " enters catch block");
3337 saw_catch = true;
3339 else if (complained)
3341 if (u > 1)
3342 inform (DECL_SOURCE_LOCATION (bad),
3343 " skips initialization of %q#D", bad);
3344 else
3345 inform (DECL_SOURCE_LOCATION (bad),
3346 " enters scope of %q#D which has "
3347 "non-trivial destructor", bad);
3351 if (complained)
3353 if (ent->in_try_scope)
3354 inform (input_location, " enters try block");
3355 else if (ent->in_catch_scope && !saw_catch)
3356 inform (input_location, " enters catch block");
3357 else if (ent->in_transaction_scope)
3358 inform (input_location, " enters synchronized or atomic statement");
3359 else if (ent->in_constexpr_if)
3360 inform (input_location, " enters %<constexpr%> if statement");
3363 if (ent->in_omp_scope)
3365 if (complained)
3366 inform (input_location, " enters OpenMP structured block");
3368 else if (flag_openmp)
3369 for (cp_binding_level *b = current_binding_level; b ; b = b->level_chain)
3371 if (b == ent->binding_level)
3372 break;
3373 if (b->kind == sk_omp)
3375 if (identified < 2)
3377 complained = identify_goto (decl,
3378 DECL_SOURCE_LOCATION (decl),
3379 &input_location, DK_ERROR);
3380 identified = 2;
3382 if (complained)
3383 inform (input_location, " exits OpenMP structured block");
3384 break;
3389 /* Check that a return is ok wrt OpenMP structured blocks.
3390 Called by finish_return_stmt. Returns true if all is well. */
3392 bool
3393 check_omp_return (void)
3395 for (cp_binding_level *b = current_binding_level; b ; b = b->level_chain)
3396 if (b->kind == sk_omp)
3398 error ("invalid exit from OpenMP structured block");
3399 return false;
3401 else if (b->kind == sk_function_parms)
3402 break;
3403 return true;
3406 /* Define a label, specifying the location in the source file.
3407 Return the LABEL_DECL node for the label. */
3409 static tree
3410 define_label_1 (location_t location, tree name)
3412 /* After labels, make any new cleanups in the function go into their
3413 own new (temporary) binding contour. */
3414 for (cp_binding_level *p = current_binding_level;
3415 p->kind != sk_function_parms;
3416 p = p->level_chain)
3417 p->more_cleanups_ok = 0;
3419 named_label_entry *ent = lookup_label_1 (name, false);
3420 tree decl = ent->label_decl;
3422 if (DECL_INITIAL (decl) != NULL_TREE)
3424 error ("duplicate label %qD", decl);
3425 return error_mark_node;
3427 else
3429 /* Mark label as having been defined. */
3430 DECL_INITIAL (decl) = error_mark_node;
3431 /* Say where in the source. */
3432 DECL_SOURCE_LOCATION (decl) = location;
3434 ent->binding_level = current_binding_level;
3435 ent->names_in_scope = current_binding_level->names;
3437 for (named_label_use_entry *use = ent->uses; use; use = use->next)
3438 check_previous_goto (decl, use);
3439 ent->uses = NULL;
3442 return decl;
3445 /* Wrapper for define_label_1. */
3447 tree
3448 define_label (location_t location, tree name)
3450 bool running = timevar_cond_start (TV_NAME_LOOKUP);
3451 tree ret = define_label_1 (location, name);
3452 timevar_cond_stop (TV_NAME_LOOKUP, running);
3453 return ret;
3457 struct cp_switch
3459 cp_binding_level *level;
3460 struct cp_switch *next;
3461 /* The SWITCH_STMT being built. */
3462 tree switch_stmt;
3463 /* A splay-tree mapping the low element of a case range to the high
3464 element, or NULL_TREE if there is no high element. Used to
3465 determine whether or not a new case label duplicates an old case
3466 label. We need a tree, rather than simply a hash table, because
3467 of the GNU case range extension. */
3468 splay_tree cases;
3469 /* Remember whether there was a case value that is outside the
3470 range of the original type of the controlling expression. */
3471 bool outside_range_p;
3472 /* Remember whether a default: case label has been seen. */
3473 bool has_default_p;
3474 /* Remember whether a BREAK_STMT has been seen in this SWITCH_STMT. */
3475 bool break_stmt_seen_p;
3476 /* Set if inside of {FOR,DO,WHILE}_BODY nested inside of a switch,
3477 where BREAK_STMT doesn't belong to the SWITCH_STMT. */
3478 bool in_loop_body_p;
3481 /* A stack of the currently active switch statements. The innermost
3482 switch statement is on the top of the stack. There is no need to
3483 mark the stack for garbage collection because it is only active
3484 during the processing of the body of a function, and we never
3485 collect at that point. */
3487 static struct cp_switch *switch_stack;
3489 /* Called right after a switch-statement condition is parsed.
3490 SWITCH_STMT is the switch statement being parsed. */
3492 void
3493 push_switch (tree switch_stmt)
3495 struct cp_switch *p = XNEW (struct cp_switch);
3496 p->level = current_binding_level;
3497 p->next = switch_stack;
3498 p->switch_stmt = switch_stmt;
3499 p->cases = splay_tree_new (case_compare, NULL, NULL);
3500 p->outside_range_p = false;
3501 p->has_default_p = false;
3502 p->break_stmt_seen_p = false;
3503 p->in_loop_body_p = false;
3504 switch_stack = p;
3507 void
3508 pop_switch (void)
3510 struct cp_switch *cs = switch_stack;
3511 location_t switch_location;
3513 /* Emit warnings as needed. */
3514 switch_location = EXPR_LOC_OR_LOC (cs->switch_stmt, input_location);
3515 const bool bool_cond_p
3516 = (SWITCH_STMT_TYPE (cs->switch_stmt)
3517 && TREE_CODE (SWITCH_STMT_TYPE (cs->switch_stmt)) == BOOLEAN_TYPE);
3518 if (!processing_template_decl)
3519 c_do_switch_warnings (cs->cases, switch_location,
3520 SWITCH_STMT_TYPE (cs->switch_stmt),
3521 SWITCH_STMT_COND (cs->switch_stmt),
3522 bool_cond_p, cs->outside_range_p);
3524 /* For the benefit of block_may_fallthru remember if the switch body
3525 case labels cover all possible values and if there are break; stmts. */
3526 if (cs->has_default_p
3527 || (!processing_template_decl
3528 && c_switch_covers_all_cases_p (cs->cases,
3529 SWITCH_STMT_TYPE (cs->switch_stmt))))
3530 SWITCH_STMT_ALL_CASES_P (cs->switch_stmt) = 1;
3531 if (!cs->break_stmt_seen_p)
3532 SWITCH_STMT_NO_BREAK_P (cs->switch_stmt) = 1;
3533 gcc_assert (!cs->in_loop_body_p);
3534 splay_tree_delete (cs->cases);
3535 switch_stack = switch_stack->next;
3536 free (cs);
3539 /* Note that a BREAK_STMT is about to be added. If it is inside of
3540 a SWITCH_STMT and not inside of a loop body inside of it, note
3541 in switch_stack we've seen a BREAK_STMT. */
3543 void
3544 note_break_stmt (void)
3546 if (switch_stack && !switch_stack->in_loop_body_p)
3547 switch_stack->break_stmt_seen_p = true;
3550 /* Note the start of processing of an iteration statement's body.
3551 The note_break_stmt function will do nothing while processing it.
3552 Return a flag that should be passed to note_iteration_stmt_body_end. */
3554 bool
3555 note_iteration_stmt_body_start (void)
3557 if (!switch_stack)
3558 return false;
3559 bool ret = switch_stack->in_loop_body_p;
3560 switch_stack->in_loop_body_p = true;
3561 return ret;
3564 /* Note the end of processing of an iteration statement's body. */
3566 void
3567 note_iteration_stmt_body_end (bool prev)
3569 if (switch_stack)
3570 switch_stack->in_loop_body_p = prev;
3573 /* Convert a case constant VALUE in a switch to the type TYPE of the switch
3574 condition. Note that if TYPE and VALUE are already integral we don't
3575 really do the conversion because the language-independent
3576 warning/optimization code will work better that way. */
3578 static tree
3579 case_conversion (tree type, tree value)
3581 if (value == NULL_TREE)
3582 return value;
3584 value = mark_rvalue_use (value);
3586 if (cxx_dialect >= cxx11
3587 && (SCOPED_ENUM_P (type)
3588 || !INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (TREE_TYPE (value))))
3590 if (INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
3591 type = type_promotes_to (type);
3592 value = (perform_implicit_conversion_flags
3593 (type, value, tf_warning_or_error,
3594 LOOKUP_IMPLICIT | LOOKUP_NO_NON_INTEGRAL));
3596 return cxx_constant_value (value);
3599 /* Note that we've seen a definition of a case label, and complain if this
3600 is a bad place for one. */
3602 tree
3603 finish_case_label (location_t loc, tree low_value, tree high_value)
3605 tree cond, r;
3606 cp_binding_level *p;
3607 tree type;
3609 if (low_value == NULL_TREE && high_value == NULL_TREE)
3610 switch_stack->has_default_p = true;
3612 if (processing_template_decl)
3614 tree label;
3616 /* For templates, just add the case label; we'll do semantic
3617 analysis at instantiation-time. */
3618 label = build_decl (loc, LABEL_DECL, NULL_TREE, NULL_TREE);
3619 return add_stmt (build_case_label (low_value, high_value, label));
3622 /* Find the condition on which this switch statement depends. */
3623 cond = SWITCH_STMT_COND (switch_stack->switch_stmt);
3624 if (cond && TREE_CODE (cond) == TREE_LIST)
3625 cond = TREE_VALUE (cond);
3627 if (!check_switch_goto (switch_stack->level))
3628 return error_mark_node;
3630 type = SWITCH_STMT_TYPE (switch_stack->switch_stmt);
3632 low_value = case_conversion (type, low_value);
3633 high_value = case_conversion (type, high_value);
3635 r = c_add_case_label (loc, switch_stack->cases, cond, type,
3636 low_value, high_value,
3637 &switch_stack->outside_range_p);
3639 /* After labels, make any new cleanups in the function go into their
3640 own new (temporary) binding contour. */
3641 for (p = current_binding_level;
3642 p->kind != sk_function_parms;
3643 p = p->level_chain)
3644 p->more_cleanups_ok = 0;
3646 return r;
3649 struct typename_info {
3650 tree scope;
3651 tree name;
3652 tree template_id;
3653 bool enum_p;
3654 bool class_p;
3657 struct typename_hasher : ggc_ptr_hash<tree_node>
3659 typedef typename_info *compare_type;
3661 /* Hash a TYPENAME_TYPE. */
3663 static hashval_t
3664 hash (tree t)
3666 hashval_t hash;
3668 hash = (htab_hash_pointer (TYPE_CONTEXT (t))
3669 ^ htab_hash_pointer (TYPE_IDENTIFIER (t)));
3671 return hash;
3674 /* Compare two TYPENAME_TYPEs. */
3676 static bool
3677 equal (tree t1, const typename_info *t2)
3679 return (TYPE_IDENTIFIER (t1) == t2->name
3680 && TYPE_CONTEXT (t1) == t2->scope
3681 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id
3682 && TYPENAME_IS_ENUM_P (t1) == t2->enum_p
3683 && TYPENAME_IS_CLASS_P (t1) == t2->class_p);
3687 /* Build a TYPENAME_TYPE. If the type is `typename T::t', CONTEXT is
3688 the type of `T', NAME is the IDENTIFIER_NODE for `t'.
3690 Returns the new TYPENAME_TYPE. */
3692 static GTY (()) hash_table<typename_hasher> *typename_htab;
3694 tree
3695 build_typename_type (tree context, tree name, tree fullname,
3696 enum tag_types tag_type)
3698 tree t;
3699 tree d;
3700 typename_info ti;
3701 tree *e;
3702 hashval_t hash;
3704 if (typename_htab == NULL)
3705 typename_htab = hash_table<typename_hasher>::create_ggc (61);
3707 ti.scope = FROB_CONTEXT (context);
3708 ti.name = name;
3709 ti.template_id = fullname;
3710 ti.enum_p = tag_type == enum_type;
3711 ti.class_p = (tag_type == class_type
3712 || tag_type == record_type
3713 || tag_type == union_type);
3714 hash = (htab_hash_pointer (ti.scope)
3715 ^ htab_hash_pointer (ti.name));
3717 /* See if we already have this type. */
3718 e = typename_htab->find_slot_with_hash (&ti, hash, INSERT);
3719 if (*e)
3720 t = *e;
3721 else
3723 /* Build the TYPENAME_TYPE. */
3724 t = cxx_make_type (TYPENAME_TYPE);
3725 TYPE_CONTEXT (t) = ti.scope;
3726 TYPENAME_TYPE_FULLNAME (t) = ti.template_id;
3727 TYPENAME_IS_ENUM_P (t) = ti.enum_p;
3728 TYPENAME_IS_CLASS_P (t) = ti.class_p;
3730 /* Build the corresponding TYPE_DECL. */
3731 d = build_decl (input_location, TYPE_DECL, name, t);
3732 TYPE_NAME (TREE_TYPE (d)) = d;
3733 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
3734 DECL_CONTEXT (d) = FROB_CONTEXT (context);
3735 DECL_ARTIFICIAL (d) = 1;
3737 /* Store it in the hash table. */
3738 *e = t;
3740 /* TYPENAME_TYPEs must always be compared structurally, because
3741 they may or may not resolve down to another type depending on
3742 the currently open classes. */
3743 SET_TYPE_STRUCTURAL_EQUALITY (t);
3746 return t;
3749 /* Resolve `typename CONTEXT::NAME'. TAG_TYPE indicates the tag
3750 provided to name the type. Returns an appropriate type, unless an
3751 error occurs, in which case error_mark_node is returned. If we
3752 locate a non-artificial TYPE_DECL and TF_KEEP_TYPE_DECL is set, we
3753 return that, rather than the _TYPE it corresponds to, in other
3754 cases we look through the type decl. If TF_ERROR is set, complain
3755 about errors, otherwise be quiet. */
3757 tree
3758 make_typename_type (tree context, tree name, enum tag_types tag_type,
3759 tsubst_flags_t complain)
3761 tree fullname;
3762 tree t;
3763 bool want_template;
3765 if (name == error_mark_node
3766 || context == NULL_TREE
3767 || context == error_mark_node)
3768 return error_mark_node;
3770 if (TYPE_P (name))
3772 if (!(TYPE_LANG_SPECIFIC (name)
3773 && (CLASSTYPE_IS_TEMPLATE (name)
3774 || CLASSTYPE_USE_TEMPLATE (name))))
3775 name = TYPE_IDENTIFIER (name);
3776 else
3777 /* Create a TEMPLATE_ID_EXPR for the type. */
3778 name = build_nt (TEMPLATE_ID_EXPR,
3779 CLASSTYPE_TI_TEMPLATE (name),
3780 CLASSTYPE_TI_ARGS (name));
3782 else if (TREE_CODE (name) == TYPE_DECL)
3783 name = DECL_NAME (name);
3785 fullname = name;
3787 if (TREE_CODE (name) == TEMPLATE_ID_EXPR)
3789 name = TREE_OPERAND (name, 0);
3790 if (DECL_TYPE_TEMPLATE_P (name))
3791 name = TREE_OPERAND (fullname, 0) = DECL_NAME (name);
3792 if (TREE_CODE (name) != IDENTIFIER_NODE)
3794 if (complain & tf_error)
3795 error ("%qD is not a type", name);
3796 return error_mark_node;
3799 if (TREE_CODE (name) == TEMPLATE_DECL)
3801 if (complain & tf_error)
3802 error ("%qD used without template parameters", name);
3803 return error_mark_node;
3805 gcc_assert (identifier_p (name));
3806 gcc_assert (TYPE_P (context));
3808 if (!MAYBE_CLASS_TYPE_P (context))
3810 if (complain & tf_error)
3811 error ("%q#T is not a class", context);
3812 return error_mark_node;
3815 /* When the CONTEXT is a dependent type, NAME could refer to a
3816 dependent base class of CONTEXT. But look inside it anyway
3817 if CONTEXT is a currently open scope, in case it refers to a
3818 member of the current instantiation or a non-dependent base;
3819 lookup will stop when we hit a dependent base. */
3820 if (!dependent_scope_p (context))
3821 /* We should only set WANT_TYPE when we're a nested typename type.
3822 Then we can give better diagnostics if we find a non-type. */
3823 t = lookup_field (context, name, 2, /*want_type=*/true);
3824 else
3825 t = NULL_TREE;
3827 if ((!t || TREE_CODE (t) == TREE_LIST) && dependent_type_p (context))
3828 return build_typename_type (context, name, fullname, tag_type);
3830 want_template = TREE_CODE (fullname) == TEMPLATE_ID_EXPR;
3832 if (!t)
3834 if (complain & tf_error)
3836 if (!COMPLETE_TYPE_P (context))
3837 cxx_incomplete_type_error (NULL_TREE, context);
3838 else
3839 error (want_template ? G_("no class template named %q#T in %q#T")
3840 : G_("no type named %q#T in %q#T"), name, context);
3842 return error_mark_node;
3845 /* Pull out the template from an injected-class-name (or multiple). */
3846 if (want_template)
3847 t = maybe_get_template_decl_from_type_decl (t);
3849 if (TREE_CODE (t) == TREE_LIST)
3851 if (complain & tf_error)
3853 error ("lookup of %qT in %qT is ambiguous", name, context);
3854 print_candidates (t);
3856 return error_mark_node;
3859 if (want_template && !DECL_TYPE_TEMPLATE_P (t))
3861 if (complain & tf_error)
3862 error ("%<typename %T::%D%> names %q#T, which is not a class template",
3863 context, name, t);
3864 return error_mark_node;
3866 if (!want_template && TREE_CODE (t) != TYPE_DECL)
3868 if (complain & tf_error)
3869 error ("%<typename %T::%D%> names %q#T, which is not a type",
3870 context, name, t);
3871 return error_mark_node;
3874 if (!perform_or_defer_access_check (TYPE_BINFO (context), t, t, complain))
3875 return error_mark_node;
3877 /* If we are currently parsing a template and if T is a typedef accessed
3878 through CONTEXT then we need to remember and check access of T at
3879 template instantiation time. */
3880 add_typedef_to_current_template_for_access_check (t, context, input_location);
3882 if (want_template)
3883 return lookup_template_class (t, TREE_OPERAND (fullname, 1),
3884 NULL_TREE, context,
3885 /*entering_scope=*/0,
3886 complain | tf_user);
3888 if (DECL_ARTIFICIAL (t) || !(complain & tf_keep_type_decl))
3889 t = TREE_TYPE (t);
3891 maybe_record_typedef_use (t);
3893 return t;
3896 /* Resolve `CONTEXT::template NAME'. Returns a TEMPLATE_DECL if the name
3897 can be resolved or an UNBOUND_CLASS_TEMPLATE, unless an error occurs,
3898 in which case error_mark_node is returned.
3900 If PARM_LIST is non-NULL, also make sure that the template parameter
3901 list of TEMPLATE_DECL matches.
3903 If COMPLAIN zero, don't complain about any errors that occur. */
3905 tree
3906 make_unbound_class_template (tree context, tree name, tree parm_list,
3907 tsubst_flags_t complain)
3909 tree t;
3910 tree d;
3912 if (TYPE_P (name))
3913 name = TYPE_IDENTIFIER (name);
3914 else if (DECL_P (name))
3915 name = DECL_NAME (name);
3916 gcc_assert (identifier_p (name));
3918 if (!dependent_type_p (context)
3919 || currently_open_class (context))
3921 tree tmpl = NULL_TREE;
3923 if (MAYBE_CLASS_TYPE_P (context))
3924 tmpl = lookup_field (context, name, 0, false);
3926 if (tmpl && TREE_CODE (tmpl) == TYPE_DECL)
3927 tmpl = maybe_get_template_decl_from_type_decl (tmpl);
3929 if (!tmpl || !DECL_TYPE_TEMPLATE_P (tmpl))
3931 if (complain & tf_error)
3932 error ("no class template named %q#T in %q#T", name, context);
3933 return error_mark_node;
3936 if (parm_list
3937 && !comp_template_parms (DECL_TEMPLATE_PARMS (tmpl), parm_list))
3939 if (complain & tf_error)
3941 error ("template parameters do not match template %qD", tmpl);
3942 inform (DECL_SOURCE_LOCATION (tmpl),
3943 "%qD declared here", tmpl);
3945 return error_mark_node;
3948 if (!perform_or_defer_access_check (TYPE_BINFO (context), tmpl, tmpl,
3949 complain))
3950 return error_mark_node;
3952 return tmpl;
3955 /* Build the UNBOUND_CLASS_TEMPLATE. */
3956 t = cxx_make_type (UNBOUND_CLASS_TEMPLATE);
3957 TYPE_CONTEXT (t) = FROB_CONTEXT (context);
3958 TREE_TYPE (t) = NULL_TREE;
3959 SET_TYPE_STRUCTURAL_EQUALITY (t);
3961 /* Build the corresponding TEMPLATE_DECL. */
3962 d = build_decl (input_location, TEMPLATE_DECL, name, t);
3963 TYPE_NAME (TREE_TYPE (d)) = d;
3964 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
3965 DECL_CONTEXT (d) = FROB_CONTEXT (context);
3966 DECL_ARTIFICIAL (d) = 1;
3967 DECL_TEMPLATE_PARMS (d) = parm_list;
3969 return t;
3974 /* Push the declarations of builtin types into the global namespace.
3975 RID_INDEX is the index of the builtin type in the array
3976 RID_POINTERS. NAME is the name used when looking up the builtin
3977 type. TYPE is the _TYPE node for the builtin type.
3979 The calls to set_global_binding below should be
3980 eliminated. Built-in types should not be looked up name; their
3981 names are keywords that the parser can recognize. However, there
3982 is code in c-common.c that uses identifier_global_value to look up
3983 built-in types by name. */
3985 void
3986 record_builtin_type (enum rid rid_index,
3987 const char* name,
3988 tree type)
3990 tree decl = NULL_TREE;
3992 if (name)
3994 tree tname = get_identifier (name);
3995 tree tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type);
3996 DECL_ARTIFICIAL (tdecl) = 1;
3997 set_global_binding (tdecl);
3998 decl = tdecl;
4001 if ((int) rid_index < (int) RID_MAX)
4002 if (tree rname = ridpointers[(int) rid_index])
4003 if (!decl || DECL_NAME (decl) != rname)
4005 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type);
4006 DECL_ARTIFICIAL (rdecl) = 1;
4007 set_global_binding (rdecl);
4008 if (!decl)
4009 decl = rdecl;
4012 if (decl)
4014 if (!TYPE_NAME (type))
4015 TYPE_NAME (type) = decl;
4016 debug_hooks->type_decl (decl, 0);
4020 /* Push a type into the namespace so that the back ends ignore it. */
4022 static void
4023 record_unknown_type (tree type, const char* name)
4025 tree decl = pushdecl (build_decl (UNKNOWN_LOCATION,
4026 TYPE_DECL, get_identifier (name), type));
4027 /* Make sure the "unknown type" typedecl gets ignored for debug info. */
4028 DECL_IGNORED_P (decl) = 1;
4029 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
4030 TYPE_SIZE (type) = TYPE_SIZE (void_type_node);
4031 SET_TYPE_ALIGN (type, 1);
4032 TYPE_USER_ALIGN (type) = 0;
4033 SET_TYPE_MODE (type, TYPE_MODE (void_type_node));
4036 /* Create all the predefined identifiers. */
4038 static void
4039 initialize_predefined_identifiers (void)
4041 struct predefined_identifier
4043 const char *name; /* Name. */
4044 tree *node; /* Node to store it in. */
4045 cp_identifier_kind kind; /* Kind of identifier. */
4048 /* A table of identifiers to create at startup. */
4049 static const predefined_identifier predefined_identifiers[] = {
4050 {"C++", &lang_name_cplusplus, cik_normal},
4051 {"C", &lang_name_c, cik_normal},
4052 /* Some of these names have a trailing space so that it is
4053 impossible for them to conflict with names written by users. */
4054 {"__ct ", &ctor_identifier, cik_ctor},
4055 {"__ct_base ", &base_ctor_identifier, cik_ctor},
4056 {"__ct_comp ", &complete_ctor_identifier, cik_ctor},
4057 {"__dt ", &dtor_identifier, cik_dtor},
4058 {"__dt_base ", &base_dtor_identifier, cik_dtor},
4059 {"__dt_comp ", &complete_dtor_identifier, cik_dtor},
4060 {"__dt_del ", &deleting_dtor_identifier, cik_dtor},
4061 {"__conv_op ", &conv_op_identifier, cik_conv_op},
4062 {"__in_chrg", &in_charge_identifier, cik_normal},
4063 {"this", &this_identifier, cik_normal},
4064 {"__delta", &delta_identifier, cik_normal},
4065 {"__pfn", &pfn_identifier, cik_normal},
4066 {"_vptr", &vptr_identifier, cik_normal},
4067 {"__vtt_parm", &vtt_parm_identifier, cik_normal},
4068 {"::", &global_identifier, cik_normal},
4069 {"std", &std_identifier, cik_normal},
4070 /* The demangler expects anonymous namespaces to be called
4071 something starting with '_GLOBAL__N_'. It no longer needs
4072 to be unique to the TU. */
4073 {"_GLOBAL__N_1", &anon_identifier, cik_normal},
4074 {"auto", &auto_identifier, cik_normal},
4075 {"decltype(auto)", &decltype_auto_identifier, cik_normal},
4076 {"initializer_list", &init_list_identifier, cik_normal},
4077 {NULL, NULL, cik_normal}
4080 for (const predefined_identifier *pid = predefined_identifiers;
4081 pid->name; ++pid)
4083 *pid->node = get_identifier (pid->name);
4084 /* Some of these identifiers already have a special kind. */
4085 if (pid->kind != cik_normal)
4086 set_identifier_kind (*pid->node, pid->kind);
4090 /* Create the predefined scalar types of C,
4091 and some nodes representing standard constants (0, 1, (void *)0).
4092 Initialize the global binding level.
4093 Make definitions for built-in primitive functions. */
4095 void
4096 cxx_init_decl_processing (void)
4098 tree void_ftype;
4099 tree void_ftype_ptr;
4101 /* Create all the identifiers we need. */
4102 initialize_predefined_identifiers ();
4104 /* Create the global variables. */
4105 push_to_top_level ();
4107 current_function_decl = NULL_TREE;
4108 current_binding_level = NULL;
4109 /* Enter the global namespace. */
4110 gcc_assert (global_namespace == NULL_TREE);
4111 global_namespace = build_lang_decl (NAMESPACE_DECL, global_identifier,
4112 void_type_node);
4113 TREE_PUBLIC (global_namespace) = 1;
4114 DECL_CONTEXT (global_namespace)
4115 = build_translation_unit_decl (get_identifier (main_input_filename));
4116 /* Remember whether we want the empty class passing ABI change warning
4117 in this TU. */
4118 TRANSLATION_UNIT_WARN_EMPTY_P (DECL_CONTEXT (global_namespace))
4119 = warn_abi && abi_version_crosses (12);
4120 debug_hooks->register_main_translation_unit
4121 (DECL_CONTEXT (global_namespace));
4122 begin_scope (sk_namespace, global_namespace);
4123 current_namespace = global_namespace;
4125 if (flag_visibility_ms_compat)
4126 default_visibility = VISIBILITY_HIDDEN;
4128 /* Initially, C. */
4129 current_lang_name = lang_name_c;
4131 /* Create the `std' namespace. */
4132 push_namespace (std_identifier);
4133 std_node = current_namespace;
4134 pop_namespace ();
4136 flag_noexcept_type = (cxx_dialect >= cxx17);
4137 /* There's no fixed location for <command-line>, the current
4138 location is <builtins>, which is somewhat confusing. */
4139 if (!flag_new_for_scope)
4140 warning_at (UNKNOWN_LOCATION, OPT_Wdeprecated,
4141 "%<-fno-for-scope%> is deprecated");
4142 if (flag_friend_injection)
4143 warning_at (UNKNOWN_LOCATION, OPT_Wdeprecated,
4144 "%<-ffriend-injection%> is deprecated");
4146 c_common_nodes_and_builtins ();
4148 integer_two_node = build_int_cst (NULL_TREE, 2);
4150 /* Guess at the initial static decls size. */
4151 vec_alloc (static_decls, 500);
4153 /* ... and keyed classes. */
4154 vec_alloc (keyed_classes, 100);
4156 record_builtin_type (RID_BOOL, "bool", boolean_type_node);
4157 truthvalue_type_node = boolean_type_node;
4158 truthvalue_false_node = boolean_false_node;
4159 truthvalue_true_node = boolean_true_node;
4161 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE);
4162 noexcept_true_spec = build_tree_list (boolean_true_node, NULL_TREE);
4163 noexcept_false_spec = build_tree_list (boolean_false_node, NULL_TREE);
4164 noexcept_deferred_spec = build_tree_list (make_node (DEFERRED_NOEXCEPT),
4165 NULL_TREE);
4167 #if 0
4168 record_builtin_type (RID_MAX, NULL, string_type_node);
4169 #endif
4171 delta_type_node = ptrdiff_type_node;
4172 vtable_index_type = ptrdiff_type_node;
4174 vtt_parm_type = build_pointer_type (const_ptr_type_node);
4175 void_ftype = build_function_type_list (void_type_node, NULL_TREE);
4176 void_ftype_ptr = build_function_type_list (void_type_node,
4177 ptr_type_node, NULL_TREE);
4178 void_ftype_ptr
4179 = build_exception_variant (void_ftype_ptr, empty_except_spec);
4181 /* Create the conversion operator marker. This operator's DECL_NAME
4182 is in the identifier table, so we can use identifier equality to
4183 find it. */
4184 conv_op_marker = build_lang_decl (FUNCTION_DECL, conv_op_identifier,
4185 void_ftype);
4187 /* C++ extensions */
4189 unknown_type_node = make_node (LANG_TYPE);
4190 record_unknown_type (unknown_type_node, "unknown type");
4192 /* Indirecting an UNKNOWN_TYPE node yields an UNKNOWN_TYPE node. */
4193 TREE_TYPE (unknown_type_node) = unknown_type_node;
4195 /* Looking up TYPE_POINTER_TO and TYPE_REFERENCE_TO yield the same
4196 result. */
4197 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node;
4198 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node;
4200 init_list_type_node = make_node (LANG_TYPE);
4201 record_unknown_type (init_list_type_node, "init list");
4204 /* Make sure we get a unique function type, so we can give
4205 its pointer type a name. (This wins for gdb.) */
4206 tree vfunc_type = make_node (FUNCTION_TYPE);
4207 TREE_TYPE (vfunc_type) = integer_type_node;
4208 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE;
4209 layout_type (vfunc_type);
4211 vtable_entry_type = build_pointer_type (vfunc_type);
4213 record_builtin_type (RID_MAX, "__vtbl_ptr_type", vtable_entry_type);
4215 vtbl_type_node
4216 = build_cplus_array_type (vtable_entry_type, NULL_TREE);
4217 layout_type (vtbl_type_node);
4218 vtbl_type_node = cp_build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST);
4219 record_builtin_type (RID_MAX, NULL, vtbl_type_node);
4220 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type);
4221 layout_type (vtbl_ptr_type_node);
4222 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node);
4224 push_namespace (get_identifier ("__cxxabiv1"));
4225 abi_node = current_namespace;
4226 pop_namespace ();
4228 global_type_node = make_node (LANG_TYPE);
4229 record_unknown_type (global_type_node, "global type");
4231 any_targ_node = make_node (LANG_TYPE);
4232 record_unknown_type (any_targ_node, "any type");
4234 /* Now, C++. */
4235 current_lang_name = lang_name_cplusplus;
4237 if (aligned_new_threshold > 1
4238 && !pow2p_hwi (aligned_new_threshold))
4240 error ("-faligned-new=%d is not a power of two", aligned_new_threshold);
4241 aligned_new_threshold = 1;
4243 if (aligned_new_threshold == -1)
4244 aligned_new_threshold = (cxx_dialect >= cxx17) ? 1 : 0;
4245 if (aligned_new_threshold == 1)
4246 aligned_new_threshold = malloc_alignment () / BITS_PER_UNIT;
4249 tree newattrs, extvisattr;
4250 tree newtype, deltype;
4251 tree ptr_ftype_sizetype;
4252 tree new_eh_spec;
4254 ptr_ftype_sizetype
4255 = build_function_type_list (ptr_type_node, size_type_node, NULL_TREE);
4256 if (cxx_dialect == cxx98)
4258 tree bad_alloc_id;
4259 tree bad_alloc_type_node;
4260 tree bad_alloc_decl;
4262 push_namespace (std_identifier);
4263 bad_alloc_id = get_identifier ("bad_alloc");
4264 bad_alloc_type_node = make_class_type (RECORD_TYPE);
4265 TYPE_CONTEXT (bad_alloc_type_node) = current_namespace;
4266 bad_alloc_decl
4267 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node);
4268 DECL_CONTEXT (bad_alloc_decl) = current_namespace;
4269 pop_namespace ();
4271 new_eh_spec
4272 = add_exception_specifier (NULL_TREE, bad_alloc_type_node, -1);
4274 else
4275 new_eh_spec = noexcept_false_spec;
4277 /* Ensure attribs.c is initialized. */
4278 init_attributes ();
4280 /* Ensure constraint.cc is initialized. */
4281 init_constraint_processing ();
4283 extvisattr = build_tree_list (get_identifier ("externally_visible"),
4284 NULL_TREE);
4285 newattrs = tree_cons (get_identifier ("alloc_size"),
4286 build_tree_list (NULL_TREE, integer_one_node),
4287 extvisattr);
4288 newtype = cp_build_type_attribute_variant (ptr_ftype_sizetype, newattrs);
4289 newtype = build_exception_variant (newtype, new_eh_spec);
4290 deltype = cp_build_type_attribute_variant (void_ftype_ptr, extvisattr);
4291 deltype = build_exception_variant (deltype, empty_except_spec);
4292 tree opnew = push_cp_library_fn (NEW_EXPR, newtype, 0);
4293 DECL_IS_MALLOC (opnew) = 1;
4294 DECL_IS_OPERATOR_NEW (opnew) = 1;
4295 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0);
4296 DECL_IS_MALLOC (opnew) = 1;
4297 DECL_IS_OPERATOR_NEW (opnew) = 1;
4298 push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW);
4299 push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW);
4300 if (flag_sized_deallocation)
4302 /* Also push the sized deallocation variants:
4303 void operator delete(void*, std::size_t) throw();
4304 void operator delete[](void*, std::size_t) throw(); */
4305 tree void_ftype_ptr_size
4306 = build_function_type_list (void_type_node, ptr_type_node,
4307 size_type_node, NULL_TREE);
4308 deltype = cp_build_type_attribute_variant (void_ftype_ptr_size,
4309 extvisattr);
4310 deltype = build_exception_variant (deltype, empty_except_spec);
4311 push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW);
4312 push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW);
4315 if (aligned_new_threshold)
4317 push_namespace (std_identifier);
4318 tree align_id = get_identifier ("align_val_t");
4319 align_type_node = start_enum (align_id, NULL_TREE, size_type_node,
4320 NULL_TREE, /*scoped*/true, NULL);
4321 pop_namespace ();
4323 /* operator new (size_t, align_val_t); */
4324 newtype = build_function_type_list (ptr_type_node, size_type_node,
4325 align_type_node, NULL_TREE);
4326 newtype = cp_build_type_attribute_variant (newtype, newattrs);
4327 newtype = build_exception_variant (newtype, new_eh_spec);
4328 opnew = push_cp_library_fn (NEW_EXPR, newtype, 0);
4329 DECL_IS_MALLOC (opnew) = 1;
4330 DECL_IS_OPERATOR_NEW (opnew) = 1;
4331 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0);
4332 DECL_IS_MALLOC (opnew) = 1;
4333 DECL_IS_OPERATOR_NEW (opnew) = 1;
4335 /* operator delete (void *, align_val_t); */
4336 deltype = build_function_type_list (void_type_node, ptr_type_node,
4337 align_type_node, NULL_TREE);
4338 deltype = cp_build_type_attribute_variant (deltype, extvisattr);
4339 deltype = build_exception_variant (deltype, empty_except_spec);
4340 push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW);
4341 push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW);
4343 if (flag_sized_deallocation)
4345 /* operator delete (void *, size_t, align_val_t); */
4346 deltype = build_function_type_list (void_type_node, ptr_type_node,
4347 size_type_node, align_type_node,
4348 NULL_TREE);
4349 deltype = cp_build_type_attribute_variant (deltype, extvisattr);
4350 deltype = build_exception_variant (deltype, empty_except_spec);
4351 push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW);
4352 push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW);
4356 nullptr_type_node = make_node (NULLPTR_TYPE);
4357 TYPE_SIZE (nullptr_type_node) = bitsize_int (GET_MODE_BITSIZE (ptr_mode));
4358 TYPE_SIZE_UNIT (nullptr_type_node) = size_int (GET_MODE_SIZE (ptr_mode));
4359 TYPE_UNSIGNED (nullptr_type_node) = 1;
4360 TYPE_PRECISION (nullptr_type_node) = GET_MODE_BITSIZE (ptr_mode);
4361 if (abi_version_at_least (9))
4362 SET_TYPE_ALIGN (nullptr_type_node, GET_MODE_ALIGNMENT (ptr_mode));
4363 SET_TYPE_MODE (nullptr_type_node, ptr_mode);
4364 record_builtin_type (RID_MAX, "decltype(nullptr)", nullptr_type_node);
4365 nullptr_node = build_int_cst (nullptr_type_node, 0);
4368 abort_fndecl
4369 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype,
4370 ECF_NORETURN | ECF_NOTHROW | ECF_COLD);
4372 /* Perform other language dependent initializations. */
4373 init_class_processing ();
4374 init_rtti_processing ();
4375 init_template_processing ();
4377 if (flag_exceptions)
4378 init_exception_processing ();
4380 if (! supports_one_only ())
4381 flag_weak = 0;
4383 make_fname_decl = cp_make_fname_decl;
4384 start_fname_decls ();
4386 /* Show we use EH for cleanups. */
4387 if (flag_exceptions)
4388 using_eh_for_cleanups ();
4391 /* Generate an initializer for a function naming variable from
4392 NAME. NAME may be NULL, to indicate a dependent name. TYPE_P is
4393 filled in with the type of the init. */
4395 tree
4396 cp_fname_init (const char* name, tree *type_p)
4398 tree domain = NULL_TREE;
4399 tree type;
4400 tree init = NULL_TREE;
4401 size_t length = 0;
4403 if (name)
4405 length = strlen (name);
4406 domain = build_index_type (size_int (length));
4407 init = build_string (length + 1, name);
4410 type = cp_build_qualified_type (char_type_node, TYPE_QUAL_CONST);
4411 type = build_cplus_array_type (type, domain);
4413 *type_p = type;
4415 if (init)
4416 TREE_TYPE (init) = type;
4417 else
4418 init = error_mark_node;
4420 return init;
4423 /* Create the VAR_DECL for __FUNCTION__ etc. ID is the name to give
4424 the decl, LOC is the location to give the decl, NAME is the
4425 initialization string and TYPE_DEP indicates whether NAME depended
4426 on the type of the function. We make use of that to detect
4427 __PRETTY_FUNCTION__ inside a template fn. This is being done lazily
4428 at the point of first use, so we mustn't push the decl now. */
4430 static tree
4431 cp_make_fname_decl (location_t loc, tree id, int type_dep)
4433 const char *const name = (type_dep && processing_template_decl
4434 ? NULL : fname_as_string (type_dep));
4435 tree type;
4436 tree init = cp_fname_init (name, &type);
4437 tree decl = build_decl (loc, VAR_DECL, id, type);
4439 if (name)
4440 free (CONST_CAST (char *, name));
4442 TREE_STATIC (decl) = 1;
4443 TREE_READONLY (decl) = 1;
4444 DECL_ARTIFICIAL (decl) = 1;
4446 TREE_USED (decl) = 1;
4448 if (current_function_decl)
4450 DECL_CONTEXT (decl) = current_function_decl;
4451 decl = pushdecl_outermost_localscope (decl);
4452 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, NULL_TREE,
4453 LOOKUP_ONLYCONVERTING);
4455 else
4457 DECL_THIS_STATIC (decl) = true;
4458 pushdecl_top_level_and_finish (decl, init);
4461 return decl;
4464 static tree
4465 builtin_function_1 (tree decl, tree context, bool is_global)
4467 tree id = DECL_NAME (decl);
4468 const char *name = IDENTIFIER_POINTER (id);
4470 retrofit_lang_decl (decl);
4472 DECL_ARTIFICIAL (decl) = 1;
4473 SET_DECL_LANGUAGE (decl, lang_c);
4474 /* Runtime library routines are, by definition, available in an
4475 external shared object. */
4476 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT;
4477 DECL_VISIBILITY_SPECIFIED (decl) = 1;
4479 DECL_CONTEXT (decl) = context;
4481 /* A function in the user's namespace should have an explicit
4482 declaration before it is used. Mark the built-in function as
4483 anticipated but not actually declared. */
4484 if (name[0] != '_' || name[1] != '_')
4485 DECL_ANTICIPATED (decl) = 1;
4486 else if (strncmp (name + 2, "builtin_", strlen ("builtin_")) != 0)
4488 size_t len = strlen (name);
4490 /* Treat __*_chk fortification functions as anticipated as well,
4491 unless they are __builtin_*. */
4492 if (len > strlen ("___chk")
4493 && memcmp (name + len - strlen ("_chk"),
4494 "_chk", strlen ("_chk") + 1) == 0)
4495 DECL_ANTICIPATED (decl) = 1;
4498 if (is_global)
4499 pushdecl_top_level (decl);
4500 else
4501 pushdecl (decl);
4503 return decl;
4506 tree
4507 cxx_builtin_function (tree decl)
4509 tree id = DECL_NAME (decl);
4510 const char *name = IDENTIFIER_POINTER (id);
4511 /* All builtins that don't begin with an '_' should additionally
4512 go in the 'std' namespace. */
4513 if (name[0] != '_')
4515 tree decl2 = copy_node(decl);
4516 push_namespace (std_identifier);
4517 builtin_function_1 (decl2, std_node, false);
4518 pop_namespace ();
4521 return builtin_function_1 (decl, NULL_TREE, false);
4524 /* Like cxx_builtin_function, but guarantee the function is added to the global
4525 scope. This is to allow function specific options to add new machine
4526 dependent builtins when the target ISA changes via attribute((target(...)))
4527 which saves space on program startup if the program does not use non-generic
4528 ISAs. */
4530 tree
4531 cxx_builtin_function_ext_scope (tree decl)
4534 tree id = DECL_NAME (decl);
4535 const char *name = IDENTIFIER_POINTER (id);
4536 /* All builtins that don't begin with an '_' should additionally
4537 go in the 'std' namespace. */
4538 if (name[0] != '_')
4540 tree decl2 = copy_node(decl);
4541 push_namespace (std_identifier);
4542 builtin_function_1 (decl2, std_node, true);
4543 pop_namespace ();
4546 return builtin_function_1 (decl, NULL_TREE, true);
4549 /* Generate a FUNCTION_DECL with the typical flags for a runtime library
4550 function. Not called directly. */
4552 static tree
4553 build_library_fn (tree name, enum tree_code operator_code, tree type,
4554 int ecf_flags)
4556 tree fn = build_lang_decl (FUNCTION_DECL, name, type);
4557 DECL_EXTERNAL (fn) = 1;
4558 TREE_PUBLIC (fn) = 1;
4559 DECL_ARTIFICIAL (fn) = 1;
4560 DECL_OVERLOADED_OPERATOR_CODE_RAW (fn)
4561 = OVL_OP_INFO (false, operator_code)->ovl_op_code;
4562 SET_DECL_LANGUAGE (fn, lang_c);
4563 /* Runtime library routines are, by definition, available in an
4564 external shared object. */
4565 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT;
4566 DECL_VISIBILITY_SPECIFIED (fn) = 1;
4567 set_call_expr_flags (fn, ecf_flags);
4568 return fn;
4571 /* Returns the _DECL for a library function with C++ linkage. */
4573 static tree
4574 build_cp_library_fn (tree name, enum tree_code operator_code, tree type,
4575 int ecf_flags)
4577 tree fn = build_library_fn (name, operator_code, type, ecf_flags);
4578 DECL_CONTEXT (fn) = FROB_CONTEXT (current_namespace);
4579 SET_DECL_LANGUAGE (fn, lang_cplusplus);
4580 return fn;
4583 /* Like build_library_fn, but takes a C string instead of an
4584 IDENTIFIER_NODE. */
4586 tree
4587 build_library_fn_ptr (const char* name, tree type, int ecf_flags)
4589 return build_library_fn (get_identifier (name), ERROR_MARK, type, ecf_flags);
4592 /* Like build_cp_library_fn, but takes a C string instead of an
4593 IDENTIFIER_NODE. */
4595 tree
4596 build_cp_library_fn_ptr (const char* name, tree type, int ecf_flags)
4598 return build_cp_library_fn (get_identifier (name), ERROR_MARK, type,
4599 ecf_flags);
4602 /* Like build_library_fn, but also pushes the function so that we will
4603 be able to find it via get_global_binding. Also, the function
4604 may throw exceptions listed in RAISES. */
4606 tree
4607 push_library_fn (tree name, tree type, tree raises, int ecf_flags)
4609 tree fn;
4611 if (raises)
4612 type = build_exception_variant (type, raises);
4614 fn = build_library_fn (name, ERROR_MARK, type, ecf_flags);
4615 pushdecl_top_level (fn);
4616 return fn;
4619 /* Like build_cp_library_fn, but also pushes the function so that it
4620 will be found by normal lookup. */
4622 static tree
4623 push_cp_library_fn (enum tree_code operator_code, tree type,
4624 int ecf_flags)
4626 tree fn = build_cp_library_fn (ovl_op_identifier (false, operator_code),
4627 operator_code, type, ecf_flags);
4628 pushdecl (fn);
4629 if (flag_tm)
4630 apply_tm_attr (fn, get_identifier ("transaction_safe"));
4631 return fn;
4634 /* Like push_library_fn, but takes a TREE_LIST of parm types rather than
4635 a FUNCTION_TYPE. */
4637 tree
4638 push_void_library_fn (tree name, tree parmtypes, int ecf_flags)
4640 tree type = build_function_type (void_type_node, parmtypes);
4641 return push_library_fn (name, type, NULL_TREE, ecf_flags);
4644 /* Like push_library_fn, but also note that this function throws
4645 and does not return. Used for __throw_foo and the like. */
4647 tree
4648 push_throw_library_fn (tree name, tree type)
4650 tree fn = push_library_fn (name, type, NULL_TREE, ECF_NORETURN | ECF_COLD);
4651 return fn;
4654 /* When we call finish_struct for an anonymous union, we create
4655 default copy constructors and such. But, an anonymous union
4656 shouldn't have such things; this function undoes the damage to the
4657 anonymous union type T.
4659 (The reason that we create the synthesized methods is that we don't
4660 distinguish `union { int i; }' from `typedef union { int i; } U'.
4661 The first is an anonymous union; the second is just an ordinary
4662 union type.) */
4664 void
4665 fixup_anonymous_aggr (tree t)
4667 /* Wipe out memory of synthesized methods. */
4668 TYPE_HAS_USER_CONSTRUCTOR (t) = 0;
4669 TYPE_HAS_DEFAULT_CONSTRUCTOR (t) = 0;
4670 TYPE_HAS_COPY_CTOR (t) = 0;
4671 TYPE_HAS_CONST_COPY_CTOR (t) = 0;
4672 TYPE_HAS_COPY_ASSIGN (t) = 0;
4673 TYPE_HAS_CONST_COPY_ASSIGN (t) = 0;
4675 /* Splice the implicitly generated functions out of TYPE_FIELDS. */
4676 for (tree probe, *prev_p = &TYPE_FIELDS (t); (probe = *prev_p);)
4677 if (TREE_CODE (probe) == FUNCTION_DECL && DECL_ARTIFICIAL (probe))
4678 *prev_p = DECL_CHAIN (probe);
4679 else
4680 prev_p = &DECL_CHAIN (probe);
4682 /* Anonymous aggregates cannot have fields with ctors, dtors or complex
4683 assignment operators (because they cannot have these methods themselves).
4684 For anonymous unions this is already checked because they are not allowed
4685 in any union, otherwise we have to check it. */
4686 if (TREE_CODE (t) != UNION_TYPE)
4688 tree field, type;
4690 for (field = TYPE_FIELDS (t); field; field = DECL_CHAIN (field))
4691 if (TREE_CODE (field) == FIELD_DECL)
4693 type = TREE_TYPE (field);
4694 if (CLASS_TYPE_P (type))
4696 if (TYPE_NEEDS_CONSTRUCTING (type))
4697 error ("member %q+#D with constructor not allowed "
4698 "in anonymous aggregate", field);
4699 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
4700 error ("member %q+#D with destructor not allowed "
4701 "in anonymous aggregate", field);
4702 if (TYPE_HAS_COMPLEX_COPY_ASSIGN (type))
4703 error ("member %q+#D with copy assignment operator "
4704 "not allowed in anonymous aggregate", field);
4710 /* Warn for an attribute located at LOCATION that appertains to the
4711 class type CLASS_TYPE that has not been properly placed after its
4712 class-key, in it class-specifier. */
4714 void
4715 warn_misplaced_attr_for_class_type (source_location location,
4716 tree class_type)
4718 gcc_assert (OVERLOAD_TYPE_P (class_type));
4720 if (warning_at (location, OPT_Wattributes,
4721 "attribute ignored in declaration "
4722 "of %q#T", class_type))
4723 inform (location,
4724 "attribute for %q#T must follow the %qs keyword",
4725 class_type, class_key_or_enum_as_string (class_type));
4728 /* Make sure that a declaration with no declarator is well-formed, i.e.
4729 just declares a tagged type or anonymous union.
4731 Returns the type declared; or NULL_TREE if none. */
4733 tree
4734 check_tag_decl (cp_decl_specifier_seq *declspecs,
4735 bool explicit_type_instantiation_p)
4737 int saw_friend = decl_spec_seq_has_spec_p (declspecs, ds_friend);
4738 int saw_typedef = decl_spec_seq_has_spec_p (declspecs, ds_typedef);
4739 /* If a class, struct, or enum type is declared by the DECLSPECS
4740 (i.e, if a class-specifier, enum-specifier, or non-typename
4741 elaborated-type-specifier appears in the DECLSPECS),
4742 DECLARED_TYPE is set to the corresponding type. */
4743 tree declared_type = NULL_TREE;
4744 bool error_p = false;
4746 if (declspecs->multiple_types_p)
4747 error ("multiple types in one declaration");
4748 else if (declspecs->redefined_builtin_type)
4750 if (!in_system_header_at (input_location))
4751 permerror (declspecs->locations[ds_redefined_builtin_type_spec],
4752 "redeclaration of C++ built-in type %qT",
4753 declspecs->redefined_builtin_type);
4754 return NULL_TREE;
4757 if (declspecs->type
4758 && TYPE_P (declspecs->type)
4759 && ((TREE_CODE (declspecs->type) != TYPENAME_TYPE
4760 && MAYBE_CLASS_TYPE_P (declspecs->type))
4761 || TREE_CODE (declspecs->type) == ENUMERAL_TYPE))
4762 declared_type = declspecs->type;
4763 else if (declspecs->type == error_mark_node)
4764 error_p = true;
4765 if (declared_type == NULL_TREE && ! saw_friend && !error_p)
4766 permerror (input_location, "declaration does not declare anything");
4767 else if (declared_type != NULL_TREE && type_uses_auto (declared_type))
4769 error_at (declspecs->locations[ds_type_spec],
4770 "%<auto%> can only be specified for variables "
4771 "or function declarations");
4772 return error_mark_node;
4774 /* Check for an anonymous union. */
4775 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type))
4776 && TYPE_UNNAMED_P (declared_type))
4778 /* 7/3 In a simple-declaration, the optional init-declarator-list
4779 can be omitted only when declaring a class (clause 9) or
4780 enumeration (7.2), that is, when the decl-specifier-seq contains
4781 either a class-specifier, an elaborated-type-specifier with
4782 a class-key (9.1), or an enum-specifier. In these cases and
4783 whenever a class-specifier or enum-specifier is present in the
4784 decl-specifier-seq, the identifiers in these specifiers are among
4785 the names being declared by the declaration (as class-name,
4786 enum-names, or enumerators, depending on the syntax). In such
4787 cases, and except for the declaration of an unnamed bit-field (9.6),
4788 the decl-specifier-seq shall introduce one or more names into the
4789 program, or shall redeclare a name introduced by a previous
4790 declaration. [Example:
4791 enum { }; // ill-formed
4792 typedef class { }; // ill-formed
4793 --end example] */
4794 if (saw_typedef)
4796 error ("missing type-name in typedef-declaration");
4797 return NULL_TREE;
4799 /* Anonymous unions are objects, so they can have specifiers. */;
4800 SET_ANON_AGGR_TYPE_P (declared_type);
4802 if (TREE_CODE (declared_type) != UNION_TYPE
4803 && !in_system_header_at (input_location))
4804 pedwarn (input_location, OPT_Wpedantic, "ISO C++ prohibits anonymous structs");
4807 else
4809 if (decl_spec_seq_has_spec_p (declspecs, ds_inline))
4810 error_at (declspecs->locations[ds_inline],
4811 "%<inline%> can only be specified for functions");
4812 else if (decl_spec_seq_has_spec_p (declspecs, ds_virtual))
4813 error_at (declspecs->locations[ds_virtual],
4814 "%<virtual%> can only be specified for functions");
4815 else if (saw_friend
4816 && (!current_class_type
4817 || current_scope () != current_class_type))
4818 error_at (declspecs->locations[ds_friend],
4819 "%<friend%> can only be specified inside a class");
4820 else if (decl_spec_seq_has_spec_p (declspecs, ds_explicit))
4821 error_at (declspecs->locations[ds_explicit],
4822 "%<explicit%> can only be specified for constructors");
4823 else if (declspecs->storage_class)
4824 error_at (declspecs->locations[ds_storage_class],
4825 "a storage class can only be specified for objects "
4826 "and functions");
4827 else if (decl_spec_seq_has_spec_p (declspecs, ds_const))
4828 error_at (declspecs->locations[ds_const],
4829 "%<const%> can only be specified for objects and "
4830 "functions");
4831 else if (decl_spec_seq_has_spec_p (declspecs, ds_volatile))
4832 error_at (declspecs->locations[ds_volatile],
4833 "%<volatile%> can only be specified for objects and "
4834 "functions");
4835 else if (decl_spec_seq_has_spec_p (declspecs, ds_restrict))
4836 error_at (declspecs->locations[ds_restrict],
4837 "%<__restrict%> can only be specified for objects and "
4838 "functions");
4839 else if (decl_spec_seq_has_spec_p (declspecs, ds_thread))
4840 error_at (declspecs->locations[ds_thread],
4841 "%<__thread%> can only be specified for objects "
4842 "and functions");
4843 else if (saw_typedef)
4844 warning_at (declspecs->locations[ds_typedef], 0,
4845 "%<typedef%> was ignored in this declaration");
4846 else if (decl_spec_seq_has_spec_p (declspecs, ds_constexpr))
4847 error_at (declspecs->locations[ds_constexpr],
4848 "%<constexpr%> cannot be used for type declarations");
4851 if (declspecs->attributes && warn_attributes && declared_type)
4853 location_t loc;
4854 if (!CLASS_TYPE_P (declared_type)
4855 || !CLASSTYPE_TEMPLATE_INSTANTIATION (declared_type))
4856 /* For a non-template class, use the name location. */
4857 loc = location_of (declared_type);
4858 else
4859 /* For a template class (an explicit instantiation), use the
4860 current location. */
4861 loc = input_location;
4863 if (explicit_type_instantiation_p)
4864 /* [dcl.attr.grammar]/4:
4866 No attribute-specifier-seq shall appertain to an explicit
4867 instantiation. */
4869 if (warning_at (loc, OPT_Wattributes,
4870 "attribute ignored in explicit instantiation %q#T",
4871 declared_type))
4872 inform (loc,
4873 "no attribute can be applied to "
4874 "an explicit instantiation");
4876 else
4877 warn_misplaced_attr_for_class_type (loc, declared_type);
4880 return declared_type;
4883 /* Called when a declaration is seen that contains no names to declare.
4884 If its type is a reference to a structure, union or enum inherited
4885 from a containing scope, shadow that tag name for the current scope
4886 with a forward reference.
4887 If its type defines a new named structure or union
4888 or defines an enum, it is valid but we need not do anything here.
4889 Otherwise, it is an error.
4891 C++: may have to grok the declspecs to learn about static,
4892 complain for anonymous unions.
4894 Returns the TYPE declared -- or NULL_TREE if none. */
4896 tree
4897 shadow_tag (cp_decl_specifier_seq *declspecs)
4899 tree t = check_tag_decl (declspecs,
4900 /*explicit_type_instantiation_p=*/false);
4902 if (!t)
4903 return NULL_TREE;
4905 if (maybe_process_partial_specialization (t) == error_mark_node)
4906 return NULL_TREE;
4908 /* This is where the variables in an anonymous union are
4909 declared. An anonymous union declaration looks like:
4910 union { ... } ;
4911 because there is no declarator after the union, the parser
4912 sends that declaration here. */
4913 if (ANON_AGGR_TYPE_P (t))
4915 fixup_anonymous_aggr (t);
4917 if (TYPE_FIELDS (t))
4919 tree decl = grokdeclarator (/*declarator=*/NULL,
4920 declspecs, NORMAL, 0, NULL);
4921 finish_anon_union (decl);
4925 return t;
4928 /* Decode a "typename", such as "int **", returning a ..._TYPE node. */
4930 tree
4931 groktypename (cp_decl_specifier_seq *type_specifiers,
4932 const cp_declarator *declarator,
4933 bool is_template_arg)
4935 tree attrs;
4936 tree type;
4937 enum decl_context context
4938 = is_template_arg ? TEMPLATE_TYPE_ARG : TYPENAME;
4939 attrs = type_specifiers->attributes;
4940 type_specifiers->attributes = NULL_TREE;
4941 type = grokdeclarator (declarator, type_specifiers, context, 0, &attrs);
4942 if (attrs && type != error_mark_node)
4944 if (CLASS_TYPE_P (type))
4945 warning (OPT_Wattributes, "ignoring attributes applied to class type %qT "
4946 "outside of definition", type);
4947 else if (MAYBE_CLASS_TYPE_P (type))
4948 /* A template type parameter or other dependent type. */
4949 warning (OPT_Wattributes, "ignoring attributes applied to dependent "
4950 "type %qT without an associated declaration", type);
4951 else
4952 cplus_decl_attributes (&type, attrs, 0);
4954 return type;
4957 /* Process a DECLARATOR for a function-scope variable declaration,
4958 namespace-scope variable declaration, or function declaration.
4959 (Function definitions go through start_function; class member
4960 declarations appearing in the body of the class go through
4961 grokfield.) The DECL corresponding to the DECLARATOR is returned.
4962 If an error occurs, the error_mark_node is returned instead.
4964 DECLSPECS are the decl-specifiers for the declaration. INITIALIZED is
4965 SD_INITIALIZED if an explicit initializer is present, or SD_DEFAULTED
4966 for an explicitly defaulted function, or SD_DELETED for an explicitly
4967 deleted function, but 0 (SD_UNINITIALIZED) if this is a variable
4968 implicitly initialized via a default constructor. ATTRIBUTES and
4969 PREFIX_ATTRIBUTES are GNU attributes associated with this declaration.
4971 The scope represented by the context of the returned DECL is pushed
4972 (if it is not the global namespace) and is assigned to
4973 *PUSHED_SCOPE_P. The caller is then responsible for calling
4974 pop_scope on *PUSHED_SCOPE_P if it is set. */
4976 tree
4977 start_decl (const cp_declarator *declarator,
4978 cp_decl_specifier_seq *declspecs,
4979 int initialized,
4980 tree attributes,
4981 tree prefix_attributes,
4982 tree *pushed_scope_p)
4984 tree decl;
4985 tree context;
4986 bool was_public;
4987 int flags;
4988 bool alias;
4990 *pushed_scope_p = NULL_TREE;
4992 /* An object declared as __attribute__((deprecated)) suppresses
4993 warnings of uses of other deprecated items. */
4994 if (lookup_attribute ("deprecated", attributes))
4995 deprecated_state = DEPRECATED_SUPPRESS;
4997 attributes = chainon (attributes, prefix_attributes);
4999 decl = grokdeclarator (declarator, declspecs, NORMAL, initialized,
5000 &attributes);
5002 deprecated_state = DEPRECATED_NORMAL;
5004 if (decl == NULL_TREE || VOID_TYPE_P (decl)
5005 || decl == error_mark_node)
5006 return error_mark_node;
5008 context = CP_DECL_CONTEXT (decl);
5009 if (context != global_namespace)
5010 *pushed_scope_p = push_scope (context);
5012 /* Is it valid for this decl to have an initializer at all?
5013 If not, set INITIALIZED to zero, which will indirectly
5014 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
5015 if (initialized
5016 && TREE_CODE (decl) == TYPE_DECL)
5018 error ("typedef %qD is initialized (use decltype instead)", decl);
5019 return error_mark_node;
5022 if (initialized)
5024 if (! toplevel_bindings_p ()
5025 && DECL_EXTERNAL (decl))
5026 warning (0, "declaration of %q#D has %<extern%> and is initialized",
5027 decl);
5028 DECL_EXTERNAL (decl) = 0;
5029 if (toplevel_bindings_p ())
5030 TREE_STATIC (decl) = 1;
5032 alias = lookup_attribute ("alias", DECL_ATTRIBUTES (decl)) != 0;
5034 if (alias && TREE_CODE (decl) == FUNCTION_DECL)
5035 record_key_method_defined (decl);
5037 /* If this is a typedef that names the class for linkage purposes
5038 (7.1.3p8), apply any attributes directly to the type. */
5039 if (TREE_CODE (decl) == TYPE_DECL
5040 && OVERLOAD_TYPE_P (TREE_TYPE (decl))
5041 && decl == TYPE_NAME (TYPE_MAIN_VARIANT (TREE_TYPE (decl))))
5042 flags = ATTR_FLAG_TYPE_IN_PLACE;
5043 else
5044 flags = 0;
5046 /* Set attributes here so if duplicate decl, will have proper attributes. */
5047 cplus_decl_attributes (&decl, attributes, flags);
5049 /* Dllimported symbols cannot be defined. Static data members (which
5050 can be initialized in-class and dllimported) go through grokfield,
5051 not here, so we don't need to exclude those decls when checking for
5052 a definition. */
5053 if (initialized && DECL_DLLIMPORT_P (decl))
5055 error ("definition of %q#D is marked %<dllimport%>", decl);
5056 DECL_DLLIMPORT_P (decl) = 0;
5059 /* If #pragma weak was used, mark the decl weak now. */
5060 if (!processing_template_decl)
5061 maybe_apply_pragma_weak (decl);
5063 if (TREE_CODE (decl) == FUNCTION_DECL
5064 && DECL_DECLARED_INLINE_P (decl)
5065 && DECL_UNINLINABLE (decl)
5066 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl)))
5067 warning_at (DECL_SOURCE_LOCATION (decl), 0,
5068 "inline function %qD given attribute noinline", decl);
5070 if (TYPE_P (context) && COMPLETE_TYPE_P (complete_type (context)))
5072 bool this_tmpl = (processing_template_decl
5073 > template_class_depth (context));
5074 if (VAR_P (decl))
5076 tree field = lookup_field (context, DECL_NAME (decl), 0, false);
5077 if (field == NULL_TREE
5078 || !(VAR_P (field) || variable_template_p (field)))
5079 error ("%q+#D is not a static data member of %q#T", decl, context);
5080 else if (variable_template_p (field) && !this_tmpl)
5082 if (DECL_LANG_SPECIFIC (decl)
5083 && DECL_TEMPLATE_SPECIALIZATION (decl))
5084 /* OK, specialization was already checked. */;
5085 else
5087 error_at (DECL_SOURCE_LOCATION (decl),
5088 "non-member-template declaration of %qD", decl);
5089 inform (DECL_SOURCE_LOCATION (field), "does not match "
5090 "member template declaration here");
5091 return error_mark_node;
5094 else
5096 if (variable_template_p (field))
5097 field = DECL_TEMPLATE_RESULT (field);
5099 if (DECL_CONTEXT (field) != context)
5101 if (!same_type_p (DECL_CONTEXT (field), context))
5102 permerror (input_location, "ISO C++ does not permit %<%T::%D%> "
5103 "to be defined as %<%T::%D%>",
5104 DECL_CONTEXT (field), DECL_NAME (decl),
5105 context, DECL_NAME (decl));
5106 DECL_CONTEXT (decl) = DECL_CONTEXT (field);
5108 /* Static data member are tricky; an in-class initialization
5109 still doesn't provide a definition, so the in-class
5110 declaration will have DECL_EXTERNAL set, but will have an
5111 initialization. Thus, duplicate_decls won't warn
5112 about this situation, and so we check here. */
5113 if (initialized && DECL_INITIALIZED_IN_CLASS_P (field))
5114 error ("duplicate initialization of %qD", decl);
5115 field = duplicate_decls (decl, field,
5116 /*newdecl_is_friend=*/false);
5117 if (field == error_mark_node)
5118 return error_mark_node;
5119 else if (field)
5120 decl = field;
5123 else
5125 tree field = check_classfn (context, decl,
5126 this_tmpl
5127 ? current_template_parms
5128 : NULL_TREE);
5129 if (field && field != error_mark_node
5130 && duplicate_decls (decl, field,
5131 /*newdecl_is_friend=*/false))
5132 decl = field;
5135 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
5136 DECL_IN_AGGR_P (decl) = 0;
5137 /* Do not mark DECL as an explicit specialization if it was not
5138 already marked as an instantiation; a declaration should
5139 never be marked as a specialization unless we know what
5140 template is being specialized. */
5141 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl))
5143 SET_DECL_TEMPLATE_SPECIALIZATION (decl);
5144 if (TREE_CODE (decl) == FUNCTION_DECL)
5145 DECL_COMDAT (decl) = (TREE_PUBLIC (decl)
5146 && DECL_DECLARED_INLINE_P (decl));
5147 else
5148 DECL_COMDAT (decl) = false;
5150 /* [temp.expl.spec] An explicit specialization of a static data
5151 member of a template is a definition if the declaration
5152 includes an initializer; otherwise, it is a declaration.
5154 We check for processing_specialization so this only applies
5155 to the new specialization syntax. */
5156 if (!initialized && processing_specialization)
5157 DECL_EXTERNAL (decl) = 1;
5160 if (DECL_EXTERNAL (decl) && ! DECL_TEMPLATE_SPECIALIZATION (decl)
5161 /* Aliases are definitions. */
5162 && !alias)
5163 permerror (input_location, "declaration of %q#D outside of class is not definition",
5164 decl);
5167 was_public = TREE_PUBLIC (decl);
5169 /* Enter this declaration into the symbol table. Don't push the plain
5170 VAR_DECL for a variable template. */
5171 if (!template_parm_scope_p ()
5172 || !VAR_P (decl))
5173 decl = maybe_push_decl (decl);
5175 if (processing_template_decl)
5176 decl = push_template_decl (decl);
5177 if (decl == error_mark_node)
5178 return error_mark_node;
5180 if (VAR_P (decl)
5181 && DECL_NAMESPACE_SCOPE_P (decl) && !TREE_PUBLIC (decl) && !was_public
5182 && !DECL_THIS_STATIC (decl) && !DECL_ARTIFICIAL (decl))
5184 /* This is a const variable with implicit 'static'. Set
5185 DECL_THIS_STATIC so we can tell it from variables that are
5186 !TREE_PUBLIC because of the anonymous namespace. */
5187 gcc_assert (CP_TYPE_CONST_P (TREE_TYPE (decl)) || errorcount);
5188 DECL_THIS_STATIC (decl) = 1;
5191 if (current_function_decl && VAR_P (decl)
5192 && DECL_DECLARED_CONSTEXPR_P (current_function_decl))
5194 bool ok = false;
5195 if (CP_DECL_THREAD_LOCAL_P (decl))
5196 error ("%qD declared %<thread_local%> in %<constexpr%> function",
5197 decl);
5198 else if (TREE_STATIC (decl))
5199 error ("%qD declared %<static%> in %<constexpr%> function", decl);
5200 else
5201 ok = true;
5202 if (!ok)
5203 cp_function_chain->invalid_constexpr = true;
5206 if (!processing_template_decl && VAR_P (decl))
5207 start_decl_1 (decl, initialized);
5209 return decl;
5212 /* Process the declaration of a variable DECL. INITIALIZED is true
5213 iff DECL is explicitly initialized. (INITIALIZED is false if the
5214 variable is initialized via an implicitly-called constructor.)
5215 This function must be called for ordinary variables (including, for
5216 example, implicit instantiations of templates), but must not be
5217 called for template declarations. */
5219 void
5220 start_decl_1 (tree decl, bool initialized)
5222 tree type;
5223 bool complete_p;
5224 bool aggregate_definition_p;
5226 gcc_assert (!processing_template_decl);
5228 if (error_operand_p (decl))
5229 return;
5231 gcc_assert (VAR_P (decl));
5233 type = TREE_TYPE (decl);
5234 complete_p = COMPLETE_TYPE_P (type);
5235 aggregate_definition_p = MAYBE_CLASS_TYPE_P (type) && !DECL_EXTERNAL (decl);
5237 /* If an explicit initializer is present, or if this is a definition
5238 of an aggregate, then we need a complete type at this point.
5239 (Scalars are always complete types, so there is nothing to
5240 check.) This code just sets COMPLETE_P; errors (if necessary)
5241 are issued below. */
5242 if ((initialized || aggregate_definition_p)
5243 && !complete_p
5244 && COMPLETE_TYPE_P (complete_type (type)))
5246 complete_p = true;
5247 /* We will not yet have set TREE_READONLY on DECL if the type
5248 was "const", but incomplete, before this point. But, now, we
5249 have a complete type, so we can try again. */
5250 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
5253 if (initialized)
5254 /* Is it valid for this decl to have an initializer at all? */
5256 /* Don't allow initializations for incomplete types except for
5257 arrays which might be completed by the initialization. */
5258 if (complete_p)
5259 ; /* A complete type is ok. */
5260 else if (type_uses_auto (type))
5261 ; /* An auto type is ok. */
5262 else if (TREE_CODE (type) != ARRAY_TYPE)
5264 error ("variable %q#D has initializer but incomplete type", decl);
5265 type = TREE_TYPE (decl) = error_mark_node;
5267 else if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type))))
5269 if (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl))
5270 error ("elements of array %q#D have incomplete type", decl);
5271 /* else we already gave an error in start_decl. */
5274 else if (aggregate_definition_p && !complete_p)
5276 if (type_uses_auto (type))
5277 gcc_assert (CLASS_PLACEHOLDER_TEMPLATE (type));
5278 else
5280 error ("aggregate %q#D has incomplete type and cannot be defined",
5281 decl);
5282 /* Change the type so that assemble_variable will give
5283 DECL an rtl we can live with: (mem (const_int 0)). */
5284 type = TREE_TYPE (decl) = error_mark_node;
5288 /* Create a new scope to hold this declaration if necessary.
5289 Whether or not a new scope is necessary cannot be determined
5290 until after the type has been completed; if the type is a
5291 specialization of a class template it is not until after
5292 instantiation has occurred that TYPE_HAS_NONTRIVIAL_DESTRUCTOR
5293 will be set correctly. */
5294 maybe_push_cleanup_level (type);
5297 /* Handle initialization of references. DECL, TYPE, and INIT have the
5298 same meaning as in cp_finish_decl. *CLEANUP must be NULL on entry,
5299 but will be set to a new CLEANUP_STMT if a temporary is created
5300 that must be destroyed subsequently.
5302 Returns an initializer expression to use to initialize DECL, or
5303 NULL if the initialization can be performed statically.
5305 Quotes on semantics can be found in ARM 8.4.3. */
5307 static tree
5308 grok_reference_init (tree decl, tree type, tree init, int flags)
5310 if (init == NULL_TREE)
5312 if ((DECL_LANG_SPECIFIC (decl) == 0
5313 || DECL_IN_AGGR_P (decl) == 0)
5314 && ! DECL_THIS_EXTERN (decl))
5315 error ("%qD declared as reference but not initialized", decl);
5316 return NULL_TREE;
5319 if (TREE_CODE (init) == TREE_LIST)
5320 init = build_x_compound_expr_from_list (init, ELK_INIT,
5321 tf_warning_or_error);
5323 tree ttype = TREE_TYPE (type);
5324 if (TREE_CODE (ttype) != ARRAY_TYPE
5325 && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE)
5326 /* Note: default conversion is only called in very special cases. */
5327 init = decay_conversion (init, tf_warning_or_error);
5329 /* check_initializer handles this for non-reference variables, but for
5330 references we need to do it here or the initializer will get the
5331 incomplete array type and confuse later calls to
5332 cp_complete_array_type. */
5333 if (TREE_CODE (ttype) == ARRAY_TYPE
5334 && TYPE_DOMAIN (ttype) == NULL_TREE
5335 && (BRACE_ENCLOSED_INITIALIZER_P (init)
5336 || TREE_CODE (init) == STRING_CST))
5338 cp_complete_array_type (&ttype, init, false);
5339 if (ttype != TREE_TYPE (type))
5340 type = cp_build_reference_type (ttype, TYPE_REF_IS_RVALUE (type));
5343 /* Convert INIT to the reference type TYPE. This may involve the
5344 creation of a temporary, whose lifetime must be the same as that
5345 of the reference. If so, a DECL_EXPR for the temporary will be
5346 added just after the DECL_EXPR for DECL. That's why we don't set
5347 DECL_INITIAL for local references (instead assigning to them
5348 explicitly); we need to allow the temporary to be initialized
5349 first. */
5350 return initialize_reference (type, init, flags,
5351 tf_warning_or_error);
5354 /* Designated initializers in arrays are not supported in GNU C++.
5355 The parser cannot detect this error since it does not know whether
5356 a given brace-enclosed initializer is for a class type or for an
5357 array. This function checks that CE does not use a designated
5358 initializer. If it does, an error is issued. Returns true if CE
5359 is valid, i.e., does not have a designated initializer. */
5361 bool
5362 check_array_designated_initializer (constructor_elt *ce,
5363 unsigned HOST_WIDE_INT index)
5365 /* Designated initializers for array elements are not supported. */
5366 if (ce->index)
5368 /* The parser only allows identifiers as designated
5369 initializers. */
5370 if (ce->index == error_mark_node)
5372 error ("name used in a GNU-style designated "
5373 "initializer for an array");
5374 return false;
5376 else if (identifier_p (ce->index))
5378 error ("name %qD used in a GNU-style designated "
5379 "initializer for an array", ce->index);
5380 return false;
5383 tree ce_index = build_expr_type_conversion (WANT_INT | WANT_ENUM,
5384 ce->index, true);
5385 if (ce_index
5386 && INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (TREE_TYPE (ce_index))
5387 && (TREE_CODE (ce_index = maybe_constant_value (ce_index))
5388 == INTEGER_CST))
5390 /* A C99 designator is OK if it matches the current index. */
5391 if (wi::to_wide (ce_index) == index)
5392 return true;
5393 else
5394 sorry ("non-trivial designated initializers not supported");
5396 else
5397 error ("C99 designator %qE is not an integral constant-expression",
5398 ce->index);
5400 return false;
5403 return true;
5406 /* When parsing `int a[] = {1, 2};' we don't know the size of the
5407 array until we finish parsing the initializer. If that's the
5408 situation we're in, update DECL accordingly. */
5410 static void
5411 maybe_deduce_size_from_array_init (tree decl, tree init)
5413 tree type = TREE_TYPE (decl);
5415 if (TREE_CODE (type) == ARRAY_TYPE
5416 && TYPE_DOMAIN (type) == NULL_TREE
5417 && TREE_CODE (decl) != TYPE_DECL)
5419 /* do_default is really a C-ism to deal with tentative definitions.
5420 But let's leave it here to ease the eventual merge. */
5421 int do_default = !DECL_EXTERNAL (decl);
5422 tree initializer = init ? init : DECL_INITIAL (decl);
5423 int failure = 0;
5425 /* Check that there are no designated initializers in INIT, as
5426 those are not supported in GNU C++, and as the middle-end
5427 will crash if presented with a non-numeric designated
5428 initializer. */
5429 if (initializer && BRACE_ENCLOSED_INITIALIZER_P (initializer))
5431 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (initializer);
5432 constructor_elt *ce;
5433 HOST_WIDE_INT i;
5434 FOR_EACH_VEC_SAFE_ELT (v, i, ce)
5435 if (!check_array_designated_initializer (ce, i))
5436 failure = 1;
5439 if (!failure)
5441 failure = cp_complete_array_type (&TREE_TYPE (decl), initializer,
5442 do_default);
5443 if (failure == 1)
5445 error_at (EXPR_LOC_OR_LOC (initializer,
5446 DECL_SOURCE_LOCATION (decl)),
5447 "initializer fails to determine size of %qD", decl);
5449 else if (failure == 2)
5451 if (do_default)
5453 error_at (DECL_SOURCE_LOCATION (decl),
5454 "array size missing in %qD", decl);
5456 /* If a `static' var's size isn't known, make it extern as
5457 well as static, so it does not get allocated. If it's not
5458 `static', then don't mark it extern; finish_incomplete_decl
5459 will give it a default size and it will get allocated. */
5460 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
5461 DECL_EXTERNAL (decl) = 1;
5463 else if (failure == 3)
5465 error_at (DECL_SOURCE_LOCATION (decl),
5466 "zero-size array %qD", decl);
5470 cp_apply_type_quals_to_decl (cp_type_quals (TREE_TYPE (decl)), decl);
5472 relayout_decl (decl);
5476 /* Set DECL_SIZE, DECL_ALIGN, etc. for DECL (a VAR_DECL), and issue
5477 any appropriate error messages regarding the layout. */
5479 static void
5480 layout_var_decl (tree decl)
5482 tree type;
5484 type = TREE_TYPE (decl);
5485 if (type == error_mark_node)
5486 return;
5488 /* If we haven't already laid out this declaration, do so now.
5489 Note that we must not call complete type for an external object
5490 because it's type might involve templates that we are not
5491 supposed to instantiate yet. (And it's perfectly valid to say
5492 `extern X x' for some incomplete type `X'.) */
5493 if (!DECL_EXTERNAL (decl))
5494 complete_type (type);
5495 if (!DECL_SIZE (decl)
5496 && TREE_TYPE (decl) != error_mark_node
5497 && complete_or_array_type_p (type))
5498 layout_decl (decl, 0);
5500 if (!DECL_EXTERNAL (decl) && DECL_SIZE (decl) == NULL_TREE)
5502 /* An automatic variable with an incomplete type: that is an error.
5503 Don't talk about array types here, since we took care of that
5504 message in grokdeclarator. */
5505 error_at (DECL_SOURCE_LOCATION (decl),
5506 "storage size of %qD isn%'t known", decl);
5507 TREE_TYPE (decl) = error_mark_node;
5509 #if 0
5510 /* Keep this code around in case we later want to control debug info
5511 based on whether a type is "used". (jason 1999-11-11) */
5513 else if (!DECL_EXTERNAL (decl) && MAYBE_CLASS_TYPE_P (ttype))
5514 /* Let debugger know it should output info for this type. */
5515 note_debug_info_needed (ttype);
5517 if (TREE_STATIC (decl) && DECL_CLASS_SCOPE_P (decl))
5518 note_debug_info_needed (DECL_CONTEXT (decl));
5519 #endif
5521 if ((DECL_EXTERNAL (decl) || TREE_STATIC (decl))
5522 && DECL_SIZE (decl) != NULL_TREE
5523 && ! TREE_CONSTANT (DECL_SIZE (decl)))
5525 if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST)
5526 constant_expression_warning (DECL_SIZE (decl));
5527 else
5529 error_at (DECL_SOURCE_LOCATION (decl),
5530 "storage size of %qD isn%'t constant", decl);
5531 TREE_TYPE (decl) = error_mark_node;
5536 /* If a local static variable is declared in an inline function, or if
5537 we have a weak definition, we must endeavor to create only one
5538 instance of the variable at link-time. */
5540 void
5541 maybe_commonize_var (tree decl)
5543 /* Static data in a function with comdat linkage also has comdat
5544 linkage. */
5545 if ((TREE_STATIC (decl)
5546 /* Don't mess with __FUNCTION__. */
5547 && ! DECL_ARTIFICIAL (decl)
5548 && DECL_FUNCTION_SCOPE_P (decl)
5549 && vague_linkage_p (DECL_CONTEXT (decl)))
5550 || (TREE_PUBLIC (decl) && DECL_INLINE_VAR_P (decl)))
5552 if (flag_weak)
5554 /* With weak symbols, we simply make the variable COMDAT;
5555 that will cause copies in multiple translations units to
5556 be merged. */
5557 comdat_linkage (decl);
5559 else
5561 if (DECL_INITIAL (decl) == NULL_TREE
5562 || DECL_INITIAL (decl) == error_mark_node)
5564 /* Without weak symbols, we can use COMMON to merge
5565 uninitialized variables. */
5566 TREE_PUBLIC (decl) = 1;
5567 DECL_COMMON (decl) = 1;
5569 else
5571 /* While for initialized variables, we must use internal
5572 linkage -- which means that multiple copies will not
5573 be merged. */
5574 TREE_PUBLIC (decl) = 0;
5575 DECL_COMMON (decl) = 0;
5576 const char *msg;
5577 if (DECL_INLINE_VAR_P (decl))
5578 msg = G_("sorry: semantics of inline variable "
5579 "%q#D are wrong (you%'ll wind up with "
5580 "multiple copies)");
5581 else
5582 msg = G_("sorry: semantics of inline function "
5583 "static data %q#D are wrong (you%'ll wind "
5584 "up with multiple copies)");
5585 if (warning_at (DECL_SOURCE_LOCATION (decl), 0,
5586 msg, decl))
5587 inform (DECL_SOURCE_LOCATION (decl),
5588 "you can work around this by removing the initializer");
5594 /* Issue an error message if DECL is an uninitialized const variable.
5595 CONSTEXPR_CONTEXT_P is true when the function is called in a constexpr
5596 context from potential_constant_expression. Returns true if all is well,
5597 false otherwise. */
5599 bool
5600 check_for_uninitialized_const_var (tree decl, bool constexpr_context_p,
5601 tsubst_flags_t complain)
5603 tree type = strip_array_types (TREE_TYPE (decl));
5605 /* ``Unless explicitly declared extern, a const object does not have
5606 external linkage and must be initialized. ($8.4; $12.1)'' ARM
5607 7.1.6 */
5608 if (VAR_P (decl)
5609 && TREE_CODE (type) != REFERENCE_TYPE
5610 && (constexpr_context_p
5611 || CP_TYPE_CONST_P (type) || var_in_constexpr_fn (decl))
5612 && !DECL_NONTRIVIALLY_INITIALIZED_P (decl))
5614 tree field = default_init_uninitialized_part (type);
5615 if (!field)
5616 return true;
5618 if (!constexpr_context_p)
5620 if (CP_TYPE_CONST_P (type))
5622 if (complain & tf_error)
5623 permerror (DECL_SOURCE_LOCATION (decl),
5624 "uninitialized const %qD", decl);
5626 else
5628 if (!is_instantiation_of_constexpr (current_function_decl)
5629 && (complain & tf_error))
5630 error_at (DECL_SOURCE_LOCATION (decl),
5631 "uninitialized variable %qD in %<constexpr%> "
5632 "function", decl);
5633 cp_function_chain->invalid_constexpr = true;
5636 else if (complain & tf_error)
5637 error_at (DECL_SOURCE_LOCATION (decl),
5638 "uninitialized variable %qD in %<constexpr%> context",
5639 decl);
5641 if (CLASS_TYPE_P (type) && (complain & tf_error))
5643 tree defaulted_ctor;
5645 inform (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (type)),
5646 "%q#T has no user-provided default constructor", type);
5647 defaulted_ctor = in_class_defaulted_default_constructor (type);
5648 if (defaulted_ctor)
5649 inform (DECL_SOURCE_LOCATION (defaulted_ctor),
5650 "constructor is not user-provided because it is "
5651 "explicitly defaulted in the class body");
5652 inform (DECL_SOURCE_LOCATION (field),
5653 "and the implicitly-defined constructor does not "
5654 "initialize %q#D", field);
5657 return false;
5660 return true;
5663 /* Structure holding the current initializer being processed by reshape_init.
5664 CUR is a pointer to the current element being processed, END is a pointer
5665 after the last element present in the initializer. */
5666 struct reshape_iter
5668 constructor_elt *cur;
5669 constructor_elt *end;
5672 static tree reshape_init_r (tree, reshape_iter *, bool, tsubst_flags_t);
5674 /* FIELD is a FIELD_DECL or NULL. In the former case, the value
5675 returned is the next FIELD_DECL (possibly FIELD itself) that can be
5676 initialized. If there are no more such fields, the return value
5677 will be NULL. */
5679 tree
5680 next_initializable_field (tree field)
5682 while (field
5683 && (TREE_CODE (field) != FIELD_DECL
5684 || DECL_UNNAMED_BIT_FIELD (field)
5685 || (DECL_ARTIFICIAL (field)
5686 && !(cxx_dialect >= cxx17 && DECL_FIELD_IS_BASE (field)))))
5687 field = DECL_CHAIN (field);
5689 return field;
5692 /* Return true for [dcl.init.list] direct-list-initialization from
5693 single element of enumeration with a fixed underlying type. */
5695 bool
5696 is_direct_enum_init (tree type, tree init)
5698 if (cxx_dialect >= cxx17
5699 && TREE_CODE (type) == ENUMERAL_TYPE
5700 && ENUM_FIXED_UNDERLYING_TYPE_P (type)
5701 && TREE_CODE (init) == CONSTRUCTOR
5702 && CONSTRUCTOR_IS_DIRECT_INIT (init)
5703 && CONSTRUCTOR_NELTS (init) == 1)
5704 return true;
5705 return false;
5708 /* Subroutine of reshape_init_array and reshape_init_vector, which does
5709 the actual work. ELT_TYPE is the element type of the array. MAX_INDEX is an
5710 INTEGER_CST representing the size of the array minus one (the maximum index),
5711 or NULL_TREE if the array was declared without specifying the size. D is
5712 the iterator within the constructor. */
5714 static tree
5715 reshape_init_array_1 (tree elt_type, tree max_index, reshape_iter *d,
5716 tsubst_flags_t complain)
5718 tree new_init;
5719 bool sized_array_p = (max_index && TREE_CONSTANT (max_index));
5720 unsigned HOST_WIDE_INT max_index_cst = 0;
5721 unsigned HOST_WIDE_INT index;
5723 /* The initializer for an array is always a CONSTRUCTOR. */
5724 new_init = build_constructor (init_list_type_node, NULL);
5726 if (sized_array_p)
5728 /* Minus 1 is used for zero sized arrays. */
5729 if (integer_all_onesp (max_index))
5730 return new_init;
5732 if (tree_fits_uhwi_p (max_index))
5733 max_index_cst = tree_to_uhwi (max_index);
5734 /* sizetype is sign extended, not zero extended. */
5735 else
5736 max_index_cst = tree_to_uhwi (fold_convert (size_type_node, max_index));
5739 /* Loop until there are no more initializers. */
5740 for (index = 0;
5741 d->cur != d->end && (!sized_array_p || index <= max_index_cst);
5742 ++index)
5744 tree elt_init;
5745 constructor_elt *old_cur = d->cur;
5747 check_array_designated_initializer (d->cur, index);
5748 elt_init = reshape_init_r (elt_type, d, /*first_initializer_p=*/false,
5749 complain);
5750 if (elt_init == error_mark_node)
5751 return error_mark_node;
5752 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init),
5753 size_int (index), elt_init);
5754 if (!TREE_CONSTANT (elt_init))
5755 TREE_CONSTANT (new_init) = false;
5757 /* This can happen with an invalid initializer (c++/54501). */
5758 if (d->cur == old_cur && !sized_array_p)
5759 break;
5762 return new_init;
5765 /* Subroutine of reshape_init_r, processes the initializers for arrays.
5766 Parameters are the same of reshape_init_r. */
5768 static tree
5769 reshape_init_array (tree type, reshape_iter *d, tsubst_flags_t complain)
5771 tree max_index = NULL_TREE;
5773 gcc_assert (TREE_CODE (type) == ARRAY_TYPE);
5775 if (TYPE_DOMAIN (type))
5776 max_index = array_type_nelts (type);
5778 return reshape_init_array_1 (TREE_TYPE (type), max_index, d, complain);
5781 /* Subroutine of reshape_init_r, processes the initializers for vectors.
5782 Parameters are the same of reshape_init_r. */
5784 static tree
5785 reshape_init_vector (tree type, reshape_iter *d, tsubst_flags_t complain)
5787 tree max_index = NULL_TREE;
5789 gcc_assert (VECTOR_TYPE_P (type));
5791 if (COMPOUND_LITERAL_P (d->cur->value))
5793 tree value = d->cur->value;
5794 if (!same_type_p (TREE_TYPE (value), type))
5796 if (complain & tf_error)
5797 error ("invalid type %qT as initializer for a vector of type %qT",
5798 TREE_TYPE (d->cur->value), type);
5799 value = error_mark_node;
5801 ++d->cur;
5802 return value;
5805 /* For a vector, we initialize it as an array of the appropriate size. */
5806 if (VECTOR_TYPE_P (type))
5807 max_index = size_int (TYPE_VECTOR_SUBPARTS (type) - 1);
5809 return reshape_init_array_1 (TREE_TYPE (type), max_index, d, complain);
5812 /* Subroutine of reshape_init_r, processes the initializers for classes
5813 or union. Parameters are the same of reshape_init_r. */
5815 static tree
5816 reshape_init_class (tree type, reshape_iter *d, bool first_initializer_p,
5817 tsubst_flags_t complain)
5819 tree field;
5820 tree new_init;
5822 gcc_assert (CLASS_TYPE_P (type));
5824 /* The initializer for a class is always a CONSTRUCTOR. */
5825 new_init = build_constructor (init_list_type_node, NULL);
5826 field = next_initializable_field (TYPE_FIELDS (type));
5828 if (!field)
5830 /* [dcl.init.aggr]
5832 An initializer for an aggregate member that is an
5833 empty class shall have the form of an empty
5834 initializer-list {}. */
5835 if (!first_initializer_p)
5837 if (complain & tf_error)
5838 error ("initializer for %qT must be brace-enclosed", type);
5839 return error_mark_node;
5841 return new_init;
5844 /* Loop through the initializable fields, gathering initializers. */
5845 while (d->cur != d->end)
5847 tree field_init;
5848 constructor_elt *old_cur = d->cur;
5850 /* Handle designated initializers, as an extension. */
5851 if (d->cur->index)
5853 if (d->cur->index == error_mark_node)
5854 return error_mark_node;
5856 if (TREE_CODE (d->cur->index) == FIELD_DECL)
5857 /* We already reshaped this. */
5858 gcc_assert (d->cur->index == field);
5859 else if (TREE_CODE (d->cur->index) == IDENTIFIER_NODE)
5860 field = get_class_binding (type, d->cur->index, false);
5861 else
5863 if (complain & tf_error)
5864 error ("%<[%E] =%> used in a GNU-style designated initializer"
5865 " for class %qT", d->cur->index, type);
5866 return error_mark_node;
5869 if (!field || TREE_CODE (field) != FIELD_DECL)
5871 if (complain & tf_error)
5872 error ("%qT has no non-static data member named %qD", type,
5873 d->cur->index);
5874 return error_mark_node;
5878 /* If we processed all the member of the class, we are done. */
5879 if (!field)
5880 break;
5882 field_init = reshape_init_r (TREE_TYPE (field), d,
5883 /*first_initializer_p=*/false, complain);
5884 if (field_init == error_mark_node)
5885 return error_mark_node;
5887 if (d->cur == old_cur && d->cur->index)
5889 /* This can happen with an invalid initializer for a flexible
5890 array member (c++/54441). */
5891 if (complain & tf_error)
5892 error ("invalid initializer for %q#D", field);
5893 return error_mark_node;
5896 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), field, field_init);
5898 /* [dcl.init.aggr]
5900 When a union is initialized with a brace-enclosed
5901 initializer, the braces shall only contain an
5902 initializer for the first member of the union. */
5903 if (TREE_CODE (type) == UNION_TYPE)
5904 break;
5906 field = next_initializable_field (DECL_CHAIN (field));
5909 return new_init;
5912 /* Subroutine of reshape_init_r. We're in a context where C99 initializer
5913 designators are not valid; either complain or return true to indicate
5914 that reshape_init_r should return error_mark_node. */
5916 static bool
5917 has_designator_problem (reshape_iter *d, tsubst_flags_t complain)
5919 if (d->cur->index)
5921 if (complain & tf_error)
5922 error ("C99 designator %qE outside aggregate initializer",
5923 d->cur->index);
5924 else
5925 return true;
5927 return false;
5930 /* Subroutine of reshape_init, which processes a single initializer (part of
5931 a CONSTRUCTOR). TYPE is the type of the variable being initialized, D is the
5932 iterator within the CONSTRUCTOR which points to the initializer to process.
5933 FIRST_INITIALIZER_P is true if this is the first initializer of the
5934 outermost CONSTRUCTOR node. */
5936 static tree
5937 reshape_init_r (tree type, reshape_iter *d, bool first_initializer_p,
5938 tsubst_flags_t complain)
5940 tree init = d->cur->value;
5942 if (error_operand_p (init))
5943 return error_mark_node;
5945 if (first_initializer_p && !CP_AGGREGATE_TYPE_P (type)
5946 && has_designator_problem (d, complain))
5947 return error_mark_node;
5949 if (TREE_CODE (type) == COMPLEX_TYPE)
5951 /* A complex type can be initialized from one or two initializers,
5952 but braces are not elided. */
5953 d->cur++;
5954 if (BRACE_ENCLOSED_INITIALIZER_P (init))
5956 if (CONSTRUCTOR_NELTS (init) > 2)
5958 if (complain & tf_error)
5959 error ("too many initializers for %qT", type);
5960 else
5961 return error_mark_node;
5964 else if (first_initializer_p && d->cur != d->end)
5966 vec<constructor_elt, va_gc> *v = 0;
5967 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, init);
5968 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, d->cur->value);
5969 if (has_designator_problem (d, complain))
5970 return error_mark_node;
5971 d->cur++;
5972 init = build_constructor (init_list_type_node, v);
5974 return init;
5977 /* A non-aggregate type is always initialized with a single
5978 initializer. */
5979 if (!CP_AGGREGATE_TYPE_P (type))
5981 /* It is invalid to initialize a non-aggregate type with a
5982 brace-enclosed initializer before C++0x.
5983 We need to check for BRACE_ENCLOSED_INITIALIZER_P here because
5984 of g++.old-deja/g++.mike/p7626.C: a pointer-to-member constant is
5985 a CONSTRUCTOR (with a record type). */
5986 if (TREE_CODE (init) == CONSTRUCTOR
5987 /* Don't complain about a capture-init. */
5988 && !CONSTRUCTOR_IS_DIRECT_INIT (init)
5989 && BRACE_ENCLOSED_INITIALIZER_P (init)) /* p7626.C */
5991 if (SCALAR_TYPE_P (type))
5993 if (cxx_dialect < cxx11
5994 /* Isn't value-initialization. */
5995 || CONSTRUCTOR_NELTS (init) > 0)
5997 if (complain & tf_error)
5998 error ("braces around scalar initializer for type %qT",
5999 type);
6000 init = error_mark_node;
6003 else
6004 maybe_warn_cpp0x (CPP0X_INITIALIZER_LISTS);
6007 d->cur++;
6008 return init;
6011 /* "If T is a class type and the initializer list has a single element of
6012 type cv U, where U is T or a class derived from T, the object is
6013 initialized from that element." Even if T is an aggregate. */
6014 if (cxx_dialect >= cxx11 && (CLASS_TYPE_P (type) || VECTOR_TYPE_P (type))
6015 && first_initializer_p
6016 && d->end - d->cur == 1
6017 && reference_related_p (type, TREE_TYPE (init)))
6019 d->cur++;
6020 return init;
6023 /* [dcl.init.aggr]
6025 All implicit type conversions (clause _conv_) are considered when
6026 initializing the aggregate member with an initializer from an
6027 initializer-list. If the initializer can initialize a member,
6028 the member is initialized. Otherwise, if the member is itself a
6029 non-empty subaggregate, brace elision is assumed and the
6030 initializer is considered for the initialization of the first
6031 member of the subaggregate. */
6032 if (TREE_CODE (init) != CONSTRUCTOR
6033 /* But don't try this for the first initializer, since that would be
6034 looking through the outermost braces; A a2 = { a1 }; is not a
6035 valid aggregate initialization. */
6036 && !first_initializer_p
6037 && (same_type_ignoring_top_level_qualifiers_p (type, TREE_TYPE (init))
6038 || can_convert_arg (type, TREE_TYPE (init), init, LOOKUP_NORMAL,
6039 complain)))
6041 d->cur++;
6042 return init;
6045 /* [dcl.init.string]
6047 A char array (whether plain char, signed char, or unsigned char)
6048 can be initialized by a string-literal (optionally enclosed in
6049 braces); a wchar_t array can be initialized by a wide
6050 string-literal (optionally enclosed in braces). */
6051 if (TREE_CODE (type) == ARRAY_TYPE
6052 && char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (type))))
6054 tree str_init = init;
6056 /* Strip one level of braces if and only if they enclose a single
6057 element (as allowed by [dcl.init.string]). */
6058 if (!first_initializer_p
6059 && TREE_CODE (str_init) == CONSTRUCTOR
6060 && CONSTRUCTOR_NELTS (str_init) == 1)
6062 str_init = (*CONSTRUCTOR_ELTS (str_init))[0].value;
6065 /* If it's a string literal, then it's the initializer for the array
6066 as a whole. Otherwise, continue with normal initialization for
6067 array types (one value per array element). */
6068 if (TREE_CODE (str_init) == STRING_CST)
6070 if (has_designator_problem (d, complain))
6071 return error_mark_node;
6072 d->cur++;
6073 return str_init;
6077 /* The following cases are about aggregates. If we are not within a full
6078 initializer already, and there is not a CONSTRUCTOR, it means that there
6079 is a missing set of braces (that is, we are processing the case for
6080 which reshape_init exists). */
6081 if (!first_initializer_p)
6083 if (TREE_CODE (init) == CONSTRUCTOR)
6085 if (TREE_TYPE (init) && TYPE_PTRMEMFUNC_P (TREE_TYPE (init)))
6086 /* There is no need to reshape pointer-to-member function
6087 initializers, as they are always constructed correctly
6088 by the front end. */
6090 else if (COMPOUND_LITERAL_P (init))
6091 /* For a nested compound literal, there is no need to reshape since
6092 brace elision is not allowed. Even if we decided to allow it,
6093 we should add a call to reshape_init in finish_compound_literal,
6094 before calling digest_init, so changing this code would still
6095 not be necessary. */
6096 gcc_assert (!BRACE_ENCLOSED_INITIALIZER_P (init));
6097 else
6099 ++d->cur;
6100 gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
6101 return reshape_init (type, init, complain);
6105 if (complain & tf_warning)
6106 warning (OPT_Wmissing_braces,
6107 "missing braces around initializer for %qT",
6108 type);
6111 /* Dispatch to specialized routines. */
6112 if (CLASS_TYPE_P (type))
6113 return reshape_init_class (type, d, first_initializer_p, complain);
6114 else if (TREE_CODE (type) == ARRAY_TYPE)
6115 return reshape_init_array (type, d, complain);
6116 else if (VECTOR_TYPE_P (type))
6117 return reshape_init_vector (type, d, complain);
6118 else
6119 gcc_unreachable();
6122 /* Undo the brace-elision allowed by [dcl.init.aggr] in a
6123 brace-enclosed aggregate initializer.
6125 INIT is the CONSTRUCTOR containing the list of initializers describing
6126 a brace-enclosed initializer for an entity of the indicated aggregate TYPE.
6127 It may not presently match the shape of the TYPE; for example:
6129 struct S { int a; int b; };
6130 struct S a[] = { 1, 2, 3, 4 };
6132 Here INIT will hold a vector of four elements, rather than a
6133 vector of two elements, each itself a vector of two elements. This
6134 routine transforms INIT from the former form into the latter. The
6135 revised CONSTRUCTOR node is returned. */
6137 tree
6138 reshape_init (tree type, tree init, tsubst_flags_t complain)
6140 vec<constructor_elt, va_gc> *v;
6141 reshape_iter d;
6142 tree new_init;
6144 gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
6146 v = CONSTRUCTOR_ELTS (init);
6148 /* An empty constructor does not need reshaping, and it is always a valid
6149 initializer. */
6150 if (vec_safe_is_empty (v))
6151 return init;
6153 /* Handle [dcl.init.list] direct-list-initialization from
6154 single element of enumeration with a fixed underlying type. */
6155 if (is_direct_enum_init (type, init))
6157 tree elt = CONSTRUCTOR_ELT (init, 0)->value;
6158 type = cv_unqualified (type);
6159 if (check_narrowing (ENUM_UNDERLYING_TYPE (type), elt, complain))
6161 warning_sentinel w (warn_useless_cast);
6162 warning_sentinel w2 (warn_ignored_qualifiers);
6163 return cp_build_c_cast (type, elt, tf_warning_or_error);
6165 else
6166 return error_mark_node;
6169 /* Recurse on this CONSTRUCTOR. */
6170 d.cur = &(*v)[0];
6171 d.end = d.cur + v->length ();
6173 new_init = reshape_init_r (type, &d, true, complain);
6174 if (new_init == error_mark_node)
6175 return error_mark_node;
6177 /* Make sure all the element of the constructor were used. Otherwise,
6178 issue an error about exceeding initializers. */
6179 if (d.cur != d.end)
6181 if (complain & tf_error)
6182 error ("too many initializers for %qT", type);
6183 return error_mark_node;
6186 if (CONSTRUCTOR_IS_DIRECT_INIT (init)
6187 && BRACE_ENCLOSED_INITIALIZER_P (new_init))
6188 CONSTRUCTOR_IS_DIRECT_INIT (new_init) = true;
6190 return new_init;
6193 /* Verify array initializer. Returns true if errors have been reported. */
6195 bool
6196 check_array_initializer (tree decl, tree type, tree init)
6198 tree element_type = TREE_TYPE (type);
6200 /* The array type itself need not be complete, because the
6201 initializer may tell us how many elements are in the array.
6202 But, the elements of the array must be complete. */
6203 if (!COMPLETE_TYPE_P (complete_type (element_type)))
6205 if (decl)
6206 error_at (DECL_SOURCE_LOCATION (decl),
6207 "elements of array %q#D have incomplete type", decl);
6208 else
6209 error ("elements of array %q#T have incomplete type", type);
6210 return true;
6212 /* A compound literal can't have variable size. */
6213 if (init && !decl
6214 && ((COMPLETE_TYPE_P (type) && !TREE_CONSTANT (TYPE_SIZE (type)))
6215 || !TREE_CONSTANT (TYPE_SIZE (element_type))))
6217 error ("variable-sized compound literal");
6218 return true;
6220 return false;
6223 /* Subroutine of check_initializer; args are passed down from that function.
6224 Set stmts_are_full_exprs_p to 1 across a call to build_aggr_init. */
6226 static tree
6227 build_aggr_init_full_exprs (tree decl, tree init, int flags)
6230 gcc_assert (stmts_are_full_exprs_p ());
6231 return build_aggr_init (decl, init, flags, tf_warning_or_error);
6234 /* Verify INIT (the initializer for DECL), and record the
6235 initialization in DECL_INITIAL, if appropriate. CLEANUP is as for
6236 grok_reference_init.
6238 If the return value is non-NULL, it is an expression that must be
6239 evaluated dynamically to initialize DECL. */
6241 static tree
6242 check_initializer (tree decl, tree init, int flags, vec<tree, va_gc> **cleanups)
6244 tree type = TREE_TYPE (decl);
6245 tree init_code = NULL;
6246 tree core_type;
6248 /* Things that are going to be initialized need to have complete
6249 type. */
6250 TREE_TYPE (decl) = type = complete_type (TREE_TYPE (decl));
6252 if (DECL_HAS_VALUE_EXPR_P (decl))
6254 /* A variable with DECL_HAS_VALUE_EXPR_P set is just a placeholder,
6255 it doesn't have storage to be initialized. */
6256 gcc_assert (init == NULL_TREE);
6257 return NULL_TREE;
6260 if (type == error_mark_node)
6261 /* We will have already complained. */
6262 return NULL_TREE;
6264 if (TREE_CODE (type) == ARRAY_TYPE)
6266 if (check_array_initializer (decl, type, init))
6267 return NULL_TREE;
6269 else if (!COMPLETE_TYPE_P (type))
6271 error_at (DECL_SOURCE_LOCATION (decl),
6272 "%q#D has incomplete type", decl);
6273 TREE_TYPE (decl) = error_mark_node;
6274 return NULL_TREE;
6276 else
6277 /* There is no way to make a variable-sized class type in GNU C++. */
6278 gcc_assert (TREE_CONSTANT (TYPE_SIZE (type)));
6280 if (init && BRACE_ENCLOSED_INITIALIZER_P (init))
6282 int init_len = CONSTRUCTOR_NELTS (init);
6283 if (SCALAR_TYPE_P (type))
6285 if (init_len == 0)
6287 maybe_warn_cpp0x (CPP0X_INITIALIZER_LISTS);
6288 init = build_zero_init (type, NULL_TREE, false);
6290 else if (init_len != 1 && TREE_CODE (type) != COMPLEX_TYPE)
6292 error_at (EXPR_LOC_OR_LOC (init, DECL_SOURCE_LOCATION (decl)),
6293 "scalar object %qD requires one element in "
6294 "initializer", decl);
6295 TREE_TYPE (decl) = error_mark_node;
6296 return NULL_TREE;
6301 if (TREE_CODE (decl) == CONST_DECL)
6303 gcc_assert (TREE_CODE (type) != REFERENCE_TYPE);
6305 DECL_INITIAL (decl) = init;
6307 gcc_assert (init != NULL_TREE);
6308 init = NULL_TREE;
6310 else if (!init && DECL_REALLY_EXTERN (decl))
6312 else if (init || type_build_ctor_call (type)
6313 || TREE_CODE (type) == REFERENCE_TYPE)
6315 if (TREE_CODE (type) == REFERENCE_TYPE)
6317 init = grok_reference_init (decl, type, init, flags);
6318 flags |= LOOKUP_ALREADY_DIGESTED;
6320 else if (!init)
6321 check_for_uninitialized_const_var (decl, /*constexpr_context_p=*/false,
6322 tf_warning_or_error);
6323 /* Do not reshape constructors of vectors (they don't need to be
6324 reshaped. */
6325 else if (BRACE_ENCLOSED_INITIALIZER_P (init))
6327 if (is_std_init_list (type))
6329 init = perform_implicit_conversion (type, init,
6330 tf_warning_or_error);
6331 flags |= LOOKUP_ALREADY_DIGESTED;
6333 else if (TYPE_NON_AGGREGATE_CLASS (type))
6335 /* Don't reshape if the class has constructors. */
6336 if (cxx_dialect == cxx98)
6337 error_at (EXPR_LOC_OR_LOC (init, DECL_SOURCE_LOCATION (decl)),
6338 "in C++98 %qD must be initialized by "
6339 "constructor, not by %<{...}%>",
6340 decl);
6342 else if (VECTOR_TYPE_P (type) && TYPE_VECTOR_OPAQUE (type))
6344 error ("opaque vector types cannot be initialized");
6345 init = error_mark_node;
6347 else
6349 init = reshape_init (type, init, tf_warning_or_error);
6350 flags |= LOOKUP_NO_NARROWING;
6353 else if (TREE_CODE (init) == TREE_LIST
6354 && TREE_TYPE (init) != unknown_type_node
6355 && !MAYBE_CLASS_TYPE_P (type))
6357 gcc_assert (TREE_CODE (decl) != RESULT_DECL);
6359 /* We get here with code like `int a (2);' */
6360 init = build_x_compound_expr_from_list (init, ELK_INIT,
6361 tf_warning_or_error);
6364 /* If DECL has an array type without a specific bound, deduce the
6365 array size from the initializer. */
6366 maybe_deduce_size_from_array_init (decl, init);
6367 type = TREE_TYPE (decl);
6368 if (type == error_mark_node)
6369 return NULL_TREE;
6371 if (((type_build_ctor_call (type) || CLASS_TYPE_P (type))
6372 && !(flags & LOOKUP_ALREADY_DIGESTED)
6373 && !(init && BRACE_ENCLOSED_INITIALIZER_P (init)
6374 && CP_AGGREGATE_TYPE_P (type)
6375 && (CLASS_TYPE_P (type)
6376 || !TYPE_NEEDS_CONSTRUCTING (type)
6377 || type_has_extended_temps (type))))
6378 || (DECL_DECOMPOSITION_P (decl) && TREE_CODE (type) == ARRAY_TYPE))
6380 init_code = build_aggr_init_full_exprs (decl, init, flags);
6382 /* A constructor call is a non-trivial initializer even if
6383 it isn't explicitly written. */
6384 if (TREE_SIDE_EFFECTS (init_code))
6385 DECL_NONTRIVIALLY_INITIALIZED_P (decl) = true;
6387 /* If this is a constexpr initializer, expand_default_init will
6388 have returned an INIT_EXPR rather than a CALL_EXPR. In that
6389 case, pull the initializer back out and pass it down into
6390 store_init_value. */
6391 while (TREE_CODE (init_code) == EXPR_STMT
6392 || TREE_CODE (init_code) == CONVERT_EXPR)
6393 init_code = TREE_OPERAND (init_code, 0);
6394 if (TREE_CODE (init_code) == INIT_EXPR)
6396 init = TREE_OPERAND (init_code, 1);
6397 init_code = NULL_TREE;
6398 /* Don't call digest_init; it's unnecessary and will complain
6399 about aggregate initialization of non-aggregate classes. */
6400 flags |= LOOKUP_ALREADY_DIGESTED;
6402 else if (DECL_DECLARED_CONSTEXPR_P (decl))
6404 /* Declared constexpr, but no suitable initializer; massage
6405 init appropriately so we can pass it into store_init_value
6406 for the error. */
6407 if (CLASS_TYPE_P (type)
6408 && (!init || TREE_CODE (init) == TREE_LIST))
6410 init = build_functional_cast (type, init, tf_none);
6411 if (TREE_CODE (init) == TARGET_EXPR)
6412 TARGET_EXPR_DIRECT_INIT_P (init) = true;
6414 init_code = NULL_TREE;
6416 else
6417 init = NULL_TREE;
6420 if (init && TREE_CODE (init) != TREE_VEC)
6422 /* In aggregate initialization of a variable, each element
6423 initialization is a full-expression because there is no
6424 enclosing expression. */
6425 gcc_assert (stmts_are_full_exprs_p ());
6427 init_code = store_init_value (decl, init, cleanups, flags);
6429 if (pedantic && TREE_CODE (type) == ARRAY_TYPE
6430 && DECL_INITIAL (decl)
6431 && TREE_CODE (DECL_INITIAL (decl)) == STRING_CST
6432 && PAREN_STRING_LITERAL_P (DECL_INITIAL (decl)))
6433 warning_at (EXPR_LOC_OR_LOC (DECL_INITIAL (decl),
6434 DECL_SOURCE_LOCATION (decl)),
6435 0, "array %qD initialized by parenthesized "
6436 "string literal %qE",
6437 decl, DECL_INITIAL (decl));
6438 init = NULL;
6441 else
6443 if (CLASS_TYPE_P (core_type = strip_array_types (type))
6444 && (CLASSTYPE_READONLY_FIELDS_NEED_INIT (core_type)
6445 || CLASSTYPE_REF_FIELDS_NEED_INIT (core_type)))
6446 diagnose_uninitialized_cst_or_ref_member (core_type, /*using_new=*/false,
6447 /*complain=*/true);
6449 check_for_uninitialized_const_var (decl, /*constexpr_context_p=*/false,
6450 tf_warning_or_error);
6453 if (init && init != error_mark_node)
6454 init_code = build2 (INIT_EXPR, type, decl, init);
6456 if (init_code)
6458 /* We might have set these in cp_finish_decl. */
6459 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = false;
6460 TREE_CONSTANT (decl) = false;
6463 if (init_code
6464 && (DECL_IN_AGGR_P (decl) && !DECL_VAR_DECLARED_INLINE_P (decl)))
6466 static int explained = 0;
6468 if (cxx_dialect < cxx11)
6469 error ("initializer invalid for static member with constructor");
6470 else if (cxx_dialect < cxx17)
6471 error ("non-constant in-class initialization invalid for static "
6472 "member %qD", decl);
6473 else
6474 error ("non-constant in-class initialization invalid for non-inline "
6475 "static member %qD", decl);
6476 if (!explained)
6478 inform (input_location,
6479 "(an out of class initialization is required)");
6480 explained = 1;
6482 return NULL_TREE;
6485 return init_code;
6488 /* If DECL is not a local variable, give it RTL. */
6490 static void
6491 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec)
6493 int toplev = toplevel_bindings_p ();
6494 int defer_p;
6496 /* Set the DECL_ASSEMBLER_NAME for the object. */
6497 if (asmspec)
6499 /* The `register' keyword, when used together with an
6500 asm-specification, indicates that the variable should be
6501 placed in a particular register. */
6502 if (VAR_P (decl) && DECL_REGISTER (decl))
6504 set_user_assembler_name (decl, asmspec);
6505 DECL_HARD_REGISTER (decl) = 1;
6507 else
6509 if (TREE_CODE (decl) == FUNCTION_DECL
6510 && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
6511 set_builtin_user_assembler_name (decl, asmspec);
6512 set_user_assembler_name (decl, asmspec);
6516 /* Handle non-variables up front. */
6517 if (!VAR_P (decl))
6519 rest_of_decl_compilation (decl, toplev, at_eof);
6520 return;
6523 /* If we see a class member here, it should be a static data
6524 member. */
6525 if (DECL_LANG_SPECIFIC (decl) && DECL_IN_AGGR_P (decl))
6527 gcc_assert (TREE_STATIC (decl));
6528 /* An in-class declaration of a static data member should be
6529 external; it is only a declaration, and not a definition. */
6530 if (init == NULL_TREE)
6531 gcc_assert (DECL_EXTERNAL (decl)
6532 || !TREE_PUBLIC (decl)
6533 || DECL_INLINE_VAR_P (decl));
6536 /* We don't create any RTL for local variables. */
6537 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
6538 return;
6540 /* We defer emission of local statics until the corresponding
6541 DECL_EXPR is expanded. But with constexpr its function might never
6542 be expanded, so go ahead and tell cgraph about the variable now. */
6543 defer_p = ((DECL_FUNCTION_SCOPE_P (decl)
6544 && !var_in_maybe_constexpr_fn (decl))
6545 || DECL_VIRTUAL_P (decl));
6547 /* Defer template instantiations. */
6548 if (DECL_LANG_SPECIFIC (decl)
6549 && DECL_IMPLICIT_INSTANTIATION (decl))
6550 defer_p = 1;
6552 /* If we're not deferring, go ahead and assemble the variable. */
6553 if (!defer_p)
6554 rest_of_decl_compilation (decl, toplev, at_eof);
6557 /* walk_tree helper for wrap_temporary_cleanups, below. */
6559 static tree
6560 wrap_cleanups_r (tree *stmt_p, int *walk_subtrees, void *data)
6562 /* Stop at types or full-expression boundaries. */
6563 if (TYPE_P (*stmt_p)
6564 || TREE_CODE (*stmt_p) == CLEANUP_POINT_EXPR)
6566 *walk_subtrees = 0;
6567 return NULL_TREE;
6570 if (TREE_CODE (*stmt_p) == TARGET_EXPR)
6572 tree guard = (tree)data;
6573 tree tcleanup = TARGET_EXPR_CLEANUP (*stmt_p);
6575 tcleanup = build2 (TRY_CATCH_EXPR, void_type_node, tcleanup, guard);
6576 /* Tell honor_protect_cleanup_actions to handle this as a separate
6577 cleanup. */
6578 TRY_CATCH_IS_CLEANUP (tcleanup) = 1;
6580 TARGET_EXPR_CLEANUP (*stmt_p) = tcleanup;
6583 return NULL_TREE;
6586 /* We're initializing a local variable which has a cleanup GUARD. If there
6587 are any temporaries used in the initializer INIT of this variable, we
6588 need to wrap their cleanups with TRY_CATCH_EXPR (, GUARD) so that the
6589 variable will be cleaned up properly if one of them throws.
6591 Unfortunately, there's no way to express this properly in terms of
6592 nesting, as the regions for the temporaries overlap the region for the
6593 variable itself; if there are two temporaries, the variable needs to be
6594 the first thing destroyed if either of them throws. However, we only
6595 want to run the variable's cleanup if it actually got constructed. So
6596 we need to guard the temporary cleanups with the variable's cleanup if
6597 they are run on the normal path, but not if they are run on the
6598 exceptional path. We implement this by telling
6599 honor_protect_cleanup_actions to strip the variable cleanup from the
6600 exceptional path. */
6602 static void
6603 wrap_temporary_cleanups (tree init, tree guard)
6605 cp_walk_tree_without_duplicates (&init, wrap_cleanups_r, (void *)guard);
6608 /* Generate code to initialize DECL (a local variable). */
6610 static void
6611 initialize_local_var (tree decl, tree init)
6613 tree type = TREE_TYPE (decl);
6614 tree cleanup;
6615 int already_used;
6617 gcc_assert (VAR_P (decl)
6618 || TREE_CODE (decl) == RESULT_DECL);
6619 gcc_assert (!TREE_STATIC (decl));
6621 if (DECL_SIZE (decl) == NULL_TREE)
6623 /* If we used it already as memory, it must stay in memory. */
6624 DECL_INITIAL (decl) = NULL_TREE;
6625 TREE_ADDRESSABLE (decl) = TREE_USED (decl);
6626 return;
6629 if (type == error_mark_node)
6630 return;
6632 /* Compute and store the initial value. */
6633 already_used = TREE_USED (decl) || TREE_USED (type);
6634 if (TREE_USED (type))
6635 DECL_READ_P (decl) = 1;
6637 /* Generate a cleanup, if necessary. */
6638 cleanup = cxx_maybe_build_cleanup (decl, tf_warning_or_error);
6640 /* Perform the initialization. */
6641 if (init)
6643 tree rinit = (TREE_CODE (init) == INIT_EXPR
6644 ? TREE_OPERAND (init, 1) : NULL_TREE);
6645 if (rinit && !TREE_SIDE_EFFECTS (rinit))
6647 /* Stick simple initializers in DECL_INITIAL so that
6648 -Wno-init-self works (c++/34772). */
6649 gcc_assert (TREE_OPERAND (init, 0) == decl);
6650 DECL_INITIAL (decl) = rinit;
6652 if (warn_init_self && TREE_CODE (type) == REFERENCE_TYPE)
6654 STRIP_NOPS (rinit);
6655 if (rinit == decl)
6656 warning_at (DECL_SOURCE_LOCATION (decl),
6657 OPT_Winit_self,
6658 "reference %qD is initialized with itself", decl);
6661 else
6663 int saved_stmts_are_full_exprs_p;
6665 /* If we're only initializing a single object, guard the
6666 destructors of any temporaries used in its initializer with
6667 its destructor. This isn't right for arrays because each
6668 element initialization is a full-expression. */
6669 if (cleanup && TREE_CODE (type) != ARRAY_TYPE)
6670 wrap_temporary_cleanups (init, cleanup);
6672 gcc_assert (building_stmt_list_p ());
6673 saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
6674 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
6675 finish_expr_stmt (init);
6676 current_stmt_tree ()->stmts_are_full_exprs_p =
6677 saved_stmts_are_full_exprs_p;
6681 /* Set this to 0 so we can tell whether an aggregate which was
6682 initialized was ever used. Don't do this if it has a
6683 destructor, so we don't complain about the 'resource
6684 allocation is initialization' idiom. Now set
6685 attribute((unused)) on types so decls of that type will be
6686 marked used. (see TREE_USED, above.) */
6687 if (TYPE_NEEDS_CONSTRUCTING (type)
6688 && ! already_used
6689 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type)
6690 && DECL_NAME (decl))
6691 TREE_USED (decl) = 0;
6692 else if (already_used)
6693 TREE_USED (decl) = 1;
6695 if (cleanup)
6696 finish_decl_cleanup (decl, cleanup);
6699 /* DECL is a VAR_DECL for a compiler-generated variable with static
6700 storage duration (like a virtual table) whose initializer is a
6701 compile-time constant. Initialize the variable and provide it to the
6702 back end. */
6704 void
6705 initialize_artificial_var (tree decl, vec<constructor_elt, va_gc> *v)
6707 tree init;
6708 gcc_assert (DECL_ARTIFICIAL (decl));
6709 init = build_constructor (TREE_TYPE (decl), v);
6710 gcc_assert (TREE_CODE (init) == CONSTRUCTOR);
6711 DECL_INITIAL (decl) = init;
6712 DECL_INITIALIZED_P (decl) = 1;
6713 determine_visibility (decl);
6714 layout_var_decl (decl);
6715 maybe_commonize_var (decl);
6716 make_rtl_for_nonlocal_decl (decl, init, /*asmspec=*/NULL);
6719 /* INIT is the initializer for a variable, as represented by the
6720 parser. Returns true iff INIT is value-dependent. */
6722 static bool
6723 value_dependent_init_p (tree init)
6725 if (TREE_CODE (init) == TREE_LIST)
6726 /* A parenthesized initializer, e.g.: int i (3, 2); ? */
6727 return any_value_dependent_elements_p (init);
6728 else if (TREE_CODE (init) == CONSTRUCTOR)
6729 /* A brace-enclosed initializer, e.g.: int i = { 3 }; ? */
6731 if (dependent_type_p (TREE_TYPE (init)))
6732 return true;
6734 vec<constructor_elt, va_gc> *elts;
6735 size_t nelts;
6736 size_t i;
6738 elts = CONSTRUCTOR_ELTS (init);
6739 nelts = vec_safe_length (elts);
6740 for (i = 0; i < nelts; ++i)
6741 if (value_dependent_init_p ((*elts)[i].value))
6742 return true;
6744 else
6745 /* It must be a simple expression, e.g., int i = 3; */
6746 return value_dependent_expression_p (init);
6748 return false;
6751 // Returns true if a DECL is VAR_DECL with the concept specifier.
6752 static inline bool
6753 is_concept_var (tree decl)
6755 return (VAR_P (decl)
6756 // Not all variables have DECL_LANG_SPECIFIC.
6757 && DECL_LANG_SPECIFIC (decl)
6758 && DECL_DECLARED_CONCEPT_P (decl));
6761 /* A helper function to be called via walk_tree. If any label exists
6762 under *TP, it is (going to be) forced. Set has_forced_label_in_static. */
6764 static tree
6765 notice_forced_label_r (tree *tp, int *walk_subtrees, void *)
6767 if (TYPE_P (*tp))
6768 *walk_subtrees = 0;
6769 if (TREE_CODE (*tp) == LABEL_DECL)
6770 cfun->has_forced_label_in_static = 1;
6771 return NULL_TREE;
6774 /* Finish processing of a declaration;
6775 install its line number and initial value.
6776 If the length of an array type is not known before,
6777 it must be determined now, from the initial value, or it is an error.
6779 INIT is the initializer (if any) for DECL. If INIT_CONST_EXPR_P is
6780 true, then INIT is an integral constant expression.
6782 FLAGS is LOOKUP_ONLYCONVERTING if the = init syntax was used, else 0
6783 if the (init) syntax was used. */
6785 void
6786 cp_finish_decl (tree decl, tree init, bool init_const_expr_p,
6787 tree asmspec_tree, int flags)
6789 tree type;
6790 vec<tree, va_gc> *cleanups = NULL;
6791 const char *asmspec = NULL;
6792 int was_readonly = 0;
6793 bool var_definition_p = false;
6794 tree auto_node;
6796 if (decl == error_mark_node)
6797 return;
6798 else if (! decl)
6800 if (init)
6801 error ("assignment (not initialization) in declaration");
6802 return;
6805 gcc_assert (TREE_CODE (decl) != RESULT_DECL);
6806 /* Parameters are handled by store_parm_decls, not cp_finish_decl. */
6807 gcc_assert (TREE_CODE (decl) != PARM_DECL);
6809 type = TREE_TYPE (decl);
6810 if (type == error_mark_node)
6811 return;
6813 /* Warn about register storage specifiers except when in GNU global
6814 or local register variable extension. */
6815 if (VAR_P (decl) && DECL_REGISTER (decl) && asmspec_tree == NULL_TREE)
6817 if (cxx_dialect >= cxx17)
6818 pedwarn (DECL_SOURCE_LOCATION (decl), OPT_Wregister,
6819 "ISO C++17 does not allow %<register%> storage "
6820 "class specifier");
6821 else
6822 warning_at (DECL_SOURCE_LOCATION (decl), OPT_Wregister,
6823 "%<register%> storage class specifier used");
6826 /* If a name was specified, get the string. */
6827 if (at_namespace_scope_p ())
6828 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree);
6829 if (asmspec_tree && asmspec_tree != error_mark_node)
6830 asmspec = TREE_STRING_POINTER (asmspec_tree);
6832 if (current_class_type
6833 && CP_DECL_CONTEXT (decl) == current_class_type
6834 && TYPE_BEING_DEFINED (current_class_type)
6835 && !CLASSTYPE_TEMPLATE_INSTANTIATION (current_class_type)
6836 && (DECL_INITIAL (decl) || init))
6837 DECL_INITIALIZED_IN_CLASS_P (decl) = 1;
6839 if (TREE_CODE (decl) != FUNCTION_DECL
6840 && (auto_node = type_uses_auto (type)))
6842 tree d_init;
6843 if (init == NULL_TREE)
6845 if (DECL_LANG_SPECIFIC (decl)
6846 && DECL_TEMPLATE_INSTANTIATION (decl)
6847 && !DECL_TEMPLATE_INSTANTIATED (decl))
6849 /* init is null because we're deferring instantiating the
6850 initializer until we need it. Well, we need it now. */
6851 instantiate_decl (decl, /*defer_ok*/true, /*expl*/false);
6852 return;
6855 gcc_assert (CLASS_PLACEHOLDER_TEMPLATE (auto_node));
6857 d_init = init;
6858 if (d_init)
6860 if (TREE_CODE (d_init) == TREE_LIST
6861 && !CLASS_PLACEHOLDER_TEMPLATE (auto_node))
6862 d_init = build_x_compound_expr_from_list (d_init, ELK_INIT,
6863 tf_warning_or_error);
6864 d_init = resolve_nondeduced_context (d_init, tf_warning_or_error);
6866 enum auto_deduction_context adc = adc_variable_type;
6867 if (VAR_P (decl) && DECL_DECOMPOSITION_P (decl))
6868 adc = adc_decomp_type;
6869 type = TREE_TYPE (decl) = do_auto_deduction (type, d_init, auto_node,
6870 tf_warning_or_error, adc,
6871 NULL_TREE, flags);
6872 if (type == error_mark_node)
6873 return;
6874 if (TREE_CODE (type) == FUNCTION_TYPE)
6876 error ("initializer for %<decltype(auto) %D%> has function type "
6877 "(did you forget the %<()%> ?)", decl);
6878 TREE_TYPE (decl) = error_mark_node;
6879 return;
6881 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
6884 if (ensure_literal_type_for_constexpr_object (decl)
6885 == error_mark_node)
6887 DECL_DECLARED_CONSTEXPR_P (decl) = 0;
6888 return;
6891 if (VAR_P (decl)
6892 && DECL_CLASS_SCOPE_P (decl)
6893 && DECL_INITIALIZED_IN_CLASS_P (decl))
6894 check_static_variable_definition (decl, type);
6896 if (init && TREE_CODE (decl) == FUNCTION_DECL)
6898 tree clone;
6899 if (init == ridpointers[(int)RID_DELETE])
6901 /* FIXME check this is 1st decl. */
6902 DECL_DELETED_FN (decl) = 1;
6903 DECL_DECLARED_INLINE_P (decl) = 1;
6904 DECL_INITIAL (decl) = error_mark_node;
6905 FOR_EACH_CLONE (clone, decl)
6907 DECL_DELETED_FN (clone) = 1;
6908 DECL_DECLARED_INLINE_P (clone) = 1;
6909 DECL_INITIAL (clone) = error_mark_node;
6911 init = NULL_TREE;
6913 else if (init == ridpointers[(int)RID_DEFAULT])
6915 if (defaultable_fn_check (decl))
6916 DECL_DEFAULTED_FN (decl) = 1;
6917 else
6918 DECL_INITIAL (decl) = NULL_TREE;
6922 if (init && VAR_P (decl))
6924 DECL_NONTRIVIALLY_INITIALIZED_P (decl) = 1;
6925 /* If DECL is a reference, then we want to know whether init is a
6926 reference constant; init_const_expr_p as passed tells us whether
6927 it's an rvalue constant. */
6928 if (TREE_CODE (type) == REFERENCE_TYPE)
6929 init_const_expr_p = potential_constant_expression (init);
6930 if (init_const_expr_p)
6932 /* Set these flags now for templates. We'll update the flags in
6933 store_init_value for instantiations. */
6934 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = 1;
6935 if (decl_maybe_constant_var_p (decl)
6936 /* FIXME setting TREE_CONSTANT on refs breaks the back end. */
6937 && TREE_CODE (type) != REFERENCE_TYPE)
6938 TREE_CONSTANT (decl) = 1;
6942 if (processing_template_decl)
6944 bool type_dependent_p;
6946 /* Add this declaration to the statement-tree. */
6947 if (at_function_scope_p ())
6948 add_decl_expr (decl);
6950 type_dependent_p = dependent_type_p (type);
6952 if (check_for_bare_parameter_packs (init))
6954 init = NULL_TREE;
6955 DECL_INITIAL (decl) = NULL_TREE;
6958 /* Generally, initializers in templates are expanded when the
6959 template is instantiated. But, if DECL is a variable constant
6960 then it can be used in future constant expressions, so its value
6961 must be available. */
6963 bool dep_init = false;
6965 if (!VAR_P (decl) || type_dependent_p)
6966 /* We can't do anything if the decl has dependent type. */;
6967 else if (!init && is_concept_var (decl))
6968 error ("variable concept has no initializer");
6969 else if (init
6970 && init_const_expr_p
6971 && TREE_CODE (type) != REFERENCE_TYPE
6972 && decl_maybe_constant_var_p (decl)
6973 && !(dep_init = value_dependent_init_p (init)))
6975 /* This variable seems to be a non-dependent constant, so process
6976 its initializer. If check_initializer returns non-null the
6977 initialization wasn't constant after all. */
6978 tree init_code;
6979 cleanups = make_tree_vector ();
6980 init_code = check_initializer (decl, init, flags, &cleanups);
6981 if (init_code == NULL_TREE)
6982 init = NULL_TREE;
6983 release_tree_vector (cleanups);
6985 else if (!DECL_PRETTY_FUNCTION_P (decl))
6987 /* Deduce array size even if the initializer is dependent. */
6988 maybe_deduce_size_from_array_init (decl, init);
6989 /* And complain about multiple initializers. */
6990 if (init && TREE_CODE (init) == TREE_LIST && TREE_CHAIN (init)
6991 && !MAYBE_CLASS_TYPE_P (type))
6992 init = build_x_compound_expr_from_list (init, ELK_INIT,
6993 tf_warning_or_error);
6996 if (init)
6997 DECL_INITIAL (decl) = init;
6998 if (dep_init)
7000 retrofit_lang_decl (decl);
7001 SET_DECL_DEPENDENT_INIT_P (decl, true);
7003 return;
7006 /* Just store non-static data member initializers for later. */
7007 if (init && TREE_CODE (decl) == FIELD_DECL)
7008 DECL_INITIAL (decl) = init;
7010 /* Take care of TYPE_DECLs up front. */
7011 if (TREE_CODE (decl) == TYPE_DECL)
7013 if (type != error_mark_node
7014 && MAYBE_CLASS_TYPE_P (type) && DECL_NAME (decl))
7016 if (TREE_TYPE (DECL_NAME (decl)) && TREE_TYPE (decl) != type)
7017 warning (0, "shadowing previous type declaration of %q#D", decl);
7018 set_identifier_type_value (DECL_NAME (decl), decl);
7021 /* If we have installed this as the canonical typedef for this
7022 type, and that type has not been defined yet, delay emitting
7023 the debug information for it, as we will emit it later. */
7024 if (TYPE_MAIN_DECL (TREE_TYPE (decl)) == decl
7025 && !COMPLETE_TYPE_P (TREE_TYPE (decl)))
7026 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
7028 rest_of_decl_compilation (decl, DECL_FILE_SCOPE_P (decl),
7029 at_eof);
7030 return;
7033 /* A reference will be modified here, as it is initialized. */
7034 if (! DECL_EXTERNAL (decl)
7035 && TREE_READONLY (decl)
7036 && TREE_CODE (type) == REFERENCE_TYPE)
7038 was_readonly = 1;
7039 TREE_READONLY (decl) = 0;
7042 if (VAR_P (decl))
7044 /* If this is a local variable that will need a mangled name,
7045 register it now. We must do this before processing the
7046 initializer for the variable, since the initialization might
7047 require a guard variable, and since the mangled name of the
7048 guard variable will depend on the mangled name of this
7049 variable. */
7050 if (DECL_FUNCTION_SCOPE_P (decl)
7051 && TREE_STATIC (decl)
7052 && !DECL_ARTIFICIAL (decl))
7054 push_local_name (decl);
7055 /* Normally has_forced_label_in_static is set during GIMPLE
7056 lowering, but [cd]tors are never actually compiled directly.
7057 We need to set this early so we can deal with the label
7058 address extension. */
7059 if ((DECL_CONSTRUCTOR_P (current_function_decl)
7060 || DECL_DESTRUCTOR_P (current_function_decl))
7061 && init)
7063 walk_tree (&init, notice_forced_label_r, NULL, NULL);
7064 add_local_decl (cfun, decl);
7066 /* And make sure it's in the symbol table for
7067 c_parse_final_cleanups to find. */
7068 varpool_node::get_create (decl);
7071 /* Convert the initializer to the type of DECL, if we have not
7072 already initialized DECL. */
7073 if (!DECL_INITIALIZED_P (decl)
7074 /* If !DECL_EXTERNAL then DECL is being defined. In the
7075 case of a static data member initialized inside the
7076 class-specifier, there can be an initializer even if DECL
7077 is *not* defined. */
7078 && (!DECL_EXTERNAL (decl) || init))
7080 cleanups = make_tree_vector ();
7081 init = check_initializer (decl, init, flags, &cleanups);
7083 /* Handle:
7085 [dcl.init]
7087 The memory occupied by any object of static storage
7088 duration is zero-initialized at program startup before
7089 any other initialization takes place.
7091 We cannot create an appropriate initializer until after
7092 the type of DECL is finalized. If DECL_INITIAL is set,
7093 then the DECL is statically initialized, and any
7094 necessary zero-initialization has already been performed. */
7095 if (TREE_STATIC (decl) && !DECL_INITIAL (decl))
7096 DECL_INITIAL (decl) = build_zero_init (TREE_TYPE (decl),
7097 /*nelts=*/NULL_TREE,
7098 /*static_storage_p=*/true);
7099 /* Remember that the initialization for this variable has
7100 taken place. */
7101 DECL_INITIALIZED_P (decl) = 1;
7102 /* This declaration is the definition of this variable,
7103 unless we are initializing a static data member within
7104 the class specifier. */
7105 if (!DECL_EXTERNAL (decl))
7106 var_definition_p = true;
7108 /* If the variable has an array type, lay out the type, even if
7109 there is no initializer. It is valid to index through the
7110 array, and we must get TYPE_ALIGN set correctly on the array
7111 type. */
7112 else if (TREE_CODE (type) == ARRAY_TYPE)
7113 layout_type (type);
7115 if (TREE_STATIC (decl)
7116 && !at_function_scope_p ()
7117 && current_function_decl == NULL)
7118 /* So decl is a global variable or a static member of a
7119 non local class. Record the types it uses
7120 so that we can decide later to emit debug info for them. */
7121 record_types_used_by_current_var_decl (decl);
7124 /* Add this declaration to the statement-tree. This needs to happen
7125 after the call to check_initializer so that the DECL_EXPR for a
7126 reference temp is added before the DECL_EXPR for the reference itself. */
7127 if (DECL_FUNCTION_SCOPE_P (decl))
7129 /* If we're building a variable sized type, and we might be
7130 reachable other than via the top of the current binding
7131 level, then create a new BIND_EXPR so that we deallocate
7132 the object at the right time. */
7133 if (VAR_P (decl)
7134 && DECL_SIZE (decl)
7135 && !TREE_CONSTANT (DECL_SIZE (decl))
7136 && STATEMENT_LIST_HAS_LABEL (cur_stmt_list))
7138 tree bind;
7139 bind = build3 (BIND_EXPR, void_type_node, NULL, NULL, NULL);
7140 TREE_SIDE_EFFECTS (bind) = 1;
7141 add_stmt (bind);
7142 BIND_EXPR_BODY (bind) = push_stmt_list ();
7144 add_decl_expr (decl);
7147 /* Let the middle end know about variables and functions -- but not
7148 static data members in uninstantiated class templates. */
7149 if (VAR_OR_FUNCTION_DECL_P (decl))
7151 if (VAR_P (decl))
7153 layout_var_decl (decl);
7154 maybe_commonize_var (decl);
7157 /* This needs to happen after the linkage is set. */
7158 determine_visibility (decl);
7160 if (var_definition_p && TREE_STATIC (decl))
7162 /* If a TREE_READONLY variable needs initialization
7163 at runtime, it is no longer readonly and we need to
7164 avoid MEM_READONLY_P being set on RTL created for it. */
7165 if (init)
7167 if (TREE_READONLY (decl))
7168 TREE_READONLY (decl) = 0;
7169 was_readonly = 0;
7171 else if (was_readonly)
7172 TREE_READONLY (decl) = 1;
7174 /* Likewise if it needs destruction. */
7175 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
7176 TREE_READONLY (decl) = 0;
7179 make_rtl_for_nonlocal_decl (decl, init, asmspec);
7181 /* Check for abstractness of the type. Notice that there is no
7182 need to strip array types here since the check for those types
7183 is already done within create_array_type_for_decl. */
7184 abstract_virtuals_error (decl, type);
7186 if (TREE_TYPE (decl) == error_mark_node)
7187 /* No initialization required. */
7189 else if (TREE_CODE (decl) == FUNCTION_DECL)
7191 if (init)
7193 if (init == ridpointers[(int)RID_DEFAULT])
7195 /* An out-of-class default definition is defined at
7196 the point where it is explicitly defaulted. */
7197 if (DECL_DELETED_FN (decl))
7198 maybe_explain_implicit_delete (decl);
7199 else if (DECL_INITIAL (decl) == error_mark_node)
7200 synthesize_method (decl);
7202 else
7203 error ("function %q#D is initialized like a variable", decl);
7205 /* else no initialization required. */
7207 else if (DECL_EXTERNAL (decl)
7208 && ! (DECL_LANG_SPECIFIC (decl)
7209 && DECL_NOT_REALLY_EXTERN (decl)))
7211 if (init)
7212 DECL_INITIAL (decl) = init;
7214 /* A variable definition. */
7215 else if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
7216 /* Initialize the local variable. */
7217 initialize_local_var (decl, init);
7219 /* If a variable is defined, and then a subsequent
7220 definition with external linkage is encountered, we will
7221 get here twice for the same variable. We want to avoid
7222 calling expand_static_init more than once. For variables
7223 that are not static data members, we can call
7224 expand_static_init only when we actually process the
7225 initializer. It is not legal to redeclare a static data
7226 member, so this issue does not arise in that case. */
7227 else if (var_definition_p && TREE_STATIC (decl))
7228 expand_static_init (decl, init);
7231 /* If a CLEANUP_STMT was created to destroy a temporary bound to a
7232 reference, insert it in the statement-tree now. */
7233 if (cleanups)
7235 unsigned i; tree t;
7236 FOR_EACH_VEC_ELT (*cleanups, i, t)
7237 push_cleanup (decl, t, false);
7238 release_tree_vector (cleanups);
7241 if (was_readonly)
7242 TREE_READONLY (decl) = 1;
7244 invoke_plugin_callbacks (PLUGIN_FINISH_DECL, decl);
7247 /* For class TYPE return itself or some its bases that contain
7248 any direct non-static data members. Return error_mark_node if an
7249 error has been diagnosed. */
7251 static tree
7252 find_decomp_class_base (location_t loc, tree type, tree ret)
7254 bool member_seen = false;
7255 for (tree field = TYPE_FIELDS (type); field; field = DECL_CHAIN (field))
7256 if (TREE_CODE (field) != FIELD_DECL
7257 || DECL_ARTIFICIAL (field)
7258 || DECL_UNNAMED_BIT_FIELD (field))
7259 continue;
7260 else if (ret)
7261 return type;
7262 else if (ANON_AGGR_TYPE_P (TREE_TYPE (field)))
7264 if (TREE_CODE (TREE_TYPE (field)) == RECORD_TYPE)
7265 error_at (loc, "cannot decompose class type %qT because it has an "
7266 "anonymous struct member", type);
7267 else
7268 error_at (loc, "cannot decompose class type %qT because it has an "
7269 "anonymous union member", type);
7270 inform (DECL_SOURCE_LOCATION (field), "declared here");
7271 return error_mark_node;
7273 else if (TREE_PRIVATE (field) || TREE_PROTECTED (field))
7275 error_at (loc, "cannot decompose non-public member %qD of %qT",
7276 field, type);
7277 inform (DECL_SOURCE_LOCATION (field),
7278 TREE_PRIVATE (field)
7279 ? G_("declared private here")
7280 : G_("declared protected here"));
7281 return error_mark_node;
7283 else
7284 member_seen = true;
7286 tree base_binfo, binfo;
7287 tree orig_ret = ret;
7288 int i;
7289 if (member_seen)
7290 ret = type;
7291 for (binfo = TYPE_BINFO (type), i = 0;
7292 BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
7294 tree t = find_decomp_class_base (loc, TREE_TYPE (base_binfo), ret);
7295 if (t == error_mark_node)
7296 return error_mark_node;
7297 if (t != NULL_TREE && t != ret)
7299 if (ret == type)
7301 error_at (loc, "cannot decompose class type %qT: both it and "
7302 "its base class %qT have non-static data members",
7303 type, t);
7304 return error_mark_node;
7306 else if (orig_ret != NULL_TREE)
7307 return t;
7308 else if (ret != NULL_TREE)
7310 error_at (loc, "cannot decompose class type %qT: its base "
7311 "classes %qT and %qT have non-static data "
7312 "members", type, ret, t);
7313 return error_mark_node;
7315 else
7316 ret = t;
7319 return ret;
7322 /* Return std::tuple_size<TYPE>::value. */
7324 static tree
7325 get_tuple_size (tree type)
7327 tree args = make_tree_vec (1);
7328 TREE_VEC_ELT (args, 0) = type;
7329 tree inst = lookup_template_class (get_identifier ("tuple_size"), args,
7330 /*in_decl*/NULL_TREE,
7331 /*context*/std_node,
7332 /*entering_scope*/false, tf_none);
7333 inst = complete_type (inst);
7334 if (inst == error_mark_node || !COMPLETE_TYPE_P (inst))
7335 return NULL_TREE;
7336 tree val = lookup_qualified_name (inst, get_identifier ("value"),
7337 /*type*/false, /*complain*/false);
7338 if (TREE_CODE (val) == VAR_DECL || TREE_CODE (val) == CONST_DECL)
7339 val = maybe_constant_value (val);
7340 if (TREE_CODE (val) == INTEGER_CST)
7341 return val;
7342 else
7343 return error_mark_node;
7346 /* Return std::tuple_element<I,TYPE>::type. */
7348 static tree
7349 get_tuple_element_type (tree type, unsigned i)
7351 tree args = make_tree_vec (2);
7352 TREE_VEC_ELT (args, 0) = build_int_cst (integer_type_node, i);
7353 TREE_VEC_ELT (args, 1) = type;
7354 tree inst = lookup_template_class (get_identifier ("tuple_element"), args,
7355 /*in_decl*/NULL_TREE,
7356 /*context*/std_node,
7357 /*entering_scope*/false,
7358 tf_warning_or_error);
7359 return make_typename_type (inst, get_identifier ("type"),
7360 none_type, tf_warning_or_error);
7363 /* Return e.get<i>() or get<i>(e). */
7365 static tree
7366 get_tuple_decomp_init (tree decl, unsigned i)
7368 tree get_id = get_identifier ("get");
7369 tree targs = make_tree_vec (1);
7370 TREE_VEC_ELT (targs, 0) = build_int_cst (integer_type_node, i);
7372 tree etype = TREE_TYPE (decl);
7373 tree e = convert_from_reference (decl);
7375 /* [The id-expression] e is an lvalue if the type of the entity e is an
7376 lvalue reference and an xvalue otherwise. */
7377 if (TREE_CODE (etype) != REFERENCE_TYPE
7378 || TYPE_REF_IS_RVALUE (etype))
7379 e = move (e);
7381 tree fns = lookup_qualified_name (TREE_TYPE (e), get_id,
7382 /*type*/false, /*complain*/false);
7383 if (fns != error_mark_node)
7385 fns = lookup_template_function (fns, targs);
7386 return build_new_method_call (e, fns, /*args*/NULL,
7387 /*path*/NULL_TREE, LOOKUP_NORMAL,
7388 /*fn_p*/NULL, tf_warning_or_error);
7390 else
7392 vec<tree,va_gc> *args = make_tree_vector_single (e);
7393 fns = lookup_template_function (get_id, targs);
7394 fns = perform_koenig_lookup (fns, args, tf_warning_or_error);
7395 return finish_call_expr (fns, &args, /*novirt*/false,
7396 /*koenig*/true, tf_warning_or_error);
7400 /* It's impossible to recover the decltype of a tuple decomposition variable
7401 based on the actual type of the variable, so store it in a hash table. */
7403 static GTY((cache)) tree_cache_map *decomp_type_table;
7404 static void
7405 store_decomp_type (tree v, tree t)
7407 if (!decomp_type_table)
7408 decomp_type_table = tree_cache_map::create_ggc (13);
7409 decomp_type_table->put (v, t);
7412 tree
7413 lookup_decomp_type (tree v)
7415 return *decomp_type_table->get (v);
7418 /* Mangle a decomposition declaration if needed. Arguments like
7419 in cp_finish_decomp. */
7421 void
7422 cp_maybe_mangle_decomp (tree decl, tree first, unsigned int count)
7424 if (!processing_template_decl
7425 && !error_operand_p (decl)
7426 && DECL_NAMESPACE_SCOPE_P (decl))
7428 auto_vec<tree, 16> v;
7429 v.safe_grow (count);
7430 tree d = first;
7431 for (unsigned int i = 0; i < count; i++, d = DECL_CHAIN (d))
7432 v[count - i - 1] = d;
7433 SET_DECL_ASSEMBLER_NAME (decl, mangle_decomp (decl, v));
7437 /* Finish a decomposition declaration. DECL is the underlying declaration
7438 "e", FIRST is the head of a chain of decls for the individual identifiers
7439 chained through DECL_CHAIN in reverse order and COUNT is the number of
7440 those decls. */
7442 void
7443 cp_finish_decomp (tree decl, tree first, unsigned int count)
7445 if (error_operand_p (decl))
7447 error_out:
7448 while (count--)
7450 TREE_TYPE (first) = error_mark_node;
7451 if (DECL_HAS_VALUE_EXPR_P (first))
7453 SET_DECL_VALUE_EXPR (first, NULL_TREE);
7454 DECL_HAS_VALUE_EXPR_P (first) = 0;
7456 first = DECL_CHAIN (first);
7458 if (DECL_P (decl) && DECL_NAMESPACE_SCOPE_P (decl))
7459 SET_DECL_ASSEMBLER_NAME (decl, get_identifier ("<decomp>"));
7460 return;
7463 location_t loc = DECL_SOURCE_LOCATION (decl);
7464 if (type_dependent_expression_p (decl)
7465 /* This happens for range for when not in templates.
7466 Still add the DECL_VALUE_EXPRs for later processing. */
7467 || (!processing_template_decl
7468 && type_uses_auto (TREE_TYPE (decl))))
7470 for (unsigned int i = 0; i < count; i++)
7472 if (!DECL_HAS_VALUE_EXPR_P (first))
7474 tree v = build_nt (ARRAY_REF, decl,
7475 size_int (count - i - 1),
7476 NULL_TREE, NULL_TREE);
7477 SET_DECL_VALUE_EXPR (first, v);
7478 DECL_HAS_VALUE_EXPR_P (first) = 1;
7480 if (processing_template_decl)
7481 fit_decomposition_lang_decl (first, decl);
7482 first = DECL_CHAIN (first);
7484 return;
7487 auto_vec<tree, 16> v;
7488 v.safe_grow (count);
7489 tree d = first;
7490 for (unsigned int i = 0; i < count; i++, d = DECL_CHAIN (d))
7492 v[count - i - 1] = d;
7493 fit_decomposition_lang_decl (d, decl);
7496 tree type = TREE_TYPE (decl);
7497 tree dexp = decl;
7499 if (TREE_CODE (type) == REFERENCE_TYPE)
7501 dexp = convert_from_reference (dexp);
7502 type = complete_type (TREE_TYPE (type));
7503 if (type == error_mark_node)
7504 goto error_out;
7505 if (!COMPLETE_TYPE_P (type))
7507 error_at (loc, "structured binding refers to incomplete type %qT",
7508 type);
7509 goto error_out;
7513 tree eltype = NULL_TREE;
7514 unsigned HOST_WIDE_INT eltscnt = 0;
7515 if (TREE_CODE (type) == ARRAY_TYPE)
7517 tree nelts;
7518 nelts = array_type_nelts_top (type);
7519 if (nelts == error_mark_node)
7520 goto error_out;
7521 if (!tree_fits_uhwi_p (nelts))
7523 error_at (loc, "cannot decompose variable length array %qT", type);
7524 goto error_out;
7526 eltscnt = tree_to_uhwi (nelts);
7527 if (count != eltscnt)
7529 cnt_mismatch:
7530 if (count > eltscnt)
7531 error_n (loc, count,
7532 "%u name provided for structured binding",
7533 "%u names provided for structured binding", count);
7534 else
7535 error_n (loc, count,
7536 "only %u name provided for structured binding",
7537 "only %u names provided for structured binding", count);
7538 inform_n (loc, eltscnt,
7539 "while %qT decomposes into %wu element",
7540 "while %qT decomposes into %wu elements",
7541 type, eltscnt);
7542 goto error_out;
7544 eltype = TREE_TYPE (type);
7545 for (unsigned int i = 0; i < count; i++)
7547 TREE_TYPE (v[i]) = eltype;
7548 layout_decl (v[i], 0);
7549 if (processing_template_decl)
7550 continue;
7551 tree t = unshare_expr (dexp);
7552 t = build4_loc (DECL_SOURCE_LOCATION (v[i]), ARRAY_REF,
7553 eltype, t, size_int (i), NULL_TREE,
7554 NULL_TREE);
7555 SET_DECL_VALUE_EXPR (v[i], t);
7556 DECL_HAS_VALUE_EXPR_P (v[i]) = 1;
7559 /* 2 GNU extensions. */
7560 else if (TREE_CODE (type) == COMPLEX_TYPE)
7562 eltscnt = 2;
7563 if (count != eltscnt)
7564 goto cnt_mismatch;
7565 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type));
7566 for (unsigned int i = 0; i < count; i++)
7568 TREE_TYPE (v[i]) = eltype;
7569 layout_decl (v[i], 0);
7570 if (processing_template_decl)
7571 continue;
7572 tree t = unshare_expr (dexp);
7573 t = build1_loc (DECL_SOURCE_LOCATION (v[i]),
7574 i ? IMAGPART_EXPR : REALPART_EXPR, eltype,
7576 SET_DECL_VALUE_EXPR (v[i], t);
7577 DECL_HAS_VALUE_EXPR_P (v[i]) = 1;
7580 else if (TREE_CODE (type) == VECTOR_TYPE)
7582 if (!TYPE_VECTOR_SUBPARTS (type).is_constant (&eltscnt))
7584 error_at (loc, "cannot decompose variable length vector %qT", type);
7585 goto error_out;
7587 if (count != eltscnt)
7588 goto cnt_mismatch;
7589 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type));
7590 for (unsigned int i = 0; i < count; i++)
7592 TREE_TYPE (v[i]) = eltype;
7593 layout_decl (v[i], 0);
7594 if (processing_template_decl)
7595 continue;
7596 tree t = unshare_expr (dexp);
7597 convert_vector_to_array_for_subscript (DECL_SOURCE_LOCATION (v[i]),
7598 &t, size_int (i));
7599 t = build4_loc (DECL_SOURCE_LOCATION (v[i]), ARRAY_REF,
7600 eltype, t, size_int (i), NULL_TREE,
7601 NULL_TREE);
7602 SET_DECL_VALUE_EXPR (v[i], t);
7603 DECL_HAS_VALUE_EXPR_P (v[i]) = 1;
7606 else if (tree tsize = get_tuple_size (type))
7608 if (tsize == error_mark_node)
7610 error_at (loc, "%<std::tuple_size<%T>::value%> is not an integral "
7611 "constant expression", type);
7612 goto error_out;
7614 if (!tree_fits_uhwi_p (tsize))
7616 error_n (loc, count,
7617 "%u name provided for structured binding",
7618 "%u names provided for structured binding", count);
7619 inform (loc, "while %qT decomposes into %E elements",
7620 type, tsize);
7621 goto error_out;
7623 eltscnt = tree_to_uhwi (tsize);
7624 if (count != eltscnt)
7625 goto cnt_mismatch;
7626 int save_read = DECL_READ_P (decl);
7627 for (unsigned i = 0; i < count; ++i)
7629 location_t sloc = input_location;
7630 location_t dloc = DECL_SOURCE_LOCATION (v[i]);
7632 input_location = dloc;
7633 tree init = get_tuple_decomp_init (decl, i);
7634 tree eltype = (init == error_mark_node ? error_mark_node
7635 : get_tuple_element_type (type, i));
7636 input_location = sloc;
7638 if (init == error_mark_node || eltype == error_mark_node)
7640 inform (dloc, "in initialization of structured binding "
7641 "variable %qD", v[i]);
7642 goto error_out;
7644 /* Save the decltype away before reference collapse. */
7645 store_decomp_type (v[i], eltype);
7646 eltype = cp_build_reference_type (eltype, !lvalue_p (init));
7647 TREE_TYPE (v[i]) = eltype;
7648 layout_decl (v[i], 0);
7649 if (DECL_HAS_VALUE_EXPR_P (v[i]))
7651 /* In this case the names are variables, not just proxies. */
7652 SET_DECL_VALUE_EXPR (v[i], NULL_TREE);
7653 DECL_HAS_VALUE_EXPR_P (v[i]) = 0;
7655 if (!processing_template_decl)
7656 cp_finish_decl (v[i], init, /*constexpr*/false,
7657 /*asm*/NULL_TREE, LOOKUP_NORMAL);
7659 /* Ignore reads from the underlying decl performed during initialization
7660 of the individual variables. If those will be read, we'll mark
7661 the underlying decl as read at that point. */
7662 DECL_READ_P (decl) = save_read;
7664 else if (TREE_CODE (type) == UNION_TYPE)
7666 error_at (loc, "cannot decompose union type %qT", type);
7667 goto error_out;
7669 else if (!CLASS_TYPE_P (type))
7671 error_at (loc, "cannot decompose non-array non-class type %qT", type);
7672 goto error_out;
7674 else if (LAMBDA_TYPE_P (type))
7676 error_at (loc, "cannot decompose lambda closure type %qT", type);
7677 goto error_out;
7679 else
7681 tree btype = find_decomp_class_base (loc, type, NULL_TREE);
7682 if (btype == error_mark_node)
7683 goto error_out;
7684 else if (btype == NULL_TREE)
7686 error_at (loc, "cannot decompose class type %qT without non-static "
7687 "data members", type);
7688 goto error_out;
7690 for (tree field = TYPE_FIELDS (btype); field; field = TREE_CHAIN (field))
7691 if (TREE_CODE (field) != FIELD_DECL
7692 || DECL_ARTIFICIAL (field)
7693 || DECL_UNNAMED_BIT_FIELD (field))
7694 continue;
7695 else
7696 eltscnt++;
7697 if (count != eltscnt)
7698 goto cnt_mismatch;
7699 tree t = dexp;
7700 if (type != btype)
7702 t = convert_to_base (t, btype, /*check_access*/true,
7703 /*nonnull*/false, tf_warning_or_error);
7704 type = btype;
7706 unsigned int i = 0;
7707 for (tree field = TYPE_FIELDS (btype); field; field = TREE_CHAIN (field))
7708 if (TREE_CODE (field) != FIELD_DECL
7709 || DECL_ARTIFICIAL (field)
7710 || DECL_UNNAMED_BIT_FIELD (field))
7711 continue;
7712 else
7714 tree tt = finish_non_static_data_member (field, unshare_expr (t),
7715 NULL_TREE);
7716 if (REFERENCE_REF_P (tt))
7717 tt = TREE_OPERAND (tt, 0);
7718 TREE_TYPE (v[i]) = TREE_TYPE (tt);
7719 layout_decl (v[i], 0);
7720 if (!processing_template_decl)
7722 SET_DECL_VALUE_EXPR (v[i], tt);
7723 DECL_HAS_VALUE_EXPR_P (v[i]) = 1;
7725 i++;
7728 if (processing_template_decl)
7730 for (unsigned int i = 0; i < count; i++)
7731 if (!DECL_HAS_VALUE_EXPR_P (v[i]))
7733 tree a = build_nt (ARRAY_REF, decl, size_int (i),
7734 NULL_TREE, NULL_TREE);
7735 SET_DECL_VALUE_EXPR (v[i], a);
7736 DECL_HAS_VALUE_EXPR_P (v[i]) = 1;
7741 /* Returns a declaration for a VAR_DECL as if:
7743 extern "C" TYPE NAME;
7745 had been seen. Used to create compiler-generated global
7746 variables. */
7748 static tree
7749 declare_global_var (tree name, tree type)
7751 tree decl;
7753 push_to_top_level ();
7754 decl = build_decl (input_location, VAR_DECL, name, type);
7755 TREE_PUBLIC (decl) = 1;
7756 DECL_EXTERNAL (decl) = 1;
7757 DECL_ARTIFICIAL (decl) = 1;
7758 DECL_CONTEXT (decl) = FROB_CONTEXT (global_namespace);
7759 /* If the user has explicitly declared this variable (perhaps
7760 because the code we are compiling is part of a low-level runtime
7761 library), then it is possible that our declaration will be merged
7762 with theirs by pushdecl. */
7763 decl = pushdecl (decl);
7764 cp_finish_decl (decl, NULL_TREE, false, NULL_TREE, 0);
7765 pop_from_top_level ();
7767 return decl;
7770 /* Returns the type for the argument to "__cxa_atexit" (or "atexit",
7771 if "__cxa_atexit" is not being used) corresponding to the function
7772 to be called when the program exits. */
7774 static tree
7775 get_atexit_fn_ptr_type (void)
7777 tree fn_type;
7779 if (!atexit_fn_ptr_type_node)
7781 tree arg_type;
7782 if (flag_use_cxa_atexit
7783 && !targetm.cxx.use_atexit_for_cxa_atexit ())
7784 /* The parameter to "__cxa_atexit" is "void (*)(void *)". */
7785 arg_type = ptr_type_node;
7786 else
7787 /* The parameter to "atexit" is "void (*)(void)". */
7788 arg_type = NULL_TREE;
7790 fn_type = build_function_type_list (void_type_node,
7791 arg_type, NULL_TREE);
7792 atexit_fn_ptr_type_node = build_pointer_type (fn_type);
7795 return atexit_fn_ptr_type_node;
7798 /* Returns a pointer to the `atexit' function. Note that if
7799 FLAG_USE_CXA_ATEXIT is nonzero, then this will actually be the new
7800 `__cxa_atexit' function specified in the IA64 C++ ABI. */
7802 static tree
7803 get_atexit_node (void)
7805 tree atexit_fndecl;
7806 tree fn_type;
7807 tree fn_ptr_type;
7808 const char *name;
7809 bool use_aeabi_atexit;
7811 if (atexit_node)
7812 return atexit_node;
7814 if (flag_use_cxa_atexit && !targetm.cxx.use_atexit_for_cxa_atexit ())
7816 /* The declaration for `__cxa_atexit' is:
7818 int __cxa_atexit (void (*)(void *), void *, void *)
7820 We build up the argument types and then the function type
7821 itself. */
7822 tree argtype0, argtype1, argtype2;
7824 use_aeabi_atexit = targetm.cxx.use_aeabi_atexit ();
7825 /* First, build the pointer-to-function type for the first
7826 argument. */
7827 fn_ptr_type = get_atexit_fn_ptr_type ();
7828 /* Then, build the rest of the argument types. */
7829 argtype2 = ptr_type_node;
7830 if (use_aeabi_atexit)
7832 argtype1 = fn_ptr_type;
7833 argtype0 = ptr_type_node;
7835 else
7837 argtype1 = ptr_type_node;
7838 argtype0 = fn_ptr_type;
7840 /* And the final __cxa_atexit type. */
7841 fn_type = build_function_type_list (integer_type_node,
7842 argtype0, argtype1, argtype2,
7843 NULL_TREE);
7844 if (use_aeabi_atexit)
7845 name = "__aeabi_atexit";
7846 else
7847 name = "__cxa_atexit";
7849 else
7851 /* The declaration for `atexit' is:
7853 int atexit (void (*)());
7855 We build up the argument types and then the function type
7856 itself. */
7857 fn_ptr_type = get_atexit_fn_ptr_type ();
7858 /* Build the final atexit type. */
7859 fn_type = build_function_type_list (integer_type_node,
7860 fn_ptr_type, NULL_TREE);
7861 name = "atexit";
7864 /* Now, build the function declaration. */
7865 push_lang_context (lang_name_c);
7866 atexit_fndecl = build_library_fn_ptr (name, fn_type, ECF_LEAF | ECF_NOTHROW);
7867 mark_used (atexit_fndecl);
7868 pop_lang_context ();
7869 atexit_node = decay_conversion (atexit_fndecl, tf_warning_or_error);
7871 return atexit_node;
7874 /* Like get_atexit_node, but for thread-local cleanups. */
7876 static tree
7877 get_thread_atexit_node (void)
7879 /* The declaration for `__cxa_thread_atexit' is:
7881 int __cxa_thread_atexit (void (*)(void *), void *, void *) */
7882 tree fn_type = build_function_type_list (integer_type_node,
7883 get_atexit_fn_ptr_type (),
7884 ptr_type_node, ptr_type_node,
7885 NULL_TREE);
7887 /* Now, build the function declaration. */
7888 tree atexit_fndecl = build_library_fn_ptr ("__cxa_thread_atexit", fn_type,
7889 ECF_LEAF | ECF_NOTHROW);
7890 return decay_conversion (atexit_fndecl, tf_warning_or_error);
7893 /* Returns the __dso_handle VAR_DECL. */
7895 static tree
7896 get_dso_handle_node (void)
7898 if (dso_handle_node)
7899 return dso_handle_node;
7901 /* Declare the variable. */
7902 dso_handle_node = declare_global_var (get_identifier ("__dso_handle"),
7903 ptr_type_node);
7905 #ifdef HAVE_GAS_HIDDEN
7906 if (dso_handle_node != error_mark_node)
7908 DECL_VISIBILITY (dso_handle_node) = VISIBILITY_HIDDEN;
7909 DECL_VISIBILITY_SPECIFIED (dso_handle_node) = 1;
7911 #endif
7913 return dso_handle_node;
7916 /* Begin a new function with internal linkage whose job will be simply
7917 to destroy some particular variable. */
7919 static GTY(()) int start_cleanup_cnt;
7921 static tree
7922 start_cleanup_fn (void)
7924 char name[32];
7925 tree fntype;
7926 tree fndecl;
7927 bool use_cxa_atexit = flag_use_cxa_atexit
7928 && !targetm.cxx.use_atexit_for_cxa_atexit ();
7930 push_to_top_level ();
7932 /* No need to mangle this. */
7933 push_lang_context (lang_name_c);
7935 /* Build the name of the function. */
7936 sprintf (name, "__tcf_%d", start_cleanup_cnt++);
7937 /* Build the function declaration. */
7938 fntype = TREE_TYPE (get_atexit_fn_ptr_type ());
7939 fndecl = build_lang_decl (FUNCTION_DECL, get_identifier (name), fntype);
7940 /* It's a function with internal linkage, generated by the
7941 compiler. */
7942 TREE_PUBLIC (fndecl) = 0;
7943 DECL_ARTIFICIAL (fndecl) = 1;
7944 /* Make the function `inline' so that it is only emitted if it is
7945 actually needed. It is unlikely that it will be inlined, since
7946 it is only called via a function pointer, but we avoid unnecessary
7947 emissions this way. */
7948 DECL_DECLARED_INLINE_P (fndecl) = 1;
7949 DECL_INTERFACE_KNOWN (fndecl) = 1;
7950 /* Build the parameter. */
7951 if (use_cxa_atexit)
7953 tree parmdecl = cp_build_parm_decl (fndecl, NULL_TREE, ptr_type_node);
7954 TREE_USED (parmdecl) = 1;
7955 DECL_READ_P (parmdecl) = 1;
7956 DECL_ARGUMENTS (fndecl) = parmdecl;
7959 pushdecl (fndecl);
7960 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED);
7962 pop_lang_context ();
7964 return current_function_decl;
7967 /* Finish the cleanup function begun by start_cleanup_fn. */
7969 static void
7970 end_cleanup_fn (void)
7972 expand_or_defer_fn (finish_function (/*inline_p=*/false));
7974 pop_from_top_level ();
7977 /* Generate code to handle the destruction of DECL, an object with
7978 static storage duration. */
7980 tree
7981 register_dtor_fn (tree decl)
7983 tree cleanup;
7984 tree addr;
7985 tree compound_stmt;
7986 tree fcall;
7987 tree type;
7988 bool ob_parm, dso_parm, use_dtor;
7989 tree arg0, arg1, arg2;
7990 tree atex_node;
7992 type = TREE_TYPE (decl);
7993 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type))
7994 return void_node;
7996 /* If we're using "__cxa_atexit" (or "__cxa_thread_atexit" or
7997 "__aeabi_atexit"), and DECL is a class object, we can just pass the
7998 destructor to "__cxa_atexit"; we don't have to build a temporary
7999 function to do the cleanup. */
8000 dso_parm = (flag_use_cxa_atexit
8001 && !targetm.cxx.use_atexit_for_cxa_atexit ());
8002 ob_parm = (CP_DECL_THREAD_LOCAL_P (decl) || dso_parm);
8003 use_dtor = ob_parm && CLASS_TYPE_P (type);
8004 if (use_dtor)
8006 cleanup = get_class_binding (type, complete_dtor_identifier);
8008 /* Make sure it is accessible. */
8009 perform_or_defer_access_check (TYPE_BINFO (type), cleanup, cleanup,
8010 tf_warning_or_error);
8012 else
8014 /* Call build_cleanup before we enter the anonymous function so
8015 that any access checks will be done relative to the current
8016 scope, rather than the scope of the anonymous function. */
8017 build_cleanup (decl);
8019 /* Now start the function. */
8020 cleanup = start_cleanup_fn ();
8022 /* Now, recompute the cleanup. It may contain SAVE_EXPRs that refer
8023 to the original function, rather than the anonymous one. That
8024 will make the back end think that nested functions are in use,
8025 which causes confusion. */
8026 push_deferring_access_checks (dk_no_check);
8027 fcall = build_cleanup (decl);
8028 pop_deferring_access_checks ();
8030 /* Create the body of the anonymous function. */
8031 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
8032 finish_expr_stmt (fcall);
8033 finish_compound_stmt (compound_stmt);
8034 end_cleanup_fn ();
8037 /* Call atexit with the cleanup function. */
8038 mark_used (cleanup);
8039 cleanup = build_address (cleanup);
8041 if (CP_DECL_THREAD_LOCAL_P (decl))
8042 atex_node = get_thread_atexit_node ();
8043 else
8044 atex_node = get_atexit_node ();
8046 if (use_dtor)
8048 /* We must convert CLEANUP to the type that "__cxa_atexit"
8049 expects. */
8050 cleanup = build_nop (get_atexit_fn_ptr_type (), cleanup);
8051 /* "__cxa_atexit" will pass the address of DECL to the
8052 cleanup function. */
8053 mark_used (decl);
8054 addr = build_address (decl);
8055 /* The declared type of the parameter to "__cxa_atexit" is
8056 "void *". For plain "T*", we could just let the
8057 machinery in cp_build_function_call convert it -- but if the
8058 type is "cv-qualified T *", then we need to convert it
8059 before passing it in, to avoid spurious errors. */
8060 addr = build_nop (ptr_type_node, addr);
8062 else
8063 /* Since the cleanup functions we build ignore the address
8064 they're given, there's no reason to pass the actual address
8065 in, and, in general, it's cheaper to pass NULL than any
8066 other value. */
8067 addr = null_pointer_node;
8069 if (dso_parm)
8070 arg2 = cp_build_addr_expr (get_dso_handle_node (),
8071 tf_warning_or_error);
8072 else if (ob_parm)
8073 /* Just pass NULL to the dso handle parm if we don't actually
8074 have a DSO handle on this target. */
8075 arg2 = null_pointer_node;
8076 else
8077 arg2 = NULL_TREE;
8079 if (ob_parm)
8081 if (!CP_DECL_THREAD_LOCAL_P (decl)
8082 && targetm.cxx.use_aeabi_atexit ())
8084 arg1 = cleanup;
8085 arg0 = addr;
8087 else
8089 arg1 = addr;
8090 arg0 = cleanup;
8093 else
8095 arg0 = cleanup;
8096 arg1 = NULL_TREE;
8098 return cp_build_function_call_nary (atex_node, tf_warning_or_error,
8099 arg0, arg1, arg2, NULL_TREE);
8102 /* DECL is a VAR_DECL with static storage duration. INIT, if present,
8103 is its initializer. Generate code to handle the construction
8104 and destruction of DECL. */
8106 static void
8107 expand_static_init (tree decl, tree init)
8109 gcc_assert (VAR_P (decl));
8110 gcc_assert (TREE_STATIC (decl));
8112 /* Some variables require no dynamic initialization. */
8113 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
8115 /* Make sure the destructor is callable. */
8116 cxx_maybe_build_cleanup (decl, tf_warning_or_error);
8117 if (!init)
8118 return;
8121 if (CP_DECL_THREAD_LOCAL_P (decl) && DECL_GNU_TLS_P (decl)
8122 && !DECL_FUNCTION_SCOPE_P (decl))
8124 if (init)
8125 error ("non-local variable %qD declared %<__thread%> "
8126 "needs dynamic initialization", decl);
8127 else
8128 error ("non-local variable %qD declared %<__thread%> "
8129 "has a non-trivial destructor", decl);
8130 static bool informed;
8131 if (!informed)
8133 inform (DECL_SOURCE_LOCATION (decl),
8134 "C++11 %<thread_local%> allows dynamic initialization "
8135 "and destruction");
8136 informed = true;
8138 return;
8141 if (DECL_FUNCTION_SCOPE_P (decl))
8143 /* Emit code to perform this initialization but once. */
8144 tree if_stmt = NULL_TREE, inner_if_stmt = NULL_TREE;
8145 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE;
8146 tree guard, guard_addr;
8147 tree flag, begin;
8148 /* We don't need thread-safety code for thread-local vars. */
8149 bool thread_guard = (flag_threadsafe_statics
8150 && !CP_DECL_THREAD_LOCAL_P (decl));
8152 /* Emit code to perform this initialization but once. This code
8153 looks like:
8155 static <type> guard;
8156 if (!__atomic_load (guard.first_byte)) {
8157 if (__cxa_guard_acquire (&guard)) {
8158 bool flag = false;
8159 try {
8160 // Do initialization.
8161 flag = true; __cxa_guard_release (&guard);
8162 // Register variable for destruction at end of program.
8163 } catch {
8164 if (!flag) __cxa_guard_abort (&guard);
8169 Note that the `flag' variable is only set to 1 *after* the
8170 initialization is complete. This ensures that an exception,
8171 thrown during the construction, will cause the variable to
8172 reinitialized when we pass through this code again, as per:
8174 [stmt.dcl]
8176 If the initialization exits by throwing an exception, the
8177 initialization is not complete, so it will be tried again
8178 the next time control enters the declaration.
8180 This process should be thread-safe, too; multiple threads
8181 should not be able to initialize the variable more than
8182 once. */
8184 /* Create the guard variable. */
8185 guard = get_guard (decl);
8187 /* Begin the conditional initialization. */
8188 if_stmt = begin_if_stmt ();
8190 finish_if_stmt_cond (get_guard_cond (guard, thread_guard), if_stmt);
8191 then_clause = begin_compound_stmt (BCS_NO_SCOPE);
8193 if (thread_guard)
8195 tree vfntype = NULL_TREE;
8196 tree acquire_name, release_name, abort_name;
8197 tree acquire_fn, release_fn, abort_fn;
8198 guard_addr = build_address (guard);
8200 acquire_name = get_identifier ("__cxa_guard_acquire");
8201 release_name = get_identifier ("__cxa_guard_release");
8202 abort_name = get_identifier ("__cxa_guard_abort");
8203 acquire_fn = get_global_binding (acquire_name);
8204 release_fn = get_global_binding (release_name);
8205 abort_fn = get_global_binding (abort_name);
8206 if (!acquire_fn)
8207 acquire_fn = push_library_fn
8208 (acquire_name, build_function_type_list (integer_type_node,
8209 TREE_TYPE (guard_addr),
8210 NULL_TREE),
8211 NULL_TREE, ECF_NOTHROW | ECF_LEAF);
8212 if (!release_fn || !abort_fn)
8213 vfntype = build_function_type_list (void_type_node,
8214 TREE_TYPE (guard_addr),
8215 NULL_TREE);
8216 if (!release_fn)
8217 release_fn = push_library_fn (release_name, vfntype, NULL_TREE,
8218 ECF_NOTHROW | ECF_LEAF);
8219 if (!abort_fn)
8220 abort_fn = push_library_fn (abort_name, vfntype, NULL_TREE,
8221 ECF_NOTHROW | ECF_LEAF);
8223 inner_if_stmt = begin_if_stmt ();
8224 finish_if_stmt_cond (build_call_n (acquire_fn, 1, guard_addr),
8225 inner_if_stmt);
8227 inner_then_clause = begin_compound_stmt (BCS_NO_SCOPE);
8228 begin = get_target_expr (boolean_false_node);
8229 flag = TARGET_EXPR_SLOT (begin);
8231 TARGET_EXPR_CLEANUP (begin)
8232 = build3 (COND_EXPR, void_type_node, flag,
8233 void_node,
8234 build_call_n (abort_fn, 1, guard_addr));
8235 CLEANUP_EH_ONLY (begin) = 1;
8237 /* Do the initialization itself. */
8238 init = add_stmt_to_compound (begin, init);
8239 init = add_stmt_to_compound
8240 (init, build2 (MODIFY_EXPR, void_type_node, flag, boolean_true_node));
8241 init = add_stmt_to_compound
8242 (init, build_call_n (release_fn, 1, guard_addr));
8244 else
8245 init = add_stmt_to_compound (init, set_guard (guard));
8247 /* Use atexit to register a function for destroying this static
8248 variable. */
8249 init = add_stmt_to_compound (init, register_dtor_fn (decl));
8251 finish_expr_stmt (init);
8253 if (thread_guard)
8255 finish_compound_stmt (inner_then_clause);
8256 finish_then_clause (inner_if_stmt);
8257 finish_if_stmt (inner_if_stmt);
8260 finish_compound_stmt (then_clause);
8261 finish_then_clause (if_stmt);
8262 finish_if_stmt (if_stmt);
8264 else if (CP_DECL_THREAD_LOCAL_P (decl))
8265 tls_aggregates = tree_cons (init, decl, tls_aggregates);
8266 else
8267 static_aggregates = tree_cons (init, decl, static_aggregates);
8271 /* Make TYPE a complete type based on INITIAL_VALUE.
8272 Return 0 if successful, 1 if INITIAL_VALUE can't be deciphered,
8273 2 if there was no information (in which case assume 0 if DO_DEFAULT),
8274 3 if the initializer list is empty (in pedantic mode). */
8277 cp_complete_array_type (tree *ptype, tree initial_value, bool do_default)
8279 int failure;
8280 tree type, elt_type;
8282 /* Don't get confused by a CONSTRUCTOR for some other type. */
8283 if (initial_value && TREE_CODE (initial_value) == CONSTRUCTOR
8284 && !BRACE_ENCLOSED_INITIALIZER_P (initial_value)
8285 && TREE_CODE (TREE_TYPE (initial_value)) != ARRAY_TYPE)
8286 return 1;
8288 if (initial_value)
8290 unsigned HOST_WIDE_INT i;
8291 tree value;
8293 /* An array of character type can be initialized from a
8294 brace-enclosed string constant.
8296 FIXME: this code is duplicated from reshape_init. Probably
8297 we should just call reshape_init here? */
8298 if (char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (*ptype)))
8299 && TREE_CODE (initial_value) == CONSTRUCTOR
8300 && !vec_safe_is_empty (CONSTRUCTOR_ELTS (initial_value)))
8302 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (initial_value);
8303 tree value = (*v)[0].value;
8305 if (TREE_CODE (value) == STRING_CST
8306 && v->length () == 1)
8307 initial_value = value;
8310 /* If any of the elements are parameter packs, we can't actually
8311 complete this type now because the array size is dependent. */
8312 if (TREE_CODE (initial_value) == CONSTRUCTOR)
8314 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (initial_value),
8315 i, value)
8317 if (PACK_EXPANSION_P (value))
8318 return 0;
8323 failure = complete_array_type (ptype, initial_value, do_default);
8325 /* We can create the array before the element type is complete, which
8326 means that we didn't have these two bits set in the original type
8327 either. In completing the type, we are expected to propagate these
8328 bits. See also complete_type which does the same thing for arrays
8329 of fixed size. */
8330 type = *ptype;
8331 if (TYPE_DOMAIN (type))
8333 elt_type = TREE_TYPE (type);
8334 TYPE_NEEDS_CONSTRUCTING (type) = TYPE_NEEDS_CONSTRUCTING (elt_type);
8335 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
8336 = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (elt_type);
8339 return failure;
8342 /* As above, but either give an error or reject zero-size arrays, depending
8343 on COMPLAIN. */
8346 cp_complete_array_type_or_error (tree *ptype, tree initial_value,
8347 bool do_default, tsubst_flags_t complain)
8349 int failure;
8350 bool sfinae = !(complain & tf_error);
8351 /* In SFINAE context we can't be lenient about zero-size arrays. */
8352 if (sfinae)
8353 ++pedantic;
8354 failure = cp_complete_array_type (ptype, initial_value, do_default);
8355 if (sfinae)
8356 --pedantic;
8357 if (failure)
8359 if (sfinae)
8360 /* Not an error. */;
8361 else if (failure == 1)
8362 error ("initializer fails to determine size of %qT", *ptype);
8363 else if (failure == 2)
8365 if (do_default)
8366 error ("array size missing in %qT", *ptype);
8368 else if (failure == 3)
8369 error ("zero-size array %qT", *ptype);
8370 *ptype = error_mark_node;
8372 return failure;
8375 /* Return zero if something is declared to be a member of type
8376 CTYPE when in the context of CUR_TYPE. STRING is the error
8377 message to print in that case. Otherwise, quietly return 1. */
8379 static int
8380 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags)
8382 if (ctype && ctype != cur_type)
8384 if (flags == DTOR_FLAG)
8385 error ("destructor for alien class %qT cannot be a member", ctype);
8386 else
8387 error ("constructor for alien class %qT cannot be a member", ctype);
8388 return 0;
8390 return 1;
8393 /* Subroutine of `grokdeclarator'. */
8395 /* Generate errors possibly applicable for a given set of specifiers.
8396 This is for ARM $7.1.2. */
8398 static void
8399 bad_specifiers (tree object,
8400 enum bad_spec_place type,
8401 int virtualp,
8402 int quals,
8403 int inlinep,
8404 int friendp,
8405 int raises)
8407 switch (type)
8409 case BSP_VAR:
8410 if (virtualp)
8411 error ("%qD declared as a %<virtual%> variable", object);
8412 if (quals)
8413 error ("%<const%> and %<volatile%> function specifiers on "
8414 "%qD invalid in variable declaration", object);
8415 break;
8416 case BSP_PARM:
8417 if (virtualp)
8418 error ("%qD declared as a %<virtual%> parameter", object);
8419 if (inlinep)
8420 error ("%qD declared as an %<inline%> parameter", object);
8421 if (quals)
8422 error ("%<const%> and %<volatile%> function specifiers on "
8423 "%qD invalid in parameter declaration", object);
8424 break;
8425 case BSP_TYPE:
8426 if (virtualp)
8427 error ("%qD declared as a %<virtual%> type", object);
8428 if (inlinep)
8429 error ("%qD declared as an %<inline%> type", object);
8430 if (quals)
8431 error ("%<const%> and %<volatile%> function specifiers on "
8432 "%qD invalid in type declaration", object);
8433 break;
8434 case BSP_FIELD:
8435 if (virtualp)
8436 error ("%qD declared as a %<virtual%> field", object);
8437 if (inlinep)
8438 error ("%qD declared as an %<inline%> field", object);
8439 if (quals)
8440 error ("%<const%> and %<volatile%> function specifiers on "
8441 "%qD invalid in field declaration", object);
8442 break;
8443 default:
8444 gcc_unreachable();
8446 if (friendp)
8447 error ("%q+D declared as a friend", object);
8448 if (raises
8449 && !flag_noexcept_type
8450 && (TREE_CODE (object) == TYPE_DECL
8451 || (!TYPE_PTRFN_P (TREE_TYPE (object))
8452 && !TYPE_REFFN_P (TREE_TYPE (object))
8453 && !TYPE_PTRMEMFUNC_P (TREE_TYPE (object)))))
8454 error ("%q+D declared with an exception specification", object);
8457 /* DECL is a member function or static data member and is presently
8458 being defined. Check that the definition is taking place in a
8459 valid namespace. */
8461 static void
8462 check_class_member_definition_namespace (tree decl)
8464 /* These checks only apply to member functions and static data
8465 members. */
8466 gcc_assert (VAR_OR_FUNCTION_DECL_P (decl));
8467 /* We check for problems with specializations in pt.c in
8468 check_specialization_namespace, where we can issue better
8469 diagnostics. */
8470 if (processing_specialization)
8471 return;
8472 /* We check this in check_explicit_instantiation_namespace. */
8473 if (processing_explicit_instantiation)
8474 return;
8475 /* [class.mfct]
8477 A member function definition that appears outside of the
8478 class definition shall appear in a namespace scope enclosing
8479 the class definition.
8481 [class.static.data]
8483 The definition for a static data member shall appear in a
8484 namespace scope enclosing the member's class definition. */
8485 if (!is_ancestor (current_namespace, DECL_CONTEXT (decl)))
8486 permerror (input_location, "definition of %qD is not in namespace enclosing %qT",
8487 decl, DECL_CONTEXT (decl));
8490 /* Build a PARM_DECL for the "this" parameter of FN. TYPE is the
8491 METHOD_TYPE for a non-static member function; QUALS are the
8492 cv-qualifiers that apply to the function. */
8494 tree
8495 build_this_parm (tree fn, tree type, cp_cv_quals quals)
8497 tree this_type;
8498 tree qual_type;
8499 tree parm;
8500 cp_cv_quals this_quals;
8502 if (CLASS_TYPE_P (type))
8504 this_type
8505 = cp_build_qualified_type (type, quals & ~TYPE_QUAL_RESTRICT);
8506 this_type = build_pointer_type (this_type);
8508 else
8509 this_type = type_of_this_parm (type);
8510 /* The `this' parameter is implicitly `const'; it cannot be
8511 assigned to. */
8512 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST;
8513 qual_type = cp_build_qualified_type (this_type, this_quals);
8514 parm = build_artificial_parm (fn, this_identifier, qual_type);
8515 cp_apply_type_quals_to_decl (this_quals, parm);
8516 return parm;
8519 /* DECL is a static member function. Complain if it was declared
8520 with function-cv-quals. */
8522 static void
8523 check_static_quals (tree decl, cp_cv_quals quals)
8525 if (quals != TYPE_UNQUALIFIED)
8526 error ("static member function %q#D declared with type qualifiers",
8527 decl);
8530 // Check that FN takes no arguments and returns bool.
8531 static void
8532 check_concept_fn (tree fn)
8534 // A constraint is nullary.
8535 if (DECL_ARGUMENTS (fn))
8536 error ("concept %q#D declared with function parameters", fn);
8538 // The declared return type of the concept shall be bool, and
8539 // it shall not be deduced from it definition.
8540 tree type = TREE_TYPE (TREE_TYPE (fn));
8541 if (is_auto (type))
8542 error ("concept %q#D declared with a deduced return type", fn);
8543 else if (type != boolean_type_node)
8544 error ("concept %q#D with non-%<bool%> return type %qT", fn, type);
8547 /* Helper function. Replace the temporary this parameter injected
8548 during cp_finish_omp_declare_simd with the real this parameter. */
8550 static tree
8551 declare_simd_adjust_this (tree *tp, int *walk_subtrees, void *data)
8553 tree this_parm = (tree) data;
8554 if (TREE_CODE (*tp) == PARM_DECL
8555 && DECL_NAME (*tp) == this_identifier
8556 && *tp != this_parm)
8557 *tp = this_parm;
8558 else if (TYPE_P (*tp))
8559 *walk_subtrees = 0;
8560 return NULL_TREE;
8563 /* CTYPE is class type, or null if non-class.
8564 TYPE is type this FUNCTION_DECL should have, either FUNCTION_TYPE
8565 or METHOD_TYPE.
8566 DECLARATOR is the function's name.
8567 PARMS is a chain of PARM_DECLs for the function.
8568 VIRTUALP is truthvalue of whether the function is virtual or not.
8569 FLAGS are to be passed through to `grokclassfn'.
8570 QUALS are qualifiers indicating whether the function is `const'
8571 or `volatile'.
8572 RAISES is a list of exceptions that this function can raise.
8573 CHECK is 1 if we must find this method in CTYPE, 0 if we should
8574 not look, and -1 if we should not call `grokclassfn' at all.
8576 SFK is the kind of special function (if any) for the new function.
8578 Returns `NULL_TREE' if something goes wrong, after issuing
8579 applicable error messages. */
8581 static tree
8582 grokfndecl (tree ctype,
8583 tree type,
8584 tree declarator,
8585 tree parms,
8586 tree orig_declarator,
8587 tree decl_reqs,
8588 int virtualp,
8589 enum overload_flags flags,
8590 cp_cv_quals quals,
8591 cp_ref_qualifier rqual,
8592 tree raises,
8593 int check,
8594 int friendp,
8595 int publicp,
8596 int inlinep,
8597 bool deletedp,
8598 special_function_kind sfk,
8599 bool funcdef_flag,
8600 int template_count,
8601 tree in_namespace,
8602 tree* attrlist,
8603 location_t location)
8605 tree decl;
8606 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE;
8607 tree t;
8609 // Was the concept specifier present?
8610 bool concept_p = inlinep & 4;
8612 // Concept declarations must have a corresponding definition.
8613 if (concept_p && !funcdef_flag)
8615 error ("concept %qD has no definition", declarator);
8616 return NULL_TREE;
8619 if (rqual)
8620 type = build_ref_qualified_type (type, rqual);
8621 if (raises)
8622 type = build_exception_variant (type, raises);
8624 decl = build_lang_decl (FUNCTION_DECL, declarator, type);
8626 /* Set the constraints on the declaration. */
8627 if (flag_concepts)
8629 tree tmpl_reqs = NULL_TREE;
8630 if (processing_template_decl > template_class_depth (ctype))
8631 tmpl_reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms);
8633 /* Adjust the required expression into a constraint. */
8634 if (decl_reqs)
8635 decl_reqs = normalize_expression (decl_reqs);
8637 tree ci = build_constraints (tmpl_reqs, decl_reqs);
8638 set_constraints (decl, ci);
8641 /* If we have an explicit location, use it, otherwise use whatever
8642 build_lang_decl used (probably input_location). */
8643 if (location != UNKNOWN_LOCATION)
8644 DECL_SOURCE_LOCATION (decl) = location;
8646 if (TREE_CODE (type) == METHOD_TYPE)
8648 tree parm = build_this_parm (decl, type, quals);
8649 DECL_CHAIN (parm) = parms;
8650 parms = parm;
8652 /* Allocate space to hold the vptr bit if needed. */
8653 SET_DECL_ALIGN (decl, MINIMUM_METHOD_BOUNDARY);
8656 DECL_ARGUMENTS (decl) = parms;
8657 for (t = parms; t; t = DECL_CHAIN (t))
8658 DECL_CONTEXT (t) = decl;
8660 /* Propagate volatile out from type to decl. */
8661 if (TYPE_VOLATILE (type))
8662 TREE_THIS_VOLATILE (decl) = 1;
8664 /* Setup decl according to sfk. */
8665 switch (sfk)
8667 case sfk_constructor:
8668 case sfk_copy_constructor:
8669 case sfk_move_constructor:
8670 DECL_CXX_CONSTRUCTOR_P (decl) = 1;
8671 DECL_NAME (decl) = ctor_identifier;
8672 break;
8673 case sfk_destructor:
8674 DECL_CXX_DESTRUCTOR_P (decl) = 1;
8675 DECL_NAME (decl) = dtor_identifier;
8676 break;
8677 default:
8678 break;
8681 if (friendp && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)
8683 if (funcdef_flag)
8684 error ("defining explicit specialization %qD in friend declaration",
8685 orig_declarator);
8686 else
8688 tree fns = TREE_OPERAND (orig_declarator, 0);
8689 tree args = TREE_OPERAND (orig_declarator, 1);
8691 if (PROCESSING_REAL_TEMPLATE_DECL_P ())
8693 /* Something like `template <class T> friend void f<T>()'. */
8694 error ("invalid use of template-id %qD in declaration "
8695 "of primary template",
8696 orig_declarator);
8697 return NULL_TREE;
8701 /* A friend declaration of the form friend void f<>(). Record
8702 the information in the TEMPLATE_ID_EXPR. */
8703 SET_DECL_IMPLICIT_INSTANTIATION (decl);
8705 gcc_assert (identifier_p (fns) || TREE_CODE (fns) == OVERLOAD);
8706 DECL_TEMPLATE_INFO (decl) = build_template_info (fns, args);
8708 for (t = TYPE_ARG_TYPES (TREE_TYPE (decl)); t; t = TREE_CHAIN (t))
8709 if (TREE_PURPOSE (t)
8710 && TREE_CODE (TREE_PURPOSE (t)) == DEFAULT_ARG)
8712 error ("default arguments are not allowed in declaration "
8713 "of friend template specialization %qD",
8714 decl);
8715 return NULL_TREE;
8718 if (inlinep & 1)
8720 error ("%<inline%> is not allowed in declaration of friend "
8721 "template specialization %qD",
8722 decl);
8723 return NULL_TREE;
8728 /* If this decl has namespace scope, set that up. */
8729 if (in_namespace)
8730 set_decl_namespace (decl, in_namespace, friendp);
8731 else if (!ctype)
8732 DECL_CONTEXT (decl) = FROB_CONTEXT (current_decl_namespace ());
8734 /* `main' and builtins have implicit 'C' linkage. */
8735 if (ctype == NULL_TREE
8736 && DECL_FILE_SCOPE_P (decl)
8737 && current_lang_name == lang_name_cplusplus
8738 && (MAIN_NAME_P (declarator)
8739 || (IDENTIFIER_LENGTH (declarator) > 10
8740 && IDENTIFIER_POINTER (declarator)[0] == '_'
8741 && IDENTIFIER_POINTER (declarator)[1] == '_'
8742 && strncmp (IDENTIFIER_POINTER (declarator)+2,
8743 "builtin_", 8) == 0)
8744 || (targetcm.cxx_implicit_extern_c
8745 && (targetcm.cxx_implicit_extern_c
8746 (IDENTIFIER_POINTER (declarator))))))
8747 SET_DECL_LANGUAGE (decl, lang_c);
8749 /* Should probably propagate const out from type to decl I bet (mrs). */
8750 if (staticp)
8752 DECL_STATIC_FUNCTION_P (decl) = 1;
8753 DECL_CONTEXT (decl) = ctype;
8756 if (deletedp)
8757 DECL_DELETED_FN (decl) = 1;
8759 if (ctype)
8761 DECL_CONTEXT (decl) = ctype;
8762 if (funcdef_flag)
8763 check_class_member_definition_namespace (decl);
8766 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
8768 if (PROCESSING_REAL_TEMPLATE_DECL_P())
8769 error ("cannot declare %<::main%> to be a template");
8770 if (inlinep & 1)
8771 error ("cannot declare %<::main%> to be inline");
8772 if (inlinep & 2)
8773 error ("cannot declare %<::main%> to be %<constexpr%>");
8774 if (!publicp)
8775 error ("cannot declare %<::main%> to be static");
8776 inlinep = 0;
8777 publicp = 1;
8780 /* Members of anonymous types and local classes have no linkage; make
8781 them internal. If a typedef is made later, this will be changed. */
8782 if (ctype && (!TREE_PUBLIC (TYPE_MAIN_DECL (ctype))
8783 || decl_function_context (TYPE_MAIN_DECL (ctype))))
8784 publicp = 0;
8786 if (publicp && cxx_dialect == cxx98)
8788 /* [basic.link]: A name with no linkage (notably, the name of a class
8789 or enumeration declared in a local scope) shall not be used to
8790 declare an entity with linkage.
8792 DR 757 relaxes this restriction for C++0x. */
8793 no_linkage_error (decl);
8796 TREE_PUBLIC (decl) = publicp;
8797 if (! publicp)
8799 DECL_INTERFACE_KNOWN (decl) = 1;
8800 DECL_NOT_REALLY_EXTERN (decl) = 1;
8803 /* If the declaration was declared inline, mark it as such. */
8804 if (inlinep)
8806 DECL_DECLARED_INLINE_P (decl) = 1;
8807 if (publicp)
8808 DECL_COMDAT (decl) = 1;
8810 if (inlinep & 2)
8811 DECL_DECLARED_CONSTEXPR_P (decl) = true;
8813 // If the concept declaration specifier was found, check
8814 // that the declaration satisfies the necessary requirements.
8815 if (concept_p)
8817 DECL_DECLARED_CONCEPT_P (decl) = true;
8818 check_concept_fn (decl);
8821 DECL_EXTERNAL (decl) = 1;
8822 if (TREE_CODE (type) == FUNCTION_TYPE)
8824 if (quals || rqual)
8825 TREE_TYPE (decl) = apply_memfn_quals (TREE_TYPE (decl),
8826 TYPE_UNQUALIFIED,
8827 REF_QUAL_NONE);
8829 if (quals)
8831 error (ctype
8832 ? G_("static member function %qD cannot have cv-qualifier")
8833 : G_("non-member function %qD cannot have cv-qualifier"),
8834 decl);
8835 quals = TYPE_UNQUALIFIED;
8838 if (rqual)
8840 error (ctype
8841 ? G_("static member function %qD cannot have ref-qualifier")
8842 : G_("non-member function %qD cannot have ref-qualifier"),
8843 decl);
8844 rqual = REF_QUAL_NONE;
8848 if (deduction_guide_p (decl))
8850 if (!DECL_NAMESPACE_SCOPE_P (decl))
8852 error_at (location, "deduction guide %qD must be declared at "
8853 "namespace scope", decl);
8854 return NULL_TREE;
8856 if (funcdef_flag)
8857 error_at (location,
8858 "deduction guide %qD must not have a function body", decl);
8860 else if (IDENTIFIER_ANY_OP_P (DECL_NAME (decl))
8861 && !grok_op_properties (decl, /*complain=*/true))
8862 return NULL_TREE;
8863 else if (UDLIT_OPER_P (DECL_NAME (decl)))
8865 bool long_long_unsigned_p;
8866 bool long_double_p;
8867 const char *suffix = NULL;
8868 /* [over.literal]/6: Literal operators shall not have C linkage. */
8869 if (DECL_LANGUAGE (decl) == lang_c)
8871 error ("literal operator with C linkage");
8872 maybe_show_extern_c_location ();
8873 return NULL_TREE;
8876 if (DECL_NAMESPACE_SCOPE_P (decl))
8878 if (!check_literal_operator_args (decl, &long_long_unsigned_p,
8879 &long_double_p))
8881 error ("%qD has invalid argument list", decl);
8882 return NULL_TREE;
8885 suffix = UDLIT_OP_SUFFIX (DECL_NAME (decl));
8886 if (long_long_unsigned_p)
8888 if (cpp_interpret_int_suffix (parse_in, suffix, strlen (suffix)))
8889 warning (0, "integer suffix %qs"
8890 " shadowed by implementation", suffix);
8892 else if (long_double_p)
8894 if (cpp_interpret_float_suffix (parse_in, suffix, strlen (suffix)))
8895 warning (0, "floating point suffix %qs"
8896 " shadowed by implementation", suffix);
8899 else
8901 error ("%qD must be a non-member function", decl);
8902 return NULL_TREE;
8906 if (funcdef_flag)
8907 /* Make the init_value nonzero so pushdecl knows this is not
8908 tentative. error_mark_node is replaced later with the BLOCK. */
8909 DECL_INITIAL (decl) = error_mark_node;
8911 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl))
8912 TREE_NOTHROW (decl) = 1;
8914 if (flag_openmp || flag_openmp_simd)
8916 /* Adjust "omp declare simd" attributes. */
8917 tree ods = lookup_attribute ("omp declare simd", *attrlist);
8918 if (ods)
8920 tree attr;
8921 for (attr = ods; attr;
8922 attr = lookup_attribute ("omp declare simd", TREE_CHAIN (attr)))
8924 if (TREE_CODE (type) == METHOD_TYPE)
8925 walk_tree (&TREE_VALUE (attr), declare_simd_adjust_this,
8926 DECL_ARGUMENTS (decl), NULL);
8927 if (TREE_VALUE (attr) != NULL_TREE)
8929 tree cl = TREE_VALUE (TREE_VALUE (attr));
8930 cl = c_omp_declare_simd_clauses_to_numbers
8931 (DECL_ARGUMENTS (decl), cl);
8932 if (cl)
8933 TREE_VALUE (TREE_VALUE (attr)) = cl;
8934 else
8935 TREE_VALUE (attr) = NULL_TREE;
8941 /* Caller will do the rest of this. */
8942 if (check < 0)
8943 return decl;
8945 if (ctype != NULL_TREE)
8946 grokclassfn (ctype, decl, flags);
8948 /* 12.4/3 */
8949 if (cxx_dialect >= cxx11
8950 && DECL_DESTRUCTOR_P (decl)
8951 && !TYPE_BEING_DEFINED (DECL_CONTEXT (decl))
8952 && !processing_template_decl)
8953 deduce_noexcept_on_destructor (decl);
8955 decl = check_explicit_specialization (orig_declarator, decl,
8956 template_count,
8957 2 * funcdef_flag +
8958 4 * (friendp != 0) +
8959 8 * concept_p,
8960 *attrlist);
8961 if (decl == error_mark_node)
8962 return NULL_TREE;
8964 if (DECL_STATIC_FUNCTION_P (decl))
8965 check_static_quals (decl, quals);
8967 if (attrlist)
8969 cplus_decl_attributes (&decl, *attrlist, 0);
8970 *attrlist = NULL_TREE;
8973 /* Check main's type after attributes have been applied. */
8974 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
8976 if (!same_type_p (TREE_TYPE (TREE_TYPE (decl)),
8977 integer_type_node))
8979 tree oldtypeargs = TYPE_ARG_TYPES (TREE_TYPE (decl));
8980 tree newtype;
8981 error ("%<::main%> must return %<int%>");
8982 newtype = build_function_type (integer_type_node, oldtypeargs);
8983 TREE_TYPE (decl) = newtype;
8985 if (warn_main)
8986 check_main_parameter_types (decl);
8989 if (ctype != NULL_TREE && check)
8991 tree old_decl = check_classfn (ctype, decl,
8992 (processing_template_decl
8993 > template_class_depth (ctype))
8994 ? current_template_parms
8995 : NULL_TREE);
8997 if (old_decl == error_mark_node)
8998 return NULL_TREE;
9000 if (old_decl)
9002 tree ok;
9003 tree pushed_scope;
9005 if (TREE_CODE (old_decl) == TEMPLATE_DECL)
9006 /* Because grokfndecl is always supposed to return a
9007 FUNCTION_DECL, we pull out the DECL_TEMPLATE_RESULT
9008 here. We depend on our callers to figure out that its
9009 really a template that's being returned. */
9010 old_decl = DECL_TEMPLATE_RESULT (old_decl);
9012 if (DECL_STATIC_FUNCTION_P (old_decl)
9013 && TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE)
9015 /* Remove the `this' parm added by grokclassfn. */
9016 revert_static_member_fn (decl);
9017 check_static_quals (decl, quals);
9019 if (DECL_ARTIFICIAL (old_decl))
9021 error ("definition of implicitly-declared %qD", old_decl);
9022 return NULL_TREE;
9024 else if (DECL_DEFAULTED_FN (old_decl))
9026 error ("definition of explicitly-defaulted %q+D", decl);
9027 inform (DECL_SOURCE_LOCATION (old_decl),
9028 "%q#D explicitly defaulted here", old_decl);
9029 return NULL_TREE;
9032 /* Since we've smashed OLD_DECL to its
9033 DECL_TEMPLATE_RESULT, we must do the same to DECL. */
9034 if (TREE_CODE (decl) == TEMPLATE_DECL)
9035 decl = DECL_TEMPLATE_RESULT (decl);
9037 /* Attempt to merge the declarations. This can fail, in
9038 the case of some invalid specialization declarations. */
9039 pushed_scope = push_scope (ctype);
9040 ok = duplicate_decls (decl, old_decl, friendp);
9041 if (pushed_scope)
9042 pop_scope (pushed_scope);
9043 if (!ok)
9045 error ("no %q#D member function declared in class %qT",
9046 decl, ctype);
9047 return NULL_TREE;
9049 if (ok == error_mark_node)
9050 return NULL_TREE;
9051 return old_decl;
9055 if (DECL_CONSTRUCTOR_P (decl) && !grok_ctor_properties (ctype, decl))
9056 return NULL_TREE;
9058 if (ctype == NULL_TREE || check)
9059 return decl;
9061 if (virtualp)
9062 DECL_VIRTUAL_P (decl) = 1;
9064 return decl;
9067 /* decl is a FUNCTION_DECL.
9068 specifiers are the parsed virt-specifiers.
9070 Set flags to reflect the virt-specifiers.
9072 Returns decl. */
9074 static tree
9075 set_virt_specifiers (tree decl, cp_virt_specifiers specifiers)
9077 if (decl == NULL_TREE)
9078 return decl;
9079 if (specifiers & VIRT_SPEC_OVERRIDE)
9080 DECL_OVERRIDE_P (decl) = 1;
9081 if (specifiers & VIRT_SPEC_FINAL)
9082 DECL_FINAL_P (decl) = 1;
9083 return decl;
9086 /* DECL is a VAR_DECL for a static data member. Set flags to reflect
9087 the linkage that DECL will receive in the object file. */
9089 static void
9090 set_linkage_for_static_data_member (tree decl)
9092 /* A static data member always has static storage duration and
9093 external linkage. Note that static data members are forbidden in
9094 local classes -- the only situation in which a class has
9095 non-external linkage. */
9096 TREE_PUBLIC (decl) = 1;
9097 TREE_STATIC (decl) = 1;
9098 /* For non-template classes, static data members are always put
9099 out in exactly those files where they are defined, just as
9100 with ordinary namespace-scope variables. */
9101 if (!processing_template_decl)
9102 DECL_INTERFACE_KNOWN (decl) = 1;
9105 /* Create a VAR_DECL named NAME with the indicated TYPE.
9107 If SCOPE is non-NULL, it is the class type or namespace containing
9108 the variable. If SCOPE is NULL, the variable should is created in
9109 the innermost enclosing scope. */
9111 static tree
9112 grokvardecl (tree type,
9113 tree name,
9114 tree orig_declarator,
9115 const cp_decl_specifier_seq *declspecs,
9116 int initialized,
9117 int type_quals,
9118 int inlinep,
9119 bool conceptp,
9120 int template_count,
9121 tree scope)
9123 tree decl;
9124 tree explicit_scope;
9126 gcc_assert (!name || identifier_p (name));
9128 bool constp = (type_quals & TYPE_QUAL_CONST) != 0;
9129 bool volatilep = (type_quals & TYPE_QUAL_VOLATILE) != 0;
9131 /* Compute the scope in which to place the variable, but remember
9132 whether or not that scope was explicitly specified by the user. */
9133 explicit_scope = scope;
9134 if (!scope)
9136 /* An explicit "extern" specifier indicates a namespace-scope
9137 variable. */
9138 if (declspecs->storage_class == sc_extern)
9139 scope = current_decl_namespace ();
9140 else if (!at_function_scope_p ())
9141 scope = current_scope ();
9144 if (scope
9145 && (/* If the variable is a namespace-scope variable declared in a
9146 template, we need DECL_LANG_SPECIFIC. */
9147 (TREE_CODE (scope) == NAMESPACE_DECL && processing_template_decl)
9148 /* Similarly for namespace-scope variables with language linkage
9149 other than C++. */
9150 || (TREE_CODE (scope) == NAMESPACE_DECL
9151 && current_lang_name != lang_name_cplusplus)
9152 /* Similarly for static data members. */
9153 || TYPE_P (scope)
9154 /* Similarly for explicit specializations. */
9155 || (orig_declarator
9156 && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)))
9157 decl = build_lang_decl (VAR_DECL, name, type);
9158 else
9159 decl = build_decl (input_location, VAR_DECL, name, type);
9161 if (explicit_scope && TREE_CODE (explicit_scope) == NAMESPACE_DECL)
9162 set_decl_namespace (decl, explicit_scope, 0);
9163 else
9164 DECL_CONTEXT (decl) = FROB_CONTEXT (scope);
9166 if (declspecs->storage_class == sc_extern)
9168 DECL_THIS_EXTERN (decl) = 1;
9169 DECL_EXTERNAL (decl) = !initialized;
9172 if (DECL_CLASS_SCOPE_P (decl))
9174 set_linkage_for_static_data_member (decl);
9175 /* This function is only called with out-of-class definitions. */
9176 DECL_EXTERNAL (decl) = 0;
9177 check_class_member_definition_namespace (decl);
9179 /* At top level, either `static' or no s.c. makes a definition
9180 (perhaps tentative), and absence of `static' makes it public. */
9181 else if (toplevel_bindings_p ())
9183 TREE_PUBLIC (decl) = (declspecs->storage_class != sc_static
9184 && (DECL_THIS_EXTERN (decl)
9185 || ! constp
9186 || volatilep
9187 || inlinep));
9188 TREE_STATIC (decl) = ! DECL_EXTERNAL (decl);
9190 /* Not at top level, only `static' makes a static definition. */
9191 else
9193 TREE_STATIC (decl) = declspecs->storage_class == sc_static;
9194 TREE_PUBLIC (decl) = DECL_EXTERNAL (decl);
9197 if (decl_spec_seq_has_spec_p (declspecs, ds_thread))
9199 if (DECL_EXTERNAL (decl) || TREE_STATIC (decl))
9201 CP_DECL_THREAD_LOCAL_P (decl) = true;
9202 if (!processing_template_decl)
9203 set_decl_tls_model (decl, decl_default_tls_model (decl));
9205 if (declspecs->gnu_thread_keyword_p)
9206 SET_DECL_GNU_TLS_P (decl);
9209 /* If the type of the decl has no linkage, make sure that we'll
9210 notice that in mark_used. */
9211 if (cxx_dialect > cxx98
9212 && decl_linkage (decl) != lk_none
9213 && DECL_LANG_SPECIFIC (decl) == NULL
9214 && !DECL_EXTERN_C_P (decl)
9215 && no_linkage_check (TREE_TYPE (decl), /*relaxed_p=*/false))
9216 retrofit_lang_decl (decl);
9218 if (TREE_PUBLIC (decl))
9220 /* [basic.link]: A name with no linkage (notably, the name of a class
9221 or enumeration declared in a local scope) shall not be used to
9222 declare an entity with linkage.
9224 DR 757 relaxes this restriction for C++0x. */
9225 if (cxx_dialect < cxx11)
9226 no_linkage_error (decl);
9228 else
9229 DECL_INTERFACE_KNOWN (decl) = 1;
9231 if (DECL_NAME (decl)
9232 && MAIN_NAME_P (DECL_NAME (decl))
9233 && scope == global_namespace)
9234 error ("cannot declare %<::main%> to be a global variable");
9236 /* Check that the variable can be safely declared as a concept.
9237 Note that this also forbids explicit specializations. */
9238 if (conceptp)
9240 if (!processing_template_decl)
9242 error ("a non-template variable cannot be %<concept%>");
9243 return NULL_TREE;
9245 else
9246 DECL_DECLARED_CONCEPT_P (decl) = true;
9247 if (!same_type_ignoring_top_level_qualifiers_p (type, boolean_type_node))
9248 error_at (declspecs->locations[ds_type_spec],
9249 "concept must have type %<bool%>");
9251 else if (flag_concepts
9252 && processing_template_decl > template_class_depth (scope))
9254 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms);
9255 tree ci = build_constraints (reqs, NULL_TREE);
9256 set_constraints (decl, ci);
9259 // Handle explicit specializations and instantiations of variable templates.
9260 if (orig_declarator)
9261 decl = check_explicit_specialization (orig_declarator, decl,
9262 template_count, conceptp * 8);
9264 return decl != error_mark_node ? decl : NULL_TREE;
9267 /* Create and return a canonical pointer to member function type, for
9268 TYPE, which is a POINTER_TYPE to a METHOD_TYPE. */
9270 tree
9271 build_ptrmemfunc_type (tree type)
9273 tree field, fields;
9274 tree t;
9276 if (type == error_mark_node)
9277 return type;
9279 /* Make sure that we always have the unqualified pointer-to-member
9280 type first. */
9281 if (cp_cv_quals quals = cp_type_quals (type))
9283 tree unqual = build_ptrmemfunc_type (TYPE_MAIN_VARIANT (type));
9284 return cp_build_qualified_type (unqual, quals);
9287 /* If a canonical type already exists for this type, use it. We use
9288 this method instead of type_hash_canon, because it only does a
9289 simple equality check on the list of field members. */
9291 t = TYPE_PTRMEMFUNC_TYPE (type);
9292 if (t)
9293 return t;
9295 t = make_node (RECORD_TYPE);
9297 /* Let the front end know this is a pointer to member function. */
9298 TYPE_PTRMEMFUNC_FLAG (t) = 1;
9300 field = build_decl (input_location, FIELD_DECL, pfn_identifier, type);
9301 fields = field;
9303 field = build_decl (input_location, FIELD_DECL, delta_identifier,
9304 delta_type_node);
9305 DECL_CHAIN (field) = fields;
9306 fields = field;
9308 finish_builtin_struct (t, "__ptrmemfunc_type", fields, ptr_type_node);
9310 /* Zap out the name so that the back end will give us the debugging
9311 information for this anonymous RECORD_TYPE. */
9312 TYPE_NAME (t) = NULL_TREE;
9314 /* Cache this pointer-to-member type so that we can find it again
9315 later. */
9316 TYPE_PTRMEMFUNC_TYPE (type) = t;
9318 if (TYPE_STRUCTURAL_EQUALITY_P (type))
9319 SET_TYPE_STRUCTURAL_EQUALITY (t);
9320 else if (TYPE_CANONICAL (type) != type)
9321 TYPE_CANONICAL (t) = build_ptrmemfunc_type (TYPE_CANONICAL (type));
9323 return t;
9326 /* Create and return a pointer to data member type. */
9328 tree
9329 build_ptrmem_type (tree class_type, tree member_type)
9331 if (TREE_CODE (member_type) == METHOD_TYPE)
9333 cp_cv_quals quals = type_memfn_quals (member_type);
9334 cp_ref_qualifier rqual = type_memfn_rqual (member_type);
9335 member_type = build_memfn_type (member_type, class_type, quals, rqual);
9336 return build_ptrmemfunc_type (build_pointer_type (member_type));
9338 else
9340 gcc_assert (TREE_CODE (member_type) != FUNCTION_TYPE);
9341 return build_offset_type (class_type, member_type);
9345 /* DECL is a VAR_DECL defined in-class, whose TYPE is also given.
9346 Check to see that the definition is valid. Issue appropriate error
9347 messages. Return 1 if the definition is particularly bad, or 0
9348 otherwise. */
9350 static int
9351 check_static_variable_definition (tree decl, tree type)
9353 /* Avoid redundant diagnostics on out-of-class definitions. */
9354 if (!current_class_type || !TYPE_BEING_DEFINED (current_class_type))
9355 return 0;
9356 /* Can't check yet if we don't know the type. */
9357 if (dependent_type_p (type))
9358 return 0;
9359 /* If DECL is declared constexpr, we'll do the appropriate checks
9360 in check_initializer. Similarly for inline static data members. */
9361 if (DECL_P (decl)
9362 && (DECL_DECLARED_CONSTEXPR_P (decl)
9363 || DECL_VAR_DECLARED_INLINE_P (decl)))
9364 return 0;
9365 else if (cxx_dialect >= cxx11 && !INTEGRAL_OR_ENUMERATION_TYPE_P (type))
9367 if (!COMPLETE_TYPE_P (type))
9368 error_at (DECL_SOURCE_LOCATION (decl),
9369 "in-class initialization of static data member %q#D of "
9370 "incomplete type", decl);
9371 else if (literal_type_p (type))
9372 permerror (DECL_SOURCE_LOCATION (decl),
9373 "%<constexpr%> needed for in-class initialization of "
9374 "static data member %q#D of non-integral type", decl);
9375 else
9376 error_at (DECL_SOURCE_LOCATION (decl),
9377 "in-class initialization of static data member %q#D of "
9378 "non-literal type", decl);
9379 return 1;
9382 /* Motion 10 at San Diego: If a static const integral data member is
9383 initialized with an integral constant expression, the initializer
9384 may appear either in the declaration (within the class), or in
9385 the definition, but not both. If it appears in the class, the
9386 member is a member constant. The file-scope definition is always
9387 required. */
9388 if (!ARITHMETIC_TYPE_P (type) && TREE_CODE (type) != ENUMERAL_TYPE)
9390 error_at (DECL_SOURCE_LOCATION (decl),
9391 "invalid in-class initialization of static data member "
9392 "of non-integral type %qT",
9393 type);
9394 return 1;
9396 else if (!CP_TYPE_CONST_P (type))
9397 error_at (DECL_SOURCE_LOCATION (decl),
9398 "ISO C++ forbids in-class initialization of non-const "
9399 "static member %qD",
9400 decl);
9401 else if (!INTEGRAL_OR_ENUMERATION_TYPE_P (type))
9402 pedwarn (DECL_SOURCE_LOCATION (decl), OPT_Wpedantic,
9403 "ISO C++ forbids initialization of member constant "
9404 "%qD of non-integral type %qT", decl, type);
9406 return 0;
9409 /* *expr_p is part of the TYPE_SIZE of a variably-sized array. If any
9410 SAVE_EXPRs in *expr_p wrap expressions with side-effects, break those
9411 expressions out into temporary variables so that walk_tree doesn't
9412 step into them (c++/15764). */
9414 static tree
9415 stabilize_save_expr_r (tree *expr_p, int *walk_subtrees, void *data)
9417 hash_set<tree> *pset = (hash_set<tree> *)data;
9418 tree expr = *expr_p;
9419 if (TREE_CODE (expr) == SAVE_EXPR)
9421 tree op = TREE_OPERAND (expr, 0);
9422 cp_walk_tree (&op, stabilize_save_expr_r, data, pset);
9423 if (TREE_SIDE_EFFECTS (op))
9424 TREE_OPERAND (expr, 0) = get_temp_regvar (TREE_TYPE (op), op);
9425 *walk_subtrees = 0;
9427 else if (!EXPR_P (expr) || !TREE_SIDE_EFFECTS (expr))
9428 *walk_subtrees = 0;
9429 return NULL;
9432 /* Entry point for the above. */
9434 static void
9435 stabilize_vla_size (tree size)
9437 hash_set<tree> pset;
9438 /* Break out any function calls into temporary variables. */
9439 cp_walk_tree (&size, stabilize_save_expr_r, &pset, &pset);
9442 /* Reduce a SIZEOF_EXPR to its value. */
9444 tree
9445 fold_sizeof_expr (tree t)
9447 tree r;
9448 if (SIZEOF_EXPR_TYPE_P (t))
9449 r = cxx_sizeof_or_alignof_type (TREE_TYPE (TREE_OPERAND (t, 0)),
9450 SIZEOF_EXPR, false);
9451 else if (TYPE_P (TREE_OPERAND (t, 0)))
9452 r = cxx_sizeof_or_alignof_type (TREE_OPERAND (t, 0), SIZEOF_EXPR,
9453 false);
9454 else
9455 r = cxx_sizeof_or_alignof_expr (TREE_OPERAND (t, 0), SIZEOF_EXPR,
9456 false);
9457 if (r == error_mark_node)
9458 r = size_one_node;
9459 return r;
9462 /* Given the SIZE (i.e., number of elements) in an array, compute
9463 an appropriate index type for the array. If non-NULL, NAME is
9464 the name of the entity being declared. */
9466 tree
9467 compute_array_index_type (tree name, tree size, tsubst_flags_t complain)
9469 tree itype;
9470 tree osize = size;
9472 if (error_operand_p (size))
9473 return error_mark_node;
9475 if (!type_dependent_expression_p (size))
9477 tree type = TREE_TYPE (size);
9479 size = mark_rvalue_use (size);
9481 if (cxx_dialect < cxx11 && TREE_CODE (size) == NOP_EXPR
9482 && TREE_SIDE_EFFECTS (size))
9483 /* In C++98, we mark a non-constant array bound with a magic
9484 NOP_EXPR with TREE_SIDE_EFFECTS; don't fold in that case. */;
9485 else
9487 size = instantiate_non_dependent_expr_sfinae (size, complain);
9489 if (CLASS_TYPE_P (type)
9490 && CLASSTYPE_LITERAL_P (type))
9492 size = build_expr_type_conversion (WANT_INT, size, true);
9493 if (!size)
9495 if (!(complain & tf_error))
9496 return error_mark_node;
9497 if (name)
9498 error ("size of array %qD has non-integral type %qT",
9499 name, type);
9500 else
9501 error ("size of array has non-integral type %qT", type);
9502 size = integer_one_node;
9504 if (size == error_mark_node)
9505 return error_mark_node;
9506 type = TREE_TYPE (size);
9509 if (INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
9510 size = maybe_constant_value (size);
9512 if (!TREE_CONSTANT (size))
9513 size = osize;
9516 if (error_operand_p (size))
9517 return error_mark_node;
9519 /* The array bound must be an integer type. */
9520 if (!INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
9522 if (!(complain & tf_error))
9523 return error_mark_node;
9524 if (name)
9525 error ("size of array %qD has non-integral type %qT", name, type);
9526 else
9527 error ("size of array has non-integral type %qT", type);
9528 size = integer_one_node;
9529 type = TREE_TYPE (size);
9533 /* A type is dependent if it is...an array type constructed from any
9534 dependent type or whose size is specified by a constant expression
9535 that is value-dependent. */
9536 /* We can only call value_dependent_expression_p on integral constant
9537 expressions; treat non-constant expressions as dependent, too. */
9538 if (processing_template_decl
9539 && (type_dependent_expression_p (size)
9540 || !TREE_CONSTANT (size) || value_dependent_expression_p (size)))
9542 /* We cannot do any checking for a SIZE that isn't known to be
9543 constant. Just build the index type and mark that it requires
9544 structural equality checks. */
9545 itype = build_index_type (build_min (MINUS_EXPR, sizetype,
9546 size, size_one_node));
9547 TYPE_DEPENDENT_P (itype) = 1;
9548 TYPE_DEPENDENT_P_VALID (itype) = 1;
9549 SET_TYPE_STRUCTURAL_EQUALITY (itype);
9550 return itype;
9553 if (TREE_CODE (size) != INTEGER_CST)
9555 tree folded = cp_fully_fold (size);
9556 if (TREE_CODE (folded) == INTEGER_CST)
9557 pedwarn (location_of (size), OPT_Wpedantic,
9558 "size of array is not an integral constant-expression");
9559 /* Use the folded result for VLAs, too; it will have resolved
9560 SIZEOF_EXPR. */
9561 size = folded;
9564 /* Normally, the array-bound will be a constant. */
9565 if (TREE_CODE (size) == INTEGER_CST)
9567 /* Check to see if the array bound overflowed. Make that an
9568 error, no matter how generous we're being. */
9569 constant_expression_error (size);
9571 /* An array must have a positive number of elements. */
9572 if (tree_int_cst_lt (size, integer_zero_node))
9574 if (!(complain & tf_error))
9575 return error_mark_node;
9576 if (name)
9577 error ("size of array %qD is negative", name);
9578 else
9579 error ("size of array is negative");
9580 size = integer_one_node;
9582 /* As an extension we allow zero-sized arrays. */
9583 else if (integer_zerop (size))
9585 if (!(complain & tf_error))
9586 /* We must fail if performing argument deduction (as
9587 indicated by the state of complain), so that
9588 another substitution can be found. */
9589 return error_mark_node;
9590 else if (in_system_header_at (input_location))
9591 /* Allow them in system headers because glibc uses them. */;
9592 else if (name)
9593 pedwarn (input_location, OPT_Wpedantic, "ISO C++ forbids zero-size array %qD", name);
9594 else
9595 pedwarn (input_location, OPT_Wpedantic, "ISO C++ forbids zero-size array");
9598 else if (TREE_CONSTANT (size)
9599 /* We don't allow VLAs at non-function scopes, or during
9600 tentative template substitution. */
9601 || !at_function_scope_p ()
9602 || !(complain & tf_error))
9604 if (!(complain & tf_error))
9605 return error_mark_node;
9606 /* `(int) &fn' is not a valid array bound. */
9607 if (name)
9608 error ("size of array %qD is not an integral constant-expression",
9609 name);
9610 else
9611 error ("size of array is not an integral constant-expression");
9612 size = integer_one_node;
9614 else if (pedantic && warn_vla != 0)
9616 if (name)
9617 pedwarn (input_location, OPT_Wvla, "ISO C++ forbids variable length array %qD", name);
9618 else
9619 pedwarn (input_location, OPT_Wvla, "ISO C++ forbids variable length array");
9621 else if (warn_vla > 0)
9623 if (name)
9624 warning (OPT_Wvla,
9625 "variable length array %qD is used", name);
9626 else
9627 warning (OPT_Wvla,
9628 "variable length array is used");
9631 if (processing_template_decl && !TREE_CONSTANT (size))
9632 /* A variable sized array. */
9633 itype = build_min (MINUS_EXPR, sizetype, size, integer_one_node);
9634 else
9636 /* Compute the index of the largest element in the array. It is
9637 one less than the number of elements in the array. We save
9638 and restore PROCESSING_TEMPLATE_DECL so that computations in
9639 cp_build_binary_op will be appropriately folded. */
9641 processing_template_decl_sentinel s;
9642 itype = cp_build_binary_op (input_location,
9643 MINUS_EXPR,
9644 cp_convert (ssizetype, size, complain),
9645 cp_convert (ssizetype, integer_one_node,
9646 complain),
9647 complain);
9648 itype = maybe_constant_value (itype);
9651 if (!TREE_CONSTANT (itype))
9653 /* A variable sized array. */
9654 itype = variable_size (itype);
9656 stabilize_vla_size (itype);
9658 if (sanitize_flags_p (SANITIZE_VLA)
9659 && current_function_decl != NULL_TREE)
9661 /* We have to add 1 -- in the ubsan routine we generate
9662 LE_EXPR rather than LT_EXPR. */
9663 tree t = fold_build2 (PLUS_EXPR, TREE_TYPE (itype), itype,
9664 build_one_cst (TREE_TYPE (itype)));
9665 t = ubsan_instrument_vla (input_location, t);
9666 finish_expr_stmt (t);
9669 /* Make sure that there was no overflow when creating to a signed
9670 index type. (For example, on a 32-bit machine, an array with
9671 size 2^32 - 1 is too big.) */
9672 else if (TREE_CODE (itype) == INTEGER_CST
9673 && TREE_OVERFLOW (itype))
9675 if (!(complain & tf_error))
9676 return error_mark_node;
9677 error ("overflow in array dimension");
9678 TREE_OVERFLOW (itype) = 0;
9682 /* Create and return the appropriate index type. */
9683 itype = build_index_type (itype);
9685 /* If the index type were dependent, we would have returned early, so
9686 remember that it isn't. */
9687 TYPE_DEPENDENT_P (itype) = 0;
9688 TYPE_DEPENDENT_P_VALID (itype) = 1;
9689 return itype;
9692 /* Returns the scope (if any) in which the entity declared by
9693 DECLARATOR will be located. If the entity was declared with an
9694 unqualified name, NULL_TREE is returned. */
9696 tree
9697 get_scope_of_declarator (const cp_declarator *declarator)
9699 while (declarator && declarator->kind != cdk_id)
9700 declarator = declarator->declarator;
9702 /* If the declarator-id is a SCOPE_REF, the scope in which the
9703 declaration occurs is the first operand. */
9704 if (declarator
9705 && declarator->u.id.qualifying_scope)
9706 return declarator->u.id.qualifying_scope;
9708 /* Otherwise, the declarator is not a qualified name; the entity will
9709 be declared in the current scope. */
9710 return NULL_TREE;
9713 /* Returns an ARRAY_TYPE for an array with SIZE elements of the
9714 indicated TYPE. If non-NULL, NAME is the NAME of the declaration
9715 with this type. */
9717 static tree
9718 create_array_type_for_decl (tree name, tree type, tree size)
9720 tree itype = NULL_TREE;
9722 /* If things have already gone awry, bail now. */
9723 if (type == error_mark_node || size == error_mark_node)
9724 return error_mark_node;
9726 /* 8.3.4/1: If the type of the identifier of D contains the auto
9727 type-specifier, the program is ill-formed. */
9728 if (type_uses_auto (type))
9730 error ("%qD declared as array of %qT", name, type);
9731 return error_mark_node;
9734 /* If there are some types which cannot be array elements,
9735 issue an error-message and return. */
9736 switch (TREE_CODE (type))
9738 case VOID_TYPE:
9739 if (name)
9740 error ("declaration of %qD as array of void", name);
9741 else
9742 error ("creating array of void");
9743 return error_mark_node;
9745 case FUNCTION_TYPE:
9746 if (name)
9747 error ("declaration of %qD as array of functions", name);
9748 else
9749 error ("creating array of functions");
9750 return error_mark_node;
9752 case REFERENCE_TYPE:
9753 if (name)
9754 error ("declaration of %qD as array of references", name);
9755 else
9756 error ("creating array of references");
9757 return error_mark_node;
9759 case METHOD_TYPE:
9760 if (name)
9761 error ("declaration of %qD as array of function members", name);
9762 else
9763 error ("creating array of function members");
9764 return error_mark_node;
9766 default:
9767 break;
9770 /* [dcl.array]
9772 The constant expressions that specify the bounds of the arrays
9773 can be omitted only for the first member of the sequence. */
9774 if (TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type))
9776 if (name)
9777 error ("declaration of %qD as multidimensional array must "
9778 "have bounds for all dimensions except the first",
9779 name);
9780 else
9781 error ("multidimensional array must have bounds for all "
9782 "dimensions except the first");
9784 return error_mark_node;
9787 /* Figure out the index type for the array. */
9788 if (size)
9789 itype = compute_array_index_type (name, size, tf_warning_or_error);
9791 /* [dcl.array]
9792 T is called the array element type; this type shall not be [...] an
9793 abstract class type. */
9794 abstract_virtuals_error (name, type);
9796 return build_cplus_array_type (type, itype);
9799 /* Returns the smallest location != UNKNOWN_LOCATION among the
9800 three stored in LOCATIONS[ds_const], LOCATIONS[ds_volatile],
9801 and LOCATIONS[ds_restrict]. */
9803 static location_t
9804 smallest_type_quals_location (int type_quals, const location_t* locations)
9806 location_t loc = UNKNOWN_LOCATION;
9808 if (type_quals & TYPE_QUAL_CONST)
9809 loc = locations[ds_const];
9811 if ((type_quals & TYPE_QUAL_VOLATILE)
9812 && (loc == UNKNOWN_LOCATION || locations[ds_volatile] < loc))
9813 loc = locations[ds_volatile];
9815 if ((type_quals & TYPE_QUAL_RESTRICT)
9816 && (loc == UNKNOWN_LOCATION || locations[ds_restrict] < loc))
9817 loc = locations[ds_restrict];
9819 return loc;
9822 /* Check that it's OK to declare a function with the indicated TYPE
9823 and TYPE_QUALS. SFK indicates the kind of special function (if any)
9824 that this function is. OPTYPE is the type given in a conversion
9825 operator declaration, or the class type for a constructor/destructor.
9826 Returns the actual return type of the function; that may be different
9827 than TYPE if an error occurs, or for certain special functions. */
9829 static tree
9830 check_special_function_return_type (special_function_kind sfk,
9831 tree type,
9832 tree optype,
9833 int type_quals,
9834 const location_t* locations)
9836 switch (sfk)
9838 case sfk_constructor:
9839 if (type)
9840 error ("return type specification for constructor invalid");
9841 else if (type_quals != TYPE_UNQUALIFIED)
9842 error_at (smallest_type_quals_location (type_quals, locations),
9843 "qualifiers are not allowed on constructor declaration");
9845 if (targetm.cxx.cdtor_returns_this ())
9846 type = build_pointer_type (optype);
9847 else
9848 type = void_type_node;
9849 break;
9851 case sfk_destructor:
9852 if (type)
9853 error ("return type specification for destructor invalid");
9854 else if (type_quals != TYPE_UNQUALIFIED)
9855 error_at (smallest_type_quals_location (type_quals, locations),
9856 "qualifiers are not allowed on destructor declaration");
9858 /* We can't use the proper return type here because we run into
9859 problems with ambiguous bases and covariant returns. */
9860 if (targetm.cxx.cdtor_returns_this ())
9861 type = build_pointer_type (void_type_node);
9862 else
9863 type = void_type_node;
9864 break;
9866 case sfk_conversion:
9867 if (type)
9868 error ("return type specified for %<operator %T%>", optype);
9869 else if (type_quals != TYPE_UNQUALIFIED)
9870 error_at (smallest_type_quals_location (type_quals, locations),
9871 "qualifiers are not allowed on declaration of "
9872 "%<operator %T%>", optype);
9874 type = optype;
9875 break;
9877 case sfk_deduction_guide:
9878 if (type)
9879 error ("return type specified for deduction guide");
9880 else if (type_quals != TYPE_UNQUALIFIED)
9881 error_at (smallest_type_quals_location (type_quals, locations),
9882 "qualifiers are not allowed on declaration of "
9883 "deduction guide");
9884 if (TREE_CODE (optype) == TEMPLATE_TEMPLATE_PARM)
9886 error ("template template parameter %qT in declaration of "
9887 "deduction guide", optype);
9888 type = error_mark_node;
9890 else
9891 type = make_template_placeholder (CLASSTYPE_TI_TEMPLATE (optype));
9892 for (int i = 0; i < ds_last; ++i)
9893 if (i != ds_explicit && locations[i])
9894 error_at (locations[i],
9895 "decl-specifier in declaration of deduction guide");
9896 break;
9898 default:
9899 gcc_unreachable ();
9902 return type;
9905 /* A variable or data member (whose unqualified name is IDENTIFIER)
9906 has been declared with the indicated TYPE. If the TYPE is not
9907 acceptable, issue an error message and return a type to use for
9908 error-recovery purposes. */
9910 tree
9911 check_var_type (tree identifier, tree type)
9913 if (VOID_TYPE_P (type))
9915 if (!identifier)
9916 error ("unnamed variable or field declared void");
9917 else if (identifier_p (identifier))
9919 gcc_assert (!IDENTIFIER_ANY_OP_P (identifier));
9920 error ("variable or field %qE declared void", identifier);
9922 else
9923 error ("variable or field declared void");
9924 type = error_mark_node;
9927 return type;
9930 /* Handle declaring DECL as an inline variable. */
9932 static void
9933 mark_inline_variable (tree decl)
9935 bool inlinep = true;
9936 if (! toplevel_bindings_p ())
9938 error ("%<inline%> specifier invalid for variable "
9939 "%qD declared at block scope", decl);
9940 inlinep = false;
9942 else if (cxx_dialect < cxx17)
9943 pedwarn (DECL_SOURCE_LOCATION (decl), 0,
9944 "inline variables are only available "
9945 "with -std=c++17 or -std=gnu++17");
9946 if (inlinep)
9948 retrofit_lang_decl (decl);
9949 SET_DECL_VAR_DECLARED_INLINE_P (decl);
9954 /* Assign a typedef-given name to a class or enumeration type declared
9955 as anonymous at first. This was split out of grokdeclarator
9956 because it is also used in libcc1. */
9958 void
9959 name_unnamed_type (tree type, tree decl)
9961 gcc_assert (TYPE_UNNAMED_P (type));
9963 /* Replace the anonymous name with the real name everywhere. */
9964 for (tree t = TYPE_MAIN_VARIANT (type); t; t = TYPE_NEXT_VARIANT (t))
9966 if (anon_aggrname_p (TYPE_IDENTIFIER (t)))
9967 /* We do not rename the debug info representing the
9968 unnamed tagged type because the standard says in
9969 [dcl.typedef] that the naming applies only for
9970 linkage purposes. */
9971 /*debug_hooks->set_name (t, decl);*/
9972 TYPE_NAME (t) = decl;
9975 if (TYPE_LANG_SPECIFIC (type))
9976 TYPE_WAS_UNNAMED (type) = 1;
9978 /* If this is a typedef within a template class, the nested
9979 type is a (non-primary) template. The name for the
9980 template needs updating as well. */
9981 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type))
9982 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type))
9983 = TYPE_IDENTIFIER (type);
9985 /* Adjust linkage now that we aren't unnamed anymore. */
9986 reset_type_linkage (type);
9988 /* FIXME remangle member functions; member functions of a
9989 type with external linkage have external linkage. */
9991 /* Check that our job is done, and that it would fail if we
9992 attempted to do it again. */
9993 gcc_assert (!TYPE_UNNAMED_P (type));
9996 /* Given declspecs and a declarator (abstract or otherwise), determine
9997 the name and type of the object declared and construct a DECL node
9998 for it.
10000 DECLSPECS points to the representation of declaration-specifier
10001 sequence that precedes declarator.
10003 DECL_CONTEXT says which syntactic context this declaration is in:
10004 NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
10005 FUNCDEF for a function definition. Like NORMAL but a few different
10006 error messages in each case. Return value may be zero meaning
10007 this definition is too screwy to try to parse.
10008 MEMFUNCDEF for a function definition. Like FUNCDEF but prepares to
10009 handle member functions (which have FIELD context).
10010 Return value may be zero meaning this definition is too screwy to
10011 try to parse.
10012 PARM for a parameter declaration (either within a function prototype
10013 or before a function body). Make a PARM_DECL, or return void_type_node.
10014 TPARM for a template parameter declaration.
10015 CATCHPARM for a parameter declaration before a catch clause.
10016 TYPENAME if for a typename (in a cast or sizeof).
10017 Don't make a DECL node; just return the ..._TYPE node.
10018 FIELD for a struct or union field; make a FIELD_DECL.
10019 BITFIELD for a field with specified width.
10021 INITIALIZED is as for start_decl.
10023 ATTRLIST is a pointer to the list of attributes, which may be NULL
10024 if there are none; *ATTRLIST may be modified if attributes from inside
10025 the declarator should be applied to the declaration.
10027 When this function is called, scoping variables (such as
10028 CURRENT_CLASS_TYPE) should reflect the scope in which the
10029 declaration occurs, not the scope in which the new declaration will
10030 be placed. For example, on:
10032 void S::f() { ... }
10034 when grokdeclarator is called for `S::f', the CURRENT_CLASS_TYPE
10035 should not be `S'.
10037 Returns a DECL (if a declarator is present), a TYPE (if there is no
10038 declarator, in cases like "struct S;"), or the ERROR_MARK_NODE if an
10039 error occurs. */
10041 tree
10042 grokdeclarator (const cp_declarator *declarator,
10043 cp_decl_specifier_seq *declspecs,
10044 enum decl_context decl_context,
10045 int initialized,
10046 tree* attrlist)
10048 tree type = NULL_TREE;
10049 int longlong = 0;
10050 int explicit_intN = 0;
10051 int virtualp, explicitp, friendp, inlinep, staticp;
10052 int explicit_int = 0;
10053 int explicit_char = 0;
10054 int defaulted_int = 0;
10056 tree typedef_decl = NULL_TREE;
10057 const char *name = NULL;
10058 tree typedef_type = NULL_TREE;
10059 /* True if this declarator is a function definition. */
10060 bool funcdef_flag = false;
10061 cp_declarator_kind innermost_code = cdk_error;
10062 int bitfield = 0;
10063 #if 0
10064 /* See the code below that used this. */
10065 tree decl_attr = NULL_TREE;
10066 #endif
10068 /* Keep track of what sort of function is being processed
10069 so that we can warn about default return values, or explicit
10070 return values which do not match prescribed defaults. */
10071 special_function_kind sfk = sfk_none;
10073 tree dname = NULL_TREE;
10074 tree ctor_return_type = NULL_TREE;
10075 enum overload_flags flags = NO_SPECIAL;
10076 /* cv-qualifiers that apply to the declarator, for a declaration of
10077 a member function. */
10078 cp_cv_quals memfn_quals = TYPE_UNQUALIFIED;
10079 /* virt-specifiers that apply to the declarator, for a declaration of
10080 a member function. */
10081 cp_virt_specifiers virt_specifiers = VIRT_SPEC_UNSPECIFIED;
10082 /* ref-qualifier that applies to the declarator, for a declaration of
10083 a member function. */
10084 cp_ref_qualifier rqual = REF_QUAL_NONE;
10085 /* cv-qualifiers that apply to the type specified by the DECLSPECS. */
10086 int type_quals = TYPE_UNQUALIFIED;
10087 tree raises = NULL_TREE;
10088 int template_count = 0;
10089 tree returned_attrs = NULL_TREE;
10090 tree parms = NULL_TREE;
10091 const cp_declarator *id_declarator;
10092 /* The unqualified name of the declarator; either an
10093 IDENTIFIER_NODE, BIT_NOT_EXPR, or TEMPLATE_ID_EXPR. */
10094 tree unqualified_id;
10095 /* The class type, if any, in which this entity is located,
10096 or NULL_TREE if none. Note that this value may be different from
10097 the current class type; for example if an attempt is made to declare
10098 "A::f" inside "B", this value will be "A". */
10099 tree ctype = current_class_type;
10100 /* The NAMESPACE_DECL for the namespace in which this entity is
10101 located. If an unqualified name is used to declare the entity,
10102 this value will be NULL_TREE, even if the entity is located at
10103 namespace scope. */
10104 tree in_namespace = NULL_TREE;
10105 cp_storage_class storage_class;
10106 bool unsigned_p, signed_p, short_p, long_p, thread_p;
10107 bool type_was_error_mark_node = false;
10108 bool parameter_pack_p = declarator ? declarator->parameter_pack_p : false;
10109 bool template_type_arg = false;
10110 bool template_parm_flag = false;
10111 bool typedef_p = decl_spec_seq_has_spec_p (declspecs, ds_typedef);
10112 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr);
10113 bool late_return_type_p = false;
10114 bool array_parameter_p = false;
10115 source_location saved_loc = input_location;
10116 tree reqs = NULL_TREE;
10118 signed_p = decl_spec_seq_has_spec_p (declspecs, ds_signed);
10119 unsigned_p = decl_spec_seq_has_spec_p (declspecs, ds_unsigned);
10120 short_p = decl_spec_seq_has_spec_p (declspecs, ds_short);
10121 long_p = decl_spec_seq_has_spec_p (declspecs, ds_long);
10122 longlong = decl_spec_seq_has_spec_p (declspecs, ds_long_long);
10123 explicit_intN = declspecs->explicit_intN_p;
10124 thread_p = decl_spec_seq_has_spec_p (declspecs, ds_thread);
10126 // Was concept_p specified? Note that ds_concept
10127 // implies ds_constexpr!
10128 bool concept_p = decl_spec_seq_has_spec_p (declspecs, ds_concept);
10129 if (concept_p)
10130 constexpr_p = true;
10132 if (decl_spec_seq_has_spec_p (declspecs, ds_const))
10133 type_quals |= TYPE_QUAL_CONST;
10134 if (decl_spec_seq_has_spec_p (declspecs, ds_volatile))
10135 type_quals |= TYPE_QUAL_VOLATILE;
10136 if (decl_spec_seq_has_spec_p (declspecs, ds_restrict))
10137 type_quals |= TYPE_QUAL_RESTRICT;
10139 if (decl_context == FUNCDEF)
10140 funcdef_flag = true, decl_context = NORMAL;
10141 else if (decl_context == MEMFUNCDEF)
10142 funcdef_flag = true, decl_context = FIELD;
10143 else if (decl_context == BITFIELD)
10144 bitfield = 1, decl_context = FIELD;
10145 else if (decl_context == TEMPLATE_TYPE_ARG)
10146 template_type_arg = true, decl_context = TYPENAME;
10147 else if (decl_context == TPARM)
10148 template_parm_flag = true, decl_context = PARM;
10150 if (initialized > 1)
10151 funcdef_flag = true;
10153 location_t typespec_loc = smallest_type_quals_location (type_quals,
10154 declspecs->locations);
10155 if (typespec_loc == UNKNOWN_LOCATION)
10156 typespec_loc = declspecs->locations[ds_type_spec];
10157 if (typespec_loc == UNKNOWN_LOCATION)
10158 typespec_loc = input_location;
10160 /* Look inside a declarator for the name being declared
10161 and get it as a string, for an error message. */
10162 for (id_declarator = declarator;
10163 id_declarator;
10164 id_declarator = id_declarator->declarator)
10166 if (id_declarator->kind != cdk_id)
10167 innermost_code = id_declarator->kind;
10169 switch (id_declarator->kind)
10171 case cdk_function:
10172 if (id_declarator->declarator
10173 && id_declarator->declarator->kind == cdk_id)
10175 sfk = id_declarator->declarator->u.id.sfk;
10176 if (sfk == sfk_destructor)
10177 flags = DTOR_FLAG;
10179 break;
10181 case cdk_id:
10183 tree qualifying_scope = id_declarator->u.id.qualifying_scope;
10184 tree decl = id_declarator->u.id.unqualified_name;
10185 if (!decl)
10186 break;
10187 if (qualifying_scope)
10189 if (at_function_scope_p ())
10191 /* [dcl.meaning]
10193 A declarator-id shall not be qualified except
10194 for ...
10196 None of the cases are permitted in block
10197 scope. */
10198 if (qualifying_scope == global_namespace)
10199 error ("invalid use of qualified-name %<::%D%>",
10200 decl);
10201 else if (TYPE_P (qualifying_scope))
10202 error ("invalid use of qualified-name %<%T::%D%>",
10203 qualifying_scope, decl);
10204 else
10205 error ("invalid use of qualified-name %<%D::%D%>",
10206 qualifying_scope, decl);
10207 return error_mark_node;
10209 else if (TYPE_P (qualifying_scope))
10211 ctype = qualifying_scope;
10212 if (!MAYBE_CLASS_TYPE_P (ctype))
10214 error ("%q#T is not a class or a namespace", ctype);
10215 ctype = NULL_TREE;
10217 else if (innermost_code != cdk_function
10218 && current_class_type
10219 && !uniquely_derived_from_p (ctype,
10220 current_class_type))
10222 error ("invalid use of qualified-name %<%T::%D%>",
10223 qualifying_scope, decl);
10224 return error_mark_node;
10227 else if (TREE_CODE (qualifying_scope) == NAMESPACE_DECL)
10228 in_namespace = qualifying_scope;
10230 switch (TREE_CODE (decl))
10232 case BIT_NOT_EXPR:
10234 if (innermost_code != cdk_function)
10236 error ("declaration of %qD as non-function", decl);
10237 return error_mark_node;
10239 else if (!qualifying_scope
10240 && !(current_class_type && at_class_scope_p ()))
10242 error ("declaration of %qD as non-member", decl);
10243 return error_mark_node;
10246 tree type = TREE_OPERAND (decl, 0);
10247 if (TYPE_P (type))
10248 type = constructor_name (type);
10249 name = identifier_to_locale (IDENTIFIER_POINTER (type));
10250 dname = decl;
10252 break;
10254 case TEMPLATE_ID_EXPR:
10256 tree fns = TREE_OPERAND (decl, 0);
10258 dname = fns;
10259 if (!identifier_p (dname))
10260 dname = OVL_NAME (dname);
10262 /* Fall through. */
10264 case IDENTIFIER_NODE:
10265 if (identifier_p (decl))
10266 dname = decl;
10268 if (IDENTIFIER_KEYWORD_P (dname))
10270 error ("declarator-id missing; using reserved word %qD",
10271 dname);
10272 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
10274 else if (!IDENTIFIER_CONV_OP_P (dname))
10275 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
10276 else
10278 gcc_assert (flags == NO_SPECIAL);
10279 flags = TYPENAME_FLAG;
10280 sfk = sfk_conversion;
10281 tree glob = get_global_binding (dname);
10282 if (glob && TREE_CODE (glob) == TYPE_DECL)
10283 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
10284 else
10285 name = "<invalid operator>";
10287 break;
10289 default:
10290 gcc_unreachable ();
10292 break;
10295 case cdk_array:
10296 case cdk_pointer:
10297 case cdk_reference:
10298 case cdk_ptrmem:
10299 break;
10301 case cdk_decomp:
10302 name = "structured binding";
10303 break;
10305 case cdk_error:
10306 return error_mark_node;
10308 default:
10309 gcc_unreachable ();
10311 if (id_declarator->kind == cdk_id)
10312 break;
10315 /* [dcl.fct.edf]
10317 The declarator in a function-definition shall have the form
10318 D1 ( parameter-declaration-clause) ... */
10319 if (funcdef_flag && innermost_code != cdk_function)
10321 error ("function definition does not declare parameters");
10322 return error_mark_node;
10325 if (flags == TYPENAME_FLAG
10326 && innermost_code != cdk_function
10327 && ! (ctype && !declspecs->any_specifiers_p))
10329 error ("declaration of %qD as non-function", dname);
10330 return error_mark_node;
10333 if (dname && identifier_p (dname))
10335 if (UDLIT_OPER_P (dname)
10336 && innermost_code != cdk_function)
10338 error ("declaration of %qD as non-function", dname);
10339 return error_mark_node;
10342 if (IDENTIFIER_ANY_OP_P (dname))
10344 if (typedef_p)
10346 error ("declaration of %qD as %<typedef%>", dname);
10347 return error_mark_node;
10349 else if (decl_context == PARM || decl_context == CATCHPARM)
10351 error ("declaration of %qD as parameter", dname);
10352 return error_mark_node;
10357 /* Anything declared one level down from the top level
10358 must be one of the parameters of a function
10359 (because the body is at least two levels down). */
10361 /* This heuristic cannot be applied to C++ nodes! Fixed, however,
10362 by not allowing C++ class definitions to specify their parameters
10363 with xdecls (must be spec.d in the parmlist).
10365 Since we now wait to push a class scope until we are sure that
10366 we are in a legitimate method context, we must set oldcname
10367 explicitly (since current_class_name is not yet alive).
10369 We also want to avoid calling this a PARM if it is in a namespace. */
10371 if (decl_context == NORMAL && !toplevel_bindings_p ())
10373 cp_binding_level *b = current_binding_level;
10374 current_binding_level = b->level_chain;
10375 if (current_binding_level != 0 && toplevel_bindings_p ())
10376 decl_context = PARM;
10377 current_binding_level = b;
10380 if (name == NULL)
10381 name = decl_context == PARM ? "parameter" : "type name";
10383 if (concept_p && typedef_p)
10385 error ("%<concept%> cannot appear in a typedef declaration");
10386 return error_mark_node;
10389 if (constexpr_p && typedef_p)
10391 error ("%<constexpr%> cannot appear in a typedef declaration");
10392 return error_mark_node;
10395 /* If there were multiple types specified in the decl-specifier-seq,
10396 issue an error message. */
10397 if (declspecs->multiple_types_p)
10399 error ("two or more data types in declaration of %qs", name);
10400 return error_mark_node;
10403 if (declspecs->conflicting_specifiers_p)
10405 error ("conflicting specifiers in declaration of %qs", name);
10406 return error_mark_node;
10409 /* Extract the basic type from the decl-specifier-seq. */
10410 type = declspecs->type;
10411 if (type == error_mark_node)
10413 type = NULL_TREE;
10414 type_was_error_mark_node = true;
10416 /* If the entire declaration is itself tagged as deprecated then
10417 suppress reports of deprecated items. */
10418 if (type && TREE_DEPRECATED (type)
10419 && deprecated_state != DEPRECATED_SUPPRESS)
10420 warn_deprecated_use (type, NULL_TREE);
10421 if (type && TREE_CODE (type) == TYPE_DECL)
10423 typedef_decl = type;
10424 type = TREE_TYPE (typedef_decl);
10425 if (TREE_DEPRECATED (type)
10426 && DECL_ARTIFICIAL (typedef_decl)
10427 && deprecated_state != DEPRECATED_SUPPRESS)
10428 warn_deprecated_use (type, NULL_TREE);
10430 /* No type at all: default to `int', and set DEFAULTED_INT
10431 because it was not a user-defined typedef. */
10432 if (type == NULL_TREE)
10434 if (signed_p || unsigned_p || long_p || short_p)
10436 /* These imply 'int'. */
10437 type = integer_type_node;
10438 defaulted_int = 1;
10440 /* If we just have "complex", it is equivalent to "complex double". */
10441 else if (!longlong && !explicit_intN
10442 && decl_spec_seq_has_spec_p (declspecs, ds_complex))
10444 type = double_type_node;
10445 pedwarn (declspecs->locations[ds_complex], OPT_Wpedantic,
10446 "ISO C++ does not support plain %<complex%> meaning "
10447 "%<double complex%>");
10450 /* Gather flags. */
10451 explicit_int = declspecs->explicit_int_p;
10452 explicit_char = declspecs->explicit_char_p;
10454 #if 0
10455 /* See the code below that used this. */
10456 if (typedef_decl)
10457 decl_attr = DECL_ATTRIBUTES (typedef_decl);
10458 #endif
10459 typedef_type = type;
10461 if (sfk == sfk_conversion || sfk == sfk_deduction_guide)
10462 ctor_return_type = TREE_TYPE (dname);
10463 else
10464 ctor_return_type = ctype;
10466 if (sfk != sfk_none)
10468 type = check_special_function_return_type (sfk, type,
10469 ctor_return_type,
10470 type_quals,
10471 declspecs->locations);
10472 type_quals = TYPE_UNQUALIFIED;
10474 else if (type == NULL_TREE)
10476 int is_main;
10478 explicit_int = -1;
10480 /* We handle `main' specially here, because 'main () { }' is so
10481 common. With no options, it is allowed. With -Wreturn-type,
10482 it is a warning. It is only an error with -pedantic-errors. */
10483 is_main = (funcdef_flag
10484 && dname && identifier_p (dname)
10485 && MAIN_NAME_P (dname)
10486 && ctype == NULL_TREE
10487 && in_namespace == NULL_TREE
10488 && current_namespace == global_namespace);
10490 if (type_was_error_mark_node)
10491 /* We've already issued an error, don't complain more. */;
10492 else if (in_system_header_at (input_location) || flag_ms_extensions)
10493 /* Allow it, sigh. */;
10494 else if (! is_main)
10495 permerror (input_location, "ISO C++ forbids declaration of %qs with no type", name);
10496 else if (pedantic)
10497 pedwarn (input_location, OPT_Wpedantic,
10498 "ISO C++ forbids declaration of %qs with no type", name);
10499 else
10500 warning (OPT_Wreturn_type,
10501 "ISO C++ forbids declaration of %qs with no type", name);
10503 if (type_was_error_mark_node && template_parm_flag)
10504 /* FIXME we should be able to propagate the error_mark_node as is
10505 for other contexts too. */
10506 type = error_mark_node;
10507 else
10508 type = integer_type_node;
10511 ctype = NULL_TREE;
10513 if (explicit_intN)
10515 if (! int_n_enabled_p[declspecs->int_n_idx])
10517 error ("%<__int%d%> is not supported by this target",
10518 int_n_data[declspecs->int_n_idx].bitsize);
10519 explicit_intN = false;
10521 else if (pedantic && ! in_system_header_at (input_location))
10522 pedwarn (input_location, OPT_Wpedantic,
10523 "ISO C++ does not support %<__int%d%> for %qs",
10524 int_n_data[declspecs->int_n_idx].bitsize, name);
10527 /* Now process the modifiers that were specified
10528 and check for invalid combinations. */
10530 /* Long double is a special combination. */
10531 if (long_p && !longlong && TYPE_MAIN_VARIANT (type) == double_type_node)
10533 long_p = false;
10534 type = cp_build_qualified_type (long_double_type_node,
10535 cp_type_quals (type));
10538 /* Check all other uses of type modifiers. */
10540 if (unsigned_p || signed_p || long_p || short_p)
10542 int ok = 0;
10544 if ((signed_p || unsigned_p) && TREE_CODE (type) != INTEGER_TYPE)
10545 error ("%<signed%> or %<unsigned%> invalid for %qs", name);
10546 else if (signed_p && unsigned_p)
10547 error ("%<signed%> and %<unsigned%> specified together for %qs", name);
10548 else if (longlong && TREE_CODE (type) != INTEGER_TYPE)
10549 error ("%<long long%> invalid for %qs", name);
10550 else if (long_p && TREE_CODE (type) == REAL_TYPE)
10551 error ("%<long%> invalid for %qs", name);
10552 else if (short_p && TREE_CODE (type) == REAL_TYPE)
10553 error ("%<short%> invalid for %qs", name);
10554 else if ((long_p || short_p) && TREE_CODE (type) != INTEGER_TYPE)
10555 error ("%<long%> or %<short%> invalid for %qs", name);
10556 else if ((long_p || short_p || explicit_char || explicit_int) && explicit_intN)
10557 error ("%<long%>, %<int%>, %<short%>, or %<char%> invalid for %qs", name);
10558 else if ((long_p || short_p) && explicit_char)
10559 error ("%<long%> or %<short%> specified with char for %qs", name);
10560 else if (long_p && short_p)
10561 error ("%<long%> and %<short%> specified together for %qs", name);
10562 else if (type == char16_type_node || type == char32_type_node)
10564 if (signed_p || unsigned_p)
10565 error ("%<signed%> or %<unsigned%> invalid for %qs", name);
10566 else if (short_p || long_p)
10567 error ("%<short%> or %<long%> invalid for %qs", name);
10569 else
10571 ok = 1;
10572 if (!explicit_int && !defaulted_int && !explicit_char && !explicit_intN && pedantic)
10574 pedwarn (input_location, OPT_Wpedantic,
10575 "long, short, signed or unsigned used invalidly for %qs",
10576 name);
10577 if (flag_pedantic_errors)
10578 ok = 0;
10582 /* Discard the type modifiers if they are invalid. */
10583 if (! ok)
10585 unsigned_p = false;
10586 signed_p = false;
10587 long_p = false;
10588 short_p = false;
10589 longlong = 0;
10593 /* Decide whether an integer type is signed or not.
10594 Optionally treat bitfields as signed by default. */
10595 if (unsigned_p
10596 /* [class.bit]
10598 It is implementation-defined whether a plain (neither
10599 explicitly signed or unsigned) char, short, int, or long
10600 bit-field is signed or unsigned.
10602 Naturally, we extend this to long long as well. Note that
10603 this does not include wchar_t. */
10604 || (bitfield && !flag_signed_bitfields
10605 && !signed_p
10606 /* A typedef for plain `int' without `signed' can be
10607 controlled just like plain `int', but a typedef for
10608 `signed int' cannot be so controlled. */
10609 && !(typedef_decl
10610 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl))
10611 && TREE_CODE (type) == INTEGER_TYPE
10612 && !same_type_p (TYPE_MAIN_VARIANT (type), wchar_type_node)))
10614 if (explicit_intN)
10615 type = int_n_trees[declspecs->int_n_idx].unsigned_type;
10616 else if (longlong)
10617 type = long_long_unsigned_type_node;
10618 else if (long_p)
10619 type = long_unsigned_type_node;
10620 else if (short_p)
10621 type = short_unsigned_type_node;
10622 else if (type == char_type_node)
10623 type = unsigned_char_type_node;
10624 else if (typedef_decl)
10625 type = unsigned_type_for (type);
10626 else
10627 type = unsigned_type_node;
10629 else if (signed_p && type == char_type_node)
10630 type = signed_char_type_node;
10631 else if (explicit_intN)
10632 type = int_n_trees[declspecs->int_n_idx].signed_type;
10633 else if (longlong)
10634 type = long_long_integer_type_node;
10635 else if (long_p)
10636 type = long_integer_type_node;
10637 else if (short_p)
10638 type = short_integer_type_node;
10640 if (decl_spec_seq_has_spec_p (declspecs, ds_complex))
10642 if (TREE_CODE (type) != INTEGER_TYPE && TREE_CODE (type) != REAL_TYPE)
10643 error ("complex invalid for %qs", name);
10644 /* If a modifier is specified, the resulting complex is the complex
10645 form of TYPE. E.g, "complex short" is "complex short int". */
10646 else if (type == integer_type_node)
10647 type = complex_integer_type_node;
10648 else if (type == float_type_node)
10649 type = complex_float_type_node;
10650 else if (type == double_type_node)
10651 type = complex_double_type_node;
10652 else if (type == long_double_type_node)
10653 type = complex_long_double_type_node;
10654 else
10655 type = build_complex_type (type);
10658 /* If we're using the injected-class-name to form a compound type or a
10659 declaration, replace it with the underlying class so we don't get
10660 redundant typedefs in the debug output. But if we are returning the
10661 type unchanged, leave it alone so that it's available to
10662 maybe_get_template_decl_from_type_decl. */
10663 if (CLASS_TYPE_P (type)
10664 && DECL_SELF_REFERENCE_P (TYPE_NAME (type))
10665 && type == TREE_TYPE (TYPE_NAME (type))
10666 && (declarator || type_quals))
10667 type = DECL_ORIGINAL_TYPE (TYPE_NAME (type));
10669 type_quals |= cp_type_quals (type);
10670 type = cp_build_qualified_type_real
10671 (type, type_quals, ((((typedef_decl && !DECL_ARTIFICIAL (typedef_decl))
10672 || declspecs->decltype_p)
10673 ? tf_ignore_bad_quals : 0) | tf_warning_or_error));
10674 /* We might have ignored or rejected some of the qualifiers. */
10675 type_quals = cp_type_quals (type);
10677 if (cxx_dialect >= cxx17 && type && is_auto (type)
10678 && innermost_code != cdk_function
10679 && id_declarator && declarator != id_declarator)
10680 if (tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (type))
10682 error_at (typespec_loc, "template placeholder type %qT must be followed "
10683 "by a simple declarator-id", type);
10684 inform (DECL_SOURCE_LOCATION (tmpl), "%qD declared here", tmpl);
10687 staticp = 0;
10688 inlinep = decl_spec_seq_has_spec_p (declspecs, ds_inline);
10689 virtualp = decl_spec_seq_has_spec_p (declspecs, ds_virtual);
10690 explicitp = decl_spec_seq_has_spec_p (declspecs, ds_explicit);
10692 storage_class = declspecs->storage_class;
10693 if (storage_class == sc_static)
10694 staticp = 1 + (decl_context == FIELD);
10696 if (virtualp)
10698 if (staticp == 2)
10700 error ("member %qD cannot be declared both %<virtual%> "
10701 "and %<static%>", dname);
10702 storage_class = sc_none;
10703 staticp = 0;
10705 if (constexpr_p)
10706 error ("member %qD cannot be declared both %<virtual%> "
10707 "and %<constexpr%>", dname);
10709 friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend);
10711 /* Issue errors about use of storage classes for parameters. */
10712 if (decl_context == PARM)
10714 if (typedef_p)
10716 error ("typedef declaration invalid in parameter declaration");
10717 return error_mark_node;
10719 else if (template_parm_flag && storage_class != sc_none)
10721 error ("storage class specified for template parameter %qs", name);
10722 return error_mark_node;
10724 else if (storage_class == sc_static
10725 || storage_class == sc_extern
10726 || thread_p)
10727 error ("storage class specifiers invalid in parameter declarations");
10729 /* Function parameters cannot be concept. */
10730 if (concept_p)
10731 error ("a parameter cannot be declared %<concept%>");
10732 /* Function parameters cannot be constexpr. If we saw one, moan
10733 and pretend it wasn't there. */
10734 else if (constexpr_p)
10736 error ("a parameter cannot be declared %<constexpr%>");
10737 constexpr_p = 0;
10741 /* Give error if `virtual' is used outside of class declaration. */
10742 if (virtualp
10743 && (current_class_name == NULL_TREE || decl_context != FIELD))
10745 error_at (declspecs->locations[ds_virtual],
10746 "%<virtual%> outside class declaration");
10747 virtualp = 0;
10750 if (innermost_code == cdk_decomp)
10752 location_t loc = (declarator->kind == cdk_reference
10753 ? declarator->declarator->id_loc : declarator->id_loc);
10754 if (inlinep)
10755 error_at (declspecs->locations[ds_inline],
10756 "structured binding declaration cannot be %<inline%>");
10757 if (typedef_p)
10758 error_at (declspecs->locations[ds_typedef],
10759 "structured binding declaration cannot be %<typedef%>");
10760 if (constexpr_p)
10761 error_at (declspecs->locations[ds_constexpr], "structured "
10762 "binding declaration cannot be %<constexpr%>");
10763 if (thread_p)
10764 error_at (declspecs->locations[ds_thread],
10765 "structured binding declaration cannot be %qs",
10766 declspecs->gnu_thread_keyword_p
10767 ? "__thread" : "thread_local");
10768 if (concept_p)
10769 error_at (declspecs->locations[ds_concept],
10770 "structured binding declaration cannot be %<concept%>");
10771 switch (storage_class)
10773 case sc_none:
10774 break;
10775 case sc_register:
10776 error_at (loc, "structured binding declaration cannot be "
10777 "%<register%>");
10778 break;
10779 case sc_static:
10780 error_at (loc, "structured binding declaration cannot be "
10781 "%<static%>");
10782 break;
10783 case sc_extern:
10784 error_at (loc, "structured binding declaration cannot be "
10785 "%<extern%>");
10786 break;
10787 case sc_mutable:
10788 error_at (loc, "structured binding declaration cannot be "
10789 "%<mutable%>");
10790 break;
10791 case sc_auto:
10792 error_at (loc, "structured binding declaration cannot be "
10793 "C++98 %<auto%>");
10794 break;
10795 default:
10796 gcc_unreachable ();
10798 if (TREE_CODE (type) != TEMPLATE_TYPE_PARM
10799 || TYPE_IDENTIFIER (type) != auto_identifier)
10801 if (type != error_mark_node)
10803 error_at (loc, "structured binding declaration cannot have "
10804 "type %qT", type);
10805 inform (loc,
10806 "type must be cv-qualified %<auto%> or reference to "
10807 "cv-qualified %<auto%>");
10809 type = build_qualified_type (make_auto (), type_quals);
10810 declspecs->type = type;
10812 inlinep = 0;
10813 typedef_p = 0;
10814 constexpr_p = 0;
10815 thread_p = 0;
10816 concept_p = 0;
10817 storage_class = sc_none;
10818 staticp = 0;
10819 declspecs->storage_class = sc_none;
10820 declspecs->locations[ds_thread] = UNKNOWN_LOCATION;
10823 /* Static anonymous unions are dealt with here. */
10824 if (staticp && decl_context == TYPENAME
10825 && declspecs->type
10826 && ANON_AGGR_TYPE_P (declspecs->type))
10827 decl_context = FIELD;
10829 /* Warn about storage classes that are invalid for certain
10830 kinds of declarations (parameters, typenames, etc.). */
10831 if (thread_p
10832 && ((storage_class
10833 && storage_class != sc_extern
10834 && storage_class != sc_static)
10835 || typedef_p))
10837 error ("multiple storage classes in declaration of %qs", name);
10838 thread_p = false;
10840 if (decl_context != NORMAL
10841 && ((storage_class != sc_none
10842 && storage_class != sc_mutable)
10843 || thread_p))
10845 if ((decl_context == PARM || decl_context == CATCHPARM)
10846 && (storage_class == sc_register
10847 || storage_class == sc_auto))
10849 else if (typedef_p)
10851 else if (decl_context == FIELD
10852 /* C++ allows static class elements. */
10853 && storage_class == sc_static)
10854 /* C++ also allows inlines and signed and unsigned elements,
10855 but in those cases we don't come in here. */
10857 else
10859 if (decl_context == FIELD)
10860 error ("storage class specified for %qs", name);
10861 else
10863 if (decl_context == PARM || decl_context == CATCHPARM)
10864 error ("storage class specified for parameter %qs", name);
10865 else
10866 error ("storage class specified for typename");
10868 if (storage_class == sc_register
10869 || storage_class == sc_auto
10870 || storage_class == sc_extern
10871 || thread_p)
10872 storage_class = sc_none;
10875 else if (storage_class == sc_extern && funcdef_flag
10876 && ! toplevel_bindings_p ())
10877 error ("nested function %qs declared %<extern%>", name);
10878 else if (toplevel_bindings_p ())
10880 if (storage_class == sc_auto)
10881 error ("top-level declaration of %qs specifies %<auto%>", name);
10883 else if (thread_p
10884 && storage_class != sc_extern
10885 && storage_class != sc_static)
10887 if (declspecs->gnu_thread_keyword_p)
10888 pedwarn (input_location, 0, "function-scope %qs implicitly auto and "
10889 "declared %<__thread%>", name);
10891 /* When thread_local is applied to a variable of block scope the
10892 storage-class-specifier static is implied if it does not appear
10893 explicitly. */
10894 storage_class = declspecs->storage_class = sc_static;
10895 staticp = 1;
10898 if (storage_class && friendp)
10900 error ("storage class specifiers invalid in friend function declarations");
10901 storage_class = sc_none;
10902 staticp = 0;
10905 if (!id_declarator)
10906 unqualified_id = NULL_TREE;
10907 else
10909 unqualified_id = id_declarator->u.id.unqualified_name;
10910 switch (TREE_CODE (unqualified_id))
10912 case BIT_NOT_EXPR:
10913 unqualified_id = TREE_OPERAND (unqualified_id, 0);
10914 if (TYPE_P (unqualified_id))
10915 unqualified_id = constructor_name (unqualified_id);
10916 break;
10918 case IDENTIFIER_NODE:
10919 case TEMPLATE_ID_EXPR:
10920 break;
10922 default:
10923 gcc_unreachable ();
10927 if (declspecs->std_attributes)
10929 /* Apply the c++11 attributes to the type preceding them. */
10930 input_location = declspecs->locations[ds_std_attribute];
10931 decl_attributes (&type, declspecs->std_attributes, 0);
10932 input_location = saved_loc;
10935 /* Determine the type of the entity declared by recurring on the
10936 declarator. */
10937 for (; declarator; declarator = declarator->declarator)
10939 const cp_declarator *inner_declarator;
10940 tree attrs;
10942 if (type == error_mark_node)
10943 return error_mark_node;
10945 attrs = declarator->attributes;
10946 if (attrs)
10948 int attr_flags;
10950 attr_flags = 0;
10951 if (declarator == NULL || declarator->kind == cdk_id)
10952 attr_flags |= (int) ATTR_FLAG_DECL_NEXT;
10953 if (declarator->kind == cdk_function)
10954 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT;
10955 if (declarator->kind == cdk_array)
10956 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT;
10957 returned_attrs = decl_attributes (&type,
10958 chainon (returned_attrs, attrs),
10959 attr_flags);
10962 inner_declarator = declarator->declarator;
10964 /* We don't want to warn in parameter context because we don't
10965 yet know if the parse will succeed, and this might turn out
10966 to be a constructor call. */
10967 if (decl_context != PARM
10968 && decl_context != TYPENAME
10969 && !typedef_p
10970 && declarator->parenthesized != UNKNOWN_LOCATION
10971 /* If the type is class-like and the inner name used a
10972 global namespace qualifier, we need the parens.
10973 Unfortunately all we can tell is whether a qualified name
10974 was used or not. */
10975 && !(inner_declarator
10976 && inner_declarator->kind == cdk_id
10977 && inner_declarator->u.id.qualifying_scope
10978 && (MAYBE_CLASS_TYPE_P (type)
10979 || TREE_CODE (type) == ENUMERAL_TYPE)))
10980 warning_at (declarator->parenthesized, OPT_Wparentheses,
10981 "unnecessary parentheses in declaration of %qs", name);
10982 if (declarator->kind == cdk_id || declarator->kind == cdk_decomp)
10983 break;
10985 switch (declarator->kind)
10987 case cdk_array:
10988 type = create_array_type_for_decl (dname, type,
10989 declarator->u.array.bounds);
10990 if (!valid_array_size_p (input_location, type, dname))
10991 type = error_mark_node;
10993 if (declarator->std_attributes)
10994 /* [dcl.array]/1:
10996 The optional attribute-specifier-seq appertains to the
10997 array. */
10998 returned_attrs = chainon (returned_attrs,
10999 declarator->std_attributes);
11000 break;
11002 case cdk_function:
11004 tree arg_types;
11005 int funcdecl_p;
11007 /* Declaring a function type. */
11009 input_location = declspecs->locations[ds_type_spec];
11010 abstract_virtuals_error (ACU_RETURN, type);
11011 input_location = saved_loc;
11013 /* Pick up type qualifiers which should be applied to `this'. */
11014 memfn_quals = declarator->u.function.qualifiers;
11015 /* Pick up virt-specifiers. */
11016 virt_specifiers = declarator->u.function.virt_specifiers;
11017 /* And ref-qualifier, too */
11018 rqual = declarator->u.function.ref_qualifier;
11019 /* And tx-qualifier. */
11020 tree tx_qual = declarator->u.function.tx_qualifier;
11021 /* Pick up the exception specifications. */
11022 raises = declarator->u.function.exception_specification;
11023 /* If the exception-specification is ill-formed, let's pretend
11024 there wasn't one. */
11025 if (raises == error_mark_node)
11026 raises = NULL_TREE;
11028 if (reqs)
11029 error_at (location_of (reqs), "requires-clause on return type");
11030 reqs = declarator->u.function.requires_clause;
11032 /* Say it's a definition only for the CALL_EXPR
11033 closest to the identifier. */
11034 funcdecl_p = inner_declarator && inner_declarator->kind == cdk_id;
11036 /* Handle a late-specified return type. */
11037 tree late_return_type = declarator->u.function.late_return_type;
11038 if (funcdecl_p)
11040 if (tree auto_node = type_uses_auto (type))
11042 if (!late_return_type)
11044 if (current_class_type
11045 && LAMBDA_TYPE_P (current_class_type))
11046 /* OK for C++11 lambdas. */;
11047 else if (cxx_dialect < cxx14)
11049 error ("%qs function uses "
11050 "%<auto%> type specifier without trailing "
11051 "return type", name);
11052 inform (input_location, "deduced return type "
11053 "only available with -std=c++14 or "
11054 "-std=gnu++14");
11056 else if (virtualp)
11058 error ("virtual function cannot "
11059 "have deduced return type");
11060 virtualp = false;
11063 else if (!is_auto (type) && sfk != sfk_conversion)
11065 error ("%qs function with trailing return type has"
11066 " %qT as its type rather than plain %<auto%>",
11067 name, type);
11068 return error_mark_node;
11070 if (tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (auto_node))
11072 if (!late_return_type)
11074 if (dguide_name_p (unqualified_id))
11075 error_at (declarator->id_loc, "deduction guide "
11076 "for %qT must have trailing return "
11077 "type", TREE_TYPE (tmpl));
11078 else
11079 error_at (declarator->id_loc, "deduced class "
11080 "type %qT in function return type",
11081 type);
11082 inform (DECL_SOURCE_LOCATION (tmpl),
11083 "%qD declared here", tmpl);
11085 else if (CLASS_TYPE_P (late_return_type)
11086 && CLASSTYPE_TEMPLATE_INFO (late_return_type)
11087 && (CLASSTYPE_TI_TEMPLATE (late_return_type)
11088 == tmpl))
11089 /* OK */;
11090 else
11091 error ("trailing return type %qT of deduction guide "
11092 "is not a specialization of %qT",
11093 late_return_type, TREE_TYPE (tmpl));
11096 else if (late_return_type
11097 && sfk != sfk_conversion)
11099 if (cxx_dialect < cxx11)
11100 /* Not using maybe_warn_cpp0x because this should
11101 always be an error. */
11102 error ("trailing return type only available with "
11103 "-std=c++11 or -std=gnu++11");
11104 else
11105 error ("%qs function with trailing return type not "
11106 "declared with %<auto%> type specifier", name);
11107 return error_mark_node;
11110 type = splice_late_return_type (type, late_return_type);
11111 if (type == error_mark_node)
11112 return error_mark_node;
11114 if (late_return_type)
11116 late_return_type_p = true;
11117 type_quals = cp_type_quals (type);
11120 if (type_quals != TYPE_UNQUALIFIED)
11122 if (SCALAR_TYPE_P (type) || VOID_TYPE_P (type))
11123 warning_at (typespec_loc, OPT_Wignored_qualifiers, "type "
11124 "qualifiers ignored on function return type");
11125 /* We now know that the TYPE_QUALS don't apply to the
11126 decl, but to its return type. */
11127 type_quals = TYPE_UNQUALIFIED;
11130 /* Error about some types functions can't return. */
11132 if (TREE_CODE (type) == FUNCTION_TYPE)
11134 error_at (typespec_loc, "%qs declared as function returning "
11135 "a function", name);
11136 return error_mark_node;
11138 if (TREE_CODE (type) == ARRAY_TYPE)
11140 error_at (typespec_loc, "%qs declared as function returning "
11141 "an array", name);
11142 return error_mark_node;
11145 if (ctype == NULL_TREE
11146 && decl_context == FIELD
11147 && funcdecl_p
11148 && friendp == 0)
11149 ctype = current_class_type;
11151 if (ctype && (sfk == sfk_constructor
11152 || sfk == sfk_destructor))
11154 /* We are within a class's scope. If our declarator name
11155 is the same as the class name, and we are defining
11156 a function, then it is a constructor/destructor, and
11157 therefore returns a void type. */
11159 /* ISO C++ 12.4/2. A destructor may not be declared
11160 const or volatile. A destructor may not be static.
11161 A destructor may not be declared with ref-qualifier.
11163 ISO C++ 12.1. A constructor may not be declared
11164 const or volatile. A constructor may not be
11165 virtual. A constructor may not be static.
11166 A constructor may not be declared with ref-qualifier. */
11167 if (staticp == 2)
11168 error ((flags == DTOR_FLAG)
11169 ? G_("destructor cannot be static member function")
11170 : G_("constructor cannot be static member function"));
11171 if (memfn_quals)
11173 error ((flags == DTOR_FLAG)
11174 ? G_("destructors may not be cv-qualified")
11175 : G_("constructors may not be cv-qualified"));
11176 memfn_quals = TYPE_UNQUALIFIED;
11179 if (rqual)
11181 maybe_warn_cpp0x (CPP0X_REF_QUALIFIER);
11182 error ((flags == DTOR_FLAG)
11183 ? G_("destructors may not be ref-qualified")
11184 : G_("constructors may not be ref-qualified"));
11185 rqual = REF_QUAL_NONE;
11188 if (decl_context == FIELD
11189 && !member_function_or_else (ctype,
11190 current_class_type,
11191 flags))
11192 return error_mark_node;
11194 if (flags != DTOR_FLAG)
11196 /* It's a constructor. */
11197 if (explicitp == 1)
11198 explicitp = 2;
11199 if (virtualp)
11201 permerror (input_location,
11202 "constructors cannot be declared %<virtual%>");
11203 virtualp = 0;
11205 if (decl_context == FIELD
11206 && sfk != sfk_constructor)
11207 return error_mark_node;
11209 if (decl_context == FIELD)
11210 staticp = 0;
11212 else if (friendp)
11214 if (virtualp)
11216 /* Cannot be both friend and virtual. */
11217 error ("virtual functions cannot be friends");
11218 friendp = 0;
11220 if (decl_context == NORMAL)
11221 error ("friend declaration not in class definition");
11222 if (current_function_decl && funcdef_flag)
11223 error ("can%'t define friend function %qs in a local "
11224 "class definition",
11225 name);
11227 else if (ctype && sfk == sfk_conversion)
11229 if (explicitp == 1)
11231 maybe_warn_cpp0x (CPP0X_EXPLICIT_CONVERSION);
11232 explicitp = 2;
11234 if (late_return_type_p)
11235 error ("a conversion function cannot have a trailing return type");
11237 else if (sfk == sfk_deduction_guide)
11239 if (explicitp == 1)
11240 explicitp = 2;
11243 arg_types = grokparms (declarator->u.function.parameters,
11244 &parms);
11246 if (inner_declarator
11247 && inner_declarator->kind == cdk_id
11248 && inner_declarator->u.id.sfk == sfk_destructor
11249 && arg_types != void_list_node)
11251 error ("destructors may not have parameters");
11252 arg_types = void_list_node;
11253 parms = NULL_TREE;
11256 type = build_function_type (type, arg_types);
11258 tree attrs = declarator->std_attributes;
11259 if (tx_qual)
11261 tree att = build_tree_list (tx_qual, NULL_TREE);
11262 /* transaction_safe applies to the type, but
11263 transaction_safe_dynamic applies to the function. */
11264 if (is_attribute_p ("transaction_safe", tx_qual))
11265 attrs = chainon (attrs, att);
11266 else
11267 returned_attrs = chainon (returned_attrs, att);
11269 if (attrs)
11270 /* [dcl.fct]/2:
11272 The optional attribute-specifier-seq appertains to
11273 the function type. */
11274 decl_attributes (&type, attrs, 0);
11276 if (raises)
11277 type = build_exception_variant (type, raises);
11279 break;
11281 case cdk_pointer:
11282 case cdk_reference:
11283 case cdk_ptrmem:
11284 /* Filter out pointers-to-references and references-to-references.
11285 We can get these if a TYPE_DECL is used. */
11287 if (TREE_CODE (type) == REFERENCE_TYPE)
11289 if (declarator->kind != cdk_reference)
11291 error ("cannot declare pointer to %q#T", type);
11292 type = TREE_TYPE (type);
11295 /* In C++0x, we allow reference to reference declarations
11296 that occur indirectly through typedefs [7.1.3/8 dcl.typedef]
11297 and template type arguments [14.3.1/4 temp.arg.type]. The
11298 check for direct reference to reference declarations, which
11299 are still forbidden, occurs below. Reasoning behind the change
11300 can be found in DR106, DR540, and the rvalue reference
11301 proposals. */
11302 else if (cxx_dialect == cxx98)
11304 error ("cannot declare reference to %q#T", type);
11305 type = TREE_TYPE (type);
11308 else if (VOID_TYPE_P (type))
11310 if (declarator->kind == cdk_reference)
11311 error ("cannot declare reference to %q#T", type);
11312 else if (declarator->kind == cdk_ptrmem)
11313 error ("cannot declare pointer to %q#T member", type);
11316 /* We now know that the TYPE_QUALS don't apply to the decl,
11317 but to the target of the pointer. */
11318 type_quals = TYPE_UNQUALIFIED;
11320 /* This code used to handle METHOD_TYPE, but I don't think it's
11321 possible to get it here anymore. */
11322 gcc_assert (TREE_CODE (type) != METHOD_TYPE);
11323 if (declarator->kind == cdk_ptrmem
11324 && TREE_CODE (type) == FUNCTION_TYPE)
11326 memfn_quals |= type_memfn_quals (type);
11327 type = build_memfn_type (type,
11328 declarator->u.pointer.class_type,
11329 memfn_quals,
11330 rqual);
11331 if (type == error_mark_node)
11332 return error_mark_node;
11334 rqual = REF_QUAL_NONE;
11335 memfn_quals = TYPE_UNQUALIFIED;
11338 if (TREE_CODE (type) == FUNCTION_TYPE
11339 && (type_memfn_quals (type) != TYPE_UNQUALIFIED
11340 || type_memfn_rqual (type) != REF_QUAL_NONE))
11341 error (declarator->kind == cdk_reference
11342 ? G_("cannot declare reference to qualified function type %qT")
11343 : G_("cannot declare pointer to qualified function type %qT"),
11344 type);
11346 /* When the pointed-to type involves components of variable size,
11347 care must be taken to ensure that the size evaluation code is
11348 emitted early enough to dominate all the possible later uses
11349 and late enough for the variables on which it depends to have
11350 been assigned.
11352 This is expected to happen automatically when the pointed-to
11353 type has a name/declaration of it's own, but special attention
11354 is required if the type is anonymous.
11356 We handle the NORMAL and FIELD contexts here by inserting a
11357 dummy statement that just evaluates the size at a safe point
11358 and ensures it is not deferred until e.g. within a deeper
11359 conditional context (c++/43555).
11361 We expect nothing to be needed here for PARM or TYPENAME.
11362 Evaluating the size at this point for TYPENAME would
11363 actually be incorrect, as we might be in the middle of an
11364 expression with side effects on the pointed-to type size
11365 "arguments" prior to the pointer declaration point and the
11366 size evaluation could end up prior to the side effects. */
11368 if (!TYPE_NAME (type)
11369 && (decl_context == NORMAL || decl_context == FIELD)
11370 && at_function_scope_p ()
11371 && variably_modified_type_p (type, NULL_TREE))
11373 TYPE_NAME (type) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
11374 NULL_TREE, type);
11375 add_decl_expr (TYPE_NAME (type));
11378 if (declarator->kind == cdk_reference)
11380 /* In C++0x, the type we are creating a reference to might be
11381 a typedef which is itself a reference type. In that case,
11382 we follow the reference collapsing rules in
11383 [7.1.3/8 dcl.typedef] to create the final reference type:
11385 "If a typedef TD names a type that is a reference to a type
11386 T, an attempt to create the type 'lvalue reference to cv TD'
11387 creates the type 'lvalue reference to T,' while an attempt
11388 to create the type "rvalue reference to cv TD' creates the
11389 type TD."
11391 if (VOID_TYPE_P (type))
11392 /* We already gave an error. */;
11393 else if (TREE_CODE (type) == REFERENCE_TYPE)
11395 if (declarator->u.reference.rvalue_ref)
11396 /* Leave type alone. */;
11397 else
11398 type = cp_build_reference_type (TREE_TYPE (type), false);
11400 else
11401 type = cp_build_reference_type
11402 (type, declarator->u.reference.rvalue_ref);
11404 /* In C++0x, we need this check for direct reference to
11405 reference declarations, which are forbidden by
11406 [8.3.2/5 dcl.ref]. Reference to reference declarations
11407 are only allowed indirectly through typedefs and template
11408 type arguments. Example:
11410 void foo(int & &); // invalid ref-to-ref decl
11412 typedef int & int_ref;
11413 void foo(int_ref &); // valid ref-to-ref decl
11415 if (inner_declarator && inner_declarator->kind == cdk_reference)
11416 error ("cannot declare reference to %q#T, which is not "
11417 "a typedef or a template type argument", type);
11419 else if (TREE_CODE (type) == METHOD_TYPE)
11420 type = build_ptrmemfunc_type (build_pointer_type (type));
11421 else if (declarator->kind == cdk_ptrmem)
11423 gcc_assert (TREE_CODE (declarator->u.pointer.class_type)
11424 != NAMESPACE_DECL);
11425 if (declarator->u.pointer.class_type == error_mark_node)
11426 /* We will already have complained. */
11427 type = error_mark_node;
11428 else
11429 type = build_ptrmem_type (declarator->u.pointer.class_type,
11430 type);
11432 else
11433 type = build_pointer_type (type);
11435 /* Process a list of type modifier keywords (such as
11436 const or volatile) that were given inside the `*' or `&'. */
11438 if (declarator->u.pointer.qualifiers)
11440 type
11441 = cp_build_qualified_type (type,
11442 declarator->u.pointer.qualifiers);
11443 type_quals = cp_type_quals (type);
11446 /* Apply C++11 attributes to the pointer, and not to the
11447 type pointed to. This is unlike what is done for GNU
11448 attributes above. It is to comply with [dcl.ptr]/1:
11450 [the optional attribute-specifier-seq (7.6.1) appertains
11451 to the pointer and not to the object pointed to]. */
11452 if (declarator->std_attributes)
11453 decl_attributes (&type, declarator->std_attributes,
11456 ctype = NULL_TREE;
11457 break;
11459 case cdk_error:
11460 break;
11462 default:
11463 gcc_unreachable ();
11467 /* A `constexpr' specifier used in an object declaration declares
11468 the object as `const'. */
11469 if (constexpr_p && innermost_code != cdk_function)
11471 /* DR1688 says that a `constexpr' specifier in combination with
11472 `volatile' is valid. */
11474 if (TREE_CODE (type) != REFERENCE_TYPE)
11476 type_quals |= TYPE_QUAL_CONST;
11477 type = cp_build_qualified_type (type, type_quals);
11481 if (unqualified_id && TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR
11482 && TREE_CODE (type) != FUNCTION_TYPE
11483 && TREE_CODE (type) != METHOD_TYPE
11484 && !variable_template_p (TREE_OPERAND (unqualified_id, 0)))
11486 error ("template-id %qD used as a declarator",
11487 unqualified_id);
11488 unqualified_id = dname;
11491 /* If TYPE is a FUNCTION_TYPE, but the function name was explicitly
11492 qualified with a class-name, turn it into a METHOD_TYPE, unless
11493 we know that the function is static. We take advantage of this
11494 opportunity to do other processing that pertains to entities
11495 explicitly declared to be class members. Note that if DECLARATOR
11496 is non-NULL, we know it is a cdk_id declarator; otherwise, we
11497 would not have exited the loop above. */
11498 if (declarator
11499 && declarator->kind == cdk_id
11500 && declarator->u.id.qualifying_scope
11501 && MAYBE_CLASS_TYPE_P (declarator->u.id.qualifying_scope))
11503 ctype = declarator->u.id.qualifying_scope;
11504 ctype = TYPE_MAIN_VARIANT (ctype);
11505 template_count = num_template_headers_for_class (ctype);
11507 if (ctype == current_class_type)
11509 if (friendp)
11511 permerror (input_location, "member functions are implicitly "
11512 "friends of their class");
11513 friendp = 0;
11515 else
11516 permerror (declarator->id_loc,
11517 "extra qualification %<%T::%> on member %qs",
11518 ctype, name);
11520 else if (/* If the qualifying type is already complete, then we
11521 can skip the following checks. */
11522 !COMPLETE_TYPE_P (ctype)
11523 && (/* If the function is being defined, then
11524 qualifying type must certainly be complete. */
11525 funcdef_flag
11526 /* A friend declaration of "T::f" is OK, even if
11527 "T" is a template parameter. But, if this
11528 function is not a friend, the qualifying type
11529 must be a class. */
11530 || (!friendp && !CLASS_TYPE_P (ctype))
11531 /* For a declaration, the type need not be
11532 complete, if either it is dependent (since there
11533 is no meaningful definition of complete in that
11534 case) or the qualifying class is currently being
11535 defined. */
11536 || !(dependent_type_p (ctype)
11537 || currently_open_class (ctype)))
11538 /* Check that the qualifying type is complete. */
11539 && !complete_type_or_else (ctype, NULL_TREE))
11540 return error_mark_node;
11541 else if (TREE_CODE (type) == FUNCTION_TYPE)
11543 if (current_class_type
11544 && (!friendp || funcdef_flag || initialized))
11546 error (funcdef_flag || initialized
11547 ? G_("cannot define member function %<%T::%s%> "
11548 "within %qT")
11549 : G_("cannot declare member function %<%T::%s%> "
11550 "within %qT"),
11551 ctype, name, current_class_type);
11552 return error_mark_node;
11555 else if (typedef_p && current_class_type)
11557 error ("cannot declare member %<%T::%s%> within %qT",
11558 ctype, name, current_class_type);
11559 return error_mark_node;
11563 if (ctype == NULL_TREE && decl_context == FIELD && friendp == 0)
11564 ctype = current_class_type;
11566 /* Now TYPE has the actual type. */
11568 if (returned_attrs)
11570 if (attrlist)
11571 *attrlist = chainon (returned_attrs, *attrlist);
11572 else
11573 attrlist = &returned_attrs;
11576 if (declarator
11577 && declarator->kind == cdk_id
11578 && declarator->std_attributes
11579 && attrlist != NULL)
11581 /* [dcl.meaning]/1: The optional attribute-specifier-seq following
11582 a declarator-id appertains to the entity that is declared. */
11583 if (declarator->std_attributes != error_mark_node)
11584 *attrlist = chainon (*attrlist, declarator->std_attributes);
11585 else
11586 /* We should have already diagnosed the issue (c++/78344). */
11587 gcc_assert (seen_error ());
11590 /* Handle parameter packs. */
11591 if (parameter_pack_p)
11593 if (decl_context == PARM)
11594 /* Turn the type into a pack expansion.*/
11595 type = make_pack_expansion (type);
11596 else
11597 error ("non-parameter %qs cannot be a parameter pack", name);
11600 if ((decl_context == FIELD || decl_context == PARM)
11601 && !processing_template_decl
11602 && variably_modified_type_p (type, NULL_TREE))
11604 if (decl_context == FIELD)
11605 error ("data member may not have variably modified type %qT", type);
11606 else
11607 error ("parameter may not have variably modified type %qT", type);
11608 type = error_mark_node;
11611 if (explicitp == 1 || (explicitp && friendp))
11613 /* [dcl.fct.spec] (C++11) The explicit specifier shall be used only
11614 in the declaration of a constructor or conversion function within
11615 a class definition. */
11616 if (!current_class_type)
11617 error_at (declspecs->locations[ds_explicit],
11618 "%<explicit%> outside class declaration");
11619 else if (friendp)
11620 error_at (declspecs->locations[ds_explicit],
11621 "%<explicit%> in friend declaration");
11622 else
11623 error_at (declspecs->locations[ds_explicit],
11624 "only declarations of constructors and conversion operators "
11625 "can be %<explicit%>");
11626 explicitp = 0;
11629 if (storage_class == sc_mutable)
11631 if (decl_context != FIELD || friendp)
11633 error ("non-member %qs cannot be declared %<mutable%>", name);
11634 storage_class = sc_none;
11636 else if (decl_context == TYPENAME || typedef_p)
11638 error ("non-object member %qs cannot be declared %<mutable%>", name);
11639 storage_class = sc_none;
11641 else if (TREE_CODE (type) == FUNCTION_TYPE
11642 || TREE_CODE (type) == METHOD_TYPE)
11644 error ("function %qs cannot be declared %<mutable%>", name);
11645 storage_class = sc_none;
11647 else if (staticp)
11649 error ("static %qs cannot be declared %<mutable%>", name);
11650 storage_class = sc_none;
11652 else if (type_quals & TYPE_QUAL_CONST)
11654 error ("const %qs cannot be declared %<mutable%>", name);
11655 storage_class = sc_none;
11657 else if (TREE_CODE (type) == REFERENCE_TYPE)
11659 permerror (input_location, "reference %qs cannot be declared "
11660 "%<mutable%>", name);
11661 storage_class = sc_none;
11665 /* If this is declaring a typedef name, return a TYPE_DECL. */
11666 if (typedef_p && decl_context != TYPENAME)
11668 tree decl;
11670 /* This declaration:
11672 typedef void f(int) const;
11674 declares a function type which is not a member of any
11675 particular class, but which is cv-qualified; for
11676 example "f S::*" declares a pointer to a const-qualified
11677 member function of S. We record the cv-qualification in the
11678 function type. */
11679 if ((rqual || memfn_quals) && TREE_CODE (type) == FUNCTION_TYPE)
11681 type = apply_memfn_quals (type, memfn_quals, rqual);
11683 /* We have now dealt with these qualifiers. */
11684 memfn_quals = TYPE_UNQUALIFIED;
11685 rqual = REF_QUAL_NONE;
11688 if (type_uses_auto (type))
11690 error ("typedef declared %<auto%>");
11691 type = error_mark_node;
11694 if (reqs)
11695 error_at (location_of (reqs), "requires-clause on typedef");
11697 if (decl_context == FIELD)
11698 decl = build_lang_decl (TYPE_DECL, unqualified_id, type);
11699 else
11700 decl = build_decl (input_location, TYPE_DECL, unqualified_id, type);
11701 if (id_declarator && declarator->u.id.qualifying_scope) {
11702 error_at (DECL_SOURCE_LOCATION (decl),
11703 "typedef name may not be a nested-name-specifier");
11704 TREE_TYPE (decl) = error_mark_node;
11707 if (decl_context != FIELD)
11709 if (!current_function_decl)
11710 DECL_CONTEXT (decl) = FROB_CONTEXT (current_namespace);
11711 else if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (current_function_decl)
11712 || (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P
11713 (current_function_decl)))
11714 /* The TYPE_DECL is "abstract" because there will be
11715 clones of this constructor/destructor, and there will
11716 be copies of this TYPE_DECL generated in those
11717 clones. The decloning optimization (for space) may
11718 revert this subsequently if it determines that
11719 the clones should share a common implementation. */
11720 DECL_ABSTRACT_P (decl) = true;
11722 else if (current_class_type
11723 && constructor_name_p (unqualified_id, current_class_type))
11724 permerror (input_location, "ISO C++ forbids nested type %qD with same name "
11725 "as enclosing class",
11726 unqualified_id);
11728 /* If the user declares "typedef struct {...} foo" then the
11729 struct will have an anonymous name. Fill that name in now.
11730 Nothing can refer to it, so nothing needs know about the name
11731 change. */
11732 if (type != error_mark_node
11733 && unqualified_id
11734 && TYPE_NAME (type)
11735 && TREE_CODE (TYPE_NAME (type)) == TYPE_DECL
11736 && TYPE_UNNAMED_P (type)
11737 && declspecs->type_definition_p
11738 && attributes_naming_typedef_ok (*attrlist)
11739 && cp_type_quals (type) == TYPE_UNQUALIFIED)
11740 name_unnamed_type (type, decl);
11742 if (signed_p
11743 || (typedef_decl && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl)))
11744 C_TYPEDEF_EXPLICITLY_SIGNED (decl) = 1;
11746 bad_specifiers (decl, BSP_TYPE, virtualp,
11747 memfn_quals != TYPE_UNQUALIFIED,
11748 inlinep, friendp, raises != NULL_TREE);
11750 if (decl_spec_seq_has_spec_p (declspecs, ds_alias))
11751 /* Acknowledge that this was written:
11752 `using analias = atype;'. */
11753 TYPE_DECL_ALIAS_P (decl) = 1;
11755 return decl;
11758 /* Detect the case of an array type of unspecified size
11759 which came, as such, direct from a typedef name.
11760 We must copy the type, so that the array's domain can be
11761 individually set by the object's initializer. */
11763 if (type && typedef_type
11764 && TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type)
11765 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
11766 type = build_cplus_array_type (TREE_TYPE (type), NULL_TREE);
11768 /* Detect where we're using a typedef of function type to declare a
11769 function. PARMS will not be set, so we must create it now. */
11771 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
11773 tree decls = NULL_TREE;
11774 tree args;
11776 for (args = TYPE_ARG_TYPES (type);
11777 args && args != void_list_node;
11778 args = TREE_CHAIN (args))
11780 tree decl = cp_build_parm_decl (NULL_TREE, NULL_TREE,
11781 TREE_VALUE (args));
11783 DECL_CHAIN (decl) = decls;
11784 decls = decl;
11787 parms = nreverse (decls);
11789 if (decl_context != TYPENAME)
11791 /* The qualifiers on the function type become the qualifiers on
11792 the non-static member function. */
11793 memfn_quals |= type_memfn_quals (type);
11794 rqual = type_memfn_rqual (type);
11795 type_quals = TYPE_UNQUALIFIED;
11799 /* If this is a type name (such as, in a cast or sizeof),
11800 compute the type and return it now. */
11802 if (decl_context == TYPENAME)
11804 /* Note that here we don't care about type_quals. */
11806 /* Special case: "friend class foo" looks like a TYPENAME context. */
11807 if (friendp)
11809 if (inlinep)
11811 error ("%<inline%> specified for friend class declaration");
11812 inlinep = 0;
11815 if (!current_aggr)
11817 /* Don't allow friend declaration without a class-key. */
11818 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
11819 permerror (input_location, "template parameters cannot be friends");
11820 else if (TREE_CODE (type) == TYPENAME_TYPE)
11821 permerror (input_location, "friend declaration requires class-key, "
11822 "i.e. %<friend class %T::%D%>",
11823 TYPE_CONTEXT (type), TYPENAME_TYPE_FULLNAME (type));
11824 else
11825 permerror (input_location, "friend declaration requires class-key, "
11826 "i.e. %<friend %#T%>",
11827 type);
11830 /* Only try to do this stuff if we didn't already give up. */
11831 if (type != integer_type_node)
11833 /* A friendly class? */
11834 if (current_class_type)
11835 make_friend_class (current_class_type, TYPE_MAIN_VARIANT (type),
11836 /*complain=*/true);
11837 else
11838 error ("trying to make class %qT a friend of global scope",
11839 type);
11841 type = void_type_node;
11844 else if (memfn_quals || rqual)
11846 if (ctype == NULL_TREE
11847 && TREE_CODE (type) == METHOD_TYPE)
11848 ctype = TYPE_METHOD_BASETYPE (type);
11850 if (ctype)
11851 type = build_memfn_type (type, ctype, memfn_quals, rqual);
11852 /* Core issue #547: need to allow this in template type args.
11853 Allow it in general in C++11 for alias-declarations. */
11854 else if ((template_type_arg || cxx_dialect >= cxx11)
11855 && TREE_CODE (type) == FUNCTION_TYPE)
11856 type = apply_memfn_quals (type, memfn_quals, rqual);
11857 else
11858 error ("invalid qualifiers on non-member function type");
11861 if (reqs)
11862 error_at (location_of (reqs), "requires-clause on type-id");
11864 return type;
11866 else if (unqualified_id == NULL_TREE && decl_context != PARM
11867 && decl_context != CATCHPARM
11868 && TREE_CODE (type) != UNION_TYPE
11869 && ! bitfield
11870 && innermost_code != cdk_decomp)
11872 error ("abstract declarator %qT used as declaration", type);
11873 return error_mark_node;
11876 if (!FUNC_OR_METHOD_TYPE_P (type))
11878 /* Only functions may be declared using an operator-function-id. */
11879 if (dname && IDENTIFIER_ANY_OP_P (dname))
11881 error ("declaration of %qD as non-function", dname);
11882 return error_mark_node;
11885 if (reqs)
11886 error_at (location_of (reqs),
11887 "requires-clause on declaration of non-function type %qT",
11888 type);
11891 /* We don't check parameter types here because we can emit a better
11892 error message later. */
11893 if (decl_context != PARM)
11895 type = check_var_type (unqualified_id, type);
11896 if (type == error_mark_node)
11897 return error_mark_node;
11900 /* Now create the decl, which may be a VAR_DECL, a PARM_DECL
11901 or a FUNCTION_DECL, depending on DECL_CONTEXT and TYPE. */
11903 if (decl_context == PARM || decl_context == CATCHPARM)
11905 if (ctype || in_namespace)
11906 error ("cannot use %<::%> in parameter declaration");
11908 if (type_uses_auto (type)
11909 && !(cxx_dialect >= cxx17 && template_parm_flag))
11911 if (cxx_dialect >= cxx14)
11912 error ("%<auto%> parameter not permitted in this context");
11913 else
11914 error ("parameter declared %<auto%>");
11915 type = error_mark_node;
11918 /* A parameter declared as an array of T is really a pointer to T.
11919 One declared as a function is really a pointer to a function.
11920 One declared as a member is really a pointer to member. */
11922 if (TREE_CODE (type) == ARRAY_TYPE)
11924 /* Transfer const-ness of array into that of type pointed to. */
11925 type = build_pointer_type (TREE_TYPE (type));
11926 type_quals = TYPE_UNQUALIFIED;
11927 array_parameter_p = true;
11929 else if (TREE_CODE (type) == FUNCTION_TYPE)
11930 type = build_pointer_type (type);
11933 if (ctype && TREE_CODE (type) == FUNCTION_TYPE && staticp < 2
11934 && !(identifier_p (unqualified_id)
11935 && IDENTIFIER_NEWDEL_OP_P (unqualified_id)))
11937 cp_cv_quals real_quals = memfn_quals;
11938 if (cxx_dialect < cxx14 && constexpr_p
11939 && sfk != sfk_constructor && sfk != sfk_destructor)
11940 real_quals |= TYPE_QUAL_CONST;
11941 type = build_memfn_type (type, ctype, real_quals, rqual);
11945 tree decl = NULL_TREE;
11947 if (decl_context == PARM)
11949 decl = cp_build_parm_decl (NULL_TREE, unqualified_id, type);
11950 DECL_ARRAY_PARAMETER_P (decl) = array_parameter_p;
11952 bad_specifiers (decl, BSP_PARM, virtualp,
11953 memfn_quals != TYPE_UNQUALIFIED,
11954 inlinep, friendp, raises != NULL_TREE);
11956 else if (decl_context == FIELD)
11958 if (!staticp && !friendp && TREE_CODE (type) != METHOD_TYPE)
11959 if (tree auto_node = type_uses_auto (type))
11961 location_t loc = declspecs->locations[ds_type_spec];
11962 if (CLASS_PLACEHOLDER_TEMPLATE (auto_node))
11963 error_at (loc, "invalid use of template-name %qE without an "
11964 "argument list",
11965 CLASS_PLACEHOLDER_TEMPLATE (auto_node));
11966 else
11967 error_at (loc, "non-static data member declared with "
11968 "placeholder %qT", auto_node);
11969 type = error_mark_node;
11972 /* The C99 flexible array extension. */
11973 if (!staticp && TREE_CODE (type) == ARRAY_TYPE
11974 && TYPE_DOMAIN (type) == NULL_TREE)
11976 if (ctype
11977 && (TREE_CODE (ctype) == UNION_TYPE
11978 || TREE_CODE (ctype) == QUAL_UNION_TYPE))
11980 error ("flexible array member in union");
11981 type = error_mark_node;
11983 else
11985 /* Array is a flexible member. */
11986 if (in_system_header_at (input_location))
11987 /* Do not warn on flexible array members in system
11988 headers because glibc uses them. */;
11989 else if (name)
11990 pedwarn (input_location, OPT_Wpedantic,
11991 "ISO C++ forbids flexible array member %qs", name);
11992 else
11993 pedwarn (input_location, OPT_Wpedantic,
11994 "ISO C++ forbids flexible array members");
11996 /* Flexible array member has a null domain. */
11997 type = build_cplus_array_type (TREE_TYPE (type), NULL_TREE);
12001 if (type == error_mark_node)
12003 /* Happens when declaring arrays of sizes which
12004 are error_mark_node, for example. */
12005 decl = NULL_TREE;
12007 else if (in_namespace && !friendp)
12009 /* Something like struct S { int N::j; }; */
12010 error ("invalid use of %<::%>");
12011 return error_mark_node;
12013 else if (TREE_CODE (type) == FUNCTION_TYPE
12014 || TREE_CODE (type) == METHOD_TYPE)
12016 int publicp = 0;
12017 tree function_context;
12019 if (friendp == 0)
12021 /* This should never happen in pure C++ (the check
12022 could be an assert). It could happen in
12023 Objective-C++ if someone writes invalid code that
12024 uses a function declaration for an instance
12025 variable or property (instance variables and
12026 properties are parsed as FIELD_DECLs, but they are
12027 part of an Objective-C class, not a C++ class).
12028 That code is invalid and is caught by this
12029 check. */
12030 if (!ctype)
12032 error ("declaration of function %qD in invalid context",
12033 unqualified_id);
12034 return error_mark_node;
12037 /* ``A union may [ ... ] not [ have ] virtual functions.''
12038 ARM 9.5 */
12039 if (virtualp && TREE_CODE (ctype) == UNION_TYPE)
12041 error ("function %qD declared %<virtual%> inside a union",
12042 unqualified_id);
12043 return error_mark_node;
12046 if (virtualp
12047 && identifier_p (unqualified_id)
12048 && IDENTIFIER_NEWDEL_OP_P (unqualified_id))
12050 error ("%qD cannot be declared %<virtual%>, since it "
12051 "is always static", unqualified_id);
12052 virtualp = 0;
12056 /* Check that the name used for a destructor makes sense. */
12057 if (sfk == sfk_destructor)
12059 tree uqname = id_declarator->u.id.unqualified_name;
12061 if (!ctype)
12063 gcc_assert (friendp);
12064 error ("expected qualified name in friend declaration "
12065 "for destructor %qD", uqname);
12066 return error_mark_node;
12069 if (!check_dtor_name (ctype, TREE_OPERAND (uqname, 0)))
12071 error ("declaration of %qD as member of %qT",
12072 uqname, ctype);
12073 return error_mark_node;
12075 if (concept_p)
12077 error ("a destructor cannot be %<concept%>");
12078 return error_mark_node;
12080 if (constexpr_p)
12082 error ("a destructor cannot be %<constexpr%>");
12083 return error_mark_node;
12086 else if (sfk == sfk_constructor && friendp && !ctype)
12088 error ("expected qualified name in friend declaration "
12089 "for constructor %qD",
12090 id_declarator->u.id.unqualified_name);
12091 return error_mark_node;
12093 if (sfk == sfk_constructor)
12094 if (concept_p)
12096 error ("a constructor cannot be %<concept%>");
12097 return error_mark_node;
12099 if (concept_p)
12101 error ("a concept cannot be a member function");
12102 concept_p = false;
12105 if (TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR)
12107 tree tmpl = TREE_OPERAND (unqualified_id, 0);
12108 if (variable_template_p (tmpl))
12110 error ("specialization of variable template %qD "
12111 "declared as function", tmpl);
12112 inform (DECL_SOURCE_LOCATION (tmpl),
12113 "variable template declared here");
12114 return error_mark_node;
12118 /* Tell grokfndecl if it needs to set TREE_PUBLIC on the node. */
12119 function_context = (ctype != NULL_TREE) ?
12120 decl_function_context (TYPE_MAIN_DECL (ctype)) : NULL_TREE;
12121 publicp = (! friendp || ! staticp)
12122 && function_context == NULL_TREE;
12124 if (late_return_type_p)
12125 TYPE_HAS_LATE_RETURN_TYPE (type) = 1;
12127 decl = grokfndecl (ctype, type,
12128 TREE_CODE (unqualified_id) != TEMPLATE_ID_EXPR
12129 ? unqualified_id : dname,
12130 parms,
12131 unqualified_id,
12132 reqs,
12133 virtualp, flags, memfn_quals, rqual, raises,
12134 friendp ? -1 : 0, friendp, publicp,
12135 inlinep | (2 * constexpr_p) | (4 * concept_p),
12136 initialized == SD_DELETED, sfk,
12137 funcdef_flag, template_count, in_namespace,
12138 attrlist, declarator->id_loc);
12139 decl = set_virt_specifiers (decl, virt_specifiers);
12140 if (decl == NULL_TREE)
12141 return error_mark_node;
12142 #if 0
12143 /* This clobbers the attrs stored in `decl' from `attrlist'. */
12144 /* The decl and setting of decl_attr is also turned off. */
12145 decl = build_decl_attribute_variant (decl, decl_attr);
12146 #endif
12148 /* [class.conv.ctor]
12150 A constructor declared without the function-specifier
12151 explicit that can be called with a single parameter
12152 specifies a conversion from the type of its first
12153 parameter to the type of its class. Such a constructor
12154 is called a converting constructor. */
12155 if (explicitp == 2)
12156 DECL_NONCONVERTING_P (decl) = 1;
12158 else if (!staticp && !dependent_type_p (type)
12159 && !COMPLETE_TYPE_P (complete_type (type))
12160 && (!complete_or_array_type_p (type)
12161 || initialized == 0))
12163 if (TREE_CODE (type) != ARRAY_TYPE
12164 || !COMPLETE_TYPE_P (TREE_TYPE (type)))
12166 if (unqualified_id)
12168 error ("field %qD has incomplete type %qT",
12169 unqualified_id, type);
12170 cxx_incomplete_type_inform (strip_array_types (type));
12172 else
12173 error ("name %qT has incomplete type", type);
12175 type = error_mark_node;
12176 decl = NULL_TREE;
12179 else
12181 if (friendp)
12183 error ("%qE is neither function nor member function; "
12184 "cannot be declared friend", unqualified_id);
12185 return error_mark_node;
12187 decl = NULL_TREE;
12190 if (friendp)
12192 /* Friends are treated specially. */
12193 if (ctype == current_class_type)
12194 ; /* We already issued a permerror. */
12195 else if (decl && DECL_NAME (decl))
12197 if (template_class_depth (current_class_type) == 0)
12199 decl = check_explicit_specialization
12200 (unqualified_id, decl, template_count,
12201 2 * funcdef_flag + 4);
12202 if (decl == error_mark_node)
12203 return error_mark_node;
12206 decl = do_friend (ctype, unqualified_id, decl,
12207 *attrlist, flags,
12208 funcdef_flag);
12209 return decl;
12211 else
12212 return error_mark_node;
12215 /* Structure field. It may not be a function, except for C++. */
12217 if (decl == NULL_TREE)
12219 if (staticp)
12221 /* C++ allows static class members. All other work
12222 for this is done by grokfield. */
12223 decl = build_lang_decl_loc (declarator
12224 ? declarator->id_loc
12225 : input_location,
12226 VAR_DECL, unqualified_id, type);
12227 set_linkage_for_static_data_member (decl);
12228 if (concept_p)
12229 error ("static data member %qE declared %<concept%>",
12230 unqualified_id);
12231 else if (constexpr_p && !initialized)
12233 error ("%<constexpr%> static data member %qD must have an "
12234 "initializer", decl);
12235 constexpr_p = false;
12238 if (inlinep)
12239 mark_inline_variable (decl);
12241 if (!DECL_VAR_DECLARED_INLINE_P (decl)
12242 && !(cxx_dialect >= cxx17 && constexpr_p))
12243 /* Even if there is an in-class initialization, DECL
12244 is considered undefined until an out-of-class
12245 definition is provided, unless this is an inline
12246 variable. */
12247 DECL_EXTERNAL (decl) = 1;
12249 if (thread_p)
12251 CP_DECL_THREAD_LOCAL_P (decl) = true;
12252 if (!processing_template_decl)
12253 set_decl_tls_model (decl, decl_default_tls_model (decl));
12254 if (declspecs->gnu_thread_keyword_p)
12255 SET_DECL_GNU_TLS_P (decl);
12258 else
12260 if (concept_p)
12261 error ("non-static data member %qE declared %<concept%>",
12262 unqualified_id);
12263 else if (constexpr_p)
12265 error ("non-static data member %qE declared %<constexpr%>",
12266 unqualified_id);
12267 constexpr_p = false;
12269 decl = build_decl (input_location,
12270 FIELD_DECL, unqualified_id, type);
12271 DECL_NONADDRESSABLE_P (decl) = bitfield;
12272 if (bitfield && !unqualified_id)
12274 TREE_NO_WARNING (decl) = 1;
12275 DECL_PADDING_P (decl) = 1;
12278 if (storage_class == sc_mutable)
12280 DECL_MUTABLE_P (decl) = 1;
12281 storage_class = sc_none;
12284 if (initialized)
12286 /* An attempt is being made to initialize a non-static
12287 member. This is new in C++11. */
12288 maybe_warn_cpp0x (CPP0X_NSDMI);
12290 /* If this has been parsed with static storage class, but
12291 errors forced staticp to be cleared, ensure NSDMI is
12292 not present. */
12293 if (declspecs->storage_class == sc_static)
12294 DECL_INITIAL (decl) = error_mark_node;
12298 bad_specifiers (decl, BSP_FIELD, virtualp,
12299 memfn_quals != TYPE_UNQUALIFIED,
12300 staticp ? false : inlinep, friendp,
12301 raises != NULL_TREE);
12304 else if (TREE_CODE (type) == FUNCTION_TYPE
12305 || TREE_CODE (type) == METHOD_TYPE)
12307 tree original_name;
12308 int publicp = 0;
12310 if (!unqualified_id)
12311 return error_mark_node;
12313 if (TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR)
12314 original_name = dname;
12315 else
12316 original_name = unqualified_id;
12317 // FIXME:gcc_assert (original_name == dname);
12319 if (storage_class == sc_auto)
12320 error ("storage class %<auto%> invalid for function %qs", name);
12321 else if (storage_class == sc_register)
12322 error ("storage class %<register%> invalid for function %qs", name);
12323 else if (thread_p)
12325 if (declspecs->gnu_thread_keyword_p)
12326 error ("storage class %<__thread%> invalid for function %qs",
12327 name);
12328 else
12329 error ("storage class %<thread_local%> invalid for function %qs",
12330 name);
12333 if (virt_specifiers)
12334 error ("virt-specifiers in %qs not allowed outside a class definition", name);
12335 /* Function declaration not at top level.
12336 Storage classes other than `extern' are not allowed
12337 and `extern' makes no difference. */
12338 if (! toplevel_bindings_p ()
12339 && (storage_class == sc_static
12340 || decl_spec_seq_has_spec_p (declspecs, ds_inline))
12341 && pedantic)
12343 if (storage_class == sc_static)
12344 pedwarn (input_location, OPT_Wpedantic,
12345 "%<static%> specifier invalid for function %qs "
12346 "declared out of global scope", name);
12347 else
12348 pedwarn (input_location, OPT_Wpedantic,
12349 "%<inline%> specifier invalid for function %qs "
12350 "declared out of global scope", name);
12353 if (ctype == NULL_TREE)
12355 if (virtualp)
12357 error ("virtual non-class function %qs", name);
12358 virtualp = 0;
12360 else if (sfk == sfk_constructor
12361 || sfk == sfk_destructor)
12363 error (funcdef_flag
12364 ? G_("%qs defined in a non-class scope")
12365 : G_("%qs declared in a non-class scope"), name);
12366 sfk = sfk_none;
12370 /* Record whether the function is public. */
12371 publicp = (ctype != NULL_TREE
12372 || storage_class != sc_static);
12374 if (late_return_type_p)
12375 TYPE_HAS_LATE_RETURN_TYPE (type) = 1;
12377 decl = grokfndecl (ctype, type, original_name, parms, unqualified_id,
12378 reqs, virtualp, flags, memfn_quals, rqual, raises,
12379 1, friendp,
12380 publicp,
12381 inlinep | (2 * constexpr_p) | (4 * concept_p),
12382 initialized == SD_DELETED,
12383 sfk,
12384 funcdef_flag,
12385 template_count, in_namespace, attrlist,
12386 declarator->id_loc);
12387 if (decl == NULL_TREE)
12388 return error_mark_node;
12390 if (explicitp == 2)
12391 DECL_NONCONVERTING_P (decl) = 1;
12392 if (staticp == 1)
12394 int invalid_static = 0;
12396 /* Don't allow a static member function in a class, and forbid
12397 declaring main to be static. */
12398 if (TREE_CODE (type) == METHOD_TYPE)
12400 permerror (input_location, "cannot declare member function %qD to have "
12401 "static linkage", decl);
12402 invalid_static = 1;
12404 else if (current_function_decl)
12406 /* 7.1.1: There can be no static function declarations within a
12407 block. */
12408 error ("cannot declare static function inside another function");
12409 invalid_static = 1;
12412 if (invalid_static)
12414 staticp = 0;
12415 storage_class = sc_none;
12419 else
12421 /* It's a variable. */
12423 /* An uninitialized decl with `extern' is a reference. */
12424 decl = grokvardecl (type, dname, unqualified_id,
12425 declspecs,
12426 initialized,
12427 type_quals,
12428 inlinep,
12429 concept_p,
12430 template_count,
12431 ctype ? ctype : in_namespace);
12432 if (decl == NULL_TREE)
12433 return error_mark_node;
12435 bad_specifiers (decl, BSP_VAR, virtualp,
12436 memfn_quals != TYPE_UNQUALIFIED,
12437 inlinep, friendp, raises != NULL_TREE);
12439 if (ctype)
12441 DECL_CONTEXT (decl) = ctype;
12442 if (staticp == 1)
12444 permerror (input_location, "%<static%> may not be used when defining "
12445 "(as opposed to declaring) a static data member");
12446 staticp = 0;
12447 storage_class = sc_none;
12449 if (storage_class == sc_register && TREE_STATIC (decl))
12451 error ("static member %qD declared %<register%>", decl);
12452 storage_class = sc_none;
12454 if (storage_class == sc_extern && pedantic)
12456 pedwarn (input_location, OPT_Wpedantic,
12457 "cannot explicitly declare member %q#D to have "
12458 "extern linkage", decl);
12459 storage_class = sc_none;
12462 else if (constexpr_p && DECL_EXTERNAL (decl))
12464 error ("declaration of %<constexpr%> variable %qD "
12465 "is not a definition", decl);
12466 constexpr_p = false;
12469 if (inlinep)
12470 mark_inline_variable (decl);
12471 if (innermost_code == cdk_decomp)
12473 gcc_assert (declarator && declarator->kind == cdk_decomp);
12474 DECL_SOURCE_LOCATION (decl) = declarator->id_loc;
12475 DECL_ARTIFICIAL (decl) = 1;
12476 fit_decomposition_lang_decl (decl, NULL_TREE);
12480 if (VAR_P (decl) && !initialized)
12481 if (tree auto_node = type_uses_auto (type))
12482 if (!CLASS_PLACEHOLDER_TEMPLATE (auto_node))
12484 location_t loc = declspecs->locations[ds_type_spec];
12485 error_at (loc, "declaration of %q#D has no initializer", decl);
12486 TREE_TYPE (decl) = error_mark_node;
12489 if (storage_class == sc_extern && initialized && !funcdef_flag)
12491 if (toplevel_bindings_p ())
12493 /* It's common practice (and completely valid) to have a const
12494 be initialized and declared extern. */
12495 if (!(type_quals & TYPE_QUAL_CONST))
12496 warning (0, "%qs initialized and declared %<extern%>", name);
12498 else
12500 error ("%qs has both %<extern%> and initializer", name);
12501 return error_mark_node;
12505 /* Record `register' declaration for warnings on &
12506 and in case doing stupid register allocation. */
12508 if (storage_class == sc_register)
12510 DECL_REGISTER (decl) = 1;
12511 /* Warn about register storage specifiers on PARM_DECLs. */
12512 if (TREE_CODE (decl) == PARM_DECL)
12514 if (cxx_dialect >= cxx17)
12515 pedwarn (DECL_SOURCE_LOCATION (decl), OPT_Wregister,
12516 "ISO C++17 does not allow %<register%> storage "
12517 "class specifier");
12518 else
12519 warning_at (DECL_SOURCE_LOCATION (decl), OPT_Wregister,
12520 "%<register%> storage class specifier used");
12523 else if (storage_class == sc_extern)
12524 DECL_THIS_EXTERN (decl) = 1;
12525 else if (storage_class == sc_static)
12526 DECL_THIS_STATIC (decl) = 1;
12528 /* Set constexpr flag on vars (functions got it in grokfndecl). */
12529 if (constexpr_p && VAR_P (decl))
12530 DECL_DECLARED_CONSTEXPR_P (decl) = true;
12532 /* Record constancy and volatility on the DECL itself . There's
12533 no need to do this when processing a template; we'll do this
12534 for the instantiated declaration based on the type of DECL. */
12535 if (!processing_template_decl)
12536 cp_apply_type_quals_to_decl (type_quals, decl);
12538 return decl;
12542 /* Subroutine of start_function. Ensure that each of the parameter
12543 types (as listed in PARMS) is complete, as is required for a
12544 function definition. */
12546 static void
12547 require_complete_types_for_parms (tree parms)
12549 for (; parms; parms = DECL_CHAIN (parms))
12551 if (dependent_type_p (TREE_TYPE (parms)))
12552 continue;
12553 if (!VOID_TYPE_P (TREE_TYPE (parms))
12554 && complete_type_or_else (TREE_TYPE (parms), parms))
12556 relayout_decl (parms);
12557 DECL_ARG_TYPE (parms) = type_passed_as (TREE_TYPE (parms));
12559 maybe_warn_parm_abi (TREE_TYPE (parms),
12560 DECL_SOURCE_LOCATION (parms));
12562 else
12563 /* grokparms or complete_type_or_else will have already issued
12564 an error. */
12565 TREE_TYPE (parms) = error_mark_node;
12569 /* Returns nonzero if T is a local variable. */
12572 local_variable_p (const_tree t)
12574 if ((VAR_P (t)
12575 /* A VAR_DECL with a context that is a _TYPE is a static data
12576 member. */
12577 && !TYPE_P (CP_DECL_CONTEXT (t))
12578 /* Any other non-local variable must be at namespace scope. */
12579 && !DECL_NAMESPACE_SCOPE_P (t))
12580 || (TREE_CODE (t) == PARM_DECL))
12581 return 1;
12583 return 0;
12586 /* Like local_variable_p, but suitable for use as a tree-walking
12587 function. */
12589 static tree
12590 local_variable_p_walkfn (tree *tp, int *walk_subtrees,
12591 void * /*data*/)
12593 if (local_variable_p (*tp)
12594 && (!DECL_ARTIFICIAL (*tp) || DECL_NAME (*tp) == this_identifier))
12595 return *tp;
12596 else if (TYPE_P (*tp))
12597 *walk_subtrees = 0;
12599 return NULL_TREE;
12602 /* Check that ARG, which is a default-argument expression for a
12603 parameter DECL, is valid. Returns ARG, or ERROR_MARK_NODE, if
12604 something goes wrong. DECL may also be a _TYPE node, rather than a
12605 DECL, if there is no DECL available. */
12607 tree
12608 check_default_argument (tree decl, tree arg, tsubst_flags_t complain)
12610 tree var;
12611 tree decl_type;
12613 if (TREE_CODE (arg) == DEFAULT_ARG)
12614 /* We get a DEFAULT_ARG when looking at an in-class declaration
12615 with a default argument. Ignore the argument for now; we'll
12616 deal with it after the class is complete. */
12617 return arg;
12619 if (TYPE_P (decl))
12621 decl_type = decl;
12622 decl = NULL_TREE;
12624 else
12625 decl_type = TREE_TYPE (decl);
12627 if (arg == error_mark_node
12628 || decl == error_mark_node
12629 || TREE_TYPE (arg) == error_mark_node
12630 || decl_type == error_mark_node)
12631 /* Something already went wrong. There's no need to check
12632 further. */
12633 return error_mark_node;
12635 /* [dcl.fct.default]
12637 A default argument expression is implicitly converted to the
12638 parameter type. */
12639 ++cp_unevaluated_operand;
12640 perform_implicit_conversion_flags (decl_type, arg, complain,
12641 LOOKUP_IMPLICIT);
12642 --cp_unevaluated_operand;
12644 /* Avoid redundant -Wzero-as-null-pointer-constant warnings at
12645 the call sites. */
12646 if (TYPE_PTR_OR_PTRMEM_P (decl_type)
12647 && null_ptr_cst_p (arg))
12648 return nullptr_node;
12650 /* [dcl.fct.default]
12652 Local variables shall not be used in default argument
12653 expressions.
12655 The keyword `this' shall not be used in a default argument of a
12656 member function. */
12657 var = cp_walk_tree_without_duplicates (&arg, local_variable_p_walkfn, NULL);
12658 if (var)
12660 if (complain & tf_warning_or_error)
12662 if (DECL_NAME (var) == this_identifier)
12663 permerror (input_location, "default argument %qE uses %qD",
12664 arg, var);
12665 else
12666 error ("default argument %qE uses local variable %qD", arg, var);
12668 return error_mark_node;
12671 /* All is well. */
12672 return arg;
12675 /* Returns a deprecated type used within TYPE, or NULL_TREE if none. */
12677 static tree
12678 type_is_deprecated (tree type)
12680 enum tree_code code;
12681 if (TREE_DEPRECATED (type))
12682 return type;
12683 if (TYPE_NAME (type))
12685 if (TREE_DEPRECATED (TYPE_NAME (type)))
12686 return type;
12687 else
12688 return NULL_TREE;
12691 /* Do warn about using typedefs to a deprecated class. */
12692 if (OVERLOAD_TYPE_P (type) && type != TYPE_MAIN_VARIANT (type))
12693 return type_is_deprecated (TYPE_MAIN_VARIANT (type));
12695 code = TREE_CODE (type);
12697 if (code == POINTER_TYPE || code == REFERENCE_TYPE
12698 || code == OFFSET_TYPE || code == FUNCTION_TYPE
12699 || code == METHOD_TYPE || code == ARRAY_TYPE)
12700 return type_is_deprecated (TREE_TYPE (type));
12702 if (TYPE_PTRMEMFUNC_P (type))
12703 return type_is_deprecated
12704 (TREE_TYPE (TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (type))));
12706 return NULL_TREE;
12709 /* Decode the list of parameter types for a function type.
12710 Given the list of things declared inside the parens,
12711 return a list of types.
12713 If this parameter does not end with an ellipsis, we append
12714 void_list_node.
12716 *PARMS is set to the chain of PARM_DECLs created. */
12718 tree
12719 grokparms (tree parmlist, tree *parms)
12721 tree result = NULL_TREE;
12722 tree decls = NULL_TREE;
12723 tree parm;
12724 int any_error = 0;
12726 for (parm = parmlist; parm != NULL_TREE; parm = TREE_CHAIN (parm))
12728 tree type = NULL_TREE;
12729 tree init = TREE_PURPOSE (parm);
12730 tree decl = TREE_VALUE (parm);
12732 if (parm == void_list_node)
12733 break;
12735 if (! decl || TREE_TYPE (decl) == error_mark_node)
12736 continue;
12738 type = TREE_TYPE (decl);
12739 if (VOID_TYPE_P (type))
12741 if (same_type_p (type, void_type_node)
12742 && !init
12743 && !DECL_NAME (decl) && !result
12744 && TREE_CHAIN (parm) == void_list_node)
12745 /* DR 577: A parameter list consisting of a single
12746 unnamed parameter of non-dependent type 'void'. */
12747 break;
12748 else if (cv_qualified_p (type))
12749 error_at (DECL_SOURCE_LOCATION (decl),
12750 "invalid use of cv-qualified type %qT in "
12751 "parameter declaration", type);
12752 else
12753 error_at (DECL_SOURCE_LOCATION (decl),
12754 "invalid use of type %<void%> in parameter "
12755 "declaration");
12756 /* It's not a good idea to actually create parameters of
12757 type `void'; other parts of the compiler assume that a
12758 void type terminates the parameter list. */
12759 type = error_mark_node;
12760 TREE_TYPE (decl) = error_mark_node;
12763 if (type != error_mark_node)
12765 if (deprecated_state != DEPRECATED_SUPPRESS)
12767 tree deptype = type_is_deprecated (type);
12768 if (deptype)
12769 warn_deprecated_use (deptype, NULL_TREE);
12772 /* Top-level qualifiers on the parameters are
12773 ignored for function types. */
12774 type = cp_build_qualified_type (type, 0);
12775 if (TREE_CODE (type) == METHOD_TYPE)
12777 error ("parameter %qD invalidly declared method type", decl);
12778 type = build_pointer_type (type);
12779 TREE_TYPE (decl) = type;
12781 else if (abstract_virtuals_error (decl, type))
12782 any_error = 1; /* Seems like a good idea. */
12783 else if (cxx_dialect < cxx17 && POINTER_TYPE_P (type))
12785 /* Before C++17 DR 393:
12786 [dcl.fct]/6, parameter types cannot contain pointers
12787 (references) to arrays of unknown bound. */
12788 tree t = TREE_TYPE (type);
12789 int ptr = TYPE_PTR_P (type);
12791 while (1)
12793 if (TYPE_PTR_P (t))
12794 ptr = 1;
12795 else if (TREE_CODE (t) != ARRAY_TYPE)
12796 break;
12797 else if (!TYPE_DOMAIN (t))
12798 break;
12799 t = TREE_TYPE (t);
12801 if (TREE_CODE (t) == ARRAY_TYPE)
12802 pedwarn (DECL_SOURCE_LOCATION (decl), OPT_Wpedantic,
12804 ? G_("parameter %qD includes pointer to array of "
12805 "unknown bound %qT")
12806 : G_("parameter %qD includes reference to array of "
12807 "unknown bound %qT"),
12808 decl, t);
12811 if (any_error)
12812 init = NULL_TREE;
12813 else if (init && !processing_template_decl)
12814 init = check_default_argument (decl, init, tf_warning_or_error);
12817 DECL_CHAIN (decl) = decls;
12818 decls = decl;
12819 result = tree_cons (init, type, result);
12821 decls = nreverse (decls);
12822 result = nreverse (result);
12823 if (parm)
12824 result = chainon (result, void_list_node);
12825 *parms = decls;
12827 return result;
12831 /* D is a constructor or overloaded `operator='.
12833 Let T be the class in which D is declared. Then, this function
12834 returns:
12836 -1 if D's is an ill-formed constructor or copy assignment operator
12837 whose first parameter is of type `T'.
12838 0 if D is not a copy constructor or copy assignment
12839 operator.
12840 1 if D is a copy constructor or copy assignment operator whose
12841 first parameter is a reference to non-const qualified T.
12842 2 if D is a copy constructor or copy assignment operator whose
12843 first parameter is a reference to const qualified T.
12845 This function can be used as a predicate. Positive values indicate
12846 a copy constructor and nonzero values indicate a copy assignment
12847 operator. */
12850 copy_fn_p (const_tree d)
12852 tree args;
12853 tree arg_type;
12854 int result = 1;
12856 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
12858 if (TREE_CODE (d) == TEMPLATE_DECL
12859 || (DECL_TEMPLATE_INFO (d)
12860 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d))))
12861 /* Instantiations of template member functions are never copy
12862 functions. Note that member functions of templated classes are
12863 represented as template functions internally, and we must
12864 accept those as copy functions. */
12865 return 0;
12867 args = FUNCTION_FIRST_USER_PARMTYPE (d);
12868 if (!args)
12869 return 0;
12871 arg_type = TREE_VALUE (args);
12872 if (arg_type == error_mark_node)
12873 return 0;
12875 if (TYPE_MAIN_VARIANT (arg_type) == DECL_CONTEXT (d))
12877 /* Pass by value copy assignment operator. */
12878 result = -1;
12880 else if (TREE_CODE (arg_type) == REFERENCE_TYPE
12881 && !TYPE_REF_IS_RVALUE (arg_type)
12882 && TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)) == DECL_CONTEXT (d))
12884 if (CP_TYPE_CONST_P (TREE_TYPE (arg_type)))
12885 result = 2;
12887 else
12888 return 0;
12890 args = TREE_CHAIN (args);
12892 if (args && args != void_list_node && !TREE_PURPOSE (args))
12893 /* There are more non-optional args. */
12894 return 0;
12896 return result;
12899 /* D is a constructor or overloaded `operator='.
12901 Let T be the class in which D is declared. Then, this function
12902 returns true when D is a move constructor or move assignment
12903 operator, false otherwise. */
12905 bool
12906 move_fn_p (const_tree d)
12908 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
12910 if (cxx_dialect == cxx98)
12911 /* There are no move constructors if we are in C++98 mode. */
12912 return false;
12914 if (TREE_CODE (d) == TEMPLATE_DECL
12915 || (DECL_TEMPLATE_INFO (d)
12916 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d))))
12917 /* Instantiations of template member functions are never move
12918 functions. Note that member functions of templated classes are
12919 represented as template functions internally, and we must
12920 accept those as move functions. */
12921 return 0;
12923 return move_signature_fn_p (d);
12926 /* D is a constructor or overloaded `operator='.
12928 Then, this function returns true when D has the same signature as a move
12929 constructor or move assignment operator (because either it is such a
12930 ctor/op= or it is a template specialization with the same signature),
12931 false otherwise. */
12933 bool
12934 move_signature_fn_p (const_tree d)
12936 tree args;
12937 tree arg_type;
12938 bool result = false;
12940 args = FUNCTION_FIRST_USER_PARMTYPE (d);
12941 if (!args)
12942 return 0;
12944 arg_type = TREE_VALUE (args);
12945 if (arg_type == error_mark_node)
12946 return 0;
12948 if (TREE_CODE (arg_type) == REFERENCE_TYPE
12949 && TYPE_REF_IS_RVALUE (arg_type)
12950 && same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)),
12951 DECL_CONTEXT (d)))
12952 result = true;
12954 args = TREE_CHAIN (args);
12956 if (args && args != void_list_node && !TREE_PURPOSE (args))
12957 /* There are more non-optional args. */
12958 return false;
12960 return result;
12963 /* Remember any special properties of member function DECL. */
12965 void
12966 grok_special_member_properties (tree decl)
12968 tree class_type;
12970 if (!DECL_NONSTATIC_MEMBER_FUNCTION_P (decl))
12971 return;
12973 class_type = DECL_CONTEXT (decl);
12974 if (IDENTIFIER_CTOR_P (DECL_NAME (decl)))
12976 int ctor = copy_fn_p (decl);
12978 if (!DECL_ARTIFICIAL (decl))
12979 TYPE_HAS_USER_CONSTRUCTOR (class_type) = 1;
12981 if (ctor > 0)
12983 /* [class.copy]
12985 A non-template constructor for class X is a copy
12986 constructor if its first parameter is of type X&, const
12987 X&, volatile X& or const volatile X&, and either there
12988 are no other parameters or else all other parameters have
12989 default arguments. */
12990 TYPE_HAS_COPY_CTOR (class_type) = 1;
12991 if (user_provided_p (decl))
12992 TYPE_HAS_COMPLEX_COPY_CTOR (class_type) = 1;
12993 if (ctor > 1)
12994 TYPE_HAS_CONST_COPY_CTOR (class_type) = 1;
12996 else if (sufficient_parms_p (FUNCTION_FIRST_USER_PARMTYPE (decl)))
12997 TYPE_HAS_DEFAULT_CONSTRUCTOR (class_type) = 1;
12998 else if (move_fn_p (decl) && user_provided_p (decl))
12999 TYPE_HAS_COMPLEX_MOVE_CTOR (class_type) = 1;
13000 else if (is_list_ctor (decl))
13001 TYPE_HAS_LIST_CTOR (class_type) = 1;
13003 if (DECL_DECLARED_CONSTEXPR_P (decl)
13004 && !ctor && !move_fn_p (decl))
13005 TYPE_HAS_CONSTEXPR_CTOR (class_type) = 1;
13007 else if (DECL_NAME (decl) == assign_op_identifier)
13009 /* [class.copy]
13011 A non-template assignment operator for class X is a copy
13012 assignment operator if its parameter is of type X, X&, const
13013 X&, volatile X& or const volatile X&. */
13015 int assop = copy_fn_p (decl);
13017 if (assop)
13019 TYPE_HAS_COPY_ASSIGN (class_type) = 1;
13020 if (user_provided_p (decl))
13021 TYPE_HAS_COMPLEX_COPY_ASSIGN (class_type) = 1;
13022 if (assop != 1)
13023 TYPE_HAS_CONST_COPY_ASSIGN (class_type) = 1;
13025 else if (move_fn_p (decl) && user_provided_p (decl))
13026 TYPE_HAS_COMPLEX_MOVE_ASSIGN (class_type) = 1;
13028 else if (IDENTIFIER_CONV_OP_P (DECL_NAME (decl)))
13029 TYPE_HAS_CONVERSION (class_type) = true;
13031 /* Destructors are handled in check_methods. */
13034 /* Check a constructor DECL has the correct form. Complains
13035 if the class has a constructor of the form X(X). */
13037 bool
13038 grok_ctor_properties (const_tree ctype, const_tree decl)
13040 int ctor_parm = copy_fn_p (decl);
13042 if (ctor_parm < 0)
13044 /* [class.copy]
13046 A declaration of a constructor for a class X is ill-formed if
13047 its first parameter is of type (optionally cv-qualified) X
13048 and either there are no other parameters or else all other
13049 parameters have default arguments.
13051 We *don't* complain about member template instantiations that
13052 have this form, though; they can occur as we try to decide
13053 what constructor to use during overload resolution. Since
13054 overload resolution will never prefer such a constructor to
13055 the non-template copy constructor (which is either explicitly
13056 or implicitly defined), there's no need to worry about their
13057 existence. Theoretically, they should never even be
13058 instantiated, but that's hard to forestall. */
13059 error ("invalid constructor; you probably meant %<%T (const %T&)%>",
13060 ctype, ctype);
13061 return false;
13064 return true;
13067 /* DECL is a declaration for an overloaded or conversion operator. If
13068 COMPLAIN is true, errors are issued for invalid declarations. */
13070 bool
13071 grok_op_properties (tree decl, bool complain)
13073 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
13074 bool methodp = TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE;
13075 tree name = DECL_NAME (decl);
13077 tree class_type = DECL_CONTEXT (decl);
13078 if (class_type && !CLASS_TYPE_P (class_type))
13079 class_type = NULL_TREE;
13081 tree_code operator_code;
13082 unsigned op_flags;
13083 if (IDENTIFIER_CONV_OP_P (name))
13085 /* Conversion operators are TYPE_EXPR for the purposes of this
13086 function. */
13087 operator_code = TYPE_EXPR;
13088 op_flags = OVL_OP_FLAG_UNARY;
13090 else
13092 const ovl_op_info_t *ovl_op = IDENTIFIER_OVL_OP_INFO (name);
13094 operator_code = ovl_op->tree_code;
13095 op_flags = ovl_op->flags;
13096 gcc_checking_assert (operator_code != ERROR_MARK);
13097 DECL_OVERLOADED_OPERATOR_CODE_RAW (decl) = ovl_op->ovl_op_code;
13100 if (op_flags & OVL_OP_FLAG_ALLOC)
13102 /* operator new and operator delete are quite special. */
13103 if (class_type)
13104 switch (op_flags)
13106 case OVL_OP_FLAG_ALLOC:
13107 TYPE_HAS_NEW_OPERATOR (class_type) = 1;
13108 break;
13110 case OVL_OP_FLAG_ALLOC | OVL_OP_FLAG_DELETE:
13111 TYPE_GETS_DELETE (class_type) |= 1;
13112 break;
13114 case OVL_OP_FLAG_ALLOC | OVL_OP_FLAG_VEC:
13115 TYPE_HAS_ARRAY_NEW_OPERATOR (class_type) = 1;
13116 break;
13118 case OVL_OP_FLAG_ALLOC | OVL_OP_FLAG_DELETE | OVL_OP_FLAG_VEC:
13119 TYPE_GETS_DELETE (class_type) |= 2;
13120 break;
13122 default:
13123 gcc_unreachable ();
13126 /* [basic.std.dynamic.allocation]/1:
13128 A program is ill-formed if an allocation function is declared
13129 in a namespace scope other than global scope or declared
13130 static in global scope.
13132 The same also holds true for deallocation functions. */
13133 if (DECL_NAMESPACE_SCOPE_P (decl))
13135 if (CP_DECL_CONTEXT (decl) != global_namespace)
13137 error ("%qD may not be declared within a namespace", decl);
13138 return false;
13141 if (!TREE_PUBLIC (decl))
13143 error ("%qD may not be declared as static", decl);
13144 return false;
13148 if (op_flags & OVL_OP_FLAG_DELETE)
13149 TREE_TYPE (decl) = coerce_delete_type (TREE_TYPE (decl));
13150 else
13152 DECL_IS_OPERATOR_NEW (decl) = 1;
13153 TREE_TYPE (decl) = coerce_new_type (TREE_TYPE (decl));
13156 return true;
13159 /* An operator function must either be a non-static member function
13160 or have at least one parameter of a class, a reference to a class,
13161 an enumeration, or a reference to an enumeration. 13.4.0.6 */
13162 if (! methodp || DECL_STATIC_FUNCTION_P (decl))
13164 if (operator_code == TYPE_EXPR
13165 || operator_code == CALL_EXPR
13166 || operator_code == COMPONENT_REF
13167 || operator_code == ARRAY_REF
13168 || operator_code == NOP_EXPR)
13170 error ("%qD must be a nonstatic member function", decl);
13171 return false;
13174 if (DECL_STATIC_FUNCTION_P (decl))
13176 error ("%qD must be either a non-static member "
13177 "function or a non-member function", decl);
13178 return false;
13181 for (tree arg = argtypes; ; arg = TREE_CHAIN (arg))
13183 if (!arg || arg == void_list_node)
13185 if (complain)
13186 error ("%qD must have an argument of class or "
13187 "enumerated type", decl);
13188 return false;
13191 tree type = non_reference (TREE_VALUE (arg));
13192 if (type == error_mark_node)
13193 return false;
13195 /* MAYBE_CLASS_TYPE_P, rather than CLASS_TYPE_P, is used
13196 because these checks are performed even on template
13197 functions. */
13198 if (MAYBE_CLASS_TYPE_P (type)
13199 || TREE_CODE (type) == ENUMERAL_TYPE)
13200 break;
13204 if (operator_code == CALL_EXPR)
13205 /* There are no further restrictions on the arguments to an overloaded
13206 "operator ()". */
13207 return true;
13209 if (operator_code == COND_EXPR)
13211 /* 13.4.0.3 */
13212 error ("ISO C++ prohibits overloading operator ?:");
13213 return false;
13216 /* Count the number of arguments and check for ellipsis. */
13217 int arity = 0;
13218 for (tree arg = argtypes; arg != void_list_node; arg = TREE_CHAIN (arg))
13220 if (!arg)
13222 /* Variadic. */
13223 error ("%qD must not have variable number of arguments", decl);
13224 return false;
13226 ++arity;
13229 /* Verify correct number of arguments. */
13230 switch (op_flags)
13232 case OVL_OP_FLAG_AMBIARY:
13233 if (arity == 1)
13235 /* We have a unary instance of an ambi-ary op. Remap to the
13236 unary one. */
13237 unsigned alt = ovl_op_alternate[ovl_op_mapping [operator_code]];
13238 const ovl_op_info_t *ovl_op = &ovl_op_info[false][alt];
13239 gcc_checking_assert (ovl_op->flags == OVL_OP_FLAG_UNARY);
13240 operator_code = ovl_op->tree_code;
13241 DECL_OVERLOADED_OPERATOR_CODE_RAW (decl) = ovl_op->ovl_op_code;
13243 else if (arity != 2)
13245 /* This was an ambiguous operator but is invalid. */
13246 error (methodp
13247 ? G_("%qD must have either zero or one argument")
13248 : G_("%qD must have either one or two arguments"), decl);
13249 return false;
13251 else if ((operator_code == POSTINCREMENT_EXPR
13252 || operator_code == POSTDECREMENT_EXPR)
13253 && ! processing_template_decl
13254 /* x++ and x--'s second argument must be an int. */
13255 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)),
13256 integer_type_node))
13258 error (methodp
13259 ? G_("postfix %qD must have %<int%> as its argument")
13260 : G_("postfix %qD must have %<int%> as its second argument"),
13261 decl);
13262 return false;
13264 break;
13266 case OVL_OP_FLAG_UNARY:
13267 if (arity != 1)
13269 error (methodp
13270 ? G_("%qD must have no arguments")
13271 : G_("%qD must have exactly one argument"), decl);
13272 return false;
13274 break;
13276 case OVL_OP_FLAG_BINARY:
13277 if (arity != 2)
13279 error (methodp
13280 ? G_("%qD must have exactly one argument")
13281 : G_("%qD must have exactly two arguments"), decl);
13282 return false;
13284 break;
13286 default:
13287 gcc_unreachable ();
13290 /* There can be no default arguments. */
13291 for (tree arg = argtypes; arg != void_list_node; arg = TREE_CHAIN (arg))
13292 if (TREE_PURPOSE (arg))
13294 TREE_PURPOSE (arg) = NULL_TREE;
13295 if (operator_code == POSTINCREMENT_EXPR
13296 || operator_code == POSTDECREMENT_EXPR)
13297 pedwarn (input_location, OPT_Wpedantic,
13298 "%qD cannot have default arguments", decl);
13299 else
13301 error ("%qD cannot have default arguments", decl);
13302 return false;
13306 /* At this point the declaration is well-formed. It may not be
13307 sensible though. */
13309 /* Check member function warnings only on the in-class declaration.
13310 There's no point warning on an out-of-class definition. */
13311 if (class_type && class_type != current_class_type)
13312 return true;
13314 /* Warn about conversion operators that will never be used. */
13315 if (IDENTIFIER_CONV_OP_P (name)
13316 && ! DECL_TEMPLATE_INFO (decl)
13317 && warn_conversion)
13319 tree t = TREE_TYPE (name);
13320 int ref = (TREE_CODE (t) == REFERENCE_TYPE);
13322 if (ref)
13323 t = TYPE_MAIN_VARIANT (TREE_TYPE (t));
13325 if (VOID_TYPE_P (t))
13326 warning (OPT_Wconversion,
13328 ? G_("conversion to a reference to void "
13329 "will never use a type conversion operator")
13330 : G_("conversion to void "
13331 "will never use a type conversion operator"));
13332 else if (class_type)
13334 if (t == class_type)
13335 warning (OPT_Wconversion,
13337 ? G_("conversion to a reference to the same type "
13338 "will never use a type conversion operator")
13339 : G_("conversion to the same type "
13340 "will never use a type conversion operator"));
13341 /* Don't force t to be complete here. */
13342 else if (MAYBE_CLASS_TYPE_P (t)
13343 && COMPLETE_TYPE_P (t)
13344 && DERIVED_FROM_P (t, class_type))
13345 warning (OPT_Wconversion,
13347 ? G_("conversion to a reference to a base class "
13348 "will never use a type conversion operator")
13349 : G_("conversion to a base class "
13350 "will never use a type conversion operator"));
13354 if (!warn_ecpp)
13355 return true;
13357 /* Effective C++ rules below. */
13359 /* More Effective C++ rule 7. */
13360 if (operator_code == TRUTH_ANDIF_EXPR
13361 || operator_code == TRUTH_ORIF_EXPR
13362 || operator_code == COMPOUND_EXPR)
13363 warning (OPT_Weffc__,
13364 "user-defined %qD always evaluates both arguments", decl);
13366 /* More Effective C++ rule 6. */
13367 if (operator_code == POSTINCREMENT_EXPR
13368 || operator_code == POSTDECREMENT_EXPR
13369 || operator_code == PREINCREMENT_EXPR
13370 || operator_code == PREDECREMENT_EXPR)
13372 tree arg = TREE_VALUE (argtypes);
13373 tree ret = TREE_TYPE (TREE_TYPE (decl));
13374 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE)
13375 arg = TREE_TYPE (arg);
13376 arg = TYPE_MAIN_VARIANT (arg);
13378 if (operator_code == PREINCREMENT_EXPR
13379 || operator_code == PREDECREMENT_EXPR)
13381 if (TREE_CODE (ret) != REFERENCE_TYPE
13382 || !same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (ret)), arg))
13383 warning (OPT_Weffc__, "prefix %qD should return %qT", decl,
13384 build_reference_type (arg));
13386 else
13388 if (!same_type_p (TYPE_MAIN_VARIANT (ret), arg))
13389 warning (OPT_Weffc__, "postfix %qD should return %qT", decl, arg);
13393 /* Effective C++ rule 23. */
13394 if (!DECL_ASSIGNMENT_OPERATOR_P (decl)
13395 && (operator_code == PLUS_EXPR
13396 || operator_code == MINUS_EXPR
13397 || operator_code == TRUNC_DIV_EXPR
13398 || operator_code == MULT_EXPR
13399 || operator_code == TRUNC_MOD_EXPR)
13400 && TREE_CODE (TREE_TYPE (TREE_TYPE (decl))) == REFERENCE_TYPE)
13401 warning (OPT_Weffc__, "%qD should return by value", decl);
13403 return true;
13406 /* Return a string giving the keyword associate with CODE. */
13408 static const char *
13409 tag_name (enum tag_types code)
13411 switch (code)
13413 case record_type:
13414 return "struct";
13415 case class_type:
13416 return "class";
13417 case union_type:
13418 return "union";
13419 case enum_type:
13420 return "enum";
13421 case typename_type:
13422 return "typename";
13423 default:
13424 gcc_unreachable ();
13428 /* Name lookup in an elaborated-type-specifier (after the keyword
13429 indicated by TAG_CODE) has found the TYPE_DECL DECL. If the
13430 elaborated-type-specifier is invalid, issue a diagnostic and return
13431 error_mark_node; otherwise, return the *_TYPE to which it referred.
13432 If ALLOW_TEMPLATE_P is true, TYPE may be a class template. */
13434 tree
13435 check_elaborated_type_specifier (enum tag_types tag_code,
13436 tree decl,
13437 bool allow_template_p)
13439 tree type;
13441 /* In the case of:
13443 struct S { struct S *p; };
13445 name lookup will find the TYPE_DECL for the implicit "S::S"
13446 typedef. Adjust for that here. */
13447 if (DECL_SELF_REFERENCE_P (decl))
13448 decl = TYPE_NAME (TREE_TYPE (decl));
13450 type = TREE_TYPE (decl);
13452 /* Check TEMPLATE_TYPE_PARM first because DECL_IMPLICIT_TYPEDEF_P
13453 is false for this case as well. */
13454 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
13456 error ("using template type parameter %qT after %qs",
13457 type, tag_name (tag_code));
13458 return error_mark_node;
13460 /* Accept template template parameters. */
13461 else if (allow_template_p
13462 && (TREE_CODE (type) == BOUND_TEMPLATE_TEMPLATE_PARM
13463 || TREE_CODE (type) == TEMPLATE_TEMPLATE_PARM))
13465 /* [dcl.type.elab]
13467 If the identifier resolves to a typedef-name or the
13468 simple-template-id resolves to an alias template
13469 specialization, the elaborated-type-specifier is ill-formed.
13471 In other words, the only legitimate declaration to use in the
13472 elaborated type specifier is the implicit typedef created when
13473 the type is declared. */
13474 else if (!DECL_IMPLICIT_TYPEDEF_P (decl)
13475 && !DECL_SELF_REFERENCE_P (decl)
13476 && tag_code != typename_type)
13478 if (alias_template_specialization_p (type))
13479 error ("using alias template specialization %qT after %qs",
13480 type, tag_name (tag_code));
13481 else
13482 error ("using typedef-name %qD after %qs", decl, tag_name (tag_code));
13483 inform (DECL_SOURCE_LOCATION (decl),
13484 "%qD has a previous declaration here", decl);
13485 return error_mark_node;
13487 else if (TREE_CODE (type) != RECORD_TYPE
13488 && TREE_CODE (type) != UNION_TYPE
13489 && tag_code != enum_type
13490 && tag_code != typename_type)
13492 error ("%qT referred to as %qs", type, tag_name (tag_code));
13493 inform (location_of (type), "%qT has a previous declaration here", type);
13494 return error_mark_node;
13496 else if (TREE_CODE (type) != ENUMERAL_TYPE
13497 && tag_code == enum_type)
13499 error ("%qT referred to as enum", type);
13500 inform (location_of (type), "%qT has a previous declaration here", type);
13501 return error_mark_node;
13503 else if (!allow_template_p
13504 && TREE_CODE (type) == RECORD_TYPE
13505 && CLASSTYPE_IS_TEMPLATE (type))
13507 /* If a class template appears as elaborated type specifier
13508 without a template header such as:
13510 template <class T> class C {};
13511 void f(class C); // No template header here
13513 then the required template argument is missing. */
13514 error ("template argument required for %<%s %T%>",
13515 tag_name (tag_code),
13516 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type)));
13517 return error_mark_node;
13520 return type;
13523 /* Lookup NAME in elaborate type specifier in scope according to
13524 SCOPE and issue diagnostics if necessary.
13525 Return *_TYPE node upon success, NULL_TREE when the NAME is not
13526 found, and ERROR_MARK_NODE for type error. */
13528 static tree
13529 lookup_and_check_tag (enum tag_types tag_code, tree name,
13530 tag_scope scope, bool template_header_p)
13532 tree t;
13533 tree decl;
13534 if (scope == ts_global)
13536 /* First try ordinary name lookup, ignoring hidden class name
13537 injected via friend declaration. */
13538 decl = lookup_name_prefer_type (name, 2);
13539 decl = strip_using_decl (decl);
13540 /* If that fails, the name will be placed in the smallest
13541 non-class, non-function-prototype scope according to 3.3.1/5.
13542 We may already have a hidden name declared as friend in this
13543 scope. So lookup again but not ignoring hidden names.
13544 If we find one, that name will be made visible rather than
13545 creating a new tag. */
13546 if (!decl)
13547 decl = lookup_type_scope (name, ts_within_enclosing_non_class);
13549 else
13550 decl = lookup_type_scope (name, scope);
13552 if (decl
13553 && (DECL_CLASS_TEMPLATE_P (decl)
13554 /* If scope is ts_current we're defining a class, so ignore a
13555 template template parameter. */
13556 || (scope != ts_current
13557 && DECL_TEMPLATE_TEMPLATE_PARM_P (decl))))
13558 decl = DECL_TEMPLATE_RESULT (decl);
13560 if (decl && TREE_CODE (decl) == TYPE_DECL)
13562 /* Look for invalid nested type:
13563 class C {
13564 class C {};
13565 }; */
13566 if (scope == ts_current && DECL_SELF_REFERENCE_P (decl))
13568 error ("%qD has the same name as the class in which it is "
13569 "declared",
13570 decl);
13571 return error_mark_node;
13574 /* Two cases we need to consider when deciding if a class
13575 template is allowed as an elaborated type specifier:
13576 1. It is a self reference to its own class.
13577 2. It comes with a template header.
13579 For example:
13581 template <class T> class C {
13582 class C *c1; // DECL_SELF_REFERENCE_P is true
13583 class D;
13585 template <class U> class C; // template_header_p is true
13586 template <class T> class C<T>::D {
13587 class C *c2; // DECL_SELF_REFERENCE_P is true
13588 }; */
13590 t = check_elaborated_type_specifier (tag_code,
13591 decl,
13592 template_header_p
13593 | DECL_SELF_REFERENCE_P (decl));
13594 if (template_header_p && t && CLASS_TYPE_P (t)
13595 && (!CLASSTYPE_TEMPLATE_INFO (t)
13596 || (!PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (t)))))
13598 error ("%qT is not a template", t);
13599 inform (location_of (t), "previous declaration here");
13600 if (TYPE_CLASS_SCOPE_P (t)
13601 && CLASSTYPE_TEMPLATE_INFO (TYPE_CONTEXT (t)))
13602 inform (input_location,
13603 "perhaps you want to explicitly add %<%T::%>",
13604 TYPE_CONTEXT (t));
13605 t = error_mark_node;
13608 return t;
13610 else if (decl && TREE_CODE (decl) == TREE_LIST)
13612 error ("reference to %qD is ambiguous", name);
13613 print_candidates (decl);
13614 return error_mark_node;
13616 else
13617 return NULL_TREE;
13620 /* Get the struct, enum or union (TAG_CODE says which) with tag NAME.
13621 Define the tag as a forward-reference if it is not defined.
13623 If a declaration is given, process it here, and report an error if
13624 multiple declarations are not identical.
13626 SCOPE is TS_CURRENT when this is also a definition. Only look in
13627 the current frame for the name (since C++ allows new names in any
13628 scope.) It is TS_WITHIN_ENCLOSING_NON_CLASS if this is a friend
13629 declaration. Only look beginning from the current scope outward up
13630 till the nearest non-class scope. Otherwise it is TS_GLOBAL.
13632 TEMPLATE_HEADER_P is true when this declaration is preceded by
13633 a set of template parameters. */
13635 static tree
13636 xref_tag_1 (enum tag_types tag_code, tree name,
13637 tag_scope scope, bool template_header_p)
13639 enum tree_code code;
13640 tree context = NULL_TREE;
13642 gcc_assert (identifier_p (name));
13644 switch (tag_code)
13646 case record_type:
13647 case class_type:
13648 code = RECORD_TYPE;
13649 break;
13650 case union_type:
13651 code = UNION_TYPE;
13652 break;
13653 case enum_type:
13654 code = ENUMERAL_TYPE;
13655 break;
13656 default:
13657 gcc_unreachable ();
13660 /* In case of anonymous name, xref_tag is only called to
13661 make type node and push name. Name lookup is not required. */
13662 tree t = NULL_TREE;
13663 if (scope != ts_lambda && !anon_aggrname_p (name))
13664 t = lookup_and_check_tag (tag_code, name, scope, template_header_p);
13666 if (t == error_mark_node)
13667 return error_mark_node;
13669 if (scope != ts_current && t && current_class_type
13670 && template_class_depth (current_class_type)
13671 && template_header_p)
13673 if (TREE_CODE (t) == TEMPLATE_TEMPLATE_PARM)
13674 return t;
13676 /* Since SCOPE is not TS_CURRENT, we are not looking at a
13677 definition of this tag. Since, in addition, we are currently
13678 processing a (member) template declaration of a template
13679 class, we must be very careful; consider:
13681 template <class X> struct S1
13683 template <class U> struct S2
13685 template <class V> friend struct S1;
13688 Here, the S2::S1 declaration should not be confused with the
13689 outer declaration. In particular, the inner version should
13690 have a template parameter of level 2, not level 1.
13692 On the other hand, when presented with:
13694 template <class T> struct S1
13696 template <class U> struct S2 {};
13697 template <class U> friend struct S2;
13700 the friend must find S1::S2 eventually. We accomplish this
13701 by making sure that the new type we create to represent this
13702 declaration has the right TYPE_CONTEXT. */
13703 context = TYPE_CONTEXT (t);
13704 t = NULL_TREE;
13707 if (! t)
13709 /* If no such tag is yet defined, create a forward-reference node
13710 and record it as the "definition".
13711 When a real declaration of this type is found,
13712 the forward-reference will be altered into a real type. */
13713 if (code == ENUMERAL_TYPE)
13715 error ("use of enum %q#D without previous declaration", name);
13716 return error_mark_node;
13718 else
13720 t = make_class_type (code);
13721 TYPE_CONTEXT (t) = context;
13722 if (scope == ts_lambda)
13724 /* Mark it as a lambda type. */
13725 CLASSTYPE_LAMBDA_EXPR (t) = error_mark_node;
13726 /* And push it into current scope. */
13727 scope = ts_current;
13729 t = pushtag (name, t, scope);
13732 else
13734 if (template_header_p && MAYBE_CLASS_TYPE_P (t))
13736 /* Check that we aren't trying to overload a class with different
13737 constraints. */
13738 tree constr = NULL_TREE;
13739 if (current_template_parms)
13741 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms);
13742 constr = build_constraints (reqs, NULL_TREE);
13744 if (!redeclare_class_template (t, current_template_parms, constr))
13745 return error_mark_node;
13747 else if (!processing_template_decl
13748 && CLASS_TYPE_P (t)
13749 && CLASSTYPE_IS_TEMPLATE (t))
13751 error ("redeclaration of %qT as a non-template", t);
13752 inform (location_of (t), "previous declaration %qD", t);
13753 return error_mark_node;
13756 if (scope != ts_within_enclosing_non_class && TYPE_HIDDEN_P (t))
13758 /* This is no longer an invisible friend. Make it
13759 visible. */
13760 tree decl = TYPE_NAME (t);
13762 DECL_ANTICIPATED (decl) = false;
13763 DECL_FRIEND_P (decl) = false;
13765 if (TYPE_TEMPLATE_INFO (t))
13767 tree tmpl = TYPE_TI_TEMPLATE (t);
13768 DECL_ANTICIPATED (tmpl) = false;
13769 DECL_FRIEND_P (tmpl) = false;
13774 return t;
13777 /* Wrapper for xref_tag_1. */
13779 tree
13780 xref_tag (enum tag_types tag_code, tree name,
13781 tag_scope scope, bool template_header_p)
13783 tree ret;
13784 bool subtime;
13785 subtime = timevar_cond_start (TV_NAME_LOOKUP);
13786 ret = xref_tag_1 (tag_code, name, scope, template_header_p);
13787 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
13788 return ret;
13792 tree
13793 xref_tag_from_type (tree old, tree id, tag_scope scope)
13795 enum tag_types tag_kind;
13797 if (TREE_CODE (old) == RECORD_TYPE)
13798 tag_kind = (CLASSTYPE_DECLARED_CLASS (old) ? class_type : record_type);
13799 else
13800 tag_kind = union_type;
13802 if (id == NULL_TREE)
13803 id = TYPE_IDENTIFIER (old);
13805 return xref_tag (tag_kind, id, scope, false);
13808 /* Create the binfo hierarchy for REF with (possibly NULL) base list
13809 BASE_LIST. For each element on BASE_LIST the TREE_PURPOSE is an
13810 access_* node, and the TREE_VALUE is the type of the base-class.
13811 Non-NULL TREE_TYPE indicates virtual inheritance. */
13813 void
13814 xref_basetypes (tree ref, tree base_list)
13816 tree *basep;
13817 tree binfo, base_binfo;
13818 unsigned max_vbases = 0; /* Maximum direct & indirect virtual bases. */
13819 unsigned max_bases = 0; /* Maximum direct bases. */
13820 unsigned max_dvbases = 0; /* Maximum direct virtual bases. */
13821 int i;
13822 tree default_access;
13823 tree igo_prev; /* Track Inheritance Graph Order. */
13825 if (ref == error_mark_node)
13826 return;
13828 /* The base of a derived class is private by default, all others are
13829 public. */
13830 default_access = (TREE_CODE (ref) == RECORD_TYPE
13831 && CLASSTYPE_DECLARED_CLASS (ref)
13832 ? access_private_node : access_public_node);
13834 /* First, make sure that any templates in base-classes are
13835 instantiated. This ensures that if we call ourselves recursively
13836 we do not get confused about which classes are marked and which
13837 are not. */
13838 basep = &base_list;
13839 while (*basep)
13841 tree basetype = TREE_VALUE (*basep);
13843 /* The dependent_type_p call below should really be dependent_scope_p
13844 so that we give a hard error about using an incomplete type as a
13845 base, but we allow it with a pedwarn for backward
13846 compatibility. */
13847 if (processing_template_decl
13848 && CLASS_TYPE_P (basetype) && TYPE_BEING_DEFINED (basetype))
13849 cxx_incomplete_type_diagnostic (NULL_TREE, basetype, DK_PEDWARN);
13850 if (!dependent_type_p (basetype)
13851 && !complete_type_or_else (basetype, NULL))
13852 /* An incomplete type. Remove it from the list. */
13853 *basep = TREE_CHAIN (*basep);
13854 else
13856 max_bases++;
13857 if (TREE_TYPE (*basep))
13858 max_dvbases++;
13859 if (CLASS_TYPE_P (basetype))
13860 max_vbases += vec_safe_length (CLASSTYPE_VBASECLASSES (basetype));
13861 basep = &TREE_CHAIN (*basep);
13864 max_vbases += max_dvbases;
13866 TYPE_MARKED_P (ref) = 1;
13868 /* The binfo slot should be empty, unless this is an (ill-formed)
13869 redefinition. */
13870 gcc_assert (!TYPE_BINFO (ref) || TYPE_SIZE (ref));
13872 gcc_assert (TYPE_MAIN_VARIANT (ref) == ref);
13874 binfo = make_tree_binfo (max_bases);
13876 TYPE_BINFO (ref) = binfo;
13877 BINFO_OFFSET (binfo) = size_zero_node;
13878 BINFO_TYPE (binfo) = ref;
13880 /* Apply base-class info set up to the variants of this type. */
13881 fixup_type_variants (ref);
13883 if (max_bases)
13885 vec_alloc (BINFO_BASE_ACCESSES (binfo), max_bases);
13886 /* A C++98 POD cannot have base classes. */
13887 CLASSTYPE_NON_LAYOUT_POD_P (ref) = true;
13889 if (TREE_CODE (ref) == UNION_TYPE)
13891 error ("derived union %qT invalid", ref);
13892 return;
13896 if (max_bases > 1)
13897 warning (OPT_Wmultiple_inheritance,
13898 "%qT defined with multiple direct bases", ref);
13900 if (max_vbases)
13902 /* An aggregate can't have virtual base classes. */
13903 CLASSTYPE_NON_AGGREGATE (ref) = true;
13905 vec_alloc (CLASSTYPE_VBASECLASSES (ref), max_vbases);
13907 if (max_dvbases)
13908 warning (OPT_Wvirtual_inheritance,
13909 "%qT defined with direct virtual base", ref);
13912 for (igo_prev = binfo; base_list; base_list = TREE_CHAIN (base_list))
13914 tree access = TREE_PURPOSE (base_list);
13915 int via_virtual = TREE_TYPE (base_list) != NULL_TREE;
13916 tree basetype = TREE_VALUE (base_list);
13918 if (access == access_default_node)
13919 access = default_access;
13921 /* Before C++17, an aggregate cannot have base classes. In C++17, an
13922 aggregate can't have virtual, private, or protected base classes. */
13923 if (cxx_dialect < cxx17
13924 || access != access_public_node
13925 || via_virtual)
13926 CLASSTYPE_NON_AGGREGATE (ref) = true;
13928 if (PACK_EXPANSION_P (basetype))
13929 basetype = PACK_EXPANSION_PATTERN (basetype);
13930 if (TREE_CODE (basetype) == TYPE_DECL)
13931 basetype = TREE_TYPE (basetype);
13932 if (!MAYBE_CLASS_TYPE_P (basetype) || TREE_CODE (basetype) == UNION_TYPE)
13934 error ("base type %qT fails to be a struct or class type",
13935 basetype);
13936 goto dropped_base;
13939 base_binfo = NULL_TREE;
13940 if (CLASS_TYPE_P (basetype) && !dependent_scope_p (basetype))
13942 base_binfo = TYPE_BINFO (basetype);
13943 /* The original basetype could have been a typedef'd type. */
13944 basetype = BINFO_TYPE (base_binfo);
13946 /* Inherit flags from the base. */
13947 TYPE_HAS_NEW_OPERATOR (ref)
13948 |= TYPE_HAS_NEW_OPERATOR (basetype);
13949 TYPE_HAS_ARRAY_NEW_OPERATOR (ref)
13950 |= TYPE_HAS_ARRAY_NEW_OPERATOR (basetype);
13951 TYPE_GETS_DELETE (ref) |= TYPE_GETS_DELETE (basetype);
13952 TYPE_HAS_CONVERSION (ref) |= TYPE_HAS_CONVERSION (basetype);
13953 CLASSTYPE_DIAMOND_SHAPED_P (ref)
13954 |= CLASSTYPE_DIAMOND_SHAPED_P (basetype);
13955 CLASSTYPE_REPEATED_BASE_P (ref)
13956 |= CLASSTYPE_REPEATED_BASE_P (basetype);
13959 /* We must do this test after we've seen through a typedef
13960 type. */
13961 if (TYPE_MARKED_P (basetype))
13963 if (basetype == ref)
13964 error ("recursive type %qT undefined", basetype);
13965 else
13966 error ("duplicate base type %qT invalid", basetype);
13967 goto dropped_base;
13970 if (PACK_EXPANSION_P (TREE_VALUE (base_list)))
13971 /* Regenerate the pack expansion for the bases. */
13972 basetype = make_pack_expansion (basetype);
13974 TYPE_MARKED_P (basetype) = 1;
13976 base_binfo = copy_binfo (base_binfo, basetype, ref,
13977 &igo_prev, via_virtual);
13978 if (!BINFO_INHERITANCE_CHAIN (base_binfo))
13979 BINFO_INHERITANCE_CHAIN (base_binfo) = binfo;
13981 BINFO_BASE_APPEND (binfo, base_binfo);
13982 BINFO_BASE_ACCESS_APPEND (binfo, access);
13983 continue;
13985 dropped_base:
13986 /* Update max_vbases to reflect the reality that we are dropping
13987 this base: if it reaches zero we want to undo the vec_alloc
13988 above to avoid inconsistencies during error-recovery: eg, in
13989 build_special_member_call, CLASSTYPE_VBASECLASSES non null
13990 and vtt null (c++/27952). */
13991 if (via_virtual)
13992 max_vbases--;
13993 if (CLASS_TYPE_P (basetype))
13994 max_vbases
13995 -= vec_safe_length (CLASSTYPE_VBASECLASSES (basetype));
13998 if (CLASSTYPE_VBASECLASSES (ref)
13999 && max_vbases == 0)
14000 vec_free (CLASSTYPE_VBASECLASSES (ref));
14002 if (vec_safe_length (CLASSTYPE_VBASECLASSES (ref)) < max_vbases)
14003 /* If we didn't get max_vbases vbases, we must have shared at
14004 least one of them, and are therefore diamond shaped. */
14005 CLASSTYPE_DIAMOND_SHAPED_P (ref) = 1;
14007 /* Unmark all the types. */
14008 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
14009 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
14010 TYPE_MARKED_P (ref) = 0;
14012 /* Now see if we have a repeated base type. */
14013 if (!CLASSTYPE_REPEATED_BASE_P (ref))
14015 for (base_binfo = binfo; base_binfo;
14016 base_binfo = TREE_CHAIN (base_binfo))
14018 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
14020 CLASSTYPE_REPEATED_BASE_P (ref) = 1;
14021 break;
14023 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 1;
14025 for (base_binfo = binfo; base_binfo;
14026 base_binfo = TREE_CHAIN (base_binfo))
14027 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
14028 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
14029 else
14030 break;
14035 /* Copies the enum-related properties from type SRC to type DST.
14036 Used with the underlying type of an enum and the enum itself. */
14037 static void
14038 copy_type_enum (tree dst, tree src)
14040 tree t;
14041 for (t = dst; t; t = TYPE_NEXT_VARIANT (t))
14043 TYPE_MIN_VALUE (t) = TYPE_MIN_VALUE (src);
14044 TYPE_MAX_VALUE (t) = TYPE_MAX_VALUE (src);
14045 TYPE_SIZE (t) = TYPE_SIZE (src);
14046 TYPE_SIZE_UNIT (t) = TYPE_SIZE_UNIT (src);
14047 SET_TYPE_MODE (dst, TYPE_MODE (src));
14048 TYPE_PRECISION (t) = TYPE_PRECISION (src);
14049 unsigned valign = TYPE_ALIGN (src);
14050 if (TYPE_USER_ALIGN (t))
14051 valign = MAX (valign, TYPE_ALIGN (t));
14052 else
14053 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (src);
14054 SET_TYPE_ALIGN (t, valign);
14055 TYPE_UNSIGNED (t) = TYPE_UNSIGNED (src);
14059 /* Begin compiling the definition of an enumeration type.
14060 NAME is its name,
14062 if ENUMTYPE is not NULL_TREE then the type has alredy been found.
14064 UNDERLYING_TYPE is the type that will be used as the storage for
14065 the enumeration type. This should be NULL_TREE if no storage type
14066 was specified.
14068 ATTRIBUTES are any attributes specified after the enum-key.
14070 SCOPED_ENUM_P is true if this is a scoped enumeration type.
14072 if IS_NEW is not NULL, gets TRUE iff a new type is created.
14074 Returns the type object, as yet incomplete.
14075 Also records info about it so that build_enumerator
14076 may be used to declare the individual values as they are read. */
14078 tree
14079 start_enum (tree name, tree enumtype, tree underlying_type,
14080 tree attributes, bool scoped_enum_p, bool *is_new)
14082 tree prevtype = NULL_TREE;
14083 gcc_assert (identifier_p (name));
14085 if (is_new)
14086 *is_new = false;
14087 /* [C++0x dcl.enum]p5:
14089 If not explicitly specified, the underlying type of a scoped
14090 enumeration type is int. */
14091 if (!underlying_type && scoped_enum_p)
14092 underlying_type = integer_type_node;
14094 if (underlying_type)
14095 underlying_type = cv_unqualified (underlying_type);
14097 /* If this is the real definition for a previous forward reference,
14098 fill in the contents in the same object that used to be the
14099 forward reference. */
14100 if (!enumtype)
14101 enumtype = lookup_and_check_tag (enum_type, name,
14102 /*tag_scope=*/ts_current,
14103 /*template_header_p=*/false);
14105 /* In case of a template_decl, the only check that should be deferred
14106 to instantiation time is the comparison of underlying types. */
14107 if (enumtype && TREE_CODE (enumtype) == ENUMERAL_TYPE)
14109 if (scoped_enum_p != SCOPED_ENUM_P (enumtype))
14111 error_at (input_location, "scoped/unscoped mismatch "
14112 "in enum %q#T", enumtype);
14113 inform (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
14114 "previous definition here");
14115 enumtype = error_mark_node;
14117 else if (ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) != !! underlying_type)
14119 error_at (input_location, "underlying type mismatch "
14120 "in enum %q#T", enumtype);
14121 inform (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
14122 "previous definition here");
14123 enumtype = error_mark_node;
14125 else if (underlying_type && ENUM_UNDERLYING_TYPE (enumtype)
14126 && !dependent_type_p (underlying_type)
14127 && !dependent_type_p (ENUM_UNDERLYING_TYPE (enumtype))
14128 && !same_type_p (underlying_type,
14129 ENUM_UNDERLYING_TYPE (enumtype)))
14131 error_at (input_location, "different underlying type "
14132 "in enum %q#T", enumtype);
14133 inform (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
14134 "previous definition here");
14135 underlying_type = NULL_TREE;
14139 if (!enumtype || TREE_CODE (enumtype) != ENUMERAL_TYPE
14140 || processing_template_decl)
14142 /* In case of error, make a dummy enum to allow parsing to
14143 continue. */
14144 if (enumtype == error_mark_node)
14146 name = make_anon_name ();
14147 enumtype = NULL_TREE;
14150 /* enumtype may be an ENUMERAL_TYPE if this is a redefinition
14151 of an opaque enum, or an opaque enum of an already defined
14152 enumeration (C++0x only).
14153 In any other case, it'll be NULL_TREE. */
14154 if (!enumtype)
14156 if (is_new)
14157 *is_new = true;
14159 prevtype = enumtype;
14161 /* Do not push the decl more than once, unless we need to
14162 compare underlying types at instantiation time */
14163 if (!enumtype
14164 || TREE_CODE (enumtype) != ENUMERAL_TYPE
14165 || (underlying_type
14166 && dependent_type_p (underlying_type))
14167 || (ENUM_UNDERLYING_TYPE (enumtype)
14168 && dependent_type_p (ENUM_UNDERLYING_TYPE (enumtype))))
14170 enumtype = cxx_make_type (ENUMERAL_TYPE);
14171 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
14173 /* std::byte aliases anything. */
14174 if (enumtype != error_mark_node
14175 && TYPE_CONTEXT (enumtype) == std_node
14176 && !strcmp ("byte", TYPE_NAME_STRING (enumtype)))
14177 TYPE_ALIAS_SET (enumtype) = 0;
14179 else
14180 enumtype = xref_tag (enum_type, name, /*tag_scope=*/ts_current,
14181 false);
14183 if (enumtype == error_mark_node)
14184 return error_mark_node;
14186 /* The enum is considered opaque until the opening '{' of the
14187 enumerator list. */
14188 SET_OPAQUE_ENUM_P (enumtype, true);
14189 ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) = !! underlying_type;
14192 SET_SCOPED_ENUM_P (enumtype, scoped_enum_p);
14194 cplus_decl_attributes (&enumtype, attributes, (int)ATTR_FLAG_TYPE_IN_PLACE);
14196 if (underlying_type)
14198 if (ENUM_UNDERLYING_TYPE (enumtype))
14199 /* We already checked that it matches, don't change it to a different
14200 typedef variant. */;
14201 else if (CP_INTEGRAL_TYPE_P (underlying_type))
14203 copy_type_enum (enumtype, underlying_type);
14204 ENUM_UNDERLYING_TYPE (enumtype) = underlying_type;
14206 else if (dependent_type_p (underlying_type))
14207 ENUM_UNDERLYING_TYPE (enumtype) = underlying_type;
14208 else
14209 error ("underlying type %qT of %qT must be an integral type",
14210 underlying_type, enumtype);
14213 /* If into a template class, the returned enum is always the first
14214 declaration (opaque or not) seen. This way all the references to
14215 this type will be to the same declaration. The following ones are used
14216 only to check for definition errors. */
14217 if (prevtype && processing_template_decl)
14218 return prevtype;
14219 else
14220 return enumtype;
14223 /* After processing and defining all the values of an enumeration type,
14224 install their decls in the enumeration type.
14225 ENUMTYPE is the type object. */
14227 void
14228 finish_enum_value_list (tree enumtype)
14230 tree values;
14231 tree underlying_type;
14232 tree decl;
14233 tree value;
14234 tree minnode, maxnode;
14235 tree t;
14237 bool fixed_underlying_type_p
14238 = ENUM_UNDERLYING_TYPE (enumtype) != NULL_TREE;
14240 /* We built up the VALUES in reverse order. */
14241 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
14243 /* For an enum defined in a template, just set the type of the values;
14244 all further processing is postponed until the template is
14245 instantiated. We need to set the type so that tsubst of a CONST_DECL
14246 works. */
14247 if (processing_template_decl)
14249 for (values = TYPE_VALUES (enumtype);
14250 values;
14251 values = TREE_CHAIN (values))
14252 TREE_TYPE (TREE_VALUE (values)) = enumtype;
14253 return;
14256 /* Determine the minimum and maximum values of the enumerators. */
14257 if (TYPE_VALUES (enumtype))
14259 minnode = maxnode = NULL_TREE;
14261 for (values = TYPE_VALUES (enumtype);
14262 values;
14263 values = TREE_CHAIN (values))
14265 decl = TREE_VALUE (values);
14267 /* [dcl.enum]: Following the closing brace of an enum-specifier,
14268 each enumerator has the type of its enumeration. Prior to the
14269 closing brace, the type of each enumerator is the type of its
14270 initializing value. */
14271 TREE_TYPE (decl) = enumtype;
14273 /* Update the minimum and maximum values, if appropriate. */
14274 value = DECL_INITIAL (decl);
14275 if (value == error_mark_node)
14276 value = integer_zero_node;
14277 /* Figure out what the minimum and maximum values of the
14278 enumerators are. */
14279 if (!minnode)
14280 minnode = maxnode = value;
14281 else if (tree_int_cst_lt (maxnode, value))
14282 maxnode = value;
14283 else if (tree_int_cst_lt (value, minnode))
14284 minnode = value;
14287 else
14288 /* [dcl.enum]
14290 If the enumerator-list is empty, the underlying type is as if
14291 the enumeration had a single enumerator with value 0. */
14292 minnode = maxnode = integer_zero_node;
14294 if (!fixed_underlying_type_p)
14296 /* Compute the number of bits require to represent all values of the
14297 enumeration. We must do this before the type of MINNODE and
14298 MAXNODE are transformed, since tree_int_cst_min_precision relies
14299 on the TREE_TYPE of the value it is passed. */
14300 signop sgn = tree_int_cst_sgn (minnode) >= 0 ? UNSIGNED : SIGNED;
14301 int lowprec = tree_int_cst_min_precision (minnode, sgn);
14302 int highprec = tree_int_cst_min_precision (maxnode, sgn);
14303 int precision = MAX (lowprec, highprec);
14304 unsigned int itk;
14305 bool use_short_enum;
14307 /* Determine the underlying type of the enumeration.
14309 [dcl.enum]
14311 The underlying type of an enumeration is an integral type that
14312 can represent all the enumerator values defined in the
14313 enumeration. It is implementation-defined which integral type is
14314 used as the underlying type for an enumeration except that the
14315 underlying type shall not be larger than int unless the value of
14316 an enumerator cannot fit in an int or unsigned int.
14318 We use "int" or an "unsigned int" as the underlying type, even if
14319 a smaller integral type would work, unless the user has
14320 explicitly requested that we use the smallest possible type. The
14321 user can request that for all enumerations with a command line
14322 flag, or for just one enumeration with an attribute. */
14324 use_short_enum = flag_short_enums
14325 || lookup_attribute ("packed", TYPE_ATTRIBUTES (enumtype));
14327 /* If the precision of the type was specified with an attribute and it
14328 was too small, give an error. Otherwise, use it. */
14329 if (TYPE_PRECISION (enumtype))
14331 if (precision > TYPE_PRECISION (enumtype))
14332 error ("specified mode too small for enumeral values");
14333 else
14335 use_short_enum = true;
14336 precision = TYPE_PRECISION (enumtype);
14340 for (itk = (use_short_enum ? itk_char : itk_int);
14341 itk != itk_none;
14342 itk++)
14344 underlying_type = integer_types[itk];
14345 if (underlying_type != NULL_TREE
14346 && TYPE_PRECISION (underlying_type) >= precision
14347 && TYPE_SIGN (underlying_type) == sgn)
14348 break;
14350 if (itk == itk_none)
14352 /* DR 377
14354 IF no integral type can represent all the enumerator values, the
14355 enumeration is ill-formed. */
14356 error ("no integral type can represent all of the enumerator values "
14357 "for %qT", enumtype);
14358 precision = TYPE_PRECISION (long_long_integer_type_node);
14359 underlying_type = integer_types[itk_unsigned_long_long];
14362 /* [dcl.enum]
14364 The value of sizeof() applied to an enumeration type, an object
14365 of an enumeration type, or an enumerator, is the value of sizeof()
14366 applied to the underlying type. */
14367 copy_type_enum (enumtype, underlying_type);
14369 /* Compute the minimum and maximum values for the type.
14371 [dcl.enum]
14373 For an enumeration where emin is the smallest enumerator and emax
14374 is the largest, the values of the enumeration are the values of the
14375 underlying type in the range bmin to bmax, where bmin and bmax are,
14376 respectively, the smallest and largest values of the smallest bit-
14377 field that can store emin and emax. */
14379 /* The middle-end currently assumes that types with TYPE_PRECISION
14380 narrower than their underlying type are suitably zero or sign
14381 extended to fill their mode. Similarly, it assumes that the front
14382 end assures that a value of a particular type must be within
14383 TYPE_MIN_VALUE and TYPE_MAX_VALUE.
14385 We used to set these fields based on bmin and bmax, but that led
14386 to invalid assumptions like optimizing away bounds checking. So
14387 now we just set the TYPE_PRECISION, TYPE_MIN_VALUE, and
14388 TYPE_MAX_VALUE to the values for the mode above and only restrict
14389 the ENUM_UNDERLYING_TYPE for the benefit of diagnostics. */
14390 ENUM_UNDERLYING_TYPE (enumtype)
14391 = build_distinct_type_copy (underlying_type);
14392 TYPE_PRECISION (ENUM_UNDERLYING_TYPE (enumtype)) = precision;
14393 set_min_and_max_values_for_integral_type
14394 (ENUM_UNDERLYING_TYPE (enumtype), precision, sgn);
14396 /* If -fstrict-enums, still constrain TYPE_MIN/MAX_VALUE. */
14397 if (flag_strict_enums)
14398 set_min_and_max_values_for_integral_type (enumtype, precision, sgn);
14400 else
14401 underlying_type = ENUM_UNDERLYING_TYPE (enumtype);
14403 /* Convert each of the enumerators to the type of the underlying
14404 type of the enumeration. */
14405 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values))
14407 location_t saved_location;
14409 decl = TREE_VALUE (values);
14410 saved_location = input_location;
14411 input_location = DECL_SOURCE_LOCATION (decl);
14412 if (fixed_underlying_type_p)
14413 /* If the enumeration type has a fixed underlying type, we
14414 already checked all of the enumerator values. */
14415 value = DECL_INITIAL (decl);
14416 else
14417 value = perform_implicit_conversion (underlying_type,
14418 DECL_INITIAL (decl),
14419 tf_warning_or_error);
14420 input_location = saved_location;
14422 /* Do not clobber shared ints. */
14423 if (value != error_mark_node)
14425 value = copy_node (value);
14427 TREE_TYPE (value) = enumtype;
14429 DECL_INITIAL (decl) = value;
14432 /* Fix up all variant types of this enum type. */
14433 for (t = TYPE_MAIN_VARIANT (enumtype); t; t = TYPE_NEXT_VARIANT (t))
14434 TYPE_VALUES (t) = TYPE_VALUES (enumtype);
14436 if (at_class_scope_p ()
14437 && COMPLETE_TYPE_P (current_class_type)
14438 && UNSCOPED_ENUM_P (enumtype))
14440 insert_late_enum_def_bindings (current_class_type, enumtype);
14441 /* TYPE_FIELDS needs fixup. */
14442 fixup_type_variants (current_class_type);
14445 /* Finish debugging output for this type. */
14446 rest_of_type_compilation (enumtype, namespace_bindings_p ());
14448 /* Each enumerator now has the type of its enumeration. Clear the cache
14449 so that this change in types doesn't confuse us later on. */
14450 clear_cv_and_fold_caches ();
14453 /* Finishes the enum type. This is called only the first time an
14454 enumeration is seen, be it opaque or odinary.
14455 ENUMTYPE is the type object. */
14457 void
14458 finish_enum (tree enumtype)
14460 if (processing_template_decl)
14462 if (at_function_scope_p ())
14463 add_stmt (build_min (TAG_DEFN, enumtype));
14464 return;
14467 /* If this is a forward declaration, there should not be any variants,
14468 though we can get a variant in the middle of an enum-specifier with
14469 wacky code like 'enum E { e = sizeof(const E*) };' */
14470 gcc_assert (enumtype == TYPE_MAIN_VARIANT (enumtype)
14471 && (TYPE_VALUES (enumtype)
14472 || !TYPE_NEXT_VARIANT (enumtype)));
14475 /* Build and install a CONST_DECL for an enumeration constant of the
14476 enumeration type ENUMTYPE whose NAME and VALUE (if any) are provided.
14477 Apply ATTRIBUTES if available. LOC is the location of NAME.
14478 Assignment of sequential values by default is handled here. */
14480 void
14481 build_enumerator (tree name, tree value, tree enumtype, tree attributes,
14482 location_t loc)
14484 tree decl;
14485 tree context;
14486 tree type;
14488 /* scalar_constant_value will pull out this expression, so make sure
14489 it's folded as appropriate. */
14490 if (processing_template_decl)
14491 value = fold_non_dependent_expr (value);
14493 /* If the VALUE was erroneous, pretend it wasn't there; that will
14494 result in the enum being assigned the next value in sequence. */
14495 if (value == error_mark_node)
14496 value = NULL_TREE;
14498 /* Remove no-op casts from the value. */
14499 if (value)
14500 STRIP_TYPE_NOPS (value);
14502 if (! processing_template_decl)
14504 /* Validate and default VALUE. */
14505 if (value != NULL_TREE)
14507 if (!ENUM_UNDERLYING_TYPE (enumtype))
14509 tree tmp_value = build_expr_type_conversion (WANT_INT | WANT_ENUM,
14510 value, true);
14511 if (tmp_value)
14512 value = tmp_value;
14514 else if (! INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P
14515 (TREE_TYPE (value)))
14516 value = perform_implicit_conversion_flags
14517 (ENUM_UNDERLYING_TYPE (enumtype), value, tf_warning_or_error,
14518 LOOKUP_IMPLICIT | LOOKUP_NO_NARROWING);
14520 if (value == error_mark_node)
14521 value = NULL_TREE;
14523 if (value != NULL_TREE)
14525 if (! INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P
14526 (TREE_TYPE (value)))
14528 error ("enumerator value for %qD must have integral or "
14529 "unscoped enumeration type", name);
14530 value = NULL_TREE;
14532 else
14534 value = cxx_constant_value (value);
14536 if (TREE_CODE (value) != INTEGER_CST)
14538 error ("enumerator value for %qD is not an integer "
14539 "constant", name);
14540 value = NULL_TREE;
14546 /* Default based on previous value. */
14547 if (value == NULL_TREE)
14549 if (TYPE_VALUES (enumtype))
14551 tree prev_value;
14552 bool overflowed;
14554 /* C++03 7.2/4: If no initializer is specified for the first
14555 enumerator, the type is an unspecified integral
14556 type. Otherwise the type is the same as the type of the
14557 initializing value of the preceding enumerator unless the
14558 incremented value is not representable in that type, in
14559 which case the type is an unspecified integral type
14560 sufficient to contain the incremented value. */
14561 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype)));
14562 if (error_operand_p (prev_value))
14563 value = error_mark_node;
14564 else
14566 tree type = TREE_TYPE (prev_value);
14567 signop sgn = TYPE_SIGN (type);
14568 widest_int wi = wi::add (wi::to_widest (prev_value), 1, sgn,
14569 &overflowed);
14570 if (!overflowed)
14572 bool pos = !wi::neg_p (wi, sgn);
14573 if (!wi::fits_to_tree_p (wi, type))
14575 unsigned int itk;
14576 for (itk = itk_int; itk != itk_none; itk++)
14578 type = integer_types[itk];
14579 if (type != NULL_TREE
14580 && (pos || !TYPE_UNSIGNED (type))
14581 && wi::fits_to_tree_p (wi, type))
14582 break;
14584 if (type && cxx_dialect < cxx11
14585 && itk > itk_unsigned_long)
14586 pedwarn (input_location, OPT_Wlong_long,
14587 pos ? G_("\
14588 incremented enumerator value is too large for %<unsigned long%>") : G_("\
14589 incremented enumerator value is too large for %<long%>"));
14591 if (type == NULL_TREE)
14592 overflowed = true;
14593 else
14594 value = wide_int_to_tree (type, wi);
14597 if (overflowed)
14599 error ("overflow in enumeration values at %qD", name);
14600 value = error_mark_node;
14604 else
14605 value = integer_zero_node;
14608 /* Remove no-op casts from the value. */
14609 STRIP_TYPE_NOPS (value);
14611 /* If the underlying type of the enum is fixed, check whether
14612 the enumerator values fits in the underlying type. If it
14613 does not fit, the program is ill-formed [C++0x dcl.enum]. */
14614 if (ENUM_UNDERLYING_TYPE (enumtype)
14615 && value
14616 && TREE_CODE (value) == INTEGER_CST)
14618 if (!int_fits_type_p (value, ENUM_UNDERLYING_TYPE (enumtype)))
14619 error ("enumerator value %qE is outside the range of underlying "
14620 "type %qT", value, ENUM_UNDERLYING_TYPE (enumtype));
14622 /* Convert the value to the appropriate type. */
14623 value = fold_convert (ENUM_UNDERLYING_TYPE (enumtype), value);
14627 /* C++ associates enums with global, function, or class declarations. */
14628 context = current_scope ();
14630 /* Build the actual enumeration constant. Note that the enumeration
14631 constants have the underlying type of the enum (if it is fixed)
14632 or the type of their initializer (if the underlying type of the
14633 enum is not fixed):
14635 [ C++0x dcl.enum ]
14637 If the underlying type is fixed, the type of each enumerator
14638 prior to the closing brace is the underlying type; if the
14639 initializing value of an enumerator cannot be represented by
14640 the underlying type, the program is ill-formed. If the
14641 underlying type is not fixed, the type of each enumerator is
14642 the type of its initializing value.
14644 If the underlying type is not fixed, it will be computed by
14645 finish_enum and we will reset the type of this enumerator. Of
14646 course, if we're processing a template, there may be no value. */
14647 type = value ? TREE_TYPE (value) : NULL_TREE;
14649 decl = build_decl (loc, CONST_DECL, name, type);
14651 DECL_CONTEXT (decl) = enumtype;
14652 TREE_CONSTANT (decl) = 1;
14653 TREE_READONLY (decl) = 1;
14654 DECL_INITIAL (decl) = value;
14656 if (attributes)
14657 cplus_decl_attributes (&decl, attributes, 0);
14659 if (context && context == current_class_type && !SCOPED_ENUM_P (enumtype))
14661 /* In something like `struct S { enum E { i = 7 }; };' we put `i'
14662 on the TYPE_FIELDS list for `S'. (That's so that you can say
14663 things like `S::i' later.) */
14665 /* The enumerator may be getting declared outside of its enclosing
14666 class, like so:
14668 class S { public: enum E : int; }; enum S::E : int { i = 7; };
14670 For which case we need to make sure that the access of `S::i'
14671 matches the access of `S::E'. */
14672 tree saved_cas = current_access_specifier;
14673 if (TREE_PRIVATE (TYPE_NAME (enumtype)))
14674 current_access_specifier = access_private_node;
14675 else if (TREE_PROTECTED (TYPE_NAME (enumtype)))
14676 current_access_specifier = access_protected_node;
14677 else
14678 current_access_specifier = access_public_node;
14680 finish_member_declaration (decl);
14682 current_access_specifier = saved_cas;
14684 else
14685 pushdecl (decl);
14687 /* Add this enumeration constant to the list for this type. */
14688 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype));
14691 /* Look for an enumerator with the given NAME within the enumeration
14692 type ENUMTYPE. This routine is used primarily for qualified name
14693 lookup into an enumerator in C++0x, e.g.,
14695 enum class Color { Red, Green, Blue };
14697 Color color = Color::Red;
14699 Returns the value corresponding to the enumerator, or
14700 NULL_TREE if no such enumerator was found. */
14701 tree
14702 lookup_enumerator (tree enumtype, tree name)
14704 tree e;
14705 gcc_assert (enumtype && TREE_CODE (enumtype) == ENUMERAL_TYPE);
14707 e = purpose_member (name, TYPE_VALUES (enumtype));
14708 return e? TREE_VALUE (e) : NULL_TREE;
14712 /* We're defining DECL. Make sure that its type is OK. */
14714 static void
14715 check_function_type (tree decl, tree current_function_parms)
14717 tree fntype = TREE_TYPE (decl);
14718 tree return_type = complete_type (TREE_TYPE (fntype));
14720 /* In a function definition, arg types must be complete. */
14721 require_complete_types_for_parms (current_function_parms);
14723 if (dependent_type_p (return_type)
14724 || type_uses_auto (return_type))
14725 return;
14726 if (!COMPLETE_OR_VOID_TYPE_P (return_type))
14728 tree args = TYPE_ARG_TYPES (fntype);
14730 error ("return type %q#T is incomplete", return_type);
14732 /* Make it return void instead. */
14733 if (TREE_CODE (fntype) == METHOD_TYPE)
14734 fntype = build_method_type_directly (TREE_TYPE (TREE_VALUE (args)),
14735 void_type_node,
14736 TREE_CHAIN (args));
14737 else
14738 fntype = build_function_type (void_type_node, args);
14739 fntype
14740 = build_exception_variant (fntype,
14741 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (decl)));
14742 fntype = (cp_build_type_attribute_variant
14743 (fntype, TYPE_ATTRIBUTES (TREE_TYPE (decl))));
14744 TREE_TYPE (decl) = fntype;
14746 else
14748 abstract_virtuals_error (decl, TREE_TYPE (fntype));
14749 maybe_warn_parm_abi (TREE_TYPE (fntype),
14750 DECL_SOURCE_LOCATION (decl));
14754 /* True iff FN is an implicitly-defined default constructor. */
14756 static bool
14757 implicit_default_ctor_p (tree fn)
14759 return (DECL_CONSTRUCTOR_P (fn)
14760 && !user_provided_p (fn)
14761 && sufficient_parms_p (FUNCTION_FIRST_USER_PARMTYPE (fn)));
14764 /* Clobber the contents of *this to let the back end know that the object
14765 storage is dead when we enter the constructor or leave the destructor. */
14767 static tree
14768 build_clobber_this ()
14770 /* Clobbering an empty base is pointless, and harmful if its one byte
14771 TYPE_SIZE overlays real data. */
14772 if (is_empty_class (current_class_type))
14773 return void_node;
14775 /* If we have virtual bases, clobber the whole object, but only if we're in
14776 charge. If we don't have virtual bases, clobber the as-base type so we
14777 don't mess with tail padding. */
14778 bool vbases = CLASSTYPE_VBASECLASSES (current_class_type);
14780 tree ctype = current_class_type;
14781 if (!vbases)
14782 ctype = CLASSTYPE_AS_BASE (ctype);
14784 tree clobber = build_constructor (ctype, NULL);
14785 TREE_THIS_VOLATILE (clobber) = true;
14787 tree thisref = current_class_ref;
14788 if (ctype != current_class_type)
14790 thisref = build_nop (build_reference_type (ctype), current_class_ptr);
14791 thisref = convert_from_reference (thisref);
14794 tree exprstmt = build2 (MODIFY_EXPR, void_type_node, thisref, clobber);
14795 if (vbases)
14796 exprstmt = build_if_in_charge (exprstmt);
14798 return exprstmt;
14801 /* Create the FUNCTION_DECL for a function definition.
14802 DECLSPECS and DECLARATOR are the parts of the declaration;
14803 they describe the function's name and the type it returns,
14804 but twisted together in a fashion that parallels the syntax of C.
14806 FLAGS is a bitwise or of SF_PRE_PARSED (indicating that the
14807 DECLARATOR is really the DECL for the function we are about to
14808 process and that DECLSPECS should be ignored), SF_INCLASS_INLINE
14809 indicating that the function is an inline defined in-class.
14811 This function creates a binding context for the function body
14812 as well as setting up the FUNCTION_DECL in current_function_decl.
14814 For C++, we must first check whether that datum makes any sense.
14815 For example, "class A local_a(1,2);" means that variable local_a
14816 is an aggregate of type A, which should have a constructor
14817 applied to it with the argument list [1, 2].
14819 On entry, DECL_INITIAL (decl1) should be NULL_TREE or error_mark_node,
14820 or may be a BLOCK if the function has been defined previously
14821 in this translation unit. On exit, DECL_INITIAL (decl1) will be
14822 error_mark_node if the function has never been defined, or
14823 a BLOCK if the function has been defined somewhere. */
14825 bool
14826 start_preparsed_function (tree decl1, tree attrs, int flags)
14828 tree ctype = NULL_TREE;
14829 tree fntype;
14830 tree restype;
14831 int doing_friend = 0;
14832 cp_binding_level *bl;
14833 tree current_function_parms;
14834 struct c_fileinfo *finfo
14835 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1)));
14836 bool honor_interface;
14838 /* Sanity check. */
14839 gcc_assert (VOID_TYPE_P (TREE_VALUE (void_list_node)));
14840 gcc_assert (TREE_CHAIN (void_list_node) == NULL_TREE);
14842 fntype = TREE_TYPE (decl1);
14843 if (TREE_CODE (fntype) == METHOD_TYPE)
14844 ctype = TYPE_METHOD_BASETYPE (fntype);
14846 /* ISO C++ 11.4/5. A friend function defined in a class is in
14847 the (lexical) scope of the class in which it is defined. */
14848 if (!ctype && DECL_FRIEND_P (decl1))
14850 ctype = DECL_FRIEND_CONTEXT (decl1);
14852 /* CTYPE could be null here if we're dealing with a template;
14853 for example, `inline friend float foo()' inside a template
14854 will have no CTYPE set. */
14855 if (ctype && TREE_CODE (ctype) != RECORD_TYPE)
14856 ctype = NULL_TREE;
14857 else
14858 doing_friend = 1;
14861 if (DECL_DECLARED_INLINE_P (decl1)
14862 && lookup_attribute ("noinline", attrs))
14863 warning_at (DECL_SOURCE_LOCATION (decl1), 0,
14864 "inline function %qD given attribute noinline", decl1);
14866 /* Handle gnu_inline attribute. */
14867 if (GNU_INLINE_P (decl1))
14869 DECL_EXTERNAL (decl1) = 1;
14870 DECL_NOT_REALLY_EXTERN (decl1) = 0;
14871 DECL_INTERFACE_KNOWN (decl1) = 1;
14872 DECL_DISREGARD_INLINE_LIMITS (decl1) = 1;
14875 if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (decl1))
14876 /* This is a constructor, we must ensure that any default args
14877 introduced by this definition are propagated to the clones
14878 now. The clones are used directly in overload resolution. */
14879 adjust_clone_args (decl1);
14881 /* Sometimes we don't notice that a function is a static member, and
14882 build a METHOD_TYPE for it. Fix that up now. */
14883 gcc_assert (!(ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1)
14884 && TREE_CODE (TREE_TYPE (decl1)) == METHOD_TYPE));
14886 /* Set up current_class_type, and enter the scope of the class, if
14887 appropriate. */
14888 if (ctype)
14889 push_nested_class (ctype);
14890 else if (DECL_STATIC_FUNCTION_P (decl1))
14891 push_nested_class (DECL_CONTEXT (decl1));
14893 /* Now that we have entered the scope of the class, we must restore
14894 the bindings for any template parameters surrounding DECL1, if it
14895 is an inline member template. (Order is important; consider the
14896 case where a template parameter has the same name as a field of
14897 the class.) It is not until after this point that
14898 PROCESSING_TEMPLATE_DECL is guaranteed to be set up correctly. */
14899 if (flags & SF_INCLASS_INLINE)
14900 maybe_begin_member_template_processing (decl1);
14902 /* Effective C++ rule 15. */
14903 if (warn_ecpp
14904 && DECL_ASSIGNMENT_OPERATOR_P (decl1)
14905 && DECL_OVERLOADED_OPERATOR_IS (decl1, NOP_EXPR)
14906 && VOID_TYPE_P (TREE_TYPE (fntype)))
14907 warning (OPT_Weffc__,
14908 "%<operator=%> should return a reference to %<*this%>");
14910 /* Make the init_value nonzero so pushdecl knows this is not tentative.
14911 error_mark_node is replaced below (in poplevel) with the BLOCK. */
14912 if (!DECL_INITIAL (decl1))
14913 DECL_INITIAL (decl1) = error_mark_node;
14915 /* This function exists in static storage.
14916 (This does not mean `static' in the C sense!) */
14917 TREE_STATIC (decl1) = 1;
14919 /* We must call push_template_decl after current_class_type is set
14920 up. (If we are processing inline definitions after exiting a
14921 class scope, current_class_type will be NULL_TREE until set above
14922 by push_nested_class.) */
14923 if (processing_template_decl)
14925 tree newdecl1 = push_template_decl (decl1);
14926 if (newdecl1 == error_mark_node)
14928 if (ctype || DECL_STATIC_FUNCTION_P (decl1))
14929 pop_nested_class ();
14930 return false;
14932 decl1 = newdecl1;
14935 /* Make sure the parameter and return types are reasonable. When
14936 you declare a function, these types can be incomplete, but they
14937 must be complete when you define the function. */
14938 check_function_type (decl1, DECL_ARGUMENTS (decl1));
14940 /* Build the return declaration for the function. */
14941 restype = TREE_TYPE (fntype);
14943 if (DECL_RESULT (decl1) == NULL_TREE)
14945 tree resdecl;
14947 resdecl = build_decl (input_location, RESULT_DECL, 0, restype);
14948 DECL_ARTIFICIAL (resdecl) = 1;
14949 DECL_IGNORED_P (resdecl) = 1;
14950 DECL_RESULT (decl1) = resdecl;
14952 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
14955 /* Record the decl so that the function name is defined.
14956 If we already have a decl for this name, and it is a FUNCTION_DECL,
14957 use the old decl. */
14958 if (!processing_template_decl && !(flags & SF_PRE_PARSED))
14960 /* A specialization is not used to guide overload resolution. */
14961 if (!DECL_FUNCTION_MEMBER_P (decl1)
14962 && !(DECL_USE_TEMPLATE (decl1) &&
14963 PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl1))))
14965 tree olddecl = pushdecl (decl1);
14967 if (olddecl == error_mark_node)
14968 /* If something went wrong when registering the declaration,
14969 use DECL1; we have to have a FUNCTION_DECL to use when
14970 parsing the body of the function. */
14972 else
14974 /* Otherwise, OLDDECL is either a previous declaration
14975 of the same function or DECL1 itself. */
14977 if (warn_missing_declarations
14978 && olddecl == decl1
14979 && !DECL_MAIN_P (decl1)
14980 && TREE_PUBLIC (decl1)
14981 && !DECL_DECLARED_INLINE_P (decl1))
14983 tree context;
14985 /* Check whether DECL1 is in an anonymous
14986 namespace. */
14987 for (context = DECL_CONTEXT (decl1);
14988 context;
14989 context = DECL_CONTEXT (context))
14991 if (TREE_CODE (context) == NAMESPACE_DECL
14992 && DECL_NAME (context) == NULL_TREE)
14993 break;
14996 if (context == NULL)
14997 warning_at (DECL_SOURCE_LOCATION (decl1),
14998 OPT_Wmissing_declarations,
14999 "no previous declaration for %qD", decl1);
15002 decl1 = olddecl;
15005 else
15007 /* We need to set the DECL_CONTEXT. */
15008 if (!DECL_CONTEXT (decl1) && DECL_TEMPLATE_INFO (decl1))
15009 DECL_CONTEXT (decl1) = DECL_CONTEXT (DECL_TI_TEMPLATE (decl1));
15011 fntype = TREE_TYPE (decl1);
15012 restype = TREE_TYPE (fntype);
15014 /* If #pragma weak applies, mark the decl appropriately now.
15015 The pragma only applies to global functions. Because
15016 determining whether or not the #pragma applies involves
15017 computing the mangled name for the declaration, we cannot
15018 apply the pragma until after we have merged this declaration
15019 with any previous declarations; if the original declaration
15020 has a linkage specification, that specification applies to
15021 the definition as well, and may affect the mangled name. */
15022 if (DECL_FILE_SCOPE_P (decl1))
15023 maybe_apply_pragma_weak (decl1);
15026 /* We are now in the scope of the function being defined. */
15027 current_function_decl = decl1;
15029 /* Save the parm names or decls from this function's declarator
15030 where store_parm_decls will find them. */
15031 current_function_parms = DECL_ARGUMENTS (decl1);
15033 /* Let the user know we're compiling this function. */
15034 announce_function (decl1);
15036 gcc_assert (DECL_INITIAL (decl1));
15038 /* This function may already have been parsed, in which case just
15039 return; our caller will skip over the body without parsing. */
15040 if (DECL_INITIAL (decl1) != error_mark_node)
15041 return true;
15043 /* Initialize RTL machinery. We cannot do this until
15044 CURRENT_FUNCTION_DECL and DECL_RESULT are set up. We do this
15045 even when processing a template; this is how we get
15046 CFUN set up, and our per-function variables initialized.
15047 FIXME factor out the non-RTL stuff. */
15048 bl = current_binding_level;
15049 allocate_struct_function (decl1, processing_template_decl);
15051 /* Initialize the language data structures. Whenever we start
15052 a new function, we destroy temporaries in the usual way. */
15053 cfun->language = ggc_cleared_alloc<language_function> ();
15054 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
15055 current_binding_level = bl;
15057 if (!processing_template_decl && type_uses_auto (restype))
15059 FNDECL_USED_AUTO (decl1) = true;
15060 current_function_auto_return_pattern = restype;
15063 /* Start the statement-tree, start the tree now. */
15064 DECL_SAVED_TREE (decl1) = push_stmt_list ();
15066 /* If we are (erroneously) defining a function that we have already
15067 defined before, wipe out what we knew before. */
15068 if (!DECL_PENDING_INLINE_P (decl1))
15069 DECL_SAVED_FUNCTION_DATA (decl1) = NULL;
15071 if (ctype && !doing_friend && !DECL_STATIC_FUNCTION_P (decl1))
15073 /* We know that this was set up by `grokclassfn'. We do not
15074 wait until `store_parm_decls', since evil parse errors may
15075 never get us to that point. Here we keep the consistency
15076 between `current_class_type' and `current_class_ptr'. */
15077 tree t = DECL_ARGUMENTS (decl1);
15079 gcc_assert (t != NULL_TREE && TREE_CODE (t) == PARM_DECL);
15080 gcc_assert (TYPE_PTR_P (TREE_TYPE (t)));
15082 cp_function_chain->x_current_class_ref
15083 = cp_build_fold_indirect_ref (t);
15084 /* Set this second to avoid shortcut in cp_build_indirect_ref. */
15085 cp_function_chain->x_current_class_ptr = t;
15087 /* Constructors and destructors need to know whether they're "in
15088 charge" of initializing virtual base classes. */
15089 t = DECL_CHAIN (t);
15090 if (DECL_HAS_IN_CHARGE_PARM_P (decl1))
15092 current_in_charge_parm = t;
15093 t = DECL_CHAIN (t);
15095 if (DECL_HAS_VTT_PARM_P (decl1))
15097 gcc_assert (DECL_NAME (t) == vtt_parm_identifier);
15098 current_vtt_parm = t;
15102 honor_interface = (!DECL_TEMPLATE_INSTANTIATION (decl1)
15103 /* Implicitly-defined methods (like the
15104 destructor for a class in which no destructor
15105 is explicitly declared) must not be defined
15106 until their definition is needed. So, we
15107 ignore interface specifications for
15108 compiler-generated functions. */
15109 && !DECL_ARTIFICIAL (decl1));
15111 if (processing_template_decl)
15112 /* Don't mess with interface flags. */;
15113 else if (DECL_INTERFACE_KNOWN (decl1))
15115 tree ctx = decl_function_context (decl1);
15117 if (DECL_NOT_REALLY_EXTERN (decl1))
15118 DECL_EXTERNAL (decl1) = 0;
15120 if (ctx != NULL_TREE && vague_linkage_p (ctx))
15121 /* This is a function in a local class in an extern inline
15122 or template function. */
15123 comdat_linkage (decl1);
15125 /* If this function belongs to an interface, it is public.
15126 If it belongs to someone else's interface, it is also external.
15127 This only affects inlines and template instantiations. */
15128 else if (!finfo->interface_unknown && honor_interface)
15130 if (DECL_DECLARED_INLINE_P (decl1)
15131 || DECL_TEMPLATE_INSTANTIATION (decl1))
15133 DECL_EXTERNAL (decl1)
15134 = (finfo->interface_only
15135 || (DECL_DECLARED_INLINE_P (decl1)
15136 && ! flag_implement_inlines
15137 && !DECL_VINDEX (decl1)));
15139 /* For WIN32 we also want to put these in linkonce sections. */
15140 maybe_make_one_only (decl1);
15142 else
15143 DECL_EXTERNAL (decl1) = 0;
15144 DECL_INTERFACE_KNOWN (decl1) = 1;
15145 /* If this function is in an interface implemented in this file,
15146 make sure that the back end knows to emit this function
15147 here. */
15148 if (!DECL_EXTERNAL (decl1))
15149 mark_needed (decl1);
15151 else if (finfo->interface_unknown && finfo->interface_only
15152 && honor_interface)
15154 /* If MULTIPLE_SYMBOL_SPACES is defined and we saw a #pragma
15155 interface, we will have both finfo->interface_unknown and
15156 finfo->interface_only set. In that case, we don't want to
15157 use the normal heuristics because someone will supply a
15158 #pragma implementation elsewhere, and deducing it here would
15159 produce a conflict. */
15160 comdat_linkage (decl1);
15161 DECL_EXTERNAL (decl1) = 0;
15162 DECL_INTERFACE_KNOWN (decl1) = 1;
15163 DECL_DEFER_OUTPUT (decl1) = 1;
15165 else
15167 /* This is a definition, not a reference.
15168 So clear DECL_EXTERNAL, unless this is a GNU extern inline. */
15169 if (!GNU_INLINE_P (decl1))
15170 DECL_EXTERNAL (decl1) = 0;
15172 if ((DECL_DECLARED_INLINE_P (decl1)
15173 || DECL_TEMPLATE_INSTANTIATION (decl1))
15174 && ! DECL_INTERFACE_KNOWN (decl1))
15175 DECL_DEFER_OUTPUT (decl1) = 1;
15176 else
15177 DECL_INTERFACE_KNOWN (decl1) = 1;
15180 /* Determine the ELF visibility attribute for the function. We must not
15181 do this before calling "pushdecl", as we must allow "duplicate_decls"
15182 to merge any attributes appropriately. We also need to wait until
15183 linkage is set. */
15184 if (!DECL_CLONED_FUNCTION_P (decl1))
15185 determine_visibility (decl1);
15187 if (!processing_template_decl)
15188 maybe_instantiate_noexcept (decl1);
15190 begin_scope (sk_function_parms, decl1);
15192 ++function_depth;
15194 if (DECL_DESTRUCTOR_P (decl1)
15195 || (DECL_CONSTRUCTOR_P (decl1)
15196 && targetm.cxx.cdtor_returns_this ()))
15198 cdtor_label = create_artificial_label (input_location);
15199 LABEL_DECL_CDTOR (cdtor_label) = true;
15202 start_fname_decls ();
15204 store_parm_decls (current_function_parms);
15206 if (!processing_template_decl
15207 && (flag_lifetime_dse > 1)
15208 && DECL_CONSTRUCTOR_P (decl1)
15209 && !DECL_CLONED_FUNCTION_P (decl1)
15210 /* Clobbering an empty base is harmful if it overlays real data. */
15211 && !is_empty_class (current_class_type)
15212 /* We can't clobber safely for an implicitly-defined default constructor
15213 because part of the initialization might happen before we enter the
15214 constructor, via AGGR_INIT_ZERO_FIRST (c++/68006). */
15215 && !implicit_default_ctor_p (decl1))
15216 finish_expr_stmt (build_clobber_this ());
15218 if (!processing_template_decl
15219 && DECL_CONSTRUCTOR_P (decl1)
15220 && sanitize_flags_p (SANITIZE_VPTR)
15221 && !DECL_CLONED_FUNCTION_P (decl1)
15222 && !implicit_default_ctor_p (decl1))
15223 cp_ubsan_maybe_initialize_vtbl_ptrs (current_class_ptr);
15225 start_lambda_scope (decl1);
15227 return true;
15231 /* Like start_preparsed_function, except that instead of a
15232 FUNCTION_DECL, this function takes DECLSPECS and DECLARATOR.
15234 Returns true on success. If the DECLARATOR is not suitable
15235 for a function, we return false, which tells the parser to
15236 skip the entire function. */
15238 bool
15239 start_function (cp_decl_specifier_seq *declspecs,
15240 const cp_declarator *declarator,
15241 tree attrs)
15243 tree decl1;
15245 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, 1, &attrs);
15246 invoke_plugin_callbacks (PLUGIN_START_PARSE_FUNCTION, decl1);
15247 if (decl1 == error_mark_node)
15248 return false;
15249 /* If the declarator is not suitable for a function definition,
15250 cause a syntax error. */
15251 if (decl1 == NULL_TREE || TREE_CODE (decl1) != FUNCTION_DECL)
15253 error ("invalid function declaration");
15254 return false;
15257 if (DECL_MAIN_P (decl1))
15258 /* main must return int. grokfndecl should have corrected it
15259 (and issued a diagnostic) if the user got it wrong. */
15260 gcc_assert (same_type_p (TREE_TYPE (TREE_TYPE (decl1)),
15261 integer_type_node));
15263 return start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT);
15266 /* Returns true iff an EH_SPEC_BLOCK should be created in the body of
15267 FN. */
15269 static bool
15270 use_eh_spec_block (tree fn)
15272 return (flag_exceptions && flag_enforce_eh_specs
15273 && !processing_template_decl
15274 && !type_throw_all_p (TREE_TYPE (fn))
15275 /* We insert the EH_SPEC_BLOCK only in the original
15276 function; then, it is copied automatically to the
15277 clones. */
15278 && !DECL_CLONED_FUNCTION_P (fn)
15279 /* Implicitly-generated constructors and destructors have
15280 exception specifications. However, those specifications
15281 are the union of the possible exceptions specified by the
15282 constructors/destructors for bases and members, so no
15283 unallowed exception will ever reach this function. By
15284 not creating the EH_SPEC_BLOCK we save a little memory,
15285 and we avoid spurious warnings about unreachable
15286 code. */
15287 && !DECL_DEFAULTED_FN (fn));
15290 /* Store the parameter declarations into the current function declaration.
15291 This is called after parsing the parameter declarations, before
15292 digesting the body of the function.
15294 Also install to binding contour return value identifier, if any. */
15296 static void
15297 store_parm_decls (tree current_function_parms)
15299 tree fndecl = current_function_decl;
15300 tree parm;
15302 /* This is a chain of any other decls that came in among the parm
15303 declarations. If a parm is declared with enum {foo, bar} x;
15304 then CONST_DECLs for foo and bar are put here. */
15305 tree nonparms = NULL_TREE;
15307 if (current_function_parms)
15309 /* This case is when the function was defined with an ANSI prototype.
15310 The parms already have decls, so we need not do anything here
15311 except record them as in effect
15312 and complain if any redundant old-style parm decls were written. */
15314 tree specparms = current_function_parms;
15315 tree next;
15317 /* Must clear this because it might contain TYPE_DECLs declared
15318 at class level. */
15319 current_binding_level->names = NULL;
15321 /* If we're doing semantic analysis, then we'll call pushdecl
15322 for each of these. We must do them in reverse order so that
15323 they end in the correct forward order. */
15324 specparms = nreverse (specparms);
15326 for (parm = specparms; parm; parm = next)
15328 next = DECL_CHAIN (parm);
15329 if (TREE_CODE (parm) == PARM_DECL)
15330 pushdecl (parm);
15331 else
15333 /* If we find an enum constant or a type tag,
15334 put it aside for the moment. */
15335 TREE_CHAIN (parm) = NULL_TREE;
15336 nonparms = chainon (nonparms, parm);
15340 /* Get the decls in their original chain order and record in the
15341 function. This is all and only the PARM_DECLs that were
15342 pushed into scope by the loop above. */
15343 DECL_ARGUMENTS (fndecl) = get_local_decls ();
15345 else
15346 DECL_ARGUMENTS (fndecl) = NULL_TREE;
15348 /* Now store the final chain of decls for the arguments
15349 as the decl-chain of the current lexical scope.
15350 Put the enumerators in as well, at the front so that
15351 DECL_ARGUMENTS is not modified. */
15352 current_binding_level->names = chainon (nonparms, DECL_ARGUMENTS (fndecl));
15354 if (use_eh_spec_block (current_function_decl))
15355 current_eh_spec_block = begin_eh_spec_block ();
15359 /* We have finished doing semantic analysis on DECL, but have not yet
15360 generated RTL for its body. Save away our current state, so that
15361 when we want to generate RTL later we know what to do. */
15363 static void
15364 save_function_data (tree decl)
15366 struct language_function *f;
15368 /* Save the language-specific per-function data so that we can
15369 get it back when we really expand this function. */
15370 gcc_assert (!DECL_PENDING_INLINE_P (decl));
15372 /* Make a copy. */
15373 f = ggc_alloc<language_function> ();
15374 memcpy (f, cp_function_chain, sizeof (struct language_function));
15375 DECL_SAVED_FUNCTION_DATA (decl) = f;
15377 /* Clear out the bits we don't need. */
15378 f->base.x_stmt_tree.x_cur_stmt_list = NULL;
15379 f->bindings = NULL;
15380 f->x_local_names = NULL;
15381 f->base.local_typedefs = NULL;
15385 /* Set the return value of the constructor (if present). */
15387 static void
15388 finish_constructor_body (void)
15390 tree val;
15391 tree exprstmt;
15393 if (targetm.cxx.cdtor_returns_this ())
15395 /* Any return from a constructor will end up here. */
15396 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
15398 val = DECL_ARGUMENTS (current_function_decl);
15399 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
15400 DECL_RESULT (current_function_decl), val);
15401 /* Return the address of the object. */
15402 exprstmt = build_stmt (input_location, RETURN_EXPR, val);
15403 add_stmt (exprstmt);
15407 /* Do all the processing for the beginning of a destructor; set up the
15408 vtable pointers and cleanups for bases and members. */
15410 static void
15411 begin_destructor_body (void)
15413 tree compound_stmt;
15415 /* If the CURRENT_CLASS_TYPE is incomplete, we will have already
15416 issued an error message. We still want to try to process the
15417 body of the function, but initialize_vtbl_ptrs will crash if
15418 TYPE_BINFO is NULL. */
15419 if (COMPLETE_TYPE_P (current_class_type))
15421 compound_stmt = begin_compound_stmt (0);
15422 /* Make all virtual function table pointers in non-virtual base
15423 classes point to CURRENT_CLASS_TYPE's virtual function
15424 tables. */
15425 initialize_vtbl_ptrs (current_class_ptr);
15426 finish_compound_stmt (compound_stmt);
15428 if (flag_lifetime_dse
15429 /* Clobbering an empty base is harmful if it overlays real data. */
15430 && !is_empty_class (current_class_type))
15432 if (sanitize_flags_p (SANITIZE_VPTR)
15433 && (flag_sanitize_recover & SANITIZE_VPTR) == 0
15434 && TYPE_CONTAINS_VPTR_P (current_class_type))
15436 tree binfo = TYPE_BINFO (current_class_type);
15437 tree ref
15438 = cp_build_fold_indirect_ref (current_class_ptr);
15440 tree vtbl_ptr = build_vfield_ref (ref, TREE_TYPE (binfo));
15441 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr));
15442 tree stmt = cp_build_modify_expr (input_location, vtbl_ptr,
15443 NOP_EXPR, vtbl,
15444 tf_warning_or_error);
15445 finish_decl_cleanup (NULL_TREE, stmt);
15447 else
15448 finish_decl_cleanup (NULL_TREE, build_clobber_this ());
15451 /* And insert cleanups for our bases and members so that they
15452 will be properly destroyed if we throw. */
15453 push_base_cleanups ();
15457 /* At the end of every destructor we generate code to delete the object if
15458 necessary. Do that now. */
15460 static void
15461 finish_destructor_body (void)
15463 tree exprstmt;
15465 /* Any return from a destructor will end up here; that way all base
15466 and member cleanups will be run when the function returns. */
15467 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
15469 if (targetm.cxx.cdtor_returns_this ())
15471 tree val;
15473 val = DECL_ARGUMENTS (current_function_decl);
15474 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
15475 DECL_RESULT (current_function_decl), val);
15476 /* Return the address of the object. */
15477 exprstmt = build_stmt (input_location, RETURN_EXPR, val);
15478 add_stmt (exprstmt);
15482 /* Do the necessary processing for the beginning of a function body, which
15483 in this case includes member-initializers, but not the catch clauses of
15484 a function-try-block. Currently, this means opening a binding level
15485 for the member-initializers (in a ctor), member cleanups (in a dtor),
15486 and capture proxies (in a lambda operator()). */
15488 tree
15489 begin_function_body (void)
15491 tree stmt;
15493 if (! FUNCTION_NEEDS_BODY_BLOCK (current_function_decl))
15494 return NULL_TREE;
15496 if (processing_template_decl)
15497 /* Do nothing now. */;
15498 else
15499 /* Always keep the BLOCK node associated with the outermost pair of
15500 curly braces of a function. These are needed for correct
15501 operation of dwarfout.c. */
15502 keep_next_level (true);
15504 stmt = begin_compound_stmt (BCS_FN_BODY);
15506 if (processing_template_decl)
15507 /* Do nothing now. */;
15508 else if (DECL_DESTRUCTOR_P (current_function_decl))
15509 begin_destructor_body ();
15511 return stmt;
15514 /* Do the processing for the end of a function body. Currently, this means
15515 closing out the cleanups for fully-constructed bases and members, and in
15516 the case of the destructor, deleting the object if desired. Again, this
15517 is only meaningful for [cd]tors, since they are the only functions where
15518 there is a significant distinction between the main body and any
15519 function catch clauses. Handling, say, main() return semantics here
15520 would be wrong, as flowing off the end of a function catch clause for
15521 main() would also need to return 0. */
15523 void
15524 finish_function_body (tree compstmt)
15526 if (compstmt == NULL_TREE)
15527 return;
15529 /* Close the block. */
15530 finish_compound_stmt (compstmt);
15532 if (processing_template_decl)
15533 /* Do nothing now. */;
15534 else if (DECL_CONSTRUCTOR_P (current_function_decl))
15535 finish_constructor_body ();
15536 else if (DECL_DESTRUCTOR_P (current_function_decl))
15537 finish_destructor_body ();
15540 /* Given a function, returns the BLOCK corresponding to the outermost level
15541 of curly braces, skipping the artificial block created for constructor
15542 initializers. */
15544 tree
15545 outer_curly_brace_block (tree fndecl)
15547 tree block = DECL_INITIAL (fndecl);
15548 if (BLOCK_OUTER_CURLY_BRACE_P (block))
15549 return block;
15550 block = BLOCK_SUBBLOCKS (block);
15551 if (BLOCK_OUTER_CURLY_BRACE_P (block))
15552 return block;
15553 block = BLOCK_SUBBLOCKS (block);
15554 gcc_assert (BLOCK_OUTER_CURLY_BRACE_P (block));
15555 return block;
15558 /* If FNDECL is a class's key method, add the class to the list of
15559 keyed classes that should be emitted. */
15561 static void
15562 record_key_method_defined (tree fndecl)
15564 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (fndecl)
15565 && DECL_VIRTUAL_P (fndecl)
15566 && !processing_template_decl)
15568 tree fnclass = DECL_CONTEXT (fndecl);
15569 if (fndecl == CLASSTYPE_KEY_METHOD (fnclass))
15570 vec_safe_push (keyed_classes, fnclass);
15574 /* Subroutine of finish_function.
15575 Save the body of constexpr functions for possible
15576 future compile time evaluation. */
15578 static void
15579 maybe_save_function_definition (tree fun)
15581 if (!processing_template_decl
15582 && DECL_DECLARED_CONSTEXPR_P (fun)
15583 && !cp_function_chain->invalid_constexpr
15584 && !DECL_CLONED_FUNCTION_P (fun))
15585 register_constexpr_fundef (fun, DECL_SAVED_TREE (fun));
15588 /* Finish up a function declaration and compile that function
15589 all the way to assembler language output. The free the storage
15590 for the function definition. INLINE_P is TRUE if we just
15591 finished processing the body of an in-class inline function
15592 definition. (This processing will have taken place after the
15593 class definition is complete.) */
15595 tree
15596 finish_function (bool inline_p)
15598 tree fndecl = current_function_decl;
15599 tree fntype, ctype = NULL_TREE;
15601 /* When we get some parse errors, we can end up without a
15602 current_function_decl, so cope. */
15603 if (fndecl == NULL_TREE)
15604 return error_mark_node;
15606 finish_lambda_scope ();
15608 if (c_dialect_objc ())
15609 objc_finish_function ();
15611 record_key_method_defined (fndecl);
15613 fntype = TREE_TYPE (fndecl);
15615 /* TREE_READONLY (fndecl) = 1;
15616 This caused &foo to be of type ptr-to-const-function
15617 which then got a warning when stored in a ptr-to-function variable. */
15619 gcc_assert (building_stmt_list_p ());
15620 /* The current function is being defined, so its DECL_INITIAL should
15621 be set, and unless there's a multiple definition, it should be
15622 error_mark_node. */
15623 gcc_assert (DECL_INITIAL (fndecl) == error_mark_node);
15625 /* For a cloned function, we've already got all the code we need;
15626 there's no need to add any extra bits. */
15627 if (!DECL_CLONED_FUNCTION_P (fndecl))
15629 /* Make it so that `main' always returns 0 by default. */
15630 if (DECL_MAIN_P (current_function_decl))
15631 finish_return_stmt (integer_zero_node);
15633 if (use_eh_spec_block (current_function_decl))
15634 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS
15635 (TREE_TYPE (current_function_decl)),
15636 current_eh_spec_block);
15639 /* If we're saving up tree structure, tie off the function now. */
15640 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl));
15642 finish_fname_decls ();
15644 /* If this function can't throw any exceptions, remember that. */
15645 if (!processing_template_decl
15646 && !cp_function_chain->can_throw
15647 && !flag_non_call_exceptions
15648 && !decl_replaceable_p (fndecl))
15649 TREE_NOTHROW (fndecl) = 1;
15651 /* This must come after expand_function_end because cleanups might
15652 have declarations (from inline functions) that need to go into
15653 this function's blocks. */
15655 /* If the current binding level isn't the outermost binding level
15656 for this function, either there is a bug, or we have experienced
15657 syntax errors and the statement tree is malformed. */
15658 if (current_binding_level->kind != sk_function_parms)
15660 /* Make sure we have already experienced errors. */
15661 gcc_assert (errorcount);
15663 /* Throw away the broken statement tree and extra binding
15664 levels. */
15665 DECL_SAVED_TREE (fndecl) = alloc_stmt_list ();
15667 while (current_binding_level->kind != sk_function_parms)
15669 if (current_binding_level->kind == sk_class)
15670 pop_nested_class ();
15671 else
15672 poplevel (0, 0, 0);
15675 poplevel (1, 0, 1);
15677 /* Statements should always be full-expressions at the outermost set
15678 of curly braces for a function. */
15679 gcc_assert (stmts_are_full_exprs_p ());
15681 /* If there are no return statements in a function with auto return type,
15682 the return type is void. But if the declared type is something like
15683 auto*, this is an error. */
15684 if (!processing_template_decl && FNDECL_USED_AUTO (fndecl)
15685 && TREE_TYPE (fntype) == current_function_auto_return_pattern)
15687 if (is_auto (current_function_auto_return_pattern))
15689 apply_deduced_return_type (fndecl, void_type_node);
15690 fntype = TREE_TYPE (fndecl);
15692 else if (!current_function_returns_value
15693 && !current_function_returns_null)
15695 error ("no return statements in function returning %qT",
15696 current_function_auto_return_pattern);
15697 inform (input_location, "only plain %<auto%> return type can be "
15698 "deduced to %<void%>");
15702 // If this is a concept, check that the definition is reasonable.
15703 if (DECL_DECLARED_CONCEPT_P (fndecl))
15704 check_function_concept (fndecl);
15706 /* Lambda closure members are implicitly constexpr if possible. */
15707 if (cxx_dialect >= cxx17
15708 && LAMBDA_TYPE_P (CP_DECL_CONTEXT (fndecl)))
15709 DECL_DECLARED_CONSTEXPR_P (fndecl)
15710 = ((processing_template_decl
15711 || is_valid_constexpr_fn (fndecl, /*complain*/false))
15712 && potential_constant_expression (DECL_SAVED_TREE (fndecl)));
15714 /* Save constexpr function body before it gets munged by
15715 the NRV transformation. */
15716 maybe_save_function_definition (fndecl);
15718 /* Invoke the pre-genericize plugin before we start munging things. */
15719 if (!processing_template_decl)
15720 invoke_plugin_callbacks (PLUGIN_PRE_GENERICIZE, fndecl);
15722 /* Perform delayed folding before NRV transformation. */
15723 if (!processing_template_decl)
15724 cp_fold_function (fndecl);
15726 /* Set up the named return value optimization, if we can. Candidate
15727 variables are selected in check_return_expr. */
15728 if (current_function_return_value)
15730 tree r = current_function_return_value;
15731 tree outer;
15733 if (r != error_mark_node
15734 /* This is only worth doing for fns that return in memory--and
15735 simpler, since we don't have to worry about promoted modes. */
15736 && aggregate_value_p (TREE_TYPE (TREE_TYPE (fndecl)), fndecl)
15737 /* Only allow this for variables declared in the outer scope of
15738 the function so we know that their lifetime always ends with a
15739 return; see g++.dg/opt/nrv6.C. We could be more flexible if
15740 we were to do this optimization in tree-ssa. */
15741 && (outer = outer_curly_brace_block (fndecl))
15742 && chain_member (r, BLOCK_VARS (outer)))
15743 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl));
15745 current_function_return_value = NULL_TREE;
15748 /* Remember that we were in class scope. */
15749 if (current_class_name)
15750 ctype = current_class_type;
15752 /* Must mark the RESULT_DECL as being in this function. */
15753 DECL_CONTEXT (DECL_RESULT (fndecl)) = fndecl;
15755 /* Set the BLOCK_SUPERCONTEXT of the outermost function scope to point
15756 to the FUNCTION_DECL node itself. */
15757 BLOCK_SUPERCONTEXT (DECL_INITIAL (fndecl)) = fndecl;
15759 /* Save away current state, if appropriate. */
15760 if (!processing_template_decl)
15761 save_function_data (fndecl);
15763 /* Complain if there's just no return statement. */
15764 if (warn_return_type
15765 && !VOID_TYPE_P (TREE_TYPE (fntype))
15766 && !dependent_type_p (TREE_TYPE (fntype))
15767 && !current_function_returns_value && !current_function_returns_null
15768 /* Don't complain if we abort or throw. */
15769 && !current_function_returns_abnormally
15770 /* Don't complain if there's an infinite loop. */
15771 && !current_function_infinite_loop
15772 /* Don't complain if we are declared noreturn. */
15773 && !TREE_THIS_VOLATILE (fndecl)
15774 && !DECL_NAME (DECL_RESULT (fndecl))
15775 && !TREE_NO_WARNING (fndecl)
15776 /* Structor return values (if any) are set by the compiler. */
15777 && !DECL_CONSTRUCTOR_P (fndecl)
15778 && !DECL_DESTRUCTOR_P (fndecl)
15779 && targetm.warn_func_return (fndecl))
15781 warning (OPT_Wreturn_type,
15782 "no return statement in function returning non-void");
15783 TREE_NO_WARNING (fndecl) = 1;
15786 /* Store the end of the function, so that we get good line number
15787 info for the epilogue. */
15788 cfun->function_end_locus = input_location;
15790 /* Complain about parameters that are only set, but never otherwise used. */
15791 if (warn_unused_but_set_parameter
15792 && !processing_template_decl
15793 && errorcount == unused_but_set_errorcount
15794 && !DECL_CLONED_FUNCTION_P (fndecl))
15796 tree decl;
15798 for (decl = DECL_ARGUMENTS (fndecl);
15799 decl;
15800 decl = DECL_CHAIN (decl))
15801 if (TREE_USED (decl)
15802 && TREE_CODE (decl) == PARM_DECL
15803 && !DECL_READ_P (decl)
15804 && DECL_NAME (decl)
15805 && !DECL_ARTIFICIAL (decl)
15806 && !TREE_NO_WARNING (decl)
15807 && !DECL_IN_SYSTEM_HEADER (decl)
15808 && TREE_TYPE (decl) != error_mark_node
15809 && TREE_CODE (TREE_TYPE (decl)) != REFERENCE_TYPE
15810 && (!CLASS_TYPE_P (TREE_TYPE (decl))
15811 || !TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (decl))))
15812 warning_at (DECL_SOURCE_LOCATION (decl),
15813 OPT_Wunused_but_set_parameter,
15814 "parameter %qD set but not used", decl);
15815 unused_but_set_errorcount = errorcount;
15818 /* Complain about locally defined typedefs that are not used in this
15819 function. */
15820 maybe_warn_unused_local_typedefs ();
15822 /* Possibly warn about unused parameters. */
15823 if (warn_unused_parameter
15824 && !processing_template_decl
15825 && !DECL_CLONED_FUNCTION_P (fndecl))
15826 do_warn_unused_parameter (fndecl);
15828 /* Genericize before inlining. */
15829 if (!processing_template_decl)
15831 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl);
15832 cp_genericize (fndecl);
15833 /* Clear out the bits we don't need. */
15834 f->x_current_class_ptr = NULL;
15835 f->x_current_class_ref = NULL;
15836 f->x_eh_spec_block = NULL;
15837 f->x_in_charge_parm = NULL;
15838 f->x_vtt_parm = NULL;
15839 f->x_return_value = NULL;
15840 f->bindings = NULL;
15841 f->extern_decl_map = NULL;
15842 f->infinite_loops = NULL;
15844 /* Clear out the bits we don't need. */
15845 local_names = NULL;
15847 /* We're leaving the context of this function, so zap cfun. It's still in
15848 DECL_STRUCT_FUNCTION, and we'll restore it in tree_rest_of_compilation. */
15849 set_cfun (NULL);
15850 current_function_decl = NULL;
15852 /* If this is an in-class inline definition, we may have to pop the
15853 bindings for the template parameters that we added in
15854 maybe_begin_member_template_processing when start_function was
15855 called. */
15856 if (inline_p)
15857 maybe_end_member_template_processing ();
15859 /* Leave the scope of the class. */
15860 if (ctype)
15861 pop_nested_class ();
15863 --function_depth;
15865 /* Clean up. */
15866 current_function_decl = NULL_TREE;
15868 invoke_plugin_callbacks (PLUGIN_FINISH_PARSE_FUNCTION, fndecl);
15869 return fndecl;
15872 /* Create the FUNCTION_DECL for a function definition.
15873 DECLSPECS and DECLARATOR are the parts of the declaration;
15874 they describe the return type and the name of the function,
15875 but twisted together in a fashion that parallels the syntax of C.
15877 This function creates a binding context for the function body
15878 as well as setting up the FUNCTION_DECL in current_function_decl.
15880 Returns a FUNCTION_DECL on success.
15882 If the DECLARATOR is not suitable for a function (it defines a datum
15883 instead), we return 0, which tells yyparse to report a parse error.
15885 May return void_type_node indicating that this method is actually
15886 a friend. See grokfield for more details.
15888 Came here with a `.pushlevel' .
15890 DO NOT MAKE ANY CHANGES TO THIS CODE WITHOUT MAKING CORRESPONDING
15891 CHANGES TO CODE IN `grokfield'. */
15893 tree
15894 grokmethod (cp_decl_specifier_seq *declspecs,
15895 const cp_declarator *declarator, tree attrlist)
15897 tree fndecl = grokdeclarator (declarator, declspecs, MEMFUNCDEF, 0,
15898 &attrlist);
15900 if (fndecl == error_mark_node)
15901 return error_mark_node;
15903 if (fndecl == NULL || TREE_CODE (fndecl) != FUNCTION_DECL)
15905 error ("invalid member function declaration");
15906 return error_mark_node;
15909 if (attrlist)
15910 cplus_decl_attributes (&fndecl, attrlist, 0);
15912 /* Pass friends other than inline friend functions back. */
15913 if (fndecl == void_type_node)
15914 return fndecl;
15916 if (DECL_IN_AGGR_P (fndecl))
15918 if (DECL_CLASS_SCOPE_P (fndecl))
15919 error ("%qD is already defined in class %qT", fndecl,
15920 DECL_CONTEXT (fndecl));
15921 return error_mark_node;
15924 check_template_shadow (fndecl);
15926 if (TREE_PUBLIC (fndecl))
15927 DECL_COMDAT (fndecl) = 1;
15928 DECL_DECLARED_INLINE_P (fndecl) = 1;
15929 DECL_NO_INLINE_WARNING_P (fndecl) = 1;
15931 /* We process method specializations in finish_struct_1. */
15932 if (processing_template_decl && !DECL_TEMPLATE_SPECIALIZATION (fndecl))
15934 fndecl = push_template_decl (fndecl);
15935 if (fndecl == error_mark_node)
15936 return fndecl;
15939 if (! DECL_FRIEND_P (fndecl))
15941 if (DECL_CHAIN (fndecl))
15943 fndecl = copy_node (fndecl);
15944 TREE_CHAIN (fndecl) = NULL_TREE;
15948 cp_finish_decl (fndecl, NULL_TREE, false, NULL_TREE, 0);
15950 DECL_IN_AGGR_P (fndecl) = 1;
15951 return fndecl;
15955 /* VAR is a VAR_DECL. If its type is incomplete, remember VAR so that
15956 we can lay it out later, when and if its type becomes complete.
15958 Also handle constexpr variables where the initializer involves
15959 an unlowered PTRMEM_CST because the class isn't complete yet. */
15961 void
15962 maybe_register_incomplete_var (tree var)
15964 gcc_assert (VAR_P (var));
15966 /* Keep track of variables with incomplete types. */
15967 if (!processing_template_decl && TREE_TYPE (var) != error_mark_node
15968 && DECL_EXTERNAL (var))
15970 tree inner_type = TREE_TYPE (var);
15972 while (TREE_CODE (inner_type) == ARRAY_TYPE)
15973 inner_type = TREE_TYPE (inner_type);
15974 inner_type = TYPE_MAIN_VARIANT (inner_type);
15976 if ((!COMPLETE_TYPE_P (inner_type) && CLASS_TYPE_P (inner_type))
15977 /* RTTI TD entries are created while defining the type_info. */
15978 || (TYPE_LANG_SPECIFIC (inner_type)
15979 && TYPE_BEING_DEFINED (inner_type)))
15981 incomplete_var iv = {var, inner_type};
15982 vec_safe_push (incomplete_vars, iv);
15984 else if (!(DECL_LANG_SPECIFIC (var) && DECL_TEMPLATE_INFO (var))
15985 && decl_constant_var_p (var)
15986 && (TYPE_PTRMEM_P (inner_type) || CLASS_TYPE_P (inner_type)))
15988 /* When the outermost open class is complete we can resolve any
15989 pointers-to-members. */
15990 tree context = outermost_open_class ();
15991 incomplete_var iv = {var, context};
15992 vec_safe_push (incomplete_vars, iv);
15997 /* Called when a class type (given by TYPE) is defined. If there are
15998 any existing VAR_DECLs whose type has been completed by this
15999 declaration, update them now. */
16001 void
16002 complete_vars (tree type)
16004 unsigned ix;
16005 incomplete_var *iv;
16007 for (ix = 0; vec_safe_iterate (incomplete_vars, ix, &iv); )
16009 if (same_type_p (type, iv->incomplete_type))
16011 tree var = iv->decl;
16012 tree type = TREE_TYPE (var);
16014 if (type != error_mark_node
16015 && (TYPE_MAIN_VARIANT (strip_array_types (type))
16016 == iv->incomplete_type))
16018 /* Complete the type of the variable. The VAR_DECL itself
16019 will be laid out in expand_expr. */
16020 complete_type (type);
16021 cp_apply_type_quals_to_decl (cp_type_quals (type), var);
16024 /* Remove this entry from the list. */
16025 incomplete_vars->unordered_remove (ix);
16027 else
16028 ix++;
16031 /* Check for pending declarations which may have abstract type. */
16032 complete_type_check_abstract (type);
16035 /* If DECL is of a type which needs a cleanup, build and return an
16036 expression to perform that cleanup here. Return NULL_TREE if no
16037 cleanup need be done. DECL can also be a _REF when called from
16038 split_nonconstant_init_1. */
16040 tree
16041 cxx_maybe_build_cleanup (tree decl, tsubst_flags_t complain)
16043 tree type;
16044 tree attr;
16045 tree cleanup;
16047 /* Assume no cleanup is required. */
16048 cleanup = NULL_TREE;
16050 if (error_operand_p (decl))
16051 return cleanup;
16053 /* Handle "__attribute__((cleanup))". We run the cleanup function
16054 before the destructor since the destructor is what actually
16055 terminates the lifetime of the object. */
16056 if (DECL_P (decl))
16057 attr = lookup_attribute ("cleanup", DECL_ATTRIBUTES (decl));
16058 else
16059 attr = NULL_TREE;
16060 if (attr)
16062 tree id;
16063 tree fn;
16064 tree arg;
16066 /* Get the name specified by the user for the cleanup function. */
16067 id = TREE_VALUE (TREE_VALUE (attr));
16068 /* Look up the name to find the cleanup function to call. It is
16069 important to use lookup_name here because that is what is
16070 used in c-common.c:handle_cleanup_attribute when performing
16071 initial checks on the attribute. Note that those checks
16072 include ensuring that the function found is not an overloaded
16073 function, or an object with an overloaded call operator,
16074 etc.; we can rely on the fact that the function found is an
16075 ordinary FUNCTION_DECL. */
16076 fn = lookup_name (id);
16077 arg = build_address (decl);
16078 if (!mark_used (decl, complain) && !(complain & tf_error))
16079 return error_mark_node;
16080 cleanup = cp_build_function_call_nary (fn, complain, arg, NULL_TREE);
16081 if (cleanup == error_mark_node)
16082 return error_mark_node;
16084 /* Handle ordinary C++ destructors. */
16085 type = TREE_TYPE (decl);
16086 if (type_build_dtor_call (type))
16088 int flags = LOOKUP_NORMAL|LOOKUP_NONVIRTUAL|LOOKUP_DESTRUCTOR;
16089 tree addr;
16090 tree call;
16092 if (TREE_CODE (type) == ARRAY_TYPE)
16093 addr = decl;
16094 else
16095 addr = build_address (decl);
16097 call = build_delete (TREE_TYPE (addr), addr,
16098 sfk_complete_destructor, flags, 0, complain);
16099 if (call == error_mark_node)
16100 cleanup = error_mark_node;
16101 else if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type))
16102 /* Discard the call. */;
16103 else if (cleanup)
16104 cleanup = cp_build_compound_expr (cleanup, call, complain);
16105 else
16106 cleanup = call;
16109 /* build_delete sets the location of the destructor call to the
16110 current location, even though the destructor is going to be
16111 called later, at the end of the current scope. This can lead to
16112 a "jumpy" behavior for users of debuggers when they step around
16113 the end of the block. So let's unset the location of the
16114 destructor call instead. */
16115 protected_set_expr_location (cleanup, UNKNOWN_LOCATION);
16117 if (cleanup
16118 && DECL_P (decl)
16119 && !lookup_attribute ("warn_unused", TYPE_ATTRIBUTES (TREE_TYPE (decl)))
16120 /* Treat objects with destructors as used; the destructor may do
16121 something substantive. */
16122 && !mark_used (decl, complain) && !(complain & tf_error))
16123 return error_mark_node;
16125 return cleanup;
16129 /* Return the FUNCTION_TYPE that corresponds to MEMFNTYPE, which can be a
16130 FUNCTION_DECL, METHOD_TYPE, FUNCTION_TYPE, pointer or reference to
16131 METHOD_TYPE or FUNCTION_TYPE, or pointer to member function. */
16133 tree
16134 static_fn_type (tree memfntype)
16136 tree fntype;
16137 tree args;
16139 if (TYPE_PTRMEMFUNC_P (memfntype))
16140 memfntype = TYPE_PTRMEMFUNC_FN_TYPE (memfntype);
16141 if (POINTER_TYPE_P (memfntype)
16142 || TREE_CODE (memfntype) == FUNCTION_DECL)
16143 memfntype = TREE_TYPE (memfntype);
16144 if (TREE_CODE (memfntype) == FUNCTION_TYPE)
16145 return memfntype;
16146 gcc_assert (TREE_CODE (memfntype) == METHOD_TYPE);
16147 args = TYPE_ARG_TYPES (memfntype);
16148 cp_ref_qualifier rqual = type_memfn_rqual (memfntype);
16149 fntype = build_function_type (TREE_TYPE (memfntype), TREE_CHAIN (args));
16150 fntype = apply_memfn_quals (fntype, type_memfn_quals (memfntype), rqual);
16151 fntype = (cp_build_type_attribute_variant
16152 (fntype, TYPE_ATTRIBUTES (memfntype)));
16153 fntype = (build_exception_variant
16154 (fntype, TYPE_RAISES_EXCEPTIONS (memfntype)));
16155 if (TYPE_HAS_LATE_RETURN_TYPE (memfntype))
16156 TYPE_HAS_LATE_RETURN_TYPE (fntype) = 1;
16157 return fntype;
16160 /* DECL was originally constructed as a non-static member function,
16161 but turned out to be static. Update it accordingly. */
16163 void
16164 revert_static_member_fn (tree decl)
16166 tree stype = static_fn_type (decl);
16167 cp_cv_quals quals = type_memfn_quals (stype);
16168 cp_ref_qualifier rqual = type_memfn_rqual (stype);
16170 if (quals != TYPE_UNQUALIFIED || rqual != REF_QUAL_NONE)
16171 stype = apply_memfn_quals (stype, TYPE_UNQUALIFIED, REF_QUAL_NONE);
16173 TREE_TYPE (decl) = stype;
16175 if (DECL_ARGUMENTS (decl))
16176 DECL_ARGUMENTS (decl) = DECL_CHAIN (DECL_ARGUMENTS (decl));
16177 DECL_STATIC_FUNCTION_P (decl) = 1;
16180 /* Return which tree structure is used by T, or TS_CP_GENERIC if T is
16181 one of the language-independent trees. */
16183 enum cp_tree_node_structure_enum
16184 cp_tree_node_structure (union lang_tree_node * t)
16186 switch (TREE_CODE (&t->generic))
16188 case DEFAULT_ARG: return TS_CP_DEFAULT_ARG;
16189 case DEFERRED_NOEXCEPT: return TS_CP_DEFERRED_NOEXCEPT;
16190 case IDENTIFIER_NODE: return TS_CP_IDENTIFIER;
16191 case OVERLOAD: return TS_CP_OVERLOAD;
16192 case TEMPLATE_PARM_INDEX: return TS_CP_TPI;
16193 case PTRMEM_CST: return TS_CP_PTRMEM;
16194 case BASELINK: return TS_CP_BASELINK;
16195 case TEMPLATE_DECL: return TS_CP_TEMPLATE_DECL;
16196 case STATIC_ASSERT: return TS_CP_STATIC_ASSERT;
16197 case ARGUMENT_PACK_SELECT: return TS_CP_ARGUMENT_PACK_SELECT;
16198 case TRAIT_EXPR: return TS_CP_TRAIT_EXPR;
16199 case LAMBDA_EXPR: return TS_CP_LAMBDA_EXPR;
16200 case TEMPLATE_INFO: return TS_CP_TEMPLATE_INFO;
16201 case CONSTRAINT_INFO: return TS_CP_CONSTRAINT_INFO;
16202 case USERDEF_LITERAL: return TS_CP_USERDEF_LITERAL;
16203 default: return TS_CP_GENERIC;
16207 /* Build the void_list_node (void_type_node having been created). */
16208 tree
16209 build_void_list_node (void)
16211 tree t = build_tree_list (NULL_TREE, void_type_node);
16212 return t;
16215 bool
16216 cp_missing_noreturn_ok_p (tree decl)
16218 /* A missing noreturn is ok for the `main' function. */
16219 return DECL_MAIN_P (decl);
16222 /* Return the decl used to identify the COMDAT group into which DECL should
16223 be placed. */
16225 tree
16226 cxx_comdat_group (tree decl)
16228 /* Virtual tables, construction virtual tables, and virtual table
16229 tables all go in a single COMDAT group, named after the primary
16230 virtual table. */
16231 if (VAR_P (decl) && DECL_VTABLE_OR_VTT_P (decl))
16232 decl = CLASSTYPE_VTABLES (DECL_CONTEXT (decl));
16233 /* For all other DECLs, the COMDAT group is the mangled name of the
16234 declaration itself. */
16235 else
16237 while (DECL_THUNK_P (decl))
16239 /* If TARGET_USE_LOCAL_THUNK_ALIAS_P, use_thunk puts the thunk
16240 into the same section as the target function. In that case
16241 we must return target's name. */
16242 tree target = THUNK_TARGET (decl);
16243 if (TARGET_USE_LOCAL_THUNK_ALIAS_P (target)
16244 && DECL_SECTION_NAME (target) != NULL
16245 && DECL_ONE_ONLY (target))
16246 decl = target;
16247 else
16248 break;
16252 return decl;
16255 /* Returns the return type for FN as written by the user, which may include
16256 a placeholder for a deduced return type. */
16258 tree
16259 fndecl_declared_return_type (tree fn)
16261 fn = STRIP_TEMPLATE (fn);
16262 if (FNDECL_USED_AUTO (fn))
16264 struct language_function *f = NULL;
16265 if (DECL_STRUCT_FUNCTION (fn))
16266 f = DECL_STRUCT_FUNCTION (fn)->language;
16267 if (f == NULL)
16268 f = DECL_SAVED_FUNCTION_DATA (fn);
16269 return f->x_auto_return_pattern;
16271 return TREE_TYPE (TREE_TYPE (fn));
16274 /* Returns true iff DECL is a variable or function declared with an auto type
16275 that has not yet been deduced to a real type. */
16277 bool
16278 undeduced_auto_decl (tree decl)
16280 if (cxx_dialect < cxx11)
16281 return false;
16282 return ((VAR_OR_FUNCTION_DECL_P (decl)
16283 || TREE_CODE (decl) == TEMPLATE_DECL)
16284 && type_uses_auto (TREE_TYPE (decl)));
16287 /* Complain if DECL has an undeduced return type. */
16289 bool
16290 require_deduced_type (tree decl, tsubst_flags_t complain)
16292 if (undeduced_auto_decl (decl))
16294 if (complain & tf_error)
16295 error ("use of %qD before deduction of %<auto%>", decl);
16296 return false;
16298 return true;
16301 #include "gt-cp-decl.h"