PR c++/84294 - attributes on a function template redeclaration silently discarded
[official-gcc.git] / gcc / cp / decl.c
blob735ed5d63d25cf6df89627d7f7b890c501b91bec
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 /* Merge tree bits that correspond to attributes noreturn, nothrow,
1359 const, malloc, and pure from NEWDECL with those of OLDDECL. */
1361 static void
1362 merge_attribute_bits (tree newdecl, tree olddecl)
1364 TREE_THIS_VOLATILE (newdecl) |= TREE_THIS_VOLATILE (olddecl);
1365 TREE_THIS_VOLATILE (olddecl) |= TREE_THIS_VOLATILE (newdecl);
1366 TREE_NOTHROW (newdecl) |= TREE_NOTHROW (olddecl);
1367 TREE_NOTHROW (olddecl) |= TREE_NOTHROW (newdecl);
1368 TREE_READONLY (newdecl) |= TREE_READONLY (olddecl);
1369 TREE_READONLY (olddecl) |= TREE_READONLY (newdecl);
1370 DECL_IS_MALLOC (newdecl) |= DECL_IS_MALLOC (olddecl);
1371 DECL_IS_MALLOC (olddecl) |= DECL_IS_MALLOC (newdecl);
1372 DECL_PURE_P (newdecl) |= DECL_PURE_P (olddecl);
1373 DECL_PURE_P (olddecl) |= DECL_PURE_P (newdecl);
1374 DECL_UNINLINABLE (newdecl) |= DECL_UNINLINABLE (olddecl);
1375 DECL_UNINLINABLE (olddecl) |= DECL_UNINLINABLE (newdecl);
1378 #define GNU_INLINE_P(fn) (DECL_DECLARED_INLINE_P (fn) \
1379 && lookup_attribute ("gnu_inline", \
1380 DECL_ATTRIBUTES (fn)))
1382 /* If NEWDECL is a redeclaration of OLDDECL, merge the declarations.
1383 If the redeclaration is invalid, a diagnostic is issued, and the
1384 error_mark_node is returned. Otherwise, OLDDECL is returned.
1386 If NEWDECL is not a redeclaration of OLDDECL, NULL_TREE is
1387 returned.
1389 NEWDECL_IS_FRIEND is true if NEWDECL was declared as a friend. */
1391 tree
1392 duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend)
1394 unsigned olddecl_uid = DECL_UID (olddecl);
1395 int olddecl_friend = 0, types_match = 0, hidden_friend = 0;
1396 int new_defines_function = 0;
1397 tree new_template_info;
1399 if (newdecl == olddecl)
1400 return olddecl;
1402 types_match = decls_match (newdecl, olddecl);
1404 /* If either the type of the new decl or the type of the old decl is an
1405 error_mark_node, then that implies that we have already issued an
1406 error (earlier) for some bogus type specification, and in that case,
1407 it is rather pointless to harass the user with yet more error message
1408 about the same declaration, so just pretend the types match here. */
1409 if (TREE_TYPE (newdecl) == error_mark_node
1410 || TREE_TYPE (olddecl) == error_mark_node)
1411 return error_mark_node;
1413 if (UDLIT_OPER_P (DECL_NAME (newdecl))
1414 && UDLIT_OPER_P (DECL_NAME (olddecl)))
1416 if (TREE_CODE (newdecl) == TEMPLATE_DECL
1417 && TREE_CODE (olddecl) != TEMPLATE_DECL
1418 && check_raw_literal_operator (olddecl))
1419 error ("literal operator template %q+D conflicts with"
1420 " raw literal operator %qD", newdecl, olddecl);
1421 else if (TREE_CODE (newdecl) != TEMPLATE_DECL
1422 && TREE_CODE (olddecl) == TEMPLATE_DECL
1423 && check_raw_literal_operator (newdecl))
1424 error ("raw literal operator %q+D conflicts with"
1425 " literal operator template %qD", newdecl, olddecl);
1428 /* True to merge attributes between the declarations, false to
1429 set OLDDECL's attributes to those of NEWDECL (for template
1430 explicit specializations that specify their own attributes
1431 independent of those specified for the primary template). */
1432 const bool merge_attr = (TREE_CODE (newdecl) != FUNCTION_DECL
1433 || !DECL_TEMPLATE_SPECIALIZATION (newdecl)
1434 || DECL_TEMPLATE_SPECIALIZATION (olddecl));
1436 if (DECL_P (olddecl)
1437 && TREE_CODE (newdecl) == FUNCTION_DECL
1438 && TREE_CODE (olddecl) == FUNCTION_DECL
1439 && merge_attr
1440 && diagnose_mismatched_attributes (olddecl, newdecl))
1442 if (DECL_INITIAL (olddecl))
1443 inform (DECL_SOURCE_LOCATION (olddecl),
1444 "previous definition of %qD was here", olddecl);
1445 else
1446 inform (DECL_SOURCE_LOCATION (olddecl),
1447 "previous declaration of %qD was here", olddecl);
1450 /* Check for redeclaration and other discrepancies. */
1451 if (TREE_CODE (olddecl) == FUNCTION_DECL
1452 && DECL_ARTIFICIAL (olddecl))
1454 gcc_assert (!DECL_HIDDEN_FRIEND_P (olddecl));
1455 if (TREE_CODE (newdecl) != FUNCTION_DECL)
1457 /* Avoid warnings redeclaring built-ins which have not been
1458 explicitly declared. */
1459 if (DECL_ANTICIPATED (olddecl))
1461 if (TREE_PUBLIC (newdecl)
1462 && CP_DECL_CONTEXT (newdecl) == global_namespace)
1463 warning_at (DECL_SOURCE_LOCATION (newdecl),
1464 OPT_Wbuiltin_declaration_mismatch,
1465 "built-in function %qD declared as non-function",
1466 newdecl);
1467 return NULL_TREE;
1470 /* If you declare a built-in or predefined function name as static,
1471 the old definition is overridden, but optionally warn this was a
1472 bad choice of name. */
1473 if (! TREE_PUBLIC (newdecl))
1475 warning (OPT_Wshadow,
1476 DECL_BUILT_IN (olddecl)
1477 ? G_("shadowing built-in function %q#D")
1478 : G_("shadowing library function %q#D"), olddecl);
1479 /* Discard the old built-in function. */
1480 return NULL_TREE;
1482 /* If the built-in is not ansi, then programs can override
1483 it even globally without an error. */
1484 else if (! DECL_BUILT_IN (olddecl))
1485 warning_at (DECL_SOURCE_LOCATION (newdecl), 0,
1486 "library function %q#D redeclared as non-function %q#D",
1487 olddecl, newdecl);
1488 else
1489 error ("declaration of %q+#D conflicts with built-in "
1490 "declaration %q#D", newdecl, olddecl);
1491 return NULL_TREE;
1493 else if (DECL_OMP_DECLARE_REDUCTION_P (olddecl))
1495 gcc_assert (DECL_OMP_DECLARE_REDUCTION_P (newdecl));
1496 error_at (DECL_SOURCE_LOCATION (newdecl),
1497 "redeclaration of %<pragma omp declare reduction%>");
1498 inform (DECL_SOURCE_LOCATION (olddecl),
1499 "previous %<pragma omp declare reduction%> declaration");
1500 return error_mark_node;
1502 else if (!types_match)
1504 /* Avoid warnings redeclaring built-ins which have not been
1505 explicitly declared. */
1506 if (DECL_ANTICIPATED (olddecl))
1508 tree t1, t2;
1510 /* A new declaration doesn't match a built-in one unless it
1511 is also extern "C". */
1512 gcc_assert (DECL_IS_BUILTIN (olddecl));
1513 gcc_assert (DECL_EXTERN_C_P (olddecl));
1514 if (!DECL_EXTERN_C_P (newdecl))
1515 return NULL_TREE;
1517 for (t1 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1518 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1519 t1 || t2;
1520 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2))
1522 if (!t1 || !t2)
1523 break;
1524 /* FILE, tm types are not known at the time
1525 we create the builtins. */
1526 for (unsigned i = 0;
1527 i < sizeof (builtin_structptr_types)
1528 / sizeof (builtin_structptr_type);
1529 ++i)
1530 if (TREE_VALUE (t2) == builtin_structptr_types[i].node)
1532 tree t = TREE_VALUE (t1);
1534 if (TYPE_PTR_P (t)
1535 && TYPE_IDENTIFIER (TREE_TYPE (t))
1536 == get_identifier (builtin_structptr_types[i].str)
1537 && compparms (TREE_CHAIN (t1), TREE_CHAIN (t2)))
1539 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1541 TYPE_ARG_TYPES (TREE_TYPE (olddecl))
1542 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1543 types_match = decls_match (newdecl, olddecl);
1544 if (types_match)
1545 return duplicate_decls (newdecl, olddecl,
1546 newdecl_is_friend);
1547 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1549 goto next_arg;
1552 if (! same_type_p (TREE_VALUE (t1), TREE_VALUE (t2)))
1553 break;
1554 next_arg:;
1557 warning_at (DECL_SOURCE_LOCATION (newdecl),
1558 OPT_Wbuiltin_declaration_mismatch,
1559 "declaration of %q#D conflicts with built-in "
1560 "declaration %q#D", newdecl, olddecl);
1562 else if ((DECL_EXTERN_C_P (newdecl)
1563 && DECL_EXTERN_C_P (olddecl))
1564 || compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1565 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1567 /* A near match; override the builtin. */
1569 if (TREE_PUBLIC (newdecl))
1570 warning_at (DECL_SOURCE_LOCATION (newdecl),
1571 OPT_Wbuiltin_declaration_mismatch,
1572 "new declaration %q#D ambiguates built-in "
1573 "declaration %q#D", newdecl, olddecl);
1574 else
1575 warning (OPT_Wshadow,
1576 DECL_BUILT_IN (olddecl)
1577 ? G_("shadowing built-in function %q#D")
1578 : G_("shadowing library function %q#D"), olddecl);
1580 else
1581 /* Discard the old built-in function. */
1582 return NULL_TREE;
1584 /* Replace the old RTL to avoid problems with inlining. */
1585 COPY_DECL_RTL (newdecl, olddecl);
1587 /* Even if the types match, prefer the new declarations type for
1588 built-ins which have not been explicitly declared, for
1589 exception lists, etc... */
1590 else if (DECL_IS_BUILTIN (olddecl))
1592 tree type = TREE_TYPE (newdecl);
1593 tree attribs = (*targetm.merge_type_attributes)
1594 (TREE_TYPE (olddecl), type);
1596 type = cp_build_type_attribute_variant (type, attribs);
1597 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = type;
1600 /* If a function is explicitly declared "throw ()", propagate that to
1601 the corresponding builtin. */
1602 if (DECL_BUILT_IN_CLASS (olddecl) == BUILT_IN_NORMAL
1603 && DECL_ANTICIPATED (olddecl)
1604 && TREE_NOTHROW (newdecl)
1605 && !TREE_NOTHROW (olddecl))
1607 enum built_in_function fncode = DECL_FUNCTION_CODE (olddecl);
1608 tree tmpdecl = builtin_decl_explicit (fncode);
1609 if (tmpdecl && tmpdecl != olddecl && types_match)
1610 TREE_NOTHROW (tmpdecl) = 1;
1613 /* Whether or not the builtin can throw exceptions has no
1614 bearing on this declarator. */
1615 TREE_NOTHROW (olddecl) = 0;
1617 if (DECL_THIS_STATIC (newdecl) && !DECL_THIS_STATIC (olddecl))
1619 /* If a builtin function is redeclared as `static', merge
1620 the declarations, but make the original one static. */
1621 DECL_THIS_STATIC (olddecl) = 1;
1622 TREE_PUBLIC (olddecl) = 0;
1624 /* Make the old declaration consistent with the new one so
1625 that all remnants of the builtin-ness of this function
1626 will be banished. */
1627 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
1628 COPY_DECL_RTL (newdecl, olddecl);
1631 else if (TREE_CODE (olddecl) != TREE_CODE (newdecl))
1633 /* C++ Standard, 3.3, clause 4:
1634 "[Note: a namespace name or a class template name must be unique
1635 in its declarative region (7.3.2, clause 14). ]" */
1636 if (TREE_CODE (olddecl) != NAMESPACE_DECL
1637 && TREE_CODE (newdecl) != NAMESPACE_DECL
1638 && (TREE_CODE (olddecl) != TEMPLATE_DECL
1639 || TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) != TYPE_DECL)
1640 && (TREE_CODE (newdecl) != TEMPLATE_DECL
1641 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != TYPE_DECL))
1643 if ((TREE_CODE (olddecl) == TYPE_DECL && DECL_ARTIFICIAL (olddecl)
1644 && TREE_CODE (newdecl) != TYPE_DECL)
1645 || (TREE_CODE (newdecl) == TYPE_DECL && DECL_ARTIFICIAL (newdecl)
1646 && TREE_CODE (olddecl) != TYPE_DECL))
1648 /* We do nothing special here, because C++ does such nasty
1649 things with TYPE_DECLs. Instead, just let the TYPE_DECL
1650 get shadowed, and know that if we need to find a TYPE_DECL
1651 for a given name, we can look in the IDENTIFIER_TYPE_VALUE
1652 slot of the identifier. */
1653 return NULL_TREE;
1656 if ((TREE_CODE (newdecl) == FUNCTION_DECL
1657 && DECL_FUNCTION_TEMPLATE_P (olddecl))
1658 || (TREE_CODE (olddecl) == FUNCTION_DECL
1659 && DECL_FUNCTION_TEMPLATE_P (newdecl)))
1660 return NULL_TREE;
1663 error ("%q#D redeclared as different kind of symbol", newdecl);
1664 if (TREE_CODE (olddecl) == TREE_LIST)
1665 olddecl = TREE_VALUE (olddecl);
1666 inform (DECL_SOURCE_LOCATION (olddecl),
1667 "previous declaration %q#D", olddecl);
1669 return error_mark_node;
1671 else if (!types_match)
1673 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl))
1674 /* These are certainly not duplicate declarations; they're
1675 from different scopes. */
1676 return NULL_TREE;
1678 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1680 /* The name of a class template may not be declared to refer to
1681 any other template, class, function, object, namespace, value,
1682 or type in the same scope. */
1683 if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == TYPE_DECL
1684 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1686 error ("conflicting declaration of template %q+#D", newdecl);
1687 inform (DECL_SOURCE_LOCATION (olddecl),
1688 "previous declaration %q#D", olddecl);
1689 return error_mark_node;
1691 else if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == FUNCTION_DECL
1692 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == FUNCTION_DECL
1693 && compparms (TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl))),
1694 TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl))))
1695 && comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1696 DECL_TEMPLATE_PARMS (olddecl))
1697 /* Template functions can be disambiguated by
1698 return type. */
1699 && same_type_p (TREE_TYPE (TREE_TYPE (newdecl)),
1700 TREE_TYPE (TREE_TYPE (olddecl)))
1701 // Template functions can also be disambiguated by
1702 // constraints.
1703 && equivalently_constrained (olddecl, newdecl))
1705 error ("ambiguating new declaration %q+#D", newdecl);
1706 inform (DECL_SOURCE_LOCATION (olddecl),
1707 "old declaration %q#D", olddecl);
1709 else if (check_concept_refinement (olddecl, newdecl))
1710 return error_mark_node;
1711 return NULL_TREE;
1713 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1715 if (DECL_EXTERN_C_P (newdecl) && DECL_EXTERN_C_P (olddecl))
1717 error ("conflicting declaration of C function %q+#D",
1718 newdecl);
1719 inform (DECL_SOURCE_LOCATION (olddecl),
1720 "previous declaration %q#D", olddecl);
1721 return NULL_TREE;
1723 /* For function versions, params and types match, but they
1724 are not ambiguous. */
1725 else if ((!DECL_FUNCTION_VERSIONED (newdecl)
1726 && !DECL_FUNCTION_VERSIONED (olddecl))
1727 // The functions have the same parameter types.
1728 && compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1729 TYPE_ARG_TYPES (TREE_TYPE (olddecl)))
1730 // And the same constraints.
1731 && equivalently_constrained (newdecl, olddecl))
1733 error ("ambiguating new declaration of %q+#D", newdecl);
1734 inform (DECL_SOURCE_LOCATION (olddecl),
1735 "old declaration %q#D", olddecl);
1736 return error_mark_node;
1738 else
1739 return NULL_TREE;
1741 else
1743 error ("conflicting declaration %q+#D", newdecl);
1744 inform (DECL_SOURCE_LOCATION (olddecl),
1745 "previous declaration as %q#D", olddecl);
1746 return error_mark_node;
1749 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1750 && ((DECL_TEMPLATE_SPECIALIZATION (olddecl)
1751 && (!DECL_TEMPLATE_INFO (newdecl)
1752 || (DECL_TI_TEMPLATE (newdecl)
1753 != DECL_TI_TEMPLATE (olddecl))))
1754 || (DECL_TEMPLATE_SPECIALIZATION (newdecl)
1755 && (!DECL_TEMPLATE_INFO (olddecl)
1756 || (DECL_TI_TEMPLATE (olddecl)
1757 != DECL_TI_TEMPLATE (newdecl))))))
1758 /* It's OK to have a template specialization and a non-template
1759 with the same type, or to have specializations of two
1760 different templates with the same type. Note that if one is a
1761 specialization, and the other is an instantiation of the same
1762 template, that we do not exit at this point. That situation
1763 can occur if we instantiate a template class, and then
1764 specialize one of its methods. This situation is valid, but
1765 the declarations must be merged in the usual way. */
1766 return NULL_TREE;
1767 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1768 && ((DECL_TEMPLATE_INSTANTIATION (olddecl)
1769 && !DECL_USE_TEMPLATE (newdecl))
1770 || (DECL_TEMPLATE_INSTANTIATION (newdecl)
1771 && !DECL_USE_TEMPLATE (olddecl))))
1772 /* One of the declarations is a template instantiation, and the
1773 other is not a template at all. That's OK. */
1774 return NULL_TREE;
1775 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
1777 /* In [namespace.alias] we have:
1779 In a declarative region, a namespace-alias-definition can be
1780 used to redefine a namespace-alias declared in that declarative
1781 region to refer only to the namespace to which it already
1782 refers.
1784 Therefore, if we encounter a second alias directive for the same
1785 alias, we can just ignore the second directive. */
1786 if (DECL_NAMESPACE_ALIAS (newdecl)
1787 && (DECL_NAMESPACE_ALIAS (newdecl)
1788 == DECL_NAMESPACE_ALIAS (olddecl)))
1789 return olddecl;
1791 /* Leave it to update_binding to merge or report error. */
1792 return NULL_TREE;
1794 else
1796 const char *errmsg = redeclaration_error_message (newdecl, olddecl);
1797 if (errmsg)
1799 error_at (DECL_SOURCE_LOCATION (newdecl), errmsg, newdecl);
1800 if (DECL_NAME (olddecl) != NULL_TREE)
1801 inform (DECL_SOURCE_LOCATION (olddecl),
1802 (DECL_INITIAL (olddecl) && namespace_bindings_p ())
1803 ? G_("%q#D previously defined here")
1804 : G_("%q#D previously declared here"), olddecl);
1805 return error_mark_node;
1807 else if (TREE_CODE (olddecl) == FUNCTION_DECL
1808 && DECL_INITIAL (olddecl) != NULL_TREE
1809 && !prototype_p (TREE_TYPE (olddecl))
1810 && prototype_p (TREE_TYPE (newdecl)))
1812 /* Prototype decl follows defn w/o prototype. */
1813 if (warning_at (DECL_SOURCE_LOCATION (newdecl), 0,
1814 "prototype specified for %q#D", newdecl))
1815 inform (DECL_SOURCE_LOCATION (olddecl),
1816 "previous non-prototype definition here");
1818 else if (VAR_OR_FUNCTION_DECL_P (olddecl)
1819 && DECL_LANGUAGE (newdecl) != DECL_LANGUAGE (olddecl))
1821 /* [dcl.link]
1822 If two declarations of the same function or object
1823 specify different linkage-specifications ..., the program
1824 is ill-formed.... Except for functions with C++ linkage,
1825 a function declaration without a linkage specification
1826 shall not precede the first linkage specification for
1827 that function. A function can be declared without a
1828 linkage specification after an explicit linkage
1829 specification has been seen; the linkage explicitly
1830 specified in the earlier declaration is not affected by
1831 such a function declaration.
1833 DR 563 raises the question why the restrictions on
1834 functions should not also apply to objects. Older
1835 versions of G++ silently ignore the linkage-specification
1836 for this example:
1838 namespace N {
1839 extern int i;
1840 extern "C" int i;
1843 which is clearly wrong. Therefore, we now treat objects
1844 like functions. */
1845 if (current_lang_depth () == 0)
1847 /* There is no explicit linkage-specification, so we use
1848 the linkage from the previous declaration. */
1849 retrofit_lang_decl (newdecl);
1850 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
1852 else
1854 error ("conflicting declaration of %q+#D with %qL linkage",
1855 newdecl, DECL_LANGUAGE (newdecl));
1856 inform (DECL_SOURCE_LOCATION (olddecl),
1857 "previous declaration with %qL linkage",
1858 DECL_LANGUAGE (olddecl));
1862 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl))
1864 else if (TREE_CODE (olddecl) == FUNCTION_DECL)
1866 /* Note: free functions, as TEMPLATE_DECLs, are handled below. */
1867 if (DECL_FUNCTION_MEMBER_P (olddecl)
1868 && (/* grokfndecl passes member function templates too
1869 as FUNCTION_DECLs. */
1870 DECL_TEMPLATE_INFO (olddecl)
1871 /* C++11 8.3.6/6.
1872 Default arguments for a member function of a class
1873 template shall be specified on the initial declaration
1874 of the member function within the class template. */
1875 || CLASSTYPE_TEMPLATE_INFO (CP_DECL_CONTEXT (olddecl))))
1876 check_redeclaration_no_default_args (newdecl);
1877 else
1879 tree t1 = FUNCTION_FIRST_USER_PARMTYPE (olddecl);
1880 tree t2 = FUNCTION_FIRST_USER_PARMTYPE (newdecl);
1881 int i = 1;
1883 for (; t1 && t1 != void_list_node;
1884 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2), i++)
1885 if (TREE_PURPOSE (t1) && TREE_PURPOSE (t2))
1887 if (simple_cst_equal (TREE_PURPOSE (t1),
1888 TREE_PURPOSE (t2)) == 1)
1890 if (permerror (input_location,
1891 "default argument given for parameter "
1892 "%d of %q#D", i, newdecl))
1893 inform (DECL_SOURCE_LOCATION (olddecl),
1894 "previous specification in %q#D here",
1895 olddecl);
1897 else
1899 error ("default argument given for parameter %d "
1900 "of %q#D", i, newdecl);
1901 inform (DECL_SOURCE_LOCATION (olddecl),
1902 "previous specification in %q#D here",
1903 olddecl);
1910 /* Do not merge an implicit typedef with an explicit one. In:
1912 class A;
1914 typedef class A A __attribute__ ((foo));
1916 the attribute should apply only to the typedef. */
1917 if (TREE_CODE (olddecl) == TYPE_DECL
1918 && (DECL_IMPLICIT_TYPEDEF_P (olddecl)
1919 || DECL_IMPLICIT_TYPEDEF_P (newdecl)))
1920 return NULL_TREE;
1922 /* If new decl is `static' and an `extern' was seen previously,
1923 warn about it. */
1924 warn_extern_redeclared_static (newdecl, olddecl);
1926 if (!validate_constexpr_redeclaration (olddecl, newdecl))
1927 return error_mark_node;
1929 /* We have committed to returning 1 at this point. */
1930 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1932 /* Now that functions must hold information normally held
1933 by field decls, there is extra work to do so that
1934 declaration information does not get destroyed during
1935 definition. */
1936 if (DECL_VINDEX (olddecl))
1937 DECL_VINDEX (newdecl) = DECL_VINDEX (olddecl);
1938 if (DECL_CONTEXT (olddecl))
1939 DECL_CONTEXT (newdecl) = DECL_CONTEXT (olddecl);
1940 DECL_STATIC_CONSTRUCTOR (newdecl) |= DECL_STATIC_CONSTRUCTOR (olddecl);
1941 DECL_STATIC_DESTRUCTOR (newdecl) |= DECL_STATIC_DESTRUCTOR (olddecl);
1942 DECL_PURE_VIRTUAL_P (newdecl) |= DECL_PURE_VIRTUAL_P (olddecl);
1943 DECL_VIRTUAL_P (newdecl) |= DECL_VIRTUAL_P (olddecl);
1944 DECL_INVALID_OVERRIDER_P (newdecl) |= DECL_INVALID_OVERRIDER_P (olddecl);
1945 DECL_FINAL_P (newdecl) |= DECL_FINAL_P (olddecl);
1946 DECL_OVERRIDE_P (newdecl) |= DECL_OVERRIDE_P (olddecl);
1947 DECL_THIS_STATIC (newdecl) |= DECL_THIS_STATIC (olddecl);
1948 if (DECL_OVERLOADED_OPERATOR_P (olddecl))
1949 DECL_OVERLOADED_OPERATOR_CODE_RAW (newdecl)
1950 = DECL_OVERLOADED_OPERATOR_CODE_RAW (olddecl);
1951 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE;
1953 /* Optionally warn about more than one declaration for the same
1954 name, but don't warn about a function declaration followed by a
1955 definition. */
1956 if (warn_redundant_decls && ! DECL_ARTIFICIAL (olddecl)
1957 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE)
1958 /* Don't warn about extern decl followed by definition. */
1959 && !(DECL_EXTERNAL (olddecl) && ! DECL_EXTERNAL (newdecl))
1960 /* Don't warn about friends, let add_friend take care of it. */
1961 && ! (newdecl_is_friend || DECL_FRIEND_P (olddecl))
1962 /* Don't warn about declaration followed by specialization. */
1963 && (! DECL_TEMPLATE_SPECIALIZATION (newdecl)
1964 || DECL_TEMPLATE_SPECIALIZATION (olddecl)))
1966 if (warning_at (DECL_SOURCE_LOCATION (newdecl),
1967 OPT_Wredundant_decls,
1968 "redundant redeclaration of %qD in same scope",
1969 newdecl))
1970 inform (DECL_SOURCE_LOCATION (olddecl),
1971 "previous declaration of %qD", olddecl);
1974 if (!(DECL_TEMPLATE_INSTANTIATION (olddecl)
1975 && DECL_TEMPLATE_SPECIALIZATION (newdecl)))
1977 if (DECL_DELETED_FN (newdecl))
1979 error ("deleted definition of %q+D", newdecl);
1980 inform (DECL_SOURCE_LOCATION (olddecl),
1981 "previous declaration of %qD", olddecl);
1983 DECL_DELETED_FN (newdecl) |= DECL_DELETED_FN (olddecl);
1987 /* Deal with C++: must preserve virtual function table size. */
1988 if (TREE_CODE (olddecl) == TYPE_DECL)
1990 tree newtype = TREE_TYPE (newdecl);
1991 tree oldtype = TREE_TYPE (olddecl);
1993 if (newtype != error_mark_node && oldtype != error_mark_node
1994 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1995 CLASSTYPE_FRIEND_CLASSES (newtype)
1996 = CLASSTYPE_FRIEND_CLASSES (oldtype);
1998 DECL_ORIGINAL_TYPE (newdecl) = DECL_ORIGINAL_TYPE (olddecl);
2001 /* Copy all the DECL_... slots specified in the new decl except for
2002 any that we copy here from the old type. */
2003 if (merge_attr)
2004 DECL_ATTRIBUTES (newdecl)
2005 = (*targetm.merge_decl_attributes) (olddecl, newdecl);
2006 else
2007 DECL_ATTRIBUTES (olddecl) = DECL_ATTRIBUTES (newdecl);
2009 if (DECL_DECLARES_FUNCTION_P (olddecl) && DECL_DECLARES_FUNCTION_P (newdecl))
2011 olddecl_friend = DECL_FRIEND_P (olddecl);
2012 hidden_friend = (DECL_ANTICIPATED (olddecl)
2013 && DECL_HIDDEN_FRIEND_P (olddecl)
2014 && newdecl_is_friend);
2015 if (!hidden_friend)
2017 DECL_ANTICIPATED (olddecl) = 0;
2018 DECL_HIDDEN_FRIEND_P (olddecl) = 0;
2022 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
2024 tree old_result;
2025 tree new_result;
2026 old_result = DECL_TEMPLATE_RESULT (olddecl);
2027 new_result = DECL_TEMPLATE_RESULT (newdecl);
2028 TREE_TYPE (olddecl) = TREE_TYPE (old_result);
2029 DECL_TEMPLATE_SPECIALIZATIONS (olddecl)
2030 = chainon (DECL_TEMPLATE_SPECIALIZATIONS (olddecl),
2031 DECL_TEMPLATE_SPECIALIZATIONS (newdecl));
2033 DECL_ATTRIBUTES (old_result)
2034 = (*targetm.merge_decl_attributes) (old_result, new_result);
2036 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
2038 /* Per C++11 8.3.6/4, default arguments cannot be added in later
2039 declarations of a function template. */
2040 if (DECL_SOURCE_LOCATION (newdecl)
2041 != DECL_SOURCE_LOCATION (olddecl))
2042 check_redeclaration_no_default_args (newdecl);
2044 check_default_args (newdecl);
2046 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result)
2047 && DECL_INITIAL (new_result))
2049 if (DECL_INITIAL (old_result))
2050 DECL_UNINLINABLE (old_result) = 1;
2051 else
2052 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result);
2053 DECL_EXTERNAL (old_result) = DECL_EXTERNAL (new_result);
2054 DECL_NOT_REALLY_EXTERN (old_result)
2055 = DECL_NOT_REALLY_EXTERN (new_result);
2056 DECL_INTERFACE_KNOWN (old_result)
2057 = DECL_INTERFACE_KNOWN (new_result);
2058 DECL_DECLARED_INLINE_P (old_result)
2059 = DECL_DECLARED_INLINE_P (new_result);
2060 DECL_DISREGARD_INLINE_LIMITS (old_result)
2061 |= DECL_DISREGARD_INLINE_LIMITS (new_result);
2064 else
2066 DECL_DECLARED_INLINE_P (old_result)
2067 |= DECL_DECLARED_INLINE_P (new_result);
2068 DECL_DISREGARD_INLINE_LIMITS (old_result)
2069 |= DECL_DISREGARD_INLINE_LIMITS (new_result);
2070 check_redeclaration_exception_specification (newdecl, olddecl);
2072 merge_attribute_bits (new_result, old_result);
2076 /* If the new declaration is a definition, update the file and
2077 line information on the declaration, and also make
2078 the old declaration the same definition. */
2079 if (DECL_INITIAL (new_result) != NULL_TREE)
2081 DECL_SOURCE_LOCATION (olddecl)
2082 = DECL_SOURCE_LOCATION (old_result)
2083 = DECL_SOURCE_LOCATION (newdecl);
2084 DECL_INITIAL (old_result) = DECL_INITIAL (new_result);
2085 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
2087 tree parm;
2088 DECL_ARGUMENTS (old_result)
2089 = DECL_ARGUMENTS (new_result);
2090 for (parm = DECL_ARGUMENTS (old_result); parm;
2091 parm = DECL_CHAIN (parm))
2092 DECL_CONTEXT (parm) = old_result;
2096 return olddecl;
2099 if (types_match)
2101 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2102 check_redeclaration_exception_specification (newdecl, olddecl);
2104 /* Automatically handles default parameters. */
2105 tree oldtype = TREE_TYPE (olddecl);
2106 tree newtype;
2108 /* For typedefs use the old type, as the new type's DECL_NAME points
2109 at newdecl, which will be ggc_freed. */
2110 if (TREE_CODE (newdecl) == TYPE_DECL)
2112 /* But NEWTYPE might have an attribute, honor that. */
2113 tree tem = TREE_TYPE (newdecl);
2114 newtype = oldtype;
2116 if (TYPE_USER_ALIGN (tem))
2118 if (TYPE_ALIGN (tem) > TYPE_ALIGN (newtype))
2119 SET_TYPE_ALIGN (newtype, TYPE_ALIGN (tem));
2120 TYPE_USER_ALIGN (newtype) = true;
2123 /* And remove the new type from the variants list. */
2124 if (TYPE_NAME (TREE_TYPE (newdecl)) == newdecl)
2126 tree remove = TREE_TYPE (newdecl);
2127 for (tree t = TYPE_MAIN_VARIANT (remove); ;
2128 t = TYPE_NEXT_VARIANT (t))
2129 if (TYPE_NEXT_VARIANT (t) == remove)
2131 TYPE_NEXT_VARIANT (t) = TYPE_NEXT_VARIANT (remove);
2132 break;
2136 else if (merge_attr)
2137 newtype = merge_types (TREE_TYPE (newdecl), TREE_TYPE (olddecl));
2138 else
2139 newtype = TREE_TYPE (newdecl);
2141 if (VAR_P (newdecl))
2143 DECL_THIS_EXTERN (newdecl) |= DECL_THIS_EXTERN (olddecl);
2144 /* For already initialized vars, TREE_READONLY could have been
2145 cleared in cp_finish_decl, because the var needs runtime
2146 initialization or destruction. Make sure not to set
2147 TREE_READONLY on it again. */
2148 if (DECL_INITIALIZED_P (olddecl)
2149 && !DECL_EXTERNAL (olddecl)
2150 && !TREE_READONLY (olddecl))
2151 TREE_READONLY (newdecl) = 0;
2152 DECL_INITIALIZED_P (newdecl) |= DECL_INITIALIZED_P (olddecl);
2153 DECL_NONTRIVIALLY_INITIALIZED_P (newdecl)
2154 |= DECL_NONTRIVIALLY_INITIALIZED_P (olddecl);
2155 if (DECL_DEPENDENT_INIT_P (olddecl))
2156 SET_DECL_DEPENDENT_INIT_P (newdecl, true);
2157 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (newdecl)
2158 |= DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (olddecl);
2159 if (DECL_CLASS_SCOPE_P (olddecl))
2160 DECL_DECLARED_CONSTEXPR_P (newdecl)
2161 |= DECL_DECLARED_CONSTEXPR_P (olddecl);
2163 /* Merge the threadprivate attribute from OLDDECL into NEWDECL. */
2164 if (DECL_LANG_SPECIFIC (olddecl)
2165 && CP_DECL_THREADPRIVATE_P (olddecl))
2167 /* Allocate a LANG_SPECIFIC structure for NEWDECL, if needed. */
2168 retrofit_lang_decl (newdecl);
2169 CP_DECL_THREADPRIVATE_P (newdecl) = 1;
2173 /* An explicit specialization of a function template or of a member
2174 function of a class template can be declared transaction_safe
2175 independently of whether the corresponding template entity is declared
2176 transaction_safe. */
2177 if (flag_tm && TREE_CODE (newdecl) == FUNCTION_DECL
2178 && DECL_TEMPLATE_INSTANTIATION (olddecl)
2179 && DECL_TEMPLATE_SPECIALIZATION (newdecl)
2180 && tx_safe_fn_type_p (newtype)
2181 && !tx_safe_fn_type_p (TREE_TYPE (newdecl)))
2182 newtype = tx_unsafe_fn_variant (newtype);
2184 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = newtype;
2186 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2187 check_default_args (newdecl);
2189 /* Lay the type out, unless already done. */
2190 if (! same_type_p (newtype, oldtype)
2191 && TREE_TYPE (newdecl) != error_mark_node
2192 && !(processing_template_decl && uses_template_parms (newdecl)))
2193 layout_type (TREE_TYPE (newdecl));
2195 if ((VAR_P (newdecl)
2196 || TREE_CODE (newdecl) == PARM_DECL
2197 || TREE_CODE (newdecl) == RESULT_DECL
2198 || TREE_CODE (newdecl) == FIELD_DECL
2199 || TREE_CODE (newdecl) == TYPE_DECL)
2200 && !(processing_template_decl && uses_template_parms (newdecl)))
2201 layout_decl (newdecl, 0);
2203 /* Merge deprecatedness. */
2204 if (TREE_DEPRECATED (newdecl))
2205 TREE_DEPRECATED (olddecl) = 1;
2207 /* Preserve function specific target and optimization options */
2208 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2210 if (DECL_FUNCTION_SPECIFIC_TARGET (olddecl)
2211 && !DECL_FUNCTION_SPECIFIC_TARGET (newdecl))
2212 DECL_FUNCTION_SPECIFIC_TARGET (newdecl)
2213 = DECL_FUNCTION_SPECIFIC_TARGET (olddecl);
2215 if (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (olddecl)
2216 && !DECL_FUNCTION_SPECIFIC_OPTIMIZATION (newdecl))
2217 DECL_FUNCTION_SPECIFIC_OPTIMIZATION (newdecl)
2218 = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (olddecl);
2220 else
2222 /* Merge the const type qualifier. */
2223 if (TREE_READONLY (newdecl))
2224 TREE_READONLY (olddecl) = 1;
2225 /* Merge the volatile type qualifier. */
2226 if (TREE_THIS_VOLATILE (newdecl))
2227 TREE_THIS_VOLATILE (olddecl) = 1;
2230 /* Merge the initialization information. */
2231 if (DECL_INITIAL (newdecl) == NULL_TREE
2232 && DECL_INITIAL (olddecl) != NULL_TREE)
2234 DECL_INITIAL (newdecl) = DECL_INITIAL (olddecl);
2235 DECL_SOURCE_LOCATION (newdecl) = DECL_SOURCE_LOCATION (olddecl);
2236 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2238 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl);
2239 DECL_STRUCT_FUNCTION (newdecl) = DECL_STRUCT_FUNCTION (olddecl);
2243 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2245 DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (newdecl)
2246 |= DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (olddecl);
2247 DECL_NO_LIMIT_STACK (newdecl) |= DECL_NO_LIMIT_STACK (olddecl);
2248 DECL_IS_OPERATOR_NEW (newdecl) |= DECL_IS_OPERATOR_NEW (olddecl);
2249 DECL_LOOPING_CONST_OR_PURE_P (newdecl)
2250 |= DECL_LOOPING_CONST_OR_PURE_P (olddecl);
2252 if (merge_attr)
2253 merge_attribute_bits (newdecl, olddecl);
2254 else
2256 /* Merge the noreturn bit. */
2257 TREE_THIS_VOLATILE (olddecl) = TREE_THIS_VOLATILE (newdecl);
2258 TREE_READONLY (olddecl) = TREE_READONLY (newdecl);
2259 TREE_NOTHROW (olddecl) = TREE_NOTHROW (newdecl);
2260 DECL_IS_MALLOC (olddecl) = DECL_IS_MALLOC (newdecl);
2261 DECL_PURE_P (olddecl) = DECL_PURE_P (newdecl);
2263 /* Keep the old RTL. */
2264 COPY_DECL_RTL (olddecl, newdecl);
2266 else if (VAR_P (newdecl)
2267 && (DECL_SIZE (olddecl) || !DECL_SIZE (newdecl)))
2269 /* Keep the old RTL. We cannot keep the old RTL if the old
2270 declaration was for an incomplete object and the new
2271 declaration is not since many attributes of the RTL will
2272 change. */
2273 COPY_DECL_RTL (olddecl, newdecl);
2276 /* If cannot merge, then use the new type and qualifiers,
2277 and don't preserve the old rtl. */
2278 else
2280 /* Clean out any memory we had of the old declaration. */
2281 tree oldstatic = value_member (olddecl, static_aggregates);
2282 if (oldstatic)
2283 TREE_VALUE (oldstatic) = error_mark_node;
2285 TREE_TYPE (olddecl) = TREE_TYPE (newdecl);
2286 TREE_READONLY (olddecl) = TREE_READONLY (newdecl);
2287 TREE_THIS_VOLATILE (olddecl) = TREE_THIS_VOLATILE (newdecl);
2288 TREE_NOTHROW (olddecl) = TREE_NOTHROW (newdecl);
2289 TREE_SIDE_EFFECTS (olddecl) = TREE_SIDE_EFFECTS (newdecl);
2292 /* Merge the storage class information. */
2293 merge_weak (newdecl, olddecl);
2295 DECL_DEFER_OUTPUT (newdecl) |= DECL_DEFER_OUTPUT (olddecl);
2296 TREE_PUBLIC (newdecl) = TREE_PUBLIC (olddecl);
2297 TREE_STATIC (olddecl) = TREE_STATIC (newdecl) |= TREE_STATIC (olddecl);
2298 if (! DECL_EXTERNAL (olddecl))
2299 DECL_EXTERNAL (newdecl) = 0;
2300 if (! DECL_COMDAT (olddecl))
2301 DECL_COMDAT (newdecl) = 0;
2303 new_template_info = NULL_TREE;
2304 if (DECL_LANG_SPECIFIC (newdecl) && DECL_LANG_SPECIFIC (olddecl))
2306 bool new_redefines_gnu_inline = false;
2308 if (new_defines_function
2309 && ((DECL_INTERFACE_KNOWN (olddecl)
2310 && TREE_CODE (olddecl) == FUNCTION_DECL)
2311 || (TREE_CODE (olddecl) == TEMPLATE_DECL
2312 && (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl))
2313 == FUNCTION_DECL))))
2315 tree fn = olddecl;
2317 if (TREE_CODE (fn) == TEMPLATE_DECL)
2318 fn = DECL_TEMPLATE_RESULT (olddecl);
2320 new_redefines_gnu_inline = GNU_INLINE_P (fn) && DECL_INITIAL (fn);
2323 if (!new_redefines_gnu_inline)
2325 DECL_INTERFACE_KNOWN (newdecl) |= DECL_INTERFACE_KNOWN (olddecl);
2326 DECL_NOT_REALLY_EXTERN (newdecl) |= DECL_NOT_REALLY_EXTERN (olddecl);
2327 DECL_COMDAT (newdecl) |= DECL_COMDAT (olddecl);
2329 DECL_TEMPLATE_INSTANTIATED (newdecl)
2330 |= DECL_TEMPLATE_INSTANTIATED (olddecl);
2331 DECL_ODR_USED (newdecl) |= DECL_ODR_USED (olddecl);
2333 /* If the OLDDECL is an instantiation and/or specialization,
2334 then the NEWDECL must be too. But, it may not yet be marked
2335 as such if the caller has created NEWDECL, but has not yet
2336 figured out that it is a redeclaration. */
2337 if (!DECL_USE_TEMPLATE (newdecl))
2338 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl);
2340 /* Don't really know how much of the language-specific
2341 values we should copy from old to new. */
2342 DECL_IN_AGGR_P (newdecl) = DECL_IN_AGGR_P (olddecl);
2343 DECL_REPO_AVAILABLE_P (newdecl) = DECL_REPO_AVAILABLE_P (olddecl);
2344 DECL_INITIALIZED_IN_CLASS_P (newdecl)
2345 |= DECL_INITIALIZED_IN_CLASS_P (olddecl);
2347 if (LANG_DECL_HAS_MIN (newdecl))
2349 DECL_LANG_SPECIFIC (newdecl)->u.min.u2 =
2350 DECL_LANG_SPECIFIC (olddecl)->u.min.u2;
2351 if (DECL_TEMPLATE_INFO (newdecl))
2353 new_template_info = DECL_TEMPLATE_INFO (newdecl);
2354 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
2355 && DECL_TEMPLATE_SPECIALIZATION (newdecl))
2356 /* Remember the presence of explicit specialization args. */
2357 TINFO_USED_TEMPLATE_ID (DECL_TEMPLATE_INFO (olddecl))
2358 = TINFO_USED_TEMPLATE_ID (new_template_info);
2360 DECL_TEMPLATE_INFO (newdecl) = DECL_TEMPLATE_INFO (olddecl);
2362 /* Only functions have these fields. */
2363 if (DECL_DECLARES_FUNCTION_P (newdecl))
2365 DECL_NONCONVERTING_P (newdecl) = DECL_NONCONVERTING_P (olddecl);
2366 DECL_BEFRIENDING_CLASSES (newdecl)
2367 = chainon (DECL_BEFRIENDING_CLASSES (newdecl),
2368 DECL_BEFRIENDING_CLASSES (olddecl));
2369 /* DECL_THUNKS is only valid for virtual functions,
2370 otherwise it is a DECL_FRIEND_CONTEXT. */
2371 if (DECL_VIRTUAL_P (newdecl))
2372 SET_DECL_THUNKS (newdecl, DECL_THUNKS (olddecl));
2374 /* Only variables have this field. */
2375 else if (VAR_P (newdecl)
2376 && VAR_HAD_UNKNOWN_BOUND (olddecl))
2377 SET_VAR_HAD_UNKNOWN_BOUND (newdecl);
2380 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2382 tree parm;
2384 /* Merge parameter attributes. */
2385 tree oldarg, newarg;
2386 for (oldarg = DECL_ARGUMENTS(olddecl),
2387 newarg = DECL_ARGUMENTS(newdecl);
2388 oldarg && newarg;
2389 oldarg = DECL_CHAIN(oldarg), newarg = DECL_CHAIN(newarg)) {
2390 DECL_ATTRIBUTES (newarg)
2391 = (*targetm.merge_decl_attributes) (oldarg, newarg);
2392 DECL_ATTRIBUTES (oldarg) = DECL_ATTRIBUTES (newarg);
2395 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
2396 && !DECL_TEMPLATE_INSTANTIATION (newdecl))
2398 /* If newdecl is not a specialization, then it is not a
2399 template-related function at all. And that means that we
2400 should have exited above, returning 0. */
2401 gcc_assert (DECL_TEMPLATE_SPECIALIZATION (newdecl));
2403 if (DECL_ODR_USED (olddecl))
2404 /* From [temp.expl.spec]:
2406 If a template, a member template or the member of a class
2407 template is explicitly specialized then that
2408 specialization shall be declared before the first use of
2409 that specialization that would cause an implicit
2410 instantiation to take place, in every translation unit in
2411 which such a use occurs. */
2412 error ("explicit specialization of %qD after first use",
2413 olddecl);
2415 SET_DECL_TEMPLATE_SPECIALIZATION (olddecl);
2416 DECL_COMDAT (newdecl) = (TREE_PUBLIC (newdecl)
2417 && DECL_DECLARED_INLINE_P (newdecl));
2419 /* Don't propagate visibility from the template to the
2420 specialization here. We'll do that in determine_visibility if
2421 appropriate. */
2422 DECL_VISIBILITY_SPECIFIED (olddecl) = 0;
2424 /* [temp.expl.spec/14] We don't inline explicit specialization
2425 just because the primary template says so. */
2426 gcc_assert (!merge_attr);
2428 DECL_DECLARED_INLINE_P (olddecl)
2429 = DECL_DECLARED_INLINE_P (newdecl);
2431 DECL_DISREGARD_INLINE_LIMITS (olddecl)
2432 = DECL_DISREGARD_INLINE_LIMITS (newdecl);
2434 DECL_UNINLINABLE (olddecl) = DECL_UNINLINABLE (newdecl);
2436 else if (new_defines_function && DECL_INITIAL (olddecl))
2438 /* Never inline re-defined extern inline functions.
2439 FIXME: this could be better handled by keeping both
2440 function as separate declarations. */
2441 DECL_UNINLINABLE (newdecl) = 1;
2443 else
2445 if (DECL_PENDING_INLINE_P (olddecl))
2447 DECL_PENDING_INLINE_P (newdecl) = 1;
2448 DECL_PENDING_INLINE_INFO (newdecl)
2449 = DECL_PENDING_INLINE_INFO (olddecl);
2451 else if (DECL_PENDING_INLINE_P (newdecl))
2453 else if (DECL_SAVED_FUNCTION_DATA (newdecl) == NULL)
2454 DECL_SAVED_FUNCTION_DATA (newdecl)
2455 = DECL_SAVED_FUNCTION_DATA (olddecl);
2457 DECL_DECLARED_INLINE_P (newdecl) |= DECL_DECLARED_INLINE_P (olddecl);
2459 DECL_UNINLINABLE (newdecl) = DECL_UNINLINABLE (olddecl)
2460 = (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl));
2462 DECL_DISREGARD_INLINE_LIMITS (newdecl)
2463 = DECL_DISREGARD_INLINE_LIMITS (olddecl)
2464 = (DECL_DISREGARD_INLINE_LIMITS (newdecl)
2465 || DECL_DISREGARD_INLINE_LIMITS (olddecl));
2468 /* Preserve abstractness on cloned [cd]tors. */
2469 DECL_ABSTRACT_P (newdecl) = DECL_ABSTRACT_P (olddecl);
2471 /* Update newdecl's parms to point at olddecl. */
2472 for (parm = DECL_ARGUMENTS (newdecl); parm;
2473 parm = DECL_CHAIN (parm))
2474 DECL_CONTEXT (parm) = olddecl;
2476 if (! types_match)
2478 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
2479 COPY_DECL_ASSEMBLER_NAME (newdecl, olddecl);
2480 COPY_DECL_RTL (newdecl, olddecl);
2482 if (! types_match || new_defines_function)
2484 /* These need to be copied so that the names are available.
2485 Note that if the types do match, we'll preserve inline
2486 info and other bits, but if not, we won't. */
2487 DECL_ARGUMENTS (olddecl) = DECL_ARGUMENTS (newdecl);
2488 DECL_RESULT (olddecl) = DECL_RESULT (newdecl);
2490 /* If redeclaring a builtin function, it stays built in
2491 if newdecl is a gnu_inline definition, or if newdecl is just
2492 a declaration. */
2493 if (DECL_BUILT_IN (olddecl)
2494 && (new_defines_function ? GNU_INLINE_P (newdecl) : types_match))
2496 DECL_BUILT_IN_CLASS (newdecl) = DECL_BUILT_IN_CLASS (olddecl);
2497 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl);
2498 /* If we're keeping the built-in definition, keep the rtl,
2499 regardless of declaration matches. */
2500 COPY_DECL_RTL (olddecl, newdecl);
2501 if (DECL_BUILT_IN_CLASS (newdecl) == BUILT_IN_NORMAL)
2503 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl);
2504 switch (fncode)
2506 /* If a compatible prototype of these builtin functions
2507 is seen, assume the runtime implements it with the
2508 expected semantics. */
2509 case BUILT_IN_STPCPY:
2510 if (builtin_decl_explicit_p (fncode))
2511 set_builtin_decl_implicit_p (fncode, true);
2512 break;
2513 default:
2514 if (builtin_decl_explicit_p (fncode))
2515 set_builtin_decl_declared_p (fncode, true);
2516 break;
2520 copy_attributes_to_builtin (newdecl);
2522 if (new_defines_function)
2523 /* If defining a function declared with other language
2524 linkage, use the previously declared language linkage. */
2525 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
2526 else if (types_match)
2528 DECL_RESULT (newdecl) = DECL_RESULT (olddecl);
2529 /* Don't clear out the arguments if we're just redeclaring a
2530 function. */
2531 if (DECL_ARGUMENTS (olddecl))
2532 DECL_ARGUMENTS (newdecl) = DECL_ARGUMENTS (olddecl);
2535 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
2536 NAMESPACE_LEVEL (newdecl) = NAMESPACE_LEVEL (olddecl);
2538 /* Now preserve various other info from the definition. */
2539 TREE_ADDRESSABLE (newdecl) = TREE_ADDRESSABLE (olddecl);
2540 TREE_ASM_WRITTEN (newdecl) = TREE_ASM_WRITTEN (olddecl);
2541 DECL_COMMON (newdecl) = DECL_COMMON (olddecl);
2542 COPY_DECL_ASSEMBLER_NAME (olddecl, newdecl);
2544 /* Warn about conflicting visibility specifications. */
2545 if (DECL_VISIBILITY_SPECIFIED (olddecl)
2546 && DECL_VISIBILITY_SPECIFIED (newdecl)
2547 && DECL_VISIBILITY (newdecl) != DECL_VISIBILITY (olddecl))
2549 if (warning_at (DECL_SOURCE_LOCATION (newdecl), OPT_Wattributes,
2550 "%qD: visibility attribute ignored because it "
2551 "conflicts with previous declaration", newdecl))
2552 inform (DECL_SOURCE_LOCATION (olddecl),
2553 "previous declaration of %qD", olddecl);
2555 /* Choose the declaration which specified visibility. */
2556 if (DECL_VISIBILITY_SPECIFIED (olddecl))
2558 DECL_VISIBILITY (newdecl) = DECL_VISIBILITY (olddecl);
2559 DECL_VISIBILITY_SPECIFIED (newdecl) = 1;
2561 /* Init priority used to be merged from newdecl to olddecl by the memcpy,
2562 so keep this behavior. */
2563 if (VAR_P (newdecl) && DECL_HAS_INIT_PRIORITY_P (newdecl))
2565 SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl));
2566 DECL_HAS_INIT_PRIORITY_P (olddecl) = 1;
2568 /* Likewise for DECL_ALIGN, DECL_USER_ALIGN and DECL_PACKED. */
2569 if (DECL_ALIGN (olddecl) > DECL_ALIGN (newdecl))
2571 SET_DECL_ALIGN (newdecl, DECL_ALIGN (olddecl));
2572 DECL_USER_ALIGN (newdecl) |= DECL_USER_ALIGN (olddecl);
2574 DECL_USER_ALIGN (olddecl) = DECL_USER_ALIGN (newdecl);
2575 if (DECL_WARN_IF_NOT_ALIGN (olddecl)
2576 > DECL_WARN_IF_NOT_ALIGN (newdecl))
2577 SET_DECL_WARN_IF_NOT_ALIGN (newdecl,
2578 DECL_WARN_IF_NOT_ALIGN (olddecl));
2579 if (TREE_CODE (newdecl) == FIELD_DECL)
2580 DECL_PACKED (olddecl) = DECL_PACKED (newdecl);
2582 /* The DECL_LANG_SPECIFIC information in OLDDECL will be replaced
2583 with that from NEWDECL below. */
2584 if (DECL_LANG_SPECIFIC (olddecl))
2586 gcc_assert (DECL_LANG_SPECIFIC (olddecl)
2587 != DECL_LANG_SPECIFIC (newdecl));
2588 ggc_free (DECL_LANG_SPECIFIC (olddecl));
2591 /* Merge the USED information. */
2592 if (TREE_USED (olddecl))
2593 TREE_USED (newdecl) = 1;
2594 else if (TREE_USED (newdecl))
2595 TREE_USED (olddecl) = 1;
2596 if (VAR_P (newdecl))
2598 if (DECL_READ_P (olddecl))
2599 DECL_READ_P (newdecl) = 1;
2600 else if (DECL_READ_P (newdecl))
2601 DECL_READ_P (olddecl) = 1;
2603 if (DECL_PRESERVE_P (olddecl))
2604 DECL_PRESERVE_P (newdecl) = 1;
2605 else if (DECL_PRESERVE_P (newdecl))
2606 DECL_PRESERVE_P (olddecl) = 1;
2608 /* Merge the DECL_FUNCTION_VERSIONED information. newdecl will be copied
2609 to olddecl and deleted. */
2610 if (TREE_CODE (newdecl) == FUNCTION_DECL
2611 && DECL_FUNCTION_VERSIONED (olddecl))
2613 /* Set the flag for newdecl so that it gets copied to olddecl. */
2614 DECL_FUNCTION_VERSIONED (newdecl) = 1;
2615 /* newdecl will be purged after copying to olddecl and is no longer
2616 a version. */
2617 cgraph_node::delete_function_version_by_decl (newdecl);
2620 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2622 int function_size;
2623 struct symtab_node *snode = symtab_node::get (olddecl);
2625 function_size = sizeof (struct tree_decl_common);
2627 memcpy ((char *) olddecl + sizeof (struct tree_common),
2628 (char *) newdecl + sizeof (struct tree_common),
2629 function_size - sizeof (struct tree_common));
2631 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2632 (char *) newdecl + sizeof (struct tree_decl_common),
2633 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common));
2635 /* Preserve symtab node mapping. */
2636 olddecl->decl_with_vis.symtab_node = snode;
2638 if (new_template_info)
2639 /* If newdecl is a template instantiation, it is possible that
2640 the following sequence of events has occurred:
2642 o A friend function was declared in a class template. The
2643 class template was instantiated.
2645 o The instantiation of the friend declaration was
2646 recorded on the instantiation list, and is newdecl.
2648 o Later, however, instantiate_class_template called pushdecl
2649 on the newdecl to perform name injection. But, pushdecl in
2650 turn called duplicate_decls when it discovered that another
2651 declaration of a global function with the same name already
2652 existed.
2654 o Here, in duplicate_decls, we decided to clobber newdecl.
2656 If we're going to do that, we'd better make sure that
2657 olddecl, and not newdecl, is on the list of
2658 instantiations so that if we try to do the instantiation
2659 again we won't get the clobbered declaration. */
2660 reregister_specialization (newdecl,
2661 new_template_info,
2662 olddecl);
2664 else
2666 size_t size = tree_code_size (TREE_CODE (newdecl));
2668 memcpy ((char *) olddecl + sizeof (struct tree_common),
2669 (char *) newdecl + sizeof (struct tree_common),
2670 sizeof (struct tree_decl_common) - sizeof (struct tree_common));
2671 switch (TREE_CODE (newdecl))
2673 case LABEL_DECL:
2674 case VAR_DECL:
2675 case RESULT_DECL:
2676 case PARM_DECL:
2677 case FIELD_DECL:
2678 case TYPE_DECL:
2679 case CONST_DECL:
2681 struct symtab_node *snode = NULL;
2683 if (VAR_P (newdecl)
2684 && (TREE_STATIC (olddecl) || TREE_PUBLIC (olddecl)
2685 || DECL_EXTERNAL (olddecl)))
2686 snode = symtab_node::get (olddecl);
2687 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2688 (char *) newdecl + sizeof (struct tree_decl_common),
2689 size - sizeof (struct tree_decl_common)
2690 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
2691 if (VAR_P (newdecl))
2692 olddecl->decl_with_vis.symtab_node = snode;
2694 break;
2695 default:
2696 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2697 (char *) newdecl + sizeof (struct tree_decl_common),
2698 sizeof (struct tree_decl_non_common) - sizeof (struct tree_decl_common)
2699 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
2700 break;
2704 if (VAR_OR_FUNCTION_DECL_P (newdecl))
2706 if (DECL_EXTERNAL (olddecl)
2707 || TREE_PUBLIC (olddecl)
2708 || TREE_STATIC (olddecl))
2710 /* Merge the section attribute.
2711 We want to issue an error if the sections conflict but that must be
2712 done later in decl_attributes since we are called before attributes
2713 are assigned. */
2714 if (DECL_SECTION_NAME (newdecl) != NULL)
2715 set_decl_section_name (olddecl, DECL_SECTION_NAME (newdecl));
2717 if (DECL_ONE_ONLY (newdecl))
2719 struct symtab_node *oldsym, *newsym;
2720 if (TREE_CODE (olddecl) == FUNCTION_DECL)
2721 oldsym = cgraph_node::get_create (olddecl);
2722 else
2723 oldsym = varpool_node::get_create (olddecl);
2724 newsym = symtab_node::get (newdecl);
2725 oldsym->set_comdat_group (newsym->get_comdat_group ());
2729 if (VAR_P (newdecl)
2730 && CP_DECL_THREAD_LOCAL_P (newdecl))
2732 CP_DECL_THREAD_LOCAL_P (olddecl) = true;
2733 if (!processing_template_decl)
2734 set_decl_tls_model (olddecl, DECL_TLS_MODEL (newdecl));
2738 DECL_UID (olddecl) = olddecl_uid;
2739 if (olddecl_friend)
2740 DECL_FRIEND_P (olddecl) = 1;
2741 if (hidden_friend)
2743 DECL_ANTICIPATED (olddecl) = 1;
2744 DECL_HIDDEN_FRIEND_P (olddecl) = 1;
2747 /* NEWDECL contains the merged attribute lists.
2748 Update OLDDECL to be the same. */
2749 DECL_ATTRIBUTES (olddecl) = DECL_ATTRIBUTES (newdecl);
2751 /* If OLDDECL had its DECL_RTL instantiated, re-invoke make_decl_rtl
2752 so that encode_section_info has a chance to look at the new decl
2753 flags and attributes. */
2754 if (DECL_RTL_SET_P (olddecl)
2755 && (TREE_CODE (olddecl) == FUNCTION_DECL
2756 || (VAR_P (olddecl)
2757 && TREE_STATIC (olddecl))))
2758 make_decl_rtl (olddecl);
2760 /* The NEWDECL will no longer be needed. Because every out-of-class
2761 declaration of a member results in a call to duplicate_decls,
2762 freeing these nodes represents in a significant savings.
2764 Before releasing the node, be sore to remove function from symbol
2765 table that might have been inserted there to record comdat group.
2766 Be sure to however do not free DECL_STRUCT_FUNCTION because this
2767 structure is shared in between newdecl and oldecl. */
2768 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2769 DECL_STRUCT_FUNCTION (newdecl) = NULL;
2770 if (VAR_OR_FUNCTION_DECL_P (newdecl))
2772 struct symtab_node *snode = symtab_node::get (newdecl);
2773 if (snode)
2774 snode->remove ();
2777 /* Remove the associated constraints for newdecl, if any, before
2778 reclaiming memory. */
2779 if (flag_concepts)
2780 remove_constraints (newdecl);
2782 ggc_free (newdecl);
2784 return olddecl;
2787 /* Return zero if the declaration NEWDECL is valid
2788 when the declaration OLDDECL (assumed to be for the same name)
2789 has already been seen.
2790 Otherwise return an error message format string with a %s
2791 where the identifier should go. */
2793 static const char *
2794 redeclaration_error_message (tree newdecl, tree olddecl)
2796 if (TREE_CODE (newdecl) == TYPE_DECL)
2798 /* Because C++ can put things into name space for free,
2799 constructs like "typedef struct foo { ... } foo"
2800 would look like an erroneous redeclaration. */
2801 if (same_type_p (TREE_TYPE (newdecl), TREE_TYPE (olddecl)))
2802 return NULL;
2803 else
2804 return G_("redefinition of %q#D");
2806 else if (TREE_CODE (newdecl) == FUNCTION_DECL)
2808 /* If this is a pure function, its olddecl will actually be
2809 the original initialization to `0' (which we force to call
2810 abort()). Don't complain about redefinition in this case. */
2811 if (DECL_LANG_SPECIFIC (olddecl) && DECL_PURE_VIRTUAL_P (olddecl)
2812 && DECL_INITIAL (olddecl) == NULL_TREE)
2813 return NULL;
2815 /* If both functions come from different namespaces, this is not
2816 a redeclaration - this is a conflict with a used function. */
2817 if (DECL_NAMESPACE_SCOPE_P (olddecl)
2818 && DECL_CONTEXT (olddecl) != DECL_CONTEXT (newdecl)
2819 && ! decls_match (olddecl, newdecl))
2820 return G_("%qD conflicts with used function");
2822 /* We'll complain about linkage mismatches in
2823 warn_extern_redeclared_static. */
2825 /* Defining the same name twice is no good. */
2826 if (decl_defined_p (olddecl)
2827 && decl_defined_p (newdecl))
2829 if (DECL_NAME (olddecl) == NULL_TREE)
2830 return G_("%q#D not declared in class");
2831 else if (!GNU_INLINE_P (olddecl)
2832 || GNU_INLINE_P (newdecl))
2833 return G_("redefinition of %q#D");
2836 if (DECL_DECLARED_INLINE_P (olddecl) && DECL_DECLARED_INLINE_P (newdecl))
2838 bool olda = GNU_INLINE_P (olddecl);
2839 bool newa = GNU_INLINE_P (newdecl);
2841 if (olda != newa)
2843 if (newa)
2844 return G_("%q+D redeclared inline with "
2845 "%<gnu_inline%> attribute");
2846 else
2847 return G_("%q+D redeclared inline without "
2848 "%<gnu_inline%> attribute");
2852 check_abi_tag_redeclaration
2853 (olddecl, lookup_attribute ("abi_tag", DECL_ATTRIBUTES (olddecl)),
2854 lookup_attribute ("abi_tag", DECL_ATTRIBUTES (newdecl)));
2856 return NULL;
2858 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
2860 tree nt, ot;
2862 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
2864 if (COMPLETE_TYPE_P (TREE_TYPE (newdecl))
2865 && COMPLETE_TYPE_P (TREE_TYPE (olddecl)))
2866 return G_("redefinition of %q#D");
2867 return NULL;
2870 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != FUNCTION_DECL
2871 || (DECL_TEMPLATE_RESULT (newdecl)
2872 == DECL_TEMPLATE_RESULT (olddecl)))
2873 return NULL;
2875 nt = DECL_TEMPLATE_RESULT (newdecl);
2876 if (DECL_TEMPLATE_INFO (nt))
2877 nt = DECL_TEMPLATE_RESULT (template_for_substitution (nt));
2878 ot = DECL_TEMPLATE_RESULT (olddecl);
2879 if (DECL_TEMPLATE_INFO (ot))
2880 ot = DECL_TEMPLATE_RESULT (template_for_substitution (ot));
2881 if (DECL_INITIAL (nt) && DECL_INITIAL (ot)
2882 && (!GNU_INLINE_P (ot) || GNU_INLINE_P (nt)))
2883 return G_("redefinition of %q#D");
2885 if (DECL_DECLARED_INLINE_P (ot) && DECL_DECLARED_INLINE_P (nt))
2887 bool olda = GNU_INLINE_P (ot);
2888 bool newa = GNU_INLINE_P (nt);
2890 if (olda != newa)
2892 if (newa)
2893 return G_("%q+D redeclared inline with "
2894 "%<gnu_inline%> attribute");
2895 else
2896 return G_("%q+D redeclared inline without "
2897 "%<gnu_inline%> attribute");
2901 /* Core issue #226 (C++0x):
2903 If a friend function template declaration specifies a
2904 default template-argument, that declaration shall be a
2905 definition and shall be the only declaration of the
2906 function template in the translation unit. */
2907 if ((cxx_dialect != cxx98)
2908 && TREE_CODE (ot) == FUNCTION_DECL && DECL_FRIEND_P (ot)
2909 && !check_default_tmpl_args (nt, DECL_TEMPLATE_PARMS (newdecl),
2910 /*is_primary=*/true,
2911 /*is_partial=*/false,
2912 /*is_friend_decl=*/2))
2913 return G_("redeclaration of friend %q#D "
2914 "may not have default template arguments");
2916 return NULL;
2918 else if (VAR_P (newdecl)
2919 && CP_DECL_THREAD_LOCAL_P (newdecl) != CP_DECL_THREAD_LOCAL_P (olddecl)
2920 && (! DECL_LANG_SPECIFIC (olddecl)
2921 || ! CP_DECL_THREADPRIVATE_P (olddecl)
2922 || CP_DECL_THREAD_LOCAL_P (newdecl)))
2924 /* Only variables can be thread-local, and all declarations must
2925 agree on this property. */
2926 if (CP_DECL_THREAD_LOCAL_P (newdecl))
2927 return G_("thread-local declaration of %q#D follows "
2928 "non-thread-local declaration");
2929 else
2930 return G_("non-thread-local declaration of %q#D follows "
2931 "thread-local declaration");
2933 else if (toplevel_bindings_p () || DECL_NAMESPACE_SCOPE_P (newdecl))
2935 /* The objects have been declared at namespace scope. If either
2936 is a member of an anonymous union, then this is an invalid
2937 redeclaration. For example:
2939 int i;
2940 union { int i; };
2942 is invalid. */
2943 if ((VAR_P (newdecl) && DECL_ANON_UNION_VAR_P (newdecl))
2944 || (VAR_P (olddecl) && DECL_ANON_UNION_VAR_P (olddecl)))
2945 return G_("redeclaration of %q#D");
2946 /* If at least one declaration is a reference, there is no
2947 conflict. For example:
2949 int i = 3;
2950 extern int i;
2952 is valid. */
2953 if (DECL_EXTERNAL (newdecl) || DECL_EXTERNAL (olddecl))
2954 return NULL;
2956 /* Static data member declared outside a class definition
2957 if the variable is defined within the class with constexpr
2958 specifier is declaration rather than definition (and
2959 deprecated). */
2960 if (cxx_dialect >= cxx17
2961 && VAR_P (olddecl)
2962 && DECL_CLASS_SCOPE_P (olddecl)
2963 && DECL_DECLARED_CONSTEXPR_P (olddecl)
2964 && !DECL_INITIAL (newdecl))
2966 DECL_EXTERNAL (newdecl) = 1;
2967 /* For now, only warn with explicit -Wdeprecated. */
2968 if (global_options_set.x_warn_deprecated
2969 && warning_at (DECL_SOURCE_LOCATION (newdecl), OPT_Wdeprecated,
2970 "redundant redeclaration of %<constexpr%> static "
2971 "data member %qD", newdecl))
2972 inform (DECL_SOURCE_LOCATION (olddecl),
2973 "previous declaration of %qD", olddecl);
2974 return NULL;
2977 /* Reject two definitions. */
2978 return G_("redefinition of %q#D");
2980 else
2982 /* Objects declared with block scope: */
2983 /* Reject two definitions, and reject a definition
2984 together with an external reference. */
2985 if (!(DECL_EXTERNAL (newdecl) && DECL_EXTERNAL (olddecl)))
2986 return G_("redeclaration of %q#D");
2987 return NULL;
2992 /* Hash and equality functions for the named_label table. */
2994 hashval_t
2995 named_label_hash::hash (const value_type entry)
2997 return IDENTIFIER_HASH_VALUE (entry->name);
3000 bool
3001 named_label_hash::equal (const value_type entry, compare_type name)
3003 return name == entry->name;
3006 /* Look for a label named ID in the current function. If one cannot
3007 be found, create one. Return the named_label_entry, or NULL on
3008 failure. */
3010 static named_label_entry *
3011 lookup_label_1 (tree id, bool making_local_p)
3013 /* You can't use labels at global scope. */
3014 if (current_function_decl == NULL_TREE)
3016 error ("label %qE referenced outside of any function", id);
3017 return NULL;
3020 if (!named_labels)
3021 named_labels = hash_table<named_label_hash>::create_ggc (13);
3023 hashval_t hash = IDENTIFIER_HASH_VALUE (id);
3024 named_label_entry **slot
3025 = named_labels->find_slot_with_hash (id, hash, INSERT);
3026 named_label_entry *old = *slot;
3028 if (old && old->label_decl)
3030 if (!making_local_p)
3031 return old;
3033 if (old->binding_level == current_binding_level)
3035 error ("local label %qE conflicts with existing label", id);
3036 inform (DECL_SOURCE_LOCATION (old->label_decl), "previous label");
3037 return NULL;
3041 /* We are making a new decl, create or reuse the named_label_entry */
3042 named_label_entry *ent = NULL;
3043 if (old && !old->label_decl)
3044 ent = old;
3045 else
3047 ent = ggc_cleared_alloc<named_label_entry> ();
3048 ent->name = id;
3049 ent->outer = old;
3050 *slot = ent;
3053 /* Now create the LABEL_DECL. */
3054 tree decl = build_decl (input_location, LABEL_DECL, id, void_type_node);
3056 DECL_CONTEXT (decl) = current_function_decl;
3057 SET_DECL_MODE (decl, VOIDmode);
3058 if (making_local_p)
3060 C_DECLARED_LABEL_FLAG (decl) = true;
3061 DECL_CHAIN (decl) = current_binding_level->names;
3062 current_binding_level->names = decl;
3065 ent->label_decl = decl;
3067 return ent;
3070 /* Wrapper for lookup_label_1. */
3072 tree
3073 lookup_label (tree id)
3075 bool subtime = timevar_cond_start (TV_NAME_LOOKUP);
3076 named_label_entry *ent = lookup_label_1 (id, false);
3077 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
3078 return ent ? ent->label_decl : NULL_TREE;
3081 tree
3082 declare_local_label (tree id)
3084 bool subtime = timevar_cond_start (TV_NAME_LOOKUP);
3085 named_label_entry *ent = lookup_label_1 (id, true);
3086 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
3087 return ent ? ent->label_decl : NULL_TREE;
3090 /* Returns nonzero if it is ill-formed to jump past the declaration of
3091 DECL. Returns 2 if it's also a real problem. */
3093 static int
3094 decl_jump_unsafe (tree decl)
3096 /* [stmt.dcl]/3: A program that jumps from a point where a local variable
3097 with automatic storage duration is not in scope to a point where it is
3098 in scope is ill-formed unless the variable has scalar type, class type
3099 with a trivial default constructor and a trivial destructor, a
3100 cv-qualified version of one of these types, or an array of one of the
3101 preceding types and is declared without an initializer (8.5). */
3102 tree type = TREE_TYPE (decl);
3104 if (!VAR_P (decl) || TREE_STATIC (decl)
3105 || type == error_mark_node)
3106 return 0;
3108 if (DECL_NONTRIVIALLY_INITIALIZED_P (decl)
3109 || variably_modified_type_p (type, NULL_TREE))
3110 return 2;
3112 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
3113 return 1;
3115 return 0;
3118 /* A subroutine of check_previous_goto_1 and check_goto to identify a branch
3119 to the user. */
3121 static bool
3122 identify_goto (tree decl, location_t loc, const location_t *locus,
3123 diagnostic_t diag_kind)
3125 bool complained
3126 = emit_diagnostic (diag_kind, loc, 0,
3127 decl ? N_("jump to label %qD")
3128 : N_("jump to case label"), decl);
3129 if (complained && locus)
3130 inform (*locus, " from here");
3131 return complained;
3134 /* Check that a single previously seen jump to a newly defined label
3135 is OK. DECL is the LABEL_DECL or 0; LEVEL is the binding_level for
3136 the jump context; NAMES are the names in scope in LEVEL at the jump
3137 context; LOCUS is the source position of the jump or 0. Returns
3138 true if all is well. */
3140 static bool
3141 check_previous_goto_1 (tree decl, cp_binding_level* level, tree names,
3142 bool exited_omp, const location_t *locus)
3144 cp_binding_level *b;
3145 bool complained = false;
3146 int identified = 0;
3147 bool saw_eh = false, saw_omp = false, saw_tm = false, saw_cxif = false;
3149 if (exited_omp)
3151 complained = identify_goto (decl, input_location, locus, DK_ERROR);
3152 if (complained)
3153 inform (input_location, " exits OpenMP structured block");
3154 saw_omp = true;
3155 identified = 2;
3158 for (b = current_binding_level; b ; b = b->level_chain)
3160 tree new_decls, old_decls = (b == level ? names : NULL_TREE);
3162 for (new_decls = b->names; new_decls != old_decls;
3163 new_decls = (DECL_P (new_decls) ? DECL_CHAIN (new_decls)
3164 : TREE_CHAIN (new_decls)))
3166 int problem = decl_jump_unsafe (new_decls);
3167 if (! problem)
3168 continue;
3170 if (!identified)
3172 complained = identify_goto (decl, input_location, locus,
3173 DK_PERMERROR);
3174 identified = 1;
3176 if (complained)
3178 if (problem > 1)
3179 inform (DECL_SOURCE_LOCATION (new_decls),
3180 " crosses initialization of %q#D", new_decls);
3181 else
3182 inform (DECL_SOURCE_LOCATION (new_decls),
3183 " enters scope of %q#D, which has "
3184 "non-trivial destructor", new_decls);
3188 if (b == level)
3189 break;
3191 const char *inf = NULL;
3192 location_t loc = input_location;
3193 switch (b->kind)
3195 case sk_try:
3196 if (!saw_eh)
3197 inf = N_("enters try block");
3198 saw_eh = true;
3199 break;
3201 case sk_catch:
3202 if (!saw_eh)
3203 inf = N_("enters catch block");
3204 saw_eh = true;
3205 break;
3207 case sk_omp:
3208 if (!saw_omp)
3209 inf = N_("enters OpenMP structured block");
3210 saw_omp = true;
3211 break;
3213 case sk_transaction:
3214 if (!saw_tm)
3215 inf = N_("enters synchronized or atomic statement");
3216 saw_tm = true;
3217 break;
3219 case sk_block:
3220 if (!saw_cxif && level_for_constexpr_if (b->level_chain))
3222 inf = N_("enters constexpr if statement");
3223 loc = EXPR_LOCATION (b->level_chain->this_entity);
3224 saw_cxif = true;
3226 break;
3228 default:
3229 break;
3232 if (inf)
3234 if (identified < 2)
3235 complained = identify_goto (decl, input_location, locus, DK_ERROR);
3236 identified = 2;
3237 if (complained)
3238 inform (loc, " %s", inf);
3242 return !identified;
3245 static void
3246 check_previous_goto (tree decl, struct named_label_use_entry *use)
3248 check_previous_goto_1 (decl, use->binding_level,
3249 use->names_in_scope, use->in_omp_scope,
3250 &use->o_goto_locus);
3253 static bool
3254 check_switch_goto (cp_binding_level* level)
3256 return check_previous_goto_1 (NULL_TREE, level, level->names, false, NULL);
3259 /* Check that a new jump to a label DECL is OK. Called by
3260 finish_goto_stmt. */
3262 void
3263 check_goto (tree decl)
3265 /* We can't know where a computed goto is jumping.
3266 So we assume that it's OK. */
3267 if (TREE_CODE (decl) != LABEL_DECL)
3268 return;
3270 /* We didn't record any information about this label when we created it,
3271 and there's not much point since it's trivial to analyze as a return. */
3272 if (decl == cdtor_label)
3273 return;
3275 hashval_t hash = IDENTIFIER_HASH_VALUE (DECL_NAME (decl));
3276 named_label_entry **slot
3277 = named_labels->find_slot_with_hash (DECL_NAME (decl), hash, NO_INSERT);
3278 named_label_entry *ent = *slot;
3280 /* If the label hasn't been defined yet, defer checking. */
3281 if (! DECL_INITIAL (decl))
3283 /* Don't bother creating another use if the last goto had the
3284 same data, and will therefore create the same set of errors. */
3285 if (ent->uses
3286 && ent->uses->names_in_scope == current_binding_level->names)
3287 return;
3289 named_label_use_entry *new_use
3290 = ggc_alloc<named_label_use_entry> ();
3291 new_use->binding_level = current_binding_level;
3292 new_use->names_in_scope = current_binding_level->names;
3293 new_use->o_goto_locus = input_location;
3294 new_use->in_omp_scope = false;
3296 new_use->next = ent->uses;
3297 ent->uses = new_use;
3298 return;
3301 bool saw_catch = false, complained = false;
3302 int identified = 0;
3303 tree bad;
3304 unsigned ix;
3306 if (ent->in_try_scope || ent->in_catch_scope || ent->in_transaction_scope
3307 || ent->in_constexpr_if
3308 || ent->in_omp_scope || !vec_safe_is_empty (ent->bad_decls))
3310 diagnostic_t diag_kind = DK_PERMERROR;
3311 if (ent->in_try_scope || ent->in_catch_scope || ent->in_constexpr_if
3312 || ent->in_transaction_scope || ent->in_omp_scope)
3313 diag_kind = DK_ERROR;
3314 complained = identify_goto (decl, DECL_SOURCE_LOCATION (decl),
3315 &input_location, diag_kind);
3316 identified = 1 + (diag_kind == DK_ERROR);
3319 FOR_EACH_VEC_SAFE_ELT (ent->bad_decls, ix, bad)
3321 int u = decl_jump_unsafe (bad);
3323 if (u > 1 && DECL_ARTIFICIAL (bad))
3325 /* Can't skip init of __exception_info. */
3326 if (identified == 1)
3328 complained = identify_goto (decl, DECL_SOURCE_LOCATION (decl),
3329 &input_location, DK_ERROR);
3330 identified = 2;
3332 if (complained)
3333 inform (DECL_SOURCE_LOCATION (bad), " enters catch block");
3334 saw_catch = true;
3336 else if (complained)
3338 if (u > 1)
3339 inform (DECL_SOURCE_LOCATION (bad),
3340 " skips initialization of %q#D", bad);
3341 else
3342 inform (DECL_SOURCE_LOCATION (bad),
3343 " enters scope of %q#D which has "
3344 "non-trivial destructor", bad);
3348 if (complained)
3350 if (ent->in_try_scope)
3351 inform (input_location, " enters try block");
3352 else if (ent->in_catch_scope && !saw_catch)
3353 inform (input_location, " enters catch block");
3354 else if (ent->in_transaction_scope)
3355 inform (input_location, " enters synchronized or atomic statement");
3356 else if (ent->in_constexpr_if)
3357 inform (input_location, " enters %<constexpr%> if statement");
3360 if (ent->in_omp_scope)
3362 if (complained)
3363 inform (input_location, " enters OpenMP structured block");
3365 else if (flag_openmp)
3366 for (cp_binding_level *b = current_binding_level; b ; b = b->level_chain)
3368 if (b == ent->binding_level)
3369 break;
3370 if (b->kind == sk_omp)
3372 if (identified < 2)
3374 complained = identify_goto (decl,
3375 DECL_SOURCE_LOCATION (decl),
3376 &input_location, DK_ERROR);
3377 identified = 2;
3379 if (complained)
3380 inform (input_location, " exits OpenMP structured block");
3381 break;
3386 /* Check that a return is ok wrt OpenMP structured blocks.
3387 Called by finish_return_stmt. Returns true if all is well. */
3389 bool
3390 check_omp_return (void)
3392 for (cp_binding_level *b = current_binding_level; b ; b = b->level_chain)
3393 if (b->kind == sk_omp)
3395 error ("invalid exit from OpenMP structured block");
3396 return false;
3398 else if (b->kind == sk_function_parms)
3399 break;
3400 return true;
3403 /* Define a label, specifying the location in the source file.
3404 Return the LABEL_DECL node for the label. */
3406 static tree
3407 define_label_1 (location_t location, tree name)
3409 /* After labels, make any new cleanups in the function go into their
3410 own new (temporary) binding contour. */
3411 for (cp_binding_level *p = current_binding_level;
3412 p->kind != sk_function_parms;
3413 p = p->level_chain)
3414 p->more_cleanups_ok = 0;
3416 named_label_entry *ent = lookup_label_1 (name, false);
3417 tree decl = ent->label_decl;
3419 if (DECL_INITIAL (decl) != NULL_TREE)
3421 error ("duplicate label %qD", decl);
3422 return error_mark_node;
3424 else
3426 /* Mark label as having been defined. */
3427 DECL_INITIAL (decl) = error_mark_node;
3428 /* Say where in the source. */
3429 DECL_SOURCE_LOCATION (decl) = location;
3431 ent->binding_level = current_binding_level;
3432 ent->names_in_scope = current_binding_level->names;
3434 for (named_label_use_entry *use = ent->uses; use; use = use->next)
3435 check_previous_goto (decl, use);
3436 ent->uses = NULL;
3439 return decl;
3442 /* Wrapper for define_label_1. */
3444 tree
3445 define_label (location_t location, tree name)
3447 bool running = timevar_cond_start (TV_NAME_LOOKUP);
3448 tree ret = define_label_1 (location, name);
3449 timevar_cond_stop (TV_NAME_LOOKUP, running);
3450 return ret;
3454 struct cp_switch
3456 cp_binding_level *level;
3457 struct cp_switch *next;
3458 /* The SWITCH_STMT being built. */
3459 tree switch_stmt;
3460 /* A splay-tree mapping the low element of a case range to the high
3461 element, or NULL_TREE if there is no high element. Used to
3462 determine whether or not a new case label duplicates an old case
3463 label. We need a tree, rather than simply a hash table, because
3464 of the GNU case range extension. */
3465 splay_tree cases;
3466 /* Remember whether there was a case value that is outside the
3467 range of the original type of the controlling expression. */
3468 bool outside_range_p;
3469 /* Remember whether a default: case label has been seen. */
3470 bool has_default_p;
3471 /* Remember whether a BREAK_STMT has been seen in this SWITCH_STMT. */
3472 bool break_stmt_seen_p;
3473 /* Set if inside of {FOR,DO,WHILE}_BODY nested inside of a switch,
3474 where BREAK_STMT doesn't belong to the SWITCH_STMT. */
3475 bool in_loop_body_p;
3478 /* A stack of the currently active switch statements. The innermost
3479 switch statement is on the top of the stack. There is no need to
3480 mark the stack for garbage collection because it is only active
3481 during the processing of the body of a function, and we never
3482 collect at that point. */
3484 static struct cp_switch *switch_stack;
3486 /* Called right after a switch-statement condition is parsed.
3487 SWITCH_STMT is the switch statement being parsed. */
3489 void
3490 push_switch (tree switch_stmt)
3492 struct cp_switch *p = XNEW (struct cp_switch);
3493 p->level = current_binding_level;
3494 p->next = switch_stack;
3495 p->switch_stmt = switch_stmt;
3496 p->cases = splay_tree_new (case_compare, NULL, NULL);
3497 p->outside_range_p = false;
3498 p->has_default_p = false;
3499 p->break_stmt_seen_p = false;
3500 p->in_loop_body_p = false;
3501 switch_stack = p;
3504 void
3505 pop_switch (void)
3507 struct cp_switch *cs = switch_stack;
3508 location_t switch_location;
3510 /* Emit warnings as needed. */
3511 switch_location = EXPR_LOC_OR_LOC (cs->switch_stmt, input_location);
3512 const bool bool_cond_p
3513 = (SWITCH_STMT_TYPE (cs->switch_stmt)
3514 && TREE_CODE (SWITCH_STMT_TYPE (cs->switch_stmt)) == BOOLEAN_TYPE);
3515 if (!processing_template_decl)
3516 c_do_switch_warnings (cs->cases, switch_location,
3517 SWITCH_STMT_TYPE (cs->switch_stmt),
3518 SWITCH_STMT_COND (cs->switch_stmt),
3519 bool_cond_p, cs->outside_range_p);
3521 /* For the benefit of block_may_fallthru remember if the switch body
3522 case labels cover all possible values and if there are break; stmts. */
3523 if (cs->has_default_p
3524 || (!processing_template_decl
3525 && c_switch_covers_all_cases_p (cs->cases,
3526 SWITCH_STMT_TYPE (cs->switch_stmt))))
3527 SWITCH_STMT_ALL_CASES_P (cs->switch_stmt) = 1;
3528 if (!cs->break_stmt_seen_p)
3529 SWITCH_STMT_NO_BREAK_P (cs->switch_stmt) = 1;
3530 gcc_assert (!cs->in_loop_body_p);
3531 splay_tree_delete (cs->cases);
3532 switch_stack = switch_stack->next;
3533 free (cs);
3536 /* Note that a BREAK_STMT is about to be added. If it is inside of
3537 a SWITCH_STMT and not inside of a loop body inside of it, note
3538 in switch_stack we've seen a BREAK_STMT. */
3540 void
3541 note_break_stmt (void)
3543 if (switch_stack && !switch_stack->in_loop_body_p)
3544 switch_stack->break_stmt_seen_p = true;
3547 /* Note the start of processing of an iteration statement's body.
3548 The note_break_stmt function will do nothing while processing it.
3549 Return a flag that should be passed to note_iteration_stmt_body_end. */
3551 bool
3552 note_iteration_stmt_body_start (void)
3554 if (!switch_stack)
3555 return false;
3556 bool ret = switch_stack->in_loop_body_p;
3557 switch_stack->in_loop_body_p = true;
3558 return ret;
3561 /* Note the end of processing of an iteration statement's body. */
3563 void
3564 note_iteration_stmt_body_end (bool prev)
3566 if (switch_stack)
3567 switch_stack->in_loop_body_p = prev;
3570 /* Convert a case constant VALUE in a switch to the type TYPE of the switch
3571 condition. Note that if TYPE and VALUE are already integral we don't
3572 really do the conversion because the language-independent
3573 warning/optimization code will work better that way. */
3575 static tree
3576 case_conversion (tree type, tree value)
3578 if (value == NULL_TREE)
3579 return value;
3581 value = mark_rvalue_use (value);
3583 if (cxx_dialect >= cxx11
3584 && (SCOPED_ENUM_P (type)
3585 || !INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (TREE_TYPE (value))))
3587 if (INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
3588 type = type_promotes_to (type);
3589 value = (perform_implicit_conversion_flags
3590 (type, value, tf_warning_or_error,
3591 LOOKUP_IMPLICIT | LOOKUP_NO_NON_INTEGRAL));
3593 return cxx_constant_value (value);
3596 /* Note that we've seen a definition of a case label, and complain if this
3597 is a bad place for one. */
3599 tree
3600 finish_case_label (location_t loc, tree low_value, tree high_value)
3602 tree cond, r;
3603 cp_binding_level *p;
3604 tree type;
3606 if (low_value == NULL_TREE && high_value == NULL_TREE)
3607 switch_stack->has_default_p = true;
3609 if (processing_template_decl)
3611 tree label;
3613 /* For templates, just add the case label; we'll do semantic
3614 analysis at instantiation-time. */
3615 label = build_decl (loc, LABEL_DECL, NULL_TREE, NULL_TREE);
3616 return add_stmt (build_case_label (low_value, high_value, label));
3619 /* Find the condition on which this switch statement depends. */
3620 cond = SWITCH_STMT_COND (switch_stack->switch_stmt);
3621 if (cond && TREE_CODE (cond) == TREE_LIST)
3622 cond = TREE_VALUE (cond);
3624 if (!check_switch_goto (switch_stack->level))
3625 return error_mark_node;
3627 type = SWITCH_STMT_TYPE (switch_stack->switch_stmt);
3629 low_value = case_conversion (type, low_value);
3630 high_value = case_conversion (type, high_value);
3632 r = c_add_case_label (loc, switch_stack->cases, cond, type,
3633 low_value, high_value,
3634 &switch_stack->outside_range_p);
3636 /* After labels, make any new cleanups in the function go into their
3637 own new (temporary) binding contour. */
3638 for (p = current_binding_level;
3639 p->kind != sk_function_parms;
3640 p = p->level_chain)
3641 p->more_cleanups_ok = 0;
3643 return r;
3646 struct typename_info {
3647 tree scope;
3648 tree name;
3649 tree template_id;
3650 bool enum_p;
3651 bool class_p;
3654 struct typename_hasher : ggc_ptr_hash<tree_node>
3656 typedef typename_info *compare_type;
3658 /* Hash a TYPENAME_TYPE. */
3660 static hashval_t
3661 hash (tree t)
3663 hashval_t hash;
3665 hash = (htab_hash_pointer (TYPE_CONTEXT (t))
3666 ^ htab_hash_pointer (TYPE_IDENTIFIER (t)));
3668 return hash;
3671 /* Compare two TYPENAME_TYPEs. */
3673 static bool
3674 equal (tree t1, const typename_info *t2)
3676 return (TYPE_IDENTIFIER (t1) == t2->name
3677 && TYPE_CONTEXT (t1) == t2->scope
3678 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id
3679 && TYPENAME_IS_ENUM_P (t1) == t2->enum_p
3680 && TYPENAME_IS_CLASS_P (t1) == t2->class_p);
3684 /* Build a TYPENAME_TYPE. If the type is `typename T::t', CONTEXT is
3685 the type of `T', NAME is the IDENTIFIER_NODE for `t'.
3687 Returns the new TYPENAME_TYPE. */
3689 static GTY (()) hash_table<typename_hasher> *typename_htab;
3691 tree
3692 build_typename_type (tree context, tree name, tree fullname,
3693 enum tag_types tag_type)
3695 tree t;
3696 tree d;
3697 typename_info ti;
3698 tree *e;
3699 hashval_t hash;
3701 if (typename_htab == NULL)
3702 typename_htab = hash_table<typename_hasher>::create_ggc (61);
3704 ti.scope = FROB_CONTEXT (context);
3705 ti.name = name;
3706 ti.template_id = fullname;
3707 ti.enum_p = tag_type == enum_type;
3708 ti.class_p = (tag_type == class_type
3709 || tag_type == record_type
3710 || tag_type == union_type);
3711 hash = (htab_hash_pointer (ti.scope)
3712 ^ htab_hash_pointer (ti.name));
3714 /* See if we already have this type. */
3715 e = typename_htab->find_slot_with_hash (&ti, hash, INSERT);
3716 if (*e)
3717 t = *e;
3718 else
3720 /* Build the TYPENAME_TYPE. */
3721 t = cxx_make_type (TYPENAME_TYPE);
3722 TYPE_CONTEXT (t) = ti.scope;
3723 TYPENAME_TYPE_FULLNAME (t) = ti.template_id;
3724 TYPENAME_IS_ENUM_P (t) = ti.enum_p;
3725 TYPENAME_IS_CLASS_P (t) = ti.class_p;
3727 /* Build the corresponding TYPE_DECL. */
3728 d = build_decl (input_location, TYPE_DECL, name, t);
3729 TYPE_NAME (TREE_TYPE (d)) = d;
3730 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
3731 DECL_CONTEXT (d) = FROB_CONTEXT (context);
3732 DECL_ARTIFICIAL (d) = 1;
3734 /* Store it in the hash table. */
3735 *e = t;
3737 /* TYPENAME_TYPEs must always be compared structurally, because
3738 they may or may not resolve down to another type depending on
3739 the currently open classes. */
3740 SET_TYPE_STRUCTURAL_EQUALITY (t);
3743 return t;
3746 /* Resolve `typename CONTEXT::NAME'. TAG_TYPE indicates the tag
3747 provided to name the type. Returns an appropriate type, unless an
3748 error occurs, in which case error_mark_node is returned. If we
3749 locate a non-artificial TYPE_DECL and TF_KEEP_TYPE_DECL is set, we
3750 return that, rather than the _TYPE it corresponds to, in other
3751 cases we look through the type decl. If TF_ERROR is set, complain
3752 about errors, otherwise be quiet. */
3754 tree
3755 make_typename_type (tree context, tree name, enum tag_types tag_type,
3756 tsubst_flags_t complain)
3758 tree fullname;
3759 tree t;
3760 bool want_template;
3762 if (name == error_mark_node
3763 || context == NULL_TREE
3764 || context == error_mark_node)
3765 return error_mark_node;
3767 if (TYPE_P (name))
3769 if (!(TYPE_LANG_SPECIFIC (name)
3770 && (CLASSTYPE_IS_TEMPLATE (name)
3771 || CLASSTYPE_USE_TEMPLATE (name))))
3772 name = TYPE_IDENTIFIER (name);
3773 else
3774 /* Create a TEMPLATE_ID_EXPR for the type. */
3775 name = build_nt (TEMPLATE_ID_EXPR,
3776 CLASSTYPE_TI_TEMPLATE (name),
3777 CLASSTYPE_TI_ARGS (name));
3779 else if (TREE_CODE (name) == TYPE_DECL)
3780 name = DECL_NAME (name);
3782 fullname = name;
3784 if (TREE_CODE (name) == TEMPLATE_ID_EXPR)
3786 name = TREE_OPERAND (name, 0);
3787 if (DECL_TYPE_TEMPLATE_P (name))
3788 name = TREE_OPERAND (fullname, 0) = DECL_NAME (name);
3789 if (TREE_CODE (name) != IDENTIFIER_NODE)
3791 if (complain & tf_error)
3792 error ("%qD is not a type", name);
3793 return error_mark_node;
3796 if (TREE_CODE (name) == TEMPLATE_DECL)
3798 if (complain & tf_error)
3799 error ("%qD used without template parameters", name);
3800 return error_mark_node;
3802 gcc_assert (identifier_p (name));
3803 gcc_assert (TYPE_P (context));
3805 if (!MAYBE_CLASS_TYPE_P (context))
3807 if (complain & tf_error)
3808 error ("%q#T is not a class", context);
3809 return error_mark_node;
3812 /* When the CONTEXT is a dependent type, NAME could refer to a
3813 dependent base class of CONTEXT. But look inside it anyway
3814 if CONTEXT is a currently open scope, in case it refers to a
3815 member of the current instantiation or a non-dependent base;
3816 lookup will stop when we hit a dependent base. */
3817 if (!dependent_scope_p (context))
3818 /* We should only set WANT_TYPE when we're a nested typename type.
3819 Then we can give better diagnostics if we find a non-type. */
3820 t = lookup_field (context, name, 2, /*want_type=*/true);
3821 else
3822 t = NULL_TREE;
3824 if ((!t || TREE_CODE (t) == TREE_LIST) && dependent_type_p (context))
3825 return build_typename_type (context, name, fullname, tag_type);
3827 want_template = TREE_CODE (fullname) == TEMPLATE_ID_EXPR;
3829 if (!t)
3831 if (complain & tf_error)
3833 if (!COMPLETE_TYPE_P (context))
3834 cxx_incomplete_type_error (NULL_TREE, context);
3835 else
3836 error (want_template ? G_("no class template named %q#T in %q#T")
3837 : G_("no type named %q#T in %q#T"), name, context);
3839 return error_mark_node;
3842 /* Pull out the template from an injected-class-name (or multiple). */
3843 if (want_template)
3844 t = maybe_get_template_decl_from_type_decl (t);
3846 if (TREE_CODE (t) == TREE_LIST)
3848 if (complain & tf_error)
3850 error ("lookup of %qT in %qT is ambiguous", name, context);
3851 print_candidates (t);
3853 return error_mark_node;
3856 if (want_template && !DECL_TYPE_TEMPLATE_P (t))
3858 if (complain & tf_error)
3859 error ("%<typename %T::%D%> names %q#T, which is not a class template",
3860 context, name, t);
3861 return error_mark_node;
3863 if (!want_template && TREE_CODE (t) != TYPE_DECL)
3865 if (complain & tf_error)
3866 error ("%<typename %T::%D%> names %q#T, which is not a type",
3867 context, name, t);
3868 return error_mark_node;
3871 if (!perform_or_defer_access_check (TYPE_BINFO (context), t, t, complain))
3872 return error_mark_node;
3874 /* If we are currently parsing a template and if T is a typedef accessed
3875 through CONTEXT then we need to remember and check access of T at
3876 template instantiation time. */
3877 add_typedef_to_current_template_for_access_check (t, context, input_location);
3879 if (want_template)
3880 return lookup_template_class (t, TREE_OPERAND (fullname, 1),
3881 NULL_TREE, context,
3882 /*entering_scope=*/0,
3883 complain | tf_user);
3885 if (DECL_ARTIFICIAL (t) || !(complain & tf_keep_type_decl))
3886 t = TREE_TYPE (t);
3888 maybe_record_typedef_use (t);
3890 return t;
3893 /* Resolve `CONTEXT::template NAME'. Returns a TEMPLATE_DECL if the name
3894 can be resolved or an UNBOUND_CLASS_TEMPLATE, unless an error occurs,
3895 in which case error_mark_node is returned.
3897 If PARM_LIST is non-NULL, also make sure that the template parameter
3898 list of TEMPLATE_DECL matches.
3900 If COMPLAIN zero, don't complain about any errors that occur. */
3902 tree
3903 make_unbound_class_template (tree context, tree name, tree parm_list,
3904 tsubst_flags_t complain)
3906 tree t;
3907 tree d;
3909 if (TYPE_P (name))
3910 name = TYPE_IDENTIFIER (name);
3911 else if (DECL_P (name))
3912 name = DECL_NAME (name);
3913 gcc_assert (identifier_p (name));
3915 if (!dependent_type_p (context)
3916 || currently_open_class (context))
3918 tree tmpl = NULL_TREE;
3920 if (MAYBE_CLASS_TYPE_P (context))
3921 tmpl = lookup_field (context, name, 0, false);
3923 if (tmpl && TREE_CODE (tmpl) == TYPE_DECL)
3924 tmpl = maybe_get_template_decl_from_type_decl (tmpl);
3926 if (!tmpl || !DECL_TYPE_TEMPLATE_P (tmpl))
3928 if (complain & tf_error)
3929 error ("no class template named %q#T in %q#T", name, context);
3930 return error_mark_node;
3933 if (parm_list
3934 && !comp_template_parms (DECL_TEMPLATE_PARMS (tmpl), parm_list))
3936 if (complain & tf_error)
3938 error ("template parameters do not match template %qD", tmpl);
3939 inform (DECL_SOURCE_LOCATION (tmpl),
3940 "%qD declared here", tmpl);
3942 return error_mark_node;
3945 if (!perform_or_defer_access_check (TYPE_BINFO (context), tmpl, tmpl,
3946 complain))
3947 return error_mark_node;
3949 return tmpl;
3952 /* Build the UNBOUND_CLASS_TEMPLATE. */
3953 t = cxx_make_type (UNBOUND_CLASS_TEMPLATE);
3954 TYPE_CONTEXT (t) = FROB_CONTEXT (context);
3955 TREE_TYPE (t) = NULL_TREE;
3956 SET_TYPE_STRUCTURAL_EQUALITY (t);
3958 /* Build the corresponding TEMPLATE_DECL. */
3959 d = build_decl (input_location, TEMPLATE_DECL, name, t);
3960 TYPE_NAME (TREE_TYPE (d)) = d;
3961 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
3962 DECL_CONTEXT (d) = FROB_CONTEXT (context);
3963 DECL_ARTIFICIAL (d) = 1;
3964 DECL_TEMPLATE_PARMS (d) = parm_list;
3966 return t;
3971 /* Push the declarations of builtin types into the global namespace.
3972 RID_INDEX is the index of the builtin type in the array
3973 RID_POINTERS. NAME is the name used when looking up the builtin
3974 type. TYPE is the _TYPE node for the builtin type.
3976 The calls to set_global_binding below should be
3977 eliminated. Built-in types should not be looked up name; their
3978 names are keywords that the parser can recognize. However, there
3979 is code in c-common.c that uses identifier_global_value to look up
3980 built-in types by name. */
3982 void
3983 record_builtin_type (enum rid rid_index,
3984 const char* name,
3985 tree type)
3987 tree decl = NULL_TREE;
3989 if (name)
3991 tree tname = get_identifier (name);
3992 tree tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type);
3993 DECL_ARTIFICIAL (tdecl) = 1;
3994 set_global_binding (tdecl);
3995 decl = tdecl;
3998 if ((int) rid_index < (int) RID_MAX)
3999 if (tree rname = ridpointers[(int) rid_index])
4000 if (!decl || DECL_NAME (decl) != rname)
4002 tree rdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type);
4003 DECL_ARTIFICIAL (rdecl) = 1;
4004 set_global_binding (rdecl);
4005 if (!decl)
4006 decl = rdecl;
4009 if (decl)
4011 if (!TYPE_NAME (type))
4012 TYPE_NAME (type) = decl;
4013 debug_hooks->type_decl (decl, 0);
4017 /* Push a type into the namespace so that the back ends ignore it. */
4019 static void
4020 record_unknown_type (tree type, const char* name)
4022 tree decl = pushdecl (build_decl (UNKNOWN_LOCATION,
4023 TYPE_DECL, get_identifier (name), type));
4024 /* Make sure the "unknown type" typedecl gets ignored for debug info. */
4025 DECL_IGNORED_P (decl) = 1;
4026 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
4027 TYPE_SIZE (type) = TYPE_SIZE (void_type_node);
4028 SET_TYPE_ALIGN (type, 1);
4029 TYPE_USER_ALIGN (type) = 0;
4030 SET_TYPE_MODE (type, TYPE_MODE (void_type_node));
4033 /* Create all the predefined identifiers. */
4035 static void
4036 initialize_predefined_identifiers (void)
4038 struct predefined_identifier
4040 const char *name; /* Name. */
4041 tree *node; /* Node to store it in. */
4042 cp_identifier_kind kind; /* Kind of identifier. */
4045 /* A table of identifiers to create at startup. */
4046 static const predefined_identifier predefined_identifiers[] = {
4047 {"C++", &lang_name_cplusplus, cik_normal},
4048 {"C", &lang_name_c, cik_normal},
4049 /* Some of these names have a trailing space so that it is
4050 impossible for them to conflict with names written by users. */
4051 {"__ct ", &ctor_identifier, cik_ctor},
4052 {"__ct_base ", &base_ctor_identifier, cik_ctor},
4053 {"__ct_comp ", &complete_ctor_identifier, cik_ctor},
4054 {"__dt ", &dtor_identifier, cik_dtor},
4055 {"__dt_base ", &base_dtor_identifier, cik_dtor},
4056 {"__dt_comp ", &complete_dtor_identifier, cik_dtor},
4057 {"__dt_del ", &deleting_dtor_identifier, cik_dtor},
4058 {"__conv_op ", &conv_op_identifier, cik_conv_op},
4059 {"__in_chrg", &in_charge_identifier, cik_normal},
4060 {"this", &this_identifier, cik_normal},
4061 {"__delta", &delta_identifier, cik_normal},
4062 {"__pfn", &pfn_identifier, cik_normal},
4063 {"_vptr", &vptr_identifier, cik_normal},
4064 {"__vtt_parm", &vtt_parm_identifier, cik_normal},
4065 {"::", &global_identifier, cik_normal},
4066 {"std", &std_identifier, cik_normal},
4067 /* The demangler expects anonymous namespaces to be called
4068 something starting with '_GLOBAL__N_'. It no longer needs
4069 to be unique to the TU. */
4070 {"_GLOBAL__N_1", &anon_identifier, cik_normal},
4071 {"auto", &auto_identifier, cik_normal},
4072 {"decltype(auto)", &decltype_auto_identifier, cik_normal},
4073 {"initializer_list", &init_list_identifier, cik_normal},
4074 {NULL, NULL, cik_normal}
4077 for (const predefined_identifier *pid = predefined_identifiers;
4078 pid->name; ++pid)
4080 *pid->node = get_identifier (pid->name);
4081 /* Some of these identifiers already have a special kind. */
4082 if (pid->kind != cik_normal)
4083 set_identifier_kind (*pid->node, pid->kind);
4087 /* Create the predefined scalar types of C,
4088 and some nodes representing standard constants (0, 1, (void *)0).
4089 Initialize the global binding level.
4090 Make definitions for built-in primitive functions. */
4092 void
4093 cxx_init_decl_processing (void)
4095 tree void_ftype;
4096 tree void_ftype_ptr;
4098 /* Create all the identifiers we need. */
4099 initialize_predefined_identifiers ();
4101 /* Create the global variables. */
4102 push_to_top_level ();
4104 current_function_decl = NULL_TREE;
4105 current_binding_level = NULL;
4106 /* Enter the global namespace. */
4107 gcc_assert (global_namespace == NULL_TREE);
4108 global_namespace = build_lang_decl (NAMESPACE_DECL, global_identifier,
4109 void_type_node);
4110 TREE_PUBLIC (global_namespace) = 1;
4111 DECL_CONTEXT (global_namespace)
4112 = build_translation_unit_decl (get_identifier (main_input_filename));
4113 /* Remember whether we want the empty class passing ABI change warning
4114 in this TU. */
4115 TRANSLATION_UNIT_WARN_EMPTY_P (DECL_CONTEXT (global_namespace))
4116 = warn_abi && abi_version_crosses (12);
4117 debug_hooks->register_main_translation_unit
4118 (DECL_CONTEXT (global_namespace));
4119 begin_scope (sk_namespace, global_namespace);
4120 current_namespace = global_namespace;
4122 if (flag_visibility_ms_compat)
4123 default_visibility = VISIBILITY_HIDDEN;
4125 /* Initially, C. */
4126 current_lang_name = lang_name_c;
4128 /* Create the `std' namespace. */
4129 push_namespace (std_identifier);
4130 std_node = current_namespace;
4131 pop_namespace ();
4133 flag_noexcept_type = (cxx_dialect >= cxx17);
4134 /* There's no fixed location for <command-line>, the current
4135 location is <builtins>, which is somewhat confusing. */
4136 if (!flag_new_for_scope)
4137 warning_at (UNKNOWN_LOCATION, OPT_Wdeprecated,
4138 "%<-fno-for-scope%> is deprecated");
4139 if (flag_friend_injection)
4140 warning_at (UNKNOWN_LOCATION, OPT_Wdeprecated,
4141 "%<-ffriend-injection%> is deprecated");
4143 c_common_nodes_and_builtins ();
4145 integer_two_node = build_int_cst (NULL_TREE, 2);
4147 /* Guess at the initial static decls size. */
4148 vec_alloc (static_decls, 500);
4150 /* ... and keyed classes. */
4151 vec_alloc (keyed_classes, 100);
4153 record_builtin_type (RID_BOOL, "bool", boolean_type_node);
4154 truthvalue_type_node = boolean_type_node;
4155 truthvalue_false_node = boolean_false_node;
4156 truthvalue_true_node = boolean_true_node;
4158 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE);
4159 noexcept_true_spec = build_tree_list (boolean_true_node, NULL_TREE);
4160 noexcept_false_spec = build_tree_list (boolean_false_node, NULL_TREE);
4161 noexcept_deferred_spec = build_tree_list (make_node (DEFERRED_NOEXCEPT),
4162 NULL_TREE);
4164 #if 0
4165 record_builtin_type (RID_MAX, NULL, string_type_node);
4166 #endif
4168 delta_type_node = ptrdiff_type_node;
4169 vtable_index_type = ptrdiff_type_node;
4171 vtt_parm_type = build_pointer_type (const_ptr_type_node);
4172 void_ftype = build_function_type_list (void_type_node, NULL_TREE);
4173 void_ftype_ptr = build_function_type_list (void_type_node,
4174 ptr_type_node, NULL_TREE);
4175 void_ftype_ptr
4176 = build_exception_variant (void_ftype_ptr, empty_except_spec);
4178 /* Create the conversion operator marker. This operator's DECL_NAME
4179 is in the identifier table, so we can use identifier equality to
4180 find it. */
4181 conv_op_marker = build_lang_decl (FUNCTION_DECL, conv_op_identifier,
4182 void_ftype);
4184 /* C++ extensions */
4186 unknown_type_node = make_node (LANG_TYPE);
4187 record_unknown_type (unknown_type_node, "unknown type");
4189 /* Indirecting an UNKNOWN_TYPE node yields an UNKNOWN_TYPE node. */
4190 TREE_TYPE (unknown_type_node) = unknown_type_node;
4192 /* Looking up TYPE_POINTER_TO and TYPE_REFERENCE_TO yield the same
4193 result. */
4194 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node;
4195 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node;
4197 init_list_type_node = make_node (LANG_TYPE);
4198 record_unknown_type (init_list_type_node, "init list");
4201 /* Make sure we get a unique function type, so we can give
4202 its pointer type a name. (This wins for gdb.) */
4203 tree vfunc_type = make_node (FUNCTION_TYPE);
4204 TREE_TYPE (vfunc_type) = integer_type_node;
4205 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE;
4206 layout_type (vfunc_type);
4208 vtable_entry_type = build_pointer_type (vfunc_type);
4210 record_builtin_type (RID_MAX, "__vtbl_ptr_type", vtable_entry_type);
4212 vtbl_type_node
4213 = build_cplus_array_type (vtable_entry_type, NULL_TREE);
4214 layout_type (vtbl_type_node);
4215 vtbl_type_node = cp_build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST);
4216 record_builtin_type (RID_MAX, NULL, vtbl_type_node);
4217 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type);
4218 layout_type (vtbl_ptr_type_node);
4219 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node);
4221 push_namespace (get_identifier ("__cxxabiv1"));
4222 abi_node = current_namespace;
4223 pop_namespace ();
4225 global_type_node = make_node (LANG_TYPE);
4226 record_unknown_type (global_type_node, "global type");
4228 any_targ_node = make_node (LANG_TYPE);
4229 record_unknown_type (any_targ_node, "any type");
4231 /* Now, C++. */
4232 current_lang_name = lang_name_cplusplus;
4234 if (aligned_new_threshold > 1
4235 && !pow2p_hwi (aligned_new_threshold))
4237 error ("-faligned-new=%d is not a power of two", aligned_new_threshold);
4238 aligned_new_threshold = 1;
4240 if (aligned_new_threshold == -1)
4241 aligned_new_threshold = (cxx_dialect >= cxx17) ? 1 : 0;
4242 if (aligned_new_threshold == 1)
4243 aligned_new_threshold = malloc_alignment () / BITS_PER_UNIT;
4246 tree newattrs, extvisattr;
4247 tree newtype, deltype;
4248 tree ptr_ftype_sizetype;
4249 tree new_eh_spec;
4251 ptr_ftype_sizetype
4252 = build_function_type_list (ptr_type_node, size_type_node, NULL_TREE);
4253 if (cxx_dialect == cxx98)
4255 tree bad_alloc_id;
4256 tree bad_alloc_type_node;
4257 tree bad_alloc_decl;
4259 push_namespace (std_identifier);
4260 bad_alloc_id = get_identifier ("bad_alloc");
4261 bad_alloc_type_node = make_class_type (RECORD_TYPE);
4262 TYPE_CONTEXT (bad_alloc_type_node) = current_namespace;
4263 bad_alloc_decl
4264 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node);
4265 DECL_CONTEXT (bad_alloc_decl) = current_namespace;
4266 pop_namespace ();
4268 new_eh_spec
4269 = add_exception_specifier (NULL_TREE, bad_alloc_type_node, -1);
4271 else
4272 new_eh_spec = noexcept_false_spec;
4274 /* Ensure attribs.c is initialized. */
4275 init_attributes ();
4277 /* Ensure constraint.cc is initialized. */
4278 init_constraint_processing ();
4280 extvisattr = build_tree_list (get_identifier ("externally_visible"),
4281 NULL_TREE);
4282 newattrs = tree_cons (get_identifier ("alloc_size"),
4283 build_tree_list (NULL_TREE, integer_one_node),
4284 extvisattr);
4285 newtype = cp_build_type_attribute_variant (ptr_ftype_sizetype, newattrs);
4286 newtype = build_exception_variant (newtype, new_eh_spec);
4287 deltype = cp_build_type_attribute_variant (void_ftype_ptr, extvisattr);
4288 deltype = build_exception_variant (deltype, empty_except_spec);
4289 tree opnew = push_cp_library_fn (NEW_EXPR, newtype, 0);
4290 DECL_IS_MALLOC (opnew) = 1;
4291 DECL_IS_OPERATOR_NEW (opnew) = 1;
4292 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0);
4293 DECL_IS_MALLOC (opnew) = 1;
4294 DECL_IS_OPERATOR_NEW (opnew) = 1;
4295 push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW);
4296 push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW);
4297 if (flag_sized_deallocation)
4299 /* Also push the sized deallocation variants:
4300 void operator delete(void*, std::size_t) throw();
4301 void operator delete[](void*, std::size_t) throw(); */
4302 tree void_ftype_ptr_size
4303 = build_function_type_list (void_type_node, ptr_type_node,
4304 size_type_node, NULL_TREE);
4305 deltype = cp_build_type_attribute_variant (void_ftype_ptr_size,
4306 extvisattr);
4307 deltype = build_exception_variant (deltype, empty_except_spec);
4308 push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW);
4309 push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW);
4312 if (aligned_new_threshold)
4314 push_namespace (std_identifier);
4315 tree align_id = get_identifier ("align_val_t");
4316 align_type_node = start_enum (align_id, NULL_TREE, size_type_node,
4317 NULL_TREE, /*scoped*/true, NULL);
4318 pop_namespace ();
4320 /* operator new (size_t, align_val_t); */
4321 newtype = build_function_type_list (ptr_type_node, size_type_node,
4322 align_type_node, NULL_TREE);
4323 newtype = cp_build_type_attribute_variant (newtype, newattrs);
4324 newtype = build_exception_variant (newtype, new_eh_spec);
4325 opnew = push_cp_library_fn (NEW_EXPR, newtype, 0);
4326 DECL_IS_MALLOC (opnew) = 1;
4327 DECL_IS_OPERATOR_NEW (opnew) = 1;
4328 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0);
4329 DECL_IS_MALLOC (opnew) = 1;
4330 DECL_IS_OPERATOR_NEW (opnew) = 1;
4332 /* operator delete (void *, align_val_t); */
4333 deltype = build_function_type_list (void_type_node, ptr_type_node,
4334 align_type_node, NULL_TREE);
4335 deltype = cp_build_type_attribute_variant (deltype, extvisattr);
4336 deltype = build_exception_variant (deltype, empty_except_spec);
4337 push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW);
4338 push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW);
4340 if (flag_sized_deallocation)
4342 /* operator delete (void *, size_t, align_val_t); */
4343 deltype = build_function_type_list (void_type_node, ptr_type_node,
4344 size_type_node, align_type_node,
4345 NULL_TREE);
4346 deltype = cp_build_type_attribute_variant (deltype, extvisattr);
4347 deltype = build_exception_variant (deltype, empty_except_spec);
4348 push_cp_library_fn (DELETE_EXPR, deltype, ECF_NOTHROW);
4349 push_cp_library_fn (VEC_DELETE_EXPR, deltype, ECF_NOTHROW);
4353 nullptr_type_node = make_node (NULLPTR_TYPE);
4354 TYPE_SIZE (nullptr_type_node) = bitsize_int (GET_MODE_BITSIZE (ptr_mode));
4355 TYPE_SIZE_UNIT (nullptr_type_node) = size_int (GET_MODE_SIZE (ptr_mode));
4356 TYPE_UNSIGNED (nullptr_type_node) = 1;
4357 TYPE_PRECISION (nullptr_type_node) = GET_MODE_BITSIZE (ptr_mode);
4358 if (abi_version_at_least (9))
4359 SET_TYPE_ALIGN (nullptr_type_node, GET_MODE_ALIGNMENT (ptr_mode));
4360 SET_TYPE_MODE (nullptr_type_node, ptr_mode);
4361 record_builtin_type (RID_MAX, "decltype(nullptr)", nullptr_type_node);
4362 nullptr_node = build_int_cst (nullptr_type_node, 0);
4365 abort_fndecl
4366 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype,
4367 ECF_NORETURN | ECF_NOTHROW | ECF_COLD);
4369 /* Perform other language dependent initializations. */
4370 init_class_processing ();
4371 init_rtti_processing ();
4372 init_template_processing ();
4374 if (flag_exceptions)
4375 init_exception_processing ();
4377 if (! supports_one_only ())
4378 flag_weak = 0;
4380 make_fname_decl = cp_make_fname_decl;
4381 start_fname_decls ();
4383 /* Show we use EH for cleanups. */
4384 if (flag_exceptions)
4385 using_eh_for_cleanups ();
4388 /* Generate an initializer for a function naming variable from
4389 NAME. NAME may be NULL, to indicate a dependent name. TYPE_P is
4390 filled in with the type of the init. */
4392 tree
4393 cp_fname_init (const char* name, tree *type_p)
4395 tree domain = NULL_TREE;
4396 tree type;
4397 tree init = NULL_TREE;
4398 size_t length = 0;
4400 if (name)
4402 length = strlen (name);
4403 domain = build_index_type (size_int (length));
4404 init = build_string (length + 1, name);
4407 type = cp_build_qualified_type (char_type_node, TYPE_QUAL_CONST);
4408 type = build_cplus_array_type (type, domain);
4410 *type_p = type;
4412 if (init)
4413 TREE_TYPE (init) = type;
4414 else
4415 init = error_mark_node;
4417 return init;
4420 /* Create the VAR_DECL for __FUNCTION__ etc. ID is the name to give
4421 the decl, LOC is the location to give the decl, NAME is the
4422 initialization string and TYPE_DEP indicates whether NAME depended
4423 on the type of the function. We make use of that to detect
4424 __PRETTY_FUNCTION__ inside a template fn. This is being done lazily
4425 at the point of first use, so we mustn't push the decl now. */
4427 static tree
4428 cp_make_fname_decl (location_t loc, tree id, int type_dep)
4430 const char *const name = (type_dep && processing_template_decl
4431 ? NULL : fname_as_string (type_dep));
4432 tree type;
4433 tree init = cp_fname_init (name, &type);
4434 tree decl = build_decl (loc, VAR_DECL, id, type);
4436 if (name)
4437 free (CONST_CAST (char *, name));
4439 TREE_STATIC (decl) = 1;
4440 TREE_READONLY (decl) = 1;
4441 DECL_ARTIFICIAL (decl) = 1;
4443 TREE_USED (decl) = 1;
4445 if (current_function_decl)
4447 DECL_CONTEXT (decl) = current_function_decl;
4448 decl = pushdecl_outermost_localscope (decl);
4449 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, NULL_TREE,
4450 LOOKUP_ONLYCONVERTING);
4452 else
4454 DECL_THIS_STATIC (decl) = true;
4455 pushdecl_top_level_and_finish (decl, init);
4458 return decl;
4461 static tree
4462 builtin_function_1 (tree decl, tree context, bool is_global)
4464 tree id = DECL_NAME (decl);
4465 const char *name = IDENTIFIER_POINTER (id);
4467 retrofit_lang_decl (decl);
4469 DECL_ARTIFICIAL (decl) = 1;
4470 SET_DECL_LANGUAGE (decl, lang_c);
4471 /* Runtime library routines are, by definition, available in an
4472 external shared object. */
4473 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT;
4474 DECL_VISIBILITY_SPECIFIED (decl) = 1;
4476 DECL_CONTEXT (decl) = context;
4478 /* A function in the user's namespace should have an explicit
4479 declaration before it is used. Mark the built-in function as
4480 anticipated but not actually declared. */
4481 if (name[0] != '_' || name[1] != '_')
4482 DECL_ANTICIPATED (decl) = 1;
4483 else if (strncmp (name + 2, "builtin_", strlen ("builtin_")) != 0)
4485 size_t len = strlen (name);
4487 /* Treat __*_chk fortification functions as anticipated as well,
4488 unless they are __builtin_*. */
4489 if (len > strlen ("___chk")
4490 && memcmp (name + len - strlen ("_chk"),
4491 "_chk", strlen ("_chk") + 1) == 0)
4492 DECL_ANTICIPATED (decl) = 1;
4495 if (is_global)
4496 pushdecl_top_level (decl);
4497 else
4498 pushdecl (decl);
4500 return decl;
4503 tree
4504 cxx_builtin_function (tree decl)
4506 tree id = DECL_NAME (decl);
4507 const char *name = IDENTIFIER_POINTER (id);
4508 /* All builtins that don't begin with an '_' should additionally
4509 go in the 'std' namespace. */
4510 if (name[0] != '_')
4512 tree decl2 = copy_node(decl);
4513 push_namespace (std_identifier);
4514 builtin_function_1 (decl2, std_node, false);
4515 pop_namespace ();
4518 return builtin_function_1 (decl, NULL_TREE, false);
4521 /* Like cxx_builtin_function, but guarantee the function is added to the global
4522 scope. This is to allow function specific options to add new machine
4523 dependent builtins when the target ISA changes via attribute((target(...)))
4524 which saves space on program startup if the program does not use non-generic
4525 ISAs. */
4527 tree
4528 cxx_builtin_function_ext_scope (tree decl)
4531 tree id = DECL_NAME (decl);
4532 const char *name = IDENTIFIER_POINTER (id);
4533 /* All builtins that don't begin with an '_' should additionally
4534 go in the 'std' namespace. */
4535 if (name[0] != '_')
4537 tree decl2 = copy_node(decl);
4538 push_namespace (std_identifier);
4539 builtin_function_1 (decl2, std_node, true);
4540 pop_namespace ();
4543 return builtin_function_1 (decl, NULL_TREE, true);
4546 /* Generate a FUNCTION_DECL with the typical flags for a runtime library
4547 function. Not called directly. */
4549 static tree
4550 build_library_fn (tree name, enum tree_code operator_code, tree type,
4551 int ecf_flags)
4553 tree fn = build_lang_decl (FUNCTION_DECL, name, type);
4554 DECL_EXTERNAL (fn) = 1;
4555 TREE_PUBLIC (fn) = 1;
4556 DECL_ARTIFICIAL (fn) = 1;
4557 DECL_OVERLOADED_OPERATOR_CODE_RAW (fn)
4558 = OVL_OP_INFO (false, operator_code)->ovl_op_code;
4559 SET_DECL_LANGUAGE (fn, lang_c);
4560 /* Runtime library routines are, by definition, available in an
4561 external shared object. */
4562 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT;
4563 DECL_VISIBILITY_SPECIFIED (fn) = 1;
4564 set_call_expr_flags (fn, ecf_flags);
4565 return fn;
4568 /* Returns the _DECL for a library function with C++ linkage. */
4570 static tree
4571 build_cp_library_fn (tree name, enum tree_code operator_code, tree type,
4572 int ecf_flags)
4574 tree fn = build_library_fn (name, operator_code, type, ecf_flags);
4575 DECL_CONTEXT (fn) = FROB_CONTEXT (current_namespace);
4576 SET_DECL_LANGUAGE (fn, lang_cplusplus);
4577 return fn;
4580 /* Like build_library_fn, but takes a C string instead of an
4581 IDENTIFIER_NODE. */
4583 tree
4584 build_library_fn_ptr (const char* name, tree type, int ecf_flags)
4586 return build_library_fn (get_identifier (name), ERROR_MARK, type, ecf_flags);
4589 /* Like build_cp_library_fn, but takes a C string instead of an
4590 IDENTIFIER_NODE. */
4592 tree
4593 build_cp_library_fn_ptr (const char* name, tree type, int ecf_flags)
4595 return build_cp_library_fn (get_identifier (name), ERROR_MARK, type,
4596 ecf_flags);
4599 /* Like build_library_fn, but also pushes the function so that we will
4600 be able to find it via get_global_binding. Also, the function
4601 may throw exceptions listed in RAISES. */
4603 tree
4604 push_library_fn (tree name, tree type, tree raises, int ecf_flags)
4606 tree fn;
4608 if (raises)
4609 type = build_exception_variant (type, raises);
4611 fn = build_library_fn (name, ERROR_MARK, type, ecf_flags);
4612 pushdecl_top_level (fn);
4613 return fn;
4616 /* Like build_cp_library_fn, but also pushes the function so that it
4617 will be found by normal lookup. */
4619 static tree
4620 push_cp_library_fn (enum tree_code operator_code, tree type,
4621 int ecf_flags)
4623 tree fn = build_cp_library_fn (ovl_op_identifier (false, operator_code),
4624 operator_code, type, ecf_flags);
4625 pushdecl (fn);
4626 if (flag_tm)
4627 apply_tm_attr (fn, get_identifier ("transaction_safe"));
4628 return fn;
4631 /* Like push_library_fn, but takes a TREE_LIST of parm types rather than
4632 a FUNCTION_TYPE. */
4634 tree
4635 push_void_library_fn (tree name, tree parmtypes, int ecf_flags)
4637 tree type = build_function_type (void_type_node, parmtypes);
4638 return push_library_fn (name, type, NULL_TREE, ecf_flags);
4641 /* Like push_library_fn, but also note that this function throws
4642 and does not return. Used for __throw_foo and the like. */
4644 tree
4645 push_throw_library_fn (tree name, tree type)
4647 tree fn = push_library_fn (name, type, NULL_TREE, ECF_NORETURN | ECF_COLD);
4648 return fn;
4651 /* When we call finish_struct for an anonymous union, we create
4652 default copy constructors and such. But, an anonymous union
4653 shouldn't have such things; this function undoes the damage to the
4654 anonymous union type T.
4656 (The reason that we create the synthesized methods is that we don't
4657 distinguish `union { int i; }' from `typedef union { int i; } U'.
4658 The first is an anonymous union; the second is just an ordinary
4659 union type.) */
4661 void
4662 fixup_anonymous_aggr (tree t)
4664 /* Wipe out memory of synthesized methods. */
4665 TYPE_HAS_USER_CONSTRUCTOR (t) = 0;
4666 TYPE_HAS_DEFAULT_CONSTRUCTOR (t) = 0;
4667 TYPE_HAS_COPY_CTOR (t) = 0;
4668 TYPE_HAS_CONST_COPY_CTOR (t) = 0;
4669 TYPE_HAS_COPY_ASSIGN (t) = 0;
4670 TYPE_HAS_CONST_COPY_ASSIGN (t) = 0;
4672 /* Splice the implicitly generated functions out of TYPE_FIELDS. */
4673 for (tree probe, *prev_p = &TYPE_FIELDS (t); (probe = *prev_p);)
4674 if (TREE_CODE (probe) == FUNCTION_DECL && DECL_ARTIFICIAL (probe))
4675 *prev_p = DECL_CHAIN (probe);
4676 else
4677 prev_p = &DECL_CHAIN (probe);
4679 /* Anonymous aggregates cannot have fields with ctors, dtors or complex
4680 assignment operators (because they cannot have these methods themselves).
4681 For anonymous unions this is already checked because they are not allowed
4682 in any union, otherwise we have to check it. */
4683 if (TREE_CODE (t) != UNION_TYPE)
4685 tree field, type;
4687 for (field = TYPE_FIELDS (t); field; field = DECL_CHAIN (field))
4688 if (TREE_CODE (field) == FIELD_DECL)
4690 type = TREE_TYPE (field);
4691 if (CLASS_TYPE_P (type))
4693 if (TYPE_NEEDS_CONSTRUCTING (type))
4694 error ("member %q+#D with constructor not allowed "
4695 "in anonymous aggregate", field);
4696 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
4697 error ("member %q+#D with destructor not allowed "
4698 "in anonymous aggregate", field);
4699 if (TYPE_HAS_COMPLEX_COPY_ASSIGN (type))
4700 error ("member %q+#D with copy assignment operator "
4701 "not allowed in anonymous aggregate", field);
4707 /* Warn for an attribute located at LOCATION that appertains to the
4708 class type CLASS_TYPE that has not been properly placed after its
4709 class-key, in it class-specifier. */
4711 void
4712 warn_misplaced_attr_for_class_type (source_location location,
4713 tree class_type)
4715 gcc_assert (OVERLOAD_TYPE_P (class_type));
4717 if (warning_at (location, OPT_Wattributes,
4718 "attribute ignored in declaration "
4719 "of %q#T", class_type))
4720 inform (location,
4721 "attribute for %q#T must follow the %qs keyword",
4722 class_type, class_key_or_enum_as_string (class_type));
4725 /* Make sure that a declaration with no declarator is well-formed, i.e.
4726 just declares a tagged type or anonymous union.
4728 Returns the type declared; or NULL_TREE if none. */
4730 tree
4731 check_tag_decl (cp_decl_specifier_seq *declspecs,
4732 bool explicit_type_instantiation_p)
4734 int saw_friend = decl_spec_seq_has_spec_p (declspecs, ds_friend);
4735 int saw_typedef = decl_spec_seq_has_spec_p (declspecs, ds_typedef);
4736 /* If a class, struct, or enum type is declared by the DECLSPECS
4737 (i.e, if a class-specifier, enum-specifier, or non-typename
4738 elaborated-type-specifier appears in the DECLSPECS),
4739 DECLARED_TYPE is set to the corresponding type. */
4740 tree declared_type = NULL_TREE;
4741 bool error_p = false;
4743 if (declspecs->multiple_types_p)
4744 error ("multiple types in one declaration");
4745 else if (declspecs->redefined_builtin_type)
4747 if (!in_system_header_at (input_location))
4748 permerror (declspecs->locations[ds_redefined_builtin_type_spec],
4749 "redeclaration of C++ built-in type %qT",
4750 declspecs->redefined_builtin_type);
4751 return NULL_TREE;
4754 if (declspecs->type
4755 && TYPE_P (declspecs->type)
4756 && ((TREE_CODE (declspecs->type) != TYPENAME_TYPE
4757 && MAYBE_CLASS_TYPE_P (declspecs->type))
4758 || TREE_CODE (declspecs->type) == ENUMERAL_TYPE))
4759 declared_type = declspecs->type;
4760 else if (declspecs->type == error_mark_node)
4761 error_p = true;
4762 if (declared_type == NULL_TREE && ! saw_friend && !error_p)
4763 permerror (input_location, "declaration does not declare anything");
4764 else if (declared_type != NULL_TREE && type_uses_auto (declared_type))
4766 error_at (declspecs->locations[ds_type_spec],
4767 "%<auto%> can only be specified for variables "
4768 "or function declarations");
4769 return error_mark_node;
4771 /* Check for an anonymous union. */
4772 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type))
4773 && TYPE_UNNAMED_P (declared_type))
4775 /* 7/3 In a simple-declaration, the optional init-declarator-list
4776 can be omitted only when declaring a class (clause 9) or
4777 enumeration (7.2), that is, when the decl-specifier-seq contains
4778 either a class-specifier, an elaborated-type-specifier with
4779 a class-key (9.1), or an enum-specifier. In these cases and
4780 whenever a class-specifier or enum-specifier is present in the
4781 decl-specifier-seq, the identifiers in these specifiers are among
4782 the names being declared by the declaration (as class-name,
4783 enum-names, or enumerators, depending on the syntax). In such
4784 cases, and except for the declaration of an unnamed bit-field (9.6),
4785 the decl-specifier-seq shall introduce one or more names into the
4786 program, or shall redeclare a name introduced by a previous
4787 declaration. [Example:
4788 enum { }; // ill-formed
4789 typedef class { }; // ill-formed
4790 --end example] */
4791 if (saw_typedef)
4793 error ("missing type-name in typedef-declaration");
4794 return NULL_TREE;
4796 /* Anonymous unions are objects, so they can have specifiers. */;
4797 SET_ANON_AGGR_TYPE_P (declared_type);
4799 if (TREE_CODE (declared_type) != UNION_TYPE
4800 && !in_system_header_at (input_location))
4801 pedwarn (input_location, OPT_Wpedantic, "ISO C++ prohibits anonymous structs");
4804 else
4806 if (decl_spec_seq_has_spec_p (declspecs, ds_inline))
4807 error_at (declspecs->locations[ds_inline],
4808 "%<inline%> can only be specified for functions");
4809 else if (decl_spec_seq_has_spec_p (declspecs, ds_virtual))
4810 error_at (declspecs->locations[ds_virtual],
4811 "%<virtual%> can only be specified for functions");
4812 else if (saw_friend
4813 && (!current_class_type
4814 || current_scope () != current_class_type))
4815 error_at (declspecs->locations[ds_friend],
4816 "%<friend%> can only be specified inside a class");
4817 else if (decl_spec_seq_has_spec_p (declspecs, ds_explicit))
4818 error_at (declspecs->locations[ds_explicit],
4819 "%<explicit%> can only be specified for constructors");
4820 else if (declspecs->storage_class)
4821 error_at (declspecs->locations[ds_storage_class],
4822 "a storage class can only be specified for objects "
4823 "and functions");
4824 else if (decl_spec_seq_has_spec_p (declspecs, ds_const))
4825 error_at (declspecs->locations[ds_const],
4826 "%<const%> can only be specified for objects and "
4827 "functions");
4828 else if (decl_spec_seq_has_spec_p (declspecs, ds_volatile))
4829 error_at (declspecs->locations[ds_volatile],
4830 "%<volatile%> can only be specified for objects and "
4831 "functions");
4832 else if (decl_spec_seq_has_spec_p (declspecs, ds_restrict))
4833 error_at (declspecs->locations[ds_restrict],
4834 "%<__restrict%> can only be specified for objects and "
4835 "functions");
4836 else if (decl_spec_seq_has_spec_p (declspecs, ds_thread))
4837 error_at (declspecs->locations[ds_thread],
4838 "%<__thread%> can only be specified for objects "
4839 "and functions");
4840 else if (saw_typedef)
4841 warning_at (declspecs->locations[ds_typedef], 0,
4842 "%<typedef%> was ignored in this declaration");
4843 else if (decl_spec_seq_has_spec_p (declspecs, ds_constexpr))
4844 error_at (declspecs->locations[ds_constexpr],
4845 "%<constexpr%> cannot be used for type declarations");
4848 if (declspecs->attributes && warn_attributes && declared_type)
4850 location_t loc;
4851 if (!CLASS_TYPE_P (declared_type)
4852 || !CLASSTYPE_TEMPLATE_INSTANTIATION (declared_type))
4853 /* For a non-template class, use the name location. */
4854 loc = location_of (declared_type);
4855 else
4856 /* For a template class (an explicit instantiation), use the
4857 current location. */
4858 loc = input_location;
4860 if (explicit_type_instantiation_p)
4861 /* [dcl.attr.grammar]/4:
4863 No attribute-specifier-seq shall appertain to an explicit
4864 instantiation. */
4866 if (warning_at (loc, OPT_Wattributes,
4867 "attribute ignored in explicit instantiation %q#T",
4868 declared_type))
4869 inform (loc,
4870 "no attribute can be applied to "
4871 "an explicit instantiation");
4873 else
4874 warn_misplaced_attr_for_class_type (loc, declared_type);
4877 return declared_type;
4880 /* Called when a declaration is seen that contains no names to declare.
4881 If its type is a reference to a structure, union or enum inherited
4882 from a containing scope, shadow that tag name for the current scope
4883 with a forward reference.
4884 If its type defines a new named structure or union
4885 or defines an enum, it is valid but we need not do anything here.
4886 Otherwise, it is an error.
4888 C++: may have to grok the declspecs to learn about static,
4889 complain for anonymous unions.
4891 Returns the TYPE declared -- or NULL_TREE if none. */
4893 tree
4894 shadow_tag (cp_decl_specifier_seq *declspecs)
4896 tree t = check_tag_decl (declspecs,
4897 /*explicit_type_instantiation_p=*/false);
4899 if (!t)
4900 return NULL_TREE;
4902 if (maybe_process_partial_specialization (t) == error_mark_node)
4903 return NULL_TREE;
4905 /* This is where the variables in an anonymous union are
4906 declared. An anonymous union declaration looks like:
4907 union { ... } ;
4908 because there is no declarator after the union, the parser
4909 sends that declaration here. */
4910 if (ANON_AGGR_TYPE_P (t))
4912 fixup_anonymous_aggr (t);
4914 if (TYPE_FIELDS (t))
4916 tree decl = grokdeclarator (/*declarator=*/NULL,
4917 declspecs, NORMAL, 0, NULL);
4918 finish_anon_union (decl);
4922 return t;
4925 /* Decode a "typename", such as "int **", returning a ..._TYPE node. */
4927 tree
4928 groktypename (cp_decl_specifier_seq *type_specifiers,
4929 const cp_declarator *declarator,
4930 bool is_template_arg)
4932 tree attrs;
4933 tree type;
4934 enum decl_context context
4935 = is_template_arg ? TEMPLATE_TYPE_ARG : TYPENAME;
4936 attrs = type_specifiers->attributes;
4937 type_specifiers->attributes = NULL_TREE;
4938 type = grokdeclarator (declarator, type_specifiers, context, 0, &attrs);
4939 if (attrs && type != error_mark_node)
4941 if (CLASS_TYPE_P (type))
4942 warning (OPT_Wattributes, "ignoring attributes applied to class type %qT "
4943 "outside of definition", type);
4944 else if (MAYBE_CLASS_TYPE_P (type))
4945 /* A template type parameter or other dependent type. */
4946 warning (OPT_Wattributes, "ignoring attributes applied to dependent "
4947 "type %qT without an associated declaration", type);
4948 else
4949 cplus_decl_attributes (&type, attrs, 0);
4951 return type;
4954 /* Process a DECLARATOR for a function-scope variable declaration,
4955 namespace-scope variable declaration, or function declaration.
4956 (Function definitions go through start_function; class member
4957 declarations appearing in the body of the class go through
4958 grokfield.) The DECL corresponding to the DECLARATOR is returned.
4959 If an error occurs, the error_mark_node is returned instead.
4961 DECLSPECS are the decl-specifiers for the declaration. INITIALIZED is
4962 SD_INITIALIZED if an explicit initializer is present, or SD_DEFAULTED
4963 for an explicitly defaulted function, or SD_DELETED for an explicitly
4964 deleted function, but 0 (SD_UNINITIALIZED) if this is a variable
4965 implicitly initialized via a default constructor. ATTRIBUTES and
4966 PREFIX_ATTRIBUTES are GNU attributes associated with this declaration.
4968 The scope represented by the context of the returned DECL is pushed
4969 (if it is not the global namespace) and is assigned to
4970 *PUSHED_SCOPE_P. The caller is then responsible for calling
4971 pop_scope on *PUSHED_SCOPE_P if it is set. */
4973 tree
4974 start_decl (const cp_declarator *declarator,
4975 cp_decl_specifier_seq *declspecs,
4976 int initialized,
4977 tree attributes,
4978 tree prefix_attributes,
4979 tree *pushed_scope_p)
4981 tree decl;
4982 tree context;
4983 bool was_public;
4984 int flags;
4985 bool alias;
4987 *pushed_scope_p = NULL_TREE;
4989 /* An object declared as __attribute__((deprecated)) suppresses
4990 warnings of uses of other deprecated items. */
4991 if (lookup_attribute ("deprecated", attributes))
4992 deprecated_state = DEPRECATED_SUPPRESS;
4994 attributes = chainon (attributes, prefix_attributes);
4996 decl = grokdeclarator (declarator, declspecs, NORMAL, initialized,
4997 &attributes);
4999 deprecated_state = DEPRECATED_NORMAL;
5001 if (decl == NULL_TREE || VOID_TYPE_P (decl)
5002 || decl == error_mark_node)
5003 return error_mark_node;
5005 context = CP_DECL_CONTEXT (decl);
5006 if (context != global_namespace)
5007 *pushed_scope_p = push_scope (context);
5009 /* Is it valid for this decl to have an initializer at all?
5010 If not, set INITIALIZED to zero, which will indirectly
5011 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
5012 if (initialized
5013 && TREE_CODE (decl) == TYPE_DECL)
5015 error ("typedef %qD is initialized (use decltype instead)", decl);
5016 return error_mark_node;
5019 if (initialized)
5021 if (! toplevel_bindings_p ()
5022 && DECL_EXTERNAL (decl))
5023 warning (0, "declaration of %q#D has %<extern%> and is initialized",
5024 decl);
5025 DECL_EXTERNAL (decl) = 0;
5026 if (toplevel_bindings_p ())
5027 TREE_STATIC (decl) = 1;
5029 alias = lookup_attribute ("alias", DECL_ATTRIBUTES (decl)) != 0;
5031 if (alias && TREE_CODE (decl) == FUNCTION_DECL)
5032 record_key_method_defined (decl);
5034 /* If this is a typedef that names the class for linkage purposes
5035 (7.1.3p8), apply any attributes directly to the type. */
5036 if (TREE_CODE (decl) == TYPE_DECL
5037 && OVERLOAD_TYPE_P (TREE_TYPE (decl))
5038 && decl == TYPE_NAME (TYPE_MAIN_VARIANT (TREE_TYPE (decl))))
5039 flags = ATTR_FLAG_TYPE_IN_PLACE;
5040 else
5041 flags = 0;
5043 /* Set attributes here so if duplicate decl, will have proper attributes. */
5044 cplus_decl_attributes (&decl, attributes, flags);
5046 /* Dllimported symbols cannot be defined. Static data members (which
5047 can be initialized in-class and dllimported) go through grokfield,
5048 not here, so we don't need to exclude those decls when checking for
5049 a definition. */
5050 if (initialized && DECL_DLLIMPORT_P (decl))
5052 error ("definition of %q#D is marked %<dllimport%>", decl);
5053 DECL_DLLIMPORT_P (decl) = 0;
5056 /* If #pragma weak was used, mark the decl weak now. */
5057 if (!processing_template_decl)
5058 maybe_apply_pragma_weak (decl);
5060 if (TREE_CODE (decl) == FUNCTION_DECL
5061 && DECL_DECLARED_INLINE_P (decl)
5062 && DECL_UNINLINABLE (decl)
5063 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl)))
5064 warning_at (DECL_SOURCE_LOCATION (decl), 0,
5065 "inline function %qD given attribute noinline", decl);
5067 if (TYPE_P (context) && COMPLETE_TYPE_P (complete_type (context)))
5069 bool this_tmpl = (processing_template_decl
5070 > template_class_depth (context));
5071 if (VAR_P (decl))
5073 tree field = lookup_field (context, DECL_NAME (decl), 0, false);
5074 if (field == NULL_TREE
5075 || !(VAR_P (field) || variable_template_p (field)))
5076 error ("%q+#D is not a static data member of %q#T", decl, context);
5077 else if (variable_template_p (field)
5078 && (DECL_LANG_SPECIFIC (decl)
5079 && DECL_TEMPLATE_SPECIALIZATION (decl)))
5080 /* OK, specialization was already checked. */;
5081 else if (variable_template_p (field) && !this_tmpl)
5083 error_at (DECL_SOURCE_LOCATION (decl),
5084 "non-member-template declaration of %qD", decl);
5085 inform (DECL_SOURCE_LOCATION (field), "does not match "
5086 "member template declaration here");
5087 return error_mark_node;
5089 else
5091 if (variable_template_p (field))
5092 field = DECL_TEMPLATE_RESULT (field);
5094 if (DECL_CONTEXT (field) != context)
5096 if (!same_type_p (DECL_CONTEXT (field), context))
5097 permerror (input_location, "ISO C++ does not permit %<%T::%D%> "
5098 "to be defined as %<%T::%D%>",
5099 DECL_CONTEXT (field), DECL_NAME (decl),
5100 context, DECL_NAME (decl));
5101 DECL_CONTEXT (decl) = DECL_CONTEXT (field);
5103 /* Static data member are tricky; an in-class initialization
5104 still doesn't provide a definition, so the in-class
5105 declaration will have DECL_EXTERNAL set, but will have an
5106 initialization. Thus, duplicate_decls won't warn
5107 about this situation, and so we check here. */
5108 if (initialized && DECL_INITIALIZED_IN_CLASS_P (field))
5109 error ("duplicate initialization of %qD", decl);
5110 field = duplicate_decls (decl, field,
5111 /*newdecl_is_friend=*/false);
5112 if (field == error_mark_node)
5113 return error_mark_node;
5114 else if (field)
5115 decl = field;
5118 else
5120 tree field = check_classfn (context, decl,
5121 this_tmpl
5122 ? current_template_parms
5123 : NULL_TREE);
5124 if (field && field != error_mark_node
5125 && duplicate_decls (decl, field,
5126 /*newdecl_is_friend=*/false))
5127 decl = field;
5130 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
5131 DECL_IN_AGGR_P (decl) = 0;
5132 /* Do not mark DECL as an explicit specialization if it was not
5133 already marked as an instantiation; a declaration should
5134 never be marked as a specialization unless we know what
5135 template is being specialized. */
5136 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl))
5138 SET_DECL_TEMPLATE_SPECIALIZATION (decl);
5139 if (TREE_CODE (decl) == FUNCTION_DECL)
5140 DECL_COMDAT (decl) = (TREE_PUBLIC (decl)
5141 && DECL_DECLARED_INLINE_P (decl));
5142 else
5143 DECL_COMDAT (decl) = false;
5145 /* [temp.expl.spec] An explicit specialization of a static data
5146 member of a template is a definition if the declaration
5147 includes an initializer; otherwise, it is a declaration.
5149 We check for processing_specialization so this only applies
5150 to the new specialization syntax. */
5151 if (!initialized && processing_specialization)
5152 DECL_EXTERNAL (decl) = 1;
5155 if (DECL_EXTERNAL (decl) && ! DECL_TEMPLATE_SPECIALIZATION (decl)
5156 /* Aliases are definitions. */
5157 && !alias)
5158 permerror (input_location, "declaration of %q#D outside of class is not definition",
5159 decl);
5162 was_public = TREE_PUBLIC (decl);
5164 /* Enter this declaration into the symbol table. Don't push the plain
5165 VAR_DECL for a variable template. */
5166 if (!template_parm_scope_p ()
5167 || !VAR_P (decl))
5168 decl = maybe_push_decl (decl);
5170 if (processing_template_decl)
5171 decl = push_template_decl (decl);
5172 if (decl == error_mark_node)
5173 return error_mark_node;
5175 if (VAR_P (decl)
5176 && DECL_NAMESPACE_SCOPE_P (decl) && !TREE_PUBLIC (decl) && !was_public
5177 && !DECL_THIS_STATIC (decl) && !DECL_ARTIFICIAL (decl))
5179 /* This is a const variable with implicit 'static'. Set
5180 DECL_THIS_STATIC so we can tell it from variables that are
5181 !TREE_PUBLIC because of the anonymous namespace. */
5182 gcc_assert (CP_TYPE_CONST_P (TREE_TYPE (decl)) || errorcount);
5183 DECL_THIS_STATIC (decl) = 1;
5186 if (current_function_decl && VAR_P (decl)
5187 && DECL_DECLARED_CONSTEXPR_P (current_function_decl))
5189 bool ok = false;
5190 if (CP_DECL_THREAD_LOCAL_P (decl))
5191 error ("%qD declared %<thread_local%> in %<constexpr%> function",
5192 decl);
5193 else if (TREE_STATIC (decl))
5194 error ("%qD declared %<static%> in %<constexpr%> function", decl);
5195 else
5196 ok = true;
5197 if (!ok)
5198 cp_function_chain->invalid_constexpr = true;
5201 if (!processing_template_decl && VAR_P (decl))
5202 start_decl_1 (decl, initialized);
5204 return decl;
5207 /* Process the declaration of a variable DECL. INITIALIZED is true
5208 iff DECL is explicitly initialized. (INITIALIZED is false if the
5209 variable is initialized via an implicitly-called constructor.)
5210 This function must be called for ordinary variables (including, for
5211 example, implicit instantiations of templates), but must not be
5212 called for template declarations. */
5214 void
5215 start_decl_1 (tree decl, bool initialized)
5217 tree type;
5218 bool complete_p;
5219 bool aggregate_definition_p;
5221 gcc_assert (!processing_template_decl);
5223 if (error_operand_p (decl))
5224 return;
5226 gcc_assert (VAR_P (decl));
5228 type = TREE_TYPE (decl);
5229 complete_p = COMPLETE_TYPE_P (type);
5230 aggregate_definition_p = MAYBE_CLASS_TYPE_P (type) && !DECL_EXTERNAL (decl);
5232 /* If an explicit initializer is present, or if this is a definition
5233 of an aggregate, then we need a complete type at this point.
5234 (Scalars are always complete types, so there is nothing to
5235 check.) This code just sets COMPLETE_P; errors (if necessary)
5236 are issued below. */
5237 if ((initialized || aggregate_definition_p)
5238 && !complete_p
5239 && COMPLETE_TYPE_P (complete_type (type)))
5241 complete_p = true;
5242 /* We will not yet have set TREE_READONLY on DECL if the type
5243 was "const", but incomplete, before this point. But, now, we
5244 have a complete type, so we can try again. */
5245 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
5248 if (initialized)
5249 /* Is it valid for this decl to have an initializer at all? */
5251 /* Don't allow initializations for incomplete types except for
5252 arrays which might be completed by the initialization. */
5253 if (complete_p)
5254 ; /* A complete type is ok. */
5255 else if (type_uses_auto (type))
5256 ; /* An auto type is ok. */
5257 else if (TREE_CODE (type) != ARRAY_TYPE)
5259 error ("variable %q#D has initializer but incomplete type", decl);
5260 type = TREE_TYPE (decl) = error_mark_node;
5262 else if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type))))
5264 if (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl))
5265 error ("elements of array %q#D have incomplete type", decl);
5266 /* else we already gave an error in start_decl. */
5269 else if (aggregate_definition_p && !complete_p)
5271 if (type_uses_auto (type))
5272 gcc_assert (CLASS_PLACEHOLDER_TEMPLATE (type));
5273 else
5275 error ("aggregate %q#D has incomplete type and cannot be defined",
5276 decl);
5277 /* Change the type so that assemble_variable will give
5278 DECL an rtl we can live with: (mem (const_int 0)). */
5279 type = TREE_TYPE (decl) = error_mark_node;
5283 /* Create a new scope to hold this declaration if necessary.
5284 Whether or not a new scope is necessary cannot be determined
5285 until after the type has been completed; if the type is a
5286 specialization of a class template it is not until after
5287 instantiation has occurred that TYPE_HAS_NONTRIVIAL_DESTRUCTOR
5288 will be set correctly. */
5289 maybe_push_cleanup_level (type);
5292 /* Handle initialization of references. DECL, TYPE, and INIT have the
5293 same meaning as in cp_finish_decl. *CLEANUP must be NULL on entry,
5294 but will be set to a new CLEANUP_STMT if a temporary is created
5295 that must be destroyed subsequently.
5297 Returns an initializer expression to use to initialize DECL, or
5298 NULL if the initialization can be performed statically.
5300 Quotes on semantics can be found in ARM 8.4.3. */
5302 static tree
5303 grok_reference_init (tree decl, tree type, tree init, int flags)
5305 if (init == NULL_TREE)
5307 if ((DECL_LANG_SPECIFIC (decl) == 0
5308 || DECL_IN_AGGR_P (decl) == 0)
5309 && ! DECL_THIS_EXTERN (decl))
5310 error ("%qD declared as reference but not initialized", decl);
5311 return NULL_TREE;
5314 if (TREE_CODE (init) == TREE_LIST)
5315 init = build_x_compound_expr_from_list (init, ELK_INIT,
5316 tf_warning_or_error);
5318 tree ttype = TREE_TYPE (type);
5319 if (TREE_CODE (ttype) != ARRAY_TYPE
5320 && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE)
5321 /* Note: default conversion is only called in very special cases. */
5322 init = decay_conversion (init, tf_warning_or_error);
5324 /* check_initializer handles this for non-reference variables, but for
5325 references we need to do it here or the initializer will get the
5326 incomplete array type and confuse later calls to
5327 cp_complete_array_type. */
5328 if (TREE_CODE (ttype) == ARRAY_TYPE
5329 && TYPE_DOMAIN (ttype) == NULL_TREE
5330 && (BRACE_ENCLOSED_INITIALIZER_P (init)
5331 || TREE_CODE (init) == STRING_CST))
5333 cp_complete_array_type (&ttype, init, false);
5334 if (ttype != TREE_TYPE (type))
5335 type = cp_build_reference_type (ttype, TYPE_REF_IS_RVALUE (type));
5338 /* Convert INIT to the reference type TYPE. This may involve the
5339 creation of a temporary, whose lifetime must be the same as that
5340 of the reference. If so, a DECL_EXPR for the temporary will be
5341 added just after the DECL_EXPR for DECL. That's why we don't set
5342 DECL_INITIAL for local references (instead assigning to them
5343 explicitly); we need to allow the temporary to be initialized
5344 first. */
5345 return initialize_reference (type, init, flags,
5346 tf_warning_or_error);
5349 /* Designated initializers in arrays are not supported in GNU C++.
5350 The parser cannot detect this error since it does not know whether
5351 a given brace-enclosed initializer is for a class type or for an
5352 array. This function checks that CE does not use a designated
5353 initializer. If it does, an error is issued. Returns true if CE
5354 is valid, i.e., does not have a designated initializer. */
5356 bool
5357 check_array_designated_initializer (constructor_elt *ce,
5358 unsigned HOST_WIDE_INT index)
5360 /* Designated initializers for array elements are not supported. */
5361 if (ce->index)
5363 /* The parser only allows identifiers as designated
5364 initializers. */
5365 if (ce->index == error_mark_node)
5367 error ("name used in a GNU-style designated "
5368 "initializer for an array");
5369 return false;
5371 else if (identifier_p (ce->index))
5373 error ("name %qD used in a GNU-style designated "
5374 "initializer for an array", ce->index);
5375 return false;
5378 tree ce_index = build_expr_type_conversion (WANT_INT | WANT_ENUM,
5379 ce->index, true);
5380 if (ce_index
5381 && INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (TREE_TYPE (ce_index))
5382 && (TREE_CODE (ce_index = maybe_constant_value (ce_index))
5383 == INTEGER_CST))
5385 /* A C99 designator is OK if it matches the current index. */
5386 if (wi::to_wide (ce_index) == index)
5387 return true;
5388 else
5389 sorry ("non-trivial designated initializers not supported");
5391 else
5392 error ("C99 designator %qE is not an integral constant-expression",
5393 ce->index);
5395 return false;
5398 return true;
5401 /* When parsing `int a[] = {1, 2};' we don't know the size of the
5402 array until we finish parsing the initializer. If that's the
5403 situation we're in, update DECL accordingly. */
5405 static void
5406 maybe_deduce_size_from_array_init (tree decl, tree init)
5408 tree type = TREE_TYPE (decl);
5410 if (TREE_CODE (type) == ARRAY_TYPE
5411 && TYPE_DOMAIN (type) == NULL_TREE
5412 && TREE_CODE (decl) != TYPE_DECL)
5414 /* do_default is really a C-ism to deal with tentative definitions.
5415 But let's leave it here to ease the eventual merge. */
5416 int do_default = !DECL_EXTERNAL (decl);
5417 tree initializer = init ? init : DECL_INITIAL (decl);
5418 int failure = 0;
5420 /* Check that there are no designated initializers in INIT, as
5421 those are not supported in GNU C++, and as the middle-end
5422 will crash if presented with a non-numeric designated
5423 initializer. */
5424 if (initializer && BRACE_ENCLOSED_INITIALIZER_P (initializer))
5426 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (initializer);
5427 constructor_elt *ce;
5428 HOST_WIDE_INT i;
5429 FOR_EACH_VEC_SAFE_ELT (v, i, ce)
5430 if (!check_array_designated_initializer (ce, i))
5431 failure = 1;
5434 if (!failure)
5436 failure = cp_complete_array_type (&TREE_TYPE (decl), initializer,
5437 do_default);
5438 if (failure == 1)
5440 error_at (EXPR_LOC_OR_LOC (initializer,
5441 DECL_SOURCE_LOCATION (decl)),
5442 "initializer fails to determine size of %qD", decl);
5444 else if (failure == 2)
5446 if (do_default)
5448 error_at (DECL_SOURCE_LOCATION (decl),
5449 "array size missing in %qD", decl);
5451 /* If a `static' var's size isn't known, make it extern as
5452 well as static, so it does not get allocated. If it's not
5453 `static', then don't mark it extern; finish_incomplete_decl
5454 will give it a default size and it will get allocated. */
5455 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
5456 DECL_EXTERNAL (decl) = 1;
5458 else if (failure == 3)
5460 error_at (DECL_SOURCE_LOCATION (decl),
5461 "zero-size array %qD", decl);
5465 cp_apply_type_quals_to_decl (cp_type_quals (TREE_TYPE (decl)), decl);
5467 relayout_decl (decl);
5471 /* Set DECL_SIZE, DECL_ALIGN, etc. for DECL (a VAR_DECL), and issue
5472 any appropriate error messages regarding the layout. */
5474 static void
5475 layout_var_decl (tree decl)
5477 tree type;
5479 type = TREE_TYPE (decl);
5480 if (type == error_mark_node)
5481 return;
5483 /* If we haven't already laid out this declaration, do so now.
5484 Note that we must not call complete type for an external object
5485 because it's type might involve templates that we are not
5486 supposed to instantiate yet. (And it's perfectly valid to say
5487 `extern X x' for some incomplete type `X'.) */
5488 if (!DECL_EXTERNAL (decl))
5489 complete_type (type);
5490 if (!DECL_SIZE (decl)
5491 && TREE_TYPE (decl) != error_mark_node
5492 && complete_or_array_type_p (type))
5493 layout_decl (decl, 0);
5495 if (!DECL_EXTERNAL (decl) && DECL_SIZE (decl) == NULL_TREE)
5497 /* An automatic variable with an incomplete type: that is an error.
5498 Don't talk about array types here, since we took care of that
5499 message in grokdeclarator. */
5500 error_at (DECL_SOURCE_LOCATION (decl),
5501 "storage size of %qD isn%'t known", decl);
5502 TREE_TYPE (decl) = error_mark_node;
5504 #if 0
5505 /* Keep this code around in case we later want to control debug info
5506 based on whether a type is "used". (jason 1999-11-11) */
5508 else if (!DECL_EXTERNAL (decl) && MAYBE_CLASS_TYPE_P (ttype))
5509 /* Let debugger know it should output info for this type. */
5510 note_debug_info_needed (ttype);
5512 if (TREE_STATIC (decl) && DECL_CLASS_SCOPE_P (decl))
5513 note_debug_info_needed (DECL_CONTEXT (decl));
5514 #endif
5516 if ((DECL_EXTERNAL (decl) || TREE_STATIC (decl))
5517 && DECL_SIZE (decl) != NULL_TREE
5518 && ! TREE_CONSTANT (DECL_SIZE (decl)))
5520 if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST)
5521 constant_expression_warning (DECL_SIZE (decl));
5522 else
5524 error_at (DECL_SOURCE_LOCATION (decl),
5525 "storage size of %qD isn%'t constant", decl);
5526 TREE_TYPE (decl) = error_mark_node;
5531 /* If a local static variable is declared in an inline function, or if
5532 we have a weak definition, we must endeavor to create only one
5533 instance of the variable at link-time. */
5535 void
5536 maybe_commonize_var (tree decl)
5538 /* Static data in a function with comdat linkage also has comdat
5539 linkage. */
5540 if ((TREE_STATIC (decl)
5541 /* Don't mess with __FUNCTION__. */
5542 && ! DECL_ARTIFICIAL (decl)
5543 && DECL_FUNCTION_SCOPE_P (decl)
5544 && vague_linkage_p (DECL_CONTEXT (decl)))
5545 || (TREE_PUBLIC (decl) && DECL_INLINE_VAR_P (decl)))
5547 if (flag_weak)
5549 /* With weak symbols, we simply make the variable COMDAT;
5550 that will cause copies in multiple translations units to
5551 be merged. */
5552 comdat_linkage (decl);
5554 else
5556 if (DECL_INITIAL (decl) == NULL_TREE
5557 || DECL_INITIAL (decl) == error_mark_node)
5559 /* Without weak symbols, we can use COMMON to merge
5560 uninitialized variables. */
5561 TREE_PUBLIC (decl) = 1;
5562 DECL_COMMON (decl) = 1;
5564 else
5566 /* While for initialized variables, we must use internal
5567 linkage -- which means that multiple copies will not
5568 be merged. */
5569 TREE_PUBLIC (decl) = 0;
5570 DECL_COMMON (decl) = 0;
5571 const char *msg;
5572 if (DECL_INLINE_VAR_P (decl))
5573 msg = G_("sorry: semantics of inline variable "
5574 "%q#D are wrong (you%'ll wind up with "
5575 "multiple copies)");
5576 else
5577 msg = G_("sorry: semantics of inline function "
5578 "static data %q#D are wrong (you%'ll wind "
5579 "up with multiple copies)");
5580 if (warning_at (DECL_SOURCE_LOCATION (decl), 0,
5581 msg, decl))
5582 inform (DECL_SOURCE_LOCATION (decl),
5583 "you can work around this by removing the initializer");
5589 /* Issue an error message if DECL is an uninitialized const variable.
5590 CONSTEXPR_CONTEXT_P is true when the function is called in a constexpr
5591 context from potential_constant_expression. Returns true if all is well,
5592 false otherwise. */
5594 bool
5595 check_for_uninitialized_const_var (tree decl, bool constexpr_context_p,
5596 tsubst_flags_t complain)
5598 tree type = strip_array_types (TREE_TYPE (decl));
5600 /* ``Unless explicitly declared extern, a const object does not have
5601 external linkage and must be initialized. ($8.4; $12.1)'' ARM
5602 7.1.6 */
5603 if (VAR_P (decl)
5604 && TREE_CODE (type) != REFERENCE_TYPE
5605 && (constexpr_context_p
5606 || CP_TYPE_CONST_P (type) || var_in_constexpr_fn (decl))
5607 && !DECL_NONTRIVIALLY_INITIALIZED_P (decl))
5609 tree field = default_init_uninitialized_part (type);
5610 if (!field)
5611 return true;
5613 if (!constexpr_context_p)
5615 if (CP_TYPE_CONST_P (type))
5617 if (complain & tf_error)
5618 permerror (DECL_SOURCE_LOCATION (decl),
5619 "uninitialized const %qD", decl);
5621 else
5623 if (!is_instantiation_of_constexpr (current_function_decl)
5624 && (complain & tf_error))
5625 error_at (DECL_SOURCE_LOCATION (decl),
5626 "uninitialized variable %qD in %<constexpr%> "
5627 "function", decl);
5628 cp_function_chain->invalid_constexpr = true;
5631 else if (complain & tf_error)
5632 error_at (DECL_SOURCE_LOCATION (decl),
5633 "uninitialized variable %qD in %<constexpr%> context",
5634 decl);
5636 if (CLASS_TYPE_P (type) && (complain & tf_error))
5638 tree defaulted_ctor;
5640 inform (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (type)),
5641 "%q#T has no user-provided default constructor", type);
5642 defaulted_ctor = in_class_defaulted_default_constructor (type);
5643 if (defaulted_ctor)
5644 inform (DECL_SOURCE_LOCATION (defaulted_ctor),
5645 "constructor is not user-provided because it is "
5646 "explicitly defaulted in the class body");
5647 inform (DECL_SOURCE_LOCATION (field),
5648 "and the implicitly-defined constructor does not "
5649 "initialize %q#D", field);
5652 return false;
5655 return true;
5658 /* Structure holding the current initializer being processed by reshape_init.
5659 CUR is a pointer to the current element being processed, END is a pointer
5660 after the last element present in the initializer. */
5661 struct reshape_iter
5663 constructor_elt *cur;
5664 constructor_elt *end;
5667 static tree reshape_init_r (tree, reshape_iter *, bool, tsubst_flags_t);
5669 /* FIELD is a FIELD_DECL or NULL. In the former case, the value
5670 returned is the next FIELD_DECL (possibly FIELD itself) that can be
5671 initialized. If there are no more such fields, the return value
5672 will be NULL. */
5674 tree
5675 next_initializable_field (tree field)
5677 while (field
5678 && (TREE_CODE (field) != FIELD_DECL
5679 || DECL_UNNAMED_BIT_FIELD (field)
5680 || (DECL_ARTIFICIAL (field)
5681 && !(cxx_dialect >= cxx17 && DECL_FIELD_IS_BASE (field)))))
5682 field = DECL_CHAIN (field);
5684 return field;
5687 /* Return true for [dcl.init.list] direct-list-initialization from
5688 single element of enumeration with a fixed underlying type. */
5690 bool
5691 is_direct_enum_init (tree type, tree init)
5693 if (cxx_dialect >= cxx17
5694 && TREE_CODE (type) == ENUMERAL_TYPE
5695 && ENUM_FIXED_UNDERLYING_TYPE_P (type)
5696 && TREE_CODE (init) == CONSTRUCTOR
5697 && CONSTRUCTOR_IS_DIRECT_INIT (init)
5698 && CONSTRUCTOR_NELTS (init) == 1)
5699 return true;
5700 return false;
5703 /* Subroutine of reshape_init_array and reshape_init_vector, which does
5704 the actual work. ELT_TYPE is the element type of the array. MAX_INDEX is an
5705 INTEGER_CST representing the size of the array minus one (the maximum index),
5706 or NULL_TREE if the array was declared without specifying the size. D is
5707 the iterator within the constructor. */
5709 static tree
5710 reshape_init_array_1 (tree elt_type, tree max_index, reshape_iter *d,
5711 tsubst_flags_t complain)
5713 tree new_init;
5714 bool sized_array_p = (max_index && TREE_CONSTANT (max_index));
5715 unsigned HOST_WIDE_INT max_index_cst = 0;
5716 unsigned HOST_WIDE_INT index;
5718 /* The initializer for an array is always a CONSTRUCTOR. */
5719 new_init = build_constructor (init_list_type_node, NULL);
5721 if (sized_array_p)
5723 /* Minus 1 is used for zero sized arrays. */
5724 if (integer_all_onesp (max_index))
5725 return new_init;
5727 if (tree_fits_uhwi_p (max_index))
5728 max_index_cst = tree_to_uhwi (max_index);
5729 /* sizetype is sign extended, not zero extended. */
5730 else
5731 max_index_cst = tree_to_uhwi (fold_convert (size_type_node, max_index));
5734 /* Loop until there are no more initializers. */
5735 for (index = 0;
5736 d->cur != d->end && (!sized_array_p || index <= max_index_cst);
5737 ++index)
5739 tree elt_init;
5740 constructor_elt *old_cur = d->cur;
5742 check_array_designated_initializer (d->cur, index);
5743 elt_init = reshape_init_r (elt_type, d, /*first_initializer_p=*/false,
5744 complain);
5745 if (elt_init == error_mark_node)
5746 return error_mark_node;
5747 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init),
5748 size_int (index), elt_init);
5749 if (!TREE_CONSTANT (elt_init))
5750 TREE_CONSTANT (new_init) = false;
5752 /* This can happen with an invalid initializer (c++/54501). */
5753 if (d->cur == old_cur && !sized_array_p)
5754 break;
5757 return new_init;
5760 /* Subroutine of reshape_init_r, processes the initializers for arrays.
5761 Parameters are the same of reshape_init_r. */
5763 static tree
5764 reshape_init_array (tree type, reshape_iter *d, tsubst_flags_t complain)
5766 tree max_index = NULL_TREE;
5768 gcc_assert (TREE_CODE (type) == ARRAY_TYPE);
5770 if (TYPE_DOMAIN (type))
5771 max_index = array_type_nelts (type);
5773 return reshape_init_array_1 (TREE_TYPE (type), max_index, d, complain);
5776 /* Subroutine of reshape_init_r, processes the initializers for vectors.
5777 Parameters are the same of reshape_init_r. */
5779 static tree
5780 reshape_init_vector (tree type, reshape_iter *d, tsubst_flags_t complain)
5782 tree max_index = NULL_TREE;
5784 gcc_assert (VECTOR_TYPE_P (type));
5786 if (COMPOUND_LITERAL_P (d->cur->value))
5788 tree value = d->cur->value;
5789 if (!same_type_p (TREE_TYPE (value), type))
5791 if (complain & tf_error)
5792 error ("invalid type %qT as initializer for a vector of type %qT",
5793 TREE_TYPE (d->cur->value), type);
5794 value = error_mark_node;
5796 ++d->cur;
5797 return value;
5800 /* For a vector, we initialize it as an array of the appropriate size. */
5801 if (VECTOR_TYPE_P (type))
5802 max_index = size_int (TYPE_VECTOR_SUBPARTS (type) - 1);
5804 return reshape_init_array_1 (TREE_TYPE (type), max_index, d, complain);
5807 /* Subroutine of reshape_init_r, processes the initializers for classes
5808 or union. Parameters are the same of reshape_init_r. */
5810 static tree
5811 reshape_init_class (tree type, reshape_iter *d, bool first_initializer_p,
5812 tsubst_flags_t complain)
5814 tree field;
5815 tree new_init;
5817 gcc_assert (CLASS_TYPE_P (type));
5819 /* The initializer for a class is always a CONSTRUCTOR. */
5820 new_init = build_constructor (init_list_type_node, NULL);
5821 field = next_initializable_field (TYPE_FIELDS (type));
5823 if (!field)
5825 /* [dcl.init.aggr]
5827 An initializer for an aggregate member that is an
5828 empty class shall have the form of an empty
5829 initializer-list {}. */
5830 if (!first_initializer_p)
5832 if (complain & tf_error)
5833 error ("initializer for %qT must be brace-enclosed", type);
5834 return error_mark_node;
5836 return new_init;
5839 /* Loop through the initializable fields, gathering initializers. */
5840 while (d->cur != d->end)
5842 tree field_init;
5843 constructor_elt *old_cur = d->cur;
5845 /* Handle designated initializers, as an extension. */
5846 if (d->cur->index)
5848 if (d->cur->index == error_mark_node)
5849 return error_mark_node;
5851 if (TREE_CODE (d->cur->index) == FIELD_DECL)
5852 /* We already reshaped this. */
5853 gcc_assert (d->cur->index == field);
5854 else if (TREE_CODE (d->cur->index) == IDENTIFIER_NODE)
5855 field = get_class_binding (type, d->cur->index, false);
5856 else
5858 if (complain & tf_error)
5859 error ("%<[%E] =%> used in a GNU-style designated initializer"
5860 " for class %qT", d->cur->index, type);
5861 return error_mark_node;
5864 if (!field || TREE_CODE (field) != FIELD_DECL)
5866 if (complain & tf_error)
5867 error ("%qT has no non-static data member named %qD", type,
5868 d->cur->index);
5869 return error_mark_node;
5873 /* If we processed all the member of the class, we are done. */
5874 if (!field)
5875 break;
5877 field_init = reshape_init_r (TREE_TYPE (field), d,
5878 /*first_initializer_p=*/false, complain);
5879 if (field_init == error_mark_node)
5880 return error_mark_node;
5882 if (d->cur == old_cur && d->cur->index)
5884 /* This can happen with an invalid initializer for a flexible
5885 array member (c++/54441). */
5886 if (complain & tf_error)
5887 error ("invalid initializer for %q#D", field);
5888 return error_mark_node;
5891 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), field, field_init);
5893 /* [dcl.init.aggr]
5895 When a union is initialized with a brace-enclosed
5896 initializer, the braces shall only contain an
5897 initializer for the first member of the union. */
5898 if (TREE_CODE (type) == UNION_TYPE)
5899 break;
5901 field = next_initializable_field (DECL_CHAIN (field));
5904 return new_init;
5907 /* Subroutine of reshape_init_r. We're in a context where C99 initializer
5908 designators are not valid; either complain or return true to indicate
5909 that reshape_init_r should return error_mark_node. */
5911 static bool
5912 has_designator_problem (reshape_iter *d, tsubst_flags_t complain)
5914 if (d->cur->index)
5916 if (complain & tf_error)
5917 error ("C99 designator %qE outside aggregate initializer",
5918 d->cur->index);
5919 else
5920 return true;
5922 return false;
5925 /* Subroutine of reshape_init, which processes a single initializer (part of
5926 a CONSTRUCTOR). TYPE is the type of the variable being initialized, D is the
5927 iterator within the CONSTRUCTOR which points to the initializer to process.
5928 FIRST_INITIALIZER_P is true if this is the first initializer of the
5929 outermost CONSTRUCTOR node. */
5931 static tree
5932 reshape_init_r (tree type, reshape_iter *d, bool first_initializer_p,
5933 tsubst_flags_t complain)
5935 tree init = d->cur->value;
5937 if (error_operand_p (init))
5938 return error_mark_node;
5940 if (first_initializer_p && !CP_AGGREGATE_TYPE_P (type)
5941 && has_designator_problem (d, complain))
5942 return error_mark_node;
5944 if (TREE_CODE (type) == COMPLEX_TYPE)
5946 /* A complex type can be initialized from one or two initializers,
5947 but braces are not elided. */
5948 d->cur++;
5949 if (BRACE_ENCLOSED_INITIALIZER_P (init))
5951 if (CONSTRUCTOR_NELTS (init) > 2)
5953 if (complain & tf_error)
5954 error ("too many initializers for %qT", type);
5955 else
5956 return error_mark_node;
5959 else if (first_initializer_p && d->cur != d->end)
5961 vec<constructor_elt, va_gc> *v = 0;
5962 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, init);
5963 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, d->cur->value);
5964 if (has_designator_problem (d, complain))
5965 return error_mark_node;
5966 d->cur++;
5967 init = build_constructor (init_list_type_node, v);
5969 return init;
5972 /* A non-aggregate type is always initialized with a single
5973 initializer. */
5974 if (!CP_AGGREGATE_TYPE_P (type))
5976 /* It is invalid to initialize a non-aggregate type with a
5977 brace-enclosed initializer before C++0x.
5978 We need to check for BRACE_ENCLOSED_INITIALIZER_P here because
5979 of g++.old-deja/g++.mike/p7626.C: a pointer-to-member constant is
5980 a CONSTRUCTOR (with a record type). */
5981 if (TREE_CODE (init) == CONSTRUCTOR
5982 /* Don't complain about a capture-init. */
5983 && !CONSTRUCTOR_IS_DIRECT_INIT (init)
5984 && BRACE_ENCLOSED_INITIALIZER_P (init)) /* p7626.C */
5986 if (SCALAR_TYPE_P (type))
5988 if (cxx_dialect < cxx11
5989 /* Isn't value-initialization. */
5990 || CONSTRUCTOR_NELTS (init) > 0)
5992 if (complain & tf_error)
5993 error ("braces around scalar initializer for type %qT",
5994 type);
5995 init = error_mark_node;
5998 else
5999 maybe_warn_cpp0x (CPP0X_INITIALIZER_LISTS);
6002 d->cur++;
6003 return init;
6006 /* "If T is a class type and the initializer list has a single element of
6007 type cv U, where U is T or a class derived from T, the object is
6008 initialized from that element." Even if T is an aggregate. */
6009 if (cxx_dialect >= cxx11 && (CLASS_TYPE_P (type) || VECTOR_TYPE_P (type))
6010 && first_initializer_p
6011 && d->end - d->cur == 1
6012 && reference_related_p (type, TREE_TYPE (init)))
6014 d->cur++;
6015 return init;
6018 /* [dcl.init.aggr]
6020 All implicit type conversions (clause _conv_) are considered when
6021 initializing the aggregate member with an initializer from an
6022 initializer-list. If the initializer can initialize a member,
6023 the member is initialized. Otherwise, if the member is itself a
6024 non-empty subaggregate, brace elision is assumed and the
6025 initializer is considered for the initialization of the first
6026 member of the subaggregate. */
6027 if (TREE_CODE (init) != CONSTRUCTOR
6028 /* But don't try this for the first initializer, since that would be
6029 looking through the outermost braces; A a2 = { a1 }; is not a
6030 valid aggregate initialization. */
6031 && !first_initializer_p
6032 && (same_type_ignoring_top_level_qualifiers_p (type, TREE_TYPE (init))
6033 || can_convert_arg (type, TREE_TYPE (init), init, LOOKUP_NORMAL,
6034 complain)))
6036 d->cur++;
6037 return init;
6040 /* [dcl.init.string]
6042 A char array (whether plain char, signed char, or unsigned char)
6043 can be initialized by a string-literal (optionally enclosed in
6044 braces); a wchar_t array can be initialized by a wide
6045 string-literal (optionally enclosed in braces). */
6046 if (TREE_CODE (type) == ARRAY_TYPE
6047 && char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (type))))
6049 tree str_init = init;
6051 /* Strip one level of braces if and only if they enclose a single
6052 element (as allowed by [dcl.init.string]). */
6053 if (!first_initializer_p
6054 && TREE_CODE (str_init) == CONSTRUCTOR
6055 && CONSTRUCTOR_NELTS (str_init) == 1)
6057 str_init = (*CONSTRUCTOR_ELTS (str_init))[0].value;
6060 /* If it's a string literal, then it's the initializer for the array
6061 as a whole. Otherwise, continue with normal initialization for
6062 array types (one value per array element). */
6063 if (TREE_CODE (str_init) == STRING_CST)
6065 if (has_designator_problem (d, complain))
6066 return error_mark_node;
6067 d->cur++;
6068 return str_init;
6072 /* The following cases are about aggregates. If we are not within a full
6073 initializer already, and there is not a CONSTRUCTOR, it means that there
6074 is a missing set of braces (that is, we are processing the case for
6075 which reshape_init exists). */
6076 if (!first_initializer_p)
6078 if (TREE_CODE (init) == CONSTRUCTOR)
6080 if (TREE_TYPE (init) && TYPE_PTRMEMFUNC_P (TREE_TYPE (init)))
6081 /* There is no need to reshape pointer-to-member function
6082 initializers, as they are always constructed correctly
6083 by the front end. */
6085 else if (COMPOUND_LITERAL_P (init))
6086 /* For a nested compound literal, there is no need to reshape since
6087 brace elision is not allowed. Even if we decided to allow it,
6088 we should add a call to reshape_init in finish_compound_literal,
6089 before calling digest_init, so changing this code would still
6090 not be necessary. */
6091 gcc_assert (!BRACE_ENCLOSED_INITIALIZER_P (init));
6092 else
6094 ++d->cur;
6095 gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
6096 return reshape_init (type, init, complain);
6100 if (complain & tf_warning)
6101 warning (OPT_Wmissing_braces,
6102 "missing braces around initializer for %qT",
6103 type);
6106 /* Dispatch to specialized routines. */
6107 if (CLASS_TYPE_P (type))
6108 return reshape_init_class (type, d, first_initializer_p, complain);
6109 else if (TREE_CODE (type) == ARRAY_TYPE)
6110 return reshape_init_array (type, d, complain);
6111 else if (VECTOR_TYPE_P (type))
6112 return reshape_init_vector (type, d, complain);
6113 else
6114 gcc_unreachable();
6117 /* Undo the brace-elision allowed by [dcl.init.aggr] in a
6118 brace-enclosed aggregate initializer.
6120 INIT is the CONSTRUCTOR containing the list of initializers describing
6121 a brace-enclosed initializer for an entity of the indicated aggregate TYPE.
6122 It may not presently match the shape of the TYPE; for example:
6124 struct S { int a; int b; };
6125 struct S a[] = { 1, 2, 3, 4 };
6127 Here INIT will hold a vector of four elements, rather than a
6128 vector of two elements, each itself a vector of two elements. This
6129 routine transforms INIT from the former form into the latter. The
6130 revised CONSTRUCTOR node is returned. */
6132 tree
6133 reshape_init (tree type, tree init, tsubst_flags_t complain)
6135 vec<constructor_elt, va_gc> *v;
6136 reshape_iter d;
6137 tree new_init;
6139 gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
6141 v = CONSTRUCTOR_ELTS (init);
6143 /* An empty constructor does not need reshaping, and it is always a valid
6144 initializer. */
6145 if (vec_safe_is_empty (v))
6146 return init;
6148 /* Handle [dcl.init.list] direct-list-initialization from
6149 single element of enumeration with a fixed underlying type. */
6150 if (is_direct_enum_init (type, init))
6152 tree elt = CONSTRUCTOR_ELT (init, 0)->value;
6153 type = cv_unqualified (type);
6154 if (check_narrowing (ENUM_UNDERLYING_TYPE (type), elt, complain))
6156 warning_sentinel w (warn_useless_cast);
6157 warning_sentinel w2 (warn_ignored_qualifiers);
6158 return cp_build_c_cast (type, elt, tf_warning_or_error);
6160 else
6161 return error_mark_node;
6164 /* Recurse on this CONSTRUCTOR. */
6165 d.cur = &(*v)[0];
6166 d.end = d.cur + v->length ();
6168 new_init = reshape_init_r (type, &d, true, complain);
6169 if (new_init == error_mark_node)
6170 return error_mark_node;
6172 /* Make sure all the element of the constructor were used. Otherwise,
6173 issue an error about exceeding initializers. */
6174 if (d.cur != d.end)
6176 if (complain & tf_error)
6177 error ("too many initializers for %qT", type);
6178 return error_mark_node;
6181 if (CONSTRUCTOR_IS_DIRECT_INIT (init)
6182 && BRACE_ENCLOSED_INITIALIZER_P (new_init))
6183 CONSTRUCTOR_IS_DIRECT_INIT (new_init) = true;
6185 return new_init;
6188 /* Verify array initializer. Returns true if errors have been reported. */
6190 bool
6191 check_array_initializer (tree decl, tree type, tree init)
6193 tree element_type = TREE_TYPE (type);
6195 /* The array type itself need not be complete, because the
6196 initializer may tell us how many elements are in the array.
6197 But, the elements of the array must be complete. */
6198 if (!COMPLETE_TYPE_P (complete_type (element_type)))
6200 if (decl)
6201 error_at (DECL_SOURCE_LOCATION (decl),
6202 "elements of array %q#D have incomplete type", decl);
6203 else
6204 error ("elements of array %q#T have incomplete type", type);
6205 return true;
6207 /* A compound literal can't have variable size. */
6208 if (init && !decl
6209 && ((COMPLETE_TYPE_P (type) && !TREE_CONSTANT (TYPE_SIZE (type)))
6210 || !TREE_CONSTANT (TYPE_SIZE (element_type))))
6212 error ("variable-sized compound literal");
6213 return true;
6215 return false;
6218 /* Subroutine of check_initializer; args are passed down from that function.
6219 Set stmts_are_full_exprs_p to 1 across a call to build_aggr_init. */
6221 static tree
6222 build_aggr_init_full_exprs (tree decl, tree init, int flags)
6225 gcc_assert (stmts_are_full_exprs_p ());
6226 return build_aggr_init (decl, init, flags, tf_warning_or_error);
6229 /* Verify INIT (the initializer for DECL), and record the
6230 initialization in DECL_INITIAL, if appropriate. CLEANUP is as for
6231 grok_reference_init.
6233 If the return value is non-NULL, it is an expression that must be
6234 evaluated dynamically to initialize DECL. */
6236 static tree
6237 check_initializer (tree decl, tree init, int flags, vec<tree, va_gc> **cleanups)
6239 tree type = TREE_TYPE (decl);
6240 tree init_code = NULL;
6241 tree core_type;
6243 /* Things that are going to be initialized need to have complete
6244 type. */
6245 TREE_TYPE (decl) = type = complete_type (TREE_TYPE (decl));
6247 if (DECL_HAS_VALUE_EXPR_P (decl))
6249 /* A variable with DECL_HAS_VALUE_EXPR_P set is just a placeholder,
6250 it doesn't have storage to be initialized. */
6251 gcc_assert (init == NULL_TREE);
6252 return NULL_TREE;
6255 if (type == error_mark_node)
6256 /* We will have already complained. */
6257 return NULL_TREE;
6259 if (TREE_CODE (type) == ARRAY_TYPE)
6261 if (check_array_initializer (decl, type, init))
6262 return NULL_TREE;
6264 else if (!COMPLETE_TYPE_P (type))
6266 error_at (DECL_SOURCE_LOCATION (decl),
6267 "%q#D has incomplete type", decl);
6268 TREE_TYPE (decl) = error_mark_node;
6269 return NULL_TREE;
6271 else
6272 /* There is no way to make a variable-sized class type in GNU C++. */
6273 gcc_assert (TREE_CONSTANT (TYPE_SIZE (type)));
6275 if (init && BRACE_ENCLOSED_INITIALIZER_P (init))
6277 int init_len = CONSTRUCTOR_NELTS (init);
6278 if (SCALAR_TYPE_P (type))
6280 if (init_len == 0)
6282 maybe_warn_cpp0x (CPP0X_INITIALIZER_LISTS);
6283 init = build_zero_init (type, NULL_TREE, false);
6285 else if (init_len != 1 && TREE_CODE (type) != COMPLEX_TYPE)
6287 error_at (EXPR_LOC_OR_LOC (init, DECL_SOURCE_LOCATION (decl)),
6288 "scalar object %qD requires one element in "
6289 "initializer", decl);
6290 TREE_TYPE (decl) = error_mark_node;
6291 return NULL_TREE;
6296 if (TREE_CODE (decl) == CONST_DECL)
6298 gcc_assert (TREE_CODE (type) != REFERENCE_TYPE);
6300 DECL_INITIAL (decl) = init;
6302 gcc_assert (init != NULL_TREE);
6303 init = NULL_TREE;
6305 else if (!init && DECL_REALLY_EXTERN (decl))
6307 else if (init || type_build_ctor_call (type)
6308 || TREE_CODE (type) == REFERENCE_TYPE)
6310 if (TREE_CODE (type) == REFERENCE_TYPE)
6312 init = grok_reference_init (decl, type, init, flags);
6313 flags |= LOOKUP_ALREADY_DIGESTED;
6315 else if (!init)
6316 check_for_uninitialized_const_var (decl, /*constexpr_context_p=*/false,
6317 tf_warning_or_error);
6318 /* Do not reshape constructors of vectors (they don't need to be
6319 reshaped. */
6320 else if (BRACE_ENCLOSED_INITIALIZER_P (init))
6322 if (is_std_init_list (type))
6324 init = perform_implicit_conversion (type, init,
6325 tf_warning_or_error);
6326 flags |= LOOKUP_ALREADY_DIGESTED;
6328 else if (TYPE_NON_AGGREGATE_CLASS (type))
6330 /* Don't reshape if the class has constructors. */
6331 if (cxx_dialect == cxx98)
6332 error_at (EXPR_LOC_OR_LOC (init, DECL_SOURCE_LOCATION (decl)),
6333 "in C++98 %qD must be initialized by "
6334 "constructor, not by %<{...}%>",
6335 decl);
6337 else if (VECTOR_TYPE_P (type) && TYPE_VECTOR_OPAQUE (type))
6339 error ("opaque vector types cannot be initialized");
6340 init = error_mark_node;
6342 else
6344 init = reshape_init (type, init, tf_warning_or_error);
6345 flags |= LOOKUP_NO_NARROWING;
6348 else if (TREE_CODE (init) == TREE_LIST
6349 && TREE_TYPE (init) != unknown_type_node
6350 && !MAYBE_CLASS_TYPE_P (type))
6352 gcc_assert (TREE_CODE (decl) != RESULT_DECL);
6354 /* We get here with code like `int a (2);' */
6355 init = build_x_compound_expr_from_list (init, ELK_INIT,
6356 tf_warning_or_error);
6359 /* If DECL has an array type without a specific bound, deduce the
6360 array size from the initializer. */
6361 maybe_deduce_size_from_array_init (decl, init);
6362 type = TREE_TYPE (decl);
6363 if (type == error_mark_node)
6364 return NULL_TREE;
6366 if (((type_build_ctor_call (type) || CLASS_TYPE_P (type))
6367 && !(flags & LOOKUP_ALREADY_DIGESTED)
6368 && !(init && BRACE_ENCLOSED_INITIALIZER_P (init)
6369 && CP_AGGREGATE_TYPE_P (type)
6370 && (CLASS_TYPE_P (type)
6371 || !TYPE_NEEDS_CONSTRUCTING (type)
6372 || type_has_extended_temps (type))))
6373 || (DECL_DECOMPOSITION_P (decl) && TREE_CODE (type) == ARRAY_TYPE))
6375 init_code = build_aggr_init_full_exprs (decl, init, flags);
6377 /* A constructor call is a non-trivial initializer even if
6378 it isn't explicitly written. */
6379 if (TREE_SIDE_EFFECTS (init_code))
6380 DECL_NONTRIVIALLY_INITIALIZED_P (decl) = true;
6382 /* If this is a constexpr initializer, expand_default_init will
6383 have returned an INIT_EXPR rather than a CALL_EXPR. In that
6384 case, pull the initializer back out and pass it down into
6385 store_init_value. */
6386 while (TREE_CODE (init_code) == EXPR_STMT
6387 || TREE_CODE (init_code) == CONVERT_EXPR)
6388 init_code = TREE_OPERAND (init_code, 0);
6389 if (TREE_CODE (init_code) == INIT_EXPR)
6391 init = TREE_OPERAND (init_code, 1);
6392 init_code = NULL_TREE;
6393 /* Don't call digest_init; it's unnecessary and will complain
6394 about aggregate initialization of non-aggregate classes. */
6395 flags |= LOOKUP_ALREADY_DIGESTED;
6397 else if (DECL_DECLARED_CONSTEXPR_P (decl))
6399 /* Declared constexpr, but no suitable initializer; massage
6400 init appropriately so we can pass it into store_init_value
6401 for the error. */
6402 if (CLASS_TYPE_P (type)
6403 && (!init || TREE_CODE (init) == TREE_LIST))
6405 init = build_functional_cast (type, init, tf_none);
6406 if (TREE_CODE (init) == TARGET_EXPR)
6407 TARGET_EXPR_DIRECT_INIT_P (init) = true;
6409 init_code = NULL_TREE;
6411 else
6412 init = NULL_TREE;
6415 if (init && TREE_CODE (init) != TREE_VEC)
6417 /* In aggregate initialization of a variable, each element
6418 initialization is a full-expression because there is no
6419 enclosing expression. */
6420 gcc_assert (stmts_are_full_exprs_p ());
6422 init_code = store_init_value (decl, init, cleanups, flags);
6424 if (pedantic && TREE_CODE (type) == ARRAY_TYPE
6425 && DECL_INITIAL (decl)
6426 && TREE_CODE (DECL_INITIAL (decl)) == STRING_CST
6427 && PAREN_STRING_LITERAL_P (DECL_INITIAL (decl)))
6428 warning_at (EXPR_LOC_OR_LOC (DECL_INITIAL (decl),
6429 DECL_SOURCE_LOCATION (decl)),
6430 0, "array %qD initialized by parenthesized "
6431 "string literal %qE",
6432 decl, DECL_INITIAL (decl));
6433 init = NULL;
6436 else
6438 if (CLASS_TYPE_P (core_type = strip_array_types (type))
6439 && (CLASSTYPE_READONLY_FIELDS_NEED_INIT (core_type)
6440 || CLASSTYPE_REF_FIELDS_NEED_INIT (core_type)))
6441 diagnose_uninitialized_cst_or_ref_member (core_type, /*using_new=*/false,
6442 /*complain=*/true);
6444 check_for_uninitialized_const_var (decl, /*constexpr_context_p=*/false,
6445 tf_warning_or_error);
6448 if (init && init != error_mark_node)
6449 init_code = build2 (INIT_EXPR, type, decl, init);
6451 if (init_code)
6453 /* We might have set these in cp_finish_decl. */
6454 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = false;
6455 TREE_CONSTANT (decl) = false;
6458 if (init_code
6459 && (DECL_IN_AGGR_P (decl) && !DECL_VAR_DECLARED_INLINE_P (decl)))
6461 static int explained = 0;
6463 if (cxx_dialect < cxx11)
6464 error ("initializer invalid for static member with constructor");
6465 else if (cxx_dialect < cxx17)
6466 error ("non-constant in-class initialization invalid for static "
6467 "member %qD", decl);
6468 else
6469 error ("non-constant in-class initialization invalid for non-inline "
6470 "static member %qD", decl);
6471 if (!explained)
6473 inform (input_location,
6474 "(an out of class initialization is required)");
6475 explained = 1;
6477 return NULL_TREE;
6480 return init_code;
6483 /* If DECL is not a local variable, give it RTL. */
6485 static void
6486 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec)
6488 int toplev = toplevel_bindings_p ();
6489 int defer_p;
6491 /* Set the DECL_ASSEMBLER_NAME for the object. */
6492 if (asmspec)
6494 /* The `register' keyword, when used together with an
6495 asm-specification, indicates that the variable should be
6496 placed in a particular register. */
6497 if (VAR_P (decl) && DECL_REGISTER (decl))
6499 set_user_assembler_name (decl, asmspec);
6500 DECL_HARD_REGISTER (decl) = 1;
6502 else
6504 if (TREE_CODE (decl) == FUNCTION_DECL
6505 && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
6506 set_builtin_user_assembler_name (decl, asmspec);
6507 set_user_assembler_name (decl, asmspec);
6511 /* Handle non-variables up front. */
6512 if (!VAR_P (decl))
6514 rest_of_decl_compilation (decl, toplev, at_eof);
6515 return;
6518 /* If we see a class member here, it should be a static data
6519 member. */
6520 if (DECL_LANG_SPECIFIC (decl) && DECL_IN_AGGR_P (decl))
6522 gcc_assert (TREE_STATIC (decl));
6523 /* An in-class declaration of a static data member should be
6524 external; it is only a declaration, and not a definition. */
6525 if (init == NULL_TREE)
6526 gcc_assert (DECL_EXTERNAL (decl)
6527 || !TREE_PUBLIC (decl)
6528 || DECL_INLINE_VAR_P (decl));
6531 /* We don't create any RTL for local variables. */
6532 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
6533 return;
6535 /* We defer emission of local statics until the corresponding
6536 DECL_EXPR is expanded. But with constexpr its function might never
6537 be expanded, so go ahead and tell cgraph about the variable now. */
6538 defer_p = ((DECL_FUNCTION_SCOPE_P (decl)
6539 && !var_in_maybe_constexpr_fn (decl))
6540 || DECL_VIRTUAL_P (decl));
6542 /* Defer template instantiations. */
6543 if (DECL_LANG_SPECIFIC (decl)
6544 && DECL_IMPLICIT_INSTANTIATION (decl))
6545 defer_p = 1;
6547 /* If we're not deferring, go ahead and assemble the variable. */
6548 if (!defer_p)
6549 rest_of_decl_compilation (decl, toplev, at_eof);
6552 /* walk_tree helper for wrap_temporary_cleanups, below. */
6554 static tree
6555 wrap_cleanups_r (tree *stmt_p, int *walk_subtrees, void *data)
6557 /* Stop at types or full-expression boundaries. */
6558 if (TYPE_P (*stmt_p)
6559 || TREE_CODE (*stmt_p) == CLEANUP_POINT_EXPR)
6561 *walk_subtrees = 0;
6562 return NULL_TREE;
6565 if (TREE_CODE (*stmt_p) == TARGET_EXPR)
6567 tree guard = (tree)data;
6568 tree tcleanup = TARGET_EXPR_CLEANUP (*stmt_p);
6570 tcleanup = build2 (TRY_CATCH_EXPR, void_type_node, tcleanup, guard);
6571 /* Tell honor_protect_cleanup_actions to handle this as a separate
6572 cleanup. */
6573 TRY_CATCH_IS_CLEANUP (tcleanup) = 1;
6575 TARGET_EXPR_CLEANUP (*stmt_p) = tcleanup;
6578 return NULL_TREE;
6581 /* We're initializing a local variable which has a cleanup GUARD. If there
6582 are any temporaries used in the initializer INIT of this variable, we
6583 need to wrap their cleanups with TRY_CATCH_EXPR (, GUARD) so that the
6584 variable will be cleaned up properly if one of them throws.
6586 Unfortunately, there's no way to express this properly in terms of
6587 nesting, as the regions for the temporaries overlap the region for the
6588 variable itself; if there are two temporaries, the variable needs to be
6589 the first thing destroyed if either of them throws. However, we only
6590 want to run the variable's cleanup if it actually got constructed. So
6591 we need to guard the temporary cleanups with the variable's cleanup if
6592 they are run on the normal path, but not if they are run on the
6593 exceptional path. We implement this by telling
6594 honor_protect_cleanup_actions to strip the variable cleanup from the
6595 exceptional path. */
6597 static void
6598 wrap_temporary_cleanups (tree init, tree guard)
6600 cp_walk_tree_without_duplicates (&init, wrap_cleanups_r, (void *)guard);
6603 /* Generate code to initialize DECL (a local variable). */
6605 static void
6606 initialize_local_var (tree decl, tree init)
6608 tree type = TREE_TYPE (decl);
6609 tree cleanup;
6610 int already_used;
6612 gcc_assert (VAR_P (decl)
6613 || TREE_CODE (decl) == RESULT_DECL);
6614 gcc_assert (!TREE_STATIC (decl));
6616 if (DECL_SIZE (decl) == NULL_TREE)
6618 /* If we used it already as memory, it must stay in memory. */
6619 DECL_INITIAL (decl) = NULL_TREE;
6620 TREE_ADDRESSABLE (decl) = TREE_USED (decl);
6621 return;
6624 if (type == error_mark_node)
6625 return;
6627 /* Compute and store the initial value. */
6628 already_used = TREE_USED (decl) || TREE_USED (type);
6629 if (TREE_USED (type))
6630 DECL_READ_P (decl) = 1;
6632 /* Generate a cleanup, if necessary. */
6633 cleanup = cxx_maybe_build_cleanup (decl, tf_warning_or_error);
6635 /* Perform the initialization. */
6636 if (init)
6638 tree rinit = (TREE_CODE (init) == INIT_EXPR
6639 ? TREE_OPERAND (init, 1) : NULL_TREE);
6640 if (rinit && !TREE_SIDE_EFFECTS (rinit))
6642 /* Stick simple initializers in DECL_INITIAL so that
6643 -Wno-init-self works (c++/34772). */
6644 gcc_assert (TREE_OPERAND (init, 0) == decl);
6645 DECL_INITIAL (decl) = rinit;
6647 if (warn_init_self && TREE_CODE (type) == REFERENCE_TYPE)
6649 STRIP_NOPS (rinit);
6650 if (rinit == decl)
6651 warning_at (DECL_SOURCE_LOCATION (decl),
6652 OPT_Winit_self,
6653 "reference %qD is initialized with itself", decl);
6656 else
6658 int saved_stmts_are_full_exprs_p;
6660 /* If we're only initializing a single object, guard the
6661 destructors of any temporaries used in its initializer with
6662 its destructor. This isn't right for arrays because each
6663 element initialization is a full-expression. */
6664 if (cleanup && TREE_CODE (type) != ARRAY_TYPE)
6665 wrap_temporary_cleanups (init, cleanup);
6667 gcc_assert (building_stmt_list_p ());
6668 saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
6669 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
6670 finish_expr_stmt (init);
6671 current_stmt_tree ()->stmts_are_full_exprs_p =
6672 saved_stmts_are_full_exprs_p;
6676 /* Set this to 0 so we can tell whether an aggregate which was
6677 initialized was ever used. Don't do this if it has a
6678 destructor, so we don't complain about the 'resource
6679 allocation is initialization' idiom. Now set
6680 attribute((unused)) on types so decls of that type will be
6681 marked used. (see TREE_USED, above.) */
6682 if (TYPE_NEEDS_CONSTRUCTING (type)
6683 && ! already_used
6684 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type)
6685 && DECL_NAME (decl))
6686 TREE_USED (decl) = 0;
6687 else if (already_used)
6688 TREE_USED (decl) = 1;
6690 if (cleanup)
6691 finish_decl_cleanup (decl, cleanup);
6694 /* DECL is a VAR_DECL for a compiler-generated variable with static
6695 storage duration (like a virtual table) whose initializer is a
6696 compile-time constant. Initialize the variable and provide it to the
6697 back end. */
6699 void
6700 initialize_artificial_var (tree decl, vec<constructor_elt, va_gc> *v)
6702 tree init;
6703 gcc_assert (DECL_ARTIFICIAL (decl));
6704 init = build_constructor (TREE_TYPE (decl), v);
6705 gcc_assert (TREE_CODE (init) == CONSTRUCTOR);
6706 DECL_INITIAL (decl) = init;
6707 DECL_INITIALIZED_P (decl) = 1;
6708 determine_visibility (decl);
6709 layout_var_decl (decl);
6710 maybe_commonize_var (decl);
6711 make_rtl_for_nonlocal_decl (decl, init, /*asmspec=*/NULL);
6714 /* INIT is the initializer for a variable, as represented by the
6715 parser. Returns true iff INIT is value-dependent. */
6717 static bool
6718 value_dependent_init_p (tree init)
6720 if (TREE_CODE (init) == TREE_LIST)
6721 /* A parenthesized initializer, e.g.: int i (3, 2); ? */
6722 return any_value_dependent_elements_p (init);
6723 else if (TREE_CODE (init) == CONSTRUCTOR)
6724 /* A brace-enclosed initializer, e.g.: int i = { 3 }; ? */
6726 if (dependent_type_p (TREE_TYPE (init)))
6727 return true;
6729 vec<constructor_elt, va_gc> *elts;
6730 size_t nelts;
6731 size_t i;
6733 elts = CONSTRUCTOR_ELTS (init);
6734 nelts = vec_safe_length (elts);
6735 for (i = 0; i < nelts; ++i)
6736 if (value_dependent_init_p ((*elts)[i].value))
6737 return true;
6739 else
6740 /* It must be a simple expression, e.g., int i = 3; */
6741 return value_dependent_expression_p (init);
6743 return false;
6746 // Returns true if a DECL is VAR_DECL with the concept specifier.
6747 static inline bool
6748 is_concept_var (tree decl)
6750 return (VAR_P (decl)
6751 // Not all variables have DECL_LANG_SPECIFIC.
6752 && DECL_LANG_SPECIFIC (decl)
6753 && DECL_DECLARED_CONCEPT_P (decl));
6756 /* A helper function to be called via walk_tree. If any label exists
6757 under *TP, it is (going to be) forced. Set has_forced_label_in_static. */
6759 static tree
6760 notice_forced_label_r (tree *tp, int *walk_subtrees, void *)
6762 if (TYPE_P (*tp))
6763 *walk_subtrees = 0;
6764 if (TREE_CODE (*tp) == LABEL_DECL)
6765 cfun->has_forced_label_in_static = 1;
6766 return NULL_TREE;
6769 /* Finish processing of a declaration;
6770 install its line number and initial value.
6771 If the length of an array type is not known before,
6772 it must be determined now, from the initial value, or it is an error.
6774 INIT is the initializer (if any) for DECL. If INIT_CONST_EXPR_P is
6775 true, then INIT is an integral constant expression.
6777 FLAGS is LOOKUP_ONLYCONVERTING if the = init syntax was used, else 0
6778 if the (init) syntax was used. */
6780 void
6781 cp_finish_decl (tree decl, tree init, bool init_const_expr_p,
6782 tree asmspec_tree, int flags)
6784 tree type;
6785 vec<tree, va_gc> *cleanups = NULL;
6786 const char *asmspec = NULL;
6787 int was_readonly = 0;
6788 bool var_definition_p = false;
6789 tree auto_node;
6791 if (decl == error_mark_node)
6792 return;
6793 else if (! decl)
6795 if (init)
6796 error ("assignment (not initialization) in declaration");
6797 return;
6800 gcc_assert (TREE_CODE (decl) != RESULT_DECL);
6801 /* Parameters are handled by store_parm_decls, not cp_finish_decl. */
6802 gcc_assert (TREE_CODE (decl) != PARM_DECL);
6804 type = TREE_TYPE (decl);
6805 if (type == error_mark_node)
6806 return;
6808 /* Warn about register storage specifiers except when in GNU global
6809 or local register variable extension. */
6810 if (VAR_P (decl) && DECL_REGISTER (decl) && asmspec_tree == NULL_TREE)
6812 if (cxx_dialect >= cxx17)
6813 pedwarn (DECL_SOURCE_LOCATION (decl), OPT_Wregister,
6814 "ISO C++17 does not allow %<register%> storage "
6815 "class specifier");
6816 else
6817 warning_at (DECL_SOURCE_LOCATION (decl), OPT_Wregister,
6818 "%<register%> storage class specifier used");
6821 /* If a name was specified, get the string. */
6822 if (at_namespace_scope_p ())
6823 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree);
6824 if (asmspec_tree && asmspec_tree != error_mark_node)
6825 asmspec = TREE_STRING_POINTER (asmspec_tree);
6827 if (current_class_type
6828 && CP_DECL_CONTEXT (decl) == current_class_type
6829 && TYPE_BEING_DEFINED (current_class_type)
6830 && !CLASSTYPE_TEMPLATE_INSTANTIATION (current_class_type)
6831 && (DECL_INITIAL (decl) || init))
6832 DECL_INITIALIZED_IN_CLASS_P (decl) = 1;
6834 if (TREE_CODE (decl) != FUNCTION_DECL
6835 && (auto_node = type_uses_auto (type)))
6837 tree d_init;
6838 if (init == NULL_TREE)
6840 if (DECL_LANG_SPECIFIC (decl)
6841 && DECL_TEMPLATE_INSTANTIATION (decl)
6842 && !DECL_TEMPLATE_INSTANTIATED (decl))
6844 /* init is null because we're deferring instantiating the
6845 initializer until we need it. Well, we need it now. */
6846 instantiate_decl (decl, /*defer_ok*/true, /*expl*/false);
6847 return;
6850 gcc_assert (CLASS_PLACEHOLDER_TEMPLATE (auto_node));
6852 d_init = init;
6853 if (d_init)
6855 if (TREE_CODE (d_init) == TREE_LIST
6856 && !CLASS_PLACEHOLDER_TEMPLATE (auto_node))
6857 d_init = build_x_compound_expr_from_list (d_init, ELK_INIT,
6858 tf_warning_or_error);
6859 d_init = resolve_nondeduced_context (d_init, tf_warning_or_error);
6861 enum auto_deduction_context adc = adc_variable_type;
6862 if (VAR_P (decl) && DECL_DECOMPOSITION_P (decl))
6863 adc = adc_decomp_type;
6864 type = TREE_TYPE (decl) = do_auto_deduction (type, d_init, auto_node,
6865 tf_warning_or_error, adc,
6866 NULL_TREE, flags);
6867 if (type == error_mark_node)
6868 return;
6869 if (TREE_CODE (type) == FUNCTION_TYPE)
6871 error ("initializer for %<decltype(auto) %D%> has function type "
6872 "(did you forget the %<()%> ?)", decl);
6873 TREE_TYPE (decl) = error_mark_node;
6874 return;
6876 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
6879 if (ensure_literal_type_for_constexpr_object (decl)
6880 == error_mark_node)
6882 DECL_DECLARED_CONSTEXPR_P (decl) = 0;
6883 return;
6886 if (VAR_P (decl)
6887 && DECL_CLASS_SCOPE_P (decl)
6888 && DECL_INITIALIZED_IN_CLASS_P (decl))
6889 check_static_variable_definition (decl, type);
6891 if (init && TREE_CODE (decl) == FUNCTION_DECL)
6893 tree clone;
6894 if (init == ridpointers[(int)RID_DELETE])
6896 /* FIXME check this is 1st decl. */
6897 DECL_DELETED_FN (decl) = 1;
6898 DECL_DECLARED_INLINE_P (decl) = 1;
6899 DECL_INITIAL (decl) = error_mark_node;
6900 FOR_EACH_CLONE (clone, decl)
6902 DECL_DELETED_FN (clone) = 1;
6903 DECL_DECLARED_INLINE_P (clone) = 1;
6904 DECL_INITIAL (clone) = error_mark_node;
6906 init = NULL_TREE;
6908 else if (init == ridpointers[(int)RID_DEFAULT])
6910 if (defaultable_fn_check (decl))
6911 DECL_DEFAULTED_FN (decl) = 1;
6912 else
6913 DECL_INITIAL (decl) = NULL_TREE;
6917 if (init && VAR_P (decl))
6919 DECL_NONTRIVIALLY_INITIALIZED_P (decl) = 1;
6920 /* If DECL is a reference, then we want to know whether init is a
6921 reference constant; init_const_expr_p as passed tells us whether
6922 it's an rvalue constant. */
6923 if (TREE_CODE (type) == REFERENCE_TYPE)
6924 init_const_expr_p = potential_constant_expression (init);
6925 if (init_const_expr_p)
6927 /* Set these flags now for templates. We'll update the flags in
6928 store_init_value for instantiations. */
6929 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = 1;
6930 if (decl_maybe_constant_var_p (decl)
6931 /* FIXME setting TREE_CONSTANT on refs breaks the back end. */
6932 && TREE_CODE (type) != REFERENCE_TYPE)
6933 TREE_CONSTANT (decl) = 1;
6937 if (processing_template_decl)
6939 bool type_dependent_p;
6941 /* Add this declaration to the statement-tree. */
6942 if (at_function_scope_p ())
6943 add_decl_expr (decl);
6945 type_dependent_p = dependent_type_p (type);
6947 if (check_for_bare_parameter_packs (init))
6949 init = NULL_TREE;
6950 DECL_INITIAL (decl) = NULL_TREE;
6953 /* Generally, initializers in templates are expanded when the
6954 template is instantiated. But, if DECL is a variable constant
6955 then it can be used in future constant expressions, so its value
6956 must be available. */
6958 bool dep_init = false;
6960 if (!VAR_P (decl) || type_dependent_p)
6961 /* We can't do anything if the decl has dependent type. */;
6962 else if (!init && is_concept_var (decl))
6963 error ("variable concept has no initializer");
6964 else if (init
6965 && init_const_expr_p
6966 && TREE_CODE (type) != REFERENCE_TYPE
6967 && decl_maybe_constant_var_p (decl)
6968 && !(dep_init = value_dependent_init_p (init)))
6970 /* This variable seems to be a non-dependent constant, so process
6971 its initializer. If check_initializer returns non-null the
6972 initialization wasn't constant after all. */
6973 tree init_code;
6974 cleanups = make_tree_vector ();
6975 init_code = check_initializer (decl, init, flags, &cleanups);
6976 if (init_code == NULL_TREE)
6977 init = NULL_TREE;
6978 release_tree_vector (cleanups);
6980 else if (!DECL_PRETTY_FUNCTION_P (decl))
6982 /* Deduce array size even if the initializer is dependent. */
6983 maybe_deduce_size_from_array_init (decl, init);
6984 /* And complain about multiple initializers. */
6985 if (init && TREE_CODE (init) == TREE_LIST && TREE_CHAIN (init)
6986 && !MAYBE_CLASS_TYPE_P (type))
6987 init = build_x_compound_expr_from_list (init, ELK_INIT,
6988 tf_warning_or_error);
6991 if (init)
6992 DECL_INITIAL (decl) = init;
6993 if (dep_init)
6995 retrofit_lang_decl (decl);
6996 SET_DECL_DEPENDENT_INIT_P (decl, true);
6998 return;
7001 /* Just store non-static data member initializers for later. */
7002 if (init && TREE_CODE (decl) == FIELD_DECL)
7003 DECL_INITIAL (decl) = init;
7005 /* Take care of TYPE_DECLs up front. */
7006 if (TREE_CODE (decl) == TYPE_DECL)
7008 if (type != error_mark_node
7009 && MAYBE_CLASS_TYPE_P (type) && DECL_NAME (decl))
7011 if (TREE_TYPE (DECL_NAME (decl)) && TREE_TYPE (decl) != type)
7012 warning (0, "shadowing previous type declaration of %q#D", decl);
7013 set_identifier_type_value (DECL_NAME (decl), decl);
7016 /* If we have installed this as the canonical typedef for this
7017 type, and that type has not been defined yet, delay emitting
7018 the debug information for it, as we will emit it later. */
7019 if (TYPE_MAIN_DECL (TREE_TYPE (decl)) == decl
7020 && !COMPLETE_TYPE_P (TREE_TYPE (decl)))
7021 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
7023 rest_of_decl_compilation (decl, DECL_FILE_SCOPE_P (decl),
7024 at_eof);
7025 return;
7028 /* A reference will be modified here, as it is initialized. */
7029 if (! DECL_EXTERNAL (decl)
7030 && TREE_READONLY (decl)
7031 && TREE_CODE (type) == REFERENCE_TYPE)
7033 was_readonly = 1;
7034 TREE_READONLY (decl) = 0;
7037 if (VAR_P (decl))
7039 /* If this is a local variable that will need a mangled name,
7040 register it now. We must do this before processing the
7041 initializer for the variable, since the initialization might
7042 require a guard variable, and since the mangled name of the
7043 guard variable will depend on the mangled name of this
7044 variable. */
7045 if (DECL_FUNCTION_SCOPE_P (decl)
7046 && TREE_STATIC (decl)
7047 && !DECL_ARTIFICIAL (decl))
7049 push_local_name (decl);
7050 /* Normally has_forced_label_in_static is set during GIMPLE
7051 lowering, but [cd]tors are never actually compiled directly.
7052 We need to set this early so we can deal with the label
7053 address extension. */
7054 if ((DECL_CONSTRUCTOR_P (current_function_decl)
7055 || DECL_DESTRUCTOR_P (current_function_decl))
7056 && init)
7058 walk_tree (&init, notice_forced_label_r, NULL, NULL);
7059 add_local_decl (cfun, decl);
7061 /* And make sure it's in the symbol table for
7062 c_parse_final_cleanups to find. */
7063 varpool_node::get_create (decl);
7066 /* Convert the initializer to the type of DECL, if we have not
7067 already initialized DECL. */
7068 if (!DECL_INITIALIZED_P (decl)
7069 /* If !DECL_EXTERNAL then DECL is being defined. In the
7070 case of a static data member initialized inside the
7071 class-specifier, there can be an initializer even if DECL
7072 is *not* defined. */
7073 && (!DECL_EXTERNAL (decl) || init))
7075 cleanups = make_tree_vector ();
7076 init = check_initializer (decl, init, flags, &cleanups);
7078 /* Handle:
7080 [dcl.init]
7082 The memory occupied by any object of static storage
7083 duration is zero-initialized at program startup before
7084 any other initialization takes place.
7086 We cannot create an appropriate initializer until after
7087 the type of DECL is finalized. If DECL_INITIAL is set,
7088 then the DECL is statically initialized, and any
7089 necessary zero-initialization has already been performed. */
7090 if (TREE_STATIC (decl) && !DECL_INITIAL (decl))
7091 DECL_INITIAL (decl) = build_zero_init (TREE_TYPE (decl),
7092 /*nelts=*/NULL_TREE,
7093 /*static_storage_p=*/true);
7094 /* Remember that the initialization for this variable has
7095 taken place. */
7096 DECL_INITIALIZED_P (decl) = 1;
7097 /* This declaration is the definition of this variable,
7098 unless we are initializing a static data member within
7099 the class specifier. */
7100 if (!DECL_EXTERNAL (decl))
7101 var_definition_p = true;
7103 /* If the variable has an array type, lay out the type, even if
7104 there is no initializer. It is valid to index through the
7105 array, and we must get TYPE_ALIGN set correctly on the array
7106 type. */
7107 else if (TREE_CODE (type) == ARRAY_TYPE)
7108 layout_type (type);
7110 if (TREE_STATIC (decl)
7111 && !at_function_scope_p ()
7112 && current_function_decl == NULL)
7113 /* So decl is a global variable or a static member of a
7114 non local class. Record the types it uses
7115 so that we can decide later to emit debug info for them. */
7116 record_types_used_by_current_var_decl (decl);
7119 /* Add this declaration to the statement-tree. This needs to happen
7120 after the call to check_initializer so that the DECL_EXPR for a
7121 reference temp is added before the DECL_EXPR for the reference itself. */
7122 if (DECL_FUNCTION_SCOPE_P (decl))
7124 /* If we're building a variable sized type, and we might be
7125 reachable other than via the top of the current binding
7126 level, then create a new BIND_EXPR so that we deallocate
7127 the object at the right time. */
7128 if (VAR_P (decl)
7129 && DECL_SIZE (decl)
7130 && !TREE_CONSTANT (DECL_SIZE (decl))
7131 && STATEMENT_LIST_HAS_LABEL (cur_stmt_list))
7133 tree bind;
7134 bind = build3 (BIND_EXPR, void_type_node, NULL, NULL, NULL);
7135 TREE_SIDE_EFFECTS (bind) = 1;
7136 add_stmt (bind);
7137 BIND_EXPR_BODY (bind) = push_stmt_list ();
7139 add_decl_expr (decl);
7142 /* Let the middle end know about variables and functions -- but not
7143 static data members in uninstantiated class templates. */
7144 if (VAR_OR_FUNCTION_DECL_P (decl))
7146 if (VAR_P (decl))
7148 layout_var_decl (decl);
7149 maybe_commonize_var (decl);
7152 /* This needs to happen after the linkage is set. */
7153 determine_visibility (decl);
7155 if (var_definition_p && TREE_STATIC (decl))
7157 /* If a TREE_READONLY variable needs initialization
7158 at runtime, it is no longer readonly and we need to
7159 avoid MEM_READONLY_P being set on RTL created for it. */
7160 if (init)
7162 if (TREE_READONLY (decl))
7163 TREE_READONLY (decl) = 0;
7164 was_readonly = 0;
7166 else if (was_readonly)
7167 TREE_READONLY (decl) = 1;
7169 /* Likewise if it needs destruction. */
7170 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
7171 TREE_READONLY (decl) = 0;
7174 make_rtl_for_nonlocal_decl (decl, init, asmspec);
7176 /* Check for abstractness of the type. Notice that there is no
7177 need to strip array types here since the check for those types
7178 is already done within create_array_type_for_decl. */
7179 abstract_virtuals_error (decl, type);
7181 if (TREE_TYPE (decl) == error_mark_node)
7182 /* No initialization required. */
7184 else if (TREE_CODE (decl) == FUNCTION_DECL)
7186 if (init)
7188 if (init == ridpointers[(int)RID_DEFAULT])
7190 /* An out-of-class default definition is defined at
7191 the point where it is explicitly defaulted. */
7192 if (DECL_DELETED_FN (decl))
7193 maybe_explain_implicit_delete (decl);
7194 else if (DECL_INITIAL (decl) == error_mark_node)
7195 synthesize_method (decl);
7197 else
7198 error ("function %q#D is initialized like a variable", decl);
7200 /* else no initialization required. */
7202 else if (DECL_EXTERNAL (decl)
7203 && ! (DECL_LANG_SPECIFIC (decl)
7204 && DECL_NOT_REALLY_EXTERN (decl)))
7206 if (init)
7207 DECL_INITIAL (decl) = init;
7209 /* A variable definition. */
7210 else if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
7211 /* Initialize the local variable. */
7212 initialize_local_var (decl, init);
7214 /* If a variable is defined, and then a subsequent
7215 definition with external linkage is encountered, we will
7216 get here twice for the same variable. We want to avoid
7217 calling expand_static_init more than once. For variables
7218 that are not static data members, we can call
7219 expand_static_init only when we actually process the
7220 initializer. It is not legal to redeclare a static data
7221 member, so this issue does not arise in that case. */
7222 else if (var_definition_p && TREE_STATIC (decl))
7223 expand_static_init (decl, init);
7226 /* If a CLEANUP_STMT was created to destroy a temporary bound to a
7227 reference, insert it in the statement-tree now. */
7228 if (cleanups)
7230 unsigned i; tree t;
7231 FOR_EACH_VEC_ELT (*cleanups, i, t)
7232 push_cleanup (decl, t, false);
7233 release_tree_vector (cleanups);
7236 if (was_readonly)
7237 TREE_READONLY (decl) = 1;
7239 invoke_plugin_callbacks (PLUGIN_FINISH_DECL, decl);
7242 /* For class TYPE return itself or some its bases that contain
7243 any direct non-static data members. Return error_mark_node if an
7244 error has been diagnosed. */
7246 static tree
7247 find_decomp_class_base (location_t loc, tree type, tree ret)
7249 bool member_seen = false;
7250 for (tree field = TYPE_FIELDS (type); field; field = DECL_CHAIN (field))
7251 if (TREE_CODE (field) != FIELD_DECL
7252 || DECL_ARTIFICIAL (field)
7253 || DECL_UNNAMED_BIT_FIELD (field))
7254 continue;
7255 else if (ret)
7256 return type;
7257 else if (ANON_AGGR_TYPE_P (TREE_TYPE (field)))
7259 if (TREE_CODE (TREE_TYPE (field)) == RECORD_TYPE)
7260 error_at (loc, "cannot decompose class type %qT because it has an "
7261 "anonymous struct member", type);
7262 else
7263 error_at (loc, "cannot decompose class type %qT because it has an "
7264 "anonymous union member", type);
7265 inform (DECL_SOURCE_LOCATION (field), "declared here");
7266 return error_mark_node;
7268 else if (TREE_PRIVATE (field) || TREE_PROTECTED (field))
7270 error_at (loc, "cannot decompose non-public member %qD of %qT",
7271 field, type);
7272 inform (DECL_SOURCE_LOCATION (field),
7273 TREE_PRIVATE (field)
7274 ? G_("declared private here")
7275 : G_("declared protected here"));
7276 return error_mark_node;
7278 else
7279 member_seen = true;
7281 tree base_binfo, binfo;
7282 tree orig_ret = ret;
7283 int i;
7284 if (member_seen)
7285 ret = type;
7286 for (binfo = TYPE_BINFO (type), i = 0;
7287 BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
7289 tree t = find_decomp_class_base (loc, TREE_TYPE (base_binfo), ret);
7290 if (t == error_mark_node)
7291 return error_mark_node;
7292 if (t != NULL_TREE && t != ret)
7294 if (ret == type)
7296 error_at (loc, "cannot decompose class type %qT: both it and "
7297 "its base class %qT have non-static data members",
7298 type, t);
7299 return error_mark_node;
7301 else if (orig_ret != NULL_TREE)
7302 return t;
7303 else if (ret != NULL_TREE)
7305 error_at (loc, "cannot decompose class type %qT: its base "
7306 "classes %qT and %qT have non-static data "
7307 "members", type, ret, t);
7308 return error_mark_node;
7310 else
7311 ret = t;
7314 return ret;
7317 /* Return std::tuple_size<TYPE>::value. */
7319 static tree
7320 get_tuple_size (tree type)
7322 tree args = make_tree_vec (1);
7323 TREE_VEC_ELT (args, 0) = type;
7324 tree inst = lookup_template_class (get_identifier ("tuple_size"), args,
7325 /*in_decl*/NULL_TREE,
7326 /*context*/std_node,
7327 /*entering_scope*/false, tf_none);
7328 inst = complete_type (inst);
7329 if (inst == error_mark_node || !COMPLETE_TYPE_P (inst))
7330 return NULL_TREE;
7331 tree val = lookup_qualified_name (inst, get_identifier ("value"),
7332 /*type*/false, /*complain*/false);
7333 if (TREE_CODE (val) == VAR_DECL || TREE_CODE (val) == CONST_DECL)
7334 val = maybe_constant_value (val);
7335 if (TREE_CODE (val) == INTEGER_CST)
7336 return val;
7337 else
7338 return error_mark_node;
7341 /* Return std::tuple_element<I,TYPE>::type. */
7343 static tree
7344 get_tuple_element_type (tree type, unsigned i)
7346 tree args = make_tree_vec (2);
7347 TREE_VEC_ELT (args, 0) = build_int_cst (integer_type_node, i);
7348 TREE_VEC_ELT (args, 1) = type;
7349 tree inst = lookup_template_class (get_identifier ("tuple_element"), args,
7350 /*in_decl*/NULL_TREE,
7351 /*context*/std_node,
7352 /*entering_scope*/false,
7353 tf_warning_or_error);
7354 return make_typename_type (inst, get_identifier ("type"),
7355 none_type, tf_warning_or_error);
7358 /* Return e.get<i>() or get<i>(e). */
7360 static tree
7361 get_tuple_decomp_init (tree decl, unsigned i)
7363 tree get_id = get_identifier ("get");
7364 tree targs = make_tree_vec (1);
7365 TREE_VEC_ELT (targs, 0) = build_int_cst (integer_type_node, i);
7367 tree etype = TREE_TYPE (decl);
7368 tree e = convert_from_reference (decl);
7370 /* [The id-expression] e is an lvalue if the type of the entity e is an
7371 lvalue reference and an xvalue otherwise. */
7372 if (TREE_CODE (etype) != REFERENCE_TYPE
7373 || TYPE_REF_IS_RVALUE (etype))
7374 e = move (e);
7376 tree fns = lookup_qualified_name (TREE_TYPE (e), get_id,
7377 /*type*/false, /*complain*/false);
7378 if (fns != error_mark_node)
7380 fns = lookup_template_function (fns, targs);
7381 return build_new_method_call (e, fns, /*args*/NULL,
7382 /*path*/NULL_TREE, LOOKUP_NORMAL,
7383 /*fn_p*/NULL, tf_warning_or_error);
7385 else
7387 vec<tree,va_gc> *args = make_tree_vector_single (e);
7388 fns = lookup_template_function (get_id, targs);
7389 fns = perform_koenig_lookup (fns, args, tf_warning_or_error);
7390 return finish_call_expr (fns, &args, /*novirt*/false,
7391 /*koenig*/true, tf_warning_or_error);
7395 /* It's impossible to recover the decltype of a tuple decomposition variable
7396 based on the actual type of the variable, so store it in a hash table. */
7398 static GTY((cache)) tree_cache_map *decomp_type_table;
7399 static void
7400 store_decomp_type (tree v, tree t)
7402 if (!decomp_type_table)
7403 decomp_type_table = tree_cache_map::create_ggc (13);
7404 decomp_type_table->put (v, t);
7407 tree
7408 lookup_decomp_type (tree v)
7410 return *decomp_type_table->get (v);
7413 /* Mangle a decomposition declaration if needed. Arguments like
7414 in cp_finish_decomp. */
7416 void
7417 cp_maybe_mangle_decomp (tree decl, tree first, unsigned int count)
7419 if (!processing_template_decl
7420 && !error_operand_p (decl)
7421 && DECL_NAMESPACE_SCOPE_P (decl))
7423 auto_vec<tree, 16> v;
7424 v.safe_grow (count);
7425 tree d = first;
7426 for (unsigned int i = 0; i < count; i++, d = DECL_CHAIN (d))
7427 v[count - i - 1] = d;
7428 SET_DECL_ASSEMBLER_NAME (decl, mangle_decomp (decl, v));
7432 /* Finish a decomposition declaration. DECL is the underlying declaration
7433 "e", FIRST is the head of a chain of decls for the individual identifiers
7434 chained through DECL_CHAIN in reverse order and COUNT is the number of
7435 those decls. */
7437 void
7438 cp_finish_decomp (tree decl, tree first, unsigned int count)
7440 if (error_operand_p (decl))
7442 error_out:
7443 while (count--)
7445 TREE_TYPE (first) = error_mark_node;
7446 if (DECL_HAS_VALUE_EXPR_P (first))
7448 SET_DECL_VALUE_EXPR (first, NULL_TREE);
7449 DECL_HAS_VALUE_EXPR_P (first) = 0;
7451 first = DECL_CHAIN (first);
7453 if (DECL_P (decl) && DECL_NAMESPACE_SCOPE_P (decl))
7454 SET_DECL_ASSEMBLER_NAME (decl, get_identifier ("<decomp>"));
7455 return;
7458 location_t loc = DECL_SOURCE_LOCATION (decl);
7459 if (type_dependent_expression_p (decl)
7460 /* This happens for range for when not in templates.
7461 Still add the DECL_VALUE_EXPRs for later processing. */
7462 || (!processing_template_decl
7463 && type_uses_auto (TREE_TYPE (decl))))
7465 for (unsigned int i = 0; i < count; i++)
7467 if (!DECL_HAS_VALUE_EXPR_P (first))
7469 tree v = build_nt (ARRAY_REF, decl,
7470 size_int (count - i - 1),
7471 NULL_TREE, NULL_TREE);
7472 SET_DECL_VALUE_EXPR (first, v);
7473 DECL_HAS_VALUE_EXPR_P (first) = 1;
7475 if (processing_template_decl)
7476 fit_decomposition_lang_decl (first, decl);
7477 first = DECL_CHAIN (first);
7479 return;
7482 auto_vec<tree, 16> v;
7483 v.safe_grow (count);
7484 tree d = first;
7485 for (unsigned int i = 0; i < count; i++, d = DECL_CHAIN (d))
7487 v[count - i - 1] = d;
7488 fit_decomposition_lang_decl (d, decl);
7491 tree type = TREE_TYPE (decl);
7492 tree dexp = decl;
7494 if (TREE_CODE (type) == REFERENCE_TYPE)
7496 dexp = convert_from_reference (dexp);
7497 type = complete_type (TREE_TYPE (type));
7498 if (type == error_mark_node)
7499 goto error_out;
7500 if (!COMPLETE_TYPE_P (type))
7502 error_at (loc, "structured binding refers to incomplete type %qT",
7503 type);
7504 goto error_out;
7508 tree eltype = NULL_TREE;
7509 unsigned HOST_WIDE_INT eltscnt = 0;
7510 if (TREE_CODE (type) == ARRAY_TYPE)
7512 tree nelts;
7513 nelts = array_type_nelts_top (type);
7514 if (nelts == error_mark_node)
7515 goto error_out;
7516 if (!tree_fits_uhwi_p (nelts))
7518 error_at (loc, "cannot decompose variable length array %qT", type);
7519 goto error_out;
7521 eltscnt = tree_to_uhwi (nelts);
7522 if (count != eltscnt)
7524 cnt_mismatch:
7525 if (count > eltscnt)
7526 error_n (loc, count,
7527 "%u name provided for structured binding",
7528 "%u names provided for structured binding", count);
7529 else
7530 error_n (loc, count,
7531 "only %u name provided for structured binding",
7532 "only %u names provided for structured binding", count);
7533 inform_n (loc, eltscnt,
7534 "while %qT decomposes into %wu element",
7535 "while %qT decomposes into %wu elements",
7536 type, eltscnt);
7537 goto error_out;
7539 eltype = TREE_TYPE (type);
7540 for (unsigned int i = 0; i < count; i++)
7542 TREE_TYPE (v[i]) = eltype;
7543 layout_decl (v[i], 0);
7544 if (processing_template_decl)
7545 continue;
7546 tree t = unshare_expr (dexp);
7547 t = build4_loc (DECL_SOURCE_LOCATION (v[i]), ARRAY_REF,
7548 eltype, t, size_int (i), NULL_TREE,
7549 NULL_TREE);
7550 SET_DECL_VALUE_EXPR (v[i], t);
7551 DECL_HAS_VALUE_EXPR_P (v[i]) = 1;
7554 /* 2 GNU extensions. */
7555 else if (TREE_CODE (type) == COMPLEX_TYPE)
7557 eltscnt = 2;
7558 if (count != eltscnt)
7559 goto cnt_mismatch;
7560 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type));
7561 for (unsigned int i = 0; i < count; i++)
7563 TREE_TYPE (v[i]) = eltype;
7564 layout_decl (v[i], 0);
7565 if (processing_template_decl)
7566 continue;
7567 tree t = unshare_expr (dexp);
7568 t = build1_loc (DECL_SOURCE_LOCATION (v[i]),
7569 i ? IMAGPART_EXPR : REALPART_EXPR, eltype,
7571 SET_DECL_VALUE_EXPR (v[i], t);
7572 DECL_HAS_VALUE_EXPR_P (v[i]) = 1;
7575 else if (TREE_CODE (type) == VECTOR_TYPE)
7577 if (!TYPE_VECTOR_SUBPARTS (type).is_constant (&eltscnt))
7579 error_at (loc, "cannot decompose variable length vector %qT", type);
7580 goto error_out;
7582 if (count != eltscnt)
7583 goto cnt_mismatch;
7584 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type));
7585 for (unsigned int i = 0; i < count; i++)
7587 TREE_TYPE (v[i]) = eltype;
7588 layout_decl (v[i], 0);
7589 if (processing_template_decl)
7590 continue;
7591 tree t = unshare_expr (dexp);
7592 convert_vector_to_array_for_subscript (DECL_SOURCE_LOCATION (v[i]),
7593 &t, size_int (i));
7594 t = build4_loc (DECL_SOURCE_LOCATION (v[i]), ARRAY_REF,
7595 eltype, t, size_int (i), NULL_TREE,
7596 NULL_TREE);
7597 SET_DECL_VALUE_EXPR (v[i], t);
7598 DECL_HAS_VALUE_EXPR_P (v[i]) = 1;
7601 else if (tree tsize = get_tuple_size (type))
7603 if (tsize == error_mark_node)
7605 error_at (loc, "%<std::tuple_size<%T>::value%> is not an integral "
7606 "constant expression", type);
7607 goto error_out;
7609 if (!tree_fits_uhwi_p (tsize))
7611 error_n (loc, count,
7612 "%u name provided for structured binding",
7613 "%u names provided for structured binding", count);
7614 inform (loc, "while %qT decomposes into %E elements",
7615 type, tsize);
7616 goto error_out;
7618 eltscnt = tree_to_uhwi (tsize);
7619 if (count != eltscnt)
7620 goto cnt_mismatch;
7621 int save_read = DECL_READ_P (decl);
7622 for (unsigned i = 0; i < count; ++i)
7624 location_t sloc = input_location;
7625 location_t dloc = DECL_SOURCE_LOCATION (v[i]);
7627 input_location = dloc;
7628 tree init = get_tuple_decomp_init (decl, i);
7629 tree eltype = (init == error_mark_node ? error_mark_node
7630 : get_tuple_element_type (type, i));
7631 input_location = sloc;
7633 if (init == error_mark_node || eltype == error_mark_node)
7635 inform (dloc, "in initialization of structured binding "
7636 "variable %qD", v[i]);
7637 goto error_out;
7639 /* Save the decltype away before reference collapse. */
7640 store_decomp_type (v[i], eltype);
7641 eltype = cp_build_reference_type (eltype, !lvalue_p (init));
7642 TREE_TYPE (v[i]) = eltype;
7643 layout_decl (v[i], 0);
7644 if (DECL_HAS_VALUE_EXPR_P (v[i]))
7646 /* In this case the names are variables, not just proxies. */
7647 SET_DECL_VALUE_EXPR (v[i], NULL_TREE);
7648 DECL_HAS_VALUE_EXPR_P (v[i]) = 0;
7650 if (!processing_template_decl)
7651 cp_finish_decl (v[i], init, /*constexpr*/false,
7652 /*asm*/NULL_TREE, LOOKUP_NORMAL);
7654 /* Ignore reads from the underlying decl performed during initialization
7655 of the individual variables. If those will be read, we'll mark
7656 the underlying decl as read at that point. */
7657 DECL_READ_P (decl) = save_read;
7659 else if (TREE_CODE (type) == UNION_TYPE)
7661 error_at (loc, "cannot decompose union type %qT", type);
7662 goto error_out;
7664 else if (!CLASS_TYPE_P (type))
7666 error_at (loc, "cannot decompose non-array non-class type %qT", type);
7667 goto error_out;
7669 else if (LAMBDA_TYPE_P (type))
7671 error_at (loc, "cannot decompose lambda closure type %qT", type);
7672 goto error_out;
7674 else
7676 tree btype = find_decomp_class_base (loc, type, NULL_TREE);
7677 if (btype == error_mark_node)
7678 goto error_out;
7679 else if (btype == NULL_TREE)
7681 error_at (loc, "cannot decompose class type %qT without non-static "
7682 "data members", type);
7683 goto error_out;
7685 for (tree field = TYPE_FIELDS (btype); field; field = TREE_CHAIN (field))
7686 if (TREE_CODE (field) != FIELD_DECL
7687 || DECL_ARTIFICIAL (field)
7688 || DECL_UNNAMED_BIT_FIELD (field))
7689 continue;
7690 else
7691 eltscnt++;
7692 if (count != eltscnt)
7693 goto cnt_mismatch;
7694 tree t = dexp;
7695 if (type != btype)
7697 t = convert_to_base (t, btype, /*check_access*/true,
7698 /*nonnull*/false, tf_warning_or_error);
7699 type = btype;
7701 unsigned int i = 0;
7702 for (tree field = TYPE_FIELDS (btype); field; field = TREE_CHAIN (field))
7703 if (TREE_CODE (field) != FIELD_DECL
7704 || DECL_ARTIFICIAL (field)
7705 || DECL_UNNAMED_BIT_FIELD (field))
7706 continue;
7707 else
7709 tree tt = finish_non_static_data_member (field, unshare_expr (t),
7710 NULL_TREE);
7711 if (REFERENCE_REF_P (tt))
7712 tt = TREE_OPERAND (tt, 0);
7713 TREE_TYPE (v[i]) = TREE_TYPE (tt);
7714 layout_decl (v[i], 0);
7715 if (!processing_template_decl)
7717 SET_DECL_VALUE_EXPR (v[i], tt);
7718 DECL_HAS_VALUE_EXPR_P (v[i]) = 1;
7720 i++;
7723 if (processing_template_decl)
7725 for (unsigned int i = 0; i < count; i++)
7726 if (!DECL_HAS_VALUE_EXPR_P (v[i]))
7728 tree a = build_nt (ARRAY_REF, decl, size_int (i),
7729 NULL_TREE, NULL_TREE);
7730 SET_DECL_VALUE_EXPR (v[i], a);
7731 DECL_HAS_VALUE_EXPR_P (v[i]) = 1;
7736 /* Returns a declaration for a VAR_DECL as if:
7738 extern "C" TYPE NAME;
7740 had been seen. Used to create compiler-generated global
7741 variables. */
7743 static tree
7744 declare_global_var (tree name, tree type)
7746 tree decl;
7748 push_to_top_level ();
7749 decl = build_decl (input_location, VAR_DECL, name, type);
7750 TREE_PUBLIC (decl) = 1;
7751 DECL_EXTERNAL (decl) = 1;
7752 DECL_ARTIFICIAL (decl) = 1;
7753 DECL_CONTEXT (decl) = FROB_CONTEXT (global_namespace);
7754 /* If the user has explicitly declared this variable (perhaps
7755 because the code we are compiling is part of a low-level runtime
7756 library), then it is possible that our declaration will be merged
7757 with theirs by pushdecl. */
7758 decl = pushdecl (decl);
7759 cp_finish_decl (decl, NULL_TREE, false, NULL_TREE, 0);
7760 pop_from_top_level ();
7762 return decl;
7765 /* Returns the type for the argument to "__cxa_atexit" (or "atexit",
7766 if "__cxa_atexit" is not being used) corresponding to the function
7767 to be called when the program exits. */
7769 static tree
7770 get_atexit_fn_ptr_type (void)
7772 tree fn_type;
7774 if (!atexit_fn_ptr_type_node)
7776 tree arg_type;
7777 if (flag_use_cxa_atexit
7778 && !targetm.cxx.use_atexit_for_cxa_atexit ())
7779 /* The parameter to "__cxa_atexit" is "void (*)(void *)". */
7780 arg_type = ptr_type_node;
7781 else
7782 /* The parameter to "atexit" is "void (*)(void)". */
7783 arg_type = NULL_TREE;
7785 fn_type = build_function_type_list (void_type_node,
7786 arg_type, NULL_TREE);
7787 atexit_fn_ptr_type_node = build_pointer_type (fn_type);
7790 return atexit_fn_ptr_type_node;
7793 /* Returns a pointer to the `atexit' function. Note that if
7794 FLAG_USE_CXA_ATEXIT is nonzero, then this will actually be the new
7795 `__cxa_atexit' function specified in the IA64 C++ ABI. */
7797 static tree
7798 get_atexit_node (void)
7800 tree atexit_fndecl;
7801 tree fn_type;
7802 tree fn_ptr_type;
7803 const char *name;
7804 bool use_aeabi_atexit;
7806 if (atexit_node)
7807 return atexit_node;
7809 if (flag_use_cxa_atexit && !targetm.cxx.use_atexit_for_cxa_atexit ())
7811 /* The declaration for `__cxa_atexit' is:
7813 int __cxa_atexit (void (*)(void *), void *, void *)
7815 We build up the argument types and then the function type
7816 itself. */
7817 tree argtype0, argtype1, argtype2;
7819 use_aeabi_atexit = targetm.cxx.use_aeabi_atexit ();
7820 /* First, build the pointer-to-function type for the first
7821 argument. */
7822 fn_ptr_type = get_atexit_fn_ptr_type ();
7823 /* Then, build the rest of the argument types. */
7824 argtype2 = ptr_type_node;
7825 if (use_aeabi_atexit)
7827 argtype1 = fn_ptr_type;
7828 argtype0 = ptr_type_node;
7830 else
7832 argtype1 = ptr_type_node;
7833 argtype0 = fn_ptr_type;
7835 /* And the final __cxa_atexit type. */
7836 fn_type = build_function_type_list (integer_type_node,
7837 argtype0, argtype1, argtype2,
7838 NULL_TREE);
7839 if (use_aeabi_atexit)
7840 name = "__aeabi_atexit";
7841 else
7842 name = "__cxa_atexit";
7844 else
7846 /* The declaration for `atexit' is:
7848 int atexit (void (*)());
7850 We build up the argument types and then the function type
7851 itself. */
7852 fn_ptr_type = get_atexit_fn_ptr_type ();
7853 /* Build the final atexit type. */
7854 fn_type = build_function_type_list (integer_type_node,
7855 fn_ptr_type, NULL_TREE);
7856 name = "atexit";
7859 /* Now, build the function declaration. */
7860 push_lang_context (lang_name_c);
7861 atexit_fndecl = build_library_fn_ptr (name, fn_type, ECF_LEAF | ECF_NOTHROW);
7862 mark_used (atexit_fndecl);
7863 pop_lang_context ();
7864 atexit_node = decay_conversion (atexit_fndecl, tf_warning_or_error);
7866 return atexit_node;
7869 /* Like get_atexit_node, but for thread-local cleanups. */
7871 static tree
7872 get_thread_atexit_node (void)
7874 /* The declaration for `__cxa_thread_atexit' is:
7876 int __cxa_thread_atexit (void (*)(void *), void *, void *) */
7877 tree fn_type = build_function_type_list (integer_type_node,
7878 get_atexit_fn_ptr_type (),
7879 ptr_type_node, ptr_type_node,
7880 NULL_TREE);
7882 /* Now, build the function declaration. */
7883 tree atexit_fndecl = build_library_fn_ptr ("__cxa_thread_atexit", fn_type,
7884 ECF_LEAF | ECF_NOTHROW);
7885 return decay_conversion (atexit_fndecl, tf_warning_or_error);
7888 /* Returns the __dso_handle VAR_DECL. */
7890 static tree
7891 get_dso_handle_node (void)
7893 if (dso_handle_node)
7894 return dso_handle_node;
7896 /* Declare the variable. */
7897 dso_handle_node = declare_global_var (get_identifier ("__dso_handle"),
7898 ptr_type_node);
7900 #ifdef HAVE_GAS_HIDDEN
7901 if (dso_handle_node != error_mark_node)
7903 DECL_VISIBILITY (dso_handle_node) = VISIBILITY_HIDDEN;
7904 DECL_VISIBILITY_SPECIFIED (dso_handle_node) = 1;
7906 #endif
7908 return dso_handle_node;
7911 /* Begin a new function with internal linkage whose job will be simply
7912 to destroy some particular variable. */
7914 static GTY(()) int start_cleanup_cnt;
7916 static tree
7917 start_cleanup_fn (void)
7919 char name[32];
7920 tree fntype;
7921 tree fndecl;
7922 bool use_cxa_atexit = flag_use_cxa_atexit
7923 && !targetm.cxx.use_atexit_for_cxa_atexit ();
7925 push_to_top_level ();
7927 /* No need to mangle this. */
7928 push_lang_context (lang_name_c);
7930 /* Build the name of the function. */
7931 sprintf (name, "__tcf_%d", start_cleanup_cnt++);
7932 /* Build the function declaration. */
7933 fntype = TREE_TYPE (get_atexit_fn_ptr_type ());
7934 fndecl = build_lang_decl (FUNCTION_DECL, get_identifier (name), fntype);
7935 /* It's a function with internal linkage, generated by the
7936 compiler. */
7937 TREE_PUBLIC (fndecl) = 0;
7938 DECL_ARTIFICIAL (fndecl) = 1;
7939 /* Make the function `inline' so that it is only emitted if it is
7940 actually needed. It is unlikely that it will be inlined, since
7941 it is only called via a function pointer, but we avoid unnecessary
7942 emissions this way. */
7943 DECL_DECLARED_INLINE_P (fndecl) = 1;
7944 DECL_INTERFACE_KNOWN (fndecl) = 1;
7945 /* Build the parameter. */
7946 if (use_cxa_atexit)
7948 tree parmdecl = cp_build_parm_decl (fndecl, NULL_TREE, ptr_type_node);
7949 TREE_USED (parmdecl) = 1;
7950 DECL_READ_P (parmdecl) = 1;
7951 DECL_ARGUMENTS (fndecl) = parmdecl;
7954 pushdecl (fndecl);
7955 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED);
7957 pop_lang_context ();
7959 return current_function_decl;
7962 /* Finish the cleanup function begun by start_cleanup_fn. */
7964 static void
7965 end_cleanup_fn (void)
7967 expand_or_defer_fn (finish_function (/*inline_p=*/false));
7969 pop_from_top_level ();
7972 /* Generate code to handle the destruction of DECL, an object with
7973 static storage duration. */
7975 tree
7976 register_dtor_fn (tree decl)
7978 tree cleanup;
7979 tree addr;
7980 tree compound_stmt;
7981 tree fcall;
7982 tree type;
7983 bool ob_parm, dso_parm, use_dtor;
7984 tree arg0, arg1, arg2;
7985 tree atex_node;
7987 type = TREE_TYPE (decl);
7988 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type))
7989 return void_node;
7991 /* If we're using "__cxa_atexit" (or "__cxa_thread_atexit" or
7992 "__aeabi_atexit"), and DECL is a class object, we can just pass the
7993 destructor to "__cxa_atexit"; we don't have to build a temporary
7994 function to do the cleanup. */
7995 dso_parm = (flag_use_cxa_atexit
7996 && !targetm.cxx.use_atexit_for_cxa_atexit ());
7997 ob_parm = (CP_DECL_THREAD_LOCAL_P (decl) || dso_parm);
7998 use_dtor = ob_parm && CLASS_TYPE_P (type);
7999 if (use_dtor)
8001 cleanup = get_class_binding (type, complete_dtor_identifier);
8003 /* Make sure it is accessible. */
8004 perform_or_defer_access_check (TYPE_BINFO (type), cleanup, cleanup,
8005 tf_warning_or_error);
8007 else
8009 /* Call build_cleanup before we enter the anonymous function so
8010 that any access checks will be done relative to the current
8011 scope, rather than the scope of the anonymous function. */
8012 build_cleanup (decl);
8014 /* Now start the function. */
8015 cleanup = start_cleanup_fn ();
8017 /* Now, recompute the cleanup. It may contain SAVE_EXPRs that refer
8018 to the original function, rather than the anonymous one. That
8019 will make the back end think that nested functions are in use,
8020 which causes confusion. */
8021 push_deferring_access_checks (dk_no_check);
8022 fcall = build_cleanup (decl);
8023 pop_deferring_access_checks ();
8025 /* Create the body of the anonymous function. */
8026 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
8027 finish_expr_stmt (fcall);
8028 finish_compound_stmt (compound_stmt);
8029 end_cleanup_fn ();
8032 /* Call atexit with the cleanup function. */
8033 mark_used (cleanup);
8034 cleanup = build_address (cleanup);
8036 if (CP_DECL_THREAD_LOCAL_P (decl))
8037 atex_node = get_thread_atexit_node ();
8038 else
8039 atex_node = get_atexit_node ();
8041 if (use_dtor)
8043 /* We must convert CLEANUP to the type that "__cxa_atexit"
8044 expects. */
8045 cleanup = build_nop (get_atexit_fn_ptr_type (), cleanup);
8046 /* "__cxa_atexit" will pass the address of DECL to the
8047 cleanup function. */
8048 mark_used (decl);
8049 addr = build_address (decl);
8050 /* The declared type of the parameter to "__cxa_atexit" is
8051 "void *". For plain "T*", we could just let the
8052 machinery in cp_build_function_call convert it -- but if the
8053 type is "cv-qualified T *", then we need to convert it
8054 before passing it in, to avoid spurious errors. */
8055 addr = build_nop (ptr_type_node, addr);
8057 else
8058 /* Since the cleanup functions we build ignore the address
8059 they're given, there's no reason to pass the actual address
8060 in, and, in general, it's cheaper to pass NULL than any
8061 other value. */
8062 addr = null_pointer_node;
8064 if (dso_parm)
8065 arg2 = cp_build_addr_expr (get_dso_handle_node (),
8066 tf_warning_or_error);
8067 else if (ob_parm)
8068 /* Just pass NULL to the dso handle parm if we don't actually
8069 have a DSO handle on this target. */
8070 arg2 = null_pointer_node;
8071 else
8072 arg2 = NULL_TREE;
8074 if (ob_parm)
8076 if (!CP_DECL_THREAD_LOCAL_P (decl)
8077 && targetm.cxx.use_aeabi_atexit ())
8079 arg1 = cleanup;
8080 arg0 = addr;
8082 else
8084 arg1 = addr;
8085 arg0 = cleanup;
8088 else
8090 arg0 = cleanup;
8091 arg1 = NULL_TREE;
8093 return cp_build_function_call_nary (atex_node, tf_warning_or_error,
8094 arg0, arg1, arg2, NULL_TREE);
8097 /* DECL is a VAR_DECL with static storage duration. INIT, if present,
8098 is its initializer. Generate code to handle the construction
8099 and destruction of DECL. */
8101 static void
8102 expand_static_init (tree decl, tree init)
8104 gcc_assert (VAR_P (decl));
8105 gcc_assert (TREE_STATIC (decl));
8107 /* Some variables require no dynamic initialization. */
8108 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
8110 /* Make sure the destructor is callable. */
8111 cxx_maybe_build_cleanup (decl, tf_warning_or_error);
8112 if (!init)
8113 return;
8116 if (CP_DECL_THREAD_LOCAL_P (decl) && DECL_GNU_TLS_P (decl)
8117 && !DECL_FUNCTION_SCOPE_P (decl))
8119 if (init)
8120 error ("non-local variable %qD declared %<__thread%> "
8121 "needs dynamic initialization", decl);
8122 else
8123 error ("non-local variable %qD declared %<__thread%> "
8124 "has a non-trivial destructor", decl);
8125 static bool informed;
8126 if (!informed)
8128 inform (DECL_SOURCE_LOCATION (decl),
8129 "C++11 %<thread_local%> allows dynamic initialization "
8130 "and destruction");
8131 informed = true;
8133 return;
8136 if (DECL_FUNCTION_SCOPE_P (decl))
8138 /* Emit code to perform this initialization but once. */
8139 tree if_stmt = NULL_TREE, inner_if_stmt = NULL_TREE;
8140 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE;
8141 tree guard, guard_addr;
8142 tree flag, begin;
8143 /* We don't need thread-safety code for thread-local vars. */
8144 bool thread_guard = (flag_threadsafe_statics
8145 && !CP_DECL_THREAD_LOCAL_P (decl));
8147 /* Emit code to perform this initialization but once. This code
8148 looks like:
8150 static <type> guard;
8151 if (!__atomic_load (guard.first_byte)) {
8152 if (__cxa_guard_acquire (&guard)) {
8153 bool flag = false;
8154 try {
8155 // Do initialization.
8156 flag = true; __cxa_guard_release (&guard);
8157 // Register variable for destruction at end of program.
8158 } catch {
8159 if (!flag) __cxa_guard_abort (&guard);
8164 Note that the `flag' variable is only set to 1 *after* the
8165 initialization is complete. This ensures that an exception,
8166 thrown during the construction, will cause the variable to
8167 reinitialized when we pass through this code again, as per:
8169 [stmt.dcl]
8171 If the initialization exits by throwing an exception, the
8172 initialization is not complete, so it will be tried again
8173 the next time control enters the declaration.
8175 This process should be thread-safe, too; multiple threads
8176 should not be able to initialize the variable more than
8177 once. */
8179 /* Create the guard variable. */
8180 guard = get_guard (decl);
8182 /* Begin the conditional initialization. */
8183 if_stmt = begin_if_stmt ();
8185 finish_if_stmt_cond (get_guard_cond (guard, thread_guard), if_stmt);
8186 then_clause = begin_compound_stmt (BCS_NO_SCOPE);
8188 if (thread_guard)
8190 tree vfntype = NULL_TREE;
8191 tree acquire_name, release_name, abort_name;
8192 tree acquire_fn, release_fn, abort_fn;
8193 guard_addr = build_address (guard);
8195 acquire_name = get_identifier ("__cxa_guard_acquire");
8196 release_name = get_identifier ("__cxa_guard_release");
8197 abort_name = get_identifier ("__cxa_guard_abort");
8198 acquire_fn = get_global_binding (acquire_name);
8199 release_fn = get_global_binding (release_name);
8200 abort_fn = get_global_binding (abort_name);
8201 if (!acquire_fn)
8202 acquire_fn = push_library_fn
8203 (acquire_name, build_function_type_list (integer_type_node,
8204 TREE_TYPE (guard_addr),
8205 NULL_TREE),
8206 NULL_TREE, ECF_NOTHROW | ECF_LEAF);
8207 if (!release_fn || !abort_fn)
8208 vfntype = build_function_type_list (void_type_node,
8209 TREE_TYPE (guard_addr),
8210 NULL_TREE);
8211 if (!release_fn)
8212 release_fn = push_library_fn (release_name, vfntype, NULL_TREE,
8213 ECF_NOTHROW | ECF_LEAF);
8214 if (!abort_fn)
8215 abort_fn = push_library_fn (abort_name, vfntype, NULL_TREE,
8216 ECF_NOTHROW | ECF_LEAF);
8218 inner_if_stmt = begin_if_stmt ();
8219 finish_if_stmt_cond (build_call_n (acquire_fn, 1, guard_addr),
8220 inner_if_stmt);
8222 inner_then_clause = begin_compound_stmt (BCS_NO_SCOPE);
8223 begin = get_target_expr (boolean_false_node);
8224 flag = TARGET_EXPR_SLOT (begin);
8226 TARGET_EXPR_CLEANUP (begin)
8227 = build3 (COND_EXPR, void_type_node, flag,
8228 void_node,
8229 build_call_n (abort_fn, 1, guard_addr));
8230 CLEANUP_EH_ONLY (begin) = 1;
8232 /* Do the initialization itself. */
8233 init = add_stmt_to_compound (begin, init);
8234 init = add_stmt_to_compound
8235 (init, build2 (MODIFY_EXPR, void_type_node, flag, boolean_true_node));
8236 init = add_stmt_to_compound
8237 (init, build_call_n (release_fn, 1, guard_addr));
8239 else
8240 init = add_stmt_to_compound (init, set_guard (guard));
8242 /* Use atexit to register a function for destroying this static
8243 variable. */
8244 init = add_stmt_to_compound (init, register_dtor_fn (decl));
8246 finish_expr_stmt (init);
8248 if (thread_guard)
8250 finish_compound_stmt (inner_then_clause);
8251 finish_then_clause (inner_if_stmt);
8252 finish_if_stmt (inner_if_stmt);
8255 finish_compound_stmt (then_clause);
8256 finish_then_clause (if_stmt);
8257 finish_if_stmt (if_stmt);
8259 else if (CP_DECL_THREAD_LOCAL_P (decl))
8260 tls_aggregates = tree_cons (init, decl, tls_aggregates);
8261 else
8262 static_aggregates = tree_cons (init, decl, static_aggregates);
8266 /* Make TYPE a complete type based on INITIAL_VALUE.
8267 Return 0 if successful, 1 if INITIAL_VALUE can't be deciphered,
8268 2 if there was no information (in which case assume 0 if DO_DEFAULT),
8269 3 if the initializer list is empty (in pedantic mode). */
8272 cp_complete_array_type (tree *ptype, tree initial_value, bool do_default)
8274 int failure;
8275 tree type, elt_type;
8277 /* Don't get confused by a CONSTRUCTOR for some other type. */
8278 if (initial_value && TREE_CODE (initial_value) == CONSTRUCTOR
8279 && !BRACE_ENCLOSED_INITIALIZER_P (initial_value)
8280 && TREE_CODE (TREE_TYPE (initial_value)) != ARRAY_TYPE)
8281 return 1;
8283 if (initial_value)
8285 unsigned HOST_WIDE_INT i;
8286 tree value;
8288 /* An array of character type can be initialized from a
8289 brace-enclosed string constant.
8291 FIXME: this code is duplicated from reshape_init. Probably
8292 we should just call reshape_init here? */
8293 if (char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (*ptype)))
8294 && TREE_CODE (initial_value) == CONSTRUCTOR
8295 && !vec_safe_is_empty (CONSTRUCTOR_ELTS (initial_value)))
8297 vec<constructor_elt, va_gc> *v = CONSTRUCTOR_ELTS (initial_value);
8298 tree value = (*v)[0].value;
8300 if (TREE_CODE (value) == STRING_CST
8301 && v->length () == 1)
8302 initial_value = value;
8305 /* If any of the elements are parameter packs, we can't actually
8306 complete this type now because the array size is dependent. */
8307 if (TREE_CODE (initial_value) == CONSTRUCTOR)
8309 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (initial_value),
8310 i, value)
8312 if (PACK_EXPANSION_P (value))
8313 return 0;
8318 failure = complete_array_type (ptype, initial_value, do_default);
8320 /* We can create the array before the element type is complete, which
8321 means that we didn't have these two bits set in the original type
8322 either. In completing the type, we are expected to propagate these
8323 bits. See also complete_type which does the same thing for arrays
8324 of fixed size. */
8325 type = *ptype;
8326 if (TYPE_DOMAIN (type))
8328 elt_type = TREE_TYPE (type);
8329 TYPE_NEEDS_CONSTRUCTING (type) = TYPE_NEEDS_CONSTRUCTING (elt_type);
8330 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
8331 = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (elt_type);
8334 return failure;
8337 /* As above, but either give an error or reject zero-size arrays, depending
8338 on COMPLAIN. */
8341 cp_complete_array_type_or_error (tree *ptype, tree initial_value,
8342 bool do_default, tsubst_flags_t complain)
8344 int failure;
8345 bool sfinae = !(complain & tf_error);
8346 /* In SFINAE context we can't be lenient about zero-size arrays. */
8347 if (sfinae)
8348 ++pedantic;
8349 failure = cp_complete_array_type (ptype, initial_value, do_default);
8350 if (sfinae)
8351 --pedantic;
8352 if (failure)
8354 if (sfinae)
8355 /* Not an error. */;
8356 else if (failure == 1)
8357 error ("initializer fails to determine size of %qT", *ptype);
8358 else if (failure == 2)
8360 if (do_default)
8361 error ("array size missing in %qT", *ptype);
8363 else if (failure == 3)
8364 error ("zero-size array %qT", *ptype);
8365 *ptype = error_mark_node;
8367 return failure;
8370 /* Return zero if something is declared to be a member of type
8371 CTYPE when in the context of CUR_TYPE. STRING is the error
8372 message to print in that case. Otherwise, quietly return 1. */
8374 static int
8375 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags)
8377 if (ctype && ctype != cur_type)
8379 if (flags == DTOR_FLAG)
8380 error ("destructor for alien class %qT cannot be a member", ctype);
8381 else
8382 error ("constructor for alien class %qT cannot be a member", ctype);
8383 return 0;
8385 return 1;
8388 /* Subroutine of `grokdeclarator'. */
8390 /* Generate errors possibly applicable for a given set of specifiers.
8391 This is for ARM $7.1.2. */
8393 static void
8394 bad_specifiers (tree object,
8395 enum bad_spec_place type,
8396 int virtualp,
8397 int quals,
8398 int inlinep,
8399 int friendp,
8400 int raises)
8402 switch (type)
8404 case BSP_VAR:
8405 if (virtualp)
8406 error ("%qD declared as a %<virtual%> variable", object);
8407 if (quals)
8408 error ("%<const%> and %<volatile%> function specifiers on "
8409 "%qD invalid in variable declaration", object);
8410 break;
8411 case BSP_PARM:
8412 if (virtualp)
8413 error ("%qD declared as a %<virtual%> parameter", object);
8414 if (inlinep)
8415 error ("%qD declared as an %<inline%> parameter", object);
8416 if (quals)
8417 error ("%<const%> and %<volatile%> function specifiers on "
8418 "%qD invalid in parameter declaration", object);
8419 break;
8420 case BSP_TYPE:
8421 if (virtualp)
8422 error ("%qD declared as a %<virtual%> type", object);
8423 if (inlinep)
8424 error ("%qD declared as an %<inline%> type", object);
8425 if (quals)
8426 error ("%<const%> and %<volatile%> function specifiers on "
8427 "%qD invalid in type declaration", object);
8428 break;
8429 case BSP_FIELD:
8430 if (virtualp)
8431 error ("%qD declared as a %<virtual%> field", object);
8432 if (inlinep)
8433 error ("%qD declared as an %<inline%> field", object);
8434 if (quals)
8435 error ("%<const%> and %<volatile%> function specifiers on "
8436 "%qD invalid in field declaration", object);
8437 break;
8438 default:
8439 gcc_unreachable();
8441 if (friendp)
8442 error ("%q+D declared as a friend", object);
8443 if (raises
8444 && !flag_noexcept_type
8445 && (TREE_CODE (object) == TYPE_DECL
8446 || (!TYPE_PTRFN_P (TREE_TYPE (object))
8447 && !TYPE_REFFN_P (TREE_TYPE (object))
8448 && !TYPE_PTRMEMFUNC_P (TREE_TYPE (object)))))
8449 error ("%q+D declared with an exception specification", object);
8452 /* DECL is a member function or static data member and is presently
8453 being defined. Check that the definition is taking place in a
8454 valid namespace. */
8456 static void
8457 check_class_member_definition_namespace (tree decl)
8459 /* These checks only apply to member functions and static data
8460 members. */
8461 gcc_assert (VAR_OR_FUNCTION_DECL_P (decl));
8462 /* We check for problems with specializations in pt.c in
8463 check_specialization_namespace, where we can issue better
8464 diagnostics. */
8465 if (processing_specialization)
8466 return;
8467 /* We check this in check_explicit_instantiation_namespace. */
8468 if (processing_explicit_instantiation)
8469 return;
8470 /* [class.mfct]
8472 A member function definition that appears outside of the
8473 class definition shall appear in a namespace scope enclosing
8474 the class definition.
8476 [class.static.data]
8478 The definition for a static data member shall appear in a
8479 namespace scope enclosing the member's class definition. */
8480 if (!is_ancestor (current_namespace, DECL_CONTEXT (decl)))
8481 permerror (input_location, "definition of %qD is not in namespace enclosing %qT",
8482 decl, DECL_CONTEXT (decl));
8485 /* Build a PARM_DECL for the "this" parameter of FN. TYPE is the
8486 METHOD_TYPE for a non-static member function; QUALS are the
8487 cv-qualifiers that apply to the function. */
8489 tree
8490 build_this_parm (tree fn, tree type, cp_cv_quals quals)
8492 tree this_type;
8493 tree qual_type;
8494 tree parm;
8495 cp_cv_quals this_quals;
8497 if (CLASS_TYPE_P (type))
8499 this_type
8500 = cp_build_qualified_type (type, quals & ~TYPE_QUAL_RESTRICT);
8501 this_type = build_pointer_type (this_type);
8503 else
8504 this_type = type_of_this_parm (type);
8505 /* The `this' parameter is implicitly `const'; it cannot be
8506 assigned to. */
8507 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST;
8508 qual_type = cp_build_qualified_type (this_type, this_quals);
8509 parm = build_artificial_parm (fn, this_identifier, qual_type);
8510 cp_apply_type_quals_to_decl (this_quals, parm);
8511 return parm;
8514 /* DECL is a static member function. Complain if it was declared
8515 with function-cv-quals. */
8517 static void
8518 check_static_quals (tree decl, cp_cv_quals quals)
8520 if (quals != TYPE_UNQUALIFIED)
8521 error ("static member function %q#D declared with type qualifiers",
8522 decl);
8525 // Check that FN takes no arguments and returns bool.
8526 static void
8527 check_concept_fn (tree fn)
8529 // A constraint is nullary.
8530 if (DECL_ARGUMENTS (fn))
8531 error ("concept %q#D declared with function parameters", fn);
8533 // The declared return type of the concept shall be bool, and
8534 // it shall not be deduced from it definition.
8535 tree type = TREE_TYPE (TREE_TYPE (fn));
8536 if (is_auto (type))
8537 error ("concept %q#D declared with a deduced return type", fn);
8538 else if (type != boolean_type_node)
8539 error ("concept %q#D with non-%<bool%> return type %qT", fn, type);
8542 /* Helper function. Replace the temporary this parameter injected
8543 during cp_finish_omp_declare_simd with the real this parameter. */
8545 static tree
8546 declare_simd_adjust_this (tree *tp, int *walk_subtrees, void *data)
8548 tree this_parm = (tree) data;
8549 if (TREE_CODE (*tp) == PARM_DECL
8550 && DECL_NAME (*tp) == this_identifier
8551 && *tp != this_parm)
8552 *tp = this_parm;
8553 else if (TYPE_P (*tp))
8554 *walk_subtrees = 0;
8555 return NULL_TREE;
8558 /* CTYPE is class type, or null if non-class.
8559 TYPE is type this FUNCTION_DECL should have, either FUNCTION_TYPE
8560 or METHOD_TYPE.
8561 DECLARATOR is the function's name.
8562 PARMS is a chain of PARM_DECLs for the function.
8563 VIRTUALP is truthvalue of whether the function is virtual or not.
8564 FLAGS are to be passed through to `grokclassfn'.
8565 QUALS are qualifiers indicating whether the function is `const'
8566 or `volatile'.
8567 RAISES is a list of exceptions that this function can raise.
8568 CHECK is 1 if we must find this method in CTYPE, 0 if we should
8569 not look, and -1 if we should not call `grokclassfn' at all.
8571 SFK is the kind of special function (if any) for the new function.
8573 Returns `NULL_TREE' if something goes wrong, after issuing
8574 applicable error messages. */
8576 static tree
8577 grokfndecl (tree ctype,
8578 tree type,
8579 tree declarator,
8580 tree parms,
8581 tree orig_declarator,
8582 tree decl_reqs,
8583 int virtualp,
8584 enum overload_flags flags,
8585 cp_cv_quals quals,
8586 cp_ref_qualifier rqual,
8587 tree raises,
8588 int check,
8589 int friendp,
8590 int publicp,
8591 int inlinep,
8592 bool deletedp,
8593 special_function_kind sfk,
8594 bool funcdef_flag,
8595 int template_count,
8596 tree in_namespace,
8597 tree* attrlist,
8598 location_t location)
8600 tree decl;
8601 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE;
8602 tree t;
8604 // Was the concept specifier present?
8605 bool concept_p = inlinep & 4;
8607 // Concept declarations must have a corresponding definition.
8608 if (concept_p && !funcdef_flag)
8610 error ("concept %qD has no definition", declarator);
8611 return NULL_TREE;
8614 if (rqual)
8615 type = build_ref_qualified_type (type, rqual);
8616 if (raises)
8617 type = build_exception_variant (type, raises);
8619 decl = build_lang_decl (FUNCTION_DECL, declarator, type);
8621 /* Set the constraints on the declaration. */
8622 if (flag_concepts)
8624 tree tmpl_reqs = NULL_TREE;
8625 if (processing_template_decl > template_class_depth (ctype))
8626 tmpl_reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms);
8628 /* Adjust the required expression into a constraint. */
8629 if (decl_reqs)
8630 decl_reqs = normalize_expression (decl_reqs);
8632 tree ci = build_constraints (tmpl_reqs, decl_reqs);
8633 set_constraints (decl, ci);
8636 /* If we have an explicit location, use it, otherwise use whatever
8637 build_lang_decl used (probably input_location). */
8638 if (location != UNKNOWN_LOCATION)
8639 DECL_SOURCE_LOCATION (decl) = location;
8641 if (TREE_CODE (type) == METHOD_TYPE)
8643 tree parm = build_this_parm (decl, type, quals);
8644 DECL_CHAIN (parm) = parms;
8645 parms = parm;
8647 /* Allocate space to hold the vptr bit if needed. */
8648 SET_DECL_ALIGN (decl, MINIMUM_METHOD_BOUNDARY);
8651 DECL_ARGUMENTS (decl) = parms;
8652 for (t = parms; t; t = DECL_CHAIN (t))
8653 DECL_CONTEXT (t) = decl;
8655 /* Propagate volatile out from type to decl. */
8656 if (TYPE_VOLATILE (type))
8657 TREE_THIS_VOLATILE (decl) = 1;
8659 /* Setup decl according to sfk. */
8660 switch (sfk)
8662 case sfk_constructor:
8663 case sfk_copy_constructor:
8664 case sfk_move_constructor:
8665 DECL_CXX_CONSTRUCTOR_P (decl) = 1;
8666 DECL_NAME (decl) = ctor_identifier;
8667 break;
8668 case sfk_destructor:
8669 DECL_CXX_DESTRUCTOR_P (decl) = 1;
8670 DECL_NAME (decl) = dtor_identifier;
8671 break;
8672 default:
8673 break;
8676 if (friendp && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)
8678 if (funcdef_flag)
8679 error ("defining explicit specialization %qD in friend declaration",
8680 orig_declarator);
8681 else
8683 tree fns = TREE_OPERAND (orig_declarator, 0);
8684 tree args = TREE_OPERAND (orig_declarator, 1);
8686 if (PROCESSING_REAL_TEMPLATE_DECL_P ())
8688 /* Something like `template <class T> friend void f<T>()'. */
8689 error ("invalid use of template-id %qD in declaration "
8690 "of primary template",
8691 orig_declarator);
8692 return NULL_TREE;
8696 /* A friend declaration of the form friend void f<>(). Record
8697 the information in the TEMPLATE_ID_EXPR. */
8698 SET_DECL_IMPLICIT_INSTANTIATION (decl);
8700 gcc_assert (identifier_p (fns) || TREE_CODE (fns) == OVERLOAD);
8701 DECL_TEMPLATE_INFO (decl) = build_template_info (fns, args);
8703 for (t = TYPE_ARG_TYPES (TREE_TYPE (decl)); t; t = TREE_CHAIN (t))
8704 if (TREE_PURPOSE (t)
8705 && TREE_CODE (TREE_PURPOSE (t)) == DEFAULT_ARG)
8707 error ("default arguments are not allowed in declaration "
8708 "of friend template specialization %qD",
8709 decl);
8710 return NULL_TREE;
8713 if (inlinep & 1)
8715 error ("%<inline%> is not allowed in declaration of friend "
8716 "template specialization %qD",
8717 decl);
8718 return NULL_TREE;
8723 /* If this decl has namespace scope, set that up. */
8724 if (in_namespace)
8725 set_decl_namespace (decl, in_namespace, friendp);
8726 else if (!ctype)
8727 DECL_CONTEXT (decl) = FROB_CONTEXT (current_decl_namespace ());
8729 /* `main' and builtins have implicit 'C' linkage. */
8730 if (ctype == NULL_TREE
8731 && DECL_FILE_SCOPE_P (decl)
8732 && current_lang_name == lang_name_cplusplus
8733 && (MAIN_NAME_P (declarator)
8734 || (IDENTIFIER_LENGTH (declarator) > 10
8735 && IDENTIFIER_POINTER (declarator)[0] == '_'
8736 && IDENTIFIER_POINTER (declarator)[1] == '_'
8737 && strncmp (IDENTIFIER_POINTER (declarator)+2,
8738 "builtin_", 8) == 0)
8739 || (targetcm.cxx_implicit_extern_c
8740 && (targetcm.cxx_implicit_extern_c
8741 (IDENTIFIER_POINTER (declarator))))))
8742 SET_DECL_LANGUAGE (decl, lang_c);
8744 /* Should probably propagate const out from type to decl I bet (mrs). */
8745 if (staticp)
8747 DECL_STATIC_FUNCTION_P (decl) = 1;
8748 DECL_CONTEXT (decl) = ctype;
8751 if (deletedp)
8752 DECL_DELETED_FN (decl) = 1;
8754 if (ctype)
8756 DECL_CONTEXT (decl) = ctype;
8757 if (funcdef_flag)
8758 check_class_member_definition_namespace (decl);
8761 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
8763 if (PROCESSING_REAL_TEMPLATE_DECL_P())
8764 error ("cannot declare %<::main%> to be a template");
8765 if (inlinep & 1)
8766 error ("cannot declare %<::main%> to be inline");
8767 if (inlinep & 2)
8768 error ("cannot declare %<::main%> to be %<constexpr%>");
8769 if (!publicp)
8770 error ("cannot declare %<::main%> to be static");
8771 inlinep = 0;
8772 publicp = 1;
8775 /* Members of anonymous types and local classes have no linkage; make
8776 them internal. If a typedef is made later, this will be changed. */
8777 if (ctype && (!TREE_PUBLIC (TYPE_MAIN_DECL (ctype))
8778 || decl_function_context (TYPE_MAIN_DECL (ctype))))
8779 publicp = 0;
8781 if (publicp && cxx_dialect == cxx98)
8783 /* [basic.link]: A name with no linkage (notably, the name of a class
8784 or enumeration declared in a local scope) shall not be used to
8785 declare an entity with linkage.
8787 DR 757 relaxes this restriction for C++0x. */
8788 no_linkage_error (decl);
8791 TREE_PUBLIC (decl) = publicp;
8792 if (! publicp)
8794 DECL_INTERFACE_KNOWN (decl) = 1;
8795 DECL_NOT_REALLY_EXTERN (decl) = 1;
8798 /* If the declaration was declared inline, mark it as such. */
8799 if (inlinep)
8801 DECL_DECLARED_INLINE_P (decl) = 1;
8802 if (publicp)
8803 DECL_COMDAT (decl) = 1;
8805 if (inlinep & 2)
8806 DECL_DECLARED_CONSTEXPR_P (decl) = true;
8808 // If the concept declaration specifier was found, check
8809 // that the declaration satisfies the necessary requirements.
8810 if (concept_p)
8812 DECL_DECLARED_CONCEPT_P (decl) = true;
8813 check_concept_fn (decl);
8816 DECL_EXTERNAL (decl) = 1;
8817 if (TREE_CODE (type) == FUNCTION_TYPE)
8819 if (quals || rqual)
8820 TREE_TYPE (decl) = apply_memfn_quals (TREE_TYPE (decl),
8821 TYPE_UNQUALIFIED,
8822 REF_QUAL_NONE);
8824 if (quals)
8826 error (ctype
8827 ? G_("static member function %qD cannot have cv-qualifier")
8828 : G_("non-member function %qD cannot have cv-qualifier"),
8829 decl);
8830 quals = TYPE_UNQUALIFIED;
8833 if (rqual)
8835 error (ctype
8836 ? G_("static member function %qD cannot have ref-qualifier")
8837 : G_("non-member function %qD cannot have ref-qualifier"),
8838 decl);
8839 rqual = REF_QUAL_NONE;
8843 if (deduction_guide_p (decl))
8845 if (!DECL_NAMESPACE_SCOPE_P (decl))
8847 error_at (location, "deduction guide %qD must be declared at "
8848 "namespace scope", decl);
8849 return NULL_TREE;
8851 if (funcdef_flag)
8852 error_at (location,
8853 "deduction guide %qD must not have a function body", decl);
8855 else if (IDENTIFIER_ANY_OP_P (DECL_NAME (decl))
8856 && !grok_op_properties (decl, /*complain=*/true))
8857 return NULL_TREE;
8858 else if (UDLIT_OPER_P (DECL_NAME (decl)))
8860 bool long_long_unsigned_p;
8861 bool long_double_p;
8862 const char *suffix = NULL;
8863 /* [over.literal]/6: Literal operators shall not have C linkage. */
8864 if (DECL_LANGUAGE (decl) == lang_c)
8866 error ("literal operator with C linkage");
8867 maybe_show_extern_c_location ();
8868 return NULL_TREE;
8871 if (DECL_NAMESPACE_SCOPE_P (decl))
8873 if (!check_literal_operator_args (decl, &long_long_unsigned_p,
8874 &long_double_p))
8876 error ("%qD has invalid argument list", decl);
8877 return NULL_TREE;
8880 suffix = UDLIT_OP_SUFFIX (DECL_NAME (decl));
8881 if (long_long_unsigned_p)
8883 if (cpp_interpret_int_suffix (parse_in, suffix, strlen (suffix)))
8884 warning (0, "integer suffix %qs"
8885 " shadowed by implementation", suffix);
8887 else if (long_double_p)
8889 if (cpp_interpret_float_suffix (parse_in, suffix, strlen (suffix)))
8890 warning (0, "floating point suffix %qs"
8891 " shadowed by implementation", suffix);
8894 else
8896 error ("%qD must be a non-member function", decl);
8897 return NULL_TREE;
8901 if (funcdef_flag)
8902 /* Make the init_value nonzero so pushdecl knows this is not
8903 tentative. error_mark_node is replaced later with the BLOCK. */
8904 DECL_INITIAL (decl) = error_mark_node;
8906 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl))
8907 TREE_NOTHROW (decl) = 1;
8909 if (flag_openmp || flag_openmp_simd)
8911 /* Adjust "omp declare simd" attributes. */
8912 tree ods = lookup_attribute ("omp declare simd", *attrlist);
8913 if (ods)
8915 tree attr;
8916 for (attr = ods; attr;
8917 attr = lookup_attribute ("omp declare simd", TREE_CHAIN (attr)))
8919 if (TREE_CODE (type) == METHOD_TYPE)
8920 walk_tree (&TREE_VALUE (attr), declare_simd_adjust_this,
8921 DECL_ARGUMENTS (decl), NULL);
8922 if (TREE_VALUE (attr) != NULL_TREE)
8924 tree cl = TREE_VALUE (TREE_VALUE (attr));
8925 cl = c_omp_declare_simd_clauses_to_numbers
8926 (DECL_ARGUMENTS (decl), cl);
8927 if (cl)
8928 TREE_VALUE (TREE_VALUE (attr)) = cl;
8929 else
8930 TREE_VALUE (attr) = NULL_TREE;
8936 /* Caller will do the rest of this. */
8937 if (check < 0)
8938 return decl;
8940 if (ctype != NULL_TREE)
8941 grokclassfn (ctype, decl, flags);
8943 /* 12.4/3 */
8944 if (cxx_dialect >= cxx11
8945 && DECL_DESTRUCTOR_P (decl)
8946 && !TYPE_BEING_DEFINED (DECL_CONTEXT (decl))
8947 && !processing_template_decl)
8948 deduce_noexcept_on_destructor (decl);
8950 decl = check_explicit_specialization (orig_declarator, decl,
8951 template_count,
8952 2 * funcdef_flag +
8953 4 * (friendp != 0) +
8954 8 * concept_p,
8955 *attrlist);
8956 if (decl == error_mark_node)
8957 return NULL_TREE;
8959 if (DECL_STATIC_FUNCTION_P (decl))
8960 check_static_quals (decl, quals);
8962 if (attrlist)
8964 cplus_decl_attributes (&decl, *attrlist, 0);
8965 *attrlist = NULL_TREE;
8968 /* Check main's type after attributes have been applied. */
8969 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
8971 if (!same_type_p (TREE_TYPE (TREE_TYPE (decl)),
8972 integer_type_node))
8974 tree oldtypeargs = TYPE_ARG_TYPES (TREE_TYPE (decl));
8975 tree newtype;
8976 error ("%<::main%> must return %<int%>");
8977 newtype = build_function_type (integer_type_node, oldtypeargs);
8978 TREE_TYPE (decl) = newtype;
8980 if (warn_main)
8981 check_main_parameter_types (decl);
8984 if (ctype != NULL_TREE && check)
8986 tree old_decl = check_classfn (ctype, decl,
8987 (processing_template_decl
8988 > template_class_depth (ctype))
8989 ? current_template_parms
8990 : NULL_TREE);
8992 if (old_decl == error_mark_node)
8993 return NULL_TREE;
8995 if (old_decl)
8997 tree ok;
8998 tree pushed_scope;
9000 if (TREE_CODE (old_decl) == TEMPLATE_DECL)
9001 /* Because grokfndecl is always supposed to return a
9002 FUNCTION_DECL, we pull out the DECL_TEMPLATE_RESULT
9003 here. We depend on our callers to figure out that its
9004 really a template that's being returned. */
9005 old_decl = DECL_TEMPLATE_RESULT (old_decl);
9007 if (DECL_STATIC_FUNCTION_P (old_decl)
9008 && TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE)
9010 /* Remove the `this' parm added by grokclassfn. */
9011 revert_static_member_fn (decl);
9012 check_static_quals (decl, quals);
9014 if (DECL_ARTIFICIAL (old_decl))
9016 error ("definition of implicitly-declared %qD", old_decl);
9017 return NULL_TREE;
9019 else if (DECL_DEFAULTED_FN (old_decl))
9021 error ("definition of explicitly-defaulted %q+D", decl);
9022 inform (DECL_SOURCE_LOCATION (old_decl),
9023 "%q#D explicitly defaulted here", old_decl);
9024 return NULL_TREE;
9027 /* Since we've smashed OLD_DECL to its
9028 DECL_TEMPLATE_RESULT, we must do the same to DECL. */
9029 if (TREE_CODE (decl) == TEMPLATE_DECL)
9030 decl = DECL_TEMPLATE_RESULT (decl);
9032 /* Attempt to merge the declarations. This can fail, in
9033 the case of some invalid specialization declarations. */
9034 pushed_scope = push_scope (ctype);
9035 ok = duplicate_decls (decl, old_decl, friendp);
9036 if (pushed_scope)
9037 pop_scope (pushed_scope);
9038 if (!ok)
9040 error ("no %q#D member function declared in class %qT",
9041 decl, ctype);
9042 return NULL_TREE;
9044 if (ok == error_mark_node)
9045 return NULL_TREE;
9046 return old_decl;
9050 if (DECL_CONSTRUCTOR_P (decl) && !grok_ctor_properties (ctype, decl))
9051 return NULL_TREE;
9053 if (ctype == NULL_TREE || check)
9054 return decl;
9056 if (virtualp)
9057 DECL_VIRTUAL_P (decl) = 1;
9059 return decl;
9062 /* decl is a FUNCTION_DECL.
9063 specifiers are the parsed virt-specifiers.
9065 Set flags to reflect the virt-specifiers.
9067 Returns decl. */
9069 static tree
9070 set_virt_specifiers (tree decl, cp_virt_specifiers specifiers)
9072 if (decl == NULL_TREE)
9073 return decl;
9074 if (specifiers & VIRT_SPEC_OVERRIDE)
9075 DECL_OVERRIDE_P (decl) = 1;
9076 if (specifiers & VIRT_SPEC_FINAL)
9077 DECL_FINAL_P (decl) = 1;
9078 return decl;
9081 /* DECL is a VAR_DECL for a static data member. Set flags to reflect
9082 the linkage that DECL will receive in the object file. */
9084 static void
9085 set_linkage_for_static_data_member (tree decl)
9087 /* A static data member always has static storage duration and
9088 external linkage. Note that static data members are forbidden in
9089 local classes -- the only situation in which a class has
9090 non-external linkage. */
9091 TREE_PUBLIC (decl) = 1;
9092 TREE_STATIC (decl) = 1;
9093 /* For non-template classes, static data members are always put
9094 out in exactly those files where they are defined, just as
9095 with ordinary namespace-scope variables. */
9096 if (!processing_template_decl)
9097 DECL_INTERFACE_KNOWN (decl) = 1;
9100 /* Create a VAR_DECL named NAME with the indicated TYPE.
9102 If SCOPE is non-NULL, it is the class type or namespace containing
9103 the variable. If SCOPE is NULL, the variable should is created in
9104 the innermost enclosing scope. */
9106 static tree
9107 grokvardecl (tree type,
9108 tree name,
9109 tree orig_declarator,
9110 const cp_decl_specifier_seq *declspecs,
9111 int initialized,
9112 int type_quals,
9113 int inlinep,
9114 bool conceptp,
9115 int template_count,
9116 tree scope)
9118 tree decl;
9119 tree explicit_scope;
9121 gcc_assert (!name || identifier_p (name));
9123 bool constp = (type_quals & TYPE_QUAL_CONST) != 0;
9124 bool volatilep = (type_quals & TYPE_QUAL_VOLATILE) != 0;
9126 /* Compute the scope in which to place the variable, but remember
9127 whether or not that scope was explicitly specified by the user. */
9128 explicit_scope = scope;
9129 if (!scope)
9131 /* An explicit "extern" specifier indicates a namespace-scope
9132 variable. */
9133 if (declspecs->storage_class == sc_extern)
9134 scope = current_decl_namespace ();
9135 else if (!at_function_scope_p ())
9136 scope = current_scope ();
9139 if (scope
9140 && (/* If the variable is a namespace-scope variable declared in a
9141 template, we need DECL_LANG_SPECIFIC. */
9142 (TREE_CODE (scope) == NAMESPACE_DECL && processing_template_decl)
9143 /* Similarly for namespace-scope variables with language linkage
9144 other than C++. */
9145 || (TREE_CODE (scope) == NAMESPACE_DECL
9146 && current_lang_name != lang_name_cplusplus)
9147 /* Similarly for static data members. */
9148 || TYPE_P (scope)
9149 /* Similarly for explicit specializations. */
9150 || (orig_declarator
9151 && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)))
9152 decl = build_lang_decl (VAR_DECL, name, type);
9153 else
9154 decl = build_decl (input_location, VAR_DECL, name, type);
9156 if (explicit_scope && TREE_CODE (explicit_scope) == NAMESPACE_DECL)
9157 set_decl_namespace (decl, explicit_scope, 0);
9158 else
9159 DECL_CONTEXT (decl) = FROB_CONTEXT (scope);
9161 if (declspecs->storage_class == sc_extern)
9163 DECL_THIS_EXTERN (decl) = 1;
9164 DECL_EXTERNAL (decl) = !initialized;
9167 if (DECL_CLASS_SCOPE_P (decl))
9169 set_linkage_for_static_data_member (decl);
9170 /* This function is only called with out-of-class definitions. */
9171 DECL_EXTERNAL (decl) = 0;
9172 check_class_member_definition_namespace (decl);
9174 /* At top level, either `static' or no s.c. makes a definition
9175 (perhaps tentative), and absence of `static' makes it public. */
9176 else if (toplevel_bindings_p ())
9178 TREE_PUBLIC (decl) = (declspecs->storage_class != sc_static
9179 && (DECL_THIS_EXTERN (decl)
9180 || ! constp
9181 || volatilep
9182 || inlinep));
9183 TREE_STATIC (decl) = ! DECL_EXTERNAL (decl);
9185 /* Not at top level, only `static' makes a static definition. */
9186 else
9188 TREE_STATIC (decl) = declspecs->storage_class == sc_static;
9189 TREE_PUBLIC (decl) = DECL_EXTERNAL (decl);
9192 if (decl_spec_seq_has_spec_p (declspecs, ds_thread))
9194 if (DECL_EXTERNAL (decl) || TREE_STATIC (decl))
9196 CP_DECL_THREAD_LOCAL_P (decl) = true;
9197 if (!processing_template_decl)
9198 set_decl_tls_model (decl, decl_default_tls_model (decl));
9200 if (declspecs->gnu_thread_keyword_p)
9201 SET_DECL_GNU_TLS_P (decl);
9204 /* If the type of the decl has no linkage, make sure that we'll
9205 notice that in mark_used. */
9206 if (cxx_dialect > cxx98
9207 && decl_linkage (decl) != lk_none
9208 && DECL_LANG_SPECIFIC (decl) == NULL
9209 && !DECL_EXTERN_C_P (decl)
9210 && no_linkage_check (TREE_TYPE (decl), /*relaxed_p=*/false))
9211 retrofit_lang_decl (decl);
9213 if (TREE_PUBLIC (decl))
9215 /* [basic.link]: A name with no linkage (notably, the name of a class
9216 or enumeration declared in a local scope) shall not be used to
9217 declare an entity with linkage.
9219 DR 757 relaxes this restriction for C++0x. */
9220 if (cxx_dialect < cxx11)
9221 no_linkage_error (decl);
9223 else
9224 DECL_INTERFACE_KNOWN (decl) = 1;
9226 if (DECL_NAME (decl)
9227 && MAIN_NAME_P (DECL_NAME (decl))
9228 && scope == global_namespace)
9229 error ("cannot declare %<::main%> to be a global variable");
9231 /* Check that the variable can be safely declared as a concept.
9232 Note that this also forbids explicit specializations. */
9233 if (conceptp)
9235 if (!processing_template_decl)
9237 error ("a non-template variable cannot be %<concept%>");
9238 return NULL_TREE;
9240 else
9241 DECL_DECLARED_CONCEPT_P (decl) = true;
9242 if (!same_type_ignoring_top_level_qualifiers_p (type, boolean_type_node))
9243 error_at (declspecs->locations[ds_type_spec],
9244 "concept must have type %<bool%>");
9246 else if (flag_concepts
9247 && processing_template_decl > template_class_depth (scope))
9249 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms);
9250 tree ci = build_constraints (reqs, NULL_TREE);
9251 set_constraints (decl, ci);
9254 // Handle explicit specializations and instantiations of variable templates.
9255 if (orig_declarator)
9256 decl = check_explicit_specialization (orig_declarator, decl,
9257 template_count, conceptp * 8);
9259 return decl != error_mark_node ? decl : NULL_TREE;
9262 /* Create and return a canonical pointer to member function type, for
9263 TYPE, which is a POINTER_TYPE to a METHOD_TYPE. */
9265 tree
9266 build_ptrmemfunc_type (tree type)
9268 tree field, fields;
9269 tree t;
9271 if (type == error_mark_node)
9272 return type;
9274 /* Make sure that we always have the unqualified pointer-to-member
9275 type first. */
9276 if (cp_cv_quals quals = cp_type_quals (type))
9278 tree unqual = build_ptrmemfunc_type (TYPE_MAIN_VARIANT (type));
9279 return cp_build_qualified_type (unqual, quals);
9282 /* If a canonical type already exists for this type, use it. We use
9283 this method instead of type_hash_canon, because it only does a
9284 simple equality check on the list of field members. */
9286 t = TYPE_PTRMEMFUNC_TYPE (type);
9287 if (t)
9288 return t;
9290 t = make_node (RECORD_TYPE);
9292 /* Let the front end know this is a pointer to member function. */
9293 TYPE_PTRMEMFUNC_FLAG (t) = 1;
9295 field = build_decl (input_location, FIELD_DECL, pfn_identifier, type);
9296 fields = field;
9298 field = build_decl (input_location, FIELD_DECL, delta_identifier,
9299 delta_type_node);
9300 DECL_CHAIN (field) = fields;
9301 fields = field;
9303 finish_builtin_struct (t, "__ptrmemfunc_type", fields, ptr_type_node);
9305 /* Zap out the name so that the back end will give us the debugging
9306 information for this anonymous RECORD_TYPE. */
9307 TYPE_NAME (t) = NULL_TREE;
9309 /* Cache this pointer-to-member type so that we can find it again
9310 later. */
9311 TYPE_PTRMEMFUNC_TYPE (type) = t;
9313 if (TYPE_STRUCTURAL_EQUALITY_P (type))
9314 SET_TYPE_STRUCTURAL_EQUALITY (t);
9315 else if (TYPE_CANONICAL (type) != type)
9316 TYPE_CANONICAL (t) = build_ptrmemfunc_type (TYPE_CANONICAL (type));
9318 return t;
9321 /* Create and return a pointer to data member type. */
9323 tree
9324 build_ptrmem_type (tree class_type, tree member_type)
9326 if (TREE_CODE (member_type) == METHOD_TYPE)
9328 cp_cv_quals quals = type_memfn_quals (member_type);
9329 cp_ref_qualifier rqual = type_memfn_rqual (member_type);
9330 member_type = build_memfn_type (member_type, class_type, quals, rqual);
9331 return build_ptrmemfunc_type (build_pointer_type (member_type));
9333 else
9335 gcc_assert (TREE_CODE (member_type) != FUNCTION_TYPE);
9336 return build_offset_type (class_type, member_type);
9340 /* DECL is a VAR_DECL defined in-class, whose TYPE is also given.
9341 Check to see that the definition is valid. Issue appropriate error
9342 messages. Return 1 if the definition is particularly bad, or 0
9343 otherwise. */
9345 static int
9346 check_static_variable_definition (tree decl, tree type)
9348 /* Avoid redundant diagnostics on out-of-class definitions. */
9349 if (!current_class_type || !TYPE_BEING_DEFINED (current_class_type))
9350 return 0;
9351 /* Can't check yet if we don't know the type. */
9352 if (dependent_type_p (type))
9353 return 0;
9354 /* If DECL is declared constexpr, we'll do the appropriate checks
9355 in check_initializer. Similarly for inline static data members. */
9356 if (DECL_P (decl)
9357 && (DECL_DECLARED_CONSTEXPR_P (decl)
9358 || DECL_VAR_DECLARED_INLINE_P (decl)))
9359 return 0;
9360 else if (cxx_dialect >= cxx11 && !INTEGRAL_OR_ENUMERATION_TYPE_P (type))
9362 if (!COMPLETE_TYPE_P (type))
9363 error_at (DECL_SOURCE_LOCATION (decl),
9364 "in-class initialization of static data member %q#D of "
9365 "incomplete type", decl);
9366 else if (literal_type_p (type))
9367 permerror (DECL_SOURCE_LOCATION (decl),
9368 "%<constexpr%> needed for in-class initialization of "
9369 "static data member %q#D of non-integral type", decl);
9370 else
9371 error_at (DECL_SOURCE_LOCATION (decl),
9372 "in-class initialization of static data member %q#D of "
9373 "non-literal type", decl);
9374 return 1;
9377 /* Motion 10 at San Diego: If a static const integral data member is
9378 initialized with an integral constant expression, the initializer
9379 may appear either in the declaration (within the class), or in
9380 the definition, but not both. If it appears in the class, the
9381 member is a member constant. The file-scope definition is always
9382 required. */
9383 if (!ARITHMETIC_TYPE_P (type) && TREE_CODE (type) != ENUMERAL_TYPE)
9385 error_at (DECL_SOURCE_LOCATION (decl),
9386 "invalid in-class initialization of static data member "
9387 "of non-integral type %qT",
9388 type);
9389 return 1;
9391 else if (!CP_TYPE_CONST_P (type))
9392 error_at (DECL_SOURCE_LOCATION (decl),
9393 "ISO C++ forbids in-class initialization of non-const "
9394 "static member %qD",
9395 decl);
9396 else if (!INTEGRAL_OR_ENUMERATION_TYPE_P (type))
9397 pedwarn (DECL_SOURCE_LOCATION (decl), OPT_Wpedantic,
9398 "ISO C++ forbids initialization of member constant "
9399 "%qD of non-integral type %qT", decl, type);
9401 return 0;
9404 /* *expr_p is part of the TYPE_SIZE of a variably-sized array. If any
9405 SAVE_EXPRs in *expr_p wrap expressions with side-effects, break those
9406 expressions out into temporary variables so that walk_tree doesn't
9407 step into them (c++/15764). */
9409 static tree
9410 stabilize_save_expr_r (tree *expr_p, int *walk_subtrees, void *data)
9412 hash_set<tree> *pset = (hash_set<tree> *)data;
9413 tree expr = *expr_p;
9414 if (TREE_CODE (expr) == SAVE_EXPR)
9416 tree op = TREE_OPERAND (expr, 0);
9417 cp_walk_tree (&op, stabilize_save_expr_r, data, pset);
9418 if (TREE_SIDE_EFFECTS (op))
9419 TREE_OPERAND (expr, 0) = get_temp_regvar (TREE_TYPE (op), op);
9420 *walk_subtrees = 0;
9422 else if (!EXPR_P (expr) || !TREE_SIDE_EFFECTS (expr))
9423 *walk_subtrees = 0;
9424 return NULL;
9427 /* Entry point for the above. */
9429 static void
9430 stabilize_vla_size (tree size)
9432 hash_set<tree> pset;
9433 /* Break out any function calls into temporary variables. */
9434 cp_walk_tree (&size, stabilize_save_expr_r, &pset, &pset);
9437 /* Reduce a SIZEOF_EXPR to its value. */
9439 tree
9440 fold_sizeof_expr (tree t)
9442 tree r;
9443 if (SIZEOF_EXPR_TYPE_P (t))
9444 r = cxx_sizeof_or_alignof_type (TREE_TYPE (TREE_OPERAND (t, 0)),
9445 SIZEOF_EXPR, false);
9446 else if (TYPE_P (TREE_OPERAND (t, 0)))
9447 r = cxx_sizeof_or_alignof_type (TREE_OPERAND (t, 0), SIZEOF_EXPR,
9448 false);
9449 else
9450 r = cxx_sizeof_or_alignof_expr (TREE_OPERAND (t, 0), SIZEOF_EXPR,
9451 false);
9452 if (r == error_mark_node)
9453 r = size_one_node;
9454 return r;
9457 /* Given the SIZE (i.e., number of elements) in an array, compute
9458 an appropriate index type for the array. If non-NULL, NAME is
9459 the name of the entity being declared. */
9461 tree
9462 compute_array_index_type (tree name, tree size, tsubst_flags_t complain)
9464 tree itype;
9465 tree osize = size;
9467 if (error_operand_p (size))
9468 return error_mark_node;
9470 if (!type_dependent_expression_p (size))
9472 tree type = TREE_TYPE (size);
9474 size = mark_rvalue_use (size);
9476 if (cxx_dialect < cxx11 && TREE_CODE (size) == NOP_EXPR
9477 && TREE_SIDE_EFFECTS (size))
9478 /* In C++98, we mark a non-constant array bound with a magic
9479 NOP_EXPR with TREE_SIDE_EFFECTS; don't fold in that case. */;
9480 else
9482 size = instantiate_non_dependent_expr_sfinae (size, complain);
9484 if (CLASS_TYPE_P (type)
9485 && CLASSTYPE_LITERAL_P (type))
9487 size = build_expr_type_conversion (WANT_INT, size, true);
9488 if (!size)
9490 if (!(complain & tf_error))
9491 return error_mark_node;
9492 if (name)
9493 error ("size of array %qD has non-integral type %qT",
9494 name, type);
9495 else
9496 error ("size of array has non-integral type %qT", type);
9497 size = integer_one_node;
9499 if (size == error_mark_node)
9500 return error_mark_node;
9501 type = TREE_TYPE (size);
9504 if (INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
9505 size = maybe_constant_value (size);
9507 if (!TREE_CONSTANT (size))
9508 size = osize;
9511 if (error_operand_p (size))
9512 return error_mark_node;
9514 /* The array bound must be an integer type. */
9515 if (!INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
9517 if (!(complain & tf_error))
9518 return error_mark_node;
9519 if (name)
9520 error ("size of array %qD has non-integral type %qT", name, type);
9521 else
9522 error ("size of array has non-integral type %qT", type);
9523 size = integer_one_node;
9524 type = TREE_TYPE (size);
9528 /* A type is dependent if it is...an array type constructed from any
9529 dependent type or whose size is specified by a constant expression
9530 that is value-dependent. */
9531 /* We can only call value_dependent_expression_p on integral constant
9532 expressions; treat non-constant expressions as dependent, too. */
9533 if (processing_template_decl
9534 && (type_dependent_expression_p (size)
9535 || !TREE_CONSTANT (size) || value_dependent_expression_p (size)))
9537 /* We cannot do any checking for a SIZE that isn't known to be
9538 constant. Just build the index type and mark that it requires
9539 structural equality checks. */
9540 itype = build_index_type (build_min (MINUS_EXPR, sizetype,
9541 size, size_one_node));
9542 TYPE_DEPENDENT_P (itype) = 1;
9543 TYPE_DEPENDENT_P_VALID (itype) = 1;
9544 SET_TYPE_STRUCTURAL_EQUALITY (itype);
9545 return itype;
9548 if (TREE_CODE (size) != INTEGER_CST)
9550 tree folded = cp_fully_fold (size);
9551 if (TREE_CODE (folded) == INTEGER_CST)
9552 pedwarn (location_of (size), OPT_Wpedantic,
9553 "size of array is not an integral constant-expression");
9554 /* Use the folded result for VLAs, too; it will have resolved
9555 SIZEOF_EXPR. */
9556 size = folded;
9559 /* Normally, the array-bound will be a constant. */
9560 if (TREE_CODE (size) == INTEGER_CST)
9562 /* Check to see if the array bound overflowed. Make that an
9563 error, no matter how generous we're being. */
9564 constant_expression_error (size);
9566 /* An array must have a positive number of elements. */
9567 if (tree_int_cst_lt (size, integer_zero_node))
9569 if (!(complain & tf_error))
9570 return error_mark_node;
9571 if (name)
9572 error ("size of array %qD is negative", name);
9573 else
9574 error ("size of array is negative");
9575 size = integer_one_node;
9577 /* As an extension we allow zero-sized arrays. */
9578 else if (integer_zerop (size))
9580 if (!(complain & tf_error))
9581 /* We must fail if performing argument deduction (as
9582 indicated by the state of complain), so that
9583 another substitution can be found. */
9584 return error_mark_node;
9585 else if (in_system_header_at (input_location))
9586 /* Allow them in system headers because glibc uses them. */;
9587 else if (name)
9588 pedwarn (input_location, OPT_Wpedantic, "ISO C++ forbids zero-size array %qD", name);
9589 else
9590 pedwarn (input_location, OPT_Wpedantic, "ISO C++ forbids zero-size array");
9593 else if (TREE_CONSTANT (size)
9594 /* We don't allow VLAs at non-function scopes, or during
9595 tentative template substitution. */
9596 || !at_function_scope_p ()
9597 || !(complain & tf_error))
9599 if (!(complain & tf_error))
9600 return error_mark_node;
9601 /* `(int) &fn' is not a valid array bound. */
9602 if (name)
9603 error ("size of array %qD is not an integral constant-expression",
9604 name);
9605 else
9606 error ("size of array is not an integral constant-expression");
9607 size = integer_one_node;
9609 else if (pedantic && warn_vla != 0)
9611 if (name)
9612 pedwarn (input_location, OPT_Wvla, "ISO C++ forbids variable length array %qD", name);
9613 else
9614 pedwarn (input_location, OPT_Wvla, "ISO C++ forbids variable length array");
9616 else if (warn_vla > 0)
9618 if (name)
9619 warning (OPT_Wvla,
9620 "variable length array %qD is used", name);
9621 else
9622 warning (OPT_Wvla,
9623 "variable length array is used");
9626 if (processing_template_decl && !TREE_CONSTANT (size))
9627 /* A variable sized array. */
9628 itype = build_min (MINUS_EXPR, sizetype, size, integer_one_node);
9629 else
9631 /* Compute the index of the largest element in the array. It is
9632 one less than the number of elements in the array. We save
9633 and restore PROCESSING_TEMPLATE_DECL so that computations in
9634 cp_build_binary_op will be appropriately folded. */
9636 processing_template_decl_sentinel s;
9637 itype = cp_build_binary_op (input_location,
9638 MINUS_EXPR,
9639 cp_convert (ssizetype, size, complain),
9640 cp_convert (ssizetype, integer_one_node,
9641 complain),
9642 complain);
9643 itype = maybe_constant_value (itype);
9646 if (!TREE_CONSTANT (itype))
9648 /* A variable sized array. */
9649 itype = variable_size (itype);
9651 stabilize_vla_size (itype);
9653 if (sanitize_flags_p (SANITIZE_VLA)
9654 && current_function_decl != NULL_TREE)
9656 /* We have to add 1 -- in the ubsan routine we generate
9657 LE_EXPR rather than LT_EXPR. */
9658 tree t = fold_build2 (PLUS_EXPR, TREE_TYPE (itype), itype,
9659 build_one_cst (TREE_TYPE (itype)));
9660 t = ubsan_instrument_vla (input_location, t);
9661 finish_expr_stmt (t);
9664 /* Make sure that there was no overflow when creating to a signed
9665 index type. (For example, on a 32-bit machine, an array with
9666 size 2^32 - 1 is too big.) */
9667 else if (TREE_CODE (itype) == INTEGER_CST
9668 && TREE_OVERFLOW (itype))
9670 if (!(complain & tf_error))
9671 return error_mark_node;
9672 error ("overflow in array dimension");
9673 TREE_OVERFLOW (itype) = 0;
9677 /* Create and return the appropriate index type. */
9678 itype = build_index_type (itype);
9680 /* If the index type were dependent, we would have returned early, so
9681 remember that it isn't. */
9682 TYPE_DEPENDENT_P (itype) = 0;
9683 TYPE_DEPENDENT_P_VALID (itype) = 1;
9684 return itype;
9687 /* Returns the scope (if any) in which the entity declared by
9688 DECLARATOR will be located. If the entity was declared with an
9689 unqualified name, NULL_TREE is returned. */
9691 tree
9692 get_scope_of_declarator (const cp_declarator *declarator)
9694 while (declarator && declarator->kind != cdk_id)
9695 declarator = declarator->declarator;
9697 /* If the declarator-id is a SCOPE_REF, the scope in which the
9698 declaration occurs is the first operand. */
9699 if (declarator
9700 && declarator->u.id.qualifying_scope)
9701 return declarator->u.id.qualifying_scope;
9703 /* Otherwise, the declarator is not a qualified name; the entity will
9704 be declared in the current scope. */
9705 return NULL_TREE;
9708 /* Returns an ARRAY_TYPE for an array with SIZE elements of the
9709 indicated TYPE. If non-NULL, NAME is the NAME of the declaration
9710 with this type. */
9712 static tree
9713 create_array_type_for_decl (tree name, tree type, tree size)
9715 tree itype = NULL_TREE;
9717 /* If things have already gone awry, bail now. */
9718 if (type == error_mark_node || size == error_mark_node)
9719 return error_mark_node;
9721 /* 8.3.4/1: If the type of the identifier of D contains the auto
9722 type-specifier, the program is ill-formed. */
9723 if (type_uses_auto (type))
9725 error ("%qD declared as array of %qT", name, type);
9726 return error_mark_node;
9729 /* If there are some types which cannot be array elements,
9730 issue an error-message and return. */
9731 switch (TREE_CODE (type))
9733 case VOID_TYPE:
9734 if (name)
9735 error ("declaration of %qD as array of void", name);
9736 else
9737 error ("creating array of void");
9738 return error_mark_node;
9740 case FUNCTION_TYPE:
9741 if (name)
9742 error ("declaration of %qD as array of functions", name);
9743 else
9744 error ("creating array of functions");
9745 return error_mark_node;
9747 case REFERENCE_TYPE:
9748 if (name)
9749 error ("declaration of %qD as array of references", name);
9750 else
9751 error ("creating array of references");
9752 return error_mark_node;
9754 case METHOD_TYPE:
9755 if (name)
9756 error ("declaration of %qD as array of function members", name);
9757 else
9758 error ("creating array of function members");
9759 return error_mark_node;
9761 default:
9762 break;
9765 /* [dcl.array]
9767 The constant expressions that specify the bounds of the arrays
9768 can be omitted only for the first member of the sequence. */
9769 if (TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type))
9771 if (name)
9772 error ("declaration of %qD as multidimensional array must "
9773 "have bounds for all dimensions except the first",
9774 name);
9775 else
9776 error ("multidimensional array must have bounds for all "
9777 "dimensions except the first");
9779 return error_mark_node;
9782 /* Figure out the index type for the array. */
9783 if (size)
9784 itype = compute_array_index_type (name, size, tf_warning_or_error);
9786 /* [dcl.array]
9787 T is called the array element type; this type shall not be [...] an
9788 abstract class type. */
9789 abstract_virtuals_error (name, type);
9791 return build_cplus_array_type (type, itype);
9794 /* Returns the smallest location != UNKNOWN_LOCATION among the
9795 three stored in LOCATIONS[ds_const], LOCATIONS[ds_volatile],
9796 and LOCATIONS[ds_restrict]. */
9798 static location_t
9799 smallest_type_quals_location (int type_quals, const location_t* locations)
9801 location_t loc = UNKNOWN_LOCATION;
9803 if (type_quals & TYPE_QUAL_CONST)
9804 loc = locations[ds_const];
9806 if ((type_quals & TYPE_QUAL_VOLATILE)
9807 && (loc == UNKNOWN_LOCATION || locations[ds_volatile] < loc))
9808 loc = locations[ds_volatile];
9810 if ((type_quals & TYPE_QUAL_RESTRICT)
9811 && (loc == UNKNOWN_LOCATION || locations[ds_restrict] < loc))
9812 loc = locations[ds_restrict];
9814 return loc;
9817 /* Check that it's OK to declare a function with the indicated TYPE
9818 and TYPE_QUALS. SFK indicates the kind of special function (if any)
9819 that this function is. OPTYPE is the type given in a conversion
9820 operator declaration, or the class type for a constructor/destructor.
9821 Returns the actual return type of the function; that may be different
9822 than TYPE if an error occurs, or for certain special functions. */
9824 static tree
9825 check_special_function_return_type (special_function_kind sfk,
9826 tree type,
9827 tree optype,
9828 int type_quals,
9829 const location_t* locations)
9831 switch (sfk)
9833 case sfk_constructor:
9834 if (type)
9835 error ("return type specification for constructor invalid");
9836 else if (type_quals != TYPE_UNQUALIFIED)
9837 error_at (smallest_type_quals_location (type_quals, locations),
9838 "qualifiers are not allowed on constructor declaration");
9840 if (targetm.cxx.cdtor_returns_this ())
9841 type = build_pointer_type (optype);
9842 else
9843 type = void_type_node;
9844 break;
9846 case sfk_destructor:
9847 if (type)
9848 error ("return type specification for destructor invalid");
9849 else if (type_quals != TYPE_UNQUALIFIED)
9850 error_at (smallest_type_quals_location (type_quals, locations),
9851 "qualifiers are not allowed on destructor declaration");
9853 /* We can't use the proper return type here because we run into
9854 problems with ambiguous bases and covariant returns. */
9855 if (targetm.cxx.cdtor_returns_this ())
9856 type = build_pointer_type (void_type_node);
9857 else
9858 type = void_type_node;
9859 break;
9861 case sfk_conversion:
9862 if (type)
9863 error ("return type specified for %<operator %T%>", optype);
9864 else if (type_quals != TYPE_UNQUALIFIED)
9865 error_at (smallest_type_quals_location (type_quals, locations),
9866 "qualifiers are not allowed on declaration of "
9867 "%<operator %T%>", optype);
9869 type = optype;
9870 break;
9872 case sfk_deduction_guide:
9873 if (type)
9874 error ("return type specified for deduction guide");
9875 else if (type_quals != TYPE_UNQUALIFIED)
9876 error_at (smallest_type_quals_location (type_quals, locations),
9877 "qualifiers are not allowed on declaration of "
9878 "deduction guide");
9879 if (TREE_CODE (optype) == TEMPLATE_TEMPLATE_PARM)
9881 error ("template template parameter %qT in declaration of "
9882 "deduction guide", optype);
9883 type = error_mark_node;
9885 else
9886 type = make_template_placeholder (CLASSTYPE_TI_TEMPLATE (optype));
9887 for (int i = 0; i < ds_last; ++i)
9888 if (i != ds_explicit && locations[i])
9889 error_at (locations[i],
9890 "decl-specifier in declaration of deduction guide");
9891 break;
9893 default:
9894 gcc_unreachable ();
9897 return type;
9900 /* A variable or data member (whose unqualified name is IDENTIFIER)
9901 has been declared with the indicated TYPE. If the TYPE is not
9902 acceptable, issue an error message and return a type to use for
9903 error-recovery purposes. */
9905 tree
9906 check_var_type (tree identifier, tree type)
9908 if (VOID_TYPE_P (type))
9910 if (!identifier)
9911 error ("unnamed variable or field declared void");
9912 else if (identifier_p (identifier))
9914 gcc_assert (!IDENTIFIER_ANY_OP_P (identifier));
9915 error ("variable or field %qE declared void", identifier);
9917 else
9918 error ("variable or field declared void");
9919 type = error_mark_node;
9922 return type;
9925 /* Handle declaring DECL as an inline variable. */
9927 static void
9928 mark_inline_variable (tree decl)
9930 bool inlinep = true;
9931 if (! toplevel_bindings_p ())
9933 error ("%<inline%> specifier invalid for variable "
9934 "%qD declared at block scope", decl);
9935 inlinep = false;
9937 else if (cxx_dialect < cxx17)
9938 pedwarn (DECL_SOURCE_LOCATION (decl), 0,
9939 "inline variables are only available "
9940 "with -std=c++17 or -std=gnu++17");
9941 if (inlinep)
9943 retrofit_lang_decl (decl);
9944 SET_DECL_VAR_DECLARED_INLINE_P (decl);
9949 /* Assign a typedef-given name to a class or enumeration type declared
9950 as anonymous at first. This was split out of grokdeclarator
9951 because it is also used in libcc1. */
9953 void
9954 name_unnamed_type (tree type, tree decl)
9956 gcc_assert (TYPE_UNNAMED_P (type));
9958 /* Replace the anonymous name with the real name everywhere. */
9959 for (tree t = TYPE_MAIN_VARIANT (type); t; t = TYPE_NEXT_VARIANT (t))
9961 if (anon_aggrname_p (TYPE_IDENTIFIER (t)))
9962 /* We do not rename the debug info representing the
9963 unnamed tagged type because the standard says in
9964 [dcl.typedef] that the naming applies only for
9965 linkage purposes. */
9966 /*debug_hooks->set_name (t, decl);*/
9967 TYPE_NAME (t) = decl;
9970 if (TYPE_LANG_SPECIFIC (type))
9971 TYPE_WAS_UNNAMED (type) = 1;
9973 /* If this is a typedef within a template class, the nested
9974 type is a (non-primary) template. The name for the
9975 template needs updating as well. */
9976 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type))
9977 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type))
9978 = TYPE_IDENTIFIER (type);
9980 /* Adjust linkage now that we aren't unnamed anymore. */
9981 reset_type_linkage (type);
9983 /* FIXME remangle member functions; member functions of a
9984 type with external linkage have external linkage. */
9986 /* Check that our job is done, and that it would fail if we
9987 attempted to do it again. */
9988 gcc_assert (!TYPE_UNNAMED_P (type));
9991 /* Given declspecs and a declarator (abstract or otherwise), determine
9992 the name and type of the object declared and construct a DECL node
9993 for it.
9995 DECLSPECS points to the representation of declaration-specifier
9996 sequence that precedes declarator.
9998 DECL_CONTEXT says which syntactic context this declaration is in:
9999 NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
10000 FUNCDEF for a function definition. Like NORMAL but a few different
10001 error messages in each case. Return value may be zero meaning
10002 this definition is too screwy to try to parse.
10003 MEMFUNCDEF for a function definition. Like FUNCDEF but prepares to
10004 handle member functions (which have FIELD context).
10005 Return value may be zero meaning this definition is too screwy to
10006 try to parse.
10007 PARM for a parameter declaration (either within a function prototype
10008 or before a function body). Make a PARM_DECL, or return void_type_node.
10009 TPARM for a template parameter declaration.
10010 CATCHPARM for a parameter declaration before a catch clause.
10011 TYPENAME if for a typename (in a cast or sizeof).
10012 Don't make a DECL node; just return the ..._TYPE node.
10013 FIELD for a struct or union field; make a FIELD_DECL.
10014 BITFIELD for a field with specified width.
10016 INITIALIZED is as for start_decl.
10018 ATTRLIST is a pointer to the list of attributes, which may be NULL
10019 if there are none; *ATTRLIST may be modified if attributes from inside
10020 the declarator should be applied to the declaration.
10022 When this function is called, scoping variables (such as
10023 CURRENT_CLASS_TYPE) should reflect the scope in which the
10024 declaration occurs, not the scope in which the new declaration will
10025 be placed. For example, on:
10027 void S::f() { ... }
10029 when grokdeclarator is called for `S::f', the CURRENT_CLASS_TYPE
10030 should not be `S'.
10032 Returns a DECL (if a declarator is present), a TYPE (if there is no
10033 declarator, in cases like "struct S;"), or the ERROR_MARK_NODE if an
10034 error occurs. */
10036 tree
10037 grokdeclarator (const cp_declarator *declarator,
10038 cp_decl_specifier_seq *declspecs,
10039 enum decl_context decl_context,
10040 int initialized,
10041 tree* attrlist)
10043 tree type = NULL_TREE;
10044 int longlong = 0;
10045 int explicit_intN = 0;
10046 int virtualp, explicitp, friendp, inlinep, staticp;
10047 int explicit_int = 0;
10048 int explicit_char = 0;
10049 int defaulted_int = 0;
10051 tree typedef_decl = NULL_TREE;
10052 const char *name = NULL;
10053 tree typedef_type = NULL_TREE;
10054 /* True if this declarator is a function definition. */
10055 bool funcdef_flag = false;
10056 cp_declarator_kind innermost_code = cdk_error;
10057 int bitfield = 0;
10058 #if 0
10059 /* See the code below that used this. */
10060 tree decl_attr = NULL_TREE;
10061 #endif
10063 /* Keep track of what sort of function is being processed
10064 so that we can warn about default return values, or explicit
10065 return values which do not match prescribed defaults. */
10066 special_function_kind sfk = sfk_none;
10068 tree dname = NULL_TREE;
10069 tree ctor_return_type = NULL_TREE;
10070 enum overload_flags flags = NO_SPECIAL;
10071 /* cv-qualifiers that apply to the declarator, for a declaration of
10072 a member function. */
10073 cp_cv_quals memfn_quals = TYPE_UNQUALIFIED;
10074 /* virt-specifiers that apply to the declarator, for a declaration of
10075 a member function. */
10076 cp_virt_specifiers virt_specifiers = VIRT_SPEC_UNSPECIFIED;
10077 /* ref-qualifier that applies to the declarator, for a declaration of
10078 a member function. */
10079 cp_ref_qualifier rqual = REF_QUAL_NONE;
10080 /* cv-qualifiers that apply to the type specified by the DECLSPECS. */
10081 int type_quals = TYPE_UNQUALIFIED;
10082 tree raises = NULL_TREE;
10083 int template_count = 0;
10084 tree returned_attrs = NULL_TREE;
10085 tree parms = NULL_TREE;
10086 const cp_declarator *id_declarator;
10087 /* The unqualified name of the declarator; either an
10088 IDENTIFIER_NODE, BIT_NOT_EXPR, or TEMPLATE_ID_EXPR. */
10089 tree unqualified_id;
10090 /* The class type, if any, in which this entity is located,
10091 or NULL_TREE if none. Note that this value may be different from
10092 the current class type; for example if an attempt is made to declare
10093 "A::f" inside "B", this value will be "A". */
10094 tree ctype = current_class_type;
10095 /* The NAMESPACE_DECL for the namespace in which this entity is
10096 located. If an unqualified name is used to declare the entity,
10097 this value will be NULL_TREE, even if the entity is located at
10098 namespace scope. */
10099 tree in_namespace = NULL_TREE;
10100 cp_storage_class storage_class;
10101 bool unsigned_p, signed_p, short_p, long_p, thread_p;
10102 bool type_was_error_mark_node = false;
10103 bool parameter_pack_p = declarator ? declarator->parameter_pack_p : false;
10104 bool template_type_arg = false;
10105 bool template_parm_flag = false;
10106 bool typedef_p = decl_spec_seq_has_spec_p (declspecs, ds_typedef);
10107 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr);
10108 bool late_return_type_p = false;
10109 bool array_parameter_p = false;
10110 source_location saved_loc = input_location;
10111 tree reqs = NULL_TREE;
10113 signed_p = decl_spec_seq_has_spec_p (declspecs, ds_signed);
10114 unsigned_p = decl_spec_seq_has_spec_p (declspecs, ds_unsigned);
10115 short_p = decl_spec_seq_has_spec_p (declspecs, ds_short);
10116 long_p = decl_spec_seq_has_spec_p (declspecs, ds_long);
10117 longlong = decl_spec_seq_has_spec_p (declspecs, ds_long_long);
10118 explicit_intN = declspecs->explicit_intN_p;
10119 thread_p = decl_spec_seq_has_spec_p (declspecs, ds_thread);
10121 // Was concept_p specified? Note that ds_concept
10122 // implies ds_constexpr!
10123 bool concept_p = decl_spec_seq_has_spec_p (declspecs, ds_concept);
10124 if (concept_p)
10125 constexpr_p = true;
10127 if (decl_spec_seq_has_spec_p (declspecs, ds_const))
10128 type_quals |= TYPE_QUAL_CONST;
10129 if (decl_spec_seq_has_spec_p (declspecs, ds_volatile))
10130 type_quals |= TYPE_QUAL_VOLATILE;
10131 if (decl_spec_seq_has_spec_p (declspecs, ds_restrict))
10132 type_quals |= TYPE_QUAL_RESTRICT;
10134 if (decl_context == FUNCDEF)
10135 funcdef_flag = true, decl_context = NORMAL;
10136 else if (decl_context == MEMFUNCDEF)
10137 funcdef_flag = true, decl_context = FIELD;
10138 else if (decl_context == BITFIELD)
10139 bitfield = 1, decl_context = FIELD;
10140 else if (decl_context == TEMPLATE_TYPE_ARG)
10141 template_type_arg = true, decl_context = TYPENAME;
10142 else if (decl_context == TPARM)
10143 template_parm_flag = true, decl_context = PARM;
10145 if (initialized > 1)
10146 funcdef_flag = true;
10148 location_t typespec_loc = smallest_type_quals_location (type_quals,
10149 declspecs->locations);
10150 if (typespec_loc == UNKNOWN_LOCATION)
10151 typespec_loc = declspecs->locations[ds_type_spec];
10152 if (typespec_loc == UNKNOWN_LOCATION)
10153 typespec_loc = input_location;
10155 /* Look inside a declarator for the name being declared
10156 and get it as a string, for an error message. */
10157 for (id_declarator = declarator;
10158 id_declarator;
10159 id_declarator = id_declarator->declarator)
10161 if (id_declarator->kind != cdk_id)
10162 innermost_code = id_declarator->kind;
10164 switch (id_declarator->kind)
10166 case cdk_function:
10167 if (id_declarator->declarator
10168 && id_declarator->declarator->kind == cdk_id)
10170 sfk = id_declarator->declarator->u.id.sfk;
10171 if (sfk == sfk_destructor)
10172 flags = DTOR_FLAG;
10174 break;
10176 case cdk_id:
10178 tree qualifying_scope = id_declarator->u.id.qualifying_scope;
10179 tree decl = id_declarator->u.id.unqualified_name;
10180 if (!decl)
10181 break;
10182 if (qualifying_scope)
10184 if (at_function_scope_p ())
10186 /* [dcl.meaning]
10188 A declarator-id shall not be qualified except
10189 for ...
10191 None of the cases are permitted in block
10192 scope. */
10193 if (qualifying_scope == global_namespace)
10194 error ("invalid use of qualified-name %<::%D%>",
10195 decl);
10196 else if (TYPE_P (qualifying_scope))
10197 error ("invalid use of qualified-name %<%T::%D%>",
10198 qualifying_scope, decl);
10199 else
10200 error ("invalid use of qualified-name %<%D::%D%>",
10201 qualifying_scope, decl);
10202 return error_mark_node;
10204 else if (TYPE_P (qualifying_scope))
10206 ctype = qualifying_scope;
10207 if (!MAYBE_CLASS_TYPE_P (ctype))
10209 error ("%q#T is not a class or a namespace", ctype);
10210 ctype = NULL_TREE;
10212 else if (innermost_code != cdk_function
10213 && current_class_type
10214 && !uniquely_derived_from_p (ctype,
10215 current_class_type))
10217 error ("invalid use of qualified-name %<%T::%D%>",
10218 qualifying_scope, decl);
10219 return error_mark_node;
10222 else if (TREE_CODE (qualifying_scope) == NAMESPACE_DECL)
10223 in_namespace = qualifying_scope;
10225 switch (TREE_CODE (decl))
10227 case BIT_NOT_EXPR:
10229 if (innermost_code != cdk_function)
10231 error ("declaration of %qD as non-function", decl);
10232 return error_mark_node;
10234 else if (!qualifying_scope
10235 && !(current_class_type && at_class_scope_p ()))
10237 error ("declaration of %qD as non-member", decl);
10238 return error_mark_node;
10241 tree type = TREE_OPERAND (decl, 0);
10242 if (TYPE_P (type))
10243 type = constructor_name (type);
10244 name = identifier_to_locale (IDENTIFIER_POINTER (type));
10245 dname = decl;
10247 break;
10249 case TEMPLATE_ID_EXPR:
10251 tree fns = TREE_OPERAND (decl, 0);
10253 dname = fns;
10254 if (!identifier_p (dname))
10255 dname = OVL_NAME (dname);
10257 /* Fall through. */
10259 case IDENTIFIER_NODE:
10260 if (identifier_p (decl))
10261 dname = decl;
10263 if (IDENTIFIER_KEYWORD_P (dname))
10265 error ("declarator-id missing; using reserved word %qD",
10266 dname);
10267 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
10269 else if (!IDENTIFIER_CONV_OP_P (dname))
10270 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
10271 else
10273 gcc_assert (flags == NO_SPECIAL);
10274 flags = TYPENAME_FLAG;
10275 sfk = sfk_conversion;
10276 tree glob = get_global_binding (dname);
10277 if (glob && TREE_CODE (glob) == TYPE_DECL)
10278 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
10279 else
10280 name = "<invalid operator>";
10282 break;
10284 default:
10285 gcc_unreachable ();
10287 break;
10290 case cdk_array:
10291 case cdk_pointer:
10292 case cdk_reference:
10293 case cdk_ptrmem:
10294 break;
10296 case cdk_decomp:
10297 name = "structured binding";
10298 break;
10300 case cdk_error:
10301 return error_mark_node;
10303 default:
10304 gcc_unreachable ();
10306 if (id_declarator->kind == cdk_id)
10307 break;
10310 /* [dcl.fct.edf]
10312 The declarator in a function-definition shall have the form
10313 D1 ( parameter-declaration-clause) ... */
10314 if (funcdef_flag && innermost_code != cdk_function)
10316 error ("function definition does not declare parameters");
10317 return error_mark_node;
10320 if (flags == TYPENAME_FLAG
10321 && innermost_code != cdk_function
10322 && ! (ctype && !declspecs->any_specifiers_p))
10324 error ("declaration of %qD as non-function", dname);
10325 return error_mark_node;
10328 if (dname && identifier_p (dname))
10330 if (UDLIT_OPER_P (dname)
10331 && innermost_code != cdk_function)
10333 error ("declaration of %qD as non-function", dname);
10334 return error_mark_node;
10337 if (IDENTIFIER_ANY_OP_P (dname))
10339 if (typedef_p)
10341 error ("declaration of %qD as %<typedef%>", dname);
10342 return error_mark_node;
10344 else if (decl_context == PARM || decl_context == CATCHPARM)
10346 error ("declaration of %qD as parameter", dname);
10347 return error_mark_node;
10352 /* Anything declared one level down from the top level
10353 must be one of the parameters of a function
10354 (because the body is at least two levels down). */
10356 /* This heuristic cannot be applied to C++ nodes! Fixed, however,
10357 by not allowing C++ class definitions to specify their parameters
10358 with xdecls (must be spec.d in the parmlist).
10360 Since we now wait to push a class scope until we are sure that
10361 we are in a legitimate method context, we must set oldcname
10362 explicitly (since current_class_name is not yet alive).
10364 We also want to avoid calling this a PARM if it is in a namespace. */
10366 if (decl_context == NORMAL && !toplevel_bindings_p ())
10368 cp_binding_level *b = current_binding_level;
10369 current_binding_level = b->level_chain;
10370 if (current_binding_level != 0 && toplevel_bindings_p ())
10371 decl_context = PARM;
10372 current_binding_level = b;
10375 if (name == NULL)
10376 name = decl_context == PARM ? "parameter" : "type name";
10378 if (concept_p && typedef_p)
10380 error ("%<concept%> cannot appear in a typedef declaration");
10381 return error_mark_node;
10384 if (constexpr_p && typedef_p)
10386 error ("%<constexpr%> cannot appear in a typedef declaration");
10387 return error_mark_node;
10390 /* If there were multiple types specified in the decl-specifier-seq,
10391 issue an error message. */
10392 if (declspecs->multiple_types_p)
10394 error ("two or more data types in declaration of %qs", name);
10395 return error_mark_node;
10398 if (declspecs->conflicting_specifiers_p)
10400 error ("conflicting specifiers in declaration of %qs", name);
10401 return error_mark_node;
10404 /* Extract the basic type from the decl-specifier-seq. */
10405 type = declspecs->type;
10406 if (type == error_mark_node)
10408 type = NULL_TREE;
10409 type_was_error_mark_node = true;
10411 /* If the entire declaration is itself tagged as deprecated then
10412 suppress reports of deprecated items. */
10413 if (type && TREE_DEPRECATED (type)
10414 && deprecated_state != DEPRECATED_SUPPRESS)
10415 warn_deprecated_use (type, NULL_TREE);
10416 if (type && TREE_CODE (type) == TYPE_DECL)
10418 typedef_decl = type;
10419 type = TREE_TYPE (typedef_decl);
10420 if (TREE_DEPRECATED (type)
10421 && DECL_ARTIFICIAL (typedef_decl)
10422 && deprecated_state != DEPRECATED_SUPPRESS)
10423 warn_deprecated_use (type, NULL_TREE);
10425 /* No type at all: default to `int', and set DEFAULTED_INT
10426 because it was not a user-defined typedef. */
10427 if (type == NULL_TREE)
10429 if (signed_p || unsigned_p || long_p || short_p)
10431 /* These imply 'int'. */
10432 type = integer_type_node;
10433 defaulted_int = 1;
10435 /* If we just have "complex", it is equivalent to "complex double". */
10436 else if (!longlong && !explicit_intN
10437 && decl_spec_seq_has_spec_p (declspecs, ds_complex))
10439 type = double_type_node;
10440 pedwarn (declspecs->locations[ds_complex], OPT_Wpedantic,
10441 "ISO C++ does not support plain %<complex%> meaning "
10442 "%<double complex%>");
10445 /* Gather flags. */
10446 explicit_int = declspecs->explicit_int_p;
10447 explicit_char = declspecs->explicit_char_p;
10449 #if 0
10450 /* See the code below that used this. */
10451 if (typedef_decl)
10452 decl_attr = DECL_ATTRIBUTES (typedef_decl);
10453 #endif
10454 typedef_type = type;
10456 if (sfk == sfk_conversion || sfk == sfk_deduction_guide)
10457 ctor_return_type = TREE_TYPE (dname);
10458 else
10459 ctor_return_type = ctype;
10461 if (sfk != sfk_none)
10463 type = check_special_function_return_type (sfk, type,
10464 ctor_return_type,
10465 type_quals,
10466 declspecs->locations);
10467 type_quals = TYPE_UNQUALIFIED;
10469 else if (type == NULL_TREE)
10471 int is_main;
10473 explicit_int = -1;
10475 /* We handle `main' specially here, because 'main () { }' is so
10476 common. With no options, it is allowed. With -Wreturn-type,
10477 it is a warning. It is only an error with -pedantic-errors. */
10478 is_main = (funcdef_flag
10479 && dname && identifier_p (dname)
10480 && MAIN_NAME_P (dname)
10481 && ctype == NULL_TREE
10482 && in_namespace == NULL_TREE
10483 && current_namespace == global_namespace);
10485 if (type_was_error_mark_node)
10486 /* We've already issued an error, don't complain more. */;
10487 else if (in_system_header_at (input_location) || flag_ms_extensions)
10488 /* Allow it, sigh. */;
10489 else if (! is_main)
10490 permerror (input_location, "ISO C++ forbids declaration of %qs with no type", name);
10491 else if (pedantic)
10492 pedwarn (input_location, OPT_Wpedantic,
10493 "ISO C++ forbids declaration of %qs with no type", name);
10494 else
10495 warning (OPT_Wreturn_type,
10496 "ISO C++ forbids declaration of %qs with no type", name);
10498 if (type_was_error_mark_node && template_parm_flag)
10499 /* FIXME we should be able to propagate the error_mark_node as is
10500 for other contexts too. */
10501 type = error_mark_node;
10502 else
10503 type = integer_type_node;
10506 ctype = NULL_TREE;
10508 if (explicit_intN)
10510 if (! int_n_enabled_p[declspecs->int_n_idx])
10512 error ("%<__int%d%> is not supported by this target",
10513 int_n_data[declspecs->int_n_idx].bitsize);
10514 explicit_intN = false;
10516 else if (pedantic && ! in_system_header_at (input_location))
10517 pedwarn (input_location, OPT_Wpedantic,
10518 "ISO C++ does not support %<__int%d%> for %qs",
10519 int_n_data[declspecs->int_n_idx].bitsize, name);
10522 /* Now process the modifiers that were specified
10523 and check for invalid combinations. */
10525 /* Long double is a special combination. */
10526 if (long_p && !longlong && TYPE_MAIN_VARIANT (type) == double_type_node)
10528 long_p = false;
10529 type = cp_build_qualified_type (long_double_type_node,
10530 cp_type_quals (type));
10533 /* Check all other uses of type modifiers. */
10535 if (unsigned_p || signed_p || long_p || short_p)
10537 int ok = 0;
10539 if ((signed_p || unsigned_p) && TREE_CODE (type) != INTEGER_TYPE)
10540 error ("%<signed%> or %<unsigned%> invalid for %qs", name);
10541 else if (signed_p && unsigned_p)
10542 error ("%<signed%> and %<unsigned%> specified together for %qs", name);
10543 else if (longlong && TREE_CODE (type) != INTEGER_TYPE)
10544 error ("%<long long%> invalid for %qs", name);
10545 else if (long_p && TREE_CODE (type) == REAL_TYPE)
10546 error ("%<long%> invalid for %qs", name);
10547 else if (short_p && TREE_CODE (type) == REAL_TYPE)
10548 error ("%<short%> invalid for %qs", name);
10549 else if ((long_p || short_p) && TREE_CODE (type) != INTEGER_TYPE)
10550 error ("%<long%> or %<short%> invalid for %qs", name);
10551 else if ((long_p || short_p || explicit_char || explicit_int) && explicit_intN)
10552 error ("%<long%>, %<int%>, %<short%>, or %<char%> invalid for %qs", name);
10553 else if ((long_p || short_p) && explicit_char)
10554 error ("%<long%> or %<short%> specified with char for %qs", name);
10555 else if (long_p && short_p)
10556 error ("%<long%> and %<short%> specified together for %qs", name);
10557 else if (type == char16_type_node || type == char32_type_node)
10559 if (signed_p || unsigned_p)
10560 error ("%<signed%> or %<unsigned%> invalid for %qs", name);
10561 else if (short_p || long_p)
10562 error ("%<short%> or %<long%> invalid for %qs", name);
10564 else
10566 ok = 1;
10567 if (!explicit_int && !defaulted_int && !explicit_char && !explicit_intN && pedantic)
10569 pedwarn (input_location, OPT_Wpedantic,
10570 "long, short, signed or unsigned used invalidly for %qs",
10571 name);
10572 if (flag_pedantic_errors)
10573 ok = 0;
10577 /* Discard the type modifiers if they are invalid. */
10578 if (! ok)
10580 unsigned_p = false;
10581 signed_p = false;
10582 long_p = false;
10583 short_p = false;
10584 longlong = 0;
10588 /* Decide whether an integer type is signed or not.
10589 Optionally treat bitfields as signed by default. */
10590 if (unsigned_p
10591 /* [class.bit]
10593 It is implementation-defined whether a plain (neither
10594 explicitly signed or unsigned) char, short, int, or long
10595 bit-field is signed or unsigned.
10597 Naturally, we extend this to long long as well. Note that
10598 this does not include wchar_t. */
10599 || (bitfield && !flag_signed_bitfields
10600 && !signed_p
10601 /* A typedef for plain `int' without `signed' can be
10602 controlled just like plain `int', but a typedef for
10603 `signed int' cannot be so controlled. */
10604 && !(typedef_decl
10605 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl))
10606 && TREE_CODE (type) == INTEGER_TYPE
10607 && !same_type_p (TYPE_MAIN_VARIANT (type), wchar_type_node)))
10609 if (explicit_intN)
10610 type = int_n_trees[declspecs->int_n_idx].unsigned_type;
10611 else if (longlong)
10612 type = long_long_unsigned_type_node;
10613 else if (long_p)
10614 type = long_unsigned_type_node;
10615 else if (short_p)
10616 type = short_unsigned_type_node;
10617 else if (type == char_type_node)
10618 type = unsigned_char_type_node;
10619 else if (typedef_decl)
10620 type = unsigned_type_for (type);
10621 else
10622 type = unsigned_type_node;
10624 else if (signed_p && type == char_type_node)
10625 type = signed_char_type_node;
10626 else if (explicit_intN)
10627 type = int_n_trees[declspecs->int_n_idx].signed_type;
10628 else if (longlong)
10629 type = long_long_integer_type_node;
10630 else if (long_p)
10631 type = long_integer_type_node;
10632 else if (short_p)
10633 type = short_integer_type_node;
10635 if (decl_spec_seq_has_spec_p (declspecs, ds_complex))
10637 if (TREE_CODE (type) != INTEGER_TYPE && TREE_CODE (type) != REAL_TYPE)
10638 error ("complex invalid for %qs", name);
10639 /* If a modifier is specified, the resulting complex is the complex
10640 form of TYPE. E.g, "complex short" is "complex short int". */
10641 else if (type == integer_type_node)
10642 type = complex_integer_type_node;
10643 else if (type == float_type_node)
10644 type = complex_float_type_node;
10645 else if (type == double_type_node)
10646 type = complex_double_type_node;
10647 else if (type == long_double_type_node)
10648 type = complex_long_double_type_node;
10649 else
10650 type = build_complex_type (type);
10653 /* If we're using the injected-class-name to form a compound type or a
10654 declaration, replace it with the underlying class so we don't get
10655 redundant typedefs in the debug output. But if we are returning the
10656 type unchanged, leave it alone so that it's available to
10657 maybe_get_template_decl_from_type_decl. */
10658 if (CLASS_TYPE_P (type)
10659 && DECL_SELF_REFERENCE_P (TYPE_NAME (type))
10660 && type == TREE_TYPE (TYPE_NAME (type))
10661 && (declarator || type_quals))
10662 type = DECL_ORIGINAL_TYPE (TYPE_NAME (type));
10664 type_quals |= cp_type_quals (type);
10665 type = cp_build_qualified_type_real
10666 (type, type_quals, ((((typedef_decl && !DECL_ARTIFICIAL (typedef_decl))
10667 || declspecs->decltype_p)
10668 ? tf_ignore_bad_quals : 0) | tf_warning_or_error));
10669 /* We might have ignored or rejected some of the qualifiers. */
10670 type_quals = cp_type_quals (type);
10672 if (cxx_dialect >= cxx17 && type && is_auto (type)
10673 && innermost_code != cdk_function
10674 && id_declarator && declarator != id_declarator)
10675 if (tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (type))
10677 error_at (typespec_loc, "template placeholder type %qT must be followed "
10678 "by a simple declarator-id", type);
10679 inform (DECL_SOURCE_LOCATION (tmpl), "%qD declared here", tmpl);
10682 staticp = 0;
10683 inlinep = decl_spec_seq_has_spec_p (declspecs, ds_inline);
10684 virtualp = decl_spec_seq_has_spec_p (declspecs, ds_virtual);
10685 explicitp = decl_spec_seq_has_spec_p (declspecs, ds_explicit);
10687 storage_class = declspecs->storage_class;
10688 if (storage_class == sc_static)
10689 staticp = 1 + (decl_context == FIELD);
10691 if (virtualp)
10693 if (staticp == 2)
10695 error ("member %qD cannot be declared both %<virtual%> "
10696 "and %<static%>", dname);
10697 storage_class = sc_none;
10698 staticp = 0;
10700 if (constexpr_p)
10701 error ("member %qD cannot be declared both %<virtual%> "
10702 "and %<constexpr%>", dname);
10704 friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend);
10706 /* Issue errors about use of storage classes for parameters. */
10707 if (decl_context == PARM)
10709 if (typedef_p)
10711 error ("typedef declaration invalid in parameter declaration");
10712 return error_mark_node;
10714 else if (template_parm_flag && storage_class != sc_none)
10716 error ("storage class specified for template parameter %qs", name);
10717 return error_mark_node;
10719 else if (storage_class == sc_static
10720 || storage_class == sc_extern
10721 || thread_p)
10722 error ("storage class specifiers invalid in parameter declarations");
10724 /* Function parameters cannot be concept. */
10725 if (concept_p)
10726 error ("a parameter cannot be declared %<concept%>");
10727 /* Function parameters cannot be constexpr. If we saw one, moan
10728 and pretend it wasn't there. */
10729 else if (constexpr_p)
10731 error ("a parameter cannot be declared %<constexpr%>");
10732 constexpr_p = 0;
10736 /* Give error if `virtual' is used outside of class declaration. */
10737 if (virtualp
10738 && (current_class_name == NULL_TREE || decl_context != FIELD))
10740 error_at (declspecs->locations[ds_virtual],
10741 "%<virtual%> outside class declaration");
10742 virtualp = 0;
10745 if (innermost_code == cdk_decomp)
10747 location_t loc = (declarator->kind == cdk_reference
10748 ? declarator->declarator->id_loc : declarator->id_loc);
10749 if (inlinep)
10750 error_at (declspecs->locations[ds_inline],
10751 "structured binding declaration cannot be %<inline%>");
10752 if (typedef_p)
10753 error_at (declspecs->locations[ds_typedef],
10754 "structured binding declaration cannot be %<typedef%>");
10755 if (constexpr_p)
10756 error_at (declspecs->locations[ds_constexpr], "structured "
10757 "binding declaration cannot be %<constexpr%>");
10758 if (thread_p)
10759 error_at (declspecs->locations[ds_thread],
10760 "structured binding declaration cannot be %qs",
10761 declspecs->gnu_thread_keyword_p
10762 ? "__thread" : "thread_local");
10763 if (concept_p)
10764 error_at (declspecs->locations[ds_concept],
10765 "structured binding declaration cannot be %<concept%>");
10766 switch (storage_class)
10768 case sc_none:
10769 break;
10770 case sc_register:
10771 error_at (loc, "structured binding declaration cannot be "
10772 "%<register%>");
10773 break;
10774 case sc_static:
10775 error_at (loc, "structured binding declaration cannot be "
10776 "%<static%>");
10777 break;
10778 case sc_extern:
10779 error_at (loc, "structured binding declaration cannot be "
10780 "%<extern%>");
10781 break;
10782 case sc_mutable:
10783 error_at (loc, "structured binding declaration cannot be "
10784 "%<mutable%>");
10785 break;
10786 case sc_auto:
10787 error_at (loc, "structured binding declaration cannot be "
10788 "C++98 %<auto%>");
10789 break;
10790 default:
10791 gcc_unreachable ();
10793 if (TREE_CODE (type) != TEMPLATE_TYPE_PARM
10794 || TYPE_IDENTIFIER (type) != auto_identifier)
10796 if (type != error_mark_node)
10798 error_at (loc, "structured binding declaration cannot have "
10799 "type %qT", type);
10800 inform (loc,
10801 "type must be cv-qualified %<auto%> or reference to "
10802 "cv-qualified %<auto%>");
10804 type = build_qualified_type (make_auto (), type_quals);
10805 declspecs->type = type;
10807 inlinep = 0;
10808 typedef_p = 0;
10809 constexpr_p = 0;
10810 thread_p = 0;
10811 concept_p = 0;
10812 storage_class = sc_none;
10813 staticp = 0;
10814 declspecs->storage_class = sc_none;
10815 declspecs->locations[ds_thread] = UNKNOWN_LOCATION;
10818 /* Static anonymous unions are dealt with here. */
10819 if (staticp && decl_context == TYPENAME
10820 && declspecs->type
10821 && ANON_AGGR_TYPE_P (declspecs->type))
10822 decl_context = FIELD;
10824 /* Warn about storage classes that are invalid for certain
10825 kinds of declarations (parameters, typenames, etc.). */
10826 if (thread_p
10827 && ((storage_class
10828 && storage_class != sc_extern
10829 && storage_class != sc_static)
10830 || typedef_p))
10832 error ("multiple storage classes in declaration of %qs", name);
10833 thread_p = false;
10835 if (decl_context != NORMAL
10836 && ((storage_class != sc_none
10837 && storage_class != sc_mutable)
10838 || thread_p))
10840 if ((decl_context == PARM || decl_context == CATCHPARM)
10841 && (storage_class == sc_register
10842 || storage_class == sc_auto))
10844 else if (typedef_p)
10846 else if (decl_context == FIELD
10847 /* C++ allows static class elements. */
10848 && storage_class == sc_static)
10849 /* C++ also allows inlines and signed and unsigned elements,
10850 but in those cases we don't come in here. */
10852 else
10854 if (decl_context == FIELD)
10855 error ("storage class specified for %qs", name);
10856 else
10858 if (decl_context == PARM || decl_context == CATCHPARM)
10859 error ("storage class specified for parameter %qs", name);
10860 else
10861 error ("storage class specified for typename");
10863 if (storage_class == sc_register
10864 || storage_class == sc_auto
10865 || storage_class == sc_extern
10866 || thread_p)
10867 storage_class = sc_none;
10870 else if (storage_class == sc_extern && funcdef_flag
10871 && ! toplevel_bindings_p ())
10872 error ("nested function %qs declared %<extern%>", name);
10873 else if (toplevel_bindings_p ())
10875 if (storage_class == sc_auto)
10876 error ("top-level declaration of %qs specifies %<auto%>", name);
10878 else if (thread_p
10879 && storage_class != sc_extern
10880 && storage_class != sc_static)
10882 if (declspecs->gnu_thread_keyword_p)
10883 pedwarn (input_location, 0, "function-scope %qs implicitly auto and "
10884 "declared %<__thread%>", name);
10886 /* When thread_local is applied to a variable of block scope the
10887 storage-class-specifier static is implied if it does not appear
10888 explicitly. */
10889 storage_class = declspecs->storage_class = sc_static;
10890 staticp = 1;
10893 if (storage_class && friendp)
10895 error ("storage class specifiers invalid in friend function declarations");
10896 storage_class = sc_none;
10897 staticp = 0;
10900 if (!id_declarator)
10901 unqualified_id = NULL_TREE;
10902 else
10904 unqualified_id = id_declarator->u.id.unqualified_name;
10905 switch (TREE_CODE (unqualified_id))
10907 case BIT_NOT_EXPR:
10908 unqualified_id = TREE_OPERAND (unqualified_id, 0);
10909 if (TYPE_P (unqualified_id))
10910 unqualified_id = constructor_name (unqualified_id);
10911 break;
10913 case IDENTIFIER_NODE:
10914 case TEMPLATE_ID_EXPR:
10915 break;
10917 default:
10918 gcc_unreachable ();
10922 if (declspecs->std_attributes)
10924 /* Apply the c++11 attributes to the type preceding them. */
10925 input_location = declspecs->locations[ds_std_attribute];
10926 decl_attributes (&type, declspecs->std_attributes, 0);
10927 input_location = saved_loc;
10930 /* Determine the type of the entity declared by recurring on the
10931 declarator. */
10932 for (; declarator; declarator = declarator->declarator)
10934 const cp_declarator *inner_declarator;
10935 tree attrs;
10937 if (type == error_mark_node)
10938 return error_mark_node;
10940 attrs = declarator->attributes;
10941 if (attrs)
10943 int attr_flags;
10945 attr_flags = 0;
10946 if (declarator == NULL || declarator->kind == cdk_id)
10947 attr_flags |= (int) ATTR_FLAG_DECL_NEXT;
10948 if (declarator->kind == cdk_function)
10949 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT;
10950 if (declarator->kind == cdk_array)
10951 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT;
10952 returned_attrs = decl_attributes (&type,
10953 chainon (returned_attrs, attrs),
10954 attr_flags);
10957 inner_declarator = declarator->declarator;
10959 /* We don't want to warn in parameter context because we don't
10960 yet know if the parse will succeed, and this might turn out
10961 to be a constructor call. */
10962 if (decl_context != PARM
10963 && decl_context != TYPENAME
10964 && !typedef_p
10965 && declarator->parenthesized != UNKNOWN_LOCATION
10966 /* If the type is class-like and the inner name used a
10967 global namespace qualifier, we need the parens.
10968 Unfortunately all we can tell is whether a qualified name
10969 was used or not. */
10970 && !(inner_declarator
10971 && inner_declarator->kind == cdk_id
10972 && inner_declarator->u.id.qualifying_scope
10973 && (MAYBE_CLASS_TYPE_P (type)
10974 || TREE_CODE (type) == ENUMERAL_TYPE)))
10975 warning_at (declarator->parenthesized, OPT_Wparentheses,
10976 "unnecessary parentheses in declaration of %qs", name);
10977 if (declarator->kind == cdk_id || declarator->kind == cdk_decomp)
10978 break;
10980 switch (declarator->kind)
10982 case cdk_array:
10983 type = create_array_type_for_decl (dname, type,
10984 declarator->u.array.bounds);
10985 if (!valid_array_size_p (input_location, type, dname))
10986 type = error_mark_node;
10988 if (declarator->std_attributes)
10989 /* [dcl.array]/1:
10991 The optional attribute-specifier-seq appertains to the
10992 array. */
10993 returned_attrs = chainon (returned_attrs,
10994 declarator->std_attributes);
10995 break;
10997 case cdk_function:
10999 tree arg_types;
11000 int funcdecl_p;
11002 /* Declaring a function type. */
11004 input_location = declspecs->locations[ds_type_spec];
11005 abstract_virtuals_error (ACU_RETURN, type);
11006 input_location = saved_loc;
11008 /* Pick up type qualifiers which should be applied to `this'. */
11009 memfn_quals = declarator->u.function.qualifiers;
11010 /* Pick up virt-specifiers. */
11011 virt_specifiers = declarator->u.function.virt_specifiers;
11012 /* And ref-qualifier, too */
11013 rqual = declarator->u.function.ref_qualifier;
11014 /* And tx-qualifier. */
11015 tree tx_qual = declarator->u.function.tx_qualifier;
11016 /* Pick up the exception specifications. */
11017 raises = declarator->u.function.exception_specification;
11018 /* If the exception-specification is ill-formed, let's pretend
11019 there wasn't one. */
11020 if (raises == error_mark_node)
11021 raises = NULL_TREE;
11023 if (reqs)
11024 error_at (location_of (reqs), "requires-clause on return type");
11025 reqs = declarator->u.function.requires_clause;
11027 /* Say it's a definition only for the CALL_EXPR
11028 closest to the identifier. */
11029 funcdecl_p = inner_declarator && inner_declarator->kind == cdk_id;
11031 /* Handle a late-specified return type. */
11032 tree late_return_type = declarator->u.function.late_return_type;
11033 if (funcdecl_p)
11035 if (tree auto_node = type_uses_auto (type))
11037 if (!late_return_type)
11039 if (current_class_type
11040 && LAMBDA_TYPE_P (current_class_type))
11041 /* OK for C++11 lambdas. */;
11042 else if (cxx_dialect < cxx14)
11044 error ("%qs function uses "
11045 "%<auto%> type specifier without trailing "
11046 "return type", name);
11047 inform (input_location, "deduced return type "
11048 "only available with -std=c++14 or "
11049 "-std=gnu++14");
11051 else if (virtualp)
11053 error ("virtual function cannot "
11054 "have deduced return type");
11055 virtualp = false;
11058 else if (!is_auto (type) && sfk != sfk_conversion)
11060 error ("%qs function with trailing return type has"
11061 " %qT as its type rather than plain %<auto%>",
11062 name, type);
11063 return error_mark_node;
11065 if (tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (auto_node))
11067 if (!late_return_type)
11069 if (dguide_name_p (unqualified_id))
11070 error_at (declarator->id_loc, "deduction guide "
11071 "for %qT must have trailing return "
11072 "type", TREE_TYPE (tmpl));
11073 else
11074 error_at (declarator->id_loc, "deduced class "
11075 "type %qT in function return type",
11076 type);
11077 inform (DECL_SOURCE_LOCATION (tmpl),
11078 "%qD declared here", tmpl);
11080 else if (CLASS_TYPE_P (late_return_type)
11081 && CLASSTYPE_TEMPLATE_INFO (late_return_type)
11082 && (CLASSTYPE_TI_TEMPLATE (late_return_type)
11083 == tmpl))
11084 /* OK */;
11085 else
11086 error ("trailing return type %qT of deduction guide "
11087 "is not a specialization of %qT",
11088 late_return_type, TREE_TYPE (tmpl));
11091 else if (late_return_type
11092 && sfk != sfk_conversion)
11094 if (cxx_dialect < cxx11)
11095 /* Not using maybe_warn_cpp0x because this should
11096 always be an error. */
11097 error ("trailing return type only available with "
11098 "-std=c++11 or -std=gnu++11");
11099 else
11100 error ("%qs function with trailing return type not "
11101 "declared with %<auto%> type specifier", name);
11102 return error_mark_node;
11105 type = splice_late_return_type (type, late_return_type);
11106 if (type == error_mark_node)
11107 return error_mark_node;
11109 if (late_return_type)
11111 late_return_type_p = true;
11112 type_quals = cp_type_quals (type);
11115 if (type_quals != TYPE_UNQUALIFIED)
11117 if (SCALAR_TYPE_P (type) || VOID_TYPE_P (type))
11118 warning_at (typespec_loc, OPT_Wignored_qualifiers, "type "
11119 "qualifiers ignored on function return type");
11120 /* We now know that the TYPE_QUALS don't apply to the
11121 decl, but to its return type. */
11122 type_quals = TYPE_UNQUALIFIED;
11125 /* Error about some types functions can't return. */
11127 if (TREE_CODE (type) == FUNCTION_TYPE)
11129 error_at (typespec_loc, "%qs declared as function returning "
11130 "a function", name);
11131 return error_mark_node;
11133 if (TREE_CODE (type) == ARRAY_TYPE)
11135 error_at (typespec_loc, "%qs declared as function returning "
11136 "an array", name);
11137 return error_mark_node;
11140 if (ctype == NULL_TREE
11141 && decl_context == FIELD
11142 && funcdecl_p
11143 && friendp == 0)
11144 ctype = current_class_type;
11146 if (ctype && (sfk == sfk_constructor
11147 || sfk == sfk_destructor))
11149 /* We are within a class's scope. If our declarator name
11150 is the same as the class name, and we are defining
11151 a function, then it is a constructor/destructor, and
11152 therefore returns a void type. */
11154 /* ISO C++ 12.4/2. A destructor may not be declared
11155 const or volatile. A destructor may not be static.
11156 A destructor may not be declared with ref-qualifier.
11158 ISO C++ 12.1. A constructor may not be declared
11159 const or volatile. A constructor may not be
11160 virtual. A constructor may not be static.
11161 A constructor may not be declared with ref-qualifier. */
11162 if (staticp == 2)
11163 error ((flags == DTOR_FLAG)
11164 ? G_("destructor cannot be static member function")
11165 : G_("constructor cannot be static member function"));
11166 if (memfn_quals)
11168 error ((flags == DTOR_FLAG)
11169 ? G_("destructors may not be cv-qualified")
11170 : G_("constructors may not be cv-qualified"));
11171 memfn_quals = TYPE_UNQUALIFIED;
11174 if (rqual)
11176 maybe_warn_cpp0x (CPP0X_REF_QUALIFIER);
11177 error ((flags == DTOR_FLAG)
11178 ? G_("destructors may not be ref-qualified")
11179 : G_("constructors may not be ref-qualified"));
11180 rqual = REF_QUAL_NONE;
11183 if (decl_context == FIELD
11184 && !member_function_or_else (ctype,
11185 current_class_type,
11186 flags))
11187 return error_mark_node;
11189 if (flags != DTOR_FLAG)
11191 /* It's a constructor. */
11192 if (explicitp == 1)
11193 explicitp = 2;
11194 if (virtualp)
11196 permerror (input_location,
11197 "constructors cannot be declared %<virtual%>");
11198 virtualp = 0;
11200 if (decl_context == FIELD
11201 && sfk != sfk_constructor)
11202 return error_mark_node;
11204 if (decl_context == FIELD)
11205 staticp = 0;
11207 else if (friendp)
11209 if (virtualp)
11211 /* Cannot be both friend and virtual. */
11212 error ("virtual functions cannot be friends");
11213 friendp = 0;
11215 if (decl_context == NORMAL)
11216 error ("friend declaration not in class definition");
11217 if (current_function_decl && funcdef_flag)
11218 error ("can%'t define friend function %qs in a local "
11219 "class definition",
11220 name);
11222 else if (ctype && sfk == sfk_conversion)
11224 if (explicitp == 1)
11226 maybe_warn_cpp0x (CPP0X_EXPLICIT_CONVERSION);
11227 explicitp = 2;
11229 if (late_return_type_p)
11230 error ("a conversion function cannot have a trailing return type");
11232 else if (sfk == sfk_deduction_guide)
11234 if (explicitp == 1)
11235 explicitp = 2;
11238 arg_types = grokparms (declarator->u.function.parameters,
11239 &parms);
11241 if (inner_declarator
11242 && inner_declarator->kind == cdk_id
11243 && inner_declarator->u.id.sfk == sfk_destructor
11244 && arg_types != void_list_node)
11246 error ("destructors may not have parameters");
11247 arg_types = void_list_node;
11248 parms = NULL_TREE;
11251 type = build_function_type (type, arg_types);
11253 tree attrs = declarator->std_attributes;
11254 if (tx_qual)
11256 tree att = build_tree_list (tx_qual, NULL_TREE);
11257 /* transaction_safe applies to the type, but
11258 transaction_safe_dynamic applies to the function. */
11259 if (is_attribute_p ("transaction_safe", tx_qual))
11260 attrs = chainon (attrs, att);
11261 else
11262 returned_attrs = chainon (returned_attrs, att);
11264 if (attrs)
11265 /* [dcl.fct]/2:
11267 The optional attribute-specifier-seq appertains to
11268 the function type. */
11269 decl_attributes (&type, attrs, 0);
11271 if (raises)
11272 type = build_exception_variant (type, raises);
11274 break;
11276 case cdk_pointer:
11277 case cdk_reference:
11278 case cdk_ptrmem:
11279 /* Filter out pointers-to-references and references-to-references.
11280 We can get these if a TYPE_DECL is used. */
11282 if (TREE_CODE (type) == REFERENCE_TYPE)
11284 if (declarator->kind != cdk_reference)
11286 error ("cannot declare pointer to %q#T", type);
11287 type = TREE_TYPE (type);
11290 /* In C++0x, we allow reference to reference declarations
11291 that occur indirectly through typedefs [7.1.3/8 dcl.typedef]
11292 and template type arguments [14.3.1/4 temp.arg.type]. The
11293 check for direct reference to reference declarations, which
11294 are still forbidden, occurs below. Reasoning behind the change
11295 can be found in DR106, DR540, and the rvalue reference
11296 proposals. */
11297 else if (cxx_dialect == cxx98)
11299 error ("cannot declare reference to %q#T", type);
11300 type = TREE_TYPE (type);
11303 else if (VOID_TYPE_P (type))
11305 if (declarator->kind == cdk_reference)
11306 error ("cannot declare reference to %q#T", type);
11307 else if (declarator->kind == cdk_ptrmem)
11308 error ("cannot declare pointer to %q#T member", type);
11311 /* We now know that the TYPE_QUALS don't apply to the decl,
11312 but to the target of the pointer. */
11313 type_quals = TYPE_UNQUALIFIED;
11315 /* This code used to handle METHOD_TYPE, but I don't think it's
11316 possible to get it here anymore. */
11317 gcc_assert (TREE_CODE (type) != METHOD_TYPE);
11318 if (declarator->kind == cdk_ptrmem
11319 && TREE_CODE (type) == FUNCTION_TYPE)
11321 memfn_quals |= type_memfn_quals (type);
11322 type = build_memfn_type (type,
11323 declarator->u.pointer.class_type,
11324 memfn_quals,
11325 rqual);
11326 if (type == error_mark_node)
11327 return error_mark_node;
11329 rqual = REF_QUAL_NONE;
11330 memfn_quals = TYPE_UNQUALIFIED;
11333 if (TREE_CODE (type) == FUNCTION_TYPE
11334 && (type_memfn_quals (type) != TYPE_UNQUALIFIED
11335 || type_memfn_rqual (type) != REF_QUAL_NONE))
11336 error (declarator->kind == cdk_reference
11337 ? G_("cannot declare reference to qualified function type %qT")
11338 : G_("cannot declare pointer to qualified function type %qT"),
11339 type);
11341 /* When the pointed-to type involves components of variable size,
11342 care must be taken to ensure that the size evaluation code is
11343 emitted early enough to dominate all the possible later uses
11344 and late enough for the variables on which it depends to have
11345 been assigned.
11347 This is expected to happen automatically when the pointed-to
11348 type has a name/declaration of it's own, but special attention
11349 is required if the type is anonymous.
11351 We handle the NORMAL and FIELD contexts here by inserting a
11352 dummy statement that just evaluates the size at a safe point
11353 and ensures it is not deferred until e.g. within a deeper
11354 conditional context (c++/43555).
11356 We expect nothing to be needed here for PARM or TYPENAME.
11357 Evaluating the size at this point for TYPENAME would
11358 actually be incorrect, as we might be in the middle of an
11359 expression with side effects on the pointed-to type size
11360 "arguments" prior to the pointer declaration point and the
11361 size evaluation could end up prior to the side effects. */
11363 if (!TYPE_NAME (type)
11364 && (decl_context == NORMAL || decl_context == FIELD)
11365 && at_function_scope_p ()
11366 && variably_modified_type_p (type, NULL_TREE))
11368 TYPE_NAME (type) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
11369 NULL_TREE, type);
11370 add_decl_expr (TYPE_NAME (type));
11373 if (declarator->kind == cdk_reference)
11375 /* In C++0x, the type we are creating a reference to might be
11376 a typedef which is itself a reference type. In that case,
11377 we follow the reference collapsing rules in
11378 [7.1.3/8 dcl.typedef] to create the final reference type:
11380 "If a typedef TD names a type that is a reference to a type
11381 T, an attempt to create the type 'lvalue reference to cv TD'
11382 creates the type 'lvalue reference to T,' while an attempt
11383 to create the type "rvalue reference to cv TD' creates the
11384 type TD."
11386 if (VOID_TYPE_P (type))
11387 /* We already gave an error. */;
11388 else if (TREE_CODE (type) == REFERENCE_TYPE)
11390 if (declarator->u.reference.rvalue_ref)
11391 /* Leave type alone. */;
11392 else
11393 type = cp_build_reference_type (TREE_TYPE (type), false);
11395 else
11396 type = cp_build_reference_type
11397 (type, declarator->u.reference.rvalue_ref);
11399 /* In C++0x, we need this check for direct reference to
11400 reference declarations, which are forbidden by
11401 [8.3.2/5 dcl.ref]. Reference to reference declarations
11402 are only allowed indirectly through typedefs and template
11403 type arguments. Example:
11405 void foo(int & &); // invalid ref-to-ref decl
11407 typedef int & int_ref;
11408 void foo(int_ref &); // valid ref-to-ref decl
11410 if (inner_declarator && inner_declarator->kind == cdk_reference)
11411 error ("cannot declare reference to %q#T, which is not "
11412 "a typedef or a template type argument", type);
11414 else if (TREE_CODE (type) == METHOD_TYPE)
11415 type = build_ptrmemfunc_type (build_pointer_type (type));
11416 else if (declarator->kind == cdk_ptrmem)
11418 gcc_assert (TREE_CODE (declarator->u.pointer.class_type)
11419 != NAMESPACE_DECL);
11420 if (declarator->u.pointer.class_type == error_mark_node)
11421 /* We will already have complained. */
11422 type = error_mark_node;
11423 else
11424 type = build_ptrmem_type (declarator->u.pointer.class_type,
11425 type);
11427 else
11428 type = build_pointer_type (type);
11430 /* Process a list of type modifier keywords (such as
11431 const or volatile) that were given inside the `*' or `&'. */
11433 if (declarator->u.pointer.qualifiers)
11435 type
11436 = cp_build_qualified_type (type,
11437 declarator->u.pointer.qualifiers);
11438 type_quals = cp_type_quals (type);
11441 /* Apply C++11 attributes to the pointer, and not to the
11442 type pointed to. This is unlike what is done for GNU
11443 attributes above. It is to comply with [dcl.ptr]/1:
11445 [the optional attribute-specifier-seq (7.6.1) appertains
11446 to the pointer and not to the object pointed to]. */
11447 if (declarator->std_attributes)
11448 decl_attributes (&type, declarator->std_attributes,
11451 ctype = NULL_TREE;
11452 break;
11454 case cdk_error:
11455 break;
11457 default:
11458 gcc_unreachable ();
11462 /* A `constexpr' specifier used in an object declaration declares
11463 the object as `const'. */
11464 if (constexpr_p && innermost_code != cdk_function)
11466 /* DR1688 says that a `constexpr' specifier in combination with
11467 `volatile' is valid. */
11469 if (TREE_CODE (type) != REFERENCE_TYPE)
11471 type_quals |= TYPE_QUAL_CONST;
11472 type = cp_build_qualified_type (type, type_quals);
11476 if (unqualified_id && TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR
11477 && TREE_CODE (type) != FUNCTION_TYPE
11478 && TREE_CODE (type) != METHOD_TYPE
11479 && !variable_template_p (TREE_OPERAND (unqualified_id, 0)))
11481 error ("template-id %qD used as a declarator",
11482 unqualified_id);
11483 unqualified_id = dname;
11486 /* If TYPE is a FUNCTION_TYPE, but the function name was explicitly
11487 qualified with a class-name, turn it into a METHOD_TYPE, unless
11488 we know that the function is static. We take advantage of this
11489 opportunity to do other processing that pertains to entities
11490 explicitly declared to be class members. Note that if DECLARATOR
11491 is non-NULL, we know it is a cdk_id declarator; otherwise, we
11492 would not have exited the loop above. */
11493 if (declarator
11494 && declarator->kind == cdk_id
11495 && declarator->u.id.qualifying_scope
11496 && MAYBE_CLASS_TYPE_P (declarator->u.id.qualifying_scope))
11498 ctype = declarator->u.id.qualifying_scope;
11499 ctype = TYPE_MAIN_VARIANT (ctype);
11500 template_count = num_template_headers_for_class (ctype);
11502 if (ctype == current_class_type)
11504 if (friendp)
11506 permerror (input_location, "member functions are implicitly "
11507 "friends of their class");
11508 friendp = 0;
11510 else
11511 permerror (declarator->id_loc,
11512 "extra qualification %<%T::%> on member %qs",
11513 ctype, name);
11515 else if (/* If the qualifying type is already complete, then we
11516 can skip the following checks. */
11517 !COMPLETE_TYPE_P (ctype)
11518 && (/* If the function is being defined, then
11519 qualifying type must certainly be complete. */
11520 funcdef_flag
11521 /* A friend declaration of "T::f" is OK, even if
11522 "T" is a template parameter. But, if this
11523 function is not a friend, the qualifying type
11524 must be a class. */
11525 || (!friendp && !CLASS_TYPE_P (ctype))
11526 /* For a declaration, the type need not be
11527 complete, if either it is dependent (since there
11528 is no meaningful definition of complete in that
11529 case) or the qualifying class is currently being
11530 defined. */
11531 || !(dependent_type_p (ctype)
11532 || currently_open_class (ctype)))
11533 /* Check that the qualifying type is complete. */
11534 && !complete_type_or_else (ctype, NULL_TREE))
11535 return error_mark_node;
11536 else if (TREE_CODE (type) == FUNCTION_TYPE)
11538 if (current_class_type
11539 && (!friendp || funcdef_flag || initialized))
11541 error (funcdef_flag || initialized
11542 ? G_("cannot define member function %<%T::%s%> "
11543 "within %qT")
11544 : G_("cannot declare member function %<%T::%s%> "
11545 "within %qT"),
11546 ctype, name, current_class_type);
11547 return error_mark_node;
11550 else if (typedef_p && current_class_type)
11552 error ("cannot declare member %<%T::%s%> within %qT",
11553 ctype, name, current_class_type);
11554 return error_mark_node;
11558 if (ctype == NULL_TREE && decl_context == FIELD && friendp == 0)
11559 ctype = current_class_type;
11561 /* Now TYPE has the actual type. */
11563 if (returned_attrs)
11565 if (attrlist)
11566 *attrlist = chainon (returned_attrs, *attrlist);
11567 else
11568 attrlist = &returned_attrs;
11571 if (declarator
11572 && declarator->kind == cdk_id
11573 && declarator->std_attributes
11574 && attrlist != NULL)
11576 /* [dcl.meaning]/1: The optional attribute-specifier-seq following
11577 a declarator-id appertains to the entity that is declared. */
11578 if (declarator->std_attributes != error_mark_node)
11579 *attrlist = chainon (*attrlist, declarator->std_attributes);
11580 else
11581 /* We should have already diagnosed the issue (c++/78344). */
11582 gcc_assert (seen_error ());
11585 /* Handle parameter packs. */
11586 if (parameter_pack_p)
11588 if (decl_context == PARM)
11589 /* Turn the type into a pack expansion.*/
11590 type = make_pack_expansion (type);
11591 else
11592 error ("non-parameter %qs cannot be a parameter pack", name);
11595 if ((decl_context == FIELD || decl_context == PARM)
11596 && !processing_template_decl
11597 && variably_modified_type_p (type, NULL_TREE))
11599 if (decl_context == FIELD)
11600 error ("data member may not have variably modified type %qT", type);
11601 else
11602 error ("parameter may not have variably modified type %qT", type);
11603 type = error_mark_node;
11606 if (explicitp == 1 || (explicitp && friendp))
11608 /* [dcl.fct.spec] (C++11) The explicit specifier shall be used only
11609 in the declaration of a constructor or conversion function within
11610 a class definition. */
11611 if (!current_class_type)
11612 error_at (declspecs->locations[ds_explicit],
11613 "%<explicit%> outside class declaration");
11614 else if (friendp)
11615 error_at (declspecs->locations[ds_explicit],
11616 "%<explicit%> in friend declaration");
11617 else
11618 error_at (declspecs->locations[ds_explicit],
11619 "only declarations of constructors and conversion operators "
11620 "can be %<explicit%>");
11621 explicitp = 0;
11624 if (storage_class == sc_mutable)
11626 if (decl_context != FIELD || friendp)
11628 error ("non-member %qs cannot be declared %<mutable%>", name);
11629 storage_class = sc_none;
11631 else if (decl_context == TYPENAME || typedef_p)
11633 error ("non-object member %qs cannot be declared %<mutable%>", name);
11634 storage_class = sc_none;
11636 else if (TREE_CODE (type) == FUNCTION_TYPE
11637 || TREE_CODE (type) == METHOD_TYPE)
11639 error ("function %qs cannot be declared %<mutable%>", name);
11640 storage_class = sc_none;
11642 else if (staticp)
11644 error ("static %qs cannot be declared %<mutable%>", name);
11645 storage_class = sc_none;
11647 else if (type_quals & TYPE_QUAL_CONST)
11649 error ("const %qs cannot be declared %<mutable%>", name);
11650 storage_class = sc_none;
11652 else if (TREE_CODE (type) == REFERENCE_TYPE)
11654 permerror (input_location, "reference %qs cannot be declared "
11655 "%<mutable%>", name);
11656 storage_class = sc_none;
11660 /* If this is declaring a typedef name, return a TYPE_DECL. */
11661 if (typedef_p && decl_context != TYPENAME)
11663 tree decl;
11665 /* This declaration:
11667 typedef void f(int) const;
11669 declares a function type which is not a member of any
11670 particular class, but which is cv-qualified; for
11671 example "f S::*" declares a pointer to a const-qualified
11672 member function of S. We record the cv-qualification in the
11673 function type. */
11674 if ((rqual || memfn_quals) && TREE_CODE (type) == FUNCTION_TYPE)
11676 type = apply_memfn_quals (type, memfn_quals, rqual);
11678 /* We have now dealt with these qualifiers. */
11679 memfn_quals = TYPE_UNQUALIFIED;
11680 rqual = REF_QUAL_NONE;
11683 if (type_uses_auto (type))
11685 error ("typedef declared %<auto%>");
11686 type = error_mark_node;
11689 if (reqs)
11690 error_at (location_of (reqs), "requires-clause on typedef");
11692 if (decl_context == FIELD)
11693 decl = build_lang_decl (TYPE_DECL, unqualified_id, type);
11694 else
11695 decl = build_decl (input_location, TYPE_DECL, unqualified_id, type);
11696 if (id_declarator && declarator->u.id.qualifying_scope) {
11697 error_at (DECL_SOURCE_LOCATION (decl),
11698 "typedef name may not be a nested-name-specifier");
11699 TREE_TYPE (decl) = error_mark_node;
11702 if (decl_context != FIELD)
11704 if (!current_function_decl)
11705 DECL_CONTEXT (decl) = FROB_CONTEXT (current_namespace);
11706 else if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (current_function_decl)
11707 || (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P
11708 (current_function_decl)))
11709 /* The TYPE_DECL is "abstract" because there will be
11710 clones of this constructor/destructor, and there will
11711 be copies of this TYPE_DECL generated in those
11712 clones. The decloning optimization (for space) may
11713 revert this subsequently if it determines that
11714 the clones should share a common implementation. */
11715 DECL_ABSTRACT_P (decl) = true;
11717 else if (current_class_type
11718 && constructor_name_p (unqualified_id, current_class_type))
11719 permerror (input_location, "ISO C++ forbids nested type %qD with same name "
11720 "as enclosing class",
11721 unqualified_id);
11723 /* If the user declares "typedef struct {...} foo" then the
11724 struct will have an anonymous name. Fill that name in now.
11725 Nothing can refer to it, so nothing needs know about the name
11726 change. */
11727 if (type != error_mark_node
11728 && unqualified_id
11729 && TYPE_NAME (type)
11730 && TREE_CODE (TYPE_NAME (type)) == TYPE_DECL
11731 && TYPE_UNNAMED_P (type)
11732 && declspecs->type_definition_p
11733 && attributes_naming_typedef_ok (*attrlist)
11734 && cp_type_quals (type) == TYPE_UNQUALIFIED)
11735 name_unnamed_type (type, decl);
11737 if (signed_p
11738 || (typedef_decl && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl)))
11739 C_TYPEDEF_EXPLICITLY_SIGNED (decl) = 1;
11741 bad_specifiers (decl, BSP_TYPE, virtualp,
11742 memfn_quals != TYPE_UNQUALIFIED,
11743 inlinep, friendp, raises != NULL_TREE);
11745 if (decl_spec_seq_has_spec_p (declspecs, ds_alias))
11746 /* Acknowledge that this was written:
11747 `using analias = atype;'. */
11748 TYPE_DECL_ALIAS_P (decl) = 1;
11750 return decl;
11753 /* Detect the case of an array type of unspecified size
11754 which came, as such, direct from a typedef name.
11755 We must copy the type, so that the array's domain can be
11756 individually set by the object's initializer. */
11758 if (type && typedef_type
11759 && TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type)
11760 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
11761 type = build_cplus_array_type (TREE_TYPE (type), NULL_TREE);
11763 /* Detect where we're using a typedef of function type to declare a
11764 function. PARMS will not be set, so we must create it now. */
11766 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
11768 tree decls = NULL_TREE;
11769 tree args;
11771 for (args = TYPE_ARG_TYPES (type);
11772 args && args != void_list_node;
11773 args = TREE_CHAIN (args))
11775 tree decl = cp_build_parm_decl (NULL_TREE, NULL_TREE,
11776 TREE_VALUE (args));
11778 DECL_CHAIN (decl) = decls;
11779 decls = decl;
11782 parms = nreverse (decls);
11784 if (decl_context != TYPENAME)
11786 /* The qualifiers on the function type become the qualifiers on
11787 the non-static member function. */
11788 memfn_quals |= type_memfn_quals (type);
11789 rqual = type_memfn_rqual (type);
11790 type_quals = TYPE_UNQUALIFIED;
11794 /* If this is a type name (such as, in a cast or sizeof),
11795 compute the type and return it now. */
11797 if (decl_context == TYPENAME)
11799 /* Note that here we don't care about type_quals. */
11801 /* Special case: "friend class foo" looks like a TYPENAME context. */
11802 if (friendp)
11804 if (inlinep)
11806 error ("%<inline%> specified for friend class declaration");
11807 inlinep = 0;
11810 if (!current_aggr)
11812 /* Don't allow friend declaration without a class-key. */
11813 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
11814 permerror (input_location, "template parameters cannot be friends");
11815 else if (TREE_CODE (type) == TYPENAME_TYPE)
11816 permerror (input_location, "friend declaration requires class-key, "
11817 "i.e. %<friend class %T::%D%>",
11818 TYPE_CONTEXT (type), TYPENAME_TYPE_FULLNAME (type));
11819 else
11820 permerror (input_location, "friend declaration requires class-key, "
11821 "i.e. %<friend %#T%>",
11822 type);
11825 /* Only try to do this stuff if we didn't already give up. */
11826 if (type != integer_type_node)
11828 /* A friendly class? */
11829 if (current_class_type)
11830 make_friend_class (current_class_type, TYPE_MAIN_VARIANT (type),
11831 /*complain=*/true);
11832 else
11833 error ("trying to make class %qT a friend of global scope",
11834 type);
11836 type = void_type_node;
11839 else if (memfn_quals || rqual)
11841 if (ctype == NULL_TREE
11842 && TREE_CODE (type) == METHOD_TYPE)
11843 ctype = TYPE_METHOD_BASETYPE (type);
11845 if (ctype)
11846 type = build_memfn_type (type, ctype, memfn_quals, rqual);
11847 /* Core issue #547: need to allow this in template type args.
11848 Allow it in general in C++11 for alias-declarations. */
11849 else if ((template_type_arg || cxx_dialect >= cxx11)
11850 && TREE_CODE (type) == FUNCTION_TYPE)
11851 type = apply_memfn_quals (type, memfn_quals, rqual);
11852 else
11853 error ("invalid qualifiers on non-member function type");
11856 if (reqs)
11857 error_at (location_of (reqs), "requires-clause on type-id");
11859 return type;
11861 else if (unqualified_id == NULL_TREE && decl_context != PARM
11862 && decl_context != CATCHPARM
11863 && TREE_CODE (type) != UNION_TYPE
11864 && ! bitfield
11865 && innermost_code != cdk_decomp)
11867 error ("abstract declarator %qT used as declaration", type);
11868 return error_mark_node;
11871 if (!FUNC_OR_METHOD_TYPE_P (type))
11873 /* Only functions may be declared using an operator-function-id. */
11874 if (dname && IDENTIFIER_ANY_OP_P (dname))
11876 error ("declaration of %qD as non-function", dname);
11877 return error_mark_node;
11880 if (reqs)
11881 error_at (location_of (reqs),
11882 "requires-clause on declaration of non-function type %qT",
11883 type);
11886 /* We don't check parameter types here because we can emit a better
11887 error message later. */
11888 if (decl_context != PARM)
11890 type = check_var_type (unqualified_id, type);
11891 if (type == error_mark_node)
11892 return error_mark_node;
11895 /* Now create the decl, which may be a VAR_DECL, a PARM_DECL
11896 or a FUNCTION_DECL, depending on DECL_CONTEXT and TYPE. */
11898 if (decl_context == PARM || decl_context == CATCHPARM)
11900 if (ctype || in_namespace)
11901 error ("cannot use %<::%> in parameter declaration");
11903 if (type_uses_auto (type)
11904 && !(cxx_dialect >= cxx17 && template_parm_flag))
11906 if (cxx_dialect >= cxx14)
11907 error ("%<auto%> parameter not permitted in this context");
11908 else
11909 error ("parameter declared %<auto%>");
11910 type = error_mark_node;
11913 /* A parameter declared as an array of T is really a pointer to T.
11914 One declared as a function is really a pointer to a function.
11915 One declared as a member is really a pointer to member. */
11917 if (TREE_CODE (type) == ARRAY_TYPE)
11919 /* Transfer const-ness of array into that of type pointed to. */
11920 type = build_pointer_type (TREE_TYPE (type));
11921 type_quals = TYPE_UNQUALIFIED;
11922 array_parameter_p = true;
11924 else if (TREE_CODE (type) == FUNCTION_TYPE)
11925 type = build_pointer_type (type);
11928 if (ctype && TREE_CODE (type) == FUNCTION_TYPE && staticp < 2
11929 && !(identifier_p (unqualified_id)
11930 && IDENTIFIER_NEWDEL_OP_P (unqualified_id)))
11932 cp_cv_quals real_quals = memfn_quals;
11933 if (cxx_dialect < cxx14 && constexpr_p
11934 && sfk != sfk_constructor && sfk != sfk_destructor)
11935 real_quals |= TYPE_QUAL_CONST;
11936 type = build_memfn_type (type, ctype, real_quals, rqual);
11940 tree decl = NULL_TREE;
11942 if (decl_context == PARM)
11944 decl = cp_build_parm_decl (NULL_TREE, unqualified_id, type);
11945 DECL_ARRAY_PARAMETER_P (decl) = array_parameter_p;
11947 bad_specifiers (decl, BSP_PARM, virtualp,
11948 memfn_quals != TYPE_UNQUALIFIED,
11949 inlinep, friendp, raises != NULL_TREE);
11951 else if (decl_context == FIELD)
11953 if (!staticp && !friendp && TREE_CODE (type) != METHOD_TYPE)
11954 if (tree auto_node = type_uses_auto (type))
11956 location_t loc = declspecs->locations[ds_type_spec];
11957 if (CLASS_PLACEHOLDER_TEMPLATE (auto_node))
11958 error_at (loc, "invalid use of template-name %qE without an "
11959 "argument list",
11960 CLASS_PLACEHOLDER_TEMPLATE (auto_node));
11961 else
11962 error_at (loc, "non-static data member declared with "
11963 "placeholder %qT", auto_node);
11964 type = error_mark_node;
11967 /* The C99 flexible array extension. */
11968 if (!staticp && TREE_CODE (type) == ARRAY_TYPE
11969 && TYPE_DOMAIN (type) == NULL_TREE)
11971 if (ctype
11972 && (TREE_CODE (ctype) == UNION_TYPE
11973 || TREE_CODE (ctype) == QUAL_UNION_TYPE))
11975 error ("flexible array member in union");
11976 type = error_mark_node;
11978 else
11980 /* Array is a flexible member. */
11981 if (in_system_header_at (input_location))
11982 /* Do not warn on flexible array members in system
11983 headers because glibc uses them. */;
11984 else if (name)
11985 pedwarn (input_location, OPT_Wpedantic,
11986 "ISO C++ forbids flexible array member %qs", name);
11987 else
11988 pedwarn (input_location, OPT_Wpedantic,
11989 "ISO C++ forbids flexible array members");
11991 /* Flexible array member has a null domain. */
11992 type = build_cplus_array_type (TREE_TYPE (type), NULL_TREE);
11996 if (type == error_mark_node)
11998 /* Happens when declaring arrays of sizes which
11999 are error_mark_node, for example. */
12000 decl = NULL_TREE;
12002 else if (in_namespace && !friendp)
12004 /* Something like struct S { int N::j; }; */
12005 error ("invalid use of %<::%>");
12006 return error_mark_node;
12008 else if (TREE_CODE (type) == FUNCTION_TYPE
12009 || TREE_CODE (type) == METHOD_TYPE)
12011 int publicp = 0;
12012 tree function_context;
12014 if (friendp == 0)
12016 /* This should never happen in pure C++ (the check
12017 could be an assert). It could happen in
12018 Objective-C++ if someone writes invalid code that
12019 uses a function declaration for an instance
12020 variable or property (instance variables and
12021 properties are parsed as FIELD_DECLs, but they are
12022 part of an Objective-C class, not a C++ class).
12023 That code is invalid and is caught by this
12024 check. */
12025 if (!ctype)
12027 error ("declaration of function %qD in invalid context",
12028 unqualified_id);
12029 return error_mark_node;
12032 /* ``A union may [ ... ] not [ have ] virtual functions.''
12033 ARM 9.5 */
12034 if (virtualp && TREE_CODE (ctype) == UNION_TYPE)
12036 error ("function %qD declared %<virtual%> inside a union",
12037 unqualified_id);
12038 return error_mark_node;
12041 if (virtualp
12042 && identifier_p (unqualified_id)
12043 && IDENTIFIER_NEWDEL_OP_P (unqualified_id))
12045 error ("%qD cannot be declared %<virtual%>, since it "
12046 "is always static", unqualified_id);
12047 virtualp = 0;
12051 /* Check that the name used for a destructor makes sense. */
12052 if (sfk == sfk_destructor)
12054 tree uqname = id_declarator->u.id.unqualified_name;
12056 if (!ctype)
12058 gcc_assert (friendp);
12059 error ("expected qualified name in friend declaration "
12060 "for destructor %qD", uqname);
12061 return error_mark_node;
12064 if (!check_dtor_name (ctype, TREE_OPERAND (uqname, 0)))
12066 error ("declaration of %qD as member of %qT",
12067 uqname, ctype);
12068 return error_mark_node;
12070 if (concept_p)
12072 error ("a destructor cannot be %<concept%>");
12073 return error_mark_node;
12075 if (constexpr_p)
12077 error ("a destructor cannot be %<constexpr%>");
12078 return error_mark_node;
12081 else if (sfk == sfk_constructor && friendp && !ctype)
12083 error ("expected qualified name in friend declaration "
12084 "for constructor %qD",
12085 id_declarator->u.id.unqualified_name);
12086 return error_mark_node;
12088 if (sfk == sfk_constructor)
12089 if (concept_p)
12091 error ("a constructor cannot be %<concept%>");
12092 return error_mark_node;
12094 if (concept_p)
12096 error ("a concept cannot be a member function");
12097 concept_p = false;
12100 if (TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR)
12102 tree tmpl = TREE_OPERAND (unqualified_id, 0);
12103 if (variable_template_p (tmpl))
12105 error ("specialization of variable template %qD "
12106 "declared as function", tmpl);
12107 inform (DECL_SOURCE_LOCATION (tmpl),
12108 "variable template declared here");
12109 return error_mark_node;
12113 /* Tell grokfndecl if it needs to set TREE_PUBLIC on the node. */
12114 function_context = (ctype != NULL_TREE) ?
12115 decl_function_context (TYPE_MAIN_DECL (ctype)) : NULL_TREE;
12116 publicp = (! friendp || ! staticp)
12117 && function_context == NULL_TREE;
12119 if (late_return_type_p)
12120 TYPE_HAS_LATE_RETURN_TYPE (type) = 1;
12122 decl = grokfndecl (ctype, type,
12123 TREE_CODE (unqualified_id) != TEMPLATE_ID_EXPR
12124 ? unqualified_id : dname,
12125 parms,
12126 unqualified_id,
12127 reqs,
12128 virtualp, flags, memfn_quals, rqual, raises,
12129 friendp ? -1 : 0, friendp, publicp,
12130 inlinep | (2 * constexpr_p) | (4 * concept_p),
12131 initialized == SD_DELETED, sfk,
12132 funcdef_flag, template_count, in_namespace,
12133 attrlist, declarator->id_loc);
12134 decl = set_virt_specifiers (decl, virt_specifiers);
12135 if (decl == NULL_TREE)
12136 return error_mark_node;
12137 #if 0
12138 /* This clobbers the attrs stored in `decl' from `attrlist'. */
12139 /* The decl and setting of decl_attr is also turned off. */
12140 decl = build_decl_attribute_variant (decl, decl_attr);
12141 #endif
12143 /* [class.conv.ctor]
12145 A constructor declared without the function-specifier
12146 explicit that can be called with a single parameter
12147 specifies a conversion from the type of its first
12148 parameter to the type of its class. Such a constructor
12149 is called a converting constructor. */
12150 if (explicitp == 2)
12151 DECL_NONCONVERTING_P (decl) = 1;
12153 else if (!staticp && !dependent_type_p (type)
12154 && !COMPLETE_TYPE_P (complete_type (type))
12155 && (!complete_or_array_type_p (type)
12156 || initialized == 0))
12158 if (TREE_CODE (type) != ARRAY_TYPE
12159 || !COMPLETE_TYPE_P (TREE_TYPE (type)))
12161 if (unqualified_id)
12163 error ("field %qD has incomplete type %qT",
12164 unqualified_id, type);
12165 cxx_incomplete_type_inform (strip_array_types (type));
12167 else
12168 error ("name %qT has incomplete type", type);
12170 type = error_mark_node;
12171 decl = NULL_TREE;
12174 else
12176 if (friendp)
12178 error ("%qE is neither function nor member function; "
12179 "cannot be declared friend", unqualified_id);
12180 return error_mark_node;
12182 decl = NULL_TREE;
12185 if (friendp)
12187 /* Friends are treated specially. */
12188 if (ctype == current_class_type)
12189 ; /* We already issued a permerror. */
12190 else if (decl && DECL_NAME (decl))
12192 if (template_class_depth (current_class_type) == 0)
12194 decl = check_explicit_specialization
12195 (unqualified_id, decl, template_count,
12196 2 * funcdef_flag + 4);
12197 if (decl == error_mark_node)
12198 return error_mark_node;
12201 decl = do_friend (ctype, unqualified_id, decl,
12202 *attrlist, flags,
12203 funcdef_flag);
12204 return decl;
12206 else
12207 return error_mark_node;
12210 /* Structure field. It may not be a function, except for C++. */
12212 if (decl == NULL_TREE)
12214 if (staticp)
12216 /* C++ allows static class members. All other work
12217 for this is done by grokfield. */
12218 decl = build_lang_decl_loc (declarator
12219 ? declarator->id_loc
12220 : input_location,
12221 VAR_DECL, unqualified_id, type);
12222 set_linkage_for_static_data_member (decl);
12223 if (concept_p)
12224 error ("static data member %qE declared %<concept%>",
12225 unqualified_id);
12226 else if (constexpr_p && !initialized)
12228 error ("%<constexpr%> static data member %qD must have an "
12229 "initializer", decl);
12230 constexpr_p = false;
12233 if (inlinep)
12234 mark_inline_variable (decl);
12236 if (!DECL_VAR_DECLARED_INLINE_P (decl)
12237 && !(cxx_dialect >= cxx17 && constexpr_p))
12238 /* Even if there is an in-class initialization, DECL
12239 is considered undefined until an out-of-class
12240 definition is provided, unless this is an inline
12241 variable. */
12242 DECL_EXTERNAL (decl) = 1;
12244 if (thread_p)
12246 CP_DECL_THREAD_LOCAL_P (decl) = true;
12247 if (!processing_template_decl)
12248 set_decl_tls_model (decl, decl_default_tls_model (decl));
12249 if (declspecs->gnu_thread_keyword_p)
12250 SET_DECL_GNU_TLS_P (decl);
12253 else
12255 if (concept_p)
12256 error ("non-static data member %qE declared %<concept%>",
12257 unqualified_id);
12258 else if (constexpr_p)
12260 error ("non-static data member %qE declared %<constexpr%>",
12261 unqualified_id);
12262 constexpr_p = false;
12264 decl = build_decl (input_location,
12265 FIELD_DECL, unqualified_id, type);
12266 DECL_NONADDRESSABLE_P (decl) = bitfield;
12267 if (bitfield && !unqualified_id)
12269 TREE_NO_WARNING (decl) = 1;
12270 DECL_PADDING_P (decl) = 1;
12273 if (storage_class == sc_mutable)
12275 DECL_MUTABLE_P (decl) = 1;
12276 storage_class = sc_none;
12279 if (initialized)
12281 /* An attempt is being made to initialize a non-static
12282 member. This is new in C++11. */
12283 maybe_warn_cpp0x (CPP0X_NSDMI);
12285 /* If this has been parsed with static storage class, but
12286 errors forced staticp to be cleared, ensure NSDMI is
12287 not present. */
12288 if (declspecs->storage_class == sc_static)
12289 DECL_INITIAL (decl) = error_mark_node;
12293 bad_specifiers (decl, BSP_FIELD, virtualp,
12294 memfn_quals != TYPE_UNQUALIFIED,
12295 staticp ? false : inlinep, friendp,
12296 raises != NULL_TREE);
12299 else if (TREE_CODE (type) == FUNCTION_TYPE
12300 || TREE_CODE (type) == METHOD_TYPE)
12302 tree original_name;
12303 int publicp = 0;
12305 if (!unqualified_id)
12306 return error_mark_node;
12308 if (TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR)
12309 original_name = dname;
12310 else
12311 original_name = unqualified_id;
12312 // FIXME:gcc_assert (original_name == dname);
12314 if (storage_class == sc_auto)
12315 error ("storage class %<auto%> invalid for function %qs", name);
12316 else if (storage_class == sc_register)
12317 error ("storage class %<register%> invalid for function %qs", name);
12318 else if (thread_p)
12320 if (declspecs->gnu_thread_keyword_p)
12321 error ("storage class %<__thread%> invalid for function %qs",
12322 name);
12323 else
12324 error ("storage class %<thread_local%> invalid for function %qs",
12325 name);
12328 if (virt_specifiers)
12329 error ("virt-specifiers in %qs not allowed outside a class definition", name);
12330 /* Function declaration not at top level.
12331 Storage classes other than `extern' are not allowed
12332 and `extern' makes no difference. */
12333 if (! toplevel_bindings_p ()
12334 && (storage_class == sc_static
12335 || decl_spec_seq_has_spec_p (declspecs, ds_inline))
12336 && pedantic)
12338 if (storage_class == sc_static)
12339 pedwarn (input_location, OPT_Wpedantic,
12340 "%<static%> specifier invalid for function %qs "
12341 "declared out of global scope", name);
12342 else
12343 pedwarn (input_location, OPT_Wpedantic,
12344 "%<inline%> specifier invalid for function %qs "
12345 "declared out of global scope", name);
12348 if (ctype == NULL_TREE)
12350 if (virtualp)
12352 error ("virtual non-class function %qs", name);
12353 virtualp = 0;
12355 else if (sfk == sfk_constructor
12356 || sfk == sfk_destructor)
12358 error (funcdef_flag
12359 ? G_("%qs defined in a non-class scope")
12360 : G_("%qs declared in a non-class scope"), name);
12361 sfk = sfk_none;
12365 /* Record whether the function is public. */
12366 publicp = (ctype != NULL_TREE
12367 || storage_class != sc_static);
12369 if (late_return_type_p)
12370 TYPE_HAS_LATE_RETURN_TYPE (type) = 1;
12372 decl = grokfndecl (ctype, type, original_name, parms, unqualified_id,
12373 reqs, virtualp, flags, memfn_quals, rqual, raises,
12374 1, friendp,
12375 publicp,
12376 inlinep | (2 * constexpr_p) | (4 * concept_p),
12377 initialized == SD_DELETED,
12378 sfk,
12379 funcdef_flag,
12380 template_count, in_namespace, attrlist,
12381 declarator->id_loc);
12382 if (decl == NULL_TREE)
12383 return error_mark_node;
12385 if (explicitp == 2)
12386 DECL_NONCONVERTING_P (decl) = 1;
12387 if (staticp == 1)
12389 int invalid_static = 0;
12391 /* Don't allow a static member function in a class, and forbid
12392 declaring main to be static. */
12393 if (TREE_CODE (type) == METHOD_TYPE)
12395 permerror (input_location, "cannot declare member function %qD to have "
12396 "static linkage", decl);
12397 invalid_static = 1;
12399 else if (current_function_decl)
12401 /* 7.1.1: There can be no static function declarations within a
12402 block. */
12403 error ("cannot declare static function inside another function");
12404 invalid_static = 1;
12407 if (invalid_static)
12409 staticp = 0;
12410 storage_class = sc_none;
12414 else
12416 /* It's a variable. */
12418 /* An uninitialized decl with `extern' is a reference. */
12419 decl = grokvardecl (type, dname, unqualified_id,
12420 declspecs,
12421 initialized,
12422 type_quals,
12423 inlinep,
12424 concept_p,
12425 template_count,
12426 ctype ? ctype : in_namespace);
12427 if (decl == NULL_TREE)
12428 return error_mark_node;
12430 bad_specifiers (decl, BSP_VAR, virtualp,
12431 memfn_quals != TYPE_UNQUALIFIED,
12432 inlinep, friendp, raises != NULL_TREE);
12434 if (ctype)
12436 DECL_CONTEXT (decl) = ctype;
12437 if (staticp == 1)
12439 permerror (input_location, "%<static%> may not be used when defining "
12440 "(as opposed to declaring) a static data member");
12441 staticp = 0;
12442 storage_class = sc_none;
12444 if (storage_class == sc_register && TREE_STATIC (decl))
12446 error ("static member %qD declared %<register%>", decl);
12447 storage_class = sc_none;
12449 if (storage_class == sc_extern && pedantic)
12451 pedwarn (input_location, OPT_Wpedantic,
12452 "cannot explicitly declare member %q#D to have "
12453 "extern linkage", decl);
12454 storage_class = sc_none;
12457 else if (constexpr_p && DECL_EXTERNAL (decl))
12459 error ("declaration of %<constexpr%> variable %qD "
12460 "is not a definition", decl);
12461 constexpr_p = false;
12464 if (inlinep)
12465 mark_inline_variable (decl);
12466 if (innermost_code == cdk_decomp)
12468 gcc_assert (declarator && declarator->kind == cdk_decomp);
12469 DECL_SOURCE_LOCATION (decl) = declarator->id_loc;
12470 DECL_ARTIFICIAL (decl) = 1;
12471 fit_decomposition_lang_decl (decl, NULL_TREE);
12475 if (VAR_P (decl) && !initialized)
12476 if (tree auto_node = type_uses_auto (type))
12477 if (!CLASS_PLACEHOLDER_TEMPLATE (auto_node))
12479 location_t loc = declspecs->locations[ds_type_spec];
12480 error_at (loc, "declaration of %q#D has no initializer", decl);
12481 TREE_TYPE (decl) = error_mark_node;
12484 if (storage_class == sc_extern && initialized && !funcdef_flag)
12486 if (toplevel_bindings_p ())
12488 /* It's common practice (and completely valid) to have a const
12489 be initialized and declared extern. */
12490 if (!(type_quals & TYPE_QUAL_CONST))
12491 warning (0, "%qs initialized and declared %<extern%>", name);
12493 else
12495 error ("%qs has both %<extern%> and initializer", name);
12496 return error_mark_node;
12500 /* Record `register' declaration for warnings on &
12501 and in case doing stupid register allocation. */
12503 if (storage_class == sc_register)
12505 DECL_REGISTER (decl) = 1;
12506 /* Warn about register storage specifiers on PARM_DECLs. */
12507 if (TREE_CODE (decl) == PARM_DECL)
12509 if (cxx_dialect >= cxx17)
12510 pedwarn (DECL_SOURCE_LOCATION (decl), OPT_Wregister,
12511 "ISO C++17 does not allow %<register%> storage "
12512 "class specifier");
12513 else
12514 warning_at (DECL_SOURCE_LOCATION (decl), OPT_Wregister,
12515 "%<register%> storage class specifier used");
12518 else if (storage_class == sc_extern)
12519 DECL_THIS_EXTERN (decl) = 1;
12520 else if (storage_class == sc_static)
12521 DECL_THIS_STATIC (decl) = 1;
12523 /* Set constexpr flag on vars (functions got it in grokfndecl). */
12524 if (constexpr_p && VAR_P (decl))
12525 DECL_DECLARED_CONSTEXPR_P (decl) = true;
12527 /* Record constancy and volatility on the DECL itself . There's
12528 no need to do this when processing a template; we'll do this
12529 for the instantiated declaration based on the type of DECL. */
12530 if (!processing_template_decl)
12531 cp_apply_type_quals_to_decl (type_quals, decl);
12533 return decl;
12537 /* Subroutine of start_function. Ensure that each of the parameter
12538 types (as listed in PARMS) is complete, as is required for a
12539 function definition. */
12541 static void
12542 require_complete_types_for_parms (tree parms)
12544 for (; parms; parms = DECL_CHAIN (parms))
12546 if (dependent_type_p (TREE_TYPE (parms)))
12547 continue;
12548 if (!VOID_TYPE_P (TREE_TYPE (parms))
12549 && complete_type_or_else (TREE_TYPE (parms), parms))
12551 relayout_decl (parms);
12552 DECL_ARG_TYPE (parms) = type_passed_as (TREE_TYPE (parms));
12554 maybe_warn_parm_abi (TREE_TYPE (parms),
12555 DECL_SOURCE_LOCATION (parms));
12557 else
12558 /* grokparms or complete_type_or_else will have already issued
12559 an error. */
12560 TREE_TYPE (parms) = error_mark_node;
12564 /* Returns nonzero if T is a local variable. */
12567 local_variable_p (const_tree t)
12569 if ((VAR_P (t)
12570 /* A VAR_DECL with a context that is a _TYPE is a static data
12571 member. */
12572 && !TYPE_P (CP_DECL_CONTEXT (t))
12573 /* Any other non-local variable must be at namespace scope. */
12574 && !DECL_NAMESPACE_SCOPE_P (t))
12575 || (TREE_CODE (t) == PARM_DECL))
12576 return 1;
12578 return 0;
12581 /* Like local_variable_p, but suitable for use as a tree-walking
12582 function. */
12584 static tree
12585 local_variable_p_walkfn (tree *tp, int *walk_subtrees,
12586 void * /*data*/)
12588 if (local_variable_p (*tp)
12589 && (!DECL_ARTIFICIAL (*tp) || DECL_NAME (*tp) == this_identifier))
12590 return *tp;
12591 else if (TYPE_P (*tp))
12592 *walk_subtrees = 0;
12594 return NULL_TREE;
12597 /* Check that ARG, which is a default-argument expression for a
12598 parameter DECL, is valid. Returns ARG, or ERROR_MARK_NODE, if
12599 something goes wrong. DECL may also be a _TYPE node, rather than a
12600 DECL, if there is no DECL available. */
12602 tree
12603 check_default_argument (tree decl, tree arg, tsubst_flags_t complain)
12605 tree var;
12606 tree decl_type;
12608 if (TREE_CODE (arg) == DEFAULT_ARG)
12609 /* We get a DEFAULT_ARG when looking at an in-class declaration
12610 with a default argument. Ignore the argument for now; we'll
12611 deal with it after the class is complete. */
12612 return arg;
12614 if (TYPE_P (decl))
12616 decl_type = decl;
12617 decl = NULL_TREE;
12619 else
12620 decl_type = TREE_TYPE (decl);
12622 if (arg == error_mark_node
12623 || decl == error_mark_node
12624 || TREE_TYPE (arg) == error_mark_node
12625 || decl_type == error_mark_node)
12626 /* Something already went wrong. There's no need to check
12627 further. */
12628 return error_mark_node;
12630 /* [dcl.fct.default]
12632 A default argument expression is implicitly converted to the
12633 parameter type. */
12634 ++cp_unevaluated_operand;
12635 perform_implicit_conversion_flags (decl_type, arg, complain,
12636 LOOKUP_IMPLICIT);
12637 --cp_unevaluated_operand;
12639 /* Avoid redundant -Wzero-as-null-pointer-constant warnings at
12640 the call sites. */
12641 if (TYPE_PTR_OR_PTRMEM_P (decl_type)
12642 && null_ptr_cst_p (arg))
12643 return nullptr_node;
12645 /* [dcl.fct.default]
12647 Local variables shall not be used in default argument
12648 expressions.
12650 The keyword `this' shall not be used in a default argument of a
12651 member function. */
12652 var = cp_walk_tree_without_duplicates (&arg, local_variable_p_walkfn, NULL);
12653 if (var)
12655 if (complain & tf_warning_or_error)
12657 if (DECL_NAME (var) == this_identifier)
12658 permerror (input_location, "default argument %qE uses %qD",
12659 arg, var);
12660 else
12661 error ("default argument %qE uses local variable %qD", arg, var);
12663 return error_mark_node;
12666 /* All is well. */
12667 return arg;
12670 /* Returns a deprecated type used within TYPE, or NULL_TREE if none. */
12672 static tree
12673 type_is_deprecated (tree type)
12675 enum tree_code code;
12676 if (TREE_DEPRECATED (type))
12677 return type;
12678 if (TYPE_NAME (type))
12680 if (TREE_DEPRECATED (TYPE_NAME (type)))
12681 return type;
12682 else
12683 return NULL_TREE;
12686 /* Do warn about using typedefs to a deprecated class. */
12687 if (OVERLOAD_TYPE_P (type) && type != TYPE_MAIN_VARIANT (type))
12688 return type_is_deprecated (TYPE_MAIN_VARIANT (type));
12690 code = TREE_CODE (type);
12692 if (code == POINTER_TYPE || code == REFERENCE_TYPE
12693 || code == OFFSET_TYPE || code == FUNCTION_TYPE
12694 || code == METHOD_TYPE || code == ARRAY_TYPE)
12695 return type_is_deprecated (TREE_TYPE (type));
12697 if (TYPE_PTRMEMFUNC_P (type))
12698 return type_is_deprecated
12699 (TREE_TYPE (TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (type))));
12701 return NULL_TREE;
12704 /* Decode the list of parameter types for a function type.
12705 Given the list of things declared inside the parens,
12706 return a list of types.
12708 If this parameter does not end with an ellipsis, we append
12709 void_list_node.
12711 *PARMS is set to the chain of PARM_DECLs created. */
12713 tree
12714 grokparms (tree parmlist, tree *parms)
12716 tree result = NULL_TREE;
12717 tree decls = NULL_TREE;
12718 tree parm;
12719 int any_error = 0;
12721 for (parm = parmlist; parm != NULL_TREE; parm = TREE_CHAIN (parm))
12723 tree type = NULL_TREE;
12724 tree init = TREE_PURPOSE (parm);
12725 tree decl = TREE_VALUE (parm);
12727 if (parm == void_list_node)
12728 break;
12730 if (! decl || TREE_TYPE (decl) == error_mark_node)
12731 continue;
12733 type = TREE_TYPE (decl);
12734 if (VOID_TYPE_P (type))
12736 if (same_type_p (type, void_type_node)
12737 && !init
12738 && !DECL_NAME (decl) && !result
12739 && TREE_CHAIN (parm) == void_list_node)
12740 /* DR 577: A parameter list consisting of a single
12741 unnamed parameter of non-dependent type 'void'. */
12742 break;
12743 else if (cv_qualified_p (type))
12744 error_at (DECL_SOURCE_LOCATION (decl),
12745 "invalid use of cv-qualified type %qT in "
12746 "parameter declaration", type);
12747 else
12748 error_at (DECL_SOURCE_LOCATION (decl),
12749 "invalid use of type %<void%> in parameter "
12750 "declaration");
12751 /* It's not a good idea to actually create parameters of
12752 type `void'; other parts of the compiler assume that a
12753 void type terminates the parameter list. */
12754 type = error_mark_node;
12755 TREE_TYPE (decl) = error_mark_node;
12758 if (type != error_mark_node)
12760 if (deprecated_state != DEPRECATED_SUPPRESS)
12762 tree deptype = type_is_deprecated (type);
12763 if (deptype)
12764 warn_deprecated_use (deptype, NULL_TREE);
12767 /* Top-level qualifiers on the parameters are
12768 ignored for function types. */
12769 type = cp_build_qualified_type (type, 0);
12770 if (TREE_CODE (type) == METHOD_TYPE)
12772 error ("parameter %qD invalidly declared method type", decl);
12773 type = build_pointer_type (type);
12774 TREE_TYPE (decl) = type;
12776 else if (abstract_virtuals_error (decl, type))
12777 any_error = 1; /* Seems like a good idea. */
12778 else if (cxx_dialect < cxx17 && POINTER_TYPE_P (type))
12780 /* Before C++17 DR 393:
12781 [dcl.fct]/6, parameter types cannot contain pointers
12782 (references) to arrays of unknown bound. */
12783 tree t = TREE_TYPE (type);
12784 int ptr = TYPE_PTR_P (type);
12786 while (1)
12788 if (TYPE_PTR_P (t))
12789 ptr = 1;
12790 else if (TREE_CODE (t) != ARRAY_TYPE)
12791 break;
12792 else if (!TYPE_DOMAIN (t))
12793 break;
12794 t = TREE_TYPE (t);
12796 if (TREE_CODE (t) == ARRAY_TYPE)
12797 pedwarn (DECL_SOURCE_LOCATION (decl), OPT_Wpedantic,
12799 ? G_("parameter %qD includes pointer to array of "
12800 "unknown bound %qT")
12801 : G_("parameter %qD includes reference to array of "
12802 "unknown bound %qT"),
12803 decl, t);
12806 if (any_error)
12807 init = NULL_TREE;
12808 else if (init && !processing_template_decl)
12809 init = check_default_argument (decl, init, tf_warning_or_error);
12812 DECL_CHAIN (decl) = decls;
12813 decls = decl;
12814 result = tree_cons (init, type, result);
12816 decls = nreverse (decls);
12817 result = nreverse (result);
12818 if (parm)
12819 result = chainon (result, void_list_node);
12820 *parms = decls;
12822 return result;
12826 /* D is a constructor or overloaded `operator='.
12828 Let T be the class in which D is declared. Then, this function
12829 returns:
12831 -1 if D's is an ill-formed constructor or copy assignment operator
12832 whose first parameter is of type `T'.
12833 0 if D is not a copy constructor or copy assignment
12834 operator.
12835 1 if D is a copy constructor or copy assignment operator whose
12836 first parameter is a reference to non-const qualified T.
12837 2 if D is a copy constructor or copy assignment operator whose
12838 first parameter is a reference to const qualified T.
12840 This function can be used as a predicate. Positive values indicate
12841 a copy constructor and nonzero values indicate a copy assignment
12842 operator. */
12845 copy_fn_p (const_tree d)
12847 tree args;
12848 tree arg_type;
12849 int result = 1;
12851 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
12853 if (TREE_CODE (d) == TEMPLATE_DECL
12854 || (DECL_TEMPLATE_INFO (d)
12855 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d))))
12856 /* Instantiations of template member functions are never copy
12857 functions. Note that member functions of templated classes are
12858 represented as template functions internally, and we must
12859 accept those as copy functions. */
12860 return 0;
12862 args = FUNCTION_FIRST_USER_PARMTYPE (d);
12863 if (!args)
12864 return 0;
12866 arg_type = TREE_VALUE (args);
12867 if (arg_type == error_mark_node)
12868 return 0;
12870 if (TYPE_MAIN_VARIANT (arg_type) == DECL_CONTEXT (d))
12872 /* Pass by value copy assignment operator. */
12873 result = -1;
12875 else if (TREE_CODE (arg_type) == REFERENCE_TYPE
12876 && !TYPE_REF_IS_RVALUE (arg_type)
12877 && TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)) == DECL_CONTEXT (d))
12879 if (CP_TYPE_CONST_P (TREE_TYPE (arg_type)))
12880 result = 2;
12882 else
12883 return 0;
12885 args = TREE_CHAIN (args);
12887 if (args && args != void_list_node && !TREE_PURPOSE (args))
12888 /* There are more non-optional args. */
12889 return 0;
12891 return result;
12894 /* D is a constructor or overloaded `operator='.
12896 Let T be the class in which D is declared. Then, this function
12897 returns true when D is a move constructor or move assignment
12898 operator, false otherwise. */
12900 bool
12901 move_fn_p (const_tree d)
12903 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
12905 if (cxx_dialect == cxx98)
12906 /* There are no move constructors if we are in C++98 mode. */
12907 return false;
12909 if (TREE_CODE (d) == TEMPLATE_DECL
12910 || (DECL_TEMPLATE_INFO (d)
12911 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d))))
12912 /* Instantiations of template member functions are never move
12913 functions. Note that member functions of templated classes are
12914 represented as template functions internally, and we must
12915 accept those as move functions. */
12916 return 0;
12918 return move_signature_fn_p (d);
12921 /* D is a constructor or overloaded `operator='.
12923 Then, this function returns true when D has the same signature as a move
12924 constructor or move assignment operator (because either it is such a
12925 ctor/op= or it is a template specialization with the same signature),
12926 false otherwise. */
12928 bool
12929 move_signature_fn_p (const_tree d)
12931 tree args;
12932 tree arg_type;
12933 bool result = false;
12935 args = FUNCTION_FIRST_USER_PARMTYPE (d);
12936 if (!args)
12937 return 0;
12939 arg_type = TREE_VALUE (args);
12940 if (arg_type == error_mark_node)
12941 return 0;
12943 if (TREE_CODE (arg_type) == REFERENCE_TYPE
12944 && TYPE_REF_IS_RVALUE (arg_type)
12945 && same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)),
12946 DECL_CONTEXT (d)))
12947 result = true;
12949 args = TREE_CHAIN (args);
12951 if (args && args != void_list_node && !TREE_PURPOSE (args))
12952 /* There are more non-optional args. */
12953 return false;
12955 return result;
12958 /* Remember any special properties of member function DECL. */
12960 void
12961 grok_special_member_properties (tree decl)
12963 tree class_type;
12965 if (!DECL_NONSTATIC_MEMBER_FUNCTION_P (decl))
12966 return;
12968 class_type = DECL_CONTEXT (decl);
12969 if (IDENTIFIER_CTOR_P (DECL_NAME (decl)))
12971 int ctor = copy_fn_p (decl);
12973 if (!DECL_ARTIFICIAL (decl))
12974 TYPE_HAS_USER_CONSTRUCTOR (class_type) = 1;
12976 if (ctor > 0)
12978 /* [class.copy]
12980 A non-template constructor for class X is a copy
12981 constructor if its first parameter is of type X&, const
12982 X&, volatile X& or const volatile X&, and either there
12983 are no other parameters or else all other parameters have
12984 default arguments. */
12985 TYPE_HAS_COPY_CTOR (class_type) = 1;
12986 if (user_provided_p (decl))
12987 TYPE_HAS_COMPLEX_COPY_CTOR (class_type) = 1;
12988 if (ctor > 1)
12989 TYPE_HAS_CONST_COPY_CTOR (class_type) = 1;
12991 else if (sufficient_parms_p (FUNCTION_FIRST_USER_PARMTYPE (decl)))
12992 TYPE_HAS_DEFAULT_CONSTRUCTOR (class_type) = 1;
12993 else if (move_fn_p (decl) && user_provided_p (decl))
12994 TYPE_HAS_COMPLEX_MOVE_CTOR (class_type) = 1;
12995 else if (is_list_ctor (decl))
12996 TYPE_HAS_LIST_CTOR (class_type) = 1;
12998 if (DECL_DECLARED_CONSTEXPR_P (decl)
12999 && !ctor && !move_fn_p (decl))
13000 TYPE_HAS_CONSTEXPR_CTOR (class_type) = 1;
13002 else if (DECL_NAME (decl) == assign_op_identifier)
13004 /* [class.copy]
13006 A non-template assignment operator for class X is a copy
13007 assignment operator if its parameter is of type X, X&, const
13008 X&, volatile X& or const volatile X&. */
13010 int assop = copy_fn_p (decl);
13012 if (assop)
13014 TYPE_HAS_COPY_ASSIGN (class_type) = 1;
13015 if (user_provided_p (decl))
13016 TYPE_HAS_COMPLEX_COPY_ASSIGN (class_type) = 1;
13017 if (assop != 1)
13018 TYPE_HAS_CONST_COPY_ASSIGN (class_type) = 1;
13020 else if (move_fn_p (decl) && user_provided_p (decl))
13021 TYPE_HAS_COMPLEX_MOVE_ASSIGN (class_type) = 1;
13023 else if (IDENTIFIER_CONV_OP_P (DECL_NAME (decl)))
13024 TYPE_HAS_CONVERSION (class_type) = true;
13026 /* Destructors are handled in check_methods. */
13029 /* Check a constructor DECL has the correct form. Complains
13030 if the class has a constructor of the form X(X). */
13032 bool
13033 grok_ctor_properties (const_tree ctype, const_tree decl)
13035 int ctor_parm = copy_fn_p (decl);
13037 if (ctor_parm < 0)
13039 /* [class.copy]
13041 A declaration of a constructor for a class X is ill-formed if
13042 its first parameter is of type (optionally cv-qualified) X
13043 and either there are no other parameters or else all other
13044 parameters have default arguments.
13046 We *don't* complain about member template instantiations that
13047 have this form, though; they can occur as we try to decide
13048 what constructor to use during overload resolution. Since
13049 overload resolution will never prefer such a constructor to
13050 the non-template copy constructor (which is either explicitly
13051 or implicitly defined), there's no need to worry about their
13052 existence. Theoretically, they should never even be
13053 instantiated, but that's hard to forestall. */
13054 error ("invalid constructor; you probably meant %<%T (const %T&)%>",
13055 ctype, ctype);
13056 return false;
13059 return true;
13062 /* DECL is a declaration for an overloaded or conversion operator. If
13063 COMPLAIN is true, errors are issued for invalid declarations. */
13065 bool
13066 grok_op_properties (tree decl, bool complain)
13068 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
13069 bool methodp = TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE;
13070 tree name = DECL_NAME (decl);
13072 tree class_type = DECL_CONTEXT (decl);
13073 if (class_type && !CLASS_TYPE_P (class_type))
13074 class_type = NULL_TREE;
13076 tree_code operator_code;
13077 unsigned op_flags;
13078 if (IDENTIFIER_CONV_OP_P (name))
13080 /* Conversion operators are TYPE_EXPR for the purposes of this
13081 function. */
13082 operator_code = TYPE_EXPR;
13083 op_flags = OVL_OP_FLAG_UNARY;
13085 else
13087 const ovl_op_info_t *ovl_op = IDENTIFIER_OVL_OP_INFO (name);
13089 operator_code = ovl_op->tree_code;
13090 op_flags = ovl_op->flags;
13091 gcc_checking_assert (operator_code != ERROR_MARK);
13092 DECL_OVERLOADED_OPERATOR_CODE_RAW (decl) = ovl_op->ovl_op_code;
13095 if (op_flags & OVL_OP_FLAG_ALLOC)
13097 /* operator new and operator delete are quite special. */
13098 if (class_type)
13099 switch (op_flags)
13101 case OVL_OP_FLAG_ALLOC:
13102 TYPE_HAS_NEW_OPERATOR (class_type) = 1;
13103 break;
13105 case OVL_OP_FLAG_ALLOC | OVL_OP_FLAG_DELETE:
13106 TYPE_GETS_DELETE (class_type) |= 1;
13107 break;
13109 case OVL_OP_FLAG_ALLOC | OVL_OP_FLAG_VEC:
13110 TYPE_HAS_ARRAY_NEW_OPERATOR (class_type) = 1;
13111 break;
13113 case OVL_OP_FLAG_ALLOC | OVL_OP_FLAG_DELETE | OVL_OP_FLAG_VEC:
13114 TYPE_GETS_DELETE (class_type) |= 2;
13115 break;
13117 default:
13118 gcc_unreachable ();
13121 /* [basic.std.dynamic.allocation]/1:
13123 A program is ill-formed if an allocation function is declared
13124 in a namespace scope other than global scope or declared
13125 static in global scope.
13127 The same also holds true for deallocation functions. */
13128 if (DECL_NAMESPACE_SCOPE_P (decl))
13130 if (CP_DECL_CONTEXT (decl) != global_namespace)
13132 error ("%qD may not be declared within a namespace", decl);
13133 return false;
13136 if (!TREE_PUBLIC (decl))
13138 error ("%qD may not be declared as static", decl);
13139 return false;
13143 if (op_flags & OVL_OP_FLAG_DELETE)
13144 TREE_TYPE (decl) = coerce_delete_type (TREE_TYPE (decl));
13145 else
13147 DECL_IS_OPERATOR_NEW (decl) = 1;
13148 TREE_TYPE (decl) = coerce_new_type (TREE_TYPE (decl));
13151 return true;
13154 /* An operator function must either be a non-static member function
13155 or have at least one parameter of a class, a reference to a class,
13156 an enumeration, or a reference to an enumeration. 13.4.0.6 */
13157 if (! methodp || DECL_STATIC_FUNCTION_P (decl))
13159 if (operator_code == TYPE_EXPR
13160 || operator_code == CALL_EXPR
13161 || operator_code == COMPONENT_REF
13162 || operator_code == ARRAY_REF
13163 || operator_code == NOP_EXPR)
13165 error ("%qD must be a nonstatic member function", decl);
13166 return false;
13169 if (DECL_STATIC_FUNCTION_P (decl))
13171 error ("%qD must be either a non-static member "
13172 "function or a non-member function", decl);
13173 return false;
13176 for (tree arg = argtypes; ; arg = TREE_CHAIN (arg))
13178 if (!arg || arg == void_list_node)
13180 if (complain)
13181 error ("%qD must have an argument of class or "
13182 "enumerated type", decl);
13183 return false;
13186 tree type = non_reference (TREE_VALUE (arg));
13187 if (type == error_mark_node)
13188 return false;
13190 /* MAYBE_CLASS_TYPE_P, rather than CLASS_TYPE_P, is used
13191 because these checks are performed even on template
13192 functions. */
13193 if (MAYBE_CLASS_TYPE_P (type)
13194 || TREE_CODE (type) == ENUMERAL_TYPE)
13195 break;
13199 if (operator_code == CALL_EXPR)
13200 /* There are no further restrictions on the arguments to an overloaded
13201 "operator ()". */
13202 return true;
13204 if (operator_code == COND_EXPR)
13206 /* 13.4.0.3 */
13207 error ("ISO C++ prohibits overloading operator ?:");
13208 return false;
13211 /* Count the number of arguments and check for ellipsis. */
13212 int arity = 0;
13213 for (tree arg = argtypes; arg != void_list_node; arg = TREE_CHAIN (arg))
13215 if (!arg)
13217 /* Variadic. */
13218 error ("%qD must not have variable number of arguments", decl);
13219 return false;
13221 ++arity;
13224 /* Verify correct number of arguments. */
13225 switch (op_flags)
13227 case OVL_OP_FLAG_AMBIARY:
13228 if (arity == 1)
13230 /* We have a unary instance of an ambi-ary op. Remap to the
13231 unary one. */
13232 unsigned alt = ovl_op_alternate[ovl_op_mapping [operator_code]];
13233 const ovl_op_info_t *ovl_op = &ovl_op_info[false][alt];
13234 gcc_checking_assert (ovl_op->flags == OVL_OP_FLAG_UNARY);
13235 operator_code = ovl_op->tree_code;
13236 DECL_OVERLOADED_OPERATOR_CODE_RAW (decl) = ovl_op->ovl_op_code;
13238 else if (arity != 2)
13240 /* This was an ambiguous operator but is invalid. */
13241 error (methodp
13242 ? G_("%qD must have either zero or one argument")
13243 : G_("%qD must have either one or two arguments"), decl);
13244 return false;
13246 else if ((operator_code == POSTINCREMENT_EXPR
13247 || operator_code == POSTDECREMENT_EXPR)
13248 && ! processing_template_decl
13249 /* x++ and x--'s second argument must be an int. */
13250 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)),
13251 integer_type_node))
13253 error (methodp
13254 ? G_("postfix %qD must have %<int%> as its argument")
13255 : G_("postfix %qD must have %<int%> as its second argument"),
13256 decl);
13257 return false;
13259 break;
13261 case OVL_OP_FLAG_UNARY:
13262 if (arity != 1)
13264 error (methodp
13265 ? G_("%qD must have no arguments")
13266 : G_("%qD must have exactly one argument"), decl);
13267 return false;
13269 break;
13271 case OVL_OP_FLAG_BINARY:
13272 if (arity != 2)
13274 error (methodp
13275 ? G_("%qD must have exactly one argument")
13276 : G_("%qD must have exactly two arguments"), decl);
13277 return false;
13279 break;
13281 default:
13282 gcc_unreachable ();
13285 /* There can be no default arguments. */
13286 for (tree arg = argtypes; arg != void_list_node; arg = TREE_CHAIN (arg))
13287 if (TREE_PURPOSE (arg))
13289 TREE_PURPOSE (arg) = NULL_TREE;
13290 if (operator_code == POSTINCREMENT_EXPR
13291 || operator_code == POSTDECREMENT_EXPR)
13292 pedwarn (input_location, OPT_Wpedantic,
13293 "%qD cannot have default arguments", decl);
13294 else
13296 error ("%qD cannot have default arguments", decl);
13297 return false;
13301 /* At this point the declaration is well-formed. It may not be
13302 sensible though. */
13304 /* Check member function warnings only on the in-class declaration.
13305 There's no point warning on an out-of-class definition. */
13306 if (class_type && class_type != current_class_type)
13307 return true;
13309 /* Warn about conversion operators that will never be used. */
13310 if (IDENTIFIER_CONV_OP_P (name)
13311 && ! DECL_TEMPLATE_INFO (decl)
13312 && warn_conversion)
13314 tree t = TREE_TYPE (name);
13315 int ref = (TREE_CODE (t) == REFERENCE_TYPE);
13317 if (ref)
13318 t = TYPE_MAIN_VARIANT (TREE_TYPE (t));
13320 if (VOID_TYPE_P (t))
13321 warning (OPT_Wconversion,
13323 ? G_("conversion to a reference to void "
13324 "will never use a type conversion operator")
13325 : G_("conversion to void "
13326 "will never use a type conversion operator"));
13327 else if (class_type)
13329 if (t == class_type)
13330 warning (OPT_Wconversion,
13332 ? G_("conversion to a reference to the same type "
13333 "will never use a type conversion operator")
13334 : G_("conversion to the same type "
13335 "will never use a type conversion operator"));
13336 /* Don't force t to be complete here. */
13337 else if (MAYBE_CLASS_TYPE_P (t)
13338 && COMPLETE_TYPE_P (t)
13339 && DERIVED_FROM_P (t, class_type))
13340 warning (OPT_Wconversion,
13342 ? G_("conversion to a reference to a base class "
13343 "will never use a type conversion operator")
13344 : G_("conversion to a base class "
13345 "will never use a type conversion operator"));
13349 if (!warn_ecpp)
13350 return true;
13352 /* Effective C++ rules below. */
13354 /* More Effective C++ rule 7. */
13355 if (operator_code == TRUTH_ANDIF_EXPR
13356 || operator_code == TRUTH_ORIF_EXPR
13357 || operator_code == COMPOUND_EXPR)
13358 warning (OPT_Weffc__,
13359 "user-defined %qD always evaluates both arguments", decl);
13361 /* More Effective C++ rule 6. */
13362 if (operator_code == POSTINCREMENT_EXPR
13363 || operator_code == POSTDECREMENT_EXPR
13364 || operator_code == PREINCREMENT_EXPR
13365 || operator_code == PREDECREMENT_EXPR)
13367 tree arg = TREE_VALUE (argtypes);
13368 tree ret = TREE_TYPE (TREE_TYPE (decl));
13369 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE)
13370 arg = TREE_TYPE (arg);
13371 arg = TYPE_MAIN_VARIANT (arg);
13373 if (operator_code == PREINCREMENT_EXPR
13374 || operator_code == PREDECREMENT_EXPR)
13376 if (TREE_CODE (ret) != REFERENCE_TYPE
13377 || !same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (ret)), arg))
13378 warning (OPT_Weffc__, "prefix %qD should return %qT", decl,
13379 build_reference_type (arg));
13381 else
13383 if (!same_type_p (TYPE_MAIN_VARIANT (ret), arg))
13384 warning (OPT_Weffc__, "postfix %qD should return %qT", decl, arg);
13388 /* Effective C++ rule 23. */
13389 if (!DECL_ASSIGNMENT_OPERATOR_P (decl)
13390 && (operator_code == PLUS_EXPR
13391 || operator_code == MINUS_EXPR
13392 || operator_code == TRUNC_DIV_EXPR
13393 || operator_code == MULT_EXPR
13394 || operator_code == TRUNC_MOD_EXPR)
13395 && TREE_CODE (TREE_TYPE (TREE_TYPE (decl))) == REFERENCE_TYPE)
13396 warning (OPT_Weffc__, "%qD should return by value", decl);
13398 return true;
13401 /* Return a string giving the keyword associate with CODE. */
13403 static const char *
13404 tag_name (enum tag_types code)
13406 switch (code)
13408 case record_type:
13409 return "struct";
13410 case class_type:
13411 return "class";
13412 case union_type:
13413 return "union";
13414 case enum_type:
13415 return "enum";
13416 case typename_type:
13417 return "typename";
13418 default:
13419 gcc_unreachable ();
13423 /* Name lookup in an elaborated-type-specifier (after the keyword
13424 indicated by TAG_CODE) has found the TYPE_DECL DECL. If the
13425 elaborated-type-specifier is invalid, issue a diagnostic and return
13426 error_mark_node; otherwise, return the *_TYPE to which it referred.
13427 If ALLOW_TEMPLATE_P is true, TYPE may be a class template. */
13429 tree
13430 check_elaborated_type_specifier (enum tag_types tag_code,
13431 tree decl,
13432 bool allow_template_p)
13434 tree type;
13436 /* In the case of:
13438 struct S { struct S *p; };
13440 name lookup will find the TYPE_DECL for the implicit "S::S"
13441 typedef. Adjust for that here. */
13442 if (DECL_SELF_REFERENCE_P (decl))
13443 decl = TYPE_NAME (TREE_TYPE (decl));
13445 type = TREE_TYPE (decl);
13447 /* Check TEMPLATE_TYPE_PARM first because DECL_IMPLICIT_TYPEDEF_P
13448 is false for this case as well. */
13449 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
13451 error ("using template type parameter %qT after %qs",
13452 type, tag_name (tag_code));
13453 return error_mark_node;
13455 /* Accept template template parameters. */
13456 else if (allow_template_p
13457 && (TREE_CODE (type) == BOUND_TEMPLATE_TEMPLATE_PARM
13458 || TREE_CODE (type) == TEMPLATE_TEMPLATE_PARM))
13460 /* [dcl.type.elab]
13462 If the identifier resolves to a typedef-name or the
13463 simple-template-id resolves to an alias template
13464 specialization, the elaborated-type-specifier is ill-formed.
13466 In other words, the only legitimate declaration to use in the
13467 elaborated type specifier is the implicit typedef created when
13468 the type is declared. */
13469 else if (!DECL_IMPLICIT_TYPEDEF_P (decl)
13470 && !DECL_SELF_REFERENCE_P (decl)
13471 && tag_code != typename_type)
13473 if (alias_template_specialization_p (type))
13474 error ("using alias template specialization %qT after %qs",
13475 type, tag_name (tag_code));
13476 else
13477 error ("using typedef-name %qD after %qs", decl, tag_name (tag_code));
13478 inform (DECL_SOURCE_LOCATION (decl),
13479 "%qD has a previous declaration here", decl);
13480 return error_mark_node;
13482 else if (TREE_CODE (type) != RECORD_TYPE
13483 && TREE_CODE (type) != UNION_TYPE
13484 && tag_code != enum_type
13485 && tag_code != typename_type)
13487 error ("%qT referred to as %qs", type, tag_name (tag_code));
13488 inform (location_of (type), "%qT has a previous declaration here", type);
13489 return error_mark_node;
13491 else if (TREE_CODE (type) != ENUMERAL_TYPE
13492 && tag_code == enum_type)
13494 error ("%qT referred to as enum", type);
13495 inform (location_of (type), "%qT has a previous declaration here", type);
13496 return error_mark_node;
13498 else if (!allow_template_p
13499 && TREE_CODE (type) == RECORD_TYPE
13500 && CLASSTYPE_IS_TEMPLATE (type))
13502 /* If a class template appears as elaborated type specifier
13503 without a template header such as:
13505 template <class T> class C {};
13506 void f(class C); // No template header here
13508 then the required template argument is missing. */
13509 error ("template argument required for %<%s %T%>",
13510 tag_name (tag_code),
13511 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type)));
13512 return error_mark_node;
13515 return type;
13518 /* Lookup NAME in elaborate type specifier in scope according to
13519 SCOPE and issue diagnostics if necessary.
13520 Return *_TYPE node upon success, NULL_TREE when the NAME is not
13521 found, and ERROR_MARK_NODE for type error. */
13523 static tree
13524 lookup_and_check_tag (enum tag_types tag_code, tree name,
13525 tag_scope scope, bool template_header_p)
13527 tree t;
13528 tree decl;
13529 if (scope == ts_global)
13531 /* First try ordinary name lookup, ignoring hidden class name
13532 injected via friend declaration. */
13533 decl = lookup_name_prefer_type (name, 2);
13534 decl = strip_using_decl (decl);
13535 /* If that fails, the name will be placed in the smallest
13536 non-class, non-function-prototype scope according to 3.3.1/5.
13537 We may already have a hidden name declared as friend in this
13538 scope. So lookup again but not ignoring hidden names.
13539 If we find one, that name will be made visible rather than
13540 creating a new tag. */
13541 if (!decl)
13542 decl = lookup_type_scope (name, ts_within_enclosing_non_class);
13544 else
13545 decl = lookup_type_scope (name, scope);
13547 if (decl
13548 && (DECL_CLASS_TEMPLATE_P (decl)
13549 /* If scope is ts_current we're defining a class, so ignore a
13550 template template parameter. */
13551 || (scope != ts_current
13552 && DECL_TEMPLATE_TEMPLATE_PARM_P (decl))))
13553 decl = DECL_TEMPLATE_RESULT (decl);
13555 if (decl && TREE_CODE (decl) == TYPE_DECL)
13557 /* Look for invalid nested type:
13558 class C {
13559 class C {};
13560 }; */
13561 if (scope == ts_current && DECL_SELF_REFERENCE_P (decl))
13563 error ("%qD has the same name as the class in which it is "
13564 "declared",
13565 decl);
13566 return error_mark_node;
13569 /* Two cases we need to consider when deciding if a class
13570 template is allowed as an elaborated type specifier:
13571 1. It is a self reference to its own class.
13572 2. It comes with a template header.
13574 For example:
13576 template <class T> class C {
13577 class C *c1; // DECL_SELF_REFERENCE_P is true
13578 class D;
13580 template <class U> class C; // template_header_p is true
13581 template <class T> class C<T>::D {
13582 class C *c2; // DECL_SELF_REFERENCE_P is true
13583 }; */
13585 t = check_elaborated_type_specifier (tag_code,
13586 decl,
13587 template_header_p
13588 | DECL_SELF_REFERENCE_P (decl));
13589 if (template_header_p && t && CLASS_TYPE_P (t)
13590 && (!CLASSTYPE_TEMPLATE_INFO (t)
13591 || (!PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (t)))))
13593 error ("%qT is not a template", t);
13594 inform (location_of (t), "previous declaration here");
13595 if (TYPE_CLASS_SCOPE_P (t)
13596 && CLASSTYPE_TEMPLATE_INFO (TYPE_CONTEXT (t)))
13597 inform (input_location,
13598 "perhaps you want to explicitly add %<%T::%>",
13599 TYPE_CONTEXT (t));
13600 t = error_mark_node;
13603 return t;
13605 else if (decl && TREE_CODE (decl) == TREE_LIST)
13607 error ("reference to %qD is ambiguous", name);
13608 print_candidates (decl);
13609 return error_mark_node;
13611 else
13612 return NULL_TREE;
13615 /* Get the struct, enum or union (TAG_CODE says which) with tag NAME.
13616 Define the tag as a forward-reference if it is not defined.
13618 If a declaration is given, process it here, and report an error if
13619 multiple declarations are not identical.
13621 SCOPE is TS_CURRENT when this is also a definition. Only look in
13622 the current frame for the name (since C++ allows new names in any
13623 scope.) It is TS_WITHIN_ENCLOSING_NON_CLASS if this is a friend
13624 declaration. Only look beginning from the current scope outward up
13625 till the nearest non-class scope. Otherwise it is TS_GLOBAL.
13627 TEMPLATE_HEADER_P is true when this declaration is preceded by
13628 a set of template parameters. */
13630 static tree
13631 xref_tag_1 (enum tag_types tag_code, tree name,
13632 tag_scope scope, bool template_header_p)
13634 enum tree_code code;
13635 tree context = NULL_TREE;
13637 gcc_assert (identifier_p (name));
13639 switch (tag_code)
13641 case record_type:
13642 case class_type:
13643 code = RECORD_TYPE;
13644 break;
13645 case union_type:
13646 code = UNION_TYPE;
13647 break;
13648 case enum_type:
13649 code = ENUMERAL_TYPE;
13650 break;
13651 default:
13652 gcc_unreachable ();
13655 /* In case of anonymous name, xref_tag is only called to
13656 make type node and push name. Name lookup is not required. */
13657 tree t = NULL_TREE;
13658 if (scope != ts_lambda && !anon_aggrname_p (name))
13659 t = lookup_and_check_tag (tag_code, name, scope, template_header_p);
13661 if (t == error_mark_node)
13662 return error_mark_node;
13664 if (scope != ts_current && t && current_class_type
13665 && template_class_depth (current_class_type)
13666 && template_header_p)
13668 if (TREE_CODE (t) == TEMPLATE_TEMPLATE_PARM)
13669 return t;
13671 /* Since SCOPE is not TS_CURRENT, we are not looking at a
13672 definition of this tag. Since, in addition, we are currently
13673 processing a (member) template declaration of a template
13674 class, we must be very careful; consider:
13676 template <class X> struct S1
13678 template <class U> struct S2
13680 template <class V> friend struct S1;
13683 Here, the S2::S1 declaration should not be confused with the
13684 outer declaration. In particular, the inner version should
13685 have a template parameter of level 2, not level 1.
13687 On the other hand, when presented with:
13689 template <class T> struct S1
13691 template <class U> struct S2 {};
13692 template <class U> friend struct S2;
13695 the friend must find S1::S2 eventually. We accomplish this
13696 by making sure that the new type we create to represent this
13697 declaration has the right TYPE_CONTEXT. */
13698 context = TYPE_CONTEXT (t);
13699 t = NULL_TREE;
13702 if (! t)
13704 /* If no such tag is yet defined, create a forward-reference node
13705 and record it as the "definition".
13706 When a real declaration of this type is found,
13707 the forward-reference will be altered into a real type. */
13708 if (code == ENUMERAL_TYPE)
13710 error ("use of enum %q#D without previous declaration", name);
13711 return error_mark_node;
13713 else
13715 t = make_class_type (code);
13716 TYPE_CONTEXT (t) = context;
13717 if (scope == ts_lambda)
13719 /* Mark it as a lambda type. */
13720 CLASSTYPE_LAMBDA_EXPR (t) = error_mark_node;
13721 /* And push it into current scope. */
13722 scope = ts_current;
13724 t = pushtag (name, t, scope);
13727 else
13729 if (template_header_p && MAYBE_CLASS_TYPE_P (t))
13731 /* Check that we aren't trying to overload a class with different
13732 constraints. */
13733 tree constr = NULL_TREE;
13734 if (current_template_parms)
13736 tree reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms);
13737 constr = build_constraints (reqs, NULL_TREE);
13739 if (!redeclare_class_template (t, current_template_parms, constr))
13740 return error_mark_node;
13742 else if (!processing_template_decl
13743 && CLASS_TYPE_P (t)
13744 && CLASSTYPE_IS_TEMPLATE (t))
13746 error ("redeclaration of %qT as a non-template", t);
13747 inform (location_of (t), "previous declaration %qD", t);
13748 return error_mark_node;
13751 if (scope != ts_within_enclosing_non_class && TYPE_HIDDEN_P (t))
13753 /* This is no longer an invisible friend. Make it
13754 visible. */
13755 tree decl = TYPE_NAME (t);
13757 DECL_ANTICIPATED (decl) = false;
13758 DECL_FRIEND_P (decl) = false;
13760 if (TYPE_TEMPLATE_INFO (t))
13762 tree tmpl = TYPE_TI_TEMPLATE (t);
13763 DECL_ANTICIPATED (tmpl) = false;
13764 DECL_FRIEND_P (tmpl) = false;
13769 return t;
13772 /* Wrapper for xref_tag_1. */
13774 tree
13775 xref_tag (enum tag_types tag_code, tree name,
13776 tag_scope scope, bool template_header_p)
13778 tree ret;
13779 bool subtime;
13780 subtime = timevar_cond_start (TV_NAME_LOOKUP);
13781 ret = xref_tag_1 (tag_code, name, scope, template_header_p);
13782 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
13783 return ret;
13787 tree
13788 xref_tag_from_type (tree old, tree id, tag_scope scope)
13790 enum tag_types tag_kind;
13792 if (TREE_CODE (old) == RECORD_TYPE)
13793 tag_kind = (CLASSTYPE_DECLARED_CLASS (old) ? class_type : record_type);
13794 else
13795 tag_kind = union_type;
13797 if (id == NULL_TREE)
13798 id = TYPE_IDENTIFIER (old);
13800 return xref_tag (tag_kind, id, scope, false);
13803 /* Create the binfo hierarchy for REF with (possibly NULL) base list
13804 BASE_LIST. For each element on BASE_LIST the TREE_PURPOSE is an
13805 access_* node, and the TREE_VALUE is the type of the base-class.
13806 Non-NULL TREE_TYPE indicates virtual inheritance. */
13808 void
13809 xref_basetypes (tree ref, tree base_list)
13811 tree *basep;
13812 tree binfo, base_binfo;
13813 unsigned max_vbases = 0; /* Maximum direct & indirect virtual bases. */
13814 unsigned max_bases = 0; /* Maximum direct bases. */
13815 unsigned max_dvbases = 0; /* Maximum direct virtual bases. */
13816 int i;
13817 tree default_access;
13818 tree igo_prev; /* Track Inheritance Graph Order. */
13820 if (ref == error_mark_node)
13821 return;
13823 /* The base of a derived class is private by default, all others are
13824 public. */
13825 default_access = (TREE_CODE (ref) == RECORD_TYPE
13826 && CLASSTYPE_DECLARED_CLASS (ref)
13827 ? access_private_node : access_public_node);
13829 /* First, make sure that any templates in base-classes are
13830 instantiated. This ensures that if we call ourselves recursively
13831 we do not get confused about which classes are marked and which
13832 are not. */
13833 basep = &base_list;
13834 while (*basep)
13836 tree basetype = TREE_VALUE (*basep);
13838 /* The dependent_type_p call below should really be dependent_scope_p
13839 so that we give a hard error about using an incomplete type as a
13840 base, but we allow it with a pedwarn for backward
13841 compatibility. */
13842 if (processing_template_decl
13843 && CLASS_TYPE_P (basetype) && TYPE_BEING_DEFINED (basetype))
13844 cxx_incomplete_type_diagnostic (NULL_TREE, basetype, DK_PEDWARN);
13845 if (!dependent_type_p (basetype)
13846 && !complete_type_or_else (basetype, NULL))
13847 /* An incomplete type. Remove it from the list. */
13848 *basep = TREE_CHAIN (*basep);
13849 else
13851 max_bases++;
13852 if (TREE_TYPE (*basep))
13853 max_dvbases++;
13854 if (CLASS_TYPE_P (basetype))
13855 max_vbases += vec_safe_length (CLASSTYPE_VBASECLASSES (basetype));
13856 basep = &TREE_CHAIN (*basep);
13859 max_vbases += max_dvbases;
13861 TYPE_MARKED_P (ref) = 1;
13863 /* The binfo slot should be empty, unless this is an (ill-formed)
13864 redefinition. */
13865 gcc_assert (!TYPE_BINFO (ref) || TYPE_SIZE (ref));
13867 gcc_assert (TYPE_MAIN_VARIANT (ref) == ref);
13869 binfo = make_tree_binfo (max_bases);
13871 TYPE_BINFO (ref) = binfo;
13872 BINFO_OFFSET (binfo) = size_zero_node;
13873 BINFO_TYPE (binfo) = ref;
13875 /* Apply base-class info set up to the variants of this type. */
13876 fixup_type_variants (ref);
13878 if (max_bases)
13880 vec_alloc (BINFO_BASE_ACCESSES (binfo), max_bases);
13881 /* A C++98 POD cannot have base classes. */
13882 CLASSTYPE_NON_LAYOUT_POD_P (ref) = true;
13884 if (TREE_CODE (ref) == UNION_TYPE)
13886 error ("derived union %qT invalid", ref);
13887 return;
13891 if (max_bases > 1)
13892 warning (OPT_Wmultiple_inheritance,
13893 "%qT defined with multiple direct bases", ref);
13895 if (max_vbases)
13897 /* An aggregate can't have virtual base classes. */
13898 CLASSTYPE_NON_AGGREGATE (ref) = true;
13900 vec_alloc (CLASSTYPE_VBASECLASSES (ref), max_vbases);
13902 if (max_dvbases)
13903 warning (OPT_Wvirtual_inheritance,
13904 "%qT defined with direct virtual base", ref);
13907 for (igo_prev = binfo; base_list; base_list = TREE_CHAIN (base_list))
13909 tree access = TREE_PURPOSE (base_list);
13910 int via_virtual = TREE_TYPE (base_list) != NULL_TREE;
13911 tree basetype = TREE_VALUE (base_list);
13913 if (access == access_default_node)
13914 access = default_access;
13916 /* Before C++17, an aggregate cannot have base classes. In C++17, an
13917 aggregate can't have virtual, private, or protected base classes. */
13918 if (cxx_dialect < cxx17
13919 || access != access_public_node
13920 || via_virtual)
13921 CLASSTYPE_NON_AGGREGATE (ref) = true;
13923 if (PACK_EXPANSION_P (basetype))
13924 basetype = PACK_EXPANSION_PATTERN (basetype);
13925 if (TREE_CODE (basetype) == TYPE_DECL)
13926 basetype = TREE_TYPE (basetype);
13927 if (!MAYBE_CLASS_TYPE_P (basetype) || TREE_CODE (basetype) == UNION_TYPE)
13929 error ("base type %qT fails to be a struct or class type",
13930 basetype);
13931 goto dropped_base;
13934 base_binfo = NULL_TREE;
13935 if (CLASS_TYPE_P (basetype) && !dependent_scope_p (basetype))
13937 base_binfo = TYPE_BINFO (basetype);
13938 /* The original basetype could have been a typedef'd type. */
13939 basetype = BINFO_TYPE (base_binfo);
13941 /* Inherit flags from the base. */
13942 TYPE_HAS_NEW_OPERATOR (ref)
13943 |= TYPE_HAS_NEW_OPERATOR (basetype);
13944 TYPE_HAS_ARRAY_NEW_OPERATOR (ref)
13945 |= TYPE_HAS_ARRAY_NEW_OPERATOR (basetype);
13946 TYPE_GETS_DELETE (ref) |= TYPE_GETS_DELETE (basetype);
13947 TYPE_HAS_CONVERSION (ref) |= TYPE_HAS_CONVERSION (basetype);
13948 CLASSTYPE_DIAMOND_SHAPED_P (ref)
13949 |= CLASSTYPE_DIAMOND_SHAPED_P (basetype);
13950 CLASSTYPE_REPEATED_BASE_P (ref)
13951 |= CLASSTYPE_REPEATED_BASE_P (basetype);
13954 /* We must do this test after we've seen through a typedef
13955 type. */
13956 if (TYPE_MARKED_P (basetype))
13958 if (basetype == ref)
13959 error ("recursive type %qT undefined", basetype);
13960 else
13961 error ("duplicate base type %qT invalid", basetype);
13962 goto dropped_base;
13965 if (PACK_EXPANSION_P (TREE_VALUE (base_list)))
13966 /* Regenerate the pack expansion for the bases. */
13967 basetype = make_pack_expansion (basetype);
13969 TYPE_MARKED_P (basetype) = 1;
13971 base_binfo = copy_binfo (base_binfo, basetype, ref,
13972 &igo_prev, via_virtual);
13973 if (!BINFO_INHERITANCE_CHAIN (base_binfo))
13974 BINFO_INHERITANCE_CHAIN (base_binfo) = binfo;
13976 BINFO_BASE_APPEND (binfo, base_binfo);
13977 BINFO_BASE_ACCESS_APPEND (binfo, access);
13978 continue;
13980 dropped_base:
13981 /* Update max_vbases to reflect the reality that we are dropping
13982 this base: if it reaches zero we want to undo the vec_alloc
13983 above to avoid inconsistencies during error-recovery: eg, in
13984 build_special_member_call, CLASSTYPE_VBASECLASSES non null
13985 and vtt null (c++/27952). */
13986 if (via_virtual)
13987 max_vbases--;
13988 if (CLASS_TYPE_P (basetype))
13989 max_vbases
13990 -= vec_safe_length (CLASSTYPE_VBASECLASSES (basetype));
13993 if (CLASSTYPE_VBASECLASSES (ref)
13994 && max_vbases == 0)
13995 vec_free (CLASSTYPE_VBASECLASSES (ref));
13997 if (vec_safe_length (CLASSTYPE_VBASECLASSES (ref)) < max_vbases)
13998 /* If we didn't get max_vbases vbases, we must have shared at
13999 least one of them, and are therefore diamond shaped. */
14000 CLASSTYPE_DIAMOND_SHAPED_P (ref) = 1;
14002 /* Unmark all the types. */
14003 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
14004 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
14005 TYPE_MARKED_P (ref) = 0;
14007 /* Now see if we have a repeated base type. */
14008 if (!CLASSTYPE_REPEATED_BASE_P (ref))
14010 for (base_binfo = binfo; base_binfo;
14011 base_binfo = TREE_CHAIN (base_binfo))
14013 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
14015 CLASSTYPE_REPEATED_BASE_P (ref) = 1;
14016 break;
14018 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 1;
14020 for (base_binfo = binfo; base_binfo;
14021 base_binfo = TREE_CHAIN (base_binfo))
14022 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
14023 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
14024 else
14025 break;
14030 /* Copies the enum-related properties from type SRC to type DST.
14031 Used with the underlying type of an enum and the enum itself. */
14032 static void
14033 copy_type_enum (tree dst, tree src)
14035 tree t;
14036 for (t = dst; t; t = TYPE_NEXT_VARIANT (t))
14038 TYPE_MIN_VALUE (t) = TYPE_MIN_VALUE (src);
14039 TYPE_MAX_VALUE (t) = TYPE_MAX_VALUE (src);
14040 TYPE_SIZE (t) = TYPE_SIZE (src);
14041 TYPE_SIZE_UNIT (t) = TYPE_SIZE_UNIT (src);
14042 SET_TYPE_MODE (dst, TYPE_MODE (src));
14043 TYPE_PRECISION (t) = TYPE_PRECISION (src);
14044 unsigned valign = TYPE_ALIGN (src);
14045 if (TYPE_USER_ALIGN (t))
14046 valign = MAX (valign, TYPE_ALIGN (t));
14047 else
14048 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (src);
14049 SET_TYPE_ALIGN (t, valign);
14050 TYPE_UNSIGNED (t) = TYPE_UNSIGNED (src);
14054 /* Begin compiling the definition of an enumeration type.
14055 NAME is its name,
14057 if ENUMTYPE is not NULL_TREE then the type has alredy been found.
14059 UNDERLYING_TYPE is the type that will be used as the storage for
14060 the enumeration type. This should be NULL_TREE if no storage type
14061 was specified.
14063 ATTRIBUTES are any attributes specified after the enum-key.
14065 SCOPED_ENUM_P is true if this is a scoped enumeration type.
14067 if IS_NEW is not NULL, gets TRUE iff a new type is created.
14069 Returns the type object, as yet incomplete.
14070 Also records info about it so that build_enumerator
14071 may be used to declare the individual values as they are read. */
14073 tree
14074 start_enum (tree name, tree enumtype, tree underlying_type,
14075 tree attributes, bool scoped_enum_p, bool *is_new)
14077 tree prevtype = NULL_TREE;
14078 gcc_assert (identifier_p (name));
14080 if (is_new)
14081 *is_new = false;
14082 /* [C++0x dcl.enum]p5:
14084 If not explicitly specified, the underlying type of a scoped
14085 enumeration type is int. */
14086 if (!underlying_type && scoped_enum_p)
14087 underlying_type = integer_type_node;
14089 if (underlying_type)
14090 underlying_type = cv_unqualified (underlying_type);
14092 /* If this is the real definition for a previous forward reference,
14093 fill in the contents in the same object that used to be the
14094 forward reference. */
14095 if (!enumtype)
14096 enumtype = lookup_and_check_tag (enum_type, name,
14097 /*tag_scope=*/ts_current,
14098 /*template_header_p=*/false);
14100 /* In case of a template_decl, the only check that should be deferred
14101 to instantiation time is the comparison of underlying types. */
14102 if (enumtype && TREE_CODE (enumtype) == ENUMERAL_TYPE)
14104 if (scoped_enum_p != SCOPED_ENUM_P (enumtype))
14106 error_at (input_location, "scoped/unscoped mismatch "
14107 "in enum %q#T", enumtype);
14108 inform (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
14109 "previous definition here");
14110 enumtype = error_mark_node;
14112 else if (ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) != !! underlying_type)
14114 error_at (input_location, "underlying type mismatch "
14115 "in enum %q#T", enumtype);
14116 inform (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
14117 "previous definition here");
14118 enumtype = error_mark_node;
14120 else if (underlying_type && ENUM_UNDERLYING_TYPE (enumtype)
14121 && !dependent_type_p (underlying_type)
14122 && !dependent_type_p (ENUM_UNDERLYING_TYPE (enumtype))
14123 && !same_type_p (underlying_type,
14124 ENUM_UNDERLYING_TYPE (enumtype)))
14126 error_at (input_location, "different underlying type "
14127 "in enum %q#T", enumtype);
14128 inform (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
14129 "previous definition here");
14130 underlying_type = NULL_TREE;
14134 if (!enumtype || TREE_CODE (enumtype) != ENUMERAL_TYPE
14135 || processing_template_decl)
14137 /* In case of error, make a dummy enum to allow parsing to
14138 continue. */
14139 if (enumtype == error_mark_node)
14141 name = make_anon_name ();
14142 enumtype = NULL_TREE;
14145 /* enumtype may be an ENUMERAL_TYPE if this is a redefinition
14146 of an opaque enum, or an opaque enum of an already defined
14147 enumeration (C++0x only).
14148 In any other case, it'll be NULL_TREE. */
14149 if (!enumtype)
14151 if (is_new)
14152 *is_new = true;
14154 prevtype = enumtype;
14156 /* Do not push the decl more than once, unless we need to
14157 compare underlying types at instantiation time */
14158 if (!enumtype
14159 || TREE_CODE (enumtype) != ENUMERAL_TYPE
14160 || (underlying_type
14161 && dependent_type_p (underlying_type))
14162 || (ENUM_UNDERLYING_TYPE (enumtype)
14163 && dependent_type_p (ENUM_UNDERLYING_TYPE (enumtype))))
14165 enumtype = cxx_make_type (ENUMERAL_TYPE);
14166 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
14168 /* std::byte aliases anything. */
14169 if (enumtype != error_mark_node
14170 && TYPE_CONTEXT (enumtype) == std_node
14171 && !strcmp ("byte", TYPE_NAME_STRING (enumtype)))
14172 TYPE_ALIAS_SET (enumtype) = 0;
14174 else
14175 enumtype = xref_tag (enum_type, name, /*tag_scope=*/ts_current,
14176 false);
14178 if (enumtype == error_mark_node)
14179 return error_mark_node;
14181 /* The enum is considered opaque until the opening '{' of the
14182 enumerator list. */
14183 SET_OPAQUE_ENUM_P (enumtype, true);
14184 ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) = !! underlying_type;
14187 SET_SCOPED_ENUM_P (enumtype, scoped_enum_p);
14189 cplus_decl_attributes (&enumtype, attributes, (int)ATTR_FLAG_TYPE_IN_PLACE);
14191 if (underlying_type)
14193 if (ENUM_UNDERLYING_TYPE (enumtype))
14194 /* We already checked that it matches, don't change it to a different
14195 typedef variant. */;
14196 else if (CP_INTEGRAL_TYPE_P (underlying_type))
14198 copy_type_enum (enumtype, underlying_type);
14199 ENUM_UNDERLYING_TYPE (enumtype) = underlying_type;
14201 else if (dependent_type_p (underlying_type))
14202 ENUM_UNDERLYING_TYPE (enumtype) = underlying_type;
14203 else
14204 error ("underlying type %qT of %qT must be an integral type",
14205 underlying_type, enumtype);
14208 /* If into a template class, the returned enum is always the first
14209 declaration (opaque or not) seen. This way all the references to
14210 this type will be to the same declaration. The following ones are used
14211 only to check for definition errors. */
14212 if (prevtype && processing_template_decl)
14213 return prevtype;
14214 else
14215 return enumtype;
14218 /* After processing and defining all the values of an enumeration type,
14219 install their decls in the enumeration type.
14220 ENUMTYPE is the type object. */
14222 void
14223 finish_enum_value_list (tree enumtype)
14225 tree values;
14226 tree underlying_type;
14227 tree decl;
14228 tree value;
14229 tree minnode, maxnode;
14230 tree t;
14232 bool fixed_underlying_type_p
14233 = ENUM_UNDERLYING_TYPE (enumtype) != NULL_TREE;
14235 /* We built up the VALUES in reverse order. */
14236 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
14238 /* For an enum defined in a template, just set the type of the values;
14239 all further processing is postponed until the template is
14240 instantiated. We need to set the type so that tsubst of a CONST_DECL
14241 works. */
14242 if (processing_template_decl)
14244 for (values = TYPE_VALUES (enumtype);
14245 values;
14246 values = TREE_CHAIN (values))
14247 TREE_TYPE (TREE_VALUE (values)) = enumtype;
14248 return;
14251 /* Determine the minimum and maximum values of the enumerators. */
14252 if (TYPE_VALUES (enumtype))
14254 minnode = maxnode = NULL_TREE;
14256 for (values = TYPE_VALUES (enumtype);
14257 values;
14258 values = TREE_CHAIN (values))
14260 decl = TREE_VALUE (values);
14262 /* [dcl.enum]: Following the closing brace of an enum-specifier,
14263 each enumerator has the type of its enumeration. Prior to the
14264 closing brace, the type of each enumerator is the type of its
14265 initializing value. */
14266 TREE_TYPE (decl) = enumtype;
14268 /* Update the minimum and maximum values, if appropriate. */
14269 value = DECL_INITIAL (decl);
14270 if (value == error_mark_node)
14271 value = integer_zero_node;
14272 /* Figure out what the minimum and maximum values of the
14273 enumerators are. */
14274 if (!minnode)
14275 minnode = maxnode = value;
14276 else if (tree_int_cst_lt (maxnode, value))
14277 maxnode = value;
14278 else if (tree_int_cst_lt (value, minnode))
14279 minnode = value;
14282 else
14283 /* [dcl.enum]
14285 If the enumerator-list is empty, the underlying type is as if
14286 the enumeration had a single enumerator with value 0. */
14287 minnode = maxnode = integer_zero_node;
14289 if (!fixed_underlying_type_p)
14291 /* Compute the number of bits require to represent all values of the
14292 enumeration. We must do this before the type of MINNODE and
14293 MAXNODE are transformed, since tree_int_cst_min_precision relies
14294 on the TREE_TYPE of the value it is passed. */
14295 signop sgn = tree_int_cst_sgn (minnode) >= 0 ? UNSIGNED : SIGNED;
14296 int lowprec = tree_int_cst_min_precision (minnode, sgn);
14297 int highprec = tree_int_cst_min_precision (maxnode, sgn);
14298 int precision = MAX (lowprec, highprec);
14299 unsigned int itk;
14300 bool use_short_enum;
14302 /* Determine the underlying type of the enumeration.
14304 [dcl.enum]
14306 The underlying type of an enumeration is an integral type that
14307 can represent all the enumerator values defined in the
14308 enumeration. It is implementation-defined which integral type is
14309 used as the underlying type for an enumeration except that the
14310 underlying type shall not be larger than int unless the value of
14311 an enumerator cannot fit in an int or unsigned int.
14313 We use "int" or an "unsigned int" as the underlying type, even if
14314 a smaller integral type would work, unless the user has
14315 explicitly requested that we use the smallest possible type. The
14316 user can request that for all enumerations with a command line
14317 flag, or for just one enumeration with an attribute. */
14319 use_short_enum = flag_short_enums
14320 || lookup_attribute ("packed", TYPE_ATTRIBUTES (enumtype));
14322 /* If the precision of the type was specified with an attribute and it
14323 was too small, give an error. Otherwise, use it. */
14324 if (TYPE_PRECISION (enumtype))
14326 if (precision > TYPE_PRECISION (enumtype))
14327 error ("specified mode too small for enumeral values");
14328 else
14330 use_short_enum = true;
14331 precision = TYPE_PRECISION (enumtype);
14335 for (itk = (use_short_enum ? itk_char : itk_int);
14336 itk != itk_none;
14337 itk++)
14339 underlying_type = integer_types[itk];
14340 if (underlying_type != NULL_TREE
14341 && TYPE_PRECISION (underlying_type) >= precision
14342 && TYPE_SIGN (underlying_type) == sgn)
14343 break;
14345 if (itk == itk_none)
14347 /* DR 377
14349 IF no integral type can represent all the enumerator values, the
14350 enumeration is ill-formed. */
14351 error ("no integral type can represent all of the enumerator values "
14352 "for %qT", enumtype);
14353 precision = TYPE_PRECISION (long_long_integer_type_node);
14354 underlying_type = integer_types[itk_unsigned_long_long];
14357 /* [dcl.enum]
14359 The value of sizeof() applied to an enumeration type, an object
14360 of an enumeration type, or an enumerator, is the value of sizeof()
14361 applied to the underlying type. */
14362 copy_type_enum (enumtype, underlying_type);
14364 /* Compute the minimum and maximum values for the type.
14366 [dcl.enum]
14368 For an enumeration where emin is the smallest enumerator and emax
14369 is the largest, the values of the enumeration are the values of the
14370 underlying type in the range bmin to bmax, where bmin and bmax are,
14371 respectively, the smallest and largest values of the smallest bit-
14372 field that can store emin and emax. */
14374 /* The middle-end currently assumes that types with TYPE_PRECISION
14375 narrower than their underlying type are suitably zero or sign
14376 extended to fill their mode. Similarly, it assumes that the front
14377 end assures that a value of a particular type must be within
14378 TYPE_MIN_VALUE and TYPE_MAX_VALUE.
14380 We used to set these fields based on bmin and bmax, but that led
14381 to invalid assumptions like optimizing away bounds checking. So
14382 now we just set the TYPE_PRECISION, TYPE_MIN_VALUE, and
14383 TYPE_MAX_VALUE to the values for the mode above and only restrict
14384 the ENUM_UNDERLYING_TYPE for the benefit of diagnostics. */
14385 ENUM_UNDERLYING_TYPE (enumtype)
14386 = build_distinct_type_copy (underlying_type);
14387 TYPE_PRECISION (ENUM_UNDERLYING_TYPE (enumtype)) = precision;
14388 set_min_and_max_values_for_integral_type
14389 (ENUM_UNDERLYING_TYPE (enumtype), precision, sgn);
14391 /* If -fstrict-enums, still constrain TYPE_MIN/MAX_VALUE. */
14392 if (flag_strict_enums)
14393 set_min_and_max_values_for_integral_type (enumtype, precision, sgn);
14395 else
14396 underlying_type = ENUM_UNDERLYING_TYPE (enumtype);
14398 /* Convert each of the enumerators to the type of the underlying
14399 type of the enumeration. */
14400 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values))
14402 location_t saved_location;
14404 decl = TREE_VALUE (values);
14405 saved_location = input_location;
14406 input_location = DECL_SOURCE_LOCATION (decl);
14407 if (fixed_underlying_type_p)
14408 /* If the enumeration type has a fixed underlying type, we
14409 already checked all of the enumerator values. */
14410 value = DECL_INITIAL (decl);
14411 else
14412 value = perform_implicit_conversion (underlying_type,
14413 DECL_INITIAL (decl),
14414 tf_warning_or_error);
14415 input_location = saved_location;
14417 /* Do not clobber shared ints. */
14418 if (value != error_mark_node)
14420 value = copy_node (value);
14422 TREE_TYPE (value) = enumtype;
14424 DECL_INITIAL (decl) = value;
14427 /* Fix up all variant types of this enum type. */
14428 for (t = TYPE_MAIN_VARIANT (enumtype); t; t = TYPE_NEXT_VARIANT (t))
14429 TYPE_VALUES (t) = TYPE_VALUES (enumtype);
14431 if (at_class_scope_p ()
14432 && COMPLETE_TYPE_P (current_class_type)
14433 && UNSCOPED_ENUM_P (enumtype))
14435 insert_late_enum_def_bindings (current_class_type, enumtype);
14436 /* TYPE_FIELDS needs fixup. */
14437 fixup_type_variants (current_class_type);
14440 /* Finish debugging output for this type. */
14441 rest_of_type_compilation (enumtype, namespace_bindings_p ());
14443 /* Each enumerator now has the type of its enumeration. Clear the cache
14444 so that this change in types doesn't confuse us later on. */
14445 clear_cv_and_fold_caches ();
14448 /* Finishes the enum type. This is called only the first time an
14449 enumeration is seen, be it opaque or odinary.
14450 ENUMTYPE is the type object. */
14452 void
14453 finish_enum (tree enumtype)
14455 if (processing_template_decl)
14457 if (at_function_scope_p ())
14458 add_stmt (build_min (TAG_DEFN, enumtype));
14459 return;
14462 /* If this is a forward declaration, there should not be any variants,
14463 though we can get a variant in the middle of an enum-specifier with
14464 wacky code like 'enum E { e = sizeof(const E*) };' */
14465 gcc_assert (enumtype == TYPE_MAIN_VARIANT (enumtype)
14466 && (TYPE_VALUES (enumtype)
14467 || !TYPE_NEXT_VARIANT (enumtype)));
14470 /* Build and install a CONST_DECL for an enumeration constant of the
14471 enumeration type ENUMTYPE whose NAME and VALUE (if any) are provided.
14472 Apply ATTRIBUTES if available. LOC is the location of NAME.
14473 Assignment of sequential values by default is handled here. */
14475 void
14476 build_enumerator (tree name, tree value, tree enumtype, tree attributes,
14477 location_t loc)
14479 tree decl;
14480 tree context;
14481 tree type;
14483 /* scalar_constant_value will pull out this expression, so make sure
14484 it's folded as appropriate. */
14485 if (processing_template_decl)
14486 value = fold_non_dependent_expr (value);
14488 /* If the VALUE was erroneous, pretend it wasn't there; that will
14489 result in the enum being assigned the next value in sequence. */
14490 if (value == error_mark_node)
14491 value = NULL_TREE;
14493 /* Remove no-op casts from the value. */
14494 if (value)
14495 STRIP_TYPE_NOPS (value);
14497 if (! processing_template_decl)
14499 /* Validate and default VALUE. */
14500 if (value != NULL_TREE)
14502 if (!ENUM_UNDERLYING_TYPE (enumtype))
14504 tree tmp_value = build_expr_type_conversion (WANT_INT | WANT_ENUM,
14505 value, true);
14506 if (tmp_value)
14507 value = tmp_value;
14509 else if (! INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P
14510 (TREE_TYPE (value)))
14511 value = perform_implicit_conversion_flags
14512 (ENUM_UNDERLYING_TYPE (enumtype), value, tf_warning_or_error,
14513 LOOKUP_IMPLICIT | LOOKUP_NO_NARROWING);
14515 if (value == error_mark_node)
14516 value = NULL_TREE;
14518 if (value != NULL_TREE)
14520 if (! INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P
14521 (TREE_TYPE (value)))
14523 error ("enumerator value for %qD must have integral or "
14524 "unscoped enumeration type", name);
14525 value = NULL_TREE;
14527 else
14529 value = cxx_constant_value (value);
14531 if (TREE_CODE (value) != INTEGER_CST)
14533 error ("enumerator value for %qD is not an integer "
14534 "constant", name);
14535 value = NULL_TREE;
14541 /* Default based on previous value. */
14542 if (value == NULL_TREE)
14544 if (TYPE_VALUES (enumtype))
14546 tree prev_value;
14547 bool overflowed;
14549 /* C++03 7.2/4: If no initializer is specified for the first
14550 enumerator, the type is an unspecified integral
14551 type. Otherwise the type is the same as the type of the
14552 initializing value of the preceding enumerator unless the
14553 incremented value is not representable in that type, in
14554 which case the type is an unspecified integral type
14555 sufficient to contain the incremented value. */
14556 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype)));
14557 if (error_operand_p (prev_value))
14558 value = error_mark_node;
14559 else
14561 tree type = TREE_TYPE (prev_value);
14562 signop sgn = TYPE_SIGN (type);
14563 widest_int wi = wi::add (wi::to_widest (prev_value), 1, sgn,
14564 &overflowed);
14565 if (!overflowed)
14567 bool pos = !wi::neg_p (wi, sgn);
14568 if (!wi::fits_to_tree_p (wi, type))
14570 unsigned int itk;
14571 for (itk = itk_int; itk != itk_none; itk++)
14573 type = integer_types[itk];
14574 if (type != NULL_TREE
14575 && (pos || !TYPE_UNSIGNED (type))
14576 && wi::fits_to_tree_p (wi, type))
14577 break;
14579 if (type && cxx_dialect < cxx11
14580 && itk > itk_unsigned_long)
14581 pedwarn (input_location, OPT_Wlong_long,
14582 pos ? G_("\
14583 incremented enumerator value is too large for %<unsigned long%>") : G_("\
14584 incremented enumerator value is too large for %<long%>"));
14586 if (type == NULL_TREE)
14587 overflowed = true;
14588 else
14589 value = wide_int_to_tree (type, wi);
14592 if (overflowed)
14594 error ("overflow in enumeration values at %qD", name);
14595 value = error_mark_node;
14599 else
14600 value = integer_zero_node;
14603 /* Remove no-op casts from the value. */
14604 STRIP_TYPE_NOPS (value);
14606 /* If the underlying type of the enum is fixed, check whether
14607 the enumerator values fits in the underlying type. If it
14608 does not fit, the program is ill-formed [C++0x dcl.enum]. */
14609 if (ENUM_UNDERLYING_TYPE (enumtype)
14610 && value
14611 && TREE_CODE (value) == INTEGER_CST)
14613 if (!int_fits_type_p (value, ENUM_UNDERLYING_TYPE (enumtype)))
14614 error ("enumerator value %qE is outside the range of underlying "
14615 "type %qT", value, ENUM_UNDERLYING_TYPE (enumtype));
14617 /* Convert the value to the appropriate type. */
14618 value = fold_convert (ENUM_UNDERLYING_TYPE (enumtype), value);
14622 /* C++ associates enums with global, function, or class declarations. */
14623 context = current_scope ();
14625 /* Build the actual enumeration constant. Note that the enumeration
14626 constants have the underlying type of the enum (if it is fixed)
14627 or the type of their initializer (if the underlying type of the
14628 enum is not fixed):
14630 [ C++0x dcl.enum ]
14632 If the underlying type is fixed, the type of each enumerator
14633 prior to the closing brace is the underlying type; if the
14634 initializing value of an enumerator cannot be represented by
14635 the underlying type, the program is ill-formed. If the
14636 underlying type is not fixed, the type of each enumerator is
14637 the type of its initializing value.
14639 If the underlying type is not fixed, it will be computed by
14640 finish_enum and we will reset the type of this enumerator. Of
14641 course, if we're processing a template, there may be no value. */
14642 type = value ? TREE_TYPE (value) : NULL_TREE;
14644 decl = build_decl (loc, CONST_DECL, name, type);
14646 DECL_CONTEXT (decl) = enumtype;
14647 TREE_CONSTANT (decl) = 1;
14648 TREE_READONLY (decl) = 1;
14649 DECL_INITIAL (decl) = value;
14651 if (attributes)
14652 cplus_decl_attributes (&decl, attributes, 0);
14654 if (context && context == current_class_type && !SCOPED_ENUM_P (enumtype))
14656 /* In something like `struct S { enum E { i = 7 }; };' we put `i'
14657 on the TYPE_FIELDS list for `S'. (That's so that you can say
14658 things like `S::i' later.) */
14660 /* The enumerator may be getting declared outside of its enclosing
14661 class, like so:
14663 class S { public: enum E : int; }; enum S::E : int { i = 7; };
14665 For which case we need to make sure that the access of `S::i'
14666 matches the access of `S::E'. */
14667 tree saved_cas = current_access_specifier;
14668 if (TREE_PRIVATE (TYPE_NAME (enumtype)))
14669 current_access_specifier = access_private_node;
14670 else if (TREE_PROTECTED (TYPE_NAME (enumtype)))
14671 current_access_specifier = access_protected_node;
14672 else
14673 current_access_specifier = access_public_node;
14675 finish_member_declaration (decl);
14677 current_access_specifier = saved_cas;
14679 else
14680 pushdecl (decl);
14682 /* Add this enumeration constant to the list for this type. */
14683 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype));
14686 /* Look for an enumerator with the given NAME within the enumeration
14687 type ENUMTYPE. This routine is used primarily for qualified name
14688 lookup into an enumerator in C++0x, e.g.,
14690 enum class Color { Red, Green, Blue };
14692 Color color = Color::Red;
14694 Returns the value corresponding to the enumerator, or
14695 NULL_TREE if no such enumerator was found. */
14696 tree
14697 lookup_enumerator (tree enumtype, tree name)
14699 tree e;
14700 gcc_assert (enumtype && TREE_CODE (enumtype) == ENUMERAL_TYPE);
14702 e = purpose_member (name, TYPE_VALUES (enumtype));
14703 return e? TREE_VALUE (e) : NULL_TREE;
14707 /* We're defining DECL. Make sure that its type is OK. */
14709 static void
14710 check_function_type (tree decl, tree current_function_parms)
14712 tree fntype = TREE_TYPE (decl);
14713 tree return_type = complete_type (TREE_TYPE (fntype));
14715 /* In a function definition, arg types must be complete. */
14716 require_complete_types_for_parms (current_function_parms);
14718 if (dependent_type_p (return_type)
14719 || type_uses_auto (return_type))
14720 return;
14721 if (!COMPLETE_OR_VOID_TYPE_P (return_type))
14723 tree args = TYPE_ARG_TYPES (fntype);
14725 error ("return type %q#T is incomplete", return_type);
14727 /* Make it return void instead. */
14728 if (TREE_CODE (fntype) == METHOD_TYPE)
14729 fntype = build_method_type_directly (TREE_TYPE (TREE_VALUE (args)),
14730 void_type_node,
14731 TREE_CHAIN (args));
14732 else
14733 fntype = build_function_type (void_type_node, args);
14734 fntype
14735 = build_exception_variant (fntype,
14736 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (decl)));
14737 fntype = (cp_build_type_attribute_variant
14738 (fntype, TYPE_ATTRIBUTES (TREE_TYPE (decl))));
14739 TREE_TYPE (decl) = fntype;
14741 else
14743 abstract_virtuals_error (decl, TREE_TYPE (fntype));
14744 maybe_warn_parm_abi (TREE_TYPE (fntype),
14745 DECL_SOURCE_LOCATION (decl));
14749 /* True iff FN is an implicitly-defined default constructor. */
14751 static bool
14752 implicit_default_ctor_p (tree fn)
14754 return (DECL_CONSTRUCTOR_P (fn)
14755 && !user_provided_p (fn)
14756 && sufficient_parms_p (FUNCTION_FIRST_USER_PARMTYPE (fn)));
14759 /* Clobber the contents of *this to let the back end know that the object
14760 storage is dead when we enter the constructor or leave the destructor. */
14762 static tree
14763 build_clobber_this ()
14765 /* Clobbering an empty base is pointless, and harmful if its one byte
14766 TYPE_SIZE overlays real data. */
14767 if (is_empty_class (current_class_type))
14768 return void_node;
14770 /* If we have virtual bases, clobber the whole object, but only if we're in
14771 charge. If we don't have virtual bases, clobber the as-base type so we
14772 don't mess with tail padding. */
14773 bool vbases = CLASSTYPE_VBASECLASSES (current_class_type);
14775 tree ctype = current_class_type;
14776 if (!vbases)
14777 ctype = CLASSTYPE_AS_BASE (ctype);
14779 tree clobber = build_constructor (ctype, NULL);
14780 TREE_THIS_VOLATILE (clobber) = true;
14782 tree thisref = current_class_ref;
14783 if (ctype != current_class_type)
14785 thisref = build_nop (build_reference_type (ctype), current_class_ptr);
14786 thisref = convert_from_reference (thisref);
14789 tree exprstmt = build2 (MODIFY_EXPR, void_type_node, thisref, clobber);
14790 if (vbases)
14791 exprstmt = build_if_in_charge (exprstmt);
14793 return exprstmt;
14796 /* Create the FUNCTION_DECL for a function definition.
14797 DECLSPECS and DECLARATOR are the parts of the declaration;
14798 they describe the function's name and the type it returns,
14799 but twisted together in a fashion that parallels the syntax of C.
14801 FLAGS is a bitwise or of SF_PRE_PARSED (indicating that the
14802 DECLARATOR is really the DECL for the function we are about to
14803 process and that DECLSPECS should be ignored), SF_INCLASS_INLINE
14804 indicating that the function is an inline defined in-class.
14806 This function creates a binding context for the function body
14807 as well as setting up the FUNCTION_DECL in current_function_decl.
14809 For C++, we must first check whether that datum makes any sense.
14810 For example, "class A local_a(1,2);" means that variable local_a
14811 is an aggregate of type A, which should have a constructor
14812 applied to it with the argument list [1, 2].
14814 On entry, DECL_INITIAL (decl1) should be NULL_TREE or error_mark_node,
14815 or may be a BLOCK if the function has been defined previously
14816 in this translation unit. On exit, DECL_INITIAL (decl1) will be
14817 error_mark_node if the function has never been defined, or
14818 a BLOCK if the function has been defined somewhere. */
14820 bool
14821 start_preparsed_function (tree decl1, tree attrs, int flags)
14823 tree ctype = NULL_TREE;
14824 tree fntype;
14825 tree restype;
14826 int doing_friend = 0;
14827 cp_binding_level *bl;
14828 tree current_function_parms;
14829 struct c_fileinfo *finfo
14830 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1)));
14831 bool honor_interface;
14833 /* Sanity check. */
14834 gcc_assert (VOID_TYPE_P (TREE_VALUE (void_list_node)));
14835 gcc_assert (TREE_CHAIN (void_list_node) == NULL_TREE);
14837 fntype = TREE_TYPE (decl1);
14838 if (TREE_CODE (fntype) == METHOD_TYPE)
14839 ctype = TYPE_METHOD_BASETYPE (fntype);
14841 /* ISO C++ 11.4/5. A friend function defined in a class is in
14842 the (lexical) scope of the class in which it is defined. */
14843 if (!ctype && DECL_FRIEND_P (decl1))
14845 ctype = DECL_FRIEND_CONTEXT (decl1);
14847 /* CTYPE could be null here if we're dealing with a template;
14848 for example, `inline friend float foo()' inside a template
14849 will have no CTYPE set. */
14850 if (ctype && TREE_CODE (ctype) != RECORD_TYPE)
14851 ctype = NULL_TREE;
14852 else
14853 doing_friend = 1;
14856 if (DECL_DECLARED_INLINE_P (decl1)
14857 && lookup_attribute ("noinline", attrs))
14858 warning_at (DECL_SOURCE_LOCATION (decl1), 0,
14859 "inline function %qD given attribute noinline", decl1);
14861 /* Handle gnu_inline attribute. */
14862 if (GNU_INLINE_P (decl1))
14864 DECL_EXTERNAL (decl1) = 1;
14865 DECL_NOT_REALLY_EXTERN (decl1) = 0;
14866 DECL_INTERFACE_KNOWN (decl1) = 1;
14867 DECL_DISREGARD_INLINE_LIMITS (decl1) = 1;
14870 if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (decl1))
14871 /* This is a constructor, we must ensure that any default args
14872 introduced by this definition are propagated to the clones
14873 now. The clones are used directly in overload resolution. */
14874 adjust_clone_args (decl1);
14876 /* Sometimes we don't notice that a function is a static member, and
14877 build a METHOD_TYPE for it. Fix that up now. */
14878 gcc_assert (!(ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1)
14879 && TREE_CODE (TREE_TYPE (decl1)) == METHOD_TYPE));
14881 /* Set up current_class_type, and enter the scope of the class, if
14882 appropriate. */
14883 if (ctype)
14884 push_nested_class (ctype);
14885 else if (DECL_STATIC_FUNCTION_P (decl1))
14886 push_nested_class (DECL_CONTEXT (decl1));
14888 /* Now that we have entered the scope of the class, we must restore
14889 the bindings for any template parameters surrounding DECL1, if it
14890 is an inline member template. (Order is important; consider the
14891 case where a template parameter has the same name as a field of
14892 the class.) It is not until after this point that
14893 PROCESSING_TEMPLATE_DECL is guaranteed to be set up correctly. */
14894 if (flags & SF_INCLASS_INLINE)
14895 maybe_begin_member_template_processing (decl1);
14897 /* Effective C++ rule 15. */
14898 if (warn_ecpp
14899 && DECL_ASSIGNMENT_OPERATOR_P (decl1)
14900 && DECL_OVERLOADED_OPERATOR_IS (decl1, NOP_EXPR)
14901 && VOID_TYPE_P (TREE_TYPE (fntype)))
14902 warning (OPT_Weffc__,
14903 "%<operator=%> should return a reference to %<*this%>");
14905 /* Make the init_value nonzero so pushdecl knows this is not tentative.
14906 error_mark_node is replaced below (in poplevel) with the BLOCK. */
14907 if (!DECL_INITIAL (decl1))
14908 DECL_INITIAL (decl1) = error_mark_node;
14910 /* This function exists in static storage.
14911 (This does not mean `static' in the C sense!) */
14912 TREE_STATIC (decl1) = 1;
14914 /* We must call push_template_decl after current_class_type is set
14915 up. (If we are processing inline definitions after exiting a
14916 class scope, current_class_type will be NULL_TREE until set above
14917 by push_nested_class.) */
14918 if (processing_template_decl)
14920 tree newdecl1 = push_template_decl (decl1);
14921 if (newdecl1 == error_mark_node)
14923 if (ctype || DECL_STATIC_FUNCTION_P (decl1))
14924 pop_nested_class ();
14925 return false;
14927 decl1 = newdecl1;
14930 /* Make sure the parameter and return types are reasonable. When
14931 you declare a function, these types can be incomplete, but they
14932 must be complete when you define the function. */
14933 check_function_type (decl1, DECL_ARGUMENTS (decl1));
14935 /* Build the return declaration for the function. */
14936 restype = TREE_TYPE (fntype);
14938 if (DECL_RESULT (decl1) == NULL_TREE)
14940 tree resdecl;
14942 resdecl = build_decl (input_location, RESULT_DECL, 0, restype);
14943 DECL_ARTIFICIAL (resdecl) = 1;
14944 DECL_IGNORED_P (resdecl) = 1;
14945 DECL_RESULT (decl1) = resdecl;
14947 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
14950 /* Record the decl so that the function name is defined.
14951 If we already have a decl for this name, and it is a FUNCTION_DECL,
14952 use the old decl. */
14953 if (!processing_template_decl && !(flags & SF_PRE_PARSED))
14955 /* A specialization is not used to guide overload resolution. */
14956 if (!DECL_FUNCTION_MEMBER_P (decl1)
14957 && !(DECL_USE_TEMPLATE (decl1) &&
14958 PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl1))))
14960 tree olddecl = pushdecl (decl1);
14962 if (olddecl == error_mark_node)
14963 /* If something went wrong when registering the declaration,
14964 use DECL1; we have to have a FUNCTION_DECL to use when
14965 parsing the body of the function. */
14967 else
14969 /* Otherwise, OLDDECL is either a previous declaration
14970 of the same function or DECL1 itself. */
14972 if (warn_missing_declarations
14973 && olddecl == decl1
14974 && !DECL_MAIN_P (decl1)
14975 && TREE_PUBLIC (decl1)
14976 && !DECL_DECLARED_INLINE_P (decl1))
14978 tree context;
14980 /* Check whether DECL1 is in an anonymous
14981 namespace. */
14982 for (context = DECL_CONTEXT (decl1);
14983 context;
14984 context = DECL_CONTEXT (context))
14986 if (TREE_CODE (context) == NAMESPACE_DECL
14987 && DECL_NAME (context) == NULL_TREE)
14988 break;
14991 if (context == NULL)
14992 warning_at (DECL_SOURCE_LOCATION (decl1),
14993 OPT_Wmissing_declarations,
14994 "no previous declaration for %qD", decl1);
14997 decl1 = olddecl;
15000 else
15002 /* We need to set the DECL_CONTEXT. */
15003 if (!DECL_CONTEXT (decl1) && DECL_TEMPLATE_INFO (decl1))
15004 DECL_CONTEXT (decl1) = DECL_CONTEXT (DECL_TI_TEMPLATE (decl1));
15006 fntype = TREE_TYPE (decl1);
15007 restype = TREE_TYPE (fntype);
15009 /* If #pragma weak applies, mark the decl appropriately now.
15010 The pragma only applies to global functions. Because
15011 determining whether or not the #pragma applies involves
15012 computing the mangled name for the declaration, we cannot
15013 apply the pragma until after we have merged this declaration
15014 with any previous declarations; if the original declaration
15015 has a linkage specification, that specification applies to
15016 the definition as well, and may affect the mangled name. */
15017 if (DECL_FILE_SCOPE_P (decl1))
15018 maybe_apply_pragma_weak (decl1);
15021 /* We are now in the scope of the function being defined. */
15022 current_function_decl = decl1;
15024 /* Save the parm names or decls from this function's declarator
15025 where store_parm_decls will find them. */
15026 current_function_parms = DECL_ARGUMENTS (decl1);
15028 /* Let the user know we're compiling this function. */
15029 announce_function (decl1);
15031 gcc_assert (DECL_INITIAL (decl1));
15033 /* This function may already have been parsed, in which case just
15034 return; our caller will skip over the body without parsing. */
15035 if (DECL_INITIAL (decl1) != error_mark_node)
15036 return true;
15038 /* Initialize RTL machinery. We cannot do this until
15039 CURRENT_FUNCTION_DECL and DECL_RESULT are set up. We do this
15040 even when processing a template; this is how we get
15041 CFUN set up, and our per-function variables initialized.
15042 FIXME factor out the non-RTL stuff. */
15043 bl = current_binding_level;
15044 allocate_struct_function (decl1, processing_template_decl);
15046 /* Initialize the language data structures. Whenever we start
15047 a new function, we destroy temporaries in the usual way. */
15048 cfun->language = ggc_cleared_alloc<language_function> ();
15049 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
15050 current_binding_level = bl;
15052 if (!processing_template_decl && type_uses_auto (restype))
15054 FNDECL_USED_AUTO (decl1) = true;
15055 current_function_auto_return_pattern = restype;
15058 /* Start the statement-tree, start the tree now. */
15059 DECL_SAVED_TREE (decl1) = push_stmt_list ();
15061 /* If we are (erroneously) defining a function that we have already
15062 defined before, wipe out what we knew before. */
15063 if (!DECL_PENDING_INLINE_P (decl1))
15064 DECL_SAVED_FUNCTION_DATA (decl1) = NULL;
15066 if (ctype && !doing_friend && !DECL_STATIC_FUNCTION_P (decl1))
15068 /* We know that this was set up by `grokclassfn'. We do not
15069 wait until `store_parm_decls', since evil parse errors may
15070 never get us to that point. Here we keep the consistency
15071 between `current_class_type' and `current_class_ptr'. */
15072 tree t = DECL_ARGUMENTS (decl1);
15074 gcc_assert (t != NULL_TREE && TREE_CODE (t) == PARM_DECL);
15075 gcc_assert (TYPE_PTR_P (TREE_TYPE (t)));
15077 cp_function_chain->x_current_class_ref
15078 = cp_build_fold_indirect_ref (t);
15079 /* Set this second to avoid shortcut in cp_build_indirect_ref. */
15080 cp_function_chain->x_current_class_ptr = t;
15082 /* Constructors and destructors need to know whether they're "in
15083 charge" of initializing virtual base classes. */
15084 t = DECL_CHAIN (t);
15085 if (DECL_HAS_IN_CHARGE_PARM_P (decl1))
15087 current_in_charge_parm = t;
15088 t = DECL_CHAIN (t);
15090 if (DECL_HAS_VTT_PARM_P (decl1))
15092 gcc_assert (DECL_NAME (t) == vtt_parm_identifier);
15093 current_vtt_parm = t;
15097 honor_interface = (!DECL_TEMPLATE_INSTANTIATION (decl1)
15098 /* Implicitly-defined methods (like the
15099 destructor for a class in which no destructor
15100 is explicitly declared) must not be defined
15101 until their definition is needed. So, we
15102 ignore interface specifications for
15103 compiler-generated functions. */
15104 && !DECL_ARTIFICIAL (decl1));
15106 if (processing_template_decl)
15107 /* Don't mess with interface flags. */;
15108 else if (DECL_INTERFACE_KNOWN (decl1))
15110 tree ctx = decl_function_context (decl1);
15112 if (DECL_NOT_REALLY_EXTERN (decl1))
15113 DECL_EXTERNAL (decl1) = 0;
15115 if (ctx != NULL_TREE && vague_linkage_p (ctx))
15116 /* This is a function in a local class in an extern inline
15117 or template function. */
15118 comdat_linkage (decl1);
15120 /* If this function belongs to an interface, it is public.
15121 If it belongs to someone else's interface, it is also external.
15122 This only affects inlines and template instantiations. */
15123 else if (!finfo->interface_unknown && honor_interface)
15125 if (DECL_DECLARED_INLINE_P (decl1)
15126 || DECL_TEMPLATE_INSTANTIATION (decl1))
15128 DECL_EXTERNAL (decl1)
15129 = (finfo->interface_only
15130 || (DECL_DECLARED_INLINE_P (decl1)
15131 && ! flag_implement_inlines
15132 && !DECL_VINDEX (decl1)));
15134 /* For WIN32 we also want to put these in linkonce sections. */
15135 maybe_make_one_only (decl1);
15137 else
15138 DECL_EXTERNAL (decl1) = 0;
15139 DECL_INTERFACE_KNOWN (decl1) = 1;
15140 /* If this function is in an interface implemented in this file,
15141 make sure that the back end knows to emit this function
15142 here. */
15143 if (!DECL_EXTERNAL (decl1))
15144 mark_needed (decl1);
15146 else if (finfo->interface_unknown && finfo->interface_only
15147 && honor_interface)
15149 /* If MULTIPLE_SYMBOL_SPACES is defined and we saw a #pragma
15150 interface, we will have both finfo->interface_unknown and
15151 finfo->interface_only set. In that case, we don't want to
15152 use the normal heuristics because someone will supply a
15153 #pragma implementation elsewhere, and deducing it here would
15154 produce a conflict. */
15155 comdat_linkage (decl1);
15156 DECL_EXTERNAL (decl1) = 0;
15157 DECL_INTERFACE_KNOWN (decl1) = 1;
15158 DECL_DEFER_OUTPUT (decl1) = 1;
15160 else
15162 /* This is a definition, not a reference.
15163 So clear DECL_EXTERNAL, unless this is a GNU extern inline. */
15164 if (!GNU_INLINE_P (decl1))
15165 DECL_EXTERNAL (decl1) = 0;
15167 if ((DECL_DECLARED_INLINE_P (decl1)
15168 || DECL_TEMPLATE_INSTANTIATION (decl1))
15169 && ! DECL_INTERFACE_KNOWN (decl1))
15170 DECL_DEFER_OUTPUT (decl1) = 1;
15171 else
15172 DECL_INTERFACE_KNOWN (decl1) = 1;
15175 /* Determine the ELF visibility attribute for the function. We must not
15176 do this before calling "pushdecl", as we must allow "duplicate_decls"
15177 to merge any attributes appropriately. We also need to wait until
15178 linkage is set. */
15179 if (!DECL_CLONED_FUNCTION_P (decl1))
15180 determine_visibility (decl1);
15182 if (!processing_template_decl)
15183 maybe_instantiate_noexcept (decl1);
15185 begin_scope (sk_function_parms, decl1);
15187 ++function_depth;
15189 if (DECL_DESTRUCTOR_P (decl1)
15190 || (DECL_CONSTRUCTOR_P (decl1)
15191 && targetm.cxx.cdtor_returns_this ()))
15193 cdtor_label = create_artificial_label (input_location);
15194 LABEL_DECL_CDTOR (cdtor_label) = true;
15197 start_fname_decls ();
15199 store_parm_decls (current_function_parms);
15201 if (!processing_template_decl
15202 && (flag_lifetime_dse > 1)
15203 && DECL_CONSTRUCTOR_P (decl1)
15204 && !DECL_CLONED_FUNCTION_P (decl1)
15205 /* Clobbering an empty base is harmful if it overlays real data. */
15206 && !is_empty_class (current_class_type)
15207 /* We can't clobber safely for an implicitly-defined default constructor
15208 because part of the initialization might happen before we enter the
15209 constructor, via AGGR_INIT_ZERO_FIRST (c++/68006). */
15210 && !implicit_default_ctor_p (decl1))
15211 finish_expr_stmt (build_clobber_this ());
15213 if (!processing_template_decl
15214 && DECL_CONSTRUCTOR_P (decl1)
15215 && sanitize_flags_p (SANITIZE_VPTR)
15216 && !DECL_CLONED_FUNCTION_P (decl1)
15217 && !implicit_default_ctor_p (decl1))
15218 cp_ubsan_maybe_initialize_vtbl_ptrs (current_class_ptr);
15220 start_lambda_scope (decl1);
15222 return true;
15226 /* Like start_preparsed_function, except that instead of a
15227 FUNCTION_DECL, this function takes DECLSPECS and DECLARATOR.
15229 Returns true on success. If the DECLARATOR is not suitable
15230 for a function, we return false, which tells the parser to
15231 skip the entire function. */
15233 bool
15234 start_function (cp_decl_specifier_seq *declspecs,
15235 const cp_declarator *declarator,
15236 tree attrs)
15238 tree decl1;
15240 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, 1, &attrs);
15241 invoke_plugin_callbacks (PLUGIN_START_PARSE_FUNCTION, decl1);
15242 if (decl1 == error_mark_node)
15243 return false;
15244 /* If the declarator is not suitable for a function definition,
15245 cause a syntax error. */
15246 if (decl1 == NULL_TREE || TREE_CODE (decl1) != FUNCTION_DECL)
15248 error ("invalid function declaration");
15249 return false;
15252 if (DECL_MAIN_P (decl1))
15253 /* main must return int. grokfndecl should have corrected it
15254 (and issued a diagnostic) if the user got it wrong. */
15255 gcc_assert (same_type_p (TREE_TYPE (TREE_TYPE (decl1)),
15256 integer_type_node));
15258 return start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT);
15261 /* Returns true iff an EH_SPEC_BLOCK should be created in the body of
15262 FN. */
15264 static bool
15265 use_eh_spec_block (tree fn)
15267 return (flag_exceptions && flag_enforce_eh_specs
15268 && !processing_template_decl
15269 && !type_throw_all_p (TREE_TYPE (fn))
15270 /* We insert the EH_SPEC_BLOCK only in the original
15271 function; then, it is copied automatically to the
15272 clones. */
15273 && !DECL_CLONED_FUNCTION_P (fn)
15274 /* Implicitly-generated constructors and destructors have
15275 exception specifications. However, those specifications
15276 are the union of the possible exceptions specified by the
15277 constructors/destructors for bases and members, so no
15278 unallowed exception will ever reach this function. By
15279 not creating the EH_SPEC_BLOCK we save a little memory,
15280 and we avoid spurious warnings about unreachable
15281 code. */
15282 && !DECL_DEFAULTED_FN (fn));
15285 /* Store the parameter declarations into the current function declaration.
15286 This is called after parsing the parameter declarations, before
15287 digesting the body of the function.
15289 Also install to binding contour return value identifier, if any. */
15291 static void
15292 store_parm_decls (tree current_function_parms)
15294 tree fndecl = current_function_decl;
15295 tree parm;
15297 /* This is a chain of any other decls that came in among the parm
15298 declarations. If a parm is declared with enum {foo, bar} x;
15299 then CONST_DECLs for foo and bar are put here. */
15300 tree nonparms = NULL_TREE;
15302 if (current_function_parms)
15304 /* This case is when the function was defined with an ANSI prototype.
15305 The parms already have decls, so we need not do anything here
15306 except record them as in effect
15307 and complain if any redundant old-style parm decls were written. */
15309 tree specparms = current_function_parms;
15310 tree next;
15312 /* Must clear this because it might contain TYPE_DECLs declared
15313 at class level. */
15314 current_binding_level->names = NULL;
15316 /* If we're doing semantic analysis, then we'll call pushdecl
15317 for each of these. We must do them in reverse order so that
15318 they end in the correct forward order. */
15319 specparms = nreverse (specparms);
15321 for (parm = specparms; parm; parm = next)
15323 next = DECL_CHAIN (parm);
15324 if (TREE_CODE (parm) == PARM_DECL)
15325 pushdecl (parm);
15326 else
15328 /* If we find an enum constant or a type tag,
15329 put it aside for the moment. */
15330 TREE_CHAIN (parm) = NULL_TREE;
15331 nonparms = chainon (nonparms, parm);
15335 /* Get the decls in their original chain order and record in the
15336 function. This is all and only the PARM_DECLs that were
15337 pushed into scope by the loop above. */
15338 DECL_ARGUMENTS (fndecl) = get_local_decls ();
15340 else
15341 DECL_ARGUMENTS (fndecl) = NULL_TREE;
15343 /* Now store the final chain of decls for the arguments
15344 as the decl-chain of the current lexical scope.
15345 Put the enumerators in as well, at the front so that
15346 DECL_ARGUMENTS is not modified. */
15347 current_binding_level->names = chainon (nonparms, DECL_ARGUMENTS (fndecl));
15349 if (use_eh_spec_block (current_function_decl))
15350 current_eh_spec_block = begin_eh_spec_block ();
15354 /* We have finished doing semantic analysis on DECL, but have not yet
15355 generated RTL for its body. Save away our current state, so that
15356 when we want to generate RTL later we know what to do. */
15358 static void
15359 save_function_data (tree decl)
15361 struct language_function *f;
15363 /* Save the language-specific per-function data so that we can
15364 get it back when we really expand this function. */
15365 gcc_assert (!DECL_PENDING_INLINE_P (decl));
15367 /* Make a copy. */
15368 f = ggc_alloc<language_function> ();
15369 memcpy (f, cp_function_chain, sizeof (struct language_function));
15370 DECL_SAVED_FUNCTION_DATA (decl) = f;
15372 /* Clear out the bits we don't need. */
15373 f->base.x_stmt_tree.x_cur_stmt_list = NULL;
15374 f->bindings = NULL;
15375 f->x_local_names = NULL;
15376 f->base.local_typedefs = NULL;
15380 /* Set the return value of the constructor (if present). */
15382 static void
15383 finish_constructor_body (void)
15385 tree val;
15386 tree exprstmt;
15388 if (targetm.cxx.cdtor_returns_this ())
15390 /* Any return from a constructor will end up here. */
15391 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
15393 val = DECL_ARGUMENTS (current_function_decl);
15394 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
15395 DECL_RESULT (current_function_decl), val);
15396 /* Return the address of the object. */
15397 exprstmt = build_stmt (input_location, RETURN_EXPR, val);
15398 add_stmt (exprstmt);
15402 /* Do all the processing for the beginning of a destructor; set up the
15403 vtable pointers and cleanups for bases and members. */
15405 static void
15406 begin_destructor_body (void)
15408 tree compound_stmt;
15410 /* If the CURRENT_CLASS_TYPE is incomplete, we will have already
15411 issued an error message. We still want to try to process the
15412 body of the function, but initialize_vtbl_ptrs will crash if
15413 TYPE_BINFO is NULL. */
15414 if (COMPLETE_TYPE_P (current_class_type))
15416 compound_stmt = begin_compound_stmt (0);
15417 /* Make all virtual function table pointers in non-virtual base
15418 classes point to CURRENT_CLASS_TYPE's virtual function
15419 tables. */
15420 initialize_vtbl_ptrs (current_class_ptr);
15421 finish_compound_stmt (compound_stmt);
15423 if (flag_lifetime_dse
15424 /* Clobbering an empty base is harmful if it overlays real data. */
15425 && !is_empty_class (current_class_type))
15427 if (sanitize_flags_p (SANITIZE_VPTR)
15428 && (flag_sanitize_recover & SANITIZE_VPTR) == 0
15429 && TYPE_CONTAINS_VPTR_P (current_class_type))
15431 tree binfo = TYPE_BINFO (current_class_type);
15432 tree ref
15433 = cp_build_fold_indirect_ref (current_class_ptr);
15435 tree vtbl_ptr = build_vfield_ref (ref, TREE_TYPE (binfo));
15436 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr));
15437 tree stmt = cp_build_modify_expr (input_location, vtbl_ptr,
15438 NOP_EXPR, vtbl,
15439 tf_warning_or_error);
15440 finish_decl_cleanup (NULL_TREE, stmt);
15442 else
15443 finish_decl_cleanup (NULL_TREE, build_clobber_this ());
15446 /* And insert cleanups for our bases and members so that they
15447 will be properly destroyed if we throw. */
15448 push_base_cleanups ();
15452 /* At the end of every destructor we generate code to delete the object if
15453 necessary. Do that now. */
15455 static void
15456 finish_destructor_body (void)
15458 tree exprstmt;
15460 /* Any return from a destructor will end up here; that way all base
15461 and member cleanups will be run when the function returns. */
15462 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
15464 if (targetm.cxx.cdtor_returns_this ())
15466 tree val;
15468 val = DECL_ARGUMENTS (current_function_decl);
15469 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
15470 DECL_RESULT (current_function_decl), val);
15471 /* Return the address of the object. */
15472 exprstmt = build_stmt (input_location, RETURN_EXPR, val);
15473 add_stmt (exprstmt);
15477 /* Do the necessary processing for the beginning of a function body, which
15478 in this case includes member-initializers, but not the catch clauses of
15479 a function-try-block. Currently, this means opening a binding level
15480 for the member-initializers (in a ctor), member cleanups (in a dtor),
15481 and capture proxies (in a lambda operator()). */
15483 tree
15484 begin_function_body (void)
15486 tree stmt;
15488 if (! FUNCTION_NEEDS_BODY_BLOCK (current_function_decl))
15489 return NULL_TREE;
15491 if (processing_template_decl)
15492 /* Do nothing now. */;
15493 else
15494 /* Always keep the BLOCK node associated with the outermost pair of
15495 curly braces of a function. These are needed for correct
15496 operation of dwarfout.c. */
15497 keep_next_level (true);
15499 stmt = begin_compound_stmt (BCS_FN_BODY);
15501 if (processing_template_decl)
15502 /* Do nothing now. */;
15503 else if (DECL_DESTRUCTOR_P (current_function_decl))
15504 begin_destructor_body ();
15506 return stmt;
15509 /* Do the processing for the end of a function body. Currently, this means
15510 closing out the cleanups for fully-constructed bases and members, and in
15511 the case of the destructor, deleting the object if desired. Again, this
15512 is only meaningful for [cd]tors, since they are the only functions where
15513 there is a significant distinction between the main body and any
15514 function catch clauses. Handling, say, main() return semantics here
15515 would be wrong, as flowing off the end of a function catch clause for
15516 main() would also need to return 0. */
15518 void
15519 finish_function_body (tree compstmt)
15521 if (compstmt == NULL_TREE)
15522 return;
15524 /* Close the block. */
15525 finish_compound_stmt (compstmt);
15527 if (processing_template_decl)
15528 /* Do nothing now. */;
15529 else if (DECL_CONSTRUCTOR_P (current_function_decl))
15530 finish_constructor_body ();
15531 else if (DECL_DESTRUCTOR_P (current_function_decl))
15532 finish_destructor_body ();
15535 /* Given a function, returns the BLOCK corresponding to the outermost level
15536 of curly braces, skipping the artificial block created for constructor
15537 initializers. */
15539 tree
15540 outer_curly_brace_block (tree fndecl)
15542 tree block = DECL_INITIAL (fndecl);
15543 if (BLOCK_OUTER_CURLY_BRACE_P (block))
15544 return block;
15545 block = BLOCK_SUBBLOCKS (block);
15546 if (BLOCK_OUTER_CURLY_BRACE_P (block))
15547 return block;
15548 block = BLOCK_SUBBLOCKS (block);
15549 gcc_assert (BLOCK_OUTER_CURLY_BRACE_P (block));
15550 return block;
15553 /* If FNDECL is a class's key method, add the class to the list of
15554 keyed classes that should be emitted. */
15556 static void
15557 record_key_method_defined (tree fndecl)
15559 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (fndecl)
15560 && DECL_VIRTUAL_P (fndecl)
15561 && !processing_template_decl)
15563 tree fnclass = DECL_CONTEXT (fndecl);
15564 if (fndecl == CLASSTYPE_KEY_METHOD (fnclass))
15565 vec_safe_push (keyed_classes, fnclass);
15569 /* Subroutine of finish_function.
15570 Save the body of constexpr functions for possible
15571 future compile time evaluation. */
15573 static void
15574 maybe_save_function_definition (tree fun)
15576 if (!processing_template_decl
15577 && DECL_DECLARED_CONSTEXPR_P (fun)
15578 && !cp_function_chain->invalid_constexpr
15579 && !DECL_CLONED_FUNCTION_P (fun))
15580 register_constexpr_fundef (fun, DECL_SAVED_TREE (fun));
15583 /* Finish up a function declaration and compile that function
15584 all the way to assembler language output. The free the storage
15585 for the function definition. INLINE_P is TRUE if we just
15586 finished processing the body of an in-class inline function
15587 definition. (This processing will have taken place after the
15588 class definition is complete.) */
15590 tree
15591 finish_function (bool inline_p)
15593 tree fndecl = current_function_decl;
15594 tree fntype, ctype = NULL_TREE;
15596 /* When we get some parse errors, we can end up without a
15597 current_function_decl, so cope. */
15598 if (fndecl == NULL_TREE)
15599 return error_mark_node;
15601 finish_lambda_scope ();
15603 if (c_dialect_objc ())
15604 objc_finish_function ();
15606 record_key_method_defined (fndecl);
15608 fntype = TREE_TYPE (fndecl);
15610 /* TREE_READONLY (fndecl) = 1;
15611 This caused &foo to be of type ptr-to-const-function
15612 which then got a warning when stored in a ptr-to-function variable. */
15614 gcc_assert (building_stmt_list_p ());
15615 /* The current function is being defined, so its DECL_INITIAL should
15616 be set, and unless there's a multiple definition, it should be
15617 error_mark_node. */
15618 gcc_assert (DECL_INITIAL (fndecl) == error_mark_node);
15620 /* For a cloned function, we've already got all the code we need;
15621 there's no need to add any extra bits. */
15622 if (!DECL_CLONED_FUNCTION_P (fndecl))
15624 /* Make it so that `main' always returns 0 by default. */
15625 if (DECL_MAIN_P (current_function_decl))
15626 finish_return_stmt (integer_zero_node);
15628 if (use_eh_spec_block (current_function_decl))
15629 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS
15630 (TREE_TYPE (current_function_decl)),
15631 current_eh_spec_block);
15634 /* If we're saving up tree structure, tie off the function now. */
15635 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl));
15637 finish_fname_decls ();
15639 /* If this function can't throw any exceptions, remember that. */
15640 if (!processing_template_decl
15641 && !cp_function_chain->can_throw
15642 && !flag_non_call_exceptions
15643 && !decl_replaceable_p (fndecl))
15644 TREE_NOTHROW (fndecl) = 1;
15646 /* This must come after expand_function_end because cleanups might
15647 have declarations (from inline functions) that need to go into
15648 this function's blocks. */
15650 /* If the current binding level isn't the outermost binding level
15651 for this function, either there is a bug, or we have experienced
15652 syntax errors and the statement tree is malformed. */
15653 if (current_binding_level->kind != sk_function_parms)
15655 /* Make sure we have already experienced errors. */
15656 gcc_assert (errorcount);
15658 /* Throw away the broken statement tree and extra binding
15659 levels. */
15660 DECL_SAVED_TREE (fndecl) = alloc_stmt_list ();
15662 while (current_binding_level->kind != sk_function_parms)
15664 if (current_binding_level->kind == sk_class)
15665 pop_nested_class ();
15666 else
15667 poplevel (0, 0, 0);
15670 poplevel (1, 0, 1);
15672 /* Statements should always be full-expressions at the outermost set
15673 of curly braces for a function. */
15674 gcc_assert (stmts_are_full_exprs_p ());
15676 /* If there are no return statements in a function with auto return type,
15677 the return type is void. But if the declared type is something like
15678 auto*, this is an error. */
15679 if (!processing_template_decl && FNDECL_USED_AUTO (fndecl)
15680 && TREE_TYPE (fntype) == current_function_auto_return_pattern)
15682 if (is_auto (current_function_auto_return_pattern))
15684 apply_deduced_return_type (fndecl, void_type_node);
15685 fntype = TREE_TYPE (fndecl);
15687 else if (!current_function_returns_value
15688 && !current_function_returns_null)
15690 error ("no return statements in function returning %qT",
15691 current_function_auto_return_pattern);
15692 inform (input_location, "only plain %<auto%> return type can be "
15693 "deduced to %<void%>");
15697 // If this is a concept, check that the definition is reasonable.
15698 if (DECL_DECLARED_CONCEPT_P (fndecl))
15699 check_function_concept (fndecl);
15701 /* Lambda closure members are implicitly constexpr if possible. */
15702 if (cxx_dialect >= cxx17
15703 && LAMBDA_TYPE_P (CP_DECL_CONTEXT (fndecl)))
15704 DECL_DECLARED_CONSTEXPR_P (fndecl)
15705 = ((processing_template_decl
15706 || is_valid_constexpr_fn (fndecl, /*complain*/false))
15707 && potential_constant_expression (DECL_SAVED_TREE (fndecl)));
15709 /* Save constexpr function body before it gets munged by
15710 the NRV transformation. */
15711 maybe_save_function_definition (fndecl);
15713 /* Invoke the pre-genericize plugin before we start munging things. */
15714 if (!processing_template_decl)
15715 invoke_plugin_callbacks (PLUGIN_PRE_GENERICIZE, fndecl);
15717 /* Perform delayed folding before NRV transformation. */
15718 if (!processing_template_decl)
15719 cp_fold_function (fndecl);
15721 /* Set up the named return value optimization, if we can. Candidate
15722 variables are selected in check_return_expr. */
15723 if (current_function_return_value)
15725 tree r = current_function_return_value;
15726 tree outer;
15728 if (r != error_mark_node
15729 /* This is only worth doing for fns that return in memory--and
15730 simpler, since we don't have to worry about promoted modes. */
15731 && aggregate_value_p (TREE_TYPE (TREE_TYPE (fndecl)), fndecl)
15732 /* Only allow this for variables declared in the outer scope of
15733 the function so we know that their lifetime always ends with a
15734 return; see g++.dg/opt/nrv6.C. We could be more flexible if
15735 we were to do this optimization in tree-ssa. */
15736 && (outer = outer_curly_brace_block (fndecl))
15737 && chain_member (r, BLOCK_VARS (outer)))
15738 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl));
15740 current_function_return_value = NULL_TREE;
15743 /* Remember that we were in class scope. */
15744 if (current_class_name)
15745 ctype = current_class_type;
15747 /* Must mark the RESULT_DECL as being in this function. */
15748 DECL_CONTEXT (DECL_RESULT (fndecl)) = fndecl;
15750 /* Set the BLOCK_SUPERCONTEXT of the outermost function scope to point
15751 to the FUNCTION_DECL node itself. */
15752 BLOCK_SUPERCONTEXT (DECL_INITIAL (fndecl)) = fndecl;
15754 /* Save away current state, if appropriate. */
15755 if (!processing_template_decl)
15756 save_function_data (fndecl);
15758 /* Complain if there's just no return statement. */
15759 if (warn_return_type
15760 && !VOID_TYPE_P (TREE_TYPE (fntype))
15761 && !dependent_type_p (TREE_TYPE (fntype))
15762 && !current_function_returns_value && !current_function_returns_null
15763 /* Don't complain if we abort or throw. */
15764 && !current_function_returns_abnormally
15765 /* Don't complain if there's an infinite loop. */
15766 && !current_function_infinite_loop
15767 /* Don't complain if we are declared noreturn. */
15768 && !TREE_THIS_VOLATILE (fndecl)
15769 && !DECL_NAME (DECL_RESULT (fndecl))
15770 && !TREE_NO_WARNING (fndecl)
15771 /* Structor return values (if any) are set by the compiler. */
15772 && !DECL_CONSTRUCTOR_P (fndecl)
15773 && !DECL_DESTRUCTOR_P (fndecl)
15774 && targetm.warn_func_return (fndecl))
15776 warning (OPT_Wreturn_type,
15777 "no return statement in function returning non-void");
15778 TREE_NO_WARNING (fndecl) = 1;
15781 /* Store the end of the function, so that we get good line number
15782 info for the epilogue. */
15783 cfun->function_end_locus = input_location;
15785 /* Complain about parameters that are only set, but never otherwise used. */
15786 if (warn_unused_but_set_parameter
15787 && !processing_template_decl
15788 && errorcount == unused_but_set_errorcount
15789 && !DECL_CLONED_FUNCTION_P (fndecl))
15791 tree decl;
15793 for (decl = DECL_ARGUMENTS (fndecl);
15794 decl;
15795 decl = DECL_CHAIN (decl))
15796 if (TREE_USED (decl)
15797 && TREE_CODE (decl) == PARM_DECL
15798 && !DECL_READ_P (decl)
15799 && DECL_NAME (decl)
15800 && !DECL_ARTIFICIAL (decl)
15801 && !TREE_NO_WARNING (decl)
15802 && !DECL_IN_SYSTEM_HEADER (decl)
15803 && TREE_TYPE (decl) != error_mark_node
15804 && TREE_CODE (TREE_TYPE (decl)) != REFERENCE_TYPE
15805 && (!CLASS_TYPE_P (TREE_TYPE (decl))
15806 || !TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (decl))))
15807 warning_at (DECL_SOURCE_LOCATION (decl),
15808 OPT_Wunused_but_set_parameter,
15809 "parameter %qD set but not used", decl);
15810 unused_but_set_errorcount = errorcount;
15813 /* Complain about locally defined typedefs that are not used in this
15814 function. */
15815 maybe_warn_unused_local_typedefs ();
15817 /* Possibly warn about unused parameters. */
15818 if (warn_unused_parameter
15819 && !processing_template_decl
15820 && !DECL_CLONED_FUNCTION_P (fndecl))
15821 do_warn_unused_parameter (fndecl);
15823 /* Genericize before inlining. */
15824 if (!processing_template_decl)
15826 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl);
15827 cp_genericize (fndecl);
15828 /* Clear out the bits we don't need. */
15829 f->x_current_class_ptr = NULL;
15830 f->x_current_class_ref = NULL;
15831 f->x_eh_spec_block = NULL;
15832 f->x_in_charge_parm = NULL;
15833 f->x_vtt_parm = NULL;
15834 f->x_return_value = NULL;
15835 f->bindings = NULL;
15836 f->extern_decl_map = NULL;
15837 f->infinite_loops = NULL;
15839 /* Clear out the bits we don't need. */
15840 local_names = NULL;
15842 /* We're leaving the context of this function, so zap cfun. It's still in
15843 DECL_STRUCT_FUNCTION, and we'll restore it in tree_rest_of_compilation. */
15844 set_cfun (NULL);
15845 current_function_decl = NULL;
15847 /* If this is an in-class inline definition, we may have to pop the
15848 bindings for the template parameters that we added in
15849 maybe_begin_member_template_processing when start_function was
15850 called. */
15851 if (inline_p)
15852 maybe_end_member_template_processing ();
15854 /* Leave the scope of the class. */
15855 if (ctype)
15856 pop_nested_class ();
15858 --function_depth;
15860 /* Clean up. */
15861 current_function_decl = NULL_TREE;
15863 invoke_plugin_callbacks (PLUGIN_FINISH_PARSE_FUNCTION, fndecl);
15864 return fndecl;
15867 /* Create the FUNCTION_DECL for a function definition.
15868 DECLSPECS and DECLARATOR are the parts of the declaration;
15869 they describe the return type and the name of the function,
15870 but twisted together in a fashion that parallels the syntax of C.
15872 This function creates a binding context for the function body
15873 as well as setting up the FUNCTION_DECL in current_function_decl.
15875 Returns a FUNCTION_DECL on success.
15877 If the DECLARATOR is not suitable for a function (it defines a datum
15878 instead), we return 0, which tells yyparse to report a parse error.
15880 May return void_type_node indicating that this method is actually
15881 a friend. See grokfield for more details.
15883 Came here with a `.pushlevel' .
15885 DO NOT MAKE ANY CHANGES TO THIS CODE WITHOUT MAKING CORRESPONDING
15886 CHANGES TO CODE IN `grokfield'. */
15888 tree
15889 grokmethod (cp_decl_specifier_seq *declspecs,
15890 const cp_declarator *declarator, tree attrlist)
15892 tree fndecl = grokdeclarator (declarator, declspecs, MEMFUNCDEF, 0,
15893 &attrlist);
15895 if (fndecl == error_mark_node)
15896 return error_mark_node;
15898 if (fndecl == NULL || TREE_CODE (fndecl) != FUNCTION_DECL)
15900 error ("invalid member function declaration");
15901 return error_mark_node;
15904 if (attrlist)
15905 cplus_decl_attributes (&fndecl, attrlist, 0);
15907 /* Pass friends other than inline friend functions back. */
15908 if (fndecl == void_type_node)
15909 return fndecl;
15911 if (DECL_IN_AGGR_P (fndecl))
15913 if (DECL_CLASS_SCOPE_P (fndecl))
15914 error ("%qD is already defined in class %qT", fndecl,
15915 DECL_CONTEXT (fndecl));
15916 return error_mark_node;
15919 check_template_shadow (fndecl);
15921 if (TREE_PUBLIC (fndecl))
15922 DECL_COMDAT (fndecl) = 1;
15923 DECL_DECLARED_INLINE_P (fndecl) = 1;
15924 DECL_NO_INLINE_WARNING_P (fndecl) = 1;
15926 /* We process method specializations in finish_struct_1. */
15927 if (processing_template_decl && !DECL_TEMPLATE_SPECIALIZATION (fndecl))
15929 fndecl = push_template_decl (fndecl);
15930 if (fndecl == error_mark_node)
15931 return fndecl;
15934 if (! DECL_FRIEND_P (fndecl))
15936 if (DECL_CHAIN (fndecl))
15938 fndecl = copy_node (fndecl);
15939 TREE_CHAIN (fndecl) = NULL_TREE;
15943 cp_finish_decl (fndecl, NULL_TREE, false, NULL_TREE, 0);
15945 DECL_IN_AGGR_P (fndecl) = 1;
15946 return fndecl;
15950 /* VAR is a VAR_DECL. If its type is incomplete, remember VAR so that
15951 we can lay it out later, when and if its type becomes complete.
15953 Also handle constexpr variables where the initializer involves
15954 an unlowered PTRMEM_CST because the class isn't complete yet. */
15956 void
15957 maybe_register_incomplete_var (tree var)
15959 gcc_assert (VAR_P (var));
15961 /* Keep track of variables with incomplete types. */
15962 if (!processing_template_decl && TREE_TYPE (var) != error_mark_node
15963 && DECL_EXTERNAL (var))
15965 tree inner_type = TREE_TYPE (var);
15967 while (TREE_CODE (inner_type) == ARRAY_TYPE)
15968 inner_type = TREE_TYPE (inner_type);
15969 inner_type = TYPE_MAIN_VARIANT (inner_type);
15971 if ((!COMPLETE_TYPE_P (inner_type) && CLASS_TYPE_P (inner_type))
15972 /* RTTI TD entries are created while defining the type_info. */
15973 || (TYPE_LANG_SPECIFIC (inner_type)
15974 && TYPE_BEING_DEFINED (inner_type)))
15976 incomplete_var iv = {var, inner_type};
15977 vec_safe_push (incomplete_vars, iv);
15979 else if (!(DECL_LANG_SPECIFIC (var) && DECL_TEMPLATE_INFO (var))
15980 && decl_constant_var_p (var)
15981 && (TYPE_PTRMEM_P (inner_type) || CLASS_TYPE_P (inner_type)))
15983 /* When the outermost open class is complete we can resolve any
15984 pointers-to-members. */
15985 tree context = outermost_open_class ();
15986 incomplete_var iv = {var, context};
15987 vec_safe_push (incomplete_vars, iv);
15992 /* Called when a class type (given by TYPE) is defined. If there are
15993 any existing VAR_DECLs whose type has been completed by this
15994 declaration, update them now. */
15996 void
15997 complete_vars (tree type)
15999 unsigned ix;
16000 incomplete_var *iv;
16002 for (ix = 0; vec_safe_iterate (incomplete_vars, ix, &iv); )
16004 if (same_type_p (type, iv->incomplete_type))
16006 tree var = iv->decl;
16007 tree type = TREE_TYPE (var);
16009 if (type != error_mark_node
16010 && (TYPE_MAIN_VARIANT (strip_array_types (type))
16011 == iv->incomplete_type))
16013 /* Complete the type of the variable. The VAR_DECL itself
16014 will be laid out in expand_expr. */
16015 complete_type (type);
16016 cp_apply_type_quals_to_decl (cp_type_quals (type), var);
16019 /* Remove this entry from the list. */
16020 incomplete_vars->unordered_remove (ix);
16022 else
16023 ix++;
16026 /* Check for pending declarations which may have abstract type. */
16027 complete_type_check_abstract (type);
16030 /* If DECL is of a type which needs a cleanup, build and return an
16031 expression to perform that cleanup here. Return NULL_TREE if no
16032 cleanup need be done. DECL can also be a _REF when called from
16033 split_nonconstant_init_1. */
16035 tree
16036 cxx_maybe_build_cleanup (tree decl, tsubst_flags_t complain)
16038 tree type;
16039 tree attr;
16040 tree cleanup;
16042 /* Assume no cleanup is required. */
16043 cleanup = NULL_TREE;
16045 if (error_operand_p (decl))
16046 return cleanup;
16048 /* Handle "__attribute__((cleanup))". We run the cleanup function
16049 before the destructor since the destructor is what actually
16050 terminates the lifetime of the object. */
16051 if (DECL_P (decl))
16052 attr = lookup_attribute ("cleanup", DECL_ATTRIBUTES (decl));
16053 else
16054 attr = NULL_TREE;
16055 if (attr)
16057 tree id;
16058 tree fn;
16059 tree arg;
16061 /* Get the name specified by the user for the cleanup function. */
16062 id = TREE_VALUE (TREE_VALUE (attr));
16063 /* Look up the name to find the cleanup function to call. It is
16064 important to use lookup_name here because that is what is
16065 used in c-common.c:handle_cleanup_attribute when performing
16066 initial checks on the attribute. Note that those checks
16067 include ensuring that the function found is not an overloaded
16068 function, or an object with an overloaded call operator,
16069 etc.; we can rely on the fact that the function found is an
16070 ordinary FUNCTION_DECL. */
16071 fn = lookup_name (id);
16072 arg = build_address (decl);
16073 if (!mark_used (decl, complain) && !(complain & tf_error))
16074 return error_mark_node;
16075 cleanup = cp_build_function_call_nary (fn, complain, arg, NULL_TREE);
16076 if (cleanup == error_mark_node)
16077 return error_mark_node;
16079 /* Handle ordinary C++ destructors. */
16080 type = TREE_TYPE (decl);
16081 if (type_build_dtor_call (type))
16083 int flags = LOOKUP_NORMAL|LOOKUP_NONVIRTUAL|LOOKUP_DESTRUCTOR;
16084 tree addr;
16085 tree call;
16087 if (TREE_CODE (type) == ARRAY_TYPE)
16088 addr = decl;
16089 else
16090 addr = build_address (decl);
16092 call = build_delete (TREE_TYPE (addr), addr,
16093 sfk_complete_destructor, flags, 0, complain);
16094 if (call == error_mark_node)
16095 cleanup = error_mark_node;
16096 else if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type))
16097 /* Discard the call. */;
16098 else if (cleanup)
16099 cleanup = cp_build_compound_expr (cleanup, call, complain);
16100 else
16101 cleanup = call;
16104 /* build_delete sets the location of the destructor call to the
16105 current location, even though the destructor is going to be
16106 called later, at the end of the current scope. This can lead to
16107 a "jumpy" behavior for users of debuggers when they step around
16108 the end of the block. So let's unset the location of the
16109 destructor call instead. */
16110 protected_set_expr_location (cleanup, UNKNOWN_LOCATION);
16112 if (cleanup
16113 && DECL_P (decl)
16114 && !lookup_attribute ("warn_unused", TYPE_ATTRIBUTES (TREE_TYPE (decl)))
16115 /* Treat objects with destructors as used; the destructor may do
16116 something substantive. */
16117 && !mark_used (decl, complain) && !(complain & tf_error))
16118 return error_mark_node;
16120 return cleanup;
16124 /* Return the FUNCTION_TYPE that corresponds to MEMFNTYPE, which can be a
16125 FUNCTION_DECL, METHOD_TYPE, FUNCTION_TYPE, pointer or reference to
16126 METHOD_TYPE or FUNCTION_TYPE, or pointer to member function. */
16128 tree
16129 static_fn_type (tree memfntype)
16131 tree fntype;
16132 tree args;
16134 if (TYPE_PTRMEMFUNC_P (memfntype))
16135 memfntype = TYPE_PTRMEMFUNC_FN_TYPE (memfntype);
16136 if (POINTER_TYPE_P (memfntype)
16137 || TREE_CODE (memfntype) == FUNCTION_DECL)
16138 memfntype = TREE_TYPE (memfntype);
16139 if (TREE_CODE (memfntype) == FUNCTION_TYPE)
16140 return memfntype;
16141 gcc_assert (TREE_CODE (memfntype) == METHOD_TYPE);
16142 args = TYPE_ARG_TYPES (memfntype);
16143 cp_ref_qualifier rqual = type_memfn_rqual (memfntype);
16144 fntype = build_function_type (TREE_TYPE (memfntype), TREE_CHAIN (args));
16145 fntype = apply_memfn_quals (fntype, type_memfn_quals (memfntype), rqual);
16146 fntype = (cp_build_type_attribute_variant
16147 (fntype, TYPE_ATTRIBUTES (memfntype)));
16148 fntype = (build_exception_variant
16149 (fntype, TYPE_RAISES_EXCEPTIONS (memfntype)));
16150 if (TYPE_HAS_LATE_RETURN_TYPE (memfntype))
16151 TYPE_HAS_LATE_RETURN_TYPE (fntype) = 1;
16152 return fntype;
16155 /* DECL was originally constructed as a non-static member function,
16156 but turned out to be static. Update it accordingly. */
16158 void
16159 revert_static_member_fn (tree decl)
16161 tree stype = static_fn_type (decl);
16162 cp_cv_quals quals = type_memfn_quals (stype);
16163 cp_ref_qualifier rqual = type_memfn_rqual (stype);
16165 if (quals != TYPE_UNQUALIFIED || rqual != REF_QUAL_NONE)
16166 stype = apply_memfn_quals (stype, TYPE_UNQUALIFIED, REF_QUAL_NONE);
16168 TREE_TYPE (decl) = stype;
16170 if (DECL_ARGUMENTS (decl))
16171 DECL_ARGUMENTS (decl) = DECL_CHAIN (DECL_ARGUMENTS (decl));
16172 DECL_STATIC_FUNCTION_P (decl) = 1;
16175 /* Return which tree structure is used by T, or TS_CP_GENERIC if T is
16176 one of the language-independent trees. */
16178 enum cp_tree_node_structure_enum
16179 cp_tree_node_structure (union lang_tree_node * t)
16181 switch (TREE_CODE (&t->generic))
16183 case DEFAULT_ARG: return TS_CP_DEFAULT_ARG;
16184 case DEFERRED_NOEXCEPT: return TS_CP_DEFERRED_NOEXCEPT;
16185 case IDENTIFIER_NODE: return TS_CP_IDENTIFIER;
16186 case OVERLOAD: return TS_CP_OVERLOAD;
16187 case TEMPLATE_PARM_INDEX: return TS_CP_TPI;
16188 case PTRMEM_CST: return TS_CP_PTRMEM;
16189 case BASELINK: return TS_CP_BASELINK;
16190 case TEMPLATE_DECL: return TS_CP_TEMPLATE_DECL;
16191 case STATIC_ASSERT: return TS_CP_STATIC_ASSERT;
16192 case ARGUMENT_PACK_SELECT: return TS_CP_ARGUMENT_PACK_SELECT;
16193 case TRAIT_EXPR: return TS_CP_TRAIT_EXPR;
16194 case LAMBDA_EXPR: return TS_CP_LAMBDA_EXPR;
16195 case TEMPLATE_INFO: return TS_CP_TEMPLATE_INFO;
16196 case CONSTRAINT_INFO: return TS_CP_CONSTRAINT_INFO;
16197 case USERDEF_LITERAL: return TS_CP_USERDEF_LITERAL;
16198 default: return TS_CP_GENERIC;
16202 /* Build the void_list_node (void_type_node having been created). */
16203 tree
16204 build_void_list_node (void)
16206 tree t = build_tree_list (NULL_TREE, void_type_node);
16207 return t;
16210 bool
16211 cp_missing_noreturn_ok_p (tree decl)
16213 /* A missing noreturn is ok for the `main' function. */
16214 return DECL_MAIN_P (decl);
16217 /* Return the decl used to identify the COMDAT group into which DECL should
16218 be placed. */
16220 tree
16221 cxx_comdat_group (tree decl)
16223 /* Virtual tables, construction virtual tables, and virtual table
16224 tables all go in a single COMDAT group, named after the primary
16225 virtual table. */
16226 if (VAR_P (decl) && DECL_VTABLE_OR_VTT_P (decl))
16227 decl = CLASSTYPE_VTABLES (DECL_CONTEXT (decl));
16228 /* For all other DECLs, the COMDAT group is the mangled name of the
16229 declaration itself. */
16230 else
16232 while (DECL_THUNK_P (decl))
16234 /* If TARGET_USE_LOCAL_THUNK_ALIAS_P, use_thunk puts the thunk
16235 into the same section as the target function. In that case
16236 we must return target's name. */
16237 tree target = THUNK_TARGET (decl);
16238 if (TARGET_USE_LOCAL_THUNK_ALIAS_P (target)
16239 && DECL_SECTION_NAME (target) != NULL
16240 && DECL_ONE_ONLY (target))
16241 decl = target;
16242 else
16243 break;
16247 return decl;
16250 /* Returns the return type for FN as written by the user, which may include
16251 a placeholder for a deduced return type. */
16253 tree
16254 fndecl_declared_return_type (tree fn)
16256 fn = STRIP_TEMPLATE (fn);
16257 if (FNDECL_USED_AUTO (fn))
16259 struct language_function *f = NULL;
16260 if (DECL_STRUCT_FUNCTION (fn))
16261 f = DECL_STRUCT_FUNCTION (fn)->language;
16262 if (f == NULL)
16263 f = DECL_SAVED_FUNCTION_DATA (fn);
16264 return f->x_auto_return_pattern;
16266 return TREE_TYPE (TREE_TYPE (fn));
16269 /* Returns true iff DECL is a variable or function declared with an auto type
16270 that has not yet been deduced to a real type. */
16272 bool
16273 undeduced_auto_decl (tree decl)
16275 if (cxx_dialect < cxx11)
16276 return false;
16277 return ((VAR_OR_FUNCTION_DECL_P (decl)
16278 || TREE_CODE (decl) == TEMPLATE_DECL)
16279 && type_uses_auto (TREE_TYPE (decl)));
16282 /* Complain if DECL has an undeduced return type. */
16284 bool
16285 require_deduced_type (tree decl, tsubst_flags_t complain)
16287 if (undeduced_auto_decl (decl))
16289 if (complain & tf_error)
16290 error ("use of %qD before deduction of %<auto%>", decl);
16291 return false;
16293 return true;
16296 #include "gt-cp-decl.h"