/cp
[official-gcc.git] / gcc / cp / decl.c
blobb0f62a3350c62dd71bc3a9ba6c044e66eac503fa
1 /* Process declarations and variables for C++ compiler.
2 Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
4 Free Software Foundation, Inc.
5 Contributed by Michael Tiemann (tiemann@cygnus.com)
7 This file is part of GCC.
9 GCC is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3, or (at your option)
12 any later version.
14 GCC is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with GCC; see the file COPYING3. If not see
21 <http://www.gnu.org/licenses/>. */
24 /* Process declarations and symbol lookup for C++ front end.
25 Also constructs types; the standard scalar types at initialization,
26 and structure, union, array and enum types when they are declared. */
28 /* ??? not all decl nodes are given the most useful possible
29 line numbers. For example, the CONST_DECLs for enum values. */
31 #include "config.h"
32 #include "system.h"
33 #include "coretypes.h"
34 #include "tm.h"
35 #include "tree.h"
36 #include "flags.h"
37 #include "cp-tree.h"
38 #include "tree-iterator.h"
39 #include "tree-inline.h"
40 #include "decl.h"
41 #include "intl.h"
42 #include "toplev.h"
43 #include "hashtab.h"
44 #include "tm_p.h"
45 #include "target.h"
46 #include "c-family/c-common.h"
47 #include "c-family/c-objc.h"
48 #include "c-family/c-pragma.h"
49 #include "diagnostic.h"
50 #include "intl.h"
51 #include "debug.h"
52 #include "timevar.h"
53 #include "pointer-set.h"
54 #include "splay-tree.h"
55 #include "plugin.h"
57 /* Possible cases of bad specifiers type used by bad_specifiers. */
58 enum bad_spec_place {
59 BSP_VAR, /* variable */
60 BSP_PARM, /* parameter */
61 BSP_TYPE, /* type */
62 BSP_FIELD /* field */
65 static tree grokparms (tree parmlist, tree *);
66 static const char *redeclaration_error_message (tree, tree);
68 static int decl_jump_unsafe (tree);
69 static void require_complete_types_for_parms (tree);
70 static int ambi_op_p (enum tree_code);
71 static int unary_op_p (enum tree_code);
72 static void push_local_name (tree);
73 static tree grok_reference_init (tree, tree, tree, int);
74 static tree grokvardecl (tree, tree, const cp_decl_specifier_seq *,
75 int, int, tree);
76 static int check_static_variable_definition (tree, tree);
77 static void record_unknown_type (tree, const char *);
78 static tree builtin_function_1 (tree, tree, bool);
79 static tree build_library_fn_1 (tree, enum tree_code, tree);
80 static int member_function_or_else (tree, tree, enum overload_flags);
81 static void bad_specifiers (tree, enum bad_spec_place, int, int, int, int,
82 int);
83 static void check_for_uninitialized_const_var (tree);
84 static hashval_t typename_hash (const void *);
85 static int typename_compare (const void *, const void *);
86 static tree local_variable_p_walkfn (tree *, int *, void *);
87 static tree record_builtin_java_type (const char *, int);
88 static const char *tag_name (enum tag_types);
89 static tree lookup_and_check_tag (enum tag_types, tree, tag_scope, bool);
90 static int walk_namespaces_r (tree, walk_namespaces_fn, void *);
91 static void maybe_deduce_size_from_array_init (tree, tree);
92 static void layout_var_decl (tree);
93 static tree check_initializer (tree, tree, int, VEC(tree,gc) **);
94 static void make_rtl_for_nonlocal_decl (tree, tree, const char *);
95 static void save_function_data (tree);
96 static void copy_type_enum (tree , tree);
97 static void check_function_type (tree, tree);
98 static void finish_constructor_body (void);
99 static void begin_destructor_body (void);
100 static void finish_destructor_body (void);
101 static void record_key_method_defined (tree);
102 static tree create_array_type_for_decl (tree, tree, tree);
103 static tree get_atexit_node (void);
104 static tree get_dso_handle_node (void);
105 static tree start_cleanup_fn (void);
106 static void end_cleanup_fn (void);
107 static tree cp_make_fname_decl (location_t, tree, int);
108 static void initialize_predefined_identifiers (void);
109 static tree check_special_function_return_type
110 (special_function_kind, tree, tree);
111 static tree push_cp_library_fn (enum tree_code, tree);
112 static tree build_cp_library_fn (tree, enum tree_code, tree);
113 static void store_parm_decls (tree);
114 static void initialize_local_var (tree, tree);
115 static void expand_static_init (tree, tree);
117 /* The following symbols are subsumed in the cp_global_trees array, and
118 listed here individually for documentation purposes.
120 C++ extensions
121 tree wchar_decl_node;
123 tree vtable_entry_type;
124 tree delta_type_node;
125 tree __t_desc_type_node;
127 tree class_type_node;
128 tree unknown_type_node;
130 Array type `vtable_entry_type[]'
132 tree vtbl_type_node;
133 tree vtbl_ptr_type_node;
135 Namespaces,
137 tree std_node;
138 tree abi_node;
140 A FUNCTION_DECL which can call `abort'. Not necessarily the
141 one that the user will declare, but sufficient to be called
142 by routines that want to abort the program.
144 tree abort_fndecl;
146 The FUNCTION_DECL for the default `::operator delete'.
148 tree global_delete_fndecl;
150 Used by RTTI
151 tree type_info_type_node, tinfo_decl_id, tinfo_decl_type;
152 tree tinfo_var_id; */
154 tree cp_global_trees[CPTI_MAX];
156 /* Indicates that there is a type value in some namespace, although
157 that is not necessarily in scope at the moment. */
159 tree global_type_node;
161 /* The node that holds the "name" of the global scope. */
162 tree global_scope_name;
164 #define local_names cp_function_chain->x_local_names
166 /* A list of objects which have constructors or destructors
167 which reside in the global scope. The decl is stored in
168 the TREE_VALUE slot and the initializer is stored
169 in the TREE_PURPOSE slot. */
170 tree static_aggregates;
172 /* -- end of C++ */
174 /* A node for the integer constant 2. */
176 tree integer_two_node;
178 /* Used only for jumps to as-yet undefined labels, since jumps to
179 defined labels can have their validity checked immediately. */
181 struct GTY((chain_next ("%h.next"))) named_label_use_entry {
182 struct named_label_use_entry *next;
183 /* The binding level to which this entry is *currently* attached.
184 This is initially the binding level in which the goto appeared,
185 but is modified as scopes are closed. */
186 cp_binding_level *binding_level;
187 /* The head of the names list that was current when the goto appeared,
188 or the inner scope popped. These are the decls that will *not* be
189 skipped when jumping to the label. */
190 tree names_in_scope;
191 /* The location of the goto, for error reporting. */
192 location_t o_goto_locus;
193 /* True if an OpenMP structured block scope has been closed since
194 the goto appeared. This means that the branch from the label will
195 illegally exit an OpenMP scope. */
196 bool in_omp_scope;
199 /* A list of all LABEL_DECLs in the function that have names. Here so
200 we can clear out their names' definitions at the end of the
201 function, and so we can check the validity of jumps to these labels. */
203 struct GTY(()) named_label_entry {
204 /* The decl itself. */
205 tree label_decl;
207 /* The binding level to which the label is *currently* attached.
208 This is initially set to the binding level in which the label
209 is defined, but is modified as scopes are closed. */
210 cp_binding_level *binding_level;
211 /* The head of the names list that was current when the label was
212 defined, or the inner scope popped. These are the decls that will
213 be skipped when jumping to the label. */
214 tree names_in_scope;
215 /* A vector of all decls from all binding levels that would be
216 crossed by a backward branch to the label. */
217 VEC(tree,gc) *bad_decls;
219 /* A list of uses of the label, before the label is defined. */
220 struct named_label_use_entry *uses;
222 /* The following bits are set after the label is defined, and are
223 updated as scopes are popped. They indicate that a backward jump
224 to the label will illegally enter a scope of the given flavor. */
225 bool in_try_scope;
226 bool in_catch_scope;
227 bool in_omp_scope;
230 #define named_labels cp_function_chain->x_named_labels
232 /* The number of function bodies which we are currently processing.
233 (Zero if we are at namespace scope, one inside the body of a
234 function, two inside the body of a function in a local class, etc.) */
235 int function_depth;
237 /* To avoid unwanted recursion, finish_function defers all mark_used calls
238 encountered during its execution until it finishes. */
239 bool defer_mark_used_calls;
240 VEC(tree, gc) *deferred_mark_used_calls;
242 /* States indicating how grokdeclarator() should handle declspecs marked
243 with __attribute__((deprecated)). An object declared as
244 __attribute__((deprecated)) suppresses warnings of uses of other
245 deprecated items. */
246 enum deprecated_states deprecated_state = DEPRECATED_NORMAL;
249 /* A list of VAR_DECLs whose type was incomplete at the time the
250 variable was declared. */
252 typedef struct GTY(()) incomplete_var_d {
253 tree decl;
254 tree incomplete_type;
255 } incomplete_var;
257 DEF_VEC_O(incomplete_var);
258 DEF_VEC_ALLOC_O(incomplete_var,gc);
260 static GTY(()) VEC(incomplete_var,gc) *incomplete_vars;
262 /* Returns the kind of template specialization we are currently
263 processing, given that it's declaration contained N_CLASS_SCOPES
264 explicit scope qualifications. */
266 tmpl_spec_kind
267 current_tmpl_spec_kind (int n_class_scopes)
269 int n_template_parm_scopes = 0;
270 int seen_specialization_p = 0;
271 int innermost_specialization_p = 0;
272 cp_binding_level *b;
274 /* Scan through the template parameter scopes. */
275 for (b = current_binding_level;
276 b->kind == sk_template_parms;
277 b = b->level_chain)
279 /* If we see a specialization scope inside a parameter scope,
280 then something is wrong. That corresponds to a declaration
281 like:
283 template <class T> template <> ...
285 which is always invalid since [temp.expl.spec] forbids the
286 specialization of a class member template if the enclosing
287 class templates are not explicitly specialized as well. */
288 if (b->explicit_spec_p)
290 if (n_template_parm_scopes == 0)
291 innermost_specialization_p = 1;
292 else
293 seen_specialization_p = 1;
295 else if (seen_specialization_p == 1)
296 return tsk_invalid_member_spec;
298 ++n_template_parm_scopes;
301 /* Handle explicit instantiations. */
302 if (processing_explicit_instantiation)
304 if (n_template_parm_scopes != 0)
305 /* We've seen a template parameter list during an explicit
306 instantiation. For example:
308 template <class T> template void f(int);
310 This is erroneous. */
311 return tsk_invalid_expl_inst;
312 else
313 return tsk_expl_inst;
316 if (n_template_parm_scopes < n_class_scopes)
317 /* We've not seen enough template headers to match all the
318 specialized classes present. For example:
320 template <class T> void R<T>::S<T>::f(int);
322 This is invalid; there needs to be one set of template
323 parameters for each class. */
324 return tsk_insufficient_parms;
325 else if (n_template_parm_scopes == n_class_scopes)
326 /* We're processing a non-template declaration (even though it may
327 be a member of a template class.) For example:
329 template <class T> void S<T>::f(int);
331 The `class T' matches the `S<T>', leaving no template headers
332 corresponding to the `f'. */
333 return tsk_none;
334 else if (n_template_parm_scopes > n_class_scopes + 1)
335 /* We've got too many template headers. For example:
337 template <> template <class T> void f (T);
339 There need to be more enclosing classes. */
340 return tsk_excessive_parms;
341 else
342 /* This must be a template. It's of the form:
344 template <class T> template <class U> void S<T>::f(U);
346 This is a specialization if the innermost level was a
347 specialization; otherwise it's just a definition of the
348 template. */
349 return innermost_specialization_p ? tsk_expl_spec : tsk_template;
352 /* Exit the current scope. */
354 void
355 finish_scope (void)
357 poplevel (0, 0, 0);
360 /* When a label goes out of scope, check to see if that label was used
361 in a valid manner, and issue any appropriate warnings or errors. */
363 static void
364 pop_label (tree label, tree old_value)
366 if (!processing_template_decl)
368 if (DECL_INITIAL (label) == NULL_TREE)
370 location_t location;
372 error ("label %q+D used but not defined", label);
373 location = input_location; /* FIXME want (input_filename, (line)0) */
374 /* Avoid crashing later. */
375 define_label (location, DECL_NAME (label));
377 else
378 warn_for_unused_label (label);
381 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value);
384 /* At the end of a function, all labels declared within the function
385 go out of scope. BLOCK is the top-level block for the
386 function. */
388 static int
389 pop_labels_1 (void **slot, void *data)
391 struct named_label_entry *ent = (struct named_label_entry *) *slot;
392 tree block = (tree) data;
394 pop_label (ent->label_decl, NULL_TREE);
396 /* Put the labels into the "variables" of the top-level block,
397 so debugger can see them. */
398 DECL_CHAIN (ent->label_decl) = BLOCK_VARS (block);
399 BLOCK_VARS (block) = ent->label_decl;
401 htab_clear_slot (named_labels, slot);
403 return 1;
406 static void
407 pop_labels (tree block)
409 if (named_labels)
411 htab_traverse (named_labels, pop_labels_1, block);
412 named_labels = NULL;
416 /* At the end of a block with local labels, restore the outer definition. */
418 static void
419 pop_local_label (tree label, tree old_value)
421 struct named_label_entry dummy;
422 void **slot;
424 pop_label (label, old_value);
426 dummy.label_decl = label;
427 slot = htab_find_slot (named_labels, &dummy, NO_INSERT);
428 htab_clear_slot (named_labels, slot);
431 /* The following two routines are used to interface to Objective-C++.
432 The binding level is purposely treated as an opaque type. */
434 void *
435 objc_get_current_scope (void)
437 return current_binding_level;
440 /* The following routine is used by the NeXT-style SJLJ exceptions;
441 variables get marked 'volatile' so as to not be clobbered by
442 _setjmp()/_longjmp() calls. All variables in the current scope,
443 as well as parent scopes up to (but not including) ENCLOSING_BLK
444 shall be thusly marked. */
446 void
447 objc_mark_locals_volatile (void *enclosing_blk)
449 cp_binding_level *scope;
451 for (scope = current_binding_level;
452 scope && scope != enclosing_blk;
453 scope = scope->level_chain)
455 tree decl;
457 for (decl = scope->names; decl; decl = TREE_CHAIN (decl))
458 objc_volatilize_decl (decl);
460 /* Do not climb up past the current function. */
461 if (scope->kind == sk_function_parms)
462 break;
466 /* Update data for defined and undefined labels when leaving a scope. */
468 static int
469 poplevel_named_label_1 (void **slot, void *data)
471 struct named_label_entry *ent = (struct named_label_entry *) *slot;
472 cp_binding_level *bl = (cp_binding_level *) data;
473 cp_binding_level *obl = bl->level_chain;
475 if (ent->binding_level == bl)
477 tree decl;
479 /* ENT->NAMES_IN_SCOPE may contain a mixture of DECLs and
480 TREE_LISTs representing OVERLOADs, so be careful. */
481 for (decl = ent->names_in_scope; decl; decl = (DECL_P (decl)
482 ? DECL_CHAIN (decl)
483 : TREE_CHAIN (decl)))
484 if (decl_jump_unsafe (decl))
485 VEC_safe_push (tree, gc, ent->bad_decls, decl);
487 ent->binding_level = obl;
488 ent->names_in_scope = obl->names;
489 switch (bl->kind)
491 case sk_try:
492 ent->in_try_scope = true;
493 break;
494 case sk_catch:
495 ent->in_catch_scope = true;
496 break;
497 case sk_omp:
498 ent->in_omp_scope = true;
499 break;
500 default:
501 break;
504 else if (ent->uses)
506 struct named_label_use_entry *use;
508 for (use = ent->uses; use ; use = use->next)
509 if (use->binding_level == bl)
511 use->binding_level = obl;
512 use->names_in_scope = obl->names;
513 if (bl->kind == sk_omp)
514 use->in_omp_scope = true;
518 return 1;
521 /* Saved errorcount to avoid -Wunused-but-set-{parameter,variable} warnings
522 when errors were reported, except for -Werror-unused-but-set-*. */
523 static int unused_but_set_errorcount;
525 /* Exit a binding level.
526 Pop the level off, and restore the state of the identifier-decl mappings
527 that were in effect when this level was entered.
529 If KEEP == 1, this level had explicit declarations, so
530 and create a "block" (a BLOCK node) for the level
531 to record its declarations and subblocks for symbol table output.
533 If FUNCTIONBODY is nonzero, this level is the body of a function,
534 so create a block as if KEEP were set and also clear out all
535 label names.
537 If REVERSE is nonzero, reverse the order of decls before putting
538 them into the BLOCK. */
540 tree
541 poplevel (int keep, int reverse, int functionbody)
543 tree link;
544 /* The chain of decls was accumulated in reverse order.
545 Put it into forward order, just for cleanliness. */
546 tree decls;
547 tree subblocks;
548 tree block;
549 tree decl;
550 int leaving_for_scope;
551 scope_kind kind;
552 unsigned ix;
553 cp_label_binding *label_bind;
555 timevar_start (TV_NAME_LOOKUP);
556 restart:
558 block = NULL_TREE;
560 gcc_assert (current_binding_level->kind != sk_class);
562 if (current_binding_level->kind == sk_cleanup)
563 functionbody = 0;
564 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
566 gcc_assert (!VEC_length(cp_class_binding,
567 current_binding_level->class_shadowed));
569 /* We used to use KEEP == 2 to indicate that the new block should go
570 at the beginning of the list of blocks at this binding level,
571 rather than the end. This hack is no longer used. */
572 gcc_assert (keep == 0 || keep == 1);
574 if (current_binding_level->keep)
575 keep = 1;
577 /* Any uses of undefined labels, and any defined labels, now operate
578 under constraints of next binding contour. */
579 if (cfun && !functionbody && named_labels)
580 htab_traverse (named_labels, poplevel_named_label_1,
581 current_binding_level);
583 /* Get the decls in the order they were written.
584 Usually current_binding_level->names is in reverse order.
585 But parameter decls were previously put in forward order. */
587 if (reverse)
588 current_binding_level->names
589 = decls = nreverse (current_binding_level->names);
590 else
591 decls = current_binding_level->names;
593 /* If there were any declarations or structure tags in that level,
594 or if this level is a function body,
595 create a BLOCK to record them for the life of this function. */
596 block = NULL_TREE;
597 if (keep == 1 || functionbody)
598 block = make_node (BLOCK);
599 if (block != NULL_TREE)
601 BLOCK_VARS (block) = decls;
602 BLOCK_SUBBLOCKS (block) = subblocks;
605 /* In each subblock, record that this is its superior. */
606 if (keep >= 0)
607 for (link = subblocks; link; link = BLOCK_CHAIN (link))
608 BLOCK_SUPERCONTEXT (link) = block;
610 /* We still support the old for-scope rules, whereby the variables
611 in a for-init statement were in scope after the for-statement
612 ended. We only use the new rules if flag_new_for_scope is
613 nonzero. */
614 leaving_for_scope
615 = current_binding_level->kind == sk_for && flag_new_for_scope == 1;
617 /* Before we remove the declarations first check for unused variables. */
618 if ((warn_unused_variable || warn_unused_but_set_variable)
619 && !processing_template_decl)
620 for (decl = getdecls (); decl; decl = TREE_CHAIN (decl))
621 if (TREE_CODE (decl) == VAR_DECL
622 && (! TREE_USED (decl) || !DECL_READ_P (decl))
623 && ! DECL_IN_SYSTEM_HEADER (decl)
624 && DECL_NAME (decl) && ! DECL_ARTIFICIAL (decl))
626 if (! TREE_USED (decl))
627 warning (OPT_Wunused_variable, "unused variable %q+D", decl);
628 else if (DECL_CONTEXT (decl) == current_function_decl
629 && TREE_TYPE (decl) != error_mark_node
630 && TREE_CODE (TREE_TYPE (decl)) != REFERENCE_TYPE
631 && errorcount == unused_but_set_errorcount
632 && (!CLASS_TYPE_P (TREE_TYPE (decl))
633 || !TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (decl))))
635 warning (OPT_Wunused_but_set_variable,
636 "variable %q+D set but not used", decl);
637 unused_but_set_errorcount = errorcount;
641 /* Remove declarations for all the DECLs in this level. */
642 for (link = decls; link; link = TREE_CHAIN (link))
644 if (leaving_for_scope && TREE_CODE (link) == VAR_DECL
645 /* It's hard to make this ARM compatibility hack play nicely with
646 lambdas, and it really isn't necessary in C++11 mode. */
647 && cxx_dialect < cxx0x
648 && DECL_NAME (link))
650 tree name = DECL_NAME (link);
651 cxx_binding *ob;
652 tree ns_binding;
654 ob = outer_binding (name,
655 IDENTIFIER_BINDING (name),
656 /*class_p=*/true);
657 if (!ob)
658 ns_binding = IDENTIFIER_NAMESPACE_VALUE (name);
659 else
660 ns_binding = NULL_TREE;
662 if (ob && ob->scope == current_binding_level->level_chain)
663 /* We have something like:
665 int i;
666 for (int i; ;);
668 and we are leaving the `for' scope. There's no reason to
669 keep the binding of the inner `i' in this case. */
670 pop_binding (name, link);
671 else if ((ob && (TREE_CODE (ob->value) == TYPE_DECL))
672 || (ns_binding && TREE_CODE (ns_binding) == TYPE_DECL))
673 /* Here, we have something like:
675 typedef int I;
677 void f () {
678 for (int I; ;);
681 We must pop the for-scope binding so we know what's a
682 type and what isn't. */
683 pop_binding (name, link);
684 else
686 /* Mark this VAR_DECL as dead so that we can tell we left it
687 there only for backward compatibility. */
688 DECL_DEAD_FOR_LOCAL (link) = 1;
690 /* Keep track of what should have happened when we
691 popped the binding. */
692 if (ob && ob->value)
694 SET_DECL_SHADOWED_FOR_VAR (link, ob->value);
695 DECL_HAS_SHADOWED_FOR_VAR_P (link) = 1;
698 /* Add it to the list of dead variables in the next
699 outermost binding to that we can remove these when we
700 leave that binding. */
701 VEC_safe_push (tree, gc,
702 current_binding_level->level_chain->dead_vars_from_for,
703 link);
705 /* Although we don't pop the cxx_binding, we do clear
706 its SCOPE since the scope is going away now. */
707 IDENTIFIER_BINDING (name)->scope
708 = current_binding_level->level_chain;
711 else
713 tree name;
715 /* Remove the binding. */
716 decl = link;
718 if (TREE_CODE (decl) == TREE_LIST)
719 decl = TREE_VALUE (decl);
720 name = decl;
722 if (TREE_CODE (name) == OVERLOAD)
723 name = OVL_FUNCTION (name);
725 gcc_assert (DECL_P (name));
726 pop_binding (DECL_NAME (name), decl);
730 /* Remove declarations for any `for' variables from inner scopes
731 that we kept around. */
732 FOR_EACH_VEC_ELT_REVERSE (tree, current_binding_level->dead_vars_from_for,
733 ix, decl)
734 pop_binding (DECL_NAME (decl), decl);
736 /* Restore the IDENTIFIER_TYPE_VALUEs. */
737 for (link = current_binding_level->type_shadowed;
738 link; link = TREE_CHAIN (link))
739 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (link), TREE_VALUE (link));
741 /* Restore the IDENTIFIER_LABEL_VALUEs for local labels. */
742 FOR_EACH_VEC_ELT_REVERSE (cp_label_binding,
743 current_binding_level->shadowed_labels,
744 ix, label_bind)
745 pop_local_label (label_bind->label, label_bind->prev_value);
747 /* There may be OVERLOADs (wrapped in TREE_LISTs) on the BLOCK_VARs
748 list if a `using' declaration put them there. The debugging
749 back ends won't understand OVERLOAD, so we remove them here.
750 Because the BLOCK_VARS are (temporarily) shared with
751 CURRENT_BINDING_LEVEL->NAMES we must do this fixup after we have
752 popped all the bindings. */
753 if (block)
755 tree* d;
757 for (d = &BLOCK_VARS (block); *d; )
759 if (TREE_CODE (*d) == TREE_LIST)
760 *d = TREE_CHAIN (*d);
761 else
762 d = &DECL_CHAIN (*d);
766 /* If the level being exited is the top level of a function,
767 check over all the labels. */
768 if (functionbody)
770 /* Since this is the top level block of a function, the vars are
771 the function's parameters. Don't leave them in the BLOCK
772 because they are found in the FUNCTION_DECL instead. */
773 BLOCK_VARS (block) = 0;
774 pop_labels (block);
777 kind = current_binding_level->kind;
778 if (kind == sk_cleanup)
780 tree stmt;
782 /* If this is a temporary binding created for a cleanup, then we'll
783 have pushed a statement list level. Pop that, create a new
784 BIND_EXPR for the block, and insert it into the stream. */
785 stmt = pop_stmt_list (current_binding_level->statement_list);
786 stmt = c_build_bind_expr (input_location, block, stmt);
787 add_stmt (stmt);
790 leave_scope ();
791 if (functionbody)
793 /* The current function is being defined, so its DECL_INITIAL
794 should be error_mark_node. */
795 gcc_assert (DECL_INITIAL (current_function_decl) == error_mark_node);
796 DECL_INITIAL (current_function_decl) = block;
798 else if (block)
799 current_binding_level->blocks
800 = block_chainon (current_binding_level->blocks, block);
802 /* If we did not make a block for the level just exited,
803 any blocks made for inner levels
804 (since they cannot be recorded as subblocks in that level)
805 must be carried forward so they will later become subblocks
806 of something else. */
807 else if (subblocks)
808 current_binding_level->blocks
809 = block_chainon (current_binding_level->blocks, subblocks);
811 /* Each and every BLOCK node created here in `poplevel' is important
812 (e.g. for proper debugging information) so if we created one
813 earlier, mark it as "used". */
814 if (block)
815 TREE_USED (block) = 1;
817 /* All temporary bindings created for cleanups are popped silently. */
818 if (kind == sk_cleanup)
819 goto restart;
821 timevar_stop (TV_NAME_LOOKUP);
822 return block;
825 /* Walk all the namespaces contained NAMESPACE, including NAMESPACE
826 itself, calling F for each. The DATA is passed to F as well. */
828 static int
829 walk_namespaces_r (tree name_space, walk_namespaces_fn f, void* data)
831 int result = 0;
832 tree current = NAMESPACE_LEVEL (name_space)->namespaces;
834 result |= (*f) (name_space, data);
836 for (; current; current = DECL_CHAIN (current))
837 result |= walk_namespaces_r (current, f, data);
839 return result;
842 /* Walk all the namespaces, calling F for each. The DATA is passed to
843 F as well. */
846 walk_namespaces (walk_namespaces_fn f, void* data)
848 return walk_namespaces_r (global_namespace, f, data);
851 /* Call wrapup_globals_declarations for the globals in NAMESPACE. If
852 DATA is non-NULL, this is the last time we will call
853 wrapup_global_declarations for this NAMESPACE. */
856 wrapup_globals_for_namespace (tree name_space, void* data)
858 cp_binding_level *level = NAMESPACE_LEVEL (name_space);
859 VEC(tree,gc) *statics = level->static_decls;
860 tree *vec = VEC_address (tree, statics);
861 int len = VEC_length (tree, statics);
862 int last_time = (data != 0);
864 if (last_time)
866 check_global_declarations (vec, len);
867 emit_debug_global_declarations (vec, len);
868 return 0;
871 /* Write out any globals that need to be output. */
872 return wrapup_global_declarations (vec, len);
876 /* In C++, you don't have to write `struct S' to refer to `S'; you
877 can just use `S'. We accomplish this by creating a TYPE_DECL as
878 if the user had written `typedef struct S S'. Create and return
879 the TYPE_DECL for TYPE. */
881 tree
882 create_implicit_typedef (tree name, tree type)
884 tree decl;
886 decl = build_decl (input_location, TYPE_DECL, name, type);
887 DECL_ARTIFICIAL (decl) = 1;
888 /* There are other implicit type declarations, like the one *within*
889 a class that allows you to write `S::S'. We must distinguish
890 amongst these. */
891 SET_DECL_IMPLICIT_TYPEDEF_P (decl);
892 TYPE_NAME (type) = decl;
893 TYPE_STUB_DECL (type) = decl;
895 return decl;
898 /* Remember a local name for name-mangling purposes. */
900 static void
901 push_local_name (tree decl)
903 size_t i, nelts;
904 tree t, name;
906 timevar_start (TV_NAME_LOOKUP);
908 name = DECL_NAME (decl);
910 nelts = VEC_length (tree, local_names);
911 for (i = 0; i < nelts; i++)
913 t = VEC_index (tree, local_names, i);
914 if (DECL_NAME (t) == name)
916 if (!DECL_LANG_SPECIFIC (decl))
917 retrofit_lang_decl (decl);
918 DECL_LANG_SPECIFIC (decl)->u.base.u2sel = 1;
919 if (DECL_LANG_SPECIFIC (t))
920 DECL_DISCRIMINATOR (decl) = DECL_DISCRIMINATOR (t) + 1;
921 else
922 DECL_DISCRIMINATOR (decl) = 1;
924 VEC_replace (tree, local_names, i, decl);
925 timevar_stop (TV_NAME_LOOKUP);
926 return;
930 VEC_safe_push (tree, gc, local_names, decl);
931 timevar_stop (TV_NAME_LOOKUP);
934 /* Subroutine of duplicate_decls: return truthvalue of whether
935 or not types of these decls match.
937 For C++, we must compare the parameter list so that `int' can match
938 `int&' in a parameter position, but `int&' is not confused with
939 `const int&'. */
942 decls_match (tree newdecl, tree olddecl)
944 int types_match;
946 if (newdecl == olddecl)
947 return 1;
949 if (TREE_CODE (newdecl) != TREE_CODE (olddecl))
950 /* If the two DECLs are not even the same kind of thing, we're not
951 interested in their types. */
952 return 0;
954 gcc_assert (DECL_P (newdecl));
956 if (TREE_CODE (newdecl) == FUNCTION_DECL)
958 tree f1 = TREE_TYPE (newdecl);
959 tree f2 = TREE_TYPE (olddecl);
960 tree p1 = TYPE_ARG_TYPES (f1);
961 tree p2 = TYPE_ARG_TYPES (f2);
962 tree r2;
964 /* Specializations of different templates are different functions
965 even if they have the same type. */
966 tree t1 = (DECL_USE_TEMPLATE (newdecl)
967 ? DECL_TI_TEMPLATE (newdecl)
968 : NULL_TREE);
969 tree t2 = (DECL_USE_TEMPLATE (olddecl)
970 ? DECL_TI_TEMPLATE (olddecl)
971 : NULL_TREE);
972 if (t1 != t2)
973 return 0;
975 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
976 && ! (DECL_EXTERN_C_P (newdecl)
977 && DECL_EXTERN_C_P (olddecl)))
978 return 0;
980 #ifdef NO_IMPLICIT_EXTERN_C
981 /* A new declaration doesn't match a built-in one unless it
982 is also extern "C". */
983 if (DECL_IS_BUILTIN (olddecl)
984 && DECL_EXTERN_C_P (olddecl) && !DECL_EXTERN_C_P (newdecl))
985 return 0;
986 #endif
988 if (TREE_CODE (f1) != TREE_CODE (f2))
989 return 0;
991 /* A declaration with deduced return type should use its pre-deduction
992 type for declaration matching. */
993 if (FNDECL_USED_AUTO (olddecl))
994 r2 = DECL_STRUCT_FUNCTION (olddecl)->language->x_auto_return_pattern;
995 else
996 r2 = TREE_TYPE (f2);
998 if (same_type_p (TREE_TYPE (f1), r2))
1000 if (!prototype_p (f2) && DECL_EXTERN_C_P (olddecl)
1001 && (DECL_BUILT_IN (olddecl)
1002 #ifndef NO_IMPLICIT_EXTERN_C
1003 || (DECL_IN_SYSTEM_HEADER (newdecl) && !DECL_CLASS_SCOPE_P (newdecl))
1004 || (DECL_IN_SYSTEM_HEADER (olddecl) && !DECL_CLASS_SCOPE_P (olddecl))
1005 #endif
1008 types_match = self_promoting_args_p (p1);
1009 if (p1 == void_list_node)
1010 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
1012 #ifndef NO_IMPLICIT_EXTERN_C
1013 else if (!prototype_p (f1)
1014 && (DECL_EXTERN_C_P (olddecl)
1015 && DECL_IN_SYSTEM_HEADER (olddecl)
1016 && !DECL_CLASS_SCOPE_P (olddecl))
1017 && (DECL_EXTERN_C_P (newdecl)
1018 && DECL_IN_SYSTEM_HEADER (newdecl)
1019 && !DECL_CLASS_SCOPE_P (newdecl)))
1021 types_match = self_promoting_args_p (p2);
1022 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
1024 #endif
1025 else
1026 types_match =
1027 compparms (p1, p2)
1028 && (TYPE_ATTRIBUTES (TREE_TYPE (newdecl)) == NULL_TREE
1029 || comp_type_attributes (TREE_TYPE (newdecl),
1030 TREE_TYPE (olddecl)) != 0);
1032 else
1033 types_match = 0;
1035 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1037 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl))
1038 != TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)))
1039 return 0;
1041 if (!comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1042 DECL_TEMPLATE_PARMS (olddecl)))
1043 return 0;
1045 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1046 types_match = same_type_p (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl)),
1047 TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl)));
1048 else
1049 types_match = decls_match (DECL_TEMPLATE_RESULT (olddecl),
1050 DECL_TEMPLATE_RESULT (newdecl));
1052 else
1054 /* Need to check scope for variable declaration (VAR_DECL).
1055 For typedef (TYPE_DECL), scope is ignored. */
1056 if (TREE_CODE (newdecl) == VAR_DECL
1057 && CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
1058 /* [dcl.link]
1059 Two declarations for an object with C language linkage
1060 with the same name (ignoring the namespace that qualify
1061 it) that appear in different namespace scopes refer to
1062 the same object. */
1063 && !(DECL_EXTERN_C_P (olddecl) && DECL_EXTERN_C_P (newdecl)))
1064 return 0;
1066 if (TREE_TYPE (newdecl) == error_mark_node)
1067 types_match = TREE_TYPE (olddecl) == error_mark_node;
1068 else if (TREE_TYPE (olddecl) == NULL_TREE)
1069 types_match = TREE_TYPE (newdecl) == NULL_TREE;
1070 else if (TREE_TYPE (newdecl) == NULL_TREE)
1071 types_match = 0;
1072 else
1073 types_match = comptypes (TREE_TYPE (newdecl),
1074 TREE_TYPE (olddecl),
1075 COMPARE_REDECLARATION);
1078 return types_match;
1081 /* If NEWDECL is `static' and an `extern' was seen previously,
1082 warn about it. OLDDECL is the previous declaration.
1084 Note that this does not apply to the C++ case of declaring
1085 a variable `extern const' and then later `const'.
1087 Don't complain about built-in functions, since they are beyond
1088 the user's control. */
1090 void
1091 warn_extern_redeclared_static (tree newdecl, tree olddecl)
1093 if (TREE_CODE (newdecl) == TYPE_DECL
1094 || TREE_CODE (newdecl) == TEMPLATE_DECL
1095 || TREE_CODE (newdecl) == CONST_DECL
1096 || TREE_CODE (newdecl) == NAMESPACE_DECL)
1097 return;
1099 /* Don't get confused by static member functions; that's a different
1100 use of `static'. */
1101 if (TREE_CODE (newdecl) == FUNCTION_DECL
1102 && DECL_STATIC_FUNCTION_P (newdecl))
1103 return;
1105 /* If the old declaration was `static', or the new one isn't, then
1106 everything is OK. */
1107 if (DECL_THIS_STATIC (olddecl) || !DECL_THIS_STATIC (newdecl))
1108 return;
1110 /* It's OK to declare a builtin function as `static'. */
1111 if (TREE_CODE (olddecl) == FUNCTION_DECL
1112 && DECL_ARTIFICIAL (olddecl))
1113 return;
1115 permerror (input_location, "%qD was declared %<extern%> and later %<static%>", newdecl);
1116 permerror (input_location, "previous declaration of %q+D", olddecl);
1119 /* NEW_DECL is a redeclaration of OLD_DECL; both are functions or
1120 function templates. If their exception specifications do not
1121 match, issue a diagnostic. */
1123 static void
1124 check_redeclaration_exception_specification (tree new_decl,
1125 tree old_decl)
1127 tree new_type;
1128 tree old_type;
1129 tree new_exceptions;
1130 tree old_exceptions;
1132 new_type = TREE_TYPE (new_decl);
1133 new_exceptions = TYPE_RAISES_EXCEPTIONS (new_type);
1134 old_type = TREE_TYPE (old_decl);
1135 old_exceptions = TYPE_RAISES_EXCEPTIONS (old_type);
1137 /* [except.spec]
1139 If any declaration of a function has an exception-specification,
1140 all declarations, including the definition and an explicit
1141 specialization, of that function shall have an
1142 exception-specification with the same set of type-ids. */
1143 if ((pedantic || ! DECL_IN_SYSTEM_HEADER (old_decl))
1144 && ! DECL_IS_BUILTIN (old_decl)
1145 && flag_exceptions
1146 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal))
1148 error ("declaration of %qF has a different exception specifier",
1149 new_decl);
1150 error ("from previous declaration %q+F", old_decl);
1154 /* Return true if OLD_DECL and NEW_DECL agree on constexprness.
1155 Otherwise issue diagnostics. */
1157 static bool
1158 validate_constexpr_redeclaration (tree old_decl, tree new_decl)
1160 old_decl = STRIP_TEMPLATE (old_decl);
1161 new_decl = STRIP_TEMPLATE (new_decl);
1162 if (!VAR_OR_FUNCTION_DECL_P (old_decl)
1163 || !VAR_OR_FUNCTION_DECL_P (new_decl))
1164 return true;
1165 if (DECL_DECLARED_CONSTEXPR_P (old_decl)
1166 == DECL_DECLARED_CONSTEXPR_P (new_decl))
1167 return true;
1168 if (TREE_CODE (old_decl) == FUNCTION_DECL && DECL_BUILT_IN (old_decl))
1170 /* Hide a built-in declaration. */
1171 DECL_DECLARED_CONSTEXPR_P (old_decl)
1172 = DECL_DECLARED_CONSTEXPR_P (new_decl);
1173 return true;
1175 error ("redeclaration %qD differs in %<constexpr%>", new_decl);
1176 error ("from previous declaration %q+D", old_decl);
1177 return false;
1180 #define GNU_INLINE_P(fn) (DECL_DECLARED_INLINE_P (fn) \
1181 && lookup_attribute ("gnu_inline", \
1182 DECL_ATTRIBUTES (fn)))
1184 /* If NEWDECL is a redeclaration of OLDDECL, merge the declarations.
1185 If the redeclaration is invalid, a diagnostic is issued, and the
1186 error_mark_node is returned. Otherwise, OLDDECL is returned.
1188 If NEWDECL is not a redeclaration of OLDDECL, NULL_TREE is
1189 returned.
1191 NEWDECL_IS_FRIEND is true if NEWDECL was declared as a friend. */
1193 tree
1194 duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend)
1196 unsigned olddecl_uid = DECL_UID (olddecl);
1197 int olddecl_friend = 0, types_match = 0, hidden_friend = 0;
1198 int new_defines_function = 0;
1199 tree new_template_info;
1201 if (newdecl == olddecl)
1202 return olddecl;
1204 types_match = decls_match (newdecl, olddecl);
1206 /* If either the type of the new decl or the type of the old decl is an
1207 error_mark_node, then that implies that we have already issued an
1208 error (earlier) for some bogus type specification, and in that case,
1209 it is rather pointless to harass the user with yet more error message
1210 about the same declaration, so just pretend the types match here. */
1211 if (TREE_TYPE (newdecl) == error_mark_node
1212 || TREE_TYPE (olddecl) == error_mark_node)
1213 return error_mark_node;
1215 if (UDLIT_OPER_P (DECL_NAME (newdecl))
1216 && UDLIT_OPER_P (DECL_NAME (olddecl)))
1218 if (TREE_CODE (newdecl) == TEMPLATE_DECL
1219 && TREE_CODE (olddecl) != TEMPLATE_DECL
1220 && check_raw_literal_operator (olddecl))
1221 error ("literal operator template %q+D conflicts with"
1222 " raw literal operator %qD", newdecl, olddecl);
1223 else if (TREE_CODE (newdecl) != TEMPLATE_DECL
1224 && TREE_CODE (olddecl) == TEMPLATE_DECL
1225 && check_raw_literal_operator (newdecl))
1226 error ("raw literal operator %q+D conflicts with"
1227 " literal operator template %qD", newdecl, olddecl);
1230 if (DECL_P (olddecl)
1231 && TREE_CODE (newdecl) == FUNCTION_DECL
1232 && TREE_CODE (olddecl) == FUNCTION_DECL
1233 && (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl)))
1235 if (DECL_DECLARED_INLINE_P (newdecl)
1236 && DECL_UNINLINABLE (newdecl)
1237 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1238 /* Already warned elsewhere. */;
1239 else if (DECL_DECLARED_INLINE_P (olddecl)
1240 && DECL_UNINLINABLE (olddecl)
1241 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1242 /* Already warned. */;
1243 else if (DECL_DECLARED_INLINE_P (newdecl)
1244 && DECL_UNINLINABLE (olddecl)
1245 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1247 warning (OPT_Wattributes, "function %q+D redeclared as inline",
1248 newdecl);
1249 warning (OPT_Wattributes, "previous declaration of %q+D "
1250 "with attribute noinline", olddecl);
1252 else if (DECL_DECLARED_INLINE_P (olddecl)
1253 && DECL_UNINLINABLE (newdecl)
1254 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1256 warning (OPT_Wattributes, "function %q+D redeclared with "
1257 "attribute noinline", newdecl);
1258 warning (OPT_Wattributes, "previous declaration of %q+D was inline",
1259 olddecl);
1263 /* Check for redeclaration and other discrepancies. */
1264 if (TREE_CODE (olddecl) == FUNCTION_DECL
1265 && DECL_ARTIFICIAL (olddecl))
1267 gcc_assert (!DECL_HIDDEN_FRIEND_P (olddecl));
1268 if (TREE_CODE (newdecl) != FUNCTION_DECL)
1270 /* Avoid warnings redeclaring built-ins which have not been
1271 explicitly declared. */
1272 if (DECL_ANTICIPATED (olddecl))
1273 return NULL_TREE;
1275 /* If you declare a built-in or predefined function name as static,
1276 the old definition is overridden, but optionally warn this was a
1277 bad choice of name. */
1278 if (! TREE_PUBLIC (newdecl))
1280 warning (OPT_Wshadow,
1281 DECL_BUILT_IN (olddecl)
1282 ? G_("shadowing built-in function %q#D")
1283 : G_("shadowing library function %q#D"), olddecl);
1284 /* Discard the old built-in function. */
1285 return NULL_TREE;
1287 /* If the built-in is not ansi, then programs can override
1288 it even globally without an error. */
1289 else if (! DECL_BUILT_IN (olddecl))
1290 warning (0, "library function %q#D redeclared as non-function %q#D",
1291 olddecl, newdecl);
1292 else
1294 error ("declaration of %q#D", newdecl);
1295 error ("conflicts with built-in declaration %q#D",
1296 olddecl);
1298 return NULL_TREE;
1300 else if (!types_match)
1302 /* Avoid warnings redeclaring built-ins which have not been
1303 explicitly declared. */
1304 if (DECL_ANTICIPATED (olddecl))
1306 /* Deal with fileptr_type_node. FILE type is not known
1307 at the time we create the builtins. */
1308 tree t1, t2;
1310 for (t1 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1311 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1312 t1 || t2;
1313 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2))
1314 if (!t1 || !t2)
1315 break;
1316 else if (TREE_VALUE (t2) == fileptr_type_node)
1318 tree t = TREE_VALUE (t1);
1320 if (TREE_CODE (t) == POINTER_TYPE
1321 && TYPE_NAME (TREE_TYPE (t))
1322 && DECL_NAME (TYPE_NAME (TREE_TYPE (t)))
1323 == get_identifier ("FILE")
1324 && compparms (TREE_CHAIN (t1), TREE_CHAIN (t2)))
1326 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1328 TYPE_ARG_TYPES (TREE_TYPE (olddecl))
1329 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1330 types_match = decls_match (newdecl, olddecl);
1331 if (types_match)
1332 return duplicate_decls (newdecl, olddecl,
1333 newdecl_is_friend);
1334 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1337 else if (! same_type_p (TREE_VALUE (t1), TREE_VALUE (t2)))
1338 break;
1340 else if ((DECL_EXTERN_C_P (newdecl)
1341 && DECL_EXTERN_C_P (olddecl))
1342 || compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1343 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1345 /* A near match; override the builtin. */
1347 if (TREE_PUBLIC (newdecl))
1349 warning (0, "new declaration %q#D", newdecl);
1350 warning (0, "ambiguates built-in declaration %q#D",
1351 olddecl);
1353 else
1354 warning (OPT_Wshadow,
1355 DECL_BUILT_IN (olddecl)
1356 ? G_("shadowing built-in function %q#D")
1357 : G_("shadowing library function %q#D"), olddecl);
1359 else
1360 /* Discard the old built-in function. */
1361 return NULL_TREE;
1363 /* Replace the old RTL to avoid problems with inlining. */
1364 COPY_DECL_RTL (newdecl, olddecl);
1366 /* Even if the types match, prefer the new declarations type for
1367 built-ins which have not been explicitly declared, for
1368 exception lists, etc... */
1369 else if (DECL_IS_BUILTIN (olddecl))
1371 tree type = TREE_TYPE (newdecl);
1372 tree attribs = (*targetm.merge_type_attributes)
1373 (TREE_TYPE (olddecl), type);
1375 type = cp_build_type_attribute_variant (type, attribs);
1376 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = type;
1379 /* If a function is explicitly declared "throw ()", propagate that to
1380 the corresponding builtin. */
1381 if (DECL_BUILT_IN_CLASS (olddecl) == BUILT_IN_NORMAL
1382 && DECL_ANTICIPATED (olddecl)
1383 && TREE_NOTHROW (newdecl)
1384 && !TREE_NOTHROW (olddecl))
1386 enum built_in_function fncode = DECL_FUNCTION_CODE (olddecl);
1387 tree tmpdecl = builtin_decl_explicit (fncode);
1388 if (tmpdecl && tmpdecl != olddecl && types_match)
1389 TREE_NOTHROW (tmpdecl) = 1;
1392 /* Whether or not the builtin can throw exceptions has no
1393 bearing on this declarator. */
1394 TREE_NOTHROW (olddecl) = 0;
1396 if (DECL_THIS_STATIC (newdecl) && !DECL_THIS_STATIC (olddecl))
1398 /* If a builtin function is redeclared as `static', merge
1399 the declarations, but make the original one static. */
1400 DECL_THIS_STATIC (olddecl) = 1;
1401 TREE_PUBLIC (olddecl) = 0;
1403 /* Make the old declaration consistent with the new one so
1404 that all remnants of the builtin-ness of this function
1405 will be banished. */
1406 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
1407 COPY_DECL_RTL (newdecl, olddecl);
1410 else if (TREE_CODE (olddecl) != TREE_CODE (newdecl))
1412 /* C++ Standard, 3.3, clause 4:
1413 "[Note: a namespace name or a class template name must be unique
1414 in its declarative region (7.3.2, clause 14). ]" */
1415 if (TREE_CODE (olddecl) != NAMESPACE_DECL
1416 && TREE_CODE (newdecl) != NAMESPACE_DECL
1417 && (TREE_CODE (olddecl) != TEMPLATE_DECL
1418 || TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) != TYPE_DECL)
1419 && (TREE_CODE (newdecl) != TEMPLATE_DECL
1420 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != TYPE_DECL))
1422 if ((TREE_CODE (olddecl) == TYPE_DECL && DECL_ARTIFICIAL (olddecl)
1423 && TREE_CODE (newdecl) != TYPE_DECL)
1424 || (TREE_CODE (newdecl) == TYPE_DECL && DECL_ARTIFICIAL (newdecl)
1425 && TREE_CODE (olddecl) != TYPE_DECL))
1427 /* We do nothing special here, because C++ does such nasty
1428 things with TYPE_DECLs. Instead, just let the TYPE_DECL
1429 get shadowed, and know that if we need to find a TYPE_DECL
1430 for a given name, we can look in the IDENTIFIER_TYPE_VALUE
1431 slot of the identifier. */
1432 return NULL_TREE;
1435 if ((TREE_CODE (newdecl) == FUNCTION_DECL
1436 && DECL_FUNCTION_TEMPLATE_P (olddecl))
1437 || (TREE_CODE (olddecl) == FUNCTION_DECL
1438 && DECL_FUNCTION_TEMPLATE_P (newdecl)))
1439 return NULL_TREE;
1442 error ("%q#D redeclared as different kind of symbol", newdecl);
1443 if (TREE_CODE (olddecl) == TREE_LIST)
1444 olddecl = TREE_VALUE (olddecl);
1445 error ("previous declaration of %q+#D", olddecl);
1447 return error_mark_node;
1449 else if (!types_match)
1451 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl))
1452 /* These are certainly not duplicate declarations; they're
1453 from different scopes. */
1454 return NULL_TREE;
1456 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1458 /* The name of a class template may not be declared to refer to
1459 any other template, class, function, object, namespace, value,
1460 or type in the same scope. */
1461 if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == TYPE_DECL
1462 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1464 error ("declaration of template %q#D", newdecl);
1465 error ("conflicts with previous declaration %q+#D", olddecl);
1467 else if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == FUNCTION_DECL
1468 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == FUNCTION_DECL
1469 && compparms (TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl))),
1470 TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl))))
1471 && comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1472 DECL_TEMPLATE_PARMS (olddecl))
1473 /* Template functions can be disambiguated by
1474 return type. */
1475 && same_type_p (TREE_TYPE (TREE_TYPE (newdecl)),
1476 TREE_TYPE (TREE_TYPE (olddecl))))
1478 error ("new declaration %q#D", newdecl);
1479 error ("ambiguates old declaration %q+#D", olddecl);
1481 return NULL_TREE;
1483 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1485 if (DECL_EXTERN_C_P (newdecl) && DECL_EXTERN_C_P (olddecl))
1487 error ("declaration of C function %q#D conflicts with",
1488 newdecl);
1489 error ("previous declaration %q+#D here", olddecl);
1490 return NULL_TREE;
1492 else if (compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1493 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1495 error ("new declaration %q#D", newdecl);
1496 if (FNDECL_USED_AUTO (olddecl))
1497 error_at (DECL_SOURCE_LOCATION (olddecl), "ambiguates old "
1498 "declaration with deduced return type");
1499 else
1500 error ("ambiguates old declaration %q+#D", olddecl);
1501 return error_mark_node;
1503 else
1504 return NULL_TREE;
1506 else
1508 error ("conflicting declaration %q#D", newdecl);
1509 error ("%q+D has a previous declaration as %q#D", olddecl, olddecl);
1510 return error_mark_node;
1513 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1514 && ((DECL_TEMPLATE_SPECIALIZATION (olddecl)
1515 && (!DECL_TEMPLATE_INFO (newdecl)
1516 || (DECL_TI_TEMPLATE (newdecl)
1517 != DECL_TI_TEMPLATE (olddecl))))
1518 || (DECL_TEMPLATE_SPECIALIZATION (newdecl)
1519 && (!DECL_TEMPLATE_INFO (olddecl)
1520 || (DECL_TI_TEMPLATE (olddecl)
1521 != DECL_TI_TEMPLATE (newdecl))))))
1522 /* It's OK to have a template specialization and a non-template
1523 with the same type, or to have specializations of two
1524 different templates with the same type. Note that if one is a
1525 specialization, and the other is an instantiation of the same
1526 template, that we do not exit at this point. That situation
1527 can occur if we instantiate a template class, and then
1528 specialize one of its methods. This situation is valid, but
1529 the declarations must be merged in the usual way. */
1530 return NULL_TREE;
1531 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1532 && ((DECL_TEMPLATE_INSTANTIATION (olddecl)
1533 && !DECL_USE_TEMPLATE (newdecl))
1534 || (DECL_TEMPLATE_INSTANTIATION (newdecl)
1535 && !DECL_USE_TEMPLATE (olddecl))))
1536 /* One of the declarations is a template instantiation, and the
1537 other is not a template at all. That's OK. */
1538 return NULL_TREE;
1539 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
1541 /* In [namespace.alias] we have:
1543 In a declarative region, a namespace-alias-definition can be
1544 used to redefine a namespace-alias declared in that declarative
1545 region to refer only to the namespace to which it already
1546 refers.
1548 Therefore, if we encounter a second alias directive for the same
1549 alias, we can just ignore the second directive. */
1550 if (DECL_NAMESPACE_ALIAS (newdecl)
1551 && (DECL_NAMESPACE_ALIAS (newdecl)
1552 == DECL_NAMESPACE_ALIAS (olddecl)))
1553 return olddecl;
1554 /* [namespace.alias]
1556 A namespace-name or namespace-alias shall not be declared as
1557 the name of any other entity in the same declarative region.
1558 A namespace-name defined at global scope shall not be
1559 declared as the name of any other entity in any global scope
1560 of the program. */
1561 error ("declaration of namespace %qD conflicts with", newdecl);
1562 error ("previous declaration of namespace %q+D here", olddecl);
1563 return error_mark_node;
1565 else
1567 const char *errmsg = redeclaration_error_message (newdecl, olddecl);
1568 if (errmsg)
1570 error_at (DECL_SOURCE_LOCATION (newdecl), errmsg, newdecl);
1571 if (DECL_NAME (olddecl) != NULL_TREE)
1572 error ((DECL_INITIAL (olddecl) && namespace_bindings_p ())
1573 ? G_("%q+#D previously defined here")
1574 : G_("%q+#D previously declared here"), olddecl);
1575 return error_mark_node;
1577 else if (TREE_CODE (olddecl) == FUNCTION_DECL
1578 && DECL_INITIAL (olddecl) != NULL_TREE
1579 && !prototype_p (TREE_TYPE (olddecl))
1580 && prototype_p (TREE_TYPE (newdecl)))
1582 /* Prototype decl follows defn w/o prototype. */
1583 warning_at (input_location, 0, "prototype for %q+#D", newdecl);
1584 warning_at (DECL_SOURCE_LOCATION (olddecl), 0,
1585 "follows non-prototype definition here");
1587 else if ((TREE_CODE (olddecl) == FUNCTION_DECL
1588 || TREE_CODE (olddecl) == VAR_DECL)
1589 && DECL_LANGUAGE (newdecl) != DECL_LANGUAGE (olddecl))
1591 /* [dcl.link]
1592 If two declarations of the same function or object
1593 specify different linkage-specifications ..., the program
1594 is ill-formed.... Except for functions with C++ linkage,
1595 a function declaration without a linkage specification
1596 shall not precede the first linkage specification for
1597 that function. A function can be declared without a
1598 linkage specification after an explicit linkage
1599 specification has been seen; the linkage explicitly
1600 specified in the earlier declaration is not affected by
1601 such a function declaration.
1603 DR 563 raises the question why the restrictions on
1604 functions should not also apply to objects. Older
1605 versions of G++ silently ignore the linkage-specification
1606 for this example:
1608 namespace N {
1609 extern int i;
1610 extern "C" int i;
1613 which is clearly wrong. Therefore, we now treat objects
1614 like functions. */
1615 if (current_lang_depth () == 0)
1617 /* There is no explicit linkage-specification, so we use
1618 the linkage from the previous declaration. */
1619 if (!DECL_LANG_SPECIFIC (newdecl))
1620 retrofit_lang_decl (newdecl);
1621 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
1623 else
1625 error ("previous declaration of %q+#D with %qL linkage",
1626 olddecl, DECL_LANGUAGE (olddecl));
1627 error ("conflicts with new declaration with %qL linkage",
1628 DECL_LANGUAGE (newdecl));
1632 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl))
1634 else if (TREE_CODE (olddecl) == FUNCTION_DECL)
1636 tree t1 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1637 tree t2 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1638 int i = 1;
1640 if (TREE_CODE (TREE_TYPE (newdecl)) == METHOD_TYPE)
1641 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2);
1643 for (; t1 && t1 != void_list_node;
1644 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2), i++)
1645 if (TREE_PURPOSE (t1) && TREE_PURPOSE (t2))
1647 if (1 == simple_cst_equal (TREE_PURPOSE (t1),
1648 TREE_PURPOSE (t2)))
1650 permerror (input_location, "default argument given for parameter %d of %q#D",
1651 i, newdecl);
1652 permerror (input_location, "after previous specification in %q+#D", olddecl);
1654 else
1656 error ("default argument given for parameter %d of %q#D",
1657 i, newdecl);
1658 error ("after previous specification in %q+#D",
1659 olddecl);
1665 /* Do not merge an implicit typedef with an explicit one. In:
1667 class A;
1669 typedef class A A __attribute__ ((foo));
1671 the attribute should apply only to the typedef. */
1672 if (TREE_CODE (olddecl) == TYPE_DECL
1673 && (DECL_IMPLICIT_TYPEDEF_P (olddecl)
1674 || DECL_IMPLICIT_TYPEDEF_P (newdecl)))
1675 return NULL_TREE;
1677 /* If new decl is `static' and an `extern' was seen previously,
1678 warn about it. */
1679 warn_extern_redeclared_static (newdecl, olddecl);
1681 if (!validate_constexpr_redeclaration (olddecl, newdecl))
1682 return error_mark_node;
1684 /* We have committed to returning 1 at this point. */
1685 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1687 /* Now that functions must hold information normally held
1688 by field decls, there is extra work to do so that
1689 declaration information does not get destroyed during
1690 definition. */
1691 if (DECL_VINDEX (olddecl))
1692 DECL_VINDEX (newdecl) = DECL_VINDEX (olddecl);
1693 if (DECL_CONTEXT (olddecl))
1694 DECL_CONTEXT (newdecl) = DECL_CONTEXT (olddecl);
1695 DECL_STATIC_CONSTRUCTOR (newdecl) |= DECL_STATIC_CONSTRUCTOR (olddecl);
1696 DECL_STATIC_DESTRUCTOR (newdecl) |= DECL_STATIC_DESTRUCTOR (olddecl);
1697 DECL_PURE_VIRTUAL_P (newdecl) |= DECL_PURE_VIRTUAL_P (olddecl);
1698 DECL_VIRTUAL_P (newdecl) |= DECL_VIRTUAL_P (olddecl);
1699 DECL_INVALID_OVERRIDER_P (newdecl) |= DECL_INVALID_OVERRIDER_P (olddecl);
1700 DECL_THIS_STATIC (newdecl) |= DECL_THIS_STATIC (olddecl);
1701 if (DECL_OVERLOADED_OPERATOR_P (olddecl) != ERROR_MARK)
1702 SET_OVERLOADED_OPERATOR_CODE
1703 (newdecl, DECL_OVERLOADED_OPERATOR_P (olddecl));
1704 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE;
1706 /* Optionally warn about more than one declaration for the same
1707 name, but don't warn about a function declaration followed by a
1708 definition. */
1709 if (warn_redundant_decls && ! DECL_ARTIFICIAL (olddecl)
1710 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE)
1711 /* Don't warn about extern decl followed by definition. */
1712 && !(DECL_EXTERNAL (olddecl) && ! DECL_EXTERNAL (newdecl))
1713 /* Don't warn about friends, let add_friend take care of it. */
1714 && ! (newdecl_is_friend || DECL_FRIEND_P (olddecl))
1715 /* Don't warn about declaration followed by specialization. */
1716 && (! DECL_TEMPLATE_SPECIALIZATION (newdecl)
1717 || DECL_TEMPLATE_SPECIALIZATION (olddecl)))
1719 warning (OPT_Wredundant_decls, "redundant redeclaration of %qD in same scope", newdecl);
1720 warning (OPT_Wredundant_decls, "previous declaration of %q+D", olddecl);
1723 if (DECL_DELETED_FN (newdecl))
1725 error ("deleted definition of %qD", newdecl);
1726 error ("after previous declaration %q+D", olddecl);
1728 DECL_DELETED_FN (newdecl) |= DECL_DELETED_FN (olddecl);
1731 /* Deal with C++: must preserve virtual function table size. */
1732 if (TREE_CODE (olddecl) == TYPE_DECL)
1734 tree newtype = TREE_TYPE (newdecl);
1735 tree oldtype = TREE_TYPE (olddecl);
1737 if (newtype != error_mark_node && oldtype != error_mark_node
1738 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1739 CLASSTYPE_FRIEND_CLASSES (newtype)
1740 = CLASSTYPE_FRIEND_CLASSES (oldtype);
1742 DECL_ORIGINAL_TYPE (newdecl) = DECL_ORIGINAL_TYPE (olddecl);
1745 /* Copy all the DECL_... slots specified in the new decl
1746 except for any that we copy here from the old type. */
1747 DECL_ATTRIBUTES (newdecl)
1748 = (*targetm.merge_decl_attributes) (olddecl, newdecl);
1750 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1752 tree old_result;
1753 tree new_result;
1754 old_result = DECL_TEMPLATE_RESULT (olddecl);
1755 new_result = DECL_TEMPLATE_RESULT (newdecl);
1756 TREE_TYPE (olddecl) = TREE_TYPE (old_result);
1757 DECL_TEMPLATE_SPECIALIZATIONS (olddecl)
1758 = chainon (DECL_TEMPLATE_SPECIALIZATIONS (olddecl),
1759 DECL_TEMPLATE_SPECIALIZATIONS (newdecl));
1761 DECL_ATTRIBUTES (old_result)
1762 = (*targetm.merge_decl_attributes) (old_result, new_result);
1764 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
1766 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result)
1767 && DECL_INITIAL (new_result))
1769 if (DECL_INITIAL (old_result))
1770 DECL_UNINLINABLE (old_result) = 1;
1771 else
1772 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result);
1773 DECL_EXTERNAL (old_result) = DECL_EXTERNAL (new_result);
1774 DECL_NOT_REALLY_EXTERN (old_result)
1775 = DECL_NOT_REALLY_EXTERN (new_result);
1776 DECL_INTERFACE_KNOWN (old_result)
1777 = DECL_INTERFACE_KNOWN (new_result);
1778 DECL_DECLARED_INLINE_P (old_result)
1779 = DECL_DECLARED_INLINE_P (new_result);
1780 DECL_DISREGARD_INLINE_LIMITS (old_result)
1781 |= DECL_DISREGARD_INLINE_LIMITS (new_result);
1784 else
1786 DECL_DECLARED_INLINE_P (old_result)
1787 |= DECL_DECLARED_INLINE_P (new_result);
1788 DECL_DISREGARD_INLINE_LIMITS (old_result)
1789 |= DECL_DISREGARD_INLINE_LIMITS (new_result);
1790 check_redeclaration_exception_specification (newdecl, olddecl);
1794 /* If the new declaration is a definition, update the file and
1795 line information on the declaration, and also make
1796 the old declaration the same definition. */
1797 if (DECL_INITIAL (new_result) != NULL_TREE)
1799 DECL_SOURCE_LOCATION (olddecl)
1800 = DECL_SOURCE_LOCATION (old_result)
1801 = DECL_SOURCE_LOCATION (newdecl);
1802 DECL_INITIAL (old_result) = DECL_INITIAL (new_result);
1803 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
1805 tree parm;
1806 DECL_ARGUMENTS (old_result)
1807 = DECL_ARGUMENTS (new_result);
1808 for (parm = DECL_ARGUMENTS (old_result); parm;
1809 parm = DECL_CHAIN (parm))
1810 DECL_CONTEXT (parm) = old_result;
1814 return olddecl;
1817 if (types_match)
1819 /* Automatically handles default parameters. */
1820 tree oldtype = TREE_TYPE (olddecl);
1821 tree newtype;
1823 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1824 maybe_instantiate_noexcept (olddecl);
1826 /* Merge the data types specified in the two decls. */
1827 newtype = merge_types (TREE_TYPE (newdecl), TREE_TYPE (olddecl));
1829 /* If merge_types produces a non-typedef type, just use the old type. */
1830 if (TREE_CODE (newdecl) == TYPE_DECL
1831 && newtype == DECL_ORIGINAL_TYPE (newdecl))
1832 newtype = oldtype;
1834 if (TREE_CODE (newdecl) == VAR_DECL)
1836 DECL_THIS_EXTERN (newdecl) |= DECL_THIS_EXTERN (olddecl);
1837 DECL_INITIALIZED_P (newdecl) |= DECL_INITIALIZED_P (olddecl);
1838 DECL_NONTRIVIALLY_INITIALIZED_P (newdecl)
1839 |= DECL_NONTRIVIALLY_INITIALIZED_P (olddecl);
1840 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (newdecl)
1841 |= DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (olddecl);
1843 /* Merge the threadprivate attribute from OLDDECL into NEWDECL. */
1844 if (DECL_LANG_SPECIFIC (olddecl)
1845 && CP_DECL_THREADPRIVATE_P (olddecl))
1847 /* Allocate a LANG_SPECIFIC structure for NEWDECL, if needed. */
1848 if (!DECL_LANG_SPECIFIC (newdecl))
1849 retrofit_lang_decl (newdecl);
1851 DECL_TLS_MODEL (newdecl) = DECL_TLS_MODEL (olddecl);
1852 CP_DECL_THREADPRIVATE_P (newdecl) = 1;
1856 /* Do this after calling `merge_types' so that default
1857 parameters don't confuse us. */
1858 else if (TREE_CODE (newdecl) == FUNCTION_DECL)
1859 check_redeclaration_exception_specification (newdecl, olddecl);
1860 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = newtype;
1862 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1863 check_default_args (newdecl);
1865 /* Lay the type out, unless already done. */
1866 if (! same_type_p (newtype, oldtype)
1867 && TREE_TYPE (newdecl) != error_mark_node
1868 && !(processing_template_decl && uses_template_parms (newdecl)))
1869 layout_type (TREE_TYPE (newdecl));
1871 if ((TREE_CODE (newdecl) == VAR_DECL
1872 || TREE_CODE (newdecl) == PARM_DECL
1873 || TREE_CODE (newdecl) == RESULT_DECL
1874 || TREE_CODE (newdecl) == FIELD_DECL
1875 || TREE_CODE (newdecl) == TYPE_DECL)
1876 && !(processing_template_decl && uses_template_parms (newdecl)))
1877 layout_decl (newdecl, 0);
1879 /* Merge the type qualifiers. */
1880 if (TREE_READONLY (newdecl))
1881 TREE_READONLY (olddecl) = 1;
1882 if (TREE_THIS_VOLATILE (newdecl))
1883 TREE_THIS_VOLATILE (olddecl) = 1;
1884 if (TREE_NOTHROW (newdecl))
1885 TREE_NOTHROW (olddecl) = 1;
1887 /* Merge deprecatedness. */
1888 if (TREE_DEPRECATED (newdecl))
1889 TREE_DEPRECATED (olddecl) = 1;
1891 /* Preserve function specific target and optimization options */
1892 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1894 if (DECL_FUNCTION_SPECIFIC_TARGET (olddecl)
1895 && !DECL_FUNCTION_SPECIFIC_TARGET (newdecl))
1896 DECL_FUNCTION_SPECIFIC_TARGET (newdecl)
1897 = DECL_FUNCTION_SPECIFIC_TARGET (olddecl);
1899 if (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (olddecl)
1900 && !DECL_FUNCTION_SPECIFIC_OPTIMIZATION (newdecl))
1901 DECL_FUNCTION_SPECIFIC_OPTIMIZATION (newdecl)
1902 = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (olddecl);
1905 /* Merge the initialization information. */
1906 if (DECL_INITIAL (newdecl) == NULL_TREE
1907 && DECL_INITIAL (olddecl) != NULL_TREE)
1909 DECL_INITIAL (newdecl) = DECL_INITIAL (olddecl);
1910 DECL_SOURCE_LOCATION (newdecl) = DECL_SOURCE_LOCATION (olddecl);
1911 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1913 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl);
1914 DECL_STRUCT_FUNCTION (newdecl) = DECL_STRUCT_FUNCTION (olddecl);
1918 /* Merge the section attribute.
1919 We want to issue an error if the sections conflict but that must be
1920 done later in decl_attributes since we are called before attributes
1921 are assigned. */
1922 if (DECL_SECTION_NAME (newdecl) == NULL_TREE)
1923 DECL_SECTION_NAME (newdecl) = DECL_SECTION_NAME (olddecl);
1925 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1927 DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (newdecl)
1928 |= DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (olddecl);
1929 DECL_NO_LIMIT_STACK (newdecl) |= DECL_NO_LIMIT_STACK (olddecl);
1930 TREE_THIS_VOLATILE (newdecl) |= TREE_THIS_VOLATILE (olddecl);
1931 TREE_NOTHROW (newdecl) |= TREE_NOTHROW (olddecl);
1932 DECL_IS_MALLOC (newdecl) |= DECL_IS_MALLOC (olddecl);
1933 DECL_IS_OPERATOR_NEW (newdecl) |= DECL_IS_OPERATOR_NEW (olddecl);
1934 DECL_PURE_P (newdecl) |= DECL_PURE_P (olddecl);
1935 TREE_READONLY (newdecl) |= TREE_READONLY (olddecl);
1936 DECL_LOOPING_CONST_OR_PURE_P (newdecl)
1937 |= DECL_LOOPING_CONST_OR_PURE_P (olddecl);
1938 /* Keep the old RTL. */
1939 COPY_DECL_RTL (olddecl, newdecl);
1941 else if (TREE_CODE (newdecl) == VAR_DECL
1942 && (DECL_SIZE (olddecl) || !DECL_SIZE (newdecl)))
1944 /* Keep the old RTL. We cannot keep the old RTL if the old
1945 declaration was for an incomplete object and the new
1946 declaration is not since many attributes of the RTL will
1947 change. */
1948 COPY_DECL_RTL (olddecl, newdecl);
1951 /* If cannot merge, then use the new type and qualifiers,
1952 and don't preserve the old rtl. */
1953 else
1955 /* Clean out any memory we had of the old declaration. */
1956 tree oldstatic = value_member (olddecl, static_aggregates);
1957 if (oldstatic)
1958 TREE_VALUE (oldstatic) = error_mark_node;
1960 TREE_TYPE (olddecl) = TREE_TYPE (newdecl);
1961 TREE_READONLY (olddecl) = TREE_READONLY (newdecl);
1962 TREE_THIS_VOLATILE (olddecl) = TREE_THIS_VOLATILE (newdecl);
1963 TREE_SIDE_EFFECTS (olddecl) = TREE_SIDE_EFFECTS (newdecl);
1966 /* Merge the storage class information. */
1967 merge_weak (newdecl, olddecl);
1969 if (DECL_ONE_ONLY (olddecl))
1970 DECL_COMDAT_GROUP (newdecl) = DECL_COMDAT_GROUP (olddecl);
1972 DECL_DEFER_OUTPUT (newdecl) |= DECL_DEFER_OUTPUT (olddecl);
1973 TREE_PUBLIC (newdecl) = TREE_PUBLIC (olddecl);
1974 TREE_STATIC (olddecl) = TREE_STATIC (newdecl) |= TREE_STATIC (olddecl);
1975 if (! DECL_EXTERNAL (olddecl))
1976 DECL_EXTERNAL (newdecl) = 0;
1978 new_template_info = NULL_TREE;
1979 if (DECL_LANG_SPECIFIC (newdecl) && DECL_LANG_SPECIFIC (olddecl))
1981 bool new_redefines_gnu_inline = false;
1983 if (new_defines_function
1984 && ((DECL_INTERFACE_KNOWN (olddecl)
1985 && TREE_CODE (olddecl) == FUNCTION_DECL)
1986 || (TREE_CODE (olddecl) == TEMPLATE_DECL
1987 && (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl))
1988 == FUNCTION_DECL))))
1990 tree fn = olddecl;
1992 if (TREE_CODE (fn) == TEMPLATE_DECL)
1993 fn = DECL_TEMPLATE_RESULT (olddecl);
1995 new_redefines_gnu_inline = GNU_INLINE_P (fn) && DECL_INITIAL (fn);
1998 if (!new_redefines_gnu_inline)
2000 DECL_INTERFACE_KNOWN (newdecl) |= DECL_INTERFACE_KNOWN (olddecl);
2001 DECL_NOT_REALLY_EXTERN (newdecl) |= DECL_NOT_REALLY_EXTERN (olddecl);
2002 DECL_COMDAT (newdecl) |= DECL_COMDAT (olddecl);
2004 DECL_TEMPLATE_INSTANTIATED (newdecl)
2005 |= DECL_TEMPLATE_INSTANTIATED (olddecl);
2006 DECL_ODR_USED (newdecl) |= DECL_ODR_USED (olddecl);
2008 /* If the OLDDECL is an instantiation and/or specialization,
2009 then the NEWDECL must be too. But, it may not yet be marked
2010 as such if the caller has created NEWDECL, but has not yet
2011 figured out that it is a redeclaration. */
2012 if (!DECL_USE_TEMPLATE (newdecl))
2013 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl);
2015 /* Don't really know how much of the language-specific
2016 values we should copy from old to new. */
2017 DECL_IN_AGGR_P (newdecl) = DECL_IN_AGGR_P (olddecl);
2018 DECL_REPO_AVAILABLE_P (newdecl) = DECL_REPO_AVAILABLE_P (olddecl);
2019 DECL_INITIALIZED_IN_CLASS_P (newdecl)
2020 |= DECL_INITIALIZED_IN_CLASS_P (olddecl);
2022 if (LANG_DECL_HAS_MIN (newdecl))
2024 DECL_LANG_SPECIFIC (newdecl)->u.min.u2 =
2025 DECL_LANG_SPECIFIC (olddecl)->u.min.u2;
2026 if (DECL_TEMPLATE_INFO (newdecl))
2027 new_template_info = DECL_TEMPLATE_INFO (newdecl);
2028 DECL_TEMPLATE_INFO (newdecl) = DECL_TEMPLATE_INFO (olddecl);
2030 /* Only functions have these fields. */
2031 if (TREE_CODE (newdecl) == FUNCTION_DECL
2032 || DECL_FUNCTION_TEMPLATE_P (newdecl))
2034 DECL_NONCONVERTING_P (newdecl) = DECL_NONCONVERTING_P (olddecl);
2035 olddecl_friend = DECL_FRIEND_P (olddecl);
2036 hidden_friend = (DECL_ANTICIPATED (olddecl)
2037 && DECL_HIDDEN_FRIEND_P (olddecl)
2038 && newdecl_is_friend);
2039 DECL_BEFRIENDING_CLASSES (newdecl)
2040 = chainon (DECL_BEFRIENDING_CLASSES (newdecl),
2041 DECL_BEFRIENDING_CLASSES (olddecl));
2042 /* DECL_THUNKS is only valid for virtual functions,
2043 otherwise it is a DECL_FRIEND_CONTEXT. */
2044 if (DECL_VIRTUAL_P (newdecl))
2045 DECL_THUNKS (newdecl) = DECL_THUNKS (olddecl);
2047 /* Only variables have this field. */
2048 else if (TREE_CODE (newdecl) == VAR_DECL
2049 && VAR_HAD_UNKNOWN_BOUND (olddecl))
2050 SET_VAR_HAD_UNKNOWN_BOUND (newdecl);
2053 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2055 tree parm;
2057 /* Merge parameter attributes. */
2058 tree oldarg, newarg;
2059 for (oldarg = DECL_ARGUMENTS(olddecl),
2060 newarg = DECL_ARGUMENTS(newdecl);
2061 oldarg && newarg;
2062 oldarg = DECL_CHAIN(oldarg), newarg = DECL_CHAIN(newarg)) {
2063 DECL_ATTRIBUTES (newarg)
2064 = (*targetm.merge_decl_attributes) (oldarg, newarg);
2065 DECL_ATTRIBUTES (oldarg) = DECL_ATTRIBUTES (newarg);
2068 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
2069 && !DECL_TEMPLATE_INSTANTIATION (newdecl))
2071 /* If newdecl is not a specialization, then it is not a
2072 template-related function at all. And that means that we
2073 should have exited above, returning 0. */
2074 gcc_assert (DECL_TEMPLATE_SPECIALIZATION (newdecl));
2076 if (DECL_ODR_USED (olddecl))
2077 /* From [temp.expl.spec]:
2079 If a template, a member template or the member of a class
2080 template is explicitly specialized then that
2081 specialization shall be declared before the first use of
2082 that specialization that would cause an implicit
2083 instantiation to take place, in every translation unit in
2084 which such a use occurs. */
2085 error ("explicit specialization of %qD after first use",
2086 olddecl);
2088 SET_DECL_TEMPLATE_SPECIALIZATION (olddecl);
2090 /* Don't propagate visibility from the template to the
2091 specialization here. We'll do that in determine_visibility if
2092 appropriate. */
2093 DECL_VISIBILITY_SPECIFIED (olddecl) = 0;
2095 /* [temp.expl.spec/14] We don't inline explicit specialization
2096 just because the primary template says so. */
2098 /* But still keep DECL_DISREGARD_INLINE_LIMITS in sync with
2099 the always_inline attribute. */
2100 if (DECL_DISREGARD_INLINE_LIMITS (olddecl)
2101 && !DECL_DISREGARD_INLINE_LIMITS (newdecl))
2103 if (DECL_DECLARED_INLINE_P (newdecl))
2104 DECL_DISREGARD_INLINE_LIMITS (newdecl) = true;
2105 else
2106 DECL_ATTRIBUTES (newdecl)
2107 = remove_attribute ("always_inline",
2108 DECL_ATTRIBUTES (newdecl));
2111 else if (new_defines_function && DECL_INITIAL (olddecl))
2113 /* Never inline re-defined extern inline functions.
2114 FIXME: this could be better handled by keeping both
2115 function as separate declarations. */
2116 DECL_UNINLINABLE (newdecl) = 1;
2118 else
2120 if (DECL_PENDING_INLINE_INFO (newdecl) == 0)
2121 DECL_PENDING_INLINE_INFO (newdecl) = DECL_PENDING_INLINE_INFO (olddecl);
2123 DECL_DECLARED_INLINE_P (newdecl) |= DECL_DECLARED_INLINE_P (olddecl);
2125 DECL_UNINLINABLE (newdecl) = DECL_UNINLINABLE (olddecl)
2126 = (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl));
2128 DECL_DISREGARD_INLINE_LIMITS (newdecl)
2129 = DECL_DISREGARD_INLINE_LIMITS (olddecl)
2130 = (DECL_DISREGARD_INLINE_LIMITS (newdecl)
2131 || DECL_DISREGARD_INLINE_LIMITS (olddecl));
2134 /* Preserve abstractness on cloned [cd]tors. */
2135 DECL_ABSTRACT (newdecl) = DECL_ABSTRACT (olddecl);
2137 /* Update newdecl's parms to point at olddecl. */
2138 for (parm = DECL_ARGUMENTS (newdecl); parm;
2139 parm = DECL_CHAIN (parm))
2140 DECL_CONTEXT (parm) = olddecl;
2142 if (! types_match)
2144 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
2145 COPY_DECL_ASSEMBLER_NAME (newdecl, olddecl);
2146 COPY_DECL_RTL (newdecl, olddecl);
2148 if (! types_match || new_defines_function)
2150 /* These need to be copied so that the names are available.
2151 Note that if the types do match, we'll preserve inline
2152 info and other bits, but if not, we won't. */
2153 DECL_ARGUMENTS (olddecl) = DECL_ARGUMENTS (newdecl);
2154 DECL_RESULT (olddecl) = DECL_RESULT (newdecl);
2156 if (new_defines_function)
2157 /* If defining a function declared with other language
2158 linkage, use the previously declared language linkage. */
2159 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
2160 else if (types_match)
2162 /* If redeclaring a builtin function, and not a definition,
2163 it stays built in. */
2164 if (DECL_BUILT_IN (olddecl))
2166 DECL_BUILT_IN_CLASS (newdecl) = DECL_BUILT_IN_CLASS (olddecl);
2167 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl);
2168 /* If we're keeping the built-in definition, keep the rtl,
2169 regardless of declaration matches. */
2170 COPY_DECL_RTL (olddecl, newdecl);
2171 if (DECL_BUILT_IN_CLASS (newdecl) == BUILT_IN_NORMAL)
2173 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl);
2174 switch (fncode)
2176 /* If a compatible prototype of these builtin functions
2177 is seen, assume the runtime implements it with the
2178 expected semantics. */
2179 case BUILT_IN_STPCPY:
2180 if (builtin_decl_explicit_p (fncode))
2181 set_builtin_decl_implicit_p (fncode, true);
2182 break;
2183 default:
2184 break;
2189 DECL_RESULT (newdecl) = DECL_RESULT (olddecl);
2190 /* Don't clear out the arguments if we're just redeclaring a
2191 function. */
2192 if (DECL_ARGUMENTS (olddecl))
2193 DECL_ARGUMENTS (newdecl) = DECL_ARGUMENTS (olddecl);
2196 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
2197 NAMESPACE_LEVEL (newdecl) = NAMESPACE_LEVEL (olddecl);
2199 /* Now preserve various other info from the definition. */
2200 TREE_ADDRESSABLE (newdecl) = TREE_ADDRESSABLE (olddecl);
2201 TREE_ASM_WRITTEN (newdecl) = TREE_ASM_WRITTEN (olddecl);
2202 DECL_COMMON (newdecl) = DECL_COMMON (olddecl);
2203 COPY_DECL_ASSEMBLER_NAME (olddecl, newdecl);
2205 /* Warn about conflicting visibility specifications. */
2206 if (DECL_VISIBILITY_SPECIFIED (olddecl)
2207 && DECL_VISIBILITY_SPECIFIED (newdecl)
2208 && DECL_VISIBILITY (newdecl) != DECL_VISIBILITY (olddecl))
2210 warning_at (input_location, OPT_Wattributes,
2211 "%q+D: visibility attribute ignored because it", newdecl);
2212 warning_at (DECL_SOURCE_LOCATION (olddecl), OPT_Wattributes,
2213 "conflicts with previous declaration here");
2215 /* Choose the declaration which specified visibility. */
2216 if (DECL_VISIBILITY_SPECIFIED (olddecl))
2218 DECL_VISIBILITY (newdecl) = DECL_VISIBILITY (olddecl);
2219 DECL_VISIBILITY_SPECIFIED (newdecl) = 1;
2221 /* Init priority used to be merged from newdecl to olddecl by the memcpy,
2222 so keep this behavior. */
2223 if (TREE_CODE (newdecl) == VAR_DECL && DECL_HAS_INIT_PRIORITY_P (newdecl))
2225 SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl));
2226 DECL_HAS_INIT_PRIORITY_P (olddecl) = 1;
2228 /* Likewise for DECL_ALIGN, DECL_USER_ALIGN and DECL_PACKED. */
2229 if (DECL_ALIGN (olddecl) > DECL_ALIGN (newdecl))
2231 DECL_ALIGN (newdecl) = DECL_ALIGN (olddecl);
2232 DECL_USER_ALIGN (newdecl) |= DECL_USER_ALIGN (olddecl);
2234 DECL_USER_ALIGN (olddecl) = DECL_USER_ALIGN (newdecl);
2235 if (TREE_CODE (newdecl) == FIELD_DECL)
2236 DECL_PACKED (olddecl) = DECL_PACKED (newdecl);
2238 /* The DECL_LANG_SPECIFIC information in OLDDECL will be replaced
2239 with that from NEWDECL below. */
2240 if (DECL_LANG_SPECIFIC (olddecl))
2242 gcc_assert (DECL_LANG_SPECIFIC (olddecl)
2243 != DECL_LANG_SPECIFIC (newdecl));
2244 ggc_free (DECL_LANG_SPECIFIC (olddecl));
2247 /* Merge the USED information. */
2248 if (TREE_USED (olddecl))
2249 TREE_USED (newdecl) = 1;
2250 else if (TREE_USED (newdecl))
2251 TREE_USED (olddecl) = 1;
2252 if (TREE_CODE (newdecl) == VAR_DECL)
2254 if (DECL_READ_P (olddecl))
2255 DECL_READ_P (newdecl) = 1;
2256 else if (DECL_READ_P (newdecl))
2257 DECL_READ_P (olddecl) = 1;
2259 if (DECL_PRESERVE_P (olddecl))
2260 DECL_PRESERVE_P (newdecl) = 1;
2261 else if (DECL_PRESERVE_P (newdecl))
2262 DECL_PRESERVE_P (olddecl) = 1;
2264 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2266 int function_size;
2268 function_size = sizeof (struct tree_decl_common);
2270 memcpy ((char *) olddecl + sizeof (struct tree_common),
2271 (char *) newdecl + sizeof (struct tree_common),
2272 function_size - sizeof (struct tree_common));
2274 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2275 (char *) newdecl + sizeof (struct tree_decl_common),
2276 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common));
2277 if (new_template_info)
2278 /* If newdecl is a template instantiation, it is possible that
2279 the following sequence of events has occurred:
2281 o A friend function was declared in a class template. The
2282 class template was instantiated.
2284 o The instantiation of the friend declaration was
2285 recorded on the instantiation list, and is newdecl.
2287 o Later, however, instantiate_class_template called pushdecl
2288 on the newdecl to perform name injection. But, pushdecl in
2289 turn called duplicate_decls when it discovered that another
2290 declaration of a global function with the same name already
2291 existed.
2293 o Here, in duplicate_decls, we decided to clobber newdecl.
2295 If we're going to do that, we'd better make sure that
2296 olddecl, and not newdecl, is on the list of
2297 instantiations so that if we try to do the instantiation
2298 again we won't get the clobbered declaration. */
2299 reregister_specialization (newdecl,
2300 new_template_info,
2301 olddecl);
2303 else
2305 size_t size = tree_code_size (TREE_CODE (olddecl));
2306 memcpy ((char *) olddecl + sizeof (struct tree_common),
2307 (char *) newdecl + sizeof (struct tree_common),
2308 sizeof (struct tree_decl_common) - sizeof (struct tree_common));
2309 switch (TREE_CODE (olddecl))
2311 case LABEL_DECL:
2312 case VAR_DECL:
2313 case RESULT_DECL:
2314 case PARM_DECL:
2315 case FIELD_DECL:
2316 case TYPE_DECL:
2317 case CONST_DECL:
2319 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2320 (char *) newdecl + sizeof (struct tree_decl_common),
2321 size - sizeof (struct tree_decl_common)
2322 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
2324 break;
2325 default:
2326 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2327 (char *) newdecl + sizeof (struct tree_decl_common),
2328 sizeof (struct tree_decl_non_common) - sizeof (struct tree_decl_common)
2329 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
2330 break;
2333 DECL_UID (olddecl) = olddecl_uid;
2334 if (olddecl_friend)
2335 DECL_FRIEND_P (olddecl) = 1;
2336 if (hidden_friend)
2338 DECL_ANTICIPATED (olddecl) = 1;
2339 DECL_HIDDEN_FRIEND_P (olddecl) = 1;
2342 /* NEWDECL contains the merged attribute lists.
2343 Update OLDDECL to be the same. */
2344 DECL_ATTRIBUTES (olddecl) = DECL_ATTRIBUTES (newdecl);
2346 /* If OLDDECL had its DECL_RTL instantiated, re-invoke make_decl_rtl
2347 so that encode_section_info has a chance to look at the new decl
2348 flags and attributes. */
2349 if (DECL_RTL_SET_P (olddecl)
2350 && (TREE_CODE (olddecl) == FUNCTION_DECL
2351 || (TREE_CODE (olddecl) == VAR_DECL
2352 && TREE_STATIC (olddecl))))
2353 make_decl_rtl (olddecl);
2355 /* The NEWDECL will no longer be needed. Because every out-of-class
2356 declaration of a member results in a call to duplicate_decls,
2357 freeing these nodes represents in a significant savings. */
2358 ggc_free (newdecl);
2360 return olddecl;
2363 /* Return zero if the declaration NEWDECL is valid
2364 when the declaration OLDDECL (assumed to be for the same name)
2365 has already been seen.
2366 Otherwise return an error message format string with a %s
2367 where the identifier should go. */
2369 static const char *
2370 redeclaration_error_message (tree newdecl, tree olddecl)
2372 if (TREE_CODE (newdecl) == TYPE_DECL)
2374 /* Because C++ can put things into name space for free,
2375 constructs like "typedef struct foo { ... } foo"
2376 would look like an erroneous redeclaration. */
2377 if (same_type_p (TREE_TYPE (newdecl), TREE_TYPE (olddecl)))
2378 return NULL;
2379 else
2380 return G_("redefinition of %q#D");
2382 else if (TREE_CODE (newdecl) == FUNCTION_DECL)
2384 /* If this is a pure function, its olddecl will actually be
2385 the original initialization to `0' (which we force to call
2386 abort()). Don't complain about redefinition in this case. */
2387 if (DECL_LANG_SPECIFIC (olddecl) && DECL_PURE_VIRTUAL_P (olddecl)
2388 && DECL_INITIAL (olddecl) == NULL_TREE)
2389 return NULL;
2391 /* If both functions come from different namespaces, this is not
2392 a redeclaration - this is a conflict with a used function. */
2393 if (DECL_NAMESPACE_SCOPE_P (olddecl)
2394 && DECL_CONTEXT (olddecl) != DECL_CONTEXT (newdecl)
2395 && ! decls_match (olddecl, newdecl))
2396 return G_("%qD conflicts with used function");
2398 /* We'll complain about linkage mismatches in
2399 warn_extern_redeclared_static. */
2401 /* Defining the same name twice is no good. */
2402 if (DECL_INITIAL (olddecl) != NULL_TREE
2403 && DECL_INITIAL (newdecl) != NULL_TREE)
2405 if (DECL_NAME (olddecl) == NULL_TREE)
2406 return G_("%q#D not declared in class");
2407 else if (!GNU_INLINE_P (olddecl)
2408 || GNU_INLINE_P (newdecl))
2409 return G_("redefinition of %q#D");
2412 if (DECL_DECLARED_INLINE_P (olddecl) && DECL_DECLARED_INLINE_P (newdecl))
2414 bool olda = GNU_INLINE_P (olddecl);
2415 bool newa = GNU_INLINE_P (newdecl);
2417 if (olda != newa)
2419 if (newa)
2420 return G_("%q+D redeclared inline with "
2421 "%<gnu_inline%> attribute");
2422 else
2423 return G_("%q+D redeclared inline without "
2424 "%<gnu_inline%> attribute");
2428 return NULL;
2430 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
2432 tree nt, ot;
2434 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
2436 if (COMPLETE_TYPE_P (TREE_TYPE (newdecl))
2437 && COMPLETE_TYPE_P (TREE_TYPE (olddecl)))
2438 return G_("redefinition of %q#D");
2439 return NULL;
2442 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != FUNCTION_DECL
2443 || (DECL_TEMPLATE_RESULT (newdecl)
2444 == DECL_TEMPLATE_RESULT (olddecl)))
2445 return NULL;
2447 nt = DECL_TEMPLATE_RESULT (newdecl);
2448 if (DECL_TEMPLATE_INFO (nt))
2449 nt = DECL_TEMPLATE_RESULT (template_for_substitution (nt));
2450 ot = DECL_TEMPLATE_RESULT (olddecl);
2451 if (DECL_TEMPLATE_INFO (ot))
2452 ot = DECL_TEMPLATE_RESULT (template_for_substitution (ot));
2453 if (DECL_INITIAL (nt) && DECL_INITIAL (ot)
2454 && (!GNU_INLINE_P (ot) || GNU_INLINE_P (nt)))
2455 return G_("redefinition of %q#D");
2457 if (DECL_DECLARED_INLINE_P (ot) && DECL_DECLARED_INLINE_P (nt))
2459 bool olda = GNU_INLINE_P (ot);
2460 bool newa = GNU_INLINE_P (nt);
2462 if (olda != newa)
2464 if (newa)
2465 return G_("%q+D redeclared inline with "
2466 "%<gnu_inline%> attribute");
2467 else
2468 return G_("%q+D redeclared inline without "
2469 "%<gnu_inline%> attribute");
2473 /* Core issue #226 (C++0x):
2475 If a friend function template declaration specifies a
2476 default template-argument, that declaration shall be a
2477 definition and shall be the only declaration of the
2478 function template in the translation unit. */
2479 if ((cxx_dialect != cxx98)
2480 && TREE_CODE (ot) == FUNCTION_DECL && DECL_FRIEND_P (ot)
2481 && !check_default_tmpl_args (nt, DECL_TEMPLATE_PARMS (newdecl),
2482 /*is_primary=*/1, /*is_partial=*/0,
2483 /*is_friend_decl=*/2))
2484 return G_("redeclaration of friend %q#D "
2485 "may not have default template arguments");
2487 return NULL;
2489 else if (TREE_CODE (newdecl) == VAR_DECL
2490 && DECL_THREAD_LOCAL_P (newdecl) != DECL_THREAD_LOCAL_P (olddecl)
2491 && (! DECL_LANG_SPECIFIC (olddecl)
2492 || ! CP_DECL_THREADPRIVATE_P (olddecl)
2493 || DECL_THREAD_LOCAL_P (newdecl)))
2495 /* Only variables can be thread-local, and all declarations must
2496 agree on this property. */
2497 if (DECL_THREAD_LOCAL_P (newdecl))
2498 return G_("thread-local declaration of %q#D follows "
2499 "non-thread-local declaration");
2500 else
2501 return G_("non-thread-local declaration of %q#D follows "
2502 "thread-local declaration");
2504 else if (toplevel_bindings_p () || DECL_NAMESPACE_SCOPE_P (newdecl))
2506 /* The objects have been declared at namespace scope. If either
2507 is a member of an anonymous union, then this is an invalid
2508 redeclaration. For example:
2510 int i;
2511 union { int i; };
2513 is invalid. */
2514 if ((TREE_CODE (newdecl) == VAR_DECL && DECL_ANON_UNION_VAR_P (newdecl))
2515 || (TREE_CODE (olddecl) == VAR_DECL && DECL_ANON_UNION_VAR_P (olddecl)))
2516 return G_("redeclaration of %q#D");
2517 /* If at least one declaration is a reference, there is no
2518 conflict. For example:
2520 int i = 3;
2521 extern int i;
2523 is valid. */
2524 if (DECL_EXTERNAL (newdecl) || DECL_EXTERNAL (olddecl))
2525 return NULL;
2526 /* Reject two definitions. */
2527 return G_("redefinition of %q#D");
2529 else
2531 /* Objects declared with block scope: */
2532 /* Reject two definitions, and reject a definition
2533 together with an external reference. */
2534 if (!(DECL_EXTERNAL (newdecl) && DECL_EXTERNAL (olddecl)))
2535 return G_("redeclaration of %q#D");
2536 return NULL;
2540 /* Hash and equality functions for the named_label table. */
2542 static hashval_t
2543 named_label_entry_hash (const void *data)
2545 const struct named_label_entry *ent = (const struct named_label_entry *) data;
2546 return DECL_UID (ent->label_decl);
2549 static int
2550 named_label_entry_eq (const void *a, const void *b)
2552 const struct named_label_entry *ent_a = (const struct named_label_entry *) a;
2553 const struct named_label_entry *ent_b = (const struct named_label_entry *) b;
2554 return ent_a->label_decl == ent_b->label_decl;
2557 /* Create a new label, named ID. */
2559 static tree
2560 make_label_decl (tree id, int local_p)
2562 struct named_label_entry *ent;
2563 void **slot;
2564 tree decl;
2566 decl = build_decl (input_location, LABEL_DECL, id, void_type_node);
2568 DECL_CONTEXT (decl) = current_function_decl;
2569 DECL_MODE (decl) = VOIDmode;
2570 C_DECLARED_LABEL_FLAG (decl) = local_p;
2572 /* Say where one reference is to the label, for the sake of the
2573 error if it is not defined. */
2574 DECL_SOURCE_LOCATION (decl) = input_location;
2576 /* Record the fact that this identifier is bound to this label. */
2577 SET_IDENTIFIER_LABEL_VALUE (id, decl);
2579 /* Create the label htab for the function on demand. */
2580 if (!named_labels)
2581 named_labels = htab_create_ggc (13, named_label_entry_hash,
2582 named_label_entry_eq, NULL);
2584 /* Record this label on the list of labels used in this function.
2585 We do this before calling make_label_decl so that we get the
2586 IDENTIFIER_LABEL_VALUE before the new label is declared. */
2587 ent = ggc_alloc_cleared_named_label_entry ();
2588 ent->label_decl = decl;
2590 slot = htab_find_slot (named_labels, ent, INSERT);
2591 gcc_assert (*slot == NULL);
2592 *slot = ent;
2594 return decl;
2597 /* Look for a label named ID in the current function. If one cannot
2598 be found, create one. (We keep track of used, but undefined,
2599 labels, and complain about them at the end of a function.) */
2601 static tree
2602 lookup_label_1 (tree id)
2604 tree decl;
2606 /* You can't use labels at global scope. */
2607 if (current_function_decl == NULL_TREE)
2609 error ("label %qE referenced outside of any function", id);
2610 return NULL_TREE;
2613 /* See if we've already got this label. */
2614 decl = IDENTIFIER_LABEL_VALUE (id);
2615 if (decl != NULL_TREE && DECL_CONTEXT (decl) == current_function_decl)
2616 return decl;
2618 decl = make_label_decl (id, /*local_p=*/0);
2619 return decl;
2622 /* Wrapper for lookup_label_1. */
2624 tree
2625 lookup_label (tree id)
2627 tree ret;
2628 bool subtime = timevar_cond_start (TV_NAME_LOOKUP);
2629 ret = lookup_label_1 (id);
2630 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
2631 return ret;
2634 /* Declare a local label named ID. */
2636 tree
2637 declare_local_label (tree id)
2639 tree decl;
2640 cp_label_binding *bind;
2642 /* Add a new entry to the SHADOWED_LABELS list so that when we leave
2643 this scope we can restore the old value of IDENTIFIER_TYPE_VALUE. */
2644 bind = VEC_safe_push (cp_label_binding, gc,
2645 current_binding_level->shadowed_labels, NULL);
2646 bind->prev_value = IDENTIFIER_LABEL_VALUE (id);
2648 decl = make_label_decl (id, /*local_p=*/1);
2649 bind->label = decl;
2651 return decl;
2654 /* Returns nonzero if it is ill-formed to jump past the declaration of
2655 DECL. Returns 2 if it's also a real problem. */
2657 static int
2658 decl_jump_unsafe (tree decl)
2660 /* [stmt.dcl]/3: A program that jumps from a point where a local variable
2661 with automatic storage duration is not in scope to a point where it is
2662 in scope is ill-formed unless the variable has scalar type, class type
2663 with a trivial default constructor and a trivial destructor, a
2664 cv-qualified version of one of these types, or an array of one of the
2665 preceding types and is declared without an initializer (8.5). */
2666 tree type = TREE_TYPE (decl);
2668 if (TREE_CODE (decl) != VAR_DECL || TREE_STATIC (decl)
2669 || type == error_mark_node)
2670 return 0;
2672 type = strip_array_types (type);
2674 if (type_has_nontrivial_default_init (TREE_TYPE (decl))
2675 || DECL_NONTRIVIALLY_INITIALIZED_P (decl))
2676 return 2;
2678 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
2679 return 1;
2681 return 0;
2684 /* A subroutine of check_previous_goto_1 to identify a branch to the user. */
2686 static void
2687 identify_goto (tree decl, const location_t *locus)
2689 if (decl)
2690 permerror (input_location, "jump to label %qD", decl);
2691 else
2692 permerror (input_location, "jump to case label");
2693 if (locus)
2694 permerror (*locus, " from here");
2697 /* Check that a single previously seen jump to a newly defined label
2698 is OK. DECL is the LABEL_DECL or 0; LEVEL is the binding_level for
2699 the jump context; NAMES are the names in scope in LEVEL at the jump
2700 context; LOCUS is the source position of the jump or 0. Returns
2701 true if all is well. */
2703 static bool
2704 check_previous_goto_1 (tree decl, cp_binding_level* level, tree names,
2705 bool exited_omp, const location_t *locus)
2707 cp_binding_level *b;
2708 bool identified = false, saw_eh = false, saw_omp = false;
2710 if (exited_omp)
2712 identify_goto (decl, locus);
2713 error (" exits OpenMP structured block");
2714 identified = saw_omp = true;
2717 for (b = current_binding_level; b ; b = b->level_chain)
2719 tree new_decls, old_decls = (b == level ? names : NULL_TREE);
2721 for (new_decls = b->names; new_decls != old_decls;
2722 new_decls = (DECL_P (new_decls) ? DECL_CHAIN (new_decls)
2723 : TREE_CHAIN (new_decls)))
2725 int problem = decl_jump_unsafe (new_decls);
2726 if (! problem)
2727 continue;
2729 if (!identified)
2731 identify_goto (decl, locus);
2732 identified = true;
2734 if (problem > 1)
2735 error (" crosses initialization of %q+#D", new_decls);
2736 else
2737 permerror (input_location, " enters scope of %q+#D which has "
2738 "non-trivial destructor", new_decls);
2741 if (b == level)
2742 break;
2743 if ((b->kind == sk_try || b->kind == sk_catch) && !saw_eh)
2745 if (!identified)
2747 identify_goto (decl, locus);
2748 identified = true;
2750 if (b->kind == sk_try)
2751 error (" enters try block");
2752 else
2753 error (" enters catch block");
2754 saw_eh = true;
2756 if (b->kind == sk_omp && !saw_omp)
2758 if (!identified)
2760 identify_goto (decl, locus);
2761 identified = true;
2763 error (" enters OpenMP structured block");
2764 saw_omp = true;
2768 return !identified;
2771 static void
2772 check_previous_goto (tree decl, struct named_label_use_entry *use)
2774 check_previous_goto_1 (decl, use->binding_level,
2775 use->names_in_scope, use->in_omp_scope,
2776 &use->o_goto_locus);
2779 static bool
2780 check_switch_goto (cp_binding_level* level)
2782 return check_previous_goto_1 (NULL_TREE, level, level->names, false, NULL);
2785 /* Check that a new jump to a label DECL is OK. Called by
2786 finish_goto_stmt. */
2788 void
2789 check_goto (tree decl)
2791 struct named_label_entry *ent, dummy;
2792 bool saw_catch = false, identified = false;
2793 tree bad;
2794 unsigned ix;
2796 /* We can't know where a computed goto is jumping.
2797 So we assume that it's OK. */
2798 if (TREE_CODE (decl) != LABEL_DECL)
2799 return;
2801 /* We didn't record any information about this label when we created it,
2802 and there's not much point since it's trivial to analyze as a return. */
2803 if (decl == cdtor_label)
2804 return;
2806 dummy.label_decl = decl;
2807 ent = (struct named_label_entry *) htab_find (named_labels, &dummy);
2808 gcc_assert (ent != NULL);
2810 /* If the label hasn't been defined yet, defer checking. */
2811 if (! DECL_INITIAL (decl))
2813 struct named_label_use_entry *new_use;
2815 /* Don't bother creating another use if the last goto had the
2816 same data, and will therefore create the same set of errors. */
2817 if (ent->uses
2818 && ent->uses->names_in_scope == current_binding_level->names)
2819 return;
2821 new_use = ggc_alloc_named_label_use_entry ();
2822 new_use->binding_level = current_binding_level;
2823 new_use->names_in_scope = current_binding_level->names;
2824 new_use->o_goto_locus = input_location;
2825 new_use->in_omp_scope = false;
2827 new_use->next = ent->uses;
2828 ent->uses = new_use;
2829 return;
2832 if (ent->in_try_scope || ent->in_catch_scope
2833 || ent->in_omp_scope || !VEC_empty (tree, ent->bad_decls))
2835 permerror (input_location, "jump to label %q+D", decl);
2836 permerror (input_location, " from here");
2837 identified = true;
2840 FOR_EACH_VEC_ELT (tree, ent->bad_decls, ix, bad)
2842 int u = decl_jump_unsafe (bad);
2844 if (u > 1 && DECL_ARTIFICIAL (bad))
2846 /* Can't skip init of __exception_info. */
2847 error_at (DECL_SOURCE_LOCATION (bad), " enters catch block");
2848 saw_catch = true;
2850 else if (u > 1)
2851 error (" skips initialization of %q+#D", bad);
2852 else
2853 permerror (input_location, " enters scope of %q+#D which has "
2854 "non-trivial destructor", bad);
2857 if (ent->in_try_scope)
2858 error (" enters try block");
2859 else if (ent->in_catch_scope && !saw_catch)
2860 error (" enters catch block");
2862 if (ent->in_omp_scope)
2863 error (" enters OpenMP structured block");
2864 else if (flag_openmp)
2866 cp_binding_level *b;
2867 for (b = current_binding_level; b ; b = b->level_chain)
2869 if (b == ent->binding_level)
2870 break;
2871 if (b->kind == sk_omp)
2873 if (!identified)
2875 permerror (input_location, "jump to label %q+D", decl);
2876 permerror (input_location, " from here");
2877 identified = true;
2879 error (" exits OpenMP structured block");
2880 break;
2886 /* Check that a return is ok wrt OpenMP structured blocks.
2887 Called by finish_return_stmt. Returns true if all is well. */
2889 bool
2890 check_omp_return (void)
2892 cp_binding_level *b;
2893 for (b = current_binding_level; b ; b = b->level_chain)
2894 if (b->kind == sk_omp)
2896 error ("invalid exit from OpenMP structured block");
2897 return false;
2899 else if (b->kind == sk_function_parms)
2900 break;
2901 return true;
2904 /* Define a label, specifying the location in the source file.
2905 Return the LABEL_DECL node for the label. */
2907 static tree
2908 define_label_1 (location_t location, tree name)
2910 struct named_label_entry *ent, dummy;
2911 cp_binding_level *p;
2912 tree decl;
2914 decl = lookup_label (name);
2916 dummy.label_decl = decl;
2917 ent = (struct named_label_entry *) htab_find (named_labels, &dummy);
2918 gcc_assert (ent != NULL);
2920 /* After labels, make any new cleanups in the function go into their
2921 own new (temporary) binding contour. */
2922 for (p = current_binding_level;
2923 p->kind != sk_function_parms;
2924 p = p->level_chain)
2925 p->more_cleanups_ok = 0;
2927 if (name == get_identifier ("wchar_t"))
2928 permerror (input_location, "label named wchar_t");
2930 if (DECL_INITIAL (decl) != NULL_TREE)
2932 error ("duplicate label %qD", decl);
2933 return error_mark_node;
2935 else
2937 struct named_label_use_entry *use;
2939 /* Mark label as having been defined. */
2940 DECL_INITIAL (decl) = error_mark_node;
2941 /* Say where in the source. */
2942 DECL_SOURCE_LOCATION (decl) = location;
2944 ent->binding_level = current_binding_level;
2945 ent->names_in_scope = current_binding_level->names;
2947 for (use = ent->uses; use ; use = use->next)
2948 check_previous_goto (decl, use);
2949 ent->uses = NULL;
2952 return decl;
2955 /* Wrapper for define_label_1. */
2957 tree
2958 define_label (location_t location, tree name)
2960 tree ret;
2961 bool running = timevar_cond_start (TV_NAME_LOOKUP);
2962 ret = define_label_1 (location, name);
2963 timevar_cond_stop (TV_NAME_LOOKUP, running);
2964 return ret;
2968 struct cp_switch
2970 cp_binding_level *level;
2971 struct cp_switch *next;
2972 /* The SWITCH_STMT being built. */
2973 tree switch_stmt;
2974 /* A splay-tree mapping the low element of a case range to the high
2975 element, or NULL_TREE if there is no high element. Used to
2976 determine whether or not a new case label duplicates an old case
2977 label. We need a tree, rather than simply a hash table, because
2978 of the GNU case range extension. */
2979 splay_tree cases;
2982 /* A stack of the currently active switch statements. The innermost
2983 switch statement is on the top of the stack. There is no need to
2984 mark the stack for garbage collection because it is only active
2985 during the processing of the body of a function, and we never
2986 collect at that point. */
2988 static struct cp_switch *switch_stack;
2990 /* Called right after a switch-statement condition is parsed.
2991 SWITCH_STMT is the switch statement being parsed. */
2993 void
2994 push_switch (tree switch_stmt)
2996 struct cp_switch *p = XNEW (struct cp_switch);
2997 p->level = current_binding_level;
2998 p->next = switch_stack;
2999 p->switch_stmt = switch_stmt;
3000 p->cases = splay_tree_new (case_compare, NULL, NULL);
3001 switch_stack = p;
3004 void
3005 pop_switch (void)
3007 struct cp_switch *cs = switch_stack;
3008 location_t switch_location;
3010 /* Emit warnings as needed. */
3011 switch_location = EXPR_LOC_OR_HERE (cs->switch_stmt);
3012 if (!processing_template_decl)
3013 c_do_switch_warnings (cs->cases, switch_location,
3014 SWITCH_STMT_TYPE (cs->switch_stmt),
3015 SWITCH_STMT_COND (cs->switch_stmt));
3017 splay_tree_delete (cs->cases);
3018 switch_stack = switch_stack->next;
3019 free (cs);
3022 /* Convert a case constant VALUE in a switch to the type TYPE of the switch
3023 condition. Note that if TYPE and VALUE are already integral we don't
3024 really do the conversion because the language-independent
3025 warning/optimization code will work better that way. */
3027 static tree
3028 case_conversion (tree type, tree value)
3030 if (value == NULL_TREE)
3031 return value;
3033 if (cxx_dialect >= cxx0x
3034 && (SCOPED_ENUM_P (type)
3035 || !INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (TREE_TYPE (value))))
3037 if (INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
3038 type = type_promotes_to (type);
3039 value = perform_implicit_conversion (type, value, tf_warning_or_error);
3041 return cxx_constant_value (value);
3044 /* Note that we've seen a definition of a case label, and complain if this
3045 is a bad place for one. */
3047 tree
3048 finish_case_label (location_t loc, tree low_value, tree high_value)
3050 tree cond, r;
3051 cp_binding_level *p;
3052 tree type;
3054 if (processing_template_decl)
3056 tree label;
3058 /* For templates, just add the case label; we'll do semantic
3059 analysis at instantiation-time. */
3060 label = build_decl (loc, LABEL_DECL, NULL_TREE, NULL_TREE);
3061 return add_stmt (build_case_label (low_value, high_value, label));
3064 /* Find the condition on which this switch statement depends. */
3065 cond = SWITCH_STMT_COND (switch_stack->switch_stmt);
3066 if (cond && TREE_CODE (cond) == TREE_LIST)
3067 cond = TREE_VALUE (cond);
3069 if (!check_switch_goto (switch_stack->level))
3070 return error_mark_node;
3072 type = SWITCH_STMT_TYPE (switch_stack->switch_stmt);
3074 low_value = case_conversion (type, low_value);
3075 high_value = case_conversion (type, high_value);
3077 r = c_add_case_label (loc, switch_stack->cases, cond, type,
3078 low_value, high_value);
3080 /* After labels, make any new cleanups in the function go into their
3081 own new (temporary) binding contour. */
3082 for (p = current_binding_level;
3083 p->kind != sk_function_parms;
3084 p = p->level_chain)
3085 p->more_cleanups_ok = 0;
3087 return r;
3090 /* Hash a TYPENAME_TYPE. K is really of type `tree'. */
3092 static hashval_t
3093 typename_hash (const void* k)
3095 hashval_t hash;
3096 const_tree const t = (const_tree) k;
3098 hash = (htab_hash_pointer (TYPE_CONTEXT (t))
3099 ^ htab_hash_pointer (DECL_NAME (TYPE_NAME (t))));
3101 return hash;
3104 typedef struct typename_info {
3105 tree scope;
3106 tree name;
3107 tree template_id;
3108 bool enum_p;
3109 bool class_p;
3110 } typename_info;
3112 /* Compare two TYPENAME_TYPEs. K1 is really of type `tree', K2 is
3113 really of type `typename_info*' */
3115 static int
3116 typename_compare (const void * k1, const void * k2)
3118 const_tree const t1 = (const_tree) k1;
3119 const typename_info *const t2 = (const typename_info *) k2;
3121 return (DECL_NAME (TYPE_NAME (t1)) == t2->name
3122 && TYPE_CONTEXT (t1) == t2->scope
3123 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id
3124 && TYPENAME_IS_ENUM_P (t1) == t2->enum_p
3125 && TYPENAME_IS_CLASS_P (t1) == t2->class_p);
3128 /* Build a TYPENAME_TYPE. If the type is `typename T::t', CONTEXT is
3129 the type of `T', NAME is the IDENTIFIER_NODE for `t'.
3131 Returns the new TYPENAME_TYPE. */
3133 static GTY ((param_is (union tree_node))) htab_t typename_htab;
3135 static tree
3136 build_typename_type (tree context, tree name, tree fullname,
3137 enum tag_types tag_type)
3139 tree t;
3140 tree d;
3141 typename_info ti;
3142 void **e;
3143 hashval_t hash;
3145 if (typename_htab == NULL)
3146 typename_htab = htab_create_ggc (61, &typename_hash,
3147 &typename_compare, NULL);
3149 ti.scope = FROB_CONTEXT (context);
3150 ti.name = name;
3151 ti.template_id = fullname;
3152 ti.enum_p = tag_type == enum_type;
3153 ti.class_p = (tag_type == class_type
3154 || tag_type == record_type
3155 || tag_type == union_type);
3156 hash = (htab_hash_pointer (ti.scope)
3157 ^ htab_hash_pointer (ti.name));
3159 /* See if we already have this type. */
3160 e = htab_find_slot_with_hash (typename_htab, &ti, hash, INSERT);
3161 if (*e)
3162 t = (tree) *e;
3163 else
3165 /* Build the TYPENAME_TYPE. */
3166 t = cxx_make_type (TYPENAME_TYPE);
3167 TYPE_CONTEXT (t) = ti.scope;
3168 TYPENAME_TYPE_FULLNAME (t) = ti.template_id;
3169 TYPENAME_IS_ENUM_P (t) = ti.enum_p;
3170 TYPENAME_IS_CLASS_P (t) = ti.class_p;
3172 /* Build the corresponding TYPE_DECL. */
3173 d = build_decl (input_location, TYPE_DECL, name, t);
3174 TYPE_NAME (TREE_TYPE (d)) = d;
3175 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
3176 DECL_CONTEXT (d) = FROB_CONTEXT (context);
3177 DECL_ARTIFICIAL (d) = 1;
3179 /* Store it in the hash table. */
3180 *e = t;
3182 /* TYPENAME_TYPEs must always be compared structurally, because
3183 they may or may not resolve down to another type depending on
3184 the currently open classes. */
3185 SET_TYPE_STRUCTURAL_EQUALITY (t);
3188 return t;
3191 /* Resolve `typename CONTEXT::NAME'. TAG_TYPE indicates the tag
3192 provided to name the type. Returns an appropriate type, unless an
3193 error occurs, in which case error_mark_node is returned. If we
3194 locate a non-artificial TYPE_DECL and TF_KEEP_TYPE_DECL is set, we
3195 return that, rather than the _TYPE it corresponds to, in other
3196 cases we look through the type decl. If TF_ERROR is set, complain
3197 about errors, otherwise be quiet. */
3199 tree
3200 make_typename_type (tree context, tree name, enum tag_types tag_type,
3201 tsubst_flags_t complain)
3203 tree fullname;
3204 tree t;
3205 bool want_template;
3207 if (name == error_mark_node
3208 || context == NULL_TREE
3209 || context == error_mark_node)
3210 return error_mark_node;
3212 if (TYPE_P (name))
3214 if (!(TYPE_LANG_SPECIFIC (name)
3215 && (CLASSTYPE_IS_TEMPLATE (name)
3216 || CLASSTYPE_USE_TEMPLATE (name))))
3217 name = TYPE_IDENTIFIER (name);
3218 else
3219 /* Create a TEMPLATE_ID_EXPR for the type. */
3220 name = build_nt (TEMPLATE_ID_EXPR,
3221 CLASSTYPE_TI_TEMPLATE (name),
3222 CLASSTYPE_TI_ARGS (name));
3224 else if (TREE_CODE (name) == TYPE_DECL)
3225 name = DECL_NAME (name);
3227 fullname = name;
3229 if (TREE_CODE (name) == TEMPLATE_ID_EXPR)
3231 name = TREE_OPERAND (name, 0);
3232 if (TREE_CODE (name) == TEMPLATE_DECL)
3233 name = TREE_OPERAND (fullname, 0) = DECL_NAME (name);
3234 else if (TREE_CODE (name) == OVERLOAD)
3236 error ("%qD is not a type", name);
3237 return error_mark_node;
3240 if (TREE_CODE (name) == TEMPLATE_DECL)
3242 error ("%qD used without template parameters", name);
3243 return error_mark_node;
3245 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
3246 gcc_assert (TYPE_P (context));
3248 if (!MAYBE_CLASS_TYPE_P (context))
3250 if (complain & tf_error)
3251 error ("%q#T is not a class", context);
3252 return error_mark_node;
3255 /* When the CONTEXT is a dependent type, NAME could refer to a
3256 dependent base class of CONTEXT. But look inside it anyway
3257 if CONTEXT is a currently open scope, in case it refers to a
3258 member of the current instantiation or a non-dependent base;
3259 lookup will stop when we hit a dependent base. */
3260 if (!dependent_scope_p (context))
3261 /* We should only set WANT_TYPE when we're a nested typename type.
3262 Then we can give better diagnostics if we find a non-type. */
3263 t = lookup_field (context, name, 2, /*want_type=*/true);
3264 else
3265 t = NULL_TREE;
3267 if ((!t || TREE_CODE (t) == TREE_LIST) && dependent_type_p (context))
3268 return build_typename_type (context, name, fullname, tag_type);
3270 want_template = TREE_CODE (fullname) == TEMPLATE_ID_EXPR;
3272 if (!t)
3274 if (complain & tf_error)
3275 error (want_template ? G_("no class template named %q#T in %q#T")
3276 : G_("no type named %q#T in %q#T"), name, context);
3277 return error_mark_node;
3280 /* Pull out the template from an injected-class-name (or multiple). */
3281 if (want_template)
3282 t = maybe_get_template_decl_from_type_decl (t);
3284 if (TREE_CODE (t) == TREE_LIST)
3286 if (complain & tf_error)
3288 error ("lookup of %qT in %qT is ambiguous", name, context);
3289 print_candidates (t);
3291 return error_mark_node;
3294 if (want_template && !DECL_TYPE_TEMPLATE_P (t))
3296 if (complain & tf_error)
3297 error ("%<typename %T::%D%> names %q#T, which is not a class template",
3298 context, name, t);
3299 return error_mark_node;
3301 if (!want_template && TREE_CODE (t) != TYPE_DECL)
3303 if (complain & tf_error)
3304 error ("%<typename %T::%D%> names %q#T, which is not a type",
3305 context, name, t);
3306 return error_mark_node;
3309 if (complain & tf_error)
3310 perform_or_defer_access_check (TYPE_BINFO (context), t, t);
3312 /* If we are currently parsing a template and if T is a typedef accessed
3313 through CONTEXT then we need to remember and check access of T at
3314 template instantiation time. */
3315 add_typedef_to_current_template_for_access_check (t, context, input_location);
3317 if (want_template)
3318 return lookup_template_class (t, TREE_OPERAND (fullname, 1),
3319 NULL_TREE, context,
3320 /*entering_scope=*/0,
3321 tf_warning_or_error | tf_user);
3323 if (DECL_ARTIFICIAL (t) || !(complain & tf_keep_type_decl))
3324 t = TREE_TYPE (t);
3326 return t;
3329 /* Resolve `CONTEXT::template NAME'. Returns a TEMPLATE_DECL if the name
3330 can be resolved or an UNBOUND_CLASS_TEMPLATE, unless an error occurs,
3331 in which case error_mark_node is returned.
3333 If PARM_LIST is non-NULL, also make sure that the template parameter
3334 list of TEMPLATE_DECL matches.
3336 If COMPLAIN zero, don't complain about any errors that occur. */
3338 tree
3339 make_unbound_class_template (tree context, tree name, tree parm_list,
3340 tsubst_flags_t complain)
3342 tree t;
3343 tree d;
3345 if (TYPE_P (name))
3346 name = TYPE_IDENTIFIER (name);
3347 else if (DECL_P (name))
3348 name = DECL_NAME (name);
3349 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
3351 if (!dependent_type_p (context)
3352 || currently_open_class (context))
3354 tree tmpl = NULL_TREE;
3356 if (MAYBE_CLASS_TYPE_P (context))
3357 tmpl = lookup_field (context, name, 0, false);
3359 if (tmpl && TREE_CODE (tmpl) == TYPE_DECL)
3360 tmpl = maybe_get_template_decl_from_type_decl (tmpl);
3362 if (!tmpl || !DECL_TYPE_TEMPLATE_P (tmpl))
3364 if (complain & tf_error)
3365 error ("no class template named %q#T in %q#T", name, context);
3366 return error_mark_node;
3369 if (parm_list
3370 && !comp_template_parms (DECL_TEMPLATE_PARMS (tmpl), parm_list))
3372 if (complain & tf_error)
3374 error ("template parameters do not match template");
3375 error ("%q+D declared here", tmpl);
3377 return error_mark_node;
3380 if (complain & tf_error)
3381 perform_or_defer_access_check (TYPE_BINFO (context), tmpl, tmpl);
3383 return tmpl;
3386 /* Build the UNBOUND_CLASS_TEMPLATE. */
3387 t = cxx_make_type (UNBOUND_CLASS_TEMPLATE);
3388 TYPE_CONTEXT (t) = FROB_CONTEXT (context);
3389 TREE_TYPE (t) = NULL_TREE;
3390 SET_TYPE_STRUCTURAL_EQUALITY (t);
3392 /* Build the corresponding TEMPLATE_DECL. */
3393 d = build_decl (input_location, TEMPLATE_DECL, name, t);
3394 TYPE_NAME (TREE_TYPE (d)) = d;
3395 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
3396 DECL_CONTEXT (d) = FROB_CONTEXT (context);
3397 DECL_ARTIFICIAL (d) = 1;
3398 DECL_TEMPLATE_PARMS (d) = parm_list;
3400 return t;
3405 /* Push the declarations of builtin types into the namespace.
3406 RID_INDEX is the index of the builtin type in the array
3407 RID_POINTERS. NAME is the name used when looking up the builtin
3408 type. TYPE is the _TYPE node for the builtin type. */
3410 void
3411 record_builtin_type (enum rid rid_index,
3412 const char* name,
3413 tree type)
3415 tree rname = NULL_TREE, tname = NULL_TREE;
3416 tree tdecl = NULL_TREE;
3418 if ((int) rid_index < (int) RID_MAX)
3419 rname = ridpointers[(int) rid_index];
3420 if (name)
3421 tname = get_identifier (name);
3423 /* The calls to SET_IDENTIFIER_GLOBAL_VALUE below should be
3424 eliminated. Built-in types should not be looked up name; their
3425 names are keywords that the parser can recognize. However, there
3426 is code in c-common.c that uses identifier_global_value to look
3427 up built-in types by name. */
3428 if (tname)
3430 tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type);
3431 DECL_ARTIFICIAL (tdecl) = 1;
3432 SET_IDENTIFIER_GLOBAL_VALUE (tname, tdecl);
3434 if (rname)
3436 if (!tdecl)
3438 tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type);
3439 DECL_ARTIFICIAL (tdecl) = 1;
3441 SET_IDENTIFIER_GLOBAL_VALUE (rname, tdecl);
3444 if (!TYPE_NAME (type))
3445 TYPE_NAME (type) = tdecl;
3447 if (tdecl)
3448 debug_hooks->type_decl (tdecl, 0);
3451 /* Record one of the standard Java types.
3452 * Declare it as having the given NAME.
3453 * If SIZE > 0, it is the size of one of the integral types;
3454 * otherwise it is the negative of the size of one of the other types. */
3456 static tree
3457 record_builtin_java_type (const char* name, int size)
3459 tree type, decl;
3460 if (size > 0)
3462 type = build_nonstandard_integer_type (size, 0);
3463 type = build_distinct_type_copy (type);
3465 else if (size > -32)
3467 tree stype;
3468 /* "__java_char" or ""__java_boolean". */
3469 type = build_nonstandard_integer_type (-size, 1);
3470 type = build_distinct_type_copy (type);
3471 /* Get the signed type cached and attached to the unsigned type,
3472 so it doesn't get garbage-collected at "random" times,
3473 causing potential codegen differences out of different UIDs
3474 and different alias set numbers. */
3475 stype = build_nonstandard_integer_type (-size, 0);
3476 stype = build_distinct_type_copy (stype);
3477 TREE_CHAIN (type) = stype;
3478 /*if (size == -1) TREE_SET_CODE (type, BOOLEAN_TYPE);*/
3480 else
3481 { /* "__java_float" or ""__java_double". */
3482 type = make_node (REAL_TYPE);
3483 TYPE_PRECISION (type) = - size;
3484 layout_type (type);
3486 record_builtin_type (RID_MAX, name, type);
3487 decl = TYPE_NAME (type);
3489 /* Suppress generate debug symbol entries for these types,
3490 since for normal C++ they are just clutter.
3491 However, push_lang_context undoes this if extern "Java" is seen. */
3492 DECL_IGNORED_P (decl) = 1;
3494 TYPE_FOR_JAVA (type) = 1;
3495 return type;
3498 /* Push a type into the namespace so that the back ends ignore it. */
3500 static void
3501 record_unknown_type (tree type, const char* name)
3503 tree decl = pushdecl (build_decl (UNKNOWN_LOCATION,
3504 TYPE_DECL, get_identifier (name), type));
3505 /* Make sure the "unknown type" typedecl gets ignored for debug info. */
3506 DECL_IGNORED_P (decl) = 1;
3507 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
3508 TYPE_SIZE (type) = TYPE_SIZE (void_type_node);
3509 TYPE_ALIGN (type) = 1;
3510 TYPE_USER_ALIGN (type) = 0;
3511 SET_TYPE_MODE (type, TYPE_MODE (void_type_node));
3514 /* A string for which we should create an IDENTIFIER_NODE at
3515 startup. */
3517 typedef struct predefined_identifier
3519 /* The name of the identifier. */
3520 const char *const name;
3521 /* The place where the IDENTIFIER_NODE should be stored. */
3522 tree *const node;
3523 /* Nonzero if this is the name of a constructor or destructor. */
3524 const int ctor_or_dtor_p;
3525 } predefined_identifier;
3527 /* Create all the predefined identifiers. */
3529 static void
3530 initialize_predefined_identifiers (void)
3532 const predefined_identifier *pid;
3534 /* A table of identifiers to create at startup. */
3535 static const predefined_identifier predefined_identifiers[] = {
3536 { "C++", &lang_name_cplusplus, 0 },
3537 { "C", &lang_name_c, 0 },
3538 { "Java", &lang_name_java, 0 },
3539 /* Some of these names have a trailing space so that it is
3540 impossible for them to conflict with names written by users. */
3541 { "__ct ", &ctor_identifier, 1 },
3542 { "__base_ctor ", &base_ctor_identifier, 1 },
3543 { "__comp_ctor ", &complete_ctor_identifier, 1 },
3544 { "__dt ", &dtor_identifier, 1 },
3545 { "__comp_dtor ", &complete_dtor_identifier, 1 },
3546 { "__base_dtor ", &base_dtor_identifier, 1 },
3547 { "__deleting_dtor ", &deleting_dtor_identifier, 1 },
3548 { IN_CHARGE_NAME, &in_charge_identifier, 0 },
3549 { "nelts", &nelts_identifier, 0 },
3550 { THIS_NAME, &this_identifier, 0 },
3551 { VTABLE_DELTA_NAME, &delta_identifier, 0 },
3552 { VTABLE_PFN_NAME, &pfn_identifier, 0 },
3553 { "_vptr", &vptr_identifier, 0 },
3554 { "__vtt_parm", &vtt_parm_identifier, 0 },
3555 { "::", &global_scope_name, 0 },
3556 { "std", &std_identifier, 0 },
3557 { NULL, NULL, 0 }
3560 for (pid = predefined_identifiers; pid->name; ++pid)
3562 *pid->node = get_identifier (pid->name);
3563 if (pid->ctor_or_dtor_p)
3564 IDENTIFIER_CTOR_OR_DTOR_P (*pid->node) = 1;
3568 /* Create the predefined scalar types of C,
3569 and some nodes representing standard constants (0, 1, (void *)0).
3570 Initialize the global binding level.
3571 Make definitions for built-in primitive functions. */
3573 void
3574 cxx_init_decl_processing (void)
3576 tree void_ftype;
3577 tree void_ftype_ptr;
3579 /* Create all the identifiers we need. */
3580 initialize_predefined_identifiers ();
3582 /* Create the global variables. */
3583 push_to_top_level ();
3585 current_function_decl = NULL_TREE;
3586 current_binding_level = NULL;
3587 /* Enter the global namespace. */
3588 gcc_assert (global_namespace == NULL_TREE);
3589 global_namespace = build_lang_decl (NAMESPACE_DECL, global_scope_name,
3590 void_type_node);
3591 DECL_CONTEXT (global_namespace) = build_translation_unit_decl (NULL_TREE);
3592 TREE_PUBLIC (global_namespace) = 1;
3593 begin_scope (sk_namespace, global_namespace);
3595 if (flag_visibility_ms_compat)
3596 default_visibility = VISIBILITY_HIDDEN;
3598 /* Initially, C. */
3599 current_lang_name = lang_name_c;
3601 /* Create the `std' namespace. */
3602 push_namespace (std_identifier);
3603 std_node = current_namespace;
3604 pop_namespace ();
3606 c_common_nodes_and_builtins ();
3608 java_byte_type_node = record_builtin_java_type ("__java_byte", 8);
3609 java_short_type_node = record_builtin_java_type ("__java_short", 16);
3610 java_int_type_node = record_builtin_java_type ("__java_int", 32);
3611 java_long_type_node = record_builtin_java_type ("__java_long", 64);
3612 java_float_type_node = record_builtin_java_type ("__java_float", -32);
3613 java_double_type_node = record_builtin_java_type ("__java_double", -64);
3614 java_char_type_node = record_builtin_java_type ("__java_char", -16);
3615 java_boolean_type_node = record_builtin_java_type ("__java_boolean", -1);
3617 integer_two_node = build_int_cst (NULL_TREE, 2);
3619 record_builtin_type (RID_BOOL, "bool", boolean_type_node);
3620 truthvalue_type_node = boolean_type_node;
3621 truthvalue_false_node = boolean_false_node;
3622 truthvalue_true_node = boolean_true_node;
3624 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE);
3625 noexcept_true_spec = build_tree_list (boolean_true_node, NULL_TREE);
3626 noexcept_false_spec = build_tree_list (boolean_false_node, NULL_TREE);
3628 #if 0
3629 record_builtin_type (RID_MAX, NULL, string_type_node);
3630 #endif
3632 delta_type_node = ptrdiff_type_node;
3633 vtable_index_type = ptrdiff_type_node;
3635 vtt_parm_type = build_pointer_type (const_ptr_type_node);
3636 void_ftype = build_function_type_list (void_type_node, NULL_TREE);
3637 void_ftype_ptr = build_function_type_list (void_type_node,
3638 ptr_type_node, NULL_TREE);
3639 void_ftype_ptr
3640 = build_exception_variant (void_ftype_ptr, empty_except_spec);
3642 /* C++ extensions */
3644 unknown_type_node = make_node (LANG_TYPE);
3645 record_unknown_type (unknown_type_node, "unknown type");
3647 /* Indirecting an UNKNOWN_TYPE node yields an UNKNOWN_TYPE node. */
3648 TREE_TYPE (unknown_type_node) = unknown_type_node;
3650 /* Looking up TYPE_POINTER_TO and TYPE_REFERENCE_TO yield the same
3651 result. */
3652 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node;
3653 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node;
3655 init_list_type_node = make_node (LANG_TYPE);
3656 record_unknown_type (init_list_type_node, "init list");
3659 /* Make sure we get a unique function type, so we can give
3660 its pointer type a name. (This wins for gdb.) */
3661 tree vfunc_type = make_node (FUNCTION_TYPE);
3662 TREE_TYPE (vfunc_type) = integer_type_node;
3663 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE;
3664 layout_type (vfunc_type);
3666 vtable_entry_type = build_pointer_type (vfunc_type);
3668 record_builtin_type (RID_MAX, VTBL_PTR_TYPE, vtable_entry_type);
3670 vtbl_type_node
3671 = build_cplus_array_type (vtable_entry_type, NULL_TREE);
3672 layout_type (vtbl_type_node);
3673 vtbl_type_node = cp_build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST);
3674 record_builtin_type (RID_MAX, NULL, vtbl_type_node);
3675 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type);
3676 layout_type (vtbl_ptr_type_node);
3677 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node);
3679 push_namespace (get_identifier ("__cxxabiv1"));
3680 abi_node = current_namespace;
3681 pop_namespace ();
3683 global_type_node = make_node (LANG_TYPE);
3684 record_unknown_type (global_type_node, "global type");
3686 /* Now, C++. */
3687 current_lang_name = lang_name_cplusplus;
3690 tree newattrs, extvisattr;
3691 tree newtype, deltype;
3692 tree ptr_ftype_sizetype;
3693 tree new_eh_spec;
3695 ptr_ftype_sizetype
3696 = build_function_type_list (ptr_type_node, size_type_node, NULL_TREE);
3697 if (cxx_dialect == cxx98)
3699 tree bad_alloc_id;
3700 tree bad_alloc_type_node;
3701 tree bad_alloc_decl;
3703 push_namespace (std_identifier);
3704 bad_alloc_id = get_identifier ("bad_alloc");
3705 bad_alloc_type_node = make_class_type (RECORD_TYPE);
3706 TYPE_CONTEXT (bad_alloc_type_node) = current_namespace;
3707 bad_alloc_decl
3708 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node);
3709 DECL_CONTEXT (bad_alloc_decl) = current_namespace;
3710 pop_namespace ();
3712 new_eh_spec
3713 = add_exception_specifier (NULL_TREE, bad_alloc_type_node, -1);
3715 else
3716 new_eh_spec = noexcept_false_spec;
3718 /* Ensure attribs.c is initialized. */
3719 init_attributes ();
3720 extvisattr = build_tree_list (get_identifier ("externally_visible"),
3721 NULL_TREE);
3722 newattrs = tree_cons (get_identifier ("alloc_size"),
3723 build_tree_list (NULL_TREE, integer_one_node),
3724 extvisattr);
3725 newtype = cp_build_type_attribute_variant (ptr_ftype_sizetype, newattrs);
3726 newtype = build_exception_variant (newtype, new_eh_spec);
3727 deltype = cp_build_type_attribute_variant (void_ftype_ptr, extvisattr);
3728 deltype = build_exception_variant (deltype, empty_except_spec);
3729 push_cp_library_fn (NEW_EXPR, newtype);
3730 push_cp_library_fn (VEC_NEW_EXPR, newtype);
3731 global_delete_fndecl = push_cp_library_fn (DELETE_EXPR, deltype);
3732 push_cp_library_fn (VEC_DELETE_EXPR, deltype);
3734 nullptr_type_node = make_node (NULLPTR_TYPE);
3735 TYPE_SIZE (nullptr_type_node) = bitsize_int (GET_MODE_BITSIZE (ptr_mode));
3736 TYPE_SIZE_UNIT (nullptr_type_node) = size_int (GET_MODE_SIZE (ptr_mode));
3737 TYPE_UNSIGNED (nullptr_type_node) = 1;
3738 TYPE_PRECISION (nullptr_type_node) = GET_MODE_BITSIZE (ptr_mode);
3739 SET_TYPE_MODE (nullptr_type_node, ptr_mode);
3740 record_builtin_type (RID_MAX, "decltype(nullptr)", nullptr_type_node);
3741 nullptr_node = build_int_cst (nullptr_type_node, 0);
3744 abort_fndecl
3745 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype);
3747 /* Perform other language dependent initializations. */
3748 init_class_processing ();
3749 init_rtti_processing ();
3750 init_template_processing ();
3752 if (flag_exceptions)
3753 init_exception_processing ();
3755 if (! supports_one_only ())
3756 flag_weak = 0;
3758 make_fname_decl = cp_make_fname_decl;
3759 start_fname_decls ();
3761 /* Show we use EH for cleanups. */
3762 if (flag_exceptions)
3763 using_eh_for_cleanups ();
3766 /* Generate an initializer for a function naming variable from
3767 NAME. NAME may be NULL, to indicate a dependent name. TYPE_P is
3768 filled in with the type of the init. */
3770 tree
3771 cp_fname_init (const char* name, tree *type_p)
3773 tree domain = NULL_TREE;
3774 tree type;
3775 tree init = NULL_TREE;
3776 size_t length = 0;
3778 if (name)
3780 length = strlen (name);
3781 domain = build_index_type (size_int (length));
3782 init = build_string (length + 1, name);
3785 type = cp_build_qualified_type (char_type_node, TYPE_QUAL_CONST);
3786 type = build_cplus_array_type (type, domain);
3788 *type_p = type;
3790 if (init)
3791 TREE_TYPE (init) = type;
3792 else
3793 init = error_mark_node;
3795 return init;
3798 /* Create the VAR_DECL for __FUNCTION__ etc. ID is the name to give
3799 the decl, LOC is the location to give the decl, NAME is the
3800 initialization string and TYPE_DEP indicates whether NAME depended
3801 on the type of the function. We make use of that to detect
3802 __PRETTY_FUNCTION__ inside a template fn. This is being done lazily
3803 at the point of first use, so we mustn't push the decl now. */
3805 static tree
3806 cp_make_fname_decl (location_t loc, tree id, int type_dep)
3808 const char *const name = (type_dep && processing_template_decl
3809 ? NULL : fname_as_string (type_dep));
3810 tree type;
3811 tree init = cp_fname_init (name, &type);
3812 tree decl = build_decl (loc, VAR_DECL, id, type);
3814 if (name)
3815 free (CONST_CAST (char *, name));
3817 /* As we're using pushdecl_with_scope, we must set the context. */
3818 DECL_CONTEXT (decl) = current_function_decl;
3819 DECL_PRETTY_FUNCTION_P (decl) = type_dep;
3821 TREE_STATIC (decl) = 1;
3822 TREE_READONLY (decl) = 1;
3823 DECL_ARTIFICIAL (decl) = 1;
3825 TREE_USED (decl) = 1;
3827 if (current_function_decl)
3829 cp_binding_level *b = current_binding_level;
3830 if (b->kind == sk_function_parms)
3831 return error_mark_node;
3832 while (b->level_chain->kind != sk_function_parms)
3833 b = b->level_chain;
3834 pushdecl_with_scope (decl, b, /*is_friend=*/false);
3835 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, NULL_TREE,
3836 LOOKUP_ONLYCONVERTING);
3838 else
3840 DECL_THIS_STATIC (decl) = true;
3841 pushdecl_top_level_and_finish (decl, init);
3844 return decl;
3847 static tree
3848 builtin_function_1 (tree decl, tree context, bool is_global)
3850 tree id = DECL_NAME (decl);
3851 const char *name = IDENTIFIER_POINTER (id);
3853 retrofit_lang_decl (decl);
3855 DECL_ARTIFICIAL (decl) = 1;
3856 SET_OVERLOADED_OPERATOR_CODE (decl, ERROR_MARK);
3857 SET_DECL_LANGUAGE (decl, lang_c);
3858 /* Runtime library routines are, by definition, available in an
3859 external shared object. */
3860 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT;
3861 DECL_VISIBILITY_SPECIFIED (decl) = 1;
3863 DECL_CONTEXT (decl) = context;
3865 if (is_global)
3866 pushdecl_top_level (decl);
3867 else
3868 pushdecl (decl);
3870 /* A function in the user's namespace should have an explicit
3871 declaration before it is used. Mark the built-in function as
3872 anticipated but not actually declared. */
3873 if (name[0] != '_' || name[1] != '_')
3874 DECL_ANTICIPATED (decl) = 1;
3875 else if (strncmp (name + 2, "builtin_", strlen ("builtin_")) != 0)
3877 size_t len = strlen (name);
3879 /* Treat __*_chk fortification functions as anticipated as well,
3880 unless they are __builtin_*. */
3881 if (len > strlen ("___chk")
3882 && memcmp (name + len - strlen ("_chk"),
3883 "_chk", strlen ("_chk") + 1) == 0)
3884 DECL_ANTICIPATED (decl) = 1;
3887 return decl;
3890 tree
3891 cxx_builtin_function (tree decl)
3893 tree id = DECL_NAME (decl);
3894 const char *name = IDENTIFIER_POINTER (id);
3895 /* All builtins that don't begin with an '_' should additionally
3896 go in the 'std' namespace. */
3897 if (name[0] != '_')
3899 tree decl2 = copy_node(decl);
3900 push_namespace (std_identifier);
3901 builtin_function_1 (decl2, std_node, false);
3902 pop_namespace ();
3905 return builtin_function_1 (decl, NULL_TREE, false);
3908 /* Like cxx_builtin_function, but guarantee the function is added to the global
3909 scope. This is to allow function specific options to add new machine
3910 dependent builtins when the target ISA changes via attribute((target(...)))
3911 which saves space on program startup if the program does not use non-generic
3912 ISAs. */
3914 tree
3915 cxx_builtin_function_ext_scope (tree decl)
3918 tree id = DECL_NAME (decl);
3919 const char *name = IDENTIFIER_POINTER (id);
3920 /* All builtins that don't begin with an '_' should additionally
3921 go in the 'std' namespace. */
3922 if (name[0] != '_')
3924 tree decl2 = copy_node(decl);
3925 push_namespace (std_identifier);
3926 builtin_function_1 (decl2, std_node, true);
3927 pop_namespace ();
3930 return builtin_function_1 (decl, NULL_TREE, true);
3933 /* Generate a FUNCTION_DECL with the typical flags for a runtime library
3934 function. Not called directly. */
3936 static tree
3937 build_library_fn_1 (tree name, enum tree_code operator_code, tree type)
3939 tree fn = build_lang_decl (FUNCTION_DECL, name, type);
3940 DECL_EXTERNAL (fn) = 1;
3941 TREE_PUBLIC (fn) = 1;
3942 DECL_ARTIFICIAL (fn) = 1;
3943 SET_OVERLOADED_OPERATOR_CODE (fn, operator_code);
3944 SET_DECL_LANGUAGE (fn, lang_c);
3945 /* Runtime library routines are, by definition, available in an
3946 external shared object. */
3947 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT;
3948 DECL_VISIBILITY_SPECIFIED (fn) = 1;
3949 return fn;
3952 /* Returns the _DECL for a library function with C linkage.
3953 We assume that such functions never throw; if this is incorrect,
3954 callers should unset TREE_NOTHROW. */
3956 static tree
3957 build_library_fn (tree name, tree type)
3959 tree fn = build_library_fn_1 (name, ERROR_MARK, type);
3960 TREE_NOTHROW (fn) = 1;
3961 return fn;
3964 /* Returns the _DECL for a library function with C++ linkage. */
3966 static tree
3967 build_cp_library_fn (tree name, enum tree_code operator_code, tree type)
3969 tree fn = build_library_fn_1 (name, operator_code, type);
3970 TREE_NOTHROW (fn) = TYPE_NOTHROW_P (type);
3971 DECL_CONTEXT (fn) = FROB_CONTEXT (current_namespace);
3972 SET_DECL_LANGUAGE (fn, lang_cplusplus);
3973 return fn;
3976 /* Like build_library_fn, but takes a C string instead of an
3977 IDENTIFIER_NODE. */
3979 tree
3980 build_library_fn_ptr (const char* name, tree type)
3982 return build_library_fn (get_identifier (name), type);
3985 /* Like build_cp_library_fn, but takes a C string instead of an
3986 IDENTIFIER_NODE. */
3988 tree
3989 build_cp_library_fn_ptr (const char* name, tree type)
3991 return build_cp_library_fn (get_identifier (name), ERROR_MARK, type);
3994 /* Like build_library_fn, but also pushes the function so that we will
3995 be able to find it via IDENTIFIER_GLOBAL_VALUE. Also, the function
3996 may throw exceptions listed in RAISES. */
3998 tree
3999 push_library_fn (tree name, tree type, tree raises)
4001 tree fn;
4003 if (raises)
4004 type = build_exception_variant (type, raises);
4006 fn = build_library_fn (name, type);
4007 pushdecl_top_level (fn);
4008 return fn;
4011 /* Like build_cp_library_fn, but also pushes the function so that it
4012 will be found by normal lookup. */
4014 static tree
4015 push_cp_library_fn (enum tree_code operator_code, tree type)
4017 tree fn = build_cp_library_fn (ansi_opname (operator_code),
4018 operator_code,
4019 type);
4020 pushdecl (fn);
4021 if (flag_tm)
4022 apply_tm_attr (fn, get_identifier ("transaction_safe"));
4023 return fn;
4026 /* Like push_library_fn, but takes a TREE_LIST of parm types rather than
4027 a FUNCTION_TYPE. */
4029 tree
4030 push_void_library_fn (tree name, tree parmtypes)
4032 tree type = build_function_type (void_type_node, parmtypes);
4033 return push_library_fn (name, type, NULL_TREE);
4036 /* Like push_library_fn, but also note that this function throws
4037 and does not return. Used for __throw_foo and the like. */
4039 tree
4040 push_throw_library_fn (tree name, tree type)
4042 tree fn = push_library_fn (name, type, NULL_TREE);
4043 TREE_THIS_VOLATILE (fn) = 1;
4044 TREE_NOTHROW (fn) = 0;
4045 return fn;
4048 /* When we call finish_struct for an anonymous union, we create
4049 default copy constructors and such. But, an anonymous union
4050 shouldn't have such things; this function undoes the damage to the
4051 anonymous union type T.
4053 (The reason that we create the synthesized methods is that we don't
4054 distinguish `union { int i; }' from `typedef union { int i; } U'.
4055 The first is an anonymous union; the second is just an ordinary
4056 union type.) */
4058 void
4059 fixup_anonymous_aggr (tree t)
4061 tree *q;
4063 /* Wipe out memory of synthesized methods. */
4064 TYPE_HAS_USER_CONSTRUCTOR (t) = 0;
4065 TYPE_HAS_DEFAULT_CONSTRUCTOR (t) = 0;
4066 TYPE_HAS_COPY_CTOR (t) = 0;
4067 TYPE_HAS_CONST_COPY_CTOR (t) = 0;
4068 TYPE_HAS_COPY_ASSIGN (t) = 0;
4069 TYPE_HAS_CONST_COPY_ASSIGN (t) = 0;
4071 /* Splice the implicitly generated functions out of the TYPE_METHODS
4072 list. */
4073 q = &TYPE_METHODS (t);
4074 while (*q)
4076 if (DECL_ARTIFICIAL (*q))
4077 *q = TREE_CHAIN (*q);
4078 else
4079 q = &DECL_CHAIN (*q);
4082 /* ISO C++ 9.5.3. Anonymous unions may not have function members. */
4083 if (TYPE_METHODS (t))
4085 tree decl = TYPE_MAIN_DECL (t);
4087 if (TREE_CODE (t) != UNION_TYPE)
4088 error_at (DECL_SOURCE_LOCATION (decl),
4089 "an anonymous struct cannot have function members");
4090 else
4091 error_at (DECL_SOURCE_LOCATION (decl),
4092 "an anonymous union cannot have function members");
4095 /* Anonymous aggregates cannot have fields with ctors, dtors or complex
4096 assignment operators (because they cannot have these methods themselves).
4097 For anonymous unions this is already checked because they are not allowed
4098 in any union, otherwise we have to check it. */
4099 if (TREE_CODE (t) != UNION_TYPE)
4101 tree field, type;
4103 for (field = TYPE_FIELDS (t); field; field = DECL_CHAIN (field))
4104 if (TREE_CODE (field) == FIELD_DECL)
4106 type = TREE_TYPE (field);
4107 if (CLASS_TYPE_P (type))
4109 if (TYPE_NEEDS_CONSTRUCTING (type))
4110 error ("member %q+#D with constructor not allowed "
4111 "in anonymous aggregate", field);
4112 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
4113 error ("member %q+#D with destructor not allowed "
4114 "in anonymous aggregate", field);
4115 if (TYPE_HAS_COMPLEX_COPY_ASSIGN (type))
4116 error ("member %q+#D with copy assignment operator "
4117 "not allowed in anonymous aggregate", field);
4123 /* Make sure that a declaration with no declarator is well-formed, i.e.
4124 just declares a tagged type or anonymous union.
4126 Returns the type declared; or NULL_TREE if none. */
4128 tree
4129 check_tag_decl (cp_decl_specifier_seq *declspecs)
4131 int saw_friend = decl_spec_seq_has_spec_p (declspecs, ds_friend);
4132 int saw_typedef = decl_spec_seq_has_spec_p (declspecs, ds_typedef);
4133 /* If a class, struct, or enum type is declared by the DECLSPECS
4134 (i.e, if a class-specifier, enum-specifier, or non-typename
4135 elaborated-type-specifier appears in the DECLSPECS),
4136 DECLARED_TYPE is set to the corresponding type. */
4137 tree declared_type = NULL_TREE;
4138 bool error_p = false;
4140 if (declspecs->multiple_types_p)
4141 error ("multiple types in one declaration");
4142 else if (declspecs->redefined_builtin_type)
4144 if (!in_system_header)
4145 permerror (declspecs->locations[ds_redefined_builtin_type_spec],
4146 "redeclaration of C++ built-in type %qT",
4147 declspecs->redefined_builtin_type);
4148 return NULL_TREE;
4151 if (declspecs->type
4152 && TYPE_P (declspecs->type)
4153 && ((TREE_CODE (declspecs->type) != TYPENAME_TYPE
4154 && MAYBE_CLASS_TYPE_P (declspecs->type))
4155 || TREE_CODE (declspecs->type) == ENUMERAL_TYPE))
4156 declared_type = declspecs->type;
4157 else if (declspecs->type == error_mark_node)
4158 error_p = true;
4159 if (declared_type == NULL_TREE && ! saw_friend && !error_p)
4160 permerror (input_location, "declaration does not declare anything");
4161 else if (declared_type != NULL_TREE && type_uses_auto (declared_type))
4163 error ("%<auto%> can only be specified for variables "
4164 "or function declarations");
4165 return error_mark_node;
4167 /* Check for an anonymous union. */
4168 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type))
4169 && TYPE_ANONYMOUS_P (declared_type))
4171 /* 7/3 In a simple-declaration, the optional init-declarator-list
4172 can be omitted only when declaring a class (clause 9) or
4173 enumeration (7.2), that is, when the decl-specifier-seq contains
4174 either a class-specifier, an elaborated-type-specifier with
4175 a class-key (9.1), or an enum-specifier. In these cases and
4176 whenever a class-specifier or enum-specifier is present in the
4177 decl-specifier-seq, the identifiers in these specifiers are among
4178 the names being declared by the declaration (as class-name,
4179 enum-names, or enumerators, depending on the syntax). In such
4180 cases, and except for the declaration of an unnamed bit-field (9.6),
4181 the decl-specifier-seq shall introduce one or more names into the
4182 program, or shall redeclare a name introduced by a previous
4183 declaration. [Example:
4184 enum { }; // ill-formed
4185 typedef class { }; // ill-formed
4186 --end example] */
4187 if (saw_typedef)
4189 error ("missing type-name in typedef-declaration");
4190 return NULL_TREE;
4192 /* Anonymous unions are objects, so they can have specifiers. */;
4193 SET_ANON_AGGR_TYPE_P (declared_type);
4195 if (TREE_CODE (declared_type) != UNION_TYPE && !in_system_header)
4196 pedwarn (input_location, OPT_Wpedantic, "ISO C++ prohibits anonymous structs");
4199 else
4201 if (decl_spec_seq_has_spec_p (declspecs, ds_inline)
4202 || decl_spec_seq_has_spec_p (declspecs, ds_virtual))
4203 error ("%qs can only be specified for functions",
4204 decl_spec_seq_has_spec_p (declspecs, ds_inline)
4205 ? "inline" : "virtual");
4206 else if (saw_friend
4207 && (!current_class_type
4208 || current_scope () != current_class_type))
4209 error ("%<friend%> can only be specified inside a class");
4210 else if (decl_spec_seq_has_spec_p (declspecs, ds_explicit))
4211 error ("%<explicit%> can only be specified for constructors");
4212 else if (declspecs->storage_class)
4213 error ("a storage class can only be specified for objects "
4214 "and functions");
4215 else if (decl_spec_seq_has_spec_p (declspecs, ds_const)
4216 || decl_spec_seq_has_spec_p (declspecs, ds_volatile)
4217 || decl_spec_seq_has_spec_p (declspecs, ds_restrict)
4218 || decl_spec_seq_has_spec_p (declspecs, ds_thread))
4219 error ("qualifiers can only be specified for objects "
4220 "and functions");
4221 else if (saw_typedef)
4222 warning (0, "%<typedef%> was ignored in this declaration");
4223 else if (decl_spec_seq_has_spec_p (declspecs, ds_constexpr))
4224 error ("%<constexpr%> cannot be used for type declarations");
4227 if (declspecs->attributes && warn_attributes && declared_type)
4229 location_t loc;
4230 if (!CLASS_TYPE_P (declared_type)
4231 || !CLASSTYPE_TEMPLATE_INSTANTIATION (declared_type))
4232 /* For a non-template class, use the name location. */
4233 loc = location_of (declared_type);
4234 else
4235 /* For a template class (an explicit instantiation), use the
4236 current location. */
4237 loc = input_location;
4238 warning_at (loc, OPT_Wattributes, "attribute ignored in declaration "
4239 "of %q#T", declared_type);
4240 inform (loc, "attribute for %q#T must follow the %qs keyword",
4241 declared_type, class_key_or_enum_as_string (declared_type));
4244 return declared_type;
4247 /* Called when a declaration is seen that contains no names to declare.
4248 If its type is a reference to a structure, union or enum inherited
4249 from a containing scope, shadow that tag name for the current scope
4250 with a forward reference.
4251 If its type defines a new named structure or union
4252 or defines an enum, it is valid but we need not do anything here.
4253 Otherwise, it is an error.
4255 C++: may have to grok the declspecs to learn about static,
4256 complain for anonymous unions.
4258 Returns the TYPE declared -- or NULL_TREE if none. */
4260 tree
4261 shadow_tag (cp_decl_specifier_seq *declspecs)
4263 tree t = check_tag_decl (declspecs);
4265 if (!t)
4266 return NULL_TREE;
4268 if (maybe_process_partial_specialization (t) == error_mark_node)
4269 return NULL_TREE;
4271 /* This is where the variables in an anonymous union are
4272 declared. An anonymous union declaration looks like:
4273 union { ... } ;
4274 because there is no declarator after the union, the parser
4275 sends that declaration here. */
4276 if (ANON_AGGR_TYPE_P (t))
4278 fixup_anonymous_aggr (t);
4280 if (TYPE_FIELDS (t))
4282 tree decl = grokdeclarator (/*declarator=*/NULL,
4283 declspecs, NORMAL, 0, NULL);
4284 finish_anon_union (decl);
4288 return t;
4291 /* Decode a "typename", such as "int **", returning a ..._TYPE node. */
4293 tree
4294 groktypename (cp_decl_specifier_seq *type_specifiers,
4295 const cp_declarator *declarator,
4296 bool is_template_arg)
4298 tree attrs;
4299 tree type;
4300 enum decl_context context
4301 = is_template_arg ? TEMPLATE_TYPE_ARG : TYPENAME;
4302 attrs = type_specifiers->attributes;
4303 type_specifiers->attributes = NULL_TREE;
4304 type = grokdeclarator (declarator, type_specifiers, context, 0, &attrs);
4305 if (attrs && type != error_mark_node)
4307 if (CLASS_TYPE_P (type))
4308 warning (OPT_Wattributes, "ignoring attributes applied to class type %qT "
4309 "outside of definition", type);
4310 else if (MAYBE_CLASS_TYPE_P (type))
4311 /* A template type parameter or other dependent type. */
4312 warning (OPT_Wattributes, "ignoring attributes applied to dependent "
4313 "type %qT without an associated declaration", type);
4314 else
4315 cplus_decl_attributes (&type, attrs, 0);
4317 return type;
4320 /* Process a DECLARATOR for a function-scope variable declaration,
4321 namespace-scope variable declaration, or function declaration.
4322 (Function definitions go through start_function; class member
4323 declarations appearing in the body of the class go through
4324 grokfield.) The DECL corresponding to the DECLARATOR is returned.
4325 If an error occurs, the error_mark_node is returned instead.
4327 DECLSPECS are the decl-specifiers for the declaration. INITIALIZED is
4328 SD_INITIALIZED if an explicit initializer is present, or SD_DEFAULTED
4329 for an explicitly defaulted function, or SD_DELETED for an explicitly
4330 deleted function, but 0 (SD_UNINITIALIZED) if this is a variable
4331 implicitly initialized via a default constructor. ATTRIBUTES and
4332 PREFIX_ATTRIBUTES are GNU attributes associated with this declaration.
4334 The scope represented by the context of the returned DECL is pushed
4335 (if it is not the global namespace) and is assigned to
4336 *PUSHED_SCOPE_P. The caller is then responsible for calling
4337 pop_scope on *PUSHED_SCOPE_P if it is set. */
4339 tree
4340 start_decl (const cp_declarator *declarator,
4341 cp_decl_specifier_seq *declspecs,
4342 int initialized,
4343 tree attributes,
4344 tree prefix_attributes,
4345 tree *pushed_scope_p)
4347 tree decl;
4348 tree context;
4349 bool was_public;
4350 int flags;
4351 bool alias;
4353 *pushed_scope_p = NULL_TREE;
4355 /* An object declared as __attribute__((deprecated)) suppresses
4356 warnings of uses of other deprecated items. */
4357 if (lookup_attribute ("deprecated", attributes))
4358 deprecated_state = DEPRECATED_SUPPRESS;
4360 attributes = chainon (attributes, prefix_attributes);
4362 decl = grokdeclarator (declarator, declspecs, NORMAL, initialized,
4363 &attributes);
4365 deprecated_state = DEPRECATED_NORMAL;
4367 if (decl == NULL_TREE || TREE_CODE (decl) == VOID_TYPE
4368 || decl == error_mark_node)
4369 return error_mark_node;
4371 context = CP_DECL_CONTEXT (decl);
4372 if (context != global_namespace)
4373 *pushed_scope_p = push_scope (context);
4375 if (initialized)
4376 /* Is it valid for this decl to have an initializer at all?
4377 If not, set INITIALIZED to zero, which will indirectly
4378 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
4379 switch (TREE_CODE (decl))
4381 case TYPE_DECL:
4382 error ("typedef %qD is initialized (use decltype instead)", decl);
4383 return error_mark_node;
4385 case FUNCTION_DECL:
4386 if (initialized == SD_DELETED)
4387 /* We'll handle the rest of the semantics later, but we need to
4388 set this now so it's visible to duplicate_decls. */
4389 DECL_DELETED_FN (decl) = 1;
4390 break;
4392 default:
4393 break;
4396 if (initialized)
4398 if (! toplevel_bindings_p ()
4399 && DECL_EXTERNAL (decl))
4400 warning (0, "declaration of %q#D has %<extern%> and is initialized",
4401 decl);
4402 DECL_EXTERNAL (decl) = 0;
4403 if (toplevel_bindings_p ())
4404 TREE_STATIC (decl) = 1;
4406 alias = lookup_attribute ("alias", DECL_ATTRIBUTES (decl)) != 0;
4408 if (alias && TREE_CODE (decl) == FUNCTION_DECL)
4409 record_key_method_defined (decl);
4411 /* If this is a typedef that names the class for linkage purposes
4412 (7.1.3p8), apply any attributes directly to the type. */
4413 if (TREE_CODE (decl) == TYPE_DECL
4414 && TAGGED_TYPE_P (TREE_TYPE (decl))
4415 && decl == TYPE_NAME (TYPE_MAIN_VARIANT (TREE_TYPE (decl))))
4416 flags = ATTR_FLAG_TYPE_IN_PLACE;
4417 else
4418 flags = 0;
4420 /* Set attributes here so if duplicate decl, will have proper attributes. */
4421 cplus_decl_attributes (&decl, attributes, flags);
4423 /* Dllimported symbols cannot be defined. Static data members (which
4424 can be initialized in-class and dllimported) go through grokfield,
4425 not here, so we don't need to exclude those decls when checking for
4426 a definition. */
4427 if (initialized && DECL_DLLIMPORT_P (decl))
4429 error ("definition of %q#D is marked %<dllimport%>", decl);
4430 DECL_DLLIMPORT_P (decl) = 0;
4433 /* If #pragma weak was used, mark the decl weak now. */
4434 if (!processing_template_decl)
4435 maybe_apply_pragma_weak (decl);
4437 if (TREE_CODE (decl) == FUNCTION_DECL
4438 && DECL_DECLARED_INLINE_P (decl)
4439 && DECL_UNINLINABLE (decl)
4440 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl)))
4441 warning (0, "inline function %q+D given attribute noinline", decl);
4443 if (TYPE_P (context) && COMPLETE_TYPE_P (complete_type (context)))
4445 if (TREE_CODE (decl) == VAR_DECL)
4447 tree field = lookup_field (context, DECL_NAME (decl), 0, false);
4448 if (field == NULL_TREE || TREE_CODE (field) != VAR_DECL)
4449 error ("%q#D is not a static member of %q#T", decl, context);
4450 else
4452 if (DECL_CONTEXT (field) != context)
4454 if (!same_type_p (DECL_CONTEXT (field), context))
4455 permerror (input_location, "ISO C++ does not permit %<%T::%D%> "
4456 "to be defined as %<%T::%D%>",
4457 DECL_CONTEXT (field), DECL_NAME (decl),
4458 context, DECL_NAME (decl));
4459 DECL_CONTEXT (decl) = DECL_CONTEXT (field);
4461 if (processing_specialization
4462 && template_class_depth (context) == 0
4463 && CLASSTYPE_TEMPLATE_SPECIALIZATION (context))
4464 error ("template header not allowed in member definition "
4465 "of explicitly specialized class");
4466 /* Static data member are tricky; an in-class initialization
4467 still doesn't provide a definition, so the in-class
4468 declaration will have DECL_EXTERNAL set, but will have an
4469 initialization. Thus, duplicate_decls won't warn
4470 about this situation, and so we check here. */
4471 if (initialized && DECL_INITIALIZED_IN_CLASS_P (field))
4472 error ("duplicate initialization of %qD", decl);
4473 if (duplicate_decls (decl, field, /*newdecl_is_friend=*/false))
4474 decl = field;
4475 if (decl_spec_seq_has_spec_p (declspecs, ds_constexpr)
4476 && !DECL_DECLARED_CONSTEXPR_P (field))
4477 error ("%qD declared %<constexpr%> outside its class", field);
4480 else
4482 tree field = check_classfn (context, decl,
4483 (processing_template_decl
4484 > template_class_depth (context))
4485 ? current_template_parms
4486 : NULL_TREE);
4487 if (field && field != error_mark_node
4488 && duplicate_decls (decl, field,
4489 /*newdecl_is_friend=*/false))
4490 decl = field;
4493 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
4494 DECL_IN_AGGR_P (decl) = 0;
4495 /* Do not mark DECL as an explicit specialization if it was not
4496 already marked as an instantiation; a declaration should
4497 never be marked as a specialization unless we know what
4498 template is being specialized. */
4499 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl))
4501 SET_DECL_TEMPLATE_SPECIALIZATION (decl);
4503 /* [temp.expl.spec] An explicit specialization of a static data
4504 member of a template is a definition if the declaration
4505 includes an initializer; otherwise, it is a declaration.
4507 We check for processing_specialization so this only applies
4508 to the new specialization syntax. */
4509 if (!initialized && processing_specialization)
4510 DECL_EXTERNAL (decl) = 1;
4513 if (DECL_EXTERNAL (decl) && ! DECL_TEMPLATE_SPECIALIZATION (decl)
4514 /* Aliases are definitions. */
4515 && !alias)
4516 permerror (input_location, "declaration of %q#D outside of class is not definition",
4517 decl);
4520 was_public = TREE_PUBLIC (decl);
4522 /* Enter this declaration into the symbol table. */
4523 decl = maybe_push_decl (decl);
4525 if (processing_template_decl)
4526 decl = push_template_decl (decl);
4527 if (decl == error_mark_node)
4528 return error_mark_node;
4530 if (TREE_CODE (decl) == VAR_DECL
4531 && DECL_NAMESPACE_SCOPE_P (decl) && !TREE_PUBLIC (decl) && !was_public
4532 && !DECL_THIS_STATIC (decl) && !DECL_ARTIFICIAL (decl))
4534 /* This is a const variable with implicit 'static'. Set
4535 DECL_THIS_STATIC so we can tell it from variables that are
4536 !TREE_PUBLIC because of the anonymous namespace. */
4537 gcc_assert (CP_TYPE_CONST_P (TREE_TYPE (decl)) || errorcount);
4538 DECL_THIS_STATIC (decl) = 1;
4541 if (!processing_template_decl && TREE_CODE (decl) == VAR_DECL)
4542 start_decl_1 (decl, initialized);
4544 return decl;
4547 /* Process the declaration of a variable DECL. INITIALIZED is true
4548 iff DECL is explicitly initialized. (INITIALIZED is false if the
4549 variable is initialized via an implicitly-called constructor.)
4550 This function must be called for ordinary variables (including, for
4551 example, implicit instantiations of templates), but must not be
4552 called for template declarations. */
4554 void
4555 start_decl_1 (tree decl, bool initialized)
4557 tree type;
4558 bool complete_p;
4559 bool aggregate_definition_p;
4561 gcc_assert (!processing_template_decl);
4563 if (error_operand_p (decl))
4564 return;
4566 gcc_assert (TREE_CODE (decl) == VAR_DECL);
4568 type = TREE_TYPE (decl);
4569 complete_p = COMPLETE_TYPE_P (type);
4570 aggregate_definition_p = MAYBE_CLASS_TYPE_P (type) && !DECL_EXTERNAL (decl);
4572 /* If an explicit initializer is present, or if this is a definition
4573 of an aggregate, then we need a complete type at this point.
4574 (Scalars are always complete types, so there is nothing to
4575 check.) This code just sets COMPLETE_P; errors (if necessary)
4576 are issued below. */
4577 if ((initialized || aggregate_definition_p)
4578 && !complete_p
4579 && COMPLETE_TYPE_P (complete_type (type)))
4581 complete_p = true;
4582 /* We will not yet have set TREE_READONLY on DECL if the type
4583 was "const", but incomplete, before this point. But, now, we
4584 have a complete type, so we can try again. */
4585 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
4588 if (initialized)
4589 /* Is it valid for this decl to have an initializer at all? */
4591 /* Don't allow initializations for incomplete types except for
4592 arrays which might be completed by the initialization. */
4593 if (complete_p)
4594 ; /* A complete type is ok. */
4595 else if (type_uses_auto (type))
4596 ; /* An auto type is ok. */
4597 else if (TREE_CODE (type) != ARRAY_TYPE)
4599 error ("variable %q#D has initializer but incomplete type", decl);
4600 type = TREE_TYPE (decl) = error_mark_node;
4602 else if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type))))
4604 if (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl))
4605 error ("elements of array %q#D have incomplete type", decl);
4606 /* else we already gave an error in start_decl. */
4609 else if (aggregate_definition_p && !complete_p)
4611 if (type_uses_auto (type))
4612 error ("declaration of %q#D has no initializer", decl);
4613 else
4614 error ("aggregate %q#D has incomplete type and cannot be defined",
4615 decl);
4616 /* Change the type so that assemble_variable will give
4617 DECL an rtl we can live with: (mem (const_int 0)). */
4618 type = TREE_TYPE (decl) = error_mark_node;
4621 /* Create a new scope to hold this declaration if necessary.
4622 Whether or not a new scope is necessary cannot be determined
4623 until after the type has been completed; if the type is a
4624 specialization of a class template it is not until after
4625 instantiation has occurred that TYPE_HAS_NONTRIVIAL_DESTRUCTOR
4626 will be set correctly. */
4627 maybe_push_cleanup_level (type);
4630 /* Handle initialization of references. DECL, TYPE, and INIT have the
4631 same meaning as in cp_finish_decl. *CLEANUP must be NULL on entry,
4632 but will be set to a new CLEANUP_STMT if a temporary is created
4633 that must be destroyed subsequently.
4635 Returns an initializer expression to use to initialize DECL, or
4636 NULL if the initialization can be performed statically.
4638 Quotes on semantics can be found in ARM 8.4.3. */
4640 static tree
4641 grok_reference_init (tree decl, tree type, tree init, int flags)
4643 if (init == NULL_TREE)
4645 if ((DECL_LANG_SPECIFIC (decl) == 0
4646 || DECL_IN_AGGR_P (decl) == 0)
4647 && ! DECL_THIS_EXTERN (decl))
4648 error ("%qD declared as reference but not initialized", decl);
4649 return NULL_TREE;
4652 if (TREE_CODE (init) == TREE_LIST)
4653 init = build_x_compound_expr_from_list (init, ELK_INIT,
4654 tf_warning_or_error);
4656 if (TREE_CODE (TREE_TYPE (type)) != ARRAY_TYPE
4657 && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE)
4658 /* Note: default conversion is only called in very special cases. */
4659 init = decay_conversion (init, tf_warning_or_error);
4661 /* Convert INIT to the reference type TYPE. This may involve the
4662 creation of a temporary, whose lifetime must be the same as that
4663 of the reference. If so, a DECL_EXPR for the temporary will be
4664 added just after the DECL_EXPR for DECL. That's why we don't set
4665 DECL_INITIAL for local references (instead assigning to them
4666 explicitly); we need to allow the temporary to be initialized
4667 first. */
4668 return initialize_reference (type, init, flags,
4669 tf_warning_or_error);
4672 /* Designated initializers in arrays are not supported in GNU C++.
4673 The parser cannot detect this error since it does not know whether
4674 a given brace-enclosed initializer is for a class type or for an
4675 array. This function checks that CE does not use a designated
4676 initializer. If it does, an error is issued. Returns true if CE
4677 is valid, i.e., does not have a designated initializer. */
4679 static bool
4680 check_array_designated_initializer (const constructor_elt *ce,
4681 unsigned HOST_WIDE_INT index)
4683 /* Designated initializers for array elements are not supported. */
4684 if (ce->index)
4686 /* The parser only allows identifiers as designated
4687 initializers. */
4688 if (ce->index == error_mark_node)
4689 error ("name used in a GNU-style designated "
4690 "initializer for an array");
4691 else if (TREE_CODE (ce->index) == INTEGER_CST)
4693 /* A C99 designator is OK if it matches the current index. */
4694 if (TREE_INT_CST_LOW (ce->index) == index)
4695 return true;
4696 else
4697 sorry ("non-trivial designated initializers not supported");
4699 else
4701 gcc_assert (TREE_CODE (ce->index) == IDENTIFIER_NODE);
4702 error ("name %qD used in a GNU-style designated "
4703 "initializer for an array", ce->index);
4705 return false;
4708 return true;
4711 /* When parsing `int a[] = {1, 2};' we don't know the size of the
4712 array until we finish parsing the initializer. If that's the
4713 situation we're in, update DECL accordingly. */
4715 static void
4716 maybe_deduce_size_from_array_init (tree decl, tree init)
4718 tree type = TREE_TYPE (decl);
4720 if (TREE_CODE (type) == ARRAY_TYPE
4721 && TYPE_DOMAIN (type) == NULL_TREE
4722 && TREE_CODE (decl) != TYPE_DECL)
4724 /* do_default is really a C-ism to deal with tentative definitions.
4725 But let's leave it here to ease the eventual merge. */
4726 int do_default = !DECL_EXTERNAL (decl);
4727 tree initializer = init ? init : DECL_INITIAL (decl);
4728 int failure = 0;
4730 /* Check that there are no designated initializers in INIT, as
4731 those are not supported in GNU C++, and as the middle-end
4732 will crash if presented with a non-numeric designated
4733 initializer. */
4734 if (initializer && TREE_CODE (initializer) == CONSTRUCTOR)
4736 VEC(constructor_elt,gc) *v = CONSTRUCTOR_ELTS (initializer);
4737 constructor_elt *ce;
4738 HOST_WIDE_INT i;
4739 FOR_EACH_VEC_ELT (constructor_elt, v, i, ce)
4740 if (!check_array_designated_initializer (ce, i))
4741 failure = 1;
4744 if (!failure)
4746 failure = cp_complete_array_type (&TREE_TYPE (decl), initializer,
4747 do_default);
4748 if (failure == 1)
4750 error ("initializer fails to determine size of %qD", decl);
4751 TREE_TYPE (decl) = error_mark_node;
4753 else if (failure == 2)
4755 if (do_default)
4757 error ("array size missing in %qD", decl);
4758 TREE_TYPE (decl) = error_mark_node;
4760 /* If a `static' var's size isn't known, make it extern as
4761 well as static, so it does not get allocated. If it's not
4762 `static', then don't mark it extern; finish_incomplete_decl
4763 will give it a default size and it will get allocated. */
4764 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
4765 DECL_EXTERNAL (decl) = 1;
4767 else if (failure == 3)
4769 error ("zero-size array %qD", decl);
4770 TREE_TYPE (decl) = error_mark_node;
4774 cp_apply_type_quals_to_decl (cp_type_quals (TREE_TYPE (decl)), decl);
4776 relayout_decl (decl);
4780 /* Set DECL_SIZE, DECL_ALIGN, etc. for DECL (a VAR_DECL), and issue
4781 any appropriate error messages regarding the layout. */
4783 static void
4784 layout_var_decl (tree decl)
4786 tree type;
4788 type = TREE_TYPE (decl);
4789 if (type == error_mark_node)
4790 return;
4792 /* If we haven't already layed out this declaration, do so now.
4793 Note that we must not call complete type for an external object
4794 because it's type might involve templates that we are not
4795 supposed to instantiate yet. (And it's perfectly valid to say
4796 `extern X x' for some incomplete type `X'.) */
4797 if (!DECL_EXTERNAL (decl))
4798 complete_type (type);
4799 if (!DECL_SIZE (decl)
4800 && TREE_TYPE (decl) != error_mark_node
4801 && (COMPLETE_TYPE_P (type)
4802 || (TREE_CODE (type) == ARRAY_TYPE
4803 && !TYPE_DOMAIN (type)
4804 && COMPLETE_TYPE_P (TREE_TYPE (type)))))
4805 layout_decl (decl, 0);
4807 if (!DECL_EXTERNAL (decl) && DECL_SIZE (decl) == NULL_TREE)
4809 /* An automatic variable with an incomplete type: that is an error.
4810 Don't talk about array types here, since we took care of that
4811 message in grokdeclarator. */
4812 error ("storage size of %qD isn%'t known", decl);
4813 TREE_TYPE (decl) = error_mark_node;
4815 #if 0
4816 /* Keep this code around in case we later want to control debug info
4817 based on whether a type is "used". (jason 1999-11-11) */
4819 else if (!DECL_EXTERNAL (decl) && MAYBE_CLASS_TYPE_P (ttype))
4820 /* Let debugger know it should output info for this type. */
4821 note_debug_info_needed (ttype);
4823 if (TREE_STATIC (decl) && DECL_CLASS_SCOPE_P (decl))
4824 note_debug_info_needed (DECL_CONTEXT (decl));
4825 #endif
4827 if ((DECL_EXTERNAL (decl) || TREE_STATIC (decl))
4828 && DECL_SIZE (decl) != NULL_TREE
4829 && ! TREE_CONSTANT (DECL_SIZE (decl)))
4831 if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST)
4832 constant_expression_warning (DECL_SIZE (decl));
4833 else
4835 error ("storage size of %qD isn%'t constant", decl);
4836 TREE_TYPE (decl) = error_mark_node;
4841 /* If a local static variable is declared in an inline function, or if
4842 we have a weak definition, we must endeavor to create only one
4843 instance of the variable at link-time. */
4845 void
4846 maybe_commonize_var (tree decl)
4848 /* Static data in a function with comdat linkage also has comdat
4849 linkage. */
4850 if (TREE_STATIC (decl)
4851 /* Don't mess with __FUNCTION__. */
4852 && ! DECL_ARTIFICIAL (decl)
4853 && DECL_FUNCTION_SCOPE_P (decl)
4854 && vague_linkage_p (DECL_CONTEXT (decl)))
4856 if (flag_weak)
4858 /* With weak symbols, we simply make the variable COMDAT;
4859 that will cause copies in multiple translations units to
4860 be merged. */
4861 comdat_linkage (decl);
4863 else
4865 if (DECL_INITIAL (decl) == NULL_TREE
4866 || DECL_INITIAL (decl) == error_mark_node)
4868 /* Without weak symbols, we can use COMMON to merge
4869 uninitialized variables. */
4870 TREE_PUBLIC (decl) = 1;
4871 DECL_COMMON (decl) = 1;
4873 else
4875 /* While for initialized variables, we must use internal
4876 linkage -- which means that multiple copies will not
4877 be merged. */
4878 TREE_PUBLIC (decl) = 0;
4879 DECL_COMMON (decl) = 0;
4880 warning_at (input_location, 0,
4881 "sorry: semantics of inline function static "
4882 "data %q+#D are wrong (you%'ll wind up "
4883 "with multiple copies)", decl);
4884 warning_at (DECL_SOURCE_LOCATION (decl), 0,
4885 " you can work around this by removing "
4886 "the initializer");
4890 else if (DECL_LANG_SPECIFIC (decl) && DECL_COMDAT (decl))
4891 /* Set it up again; we might have set DECL_INITIAL since the last
4892 time. */
4893 comdat_linkage (decl);
4896 /* Issue an error message if DECL is an uninitialized const variable. */
4898 static void
4899 check_for_uninitialized_const_var (tree decl)
4901 tree type = strip_array_types (TREE_TYPE (decl));
4903 /* ``Unless explicitly declared extern, a const object does not have
4904 external linkage and must be initialized. ($8.4; $12.1)'' ARM
4905 7.1.6 */
4906 if (TREE_CODE (decl) == VAR_DECL
4907 && TREE_CODE (type) != REFERENCE_TYPE
4908 && CP_TYPE_CONST_P (type)
4909 && !DECL_INITIAL (decl))
4911 tree field = default_init_uninitialized_part (type);
4912 if (!field)
4913 return;
4915 permerror (DECL_SOURCE_LOCATION (decl),
4916 "uninitialized const %qD", decl);
4918 if (CLASS_TYPE_P (type))
4920 tree defaulted_ctor;
4922 inform (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (type)),
4923 "%q#T has no user-provided default constructor", type);
4924 defaulted_ctor = in_class_defaulted_default_constructor (type);
4925 if (defaulted_ctor)
4926 inform (DECL_SOURCE_LOCATION (defaulted_ctor),
4927 "constructor is not user-provided because it is "
4928 "explicitly defaulted in the class body");
4929 inform (0, "and the implicitly-defined constructor does not "
4930 "initialize %q+#D", field);
4935 /* Structure holding the current initializer being processed by reshape_init.
4936 CUR is a pointer to the current element being processed, END is a pointer
4937 after the last element present in the initializer. */
4938 typedef struct reshape_iterator_t
4940 constructor_elt *cur;
4941 constructor_elt *end;
4942 } reshape_iter;
4944 static tree reshape_init_r (tree, reshape_iter *, bool, tsubst_flags_t);
4946 /* FIELD is a FIELD_DECL or NULL. In the former case, the value
4947 returned is the next FIELD_DECL (possibly FIELD itself) that can be
4948 initialized. If there are no more such fields, the return value
4949 will be NULL. */
4951 tree
4952 next_initializable_field (tree field)
4954 while (field
4955 && (TREE_CODE (field) != FIELD_DECL
4956 || (DECL_C_BIT_FIELD (field) && !DECL_NAME (field))
4957 || DECL_ARTIFICIAL (field)))
4958 field = DECL_CHAIN (field);
4960 return field;
4963 /* Subroutine of reshape_init_array and reshape_init_vector, which does
4964 the actual work. ELT_TYPE is the element type of the array. MAX_INDEX is an
4965 INTEGER_CST representing the size of the array minus one (the maximum index),
4966 or NULL_TREE if the array was declared without specifying the size. D is
4967 the iterator within the constructor. */
4969 static tree
4970 reshape_init_array_1 (tree elt_type, tree max_index, reshape_iter *d,
4971 tsubst_flags_t complain)
4973 tree new_init;
4974 bool sized_array_p = (max_index != NULL_TREE);
4975 unsigned HOST_WIDE_INT max_index_cst = 0;
4976 unsigned HOST_WIDE_INT index;
4978 /* The initializer for an array is always a CONSTRUCTOR. */
4979 new_init = build_constructor (init_list_type_node, NULL);
4981 if (sized_array_p)
4983 /* Minus 1 is used for zero sized arrays. */
4984 if (integer_all_onesp (max_index))
4985 return new_init;
4987 if (host_integerp (max_index, 1))
4988 max_index_cst = tree_low_cst (max_index, 1);
4989 /* sizetype is sign extended, not zero extended. */
4990 else
4991 max_index_cst = tree_low_cst (fold_convert (size_type_node, max_index),
4995 /* Loop until there are no more initializers. */
4996 for (index = 0;
4997 d->cur != d->end && (!sized_array_p || index <= max_index_cst);
4998 ++index)
5000 tree elt_init;
5002 check_array_designated_initializer (d->cur, index);
5003 elt_init = reshape_init_r (elt_type, d, /*first_initializer_p=*/false,
5004 complain);
5005 if (elt_init == error_mark_node)
5006 return error_mark_node;
5007 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init),
5008 size_int (index), elt_init);
5009 if (!TREE_CONSTANT (elt_init))
5010 TREE_CONSTANT (new_init) = false;
5013 return new_init;
5016 /* Subroutine of reshape_init_r, processes the initializers for arrays.
5017 Parameters are the same of reshape_init_r. */
5019 static tree
5020 reshape_init_array (tree type, reshape_iter *d, tsubst_flags_t complain)
5022 tree max_index = NULL_TREE;
5024 gcc_assert (TREE_CODE (type) == ARRAY_TYPE);
5026 if (TYPE_DOMAIN (type))
5027 max_index = array_type_nelts (type);
5029 return reshape_init_array_1 (TREE_TYPE (type), max_index, d, complain);
5032 /* Subroutine of reshape_init_r, processes the initializers for vectors.
5033 Parameters are the same of reshape_init_r. */
5035 static tree
5036 reshape_init_vector (tree type, reshape_iter *d, tsubst_flags_t complain)
5038 tree max_index = NULL_TREE;
5040 gcc_assert (TREE_CODE (type) == VECTOR_TYPE);
5042 if (COMPOUND_LITERAL_P (d->cur->value))
5044 tree value = d->cur->value;
5045 if (!same_type_p (TREE_TYPE (value), type))
5047 if (complain & tf_error)
5048 error ("invalid type %qT as initializer for a vector of type %qT",
5049 TREE_TYPE (d->cur->value), type);
5050 value = error_mark_node;
5052 ++d->cur;
5053 return value;
5056 /* For a vector, we initialize it as an array of the appropriate size. */
5057 if (TREE_CODE (type) == VECTOR_TYPE)
5058 max_index = size_int (TYPE_VECTOR_SUBPARTS (type) - 1);
5060 return reshape_init_array_1 (TREE_TYPE (type), max_index, d, complain);
5063 /* Subroutine of reshape_init_r, processes the initializers for classes
5064 or union. Parameters are the same of reshape_init_r. */
5066 static tree
5067 reshape_init_class (tree type, reshape_iter *d, bool first_initializer_p,
5068 tsubst_flags_t complain)
5070 tree field;
5071 tree new_init;
5073 gcc_assert (CLASS_TYPE_P (type));
5075 /* The initializer for a class is always a CONSTRUCTOR. */
5076 new_init = build_constructor (init_list_type_node, NULL);
5077 field = next_initializable_field (TYPE_FIELDS (type));
5079 if (!field)
5081 /* [dcl.init.aggr]
5083 An initializer for an aggregate member that is an
5084 empty class shall have the form of an empty
5085 initializer-list {}. */
5086 if (!first_initializer_p)
5088 if (complain & tf_error)
5089 error ("initializer for %qT must be brace-enclosed", type);
5090 return error_mark_node;
5092 return new_init;
5095 /* Loop through the initializable fields, gathering initializers. */
5096 while (d->cur != d->end)
5098 tree field_init;
5100 /* Handle designated initializers, as an extension. */
5101 if (d->cur->index)
5103 if (TREE_CODE (d->cur->index) == INTEGER_CST)
5105 if (complain & tf_error)
5106 error ("%<[%E] =%> used in a GNU-style designated initializer"
5107 " for class %qT", d->cur->index, type);
5108 return error_mark_node;
5111 if (TREE_CODE (d->cur->index) == FIELD_DECL)
5112 /* We already reshaped this. */
5113 gcc_assert (d->cur->index == field);
5114 else
5115 field = lookup_field_1 (type, d->cur->index, /*want_type=*/false);
5117 if (!field || TREE_CODE (field) != FIELD_DECL)
5119 if (complain & tf_error)
5120 error ("%qT has no non-static data member named %qD", type,
5121 d->cur->index);
5122 return error_mark_node;
5126 /* If we processed all the member of the class, we are done. */
5127 if (!field)
5128 break;
5130 field_init = reshape_init_r (TREE_TYPE (field), d,
5131 /*first_initializer_p=*/false, complain);
5132 if (field_init == error_mark_node)
5133 return error_mark_node;
5135 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), field, field_init);
5137 /* [dcl.init.aggr]
5139 When a union is initialized with a brace-enclosed
5140 initializer, the braces shall only contain an
5141 initializer for the first member of the union. */
5142 if (TREE_CODE (type) == UNION_TYPE)
5143 break;
5145 field = next_initializable_field (DECL_CHAIN (field));
5148 return new_init;
5151 /* Subroutine of reshape_init_r. We're in a context where C99 initializer
5152 designators are not valid; either complain or return true to indicate
5153 that reshape_init_r should return error_mark_node. */
5155 static bool
5156 has_designator_problem (reshape_iter *d, tsubst_flags_t complain)
5158 if (d->cur->index)
5160 if (complain & tf_error)
5161 error ("C99 designator %qE outside aggregate initializer",
5162 d->cur->index);
5163 else
5164 return true;
5166 return false;
5169 /* Subroutine of reshape_init, which processes a single initializer (part of
5170 a CONSTRUCTOR). TYPE is the type of the variable being initialized, D is the
5171 iterator within the CONSTRUCTOR which points to the initializer to process.
5172 FIRST_INITIALIZER_P is true if this is the first initializer of the
5173 outermost CONSTRUCTOR node. */
5175 static tree
5176 reshape_init_r (tree type, reshape_iter *d, bool first_initializer_p,
5177 tsubst_flags_t complain)
5179 tree init = d->cur->value;
5181 if (error_operand_p (init))
5182 return error_mark_node;
5184 if (first_initializer_p && !CP_AGGREGATE_TYPE_P (type)
5185 && has_designator_problem (d, complain))
5186 return error_mark_node;
5188 if (TREE_CODE (type) == COMPLEX_TYPE)
5190 /* A complex type can be initialized from one or two initializers,
5191 but braces are not elided. */
5192 d->cur++;
5193 if (BRACE_ENCLOSED_INITIALIZER_P (init))
5195 if (CONSTRUCTOR_NELTS (init) > 2)
5197 if (complain & tf_error)
5198 error ("too many initializers for %qT", type);
5199 else
5200 return error_mark_node;
5203 else if (first_initializer_p && d->cur != d->end)
5205 VEC(constructor_elt, gc) *v = 0;
5206 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, init);
5207 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, d->cur->value);
5208 if (has_designator_problem (d, complain))
5209 return error_mark_node;
5210 d->cur++;
5211 init = build_constructor (init_list_type_node, v);
5213 return init;
5216 /* A non-aggregate type is always initialized with a single
5217 initializer. */
5218 if (!CP_AGGREGATE_TYPE_P (type))
5220 /* It is invalid to initialize a non-aggregate type with a
5221 brace-enclosed initializer before C++0x.
5222 We need to check for BRACE_ENCLOSED_INITIALIZER_P here because
5223 of g++.old-deja/g++.mike/p7626.C: a pointer-to-member constant is
5224 a CONSTRUCTOR (with a record type). */
5225 if (TREE_CODE (init) == CONSTRUCTOR
5226 && BRACE_ENCLOSED_INITIALIZER_P (init)) /* p7626.C */
5228 if (SCALAR_TYPE_P (type))
5230 if (complain & tf_error)
5231 error ("braces around scalar initializer for type %qT", type);
5232 init = error_mark_node;
5234 else
5235 maybe_warn_cpp0x (CPP0X_INITIALIZER_LISTS);
5238 d->cur++;
5239 return init;
5242 /* [dcl.init.aggr]
5244 All implicit type conversions (clause _conv_) are considered when
5245 initializing the aggregate member with an initializer from an
5246 initializer-list. If the initializer can initialize a member,
5247 the member is initialized. Otherwise, if the member is itself a
5248 non-empty subaggregate, brace elision is assumed and the
5249 initializer is considered for the initialization of the first
5250 member of the subaggregate. */
5251 if (TREE_CODE (init) != CONSTRUCTOR
5252 /* But don't try this for the first initializer, since that would be
5253 looking through the outermost braces; A a2 = { a1 }; is not a
5254 valid aggregate initialization. */
5255 && !first_initializer_p
5256 && (same_type_ignoring_top_level_qualifiers_p (type, TREE_TYPE (init))
5257 || can_convert_arg (type, TREE_TYPE (init), init, LOOKUP_NORMAL,
5258 complain)))
5260 d->cur++;
5261 return init;
5264 /* [dcl.init.string]
5266 A char array (whether plain char, signed char, or unsigned char)
5267 can be initialized by a string-literal (optionally enclosed in
5268 braces); a wchar_t array can be initialized by a wide
5269 string-literal (optionally enclosed in braces). */
5270 if (TREE_CODE (type) == ARRAY_TYPE
5271 && char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (type))))
5273 tree str_init = init;
5275 /* Strip one level of braces if and only if they enclose a single
5276 element (as allowed by [dcl.init.string]). */
5277 if (!first_initializer_p
5278 && TREE_CODE (str_init) == CONSTRUCTOR
5279 && VEC_length (constructor_elt, CONSTRUCTOR_ELTS (str_init)) == 1)
5281 str_init = VEC_index (constructor_elt,
5282 CONSTRUCTOR_ELTS (str_init), 0)->value;
5285 /* If it's a string literal, then it's the initializer for the array
5286 as a whole. Otherwise, continue with normal initialization for
5287 array types (one value per array element). */
5288 if (TREE_CODE (str_init) == STRING_CST)
5290 if (has_designator_problem (d, complain))
5291 return error_mark_node;
5292 d->cur++;
5293 return str_init;
5297 /* The following cases are about aggregates. If we are not within a full
5298 initializer already, and there is not a CONSTRUCTOR, it means that there
5299 is a missing set of braces (that is, we are processing the case for
5300 which reshape_init exists). */
5301 if (!first_initializer_p)
5303 if (TREE_CODE (init) == CONSTRUCTOR)
5305 if (TREE_TYPE (init) && TYPE_PTRMEMFUNC_P (TREE_TYPE (init)))
5306 /* There is no need to reshape pointer-to-member function
5307 initializers, as they are always constructed correctly
5308 by the front end. */
5310 else if (COMPOUND_LITERAL_P (init))
5311 /* For a nested compound literal, there is no need to reshape since
5312 brace elision is not allowed. Even if we decided to allow it,
5313 we should add a call to reshape_init in finish_compound_literal,
5314 before calling digest_init, so changing this code would still
5315 not be necessary. */
5316 gcc_assert (!BRACE_ENCLOSED_INITIALIZER_P (init));
5317 else
5319 ++d->cur;
5320 gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
5321 return reshape_init (type, init, complain);
5325 warning (OPT_Wmissing_braces, "missing braces around initializer for %qT",
5326 type);
5329 /* Dispatch to specialized routines. */
5330 if (CLASS_TYPE_P (type))
5331 return reshape_init_class (type, d, first_initializer_p, complain);
5332 else if (TREE_CODE (type) == ARRAY_TYPE)
5333 return reshape_init_array (type, d, complain);
5334 else if (TREE_CODE (type) == VECTOR_TYPE)
5335 return reshape_init_vector (type, d, complain);
5336 else
5337 gcc_unreachable();
5340 /* Undo the brace-elision allowed by [dcl.init.aggr] in a
5341 brace-enclosed aggregate initializer.
5343 INIT is the CONSTRUCTOR containing the list of initializers describing
5344 a brace-enclosed initializer for an entity of the indicated aggregate TYPE.
5345 It may not presently match the shape of the TYPE; for example:
5347 struct S { int a; int b; };
5348 struct S a[] = { 1, 2, 3, 4 };
5350 Here INIT will hold a VEC of four elements, rather than a
5351 VEC of two elements, each itself a VEC of two elements. This
5352 routine transforms INIT from the former form into the latter. The
5353 revised CONSTRUCTOR node is returned. */
5355 tree
5356 reshape_init (tree type, tree init, tsubst_flags_t complain)
5358 VEC(constructor_elt, gc) *v;
5359 reshape_iter d;
5360 tree new_init;
5362 gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
5364 v = CONSTRUCTOR_ELTS (init);
5366 /* An empty constructor does not need reshaping, and it is always a valid
5367 initializer. */
5368 if (VEC_empty (constructor_elt, v))
5369 return init;
5371 /* Recurse on this CONSTRUCTOR. */
5372 d.cur = VEC_index (constructor_elt, v, 0);
5373 d.end = d.cur + VEC_length (constructor_elt, v);
5375 new_init = reshape_init_r (type, &d, true, complain);
5376 if (new_init == error_mark_node)
5377 return error_mark_node;
5379 /* Make sure all the element of the constructor were used. Otherwise,
5380 issue an error about exceeding initializers. */
5381 if (d.cur != d.end)
5383 if (complain & tf_error)
5384 error ("too many initializers for %qT", type);
5385 else
5386 return error_mark_node;
5389 return new_init;
5392 /* Verify array initializer. Returns true if errors have been reported. */
5394 bool
5395 check_array_initializer (tree decl, tree type, tree init)
5397 tree element_type = TREE_TYPE (type);
5399 /* The array type itself need not be complete, because the
5400 initializer may tell us how many elements are in the array.
5401 But, the elements of the array must be complete. */
5402 if (!COMPLETE_TYPE_P (complete_type (element_type)))
5404 if (decl)
5405 error ("elements of array %q#D have incomplete type", decl);
5406 else
5407 error ("elements of array %q#T have incomplete type", type);
5408 return true;
5410 /* It is not valid to initialize a VLA. */
5411 if (init
5412 && ((COMPLETE_TYPE_P (type) && !TREE_CONSTANT (TYPE_SIZE (type)))
5413 || !TREE_CONSTANT (TYPE_SIZE (element_type))))
5415 if (decl)
5416 error ("variable-sized object %qD may not be initialized", decl);
5417 else
5418 error ("variable-sized compound literal");
5419 return true;
5421 return false;
5424 /* Subroutine of check_initializer; args are passed down from that function.
5425 Set stmts_are_full_exprs_p to 1 across a call to build_aggr_init. */
5427 static tree
5428 build_aggr_init_full_exprs (tree decl, tree init, int flags)
5431 gcc_assert (stmts_are_full_exprs_p ());
5432 return build_aggr_init (decl, init, flags, tf_warning_or_error);
5435 /* Verify INIT (the initializer for DECL), and record the
5436 initialization in DECL_INITIAL, if appropriate. CLEANUP is as for
5437 grok_reference_init.
5439 If the return value is non-NULL, it is an expression that must be
5440 evaluated dynamically to initialize DECL. */
5442 static tree
5443 check_initializer (tree decl, tree init, int flags, VEC(tree,gc) **cleanups)
5445 tree type = TREE_TYPE (decl);
5446 tree init_code = NULL;
5447 tree extra_init = NULL_TREE;
5448 tree core_type;
5450 /* Things that are going to be initialized need to have complete
5451 type. */
5452 TREE_TYPE (decl) = type = complete_type (TREE_TYPE (decl));
5454 if (DECL_HAS_VALUE_EXPR_P (decl))
5456 /* A variable with DECL_HAS_VALUE_EXPR_P set is just a placeholder,
5457 it doesn't have storage to be initialized. */
5458 gcc_assert (init == NULL_TREE);
5459 return NULL_TREE;
5462 if (type == error_mark_node)
5463 /* We will have already complained. */
5464 return NULL_TREE;
5466 if (TREE_CODE (type) == ARRAY_TYPE)
5468 if (check_array_initializer (decl, type, init))
5469 return NULL_TREE;
5471 else if (!COMPLETE_TYPE_P (type))
5473 error ("%q#D has incomplete type", decl);
5474 TREE_TYPE (decl) = error_mark_node;
5475 return NULL_TREE;
5477 else
5478 /* There is no way to make a variable-sized class type in GNU C++. */
5479 gcc_assert (TREE_CONSTANT (TYPE_SIZE (type)));
5481 if (init && BRACE_ENCLOSED_INITIALIZER_P (init))
5483 int init_len = VEC_length (constructor_elt, CONSTRUCTOR_ELTS (init));
5484 if (SCALAR_TYPE_P (type))
5486 if (init_len == 0)
5488 maybe_warn_cpp0x (CPP0X_INITIALIZER_LISTS);
5489 init = build_zero_init (type, NULL_TREE, false);
5491 else if (init_len != 1 && TREE_CODE (type) != COMPLEX_TYPE)
5493 error ("scalar object %qD requires one element in initializer",
5494 decl);
5495 TREE_TYPE (decl) = error_mark_node;
5496 return NULL_TREE;
5501 if (TREE_CODE (decl) == CONST_DECL)
5503 gcc_assert (TREE_CODE (type) != REFERENCE_TYPE);
5505 DECL_INITIAL (decl) = init;
5507 gcc_assert (init != NULL_TREE);
5508 init = NULL_TREE;
5510 else if (!init && DECL_REALLY_EXTERN (decl))
5512 else if (init || type_build_ctor_call (type)
5513 || TREE_CODE (type) == REFERENCE_TYPE)
5515 if (TREE_CODE (type) == REFERENCE_TYPE)
5517 init = grok_reference_init (decl, type, init, flags);
5518 flags |= LOOKUP_ALREADY_DIGESTED;
5520 else if (!init)
5521 check_for_uninitialized_const_var (decl);
5522 /* Do not reshape constructors of vectors (they don't need to be
5523 reshaped. */
5524 else if (BRACE_ENCLOSED_INITIALIZER_P (init))
5526 if (is_std_init_list (type))
5528 init = perform_implicit_conversion (type, init,
5529 tf_warning_or_error);
5530 flags |= LOOKUP_ALREADY_DIGESTED;
5532 else if (TYPE_NON_AGGREGATE_CLASS (type))
5534 /* Don't reshape if the class has constructors. */
5535 if (cxx_dialect == cxx98)
5536 error ("in C++98 %qD must be initialized by constructor, "
5537 "not by %<{...}%>",
5538 decl);
5540 else if (TREE_CODE (type) == VECTOR_TYPE && TYPE_VECTOR_OPAQUE (type))
5542 error ("opaque vector types cannot be initialized");
5543 init = error_mark_node;
5545 else
5547 init = reshape_init (type, init, tf_warning_or_error);
5548 if (SCALAR_TYPE_P (type))
5549 check_narrowing (type, init);
5553 /* If DECL has an array type without a specific bound, deduce the
5554 array size from the initializer. */
5555 maybe_deduce_size_from_array_init (decl, init);
5556 type = TREE_TYPE (decl);
5557 if (type == error_mark_node)
5558 return NULL_TREE;
5560 if ((type_build_ctor_call (type) || CLASS_TYPE_P (type))
5561 && !(flags & LOOKUP_ALREADY_DIGESTED)
5562 && !(init && BRACE_ENCLOSED_INITIALIZER_P (init)
5563 && CP_AGGREGATE_TYPE_P (type)))
5565 init_code = build_aggr_init_full_exprs (decl, init, flags);
5567 /* If this is a constexpr initializer, expand_default_init will
5568 have returned an INIT_EXPR rather than a CALL_EXPR. In that
5569 case, pull the initializer back out and pass it down into
5570 store_init_value. */
5571 while (TREE_CODE (init_code) == EXPR_STMT
5572 || TREE_CODE (init_code) == CONVERT_EXPR)
5573 init_code = TREE_OPERAND (init_code, 0);
5574 if (TREE_CODE (init_code) == INIT_EXPR)
5576 init = TREE_OPERAND (init_code, 1);
5577 init_code = NULL_TREE;
5578 /* Don't call digest_init; it's unnecessary and will complain
5579 about aggregate initialization of non-aggregate classes. */
5580 flags |= LOOKUP_ALREADY_DIGESTED;
5582 else if (DECL_DECLARED_CONSTEXPR_P (decl))
5584 /* Declared constexpr, but no suitable initializer; massage
5585 init appropriately so we can pass it into store_init_value
5586 for the error. */
5587 if (init && BRACE_ENCLOSED_INITIALIZER_P (init))
5588 init = finish_compound_literal (type, init,
5589 tf_warning_or_error);
5590 else if (CLASS_TYPE_P (type)
5591 && (!init || TREE_CODE (init) == TREE_LIST))
5593 init = build_functional_cast (type, init, tf_none);
5594 if (init != error_mark_node)
5595 TARGET_EXPR_DIRECT_INIT_P (init) = true;
5597 init_code = NULL_TREE;
5599 else
5600 init = NULL_TREE;
5603 if (init && TREE_CODE (init) != TREE_VEC)
5605 /* In aggregate initialization of a variable, each element
5606 initialization is a full-expression because there is no
5607 enclosing expression. */
5608 gcc_assert (stmts_are_full_exprs_p ());
5610 init_code = store_init_value (decl, init, cleanups, flags);
5612 if (pedantic && TREE_CODE (type) == ARRAY_TYPE
5613 && DECL_INITIAL (decl)
5614 && TREE_CODE (DECL_INITIAL (decl)) == STRING_CST
5615 && PAREN_STRING_LITERAL_P (DECL_INITIAL (decl)))
5616 warning (0, "array %qD initialized by parenthesized string literal %qE",
5617 decl, DECL_INITIAL (decl));
5618 init = NULL;
5621 else
5623 if (CLASS_TYPE_P (core_type = strip_array_types (type))
5624 && (CLASSTYPE_READONLY_FIELDS_NEED_INIT (core_type)
5625 || CLASSTYPE_REF_FIELDS_NEED_INIT (core_type)))
5626 diagnose_uninitialized_cst_or_ref_member (core_type, /*using_new=*/false,
5627 /*complain=*/true);
5629 check_for_uninitialized_const_var (decl);
5632 if (init && init != error_mark_node)
5633 init_code = build2 (INIT_EXPR, type, decl, init);
5635 if (extra_init)
5636 init_code = add_stmt_to_compound (extra_init, init_code);
5638 if (init_code && DECL_IN_AGGR_P (decl))
5640 static int explained = 0;
5642 if (cxx_dialect < cxx0x)
5643 error ("initializer invalid for static member with constructor");
5644 else
5645 error ("non-constant in-class initialization invalid for static "
5646 "member %qD", decl);
5647 if (!explained)
5649 error ("(an out of class initialization is required)");
5650 explained = 1;
5654 return init_code;
5657 /* If DECL is not a local variable, give it RTL. */
5659 static void
5660 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec)
5662 int toplev = toplevel_bindings_p ();
5663 int defer_p;
5664 const char *filename;
5666 /* Set the DECL_ASSEMBLER_NAME for the object. */
5667 if (asmspec)
5669 /* The `register' keyword, when used together with an
5670 asm-specification, indicates that the variable should be
5671 placed in a particular register. */
5672 if (TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl))
5674 set_user_assembler_name (decl, asmspec);
5675 DECL_HARD_REGISTER (decl) = 1;
5677 else
5679 if (TREE_CODE (decl) == FUNCTION_DECL
5680 && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
5681 set_builtin_user_assembler_name (decl, asmspec);
5682 set_user_assembler_name (decl, asmspec);
5686 /* Handle non-variables up front. */
5687 if (TREE_CODE (decl) != VAR_DECL)
5689 rest_of_decl_compilation (decl, toplev, at_eof);
5690 return;
5693 /* If we see a class member here, it should be a static data
5694 member. */
5695 if (DECL_LANG_SPECIFIC (decl) && DECL_IN_AGGR_P (decl))
5697 gcc_assert (TREE_STATIC (decl));
5698 /* An in-class declaration of a static data member should be
5699 external; it is only a declaration, and not a definition. */
5700 if (init == NULL_TREE)
5701 gcc_assert (DECL_EXTERNAL (decl) || !TREE_PUBLIC (decl));
5704 /* We don't create any RTL for local variables. */
5705 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
5706 return;
5708 /* We defer emission of local statics until the corresponding
5709 DECL_EXPR is expanded. */
5710 defer_p = DECL_FUNCTION_SCOPE_P (decl) || DECL_VIRTUAL_P (decl);
5712 /* We try to defer namespace-scope static constants so that they are
5713 not emitted into the object file unnecessarily. */
5714 filename = input_filename;
5715 if (!DECL_VIRTUAL_P (decl)
5716 && TREE_READONLY (decl)
5717 && DECL_INITIAL (decl) != NULL_TREE
5718 && DECL_INITIAL (decl) != error_mark_node
5719 && filename != NULL
5720 && ! EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl))
5721 && toplev
5722 && !TREE_PUBLIC (decl))
5724 /* Fool with the linkage of static consts according to #pragma
5725 interface. */
5726 struct c_fileinfo *finfo = get_fileinfo (filename);
5727 if (!finfo->interface_unknown && !TREE_PUBLIC (decl))
5729 TREE_PUBLIC (decl) = 1;
5730 DECL_EXTERNAL (decl) = finfo->interface_only;
5733 defer_p = 1;
5735 /* Likewise for template instantiations. */
5736 else if (DECL_LANG_SPECIFIC (decl)
5737 && DECL_IMPLICIT_INSTANTIATION (decl))
5738 defer_p = 1;
5740 /* If we're not deferring, go ahead and assemble the variable. */
5741 if (!defer_p)
5742 rest_of_decl_compilation (decl, toplev, at_eof);
5745 /* walk_tree helper for wrap_temporary_cleanups, below. */
5747 static tree
5748 wrap_cleanups_r (tree *stmt_p, int *walk_subtrees, void *data)
5750 /* Stop at types or full-expression boundaries. */
5751 if (TYPE_P (*stmt_p)
5752 || TREE_CODE (*stmt_p) == CLEANUP_POINT_EXPR)
5754 *walk_subtrees = 0;
5755 return NULL_TREE;
5758 if (TREE_CODE (*stmt_p) == TARGET_EXPR)
5760 tree guard = (tree)data;
5761 tree tcleanup = TARGET_EXPR_CLEANUP (*stmt_p);
5763 tcleanup = build2 (TRY_CATCH_EXPR, void_type_node, tcleanup, guard);
5764 /* Tell honor_protect_cleanup_actions to handle this as a separate
5765 cleanup. */
5766 TRY_CATCH_IS_CLEANUP (tcleanup) = 1;
5768 TARGET_EXPR_CLEANUP (*stmt_p) = tcleanup;
5771 return NULL_TREE;
5774 /* We're initializing a local variable which has a cleanup GUARD. If there
5775 are any temporaries used in the initializer INIT of this variable, we
5776 need to wrap their cleanups with TRY_CATCH_EXPR (, GUARD) so that the
5777 variable will be cleaned up properly if one of them throws.
5779 Unfortunately, there's no way to express this properly in terms of
5780 nesting, as the regions for the temporaries overlap the region for the
5781 variable itself; if there are two temporaries, the variable needs to be
5782 the first thing destroyed if either of them throws. However, we only
5783 want to run the variable's cleanup if it actually got constructed. So
5784 we need to guard the temporary cleanups with the variable's cleanup if
5785 they are run on the normal path, but not if they are run on the
5786 exceptional path. We implement this by telling
5787 honor_protect_cleanup_actions to strip the variable cleanup from the
5788 exceptional path. */
5790 static void
5791 wrap_temporary_cleanups (tree init, tree guard)
5793 cp_walk_tree_without_duplicates (&init, wrap_cleanups_r, (void *)guard);
5796 /* Generate code to initialize DECL (a local variable). */
5798 static void
5799 initialize_local_var (tree decl, tree init)
5801 tree type = TREE_TYPE (decl);
5802 tree cleanup;
5803 int already_used;
5805 gcc_assert (TREE_CODE (decl) == VAR_DECL
5806 || TREE_CODE (decl) == RESULT_DECL);
5807 gcc_assert (!TREE_STATIC (decl));
5809 if (DECL_SIZE (decl) == NULL_TREE)
5811 /* If we used it already as memory, it must stay in memory. */
5812 DECL_INITIAL (decl) = NULL_TREE;
5813 TREE_ADDRESSABLE (decl) = TREE_USED (decl);
5814 return;
5817 if (type == error_mark_node)
5818 return;
5820 /* Compute and store the initial value. */
5821 already_used = TREE_USED (decl) || TREE_USED (type);
5822 if (TREE_USED (type))
5823 DECL_READ_P (decl) = 1;
5825 /* Generate a cleanup, if necessary. */
5826 cleanup = cxx_maybe_build_cleanup (decl, tf_warning_or_error);
5828 /* Perform the initialization. */
5829 if (init)
5831 if (TREE_CODE (init) == INIT_EXPR
5832 && !TREE_SIDE_EFFECTS (TREE_OPERAND (init, 1)))
5834 /* Stick simple initializers in DECL_INITIAL so that
5835 -Wno-init-self works (c++/34772). */
5836 gcc_assert (TREE_OPERAND (init, 0) == decl);
5837 DECL_INITIAL (decl) = TREE_OPERAND (init, 1);
5839 else
5841 int saved_stmts_are_full_exprs_p;
5843 /* If we're only initializing a single object, guard the
5844 destructors of any temporaries used in its initializer with
5845 its destructor. This isn't right for arrays because each
5846 element initialization is a full-expression. */
5847 if (cleanup && TREE_CODE (type) != ARRAY_TYPE)
5848 wrap_temporary_cleanups (init, cleanup);
5850 gcc_assert (building_stmt_list_p ());
5851 saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
5852 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
5853 finish_expr_stmt (init);
5854 current_stmt_tree ()->stmts_are_full_exprs_p =
5855 saved_stmts_are_full_exprs_p;
5859 /* Set this to 0 so we can tell whether an aggregate which was
5860 initialized was ever used. Don't do this if it has a
5861 destructor, so we don't complain about the 'resource
5862 allocation is initialization' idiom. Now set
5863 attribute((unused)) on types so decls of that type will be
5864 marked used. (see TREE_USED, above.) */
5865 if (TYPE_NEEDS_CONSTRUCTING (type)
5866 && ! already_used
5867 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type)
5868 && DECL_NAME (decl))
5869 TREE_USED (decl) = 0;
5870 else if (already_used)
5871 TREE_USED (decl) = 1;
5873 if (cleanup)
5874 finish_decl_cleanup (decl, cleanup);
5877 /* DECL is a VAR_DECL for a compiler-generated variable with static
5878 storage duration (like a virtual table) whose initializer is a
5879 compile-time constant. Initialize the variable and provide it to the
5880 back end. */
5882 void
5883 initialize_artificial_var (tree decl, VEC(constructor_elt,gc) *v)
5885 tree init;
5886 gcc_assert (DECL_ARTIFICIAL (decl));
5887 init = build_constructor (TREE_TYPE (decl), v);
5888 gcc_assert (TREE_CODE (init) == CONSTRUCTOR);
5889 DECL_INITIAL (decl) = init;
5890 DECL_INITIALIZED_P (decl) = 1;
5891 determine_visibility (decl);
5892 layout_var_decl (decl);
5893 maybe_commonize_var (decl);
5894 make_rtl_for_nonlocal_decl (decl, init, /*asmspec=*/NULL);
5897 /* INIT is the initializer for a variable, as represented by the
5898 parser. Returns true iff INIT is type-dependent. */
5900 static bool
5901 type_dependent_init_p (tree init)
5903 if (TREE_CODE (init) == TREE_LIST)
5904 /* A parenthesized initializer, e.g.: int i (3, 2); ? */
5905 return any_type_dependent_elements_p (init);
5906 else if (TREE_CODE (init) == CONSTRUCTOR)
5907 /* A brace-enclosed initializer, e.g.: int i = { 3 }; ? */
5909 VEC(constructor_elt, gc) *elts;
5910 size_t nelts;
5911 size_t i;
5913 elts = CONSTRUCTOR_ELTS (init);
5914 nelts = VEC_length (constructor_elt, elts);
5915 for (i = 0; i < nelts; ++i)
5916 if (type_dependent_init_p (VEC_index (constructor_elt,
5917 elts, i)->value))
5918 return true;
5920 else
5921 /* It must be a simple expression, e.g., int i = 3; */
5922 return type_dependent_expression_p (init);
5924 return false;
5927 /* INIT is the initializer for a variable, as represented by the
5928 parser. Returns true iff INIT is value-dependent. */
5930 static bool
5931 value_dependent_init_p (tree init)
5933 if (TREE_CODE (init) == TREE_LIST)
5934 /* A parenthesized initializer, e.g.: int i (3, 2); ? */
5935 return any_value_dependent_elements_p (init);
5936 else if (TREE_CODE (init) == CONSTRUCTOR)
5937 /* A brace-enclosed initializer, e.g.: int i = { 3 }; ? */
5939 VEC(constructor_elt, gc) *elts;
5940 size_t nelts;
5941 size_t i;
5943 elts = CONSTRUCTOR_ELTS (init);
5944 nelts = VEC_length (constructor_elt, elts);
5945 for (i = 0; i < nelts; ++i)
5946 if (value_dependent_init_p (VEC_index (constructor_elt,
5947 elts, i)->value))
5948 return true;
5950 else
5951 /* It must be a simple expression, e.g., int i = 3; */
5952 return value_dependent_expression_p (init);
5954 return false;
5957 /* Finish processing of a declaration;
5958 install its line number and initial value.
5959 If the length of an array type is not known before,
5960 it must be determined now, from the initial value, or it is an error.
5962 INIT is the initializer (if any) for DECL. If INIT_CONST_EXPR_P is
5963 true, then INIT is an integral constant expression.
5965 FLAGS is LOOKUP_ONLYCONVERTING if the = init syntax was used, else 0
5966 if the (init) syntax was used. */
5968 void
5969 cp_finish_decl (tree decl, tree init, bool init_const_expr_p,
5970 tree asmspec_tree, int flags)
5972 tree type;
5973 VEC(tree,gc) *cleanups = NULL;
5974 const char *asmspec = NULL;
5975 int was_readonly = 0;
5976 bool var_definition_p = false;
5977 tree auto_node;
5979 if (decl == error_mark_node)
5980 return;
5981 else if (! decl)
5983 if (init)
5984 error ("assignment (not initialization) in declaration");
5985 return;
5988 gcc_assert (TREE_CODE (decl) != RESULT_DECL);
5989 /* Parameters are handled by store_parm_decls, not cp_finish_decl. */
5990 gcc_assert (TREE_CODE (decl) != PARM_DECL);
5992 type = TREE_TYPE (decl);
5993 if (type == error_mark_node)
5994 return;
5996 /* If a name was specified, get the string. */
5997 if (at_namespace_scope_p ())
5998 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree);
5999 if (asmspec_tree && asmspec_tree != error_mark_node)
6000 asmspec = TREE_STRING_POINTER (asmspec_tree);
6002 if (current_class_type
6003 && CP_DECL_CONTEXT (decl) == current_class_type
6004 && TYPE_BEING_DEFINED (current_class_type)
6005 && !CLASSTYPE_TEMPLATE_INSTANTIATION (current_class_type)
6006 && (DECL_INITIAL (decl) || init))
6007 DECL_INITIALIZED_IN_CLASS_P (decl) = 1;
6009 if (TREE_CODE (decl) != FUNCTION_DECL
6010 && (auto_node = type_uses_auto (type)))
6012 tree d_init;
6013 if (init == NULL_TREE)
6015 error ("declaration of %q#D has no initializer", decl);
6016 TREE_TYPE (decl) = error_mark_node;
6017 return;
6019 d_init = init;
6020 if (TREE_CODE (d_init) == TREE_LIST)
6021 d_init = build_x_compound_expr_from_list (d_init, ELK_INIT,
6022 tf_warning_or_error);
6023 d_init = resolve_nondeduced_context (d_init);
6024 type = TREE_TYPE (decl) = do_auto_deduction (type, d_init,
6025 auto_node);
6026 if (type == error_mark_node)
6027 return;
6030 if (!ensure_literal_type_for_constexpr_object (decl))
6031 DECL_DECLARED_CONSTEXPR_P (decl) = 0;
6033 if (TREE_CODE (decl) == VAR_DECL
6034 && DECL_CLASS_SCOPE_P (decl)
6035 && DECL_INITIALIZED_IN_CLASS_P (decl))
6036 check_static_variable_definition (decl, type);
6038 if (init && TREE_CODE (decl) == FUNCTION_DECL)
6040 tree clone;
6041 if (init == ridpointers[(int)RID_DELETE])
6043 /* FIXME check this is 1st decl. */
6044 DECL_DELETED_FN (decl) = 1;
6045 DECL_DECLARED_INLINE_P (decl) = 1;
6046 DECL_INITIAL (decl) = error_mark_node;
6047 FOR_EACH_CLONE (clone, decl)
6049 DECL_DELETED_FN (clone) = 1;
6050 DECL_DECLARED_INLINE_P (clone) = 1;
6051 DECL_INITIAL (clone) = error_mark_node;
6053 init = NULL_TREE;
6055 else if (init == ridpointers[(int)RID_DEFAULT])
6057 if (defaultable_fn_check (decl))
6058 DECL_DEFAULTED_FN (decl) = 1;
6059 else
6060 DECL_INITIAL (decl) = NULL_TREE;
6064 if (init && TREE_CODE (decl) == VAR_DECL)
6066 DECL_NONTRIVIALLY_INITIALIZED_P (decl) = 1;
6067 /* If DECL is a reference, then we want to know whether init is a
6068 reference constant; init_const_expr_p as passed tells us whether
6069 it's an rvalue constant. */
6070 if (TREE_CODE (type) == REFERENCE_TYPE)
6071 init_const_expr_p = potential_constant_expression (init);
6072 if (init_const_expr_p)
6074 /* Set these flags now for templates. We'll update the flags in
6075 store_init_value for instantiations. */
6076 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = 1;
6077 if (decl_maybe_constant_var_p (decl))
6078 TREE_CONSTANT (decl) = 1;
6082 if (processing_template_decl)
6084 bool type_dependent_p;
6086 /* Add this declaration to the statement-tree. */
6087 if (at_function_scope_p ())
6088 add_decl_expr (decl);
6090 type_dependent_p = dependent_type_p (type);
6092 if (check_for_bare_parameter_packs (init))
6094 init = NULL_TREE;
6095 DECL_INITIAL (decl) = NULL_TREE;
6098 /* Generally, initializers in templates are expanded when the
6099 template is instantiated. But, if DECL is a variable constant
6100 then it can be used in future constant expressions, so its value
6101 must be available. */
6103 if (TREE_CODE (decl) != VAR_DECL || dependent_type_p (type))
6104 /* We can't do anything if the decl has dependent type. */;
6105 else if (init
6106 && init_const_expr_p
6107 && !type_dependent_p
6108 && decl_maybe_constant_var_p (decl)
6109 && !type_dependent_init_p (init)
6110 && !value_dependent_init_p (init))
6112 /* This variable seems to be a non-dependent constant, so process
6113 its initializer. If check_initializer returns non-null the
6114 initialization wasn't constant after all. */
6115 tree init_code;
6116 cleanups = make_tree_vector ();
6117 init_code = check_initializer (decl, init, flags, &cleanups);
6118 if (init_code == NULL_TREE)
6119 init = NULL_TREE;
6120 release_tree_vector (cleanups);
6122 else if (!DECL_PRETTY_FUNCTION_P (decl))
6123 /* Deduce array size even if the initializer is dependent. */
6124 maybe_deduce_size_from_array_init (decl, init);
6126 if (init)
6127 DECL_INITIAL (decl) = init;
6128 return;
6131 /* Just store non-static data member initializers for later. */
6132 if (init && TREE_CODE (decl) == FIELD_DECL)
6133 DECL_INITIAL (decl) = init;
6135 /* Take care of TYPE_DECLs up front. */
6136 if (TREE_CODE (decl) == TYPE_DECL)
6138 if (type != error_mark_node
6139 && MAYBE_CLASS_TYPE_P (type) && DECL_NAME (decl))
6141 if (TREE_TYPE (DECL_NAME (decl)) && TREE_TYPE (decl) != type)
6142 warning (0, "shadowing previous type declaration of %q#D", decl);
6143 set_identifier_type_value (DECL_NAME (decl), decl);
6146 /* If we have installed this as the canonical typedef for this
6147 type, and that type has not been defined yet, delay emitting
6148 the debug information for it, as we will emit it later. */
6149 if (TYPE_MAIN_DECL (TREE_TYPE (decl)) == decl
6150 && !COMPLETE_TYPE_P (TREE_TYPE (decl)))
6151 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
6153 rest_of_decl_compilation (decl, DECL_FILE_SCOPE_P (decl),
6154 at_eof);
6155 return;
6158 /* A reference will be modified here, as it is initialized. */
6159 if (! DECL_EXTERNAL (decl)
6160 && TREE_READONLY (decl)
6161 && TREE_CODE (type) == REFERENCE_TYPE)
6163 was_readonly = 1;
6164 TREE_READONLY (decl) = 0;
6167 if (TREE_CODE (decl) == VAR_DECL)
6169 /* Only variables with trivial initialization and destruction can
6170 have thread-local storage. */
6171 if (DECL_THREAD_LOCAL_P (decl)
6172 && (type_has_nontrivial_default_init (TREE_TYPE (decl))
6173 || TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (decl))))
6174 error ("%qD cannot be thread-local because it has non-trivial "
6175 "type %qT", decl, TREE_TYPE (decl));
6176 /* If this is a local variable that will need a mangled name,
6177 register it now. We must do this before processing the
6178 initializer for the variable, since the initialization might
6179 require a guard variable, and since the mangled name of the
6180 guard variable will depend on the mangled name of this
6181 variable. */
6182 if (DECL_FUNCTION_SCOPE_P (decl)
6183 && TREE_STATIC (decl)
6184 && !DECL_ARTIFICIAL (decl))
6186 push_local_name (decl);
6187 if (DECL_CONSTRUCTOR_P (current_function_decl)
6188 || DECL_DESTRUCTOR_P (current_function_decl))
6189 /* Normally local_decls is populated during GIMPLE lowering,
6190 but [cd]tors are never actually compiled directly. We need
6191 to put statics on the list so we can deal with the label
6192 address extension. */
6193 add_local_decl (cfun, decl);
6196 /* Convert the initializer to the type of DECL, if we have not
6197 already initialized DECL. */
6198 if (!DECL_INITIALIZED_P (decl)
6199 /* If !DECL_EXTERNAL then DECL is being defined. In the
6200 case of a static data member initialized inside the
6201 class-specifier, there can be an initializer even if DECL
6202 is *not* defined. */
6203 && (!DECL_EXTERNAL (decl) || init))
6205 if (TYPE_FOR_JAVA (type) && MAYBE_CLASS_TYPE_P (type))
6207 tree jclass
6208 = IDENTIFIER_GLOBAL_VALUE (get_identifier ("jclass"));
6209 /* Allow libjava/prims.cc define primitive classes. */
6210 if (init != NULL_TREE
6211 || jclass == NULL_TREE
6212 || TREE_CODE (jclass) != TYPE_DECL
6213 || !POINTER_TYPE_P (TREE_TYPE (jclass))
6214 || !same_type_ignoring_top_level_qualifiers_p
6215 (type, TREE_TYPE (TREE_TYPE (jclass))))
6216 error ("Java object %qD not allocated with %<new%>", decl);
6217 init = NULL_TREE;
6219 cleanups = make_tree_vector ();
6220 init = check_initializer (decl, init, flags, &cleanups);
6221 /* Thread-local storage cannot be dynamically initialized. */
6222 if (DECL_THREAD_LOCAL_P (decl) && init)
6224 error ("%qD is thread-local and so cannot be dynamically "
6225 "initialized", decl);
6226 init = NULL_TREE;
6229 /* Check that the initializer for a static data member was a
6230 constant. Although we check in the parser that the
6231 initializer is an integral constant expression, we do not
6232 simplify division-by-zero at the point at which it
6233 occurs. Therefore, in:
6235 struct S { static const int i = 7 / 0; };
6237 we issue an error at this point. It would
6238 probably be better to forbid division by zero in
6239 integral constant expressions. */
6240 if (DECL_EXTERNAL (decl) && init)
6242 error ("%qD cannot be initialized by a non-constant expression"
6243 " when being declared", decl);
6244 DECL_INITIALIZED_IN_CLASS_P (decl) = 0;
6245 init = NULL_TREE;
6248 /* Handle:
6250 [dcl.init]
6252 The memory occupied by any object of static storage
6253 duration is zero-initialized at program startup before
6254 any other initialization takes place.
6256 We cannot create an appropriate initializer until after
6257 the type of DECL is finalized. If DECL_INITIAL is set,
6258 then the DECL is statically initialized, and any
6259 necessary zero-initialization has already been performed. */
6260 if (TREE_STATIC (decl) && !DECL_INITIAL (decl))
6261 DECL_INITIAL (decl) = build_zero_init (TREE_TYPE (decl),
6262 /*nelts=*/NULL_TREE,
6263 /*static_storage_p=*/true);
6264 /* Remember that the initialization for this variable has
6265 taken place. */
6266 DECL_INITIALIZED_P (decl) = 1;
6267 /* This declaration is the definition of this variable,
6268 unless we are initializing a static data member within
6269 the class specifier. */
6270 if (!DECL_EXTERNAL (decl))
6271 var_definition_p = true;
6273 /* If the variable has an array type, lay out the type, even if
6274 there is no initializer. It is valid to index through the
6275 array, and we must get TYPE_ALIGN set correctly on the array
6276 type. */
6277 else if (TREE_CODE (type) == ARRAY_TYPE)
6278 layout_type (type);
6280 if (TREE_STATIC (decl)
6281 && !at_function_scope_p ()
6282 && current_function_decl == NULL)
6283 /* So decl is a global variable or a static member of a
6284 non local class. Record the types it uses
6285 so that we can decide later to emit debug info for them. */
6286 record_types_used_by_current_var_decl (decl);
6288 else if (TREE_CODE (decl) == FIELD_DECL
6289 && TYPE_FOR_JAVA (type) && MAYBE_CLASS_TYPE_P (type))
6290 error ("non-static data member %qD has Java class type", decl);
6292 /* Add this declaration to the statement-tree. This needs to happen
6293 after the call to check_initializer so that the DECL_EXPR for a
6294 reference temp is added before the DECL_EXPR for the reference itself. */
6295 if (DECL_FUNCTION_SCOPE_P (decl))
6296 add_decl_expr (decl);
6298 /* Let the middle end know about variables and functions -- but not
6299 static data members in uninstantiated class templates. */
6300 if (TREE_CODE (decl) == VAR_DECL
6301 || TREE_CODE (decl) == FUNCTION_DECL)
6303 if (TREE_CODE (decl) == VAR_DECL)
6305 layout_var_decl (decl);
6306 maybe_commonize_var (decl);
6309 /* This needs to happen after the linkage is set. */
6310 determine_visibility (decl);
6312 if (var_definition_p && TREE_STATIC (decl))
6314 /* If a TREE_READONLY variable needs initialization
6315 at runtime, it is no longer readonly and we need to
6316 avoid MEM_READONLY_P being set on RTL created for it. */
6317 if (init)
6319 if (TREE_READONLY (decl))
6320 TREE_READONLY (decl) = 0;
6321 was_readonly = 0;
6323 else if (was_readonly)
6324 TREE_READONLY (decl) = 1;
6327 make_rtl_for_nonlocal_decl (decl, init, asmspec);
6329 /* Check for abstractness of the type. Notice that there is no
6330 need to strip array types here since the check for those types
6331 is already done within create_array_type_for_decl. */
6332 if (TREE_CODE (type) == FUNCTION_TYPE
6333 || TREE_CODE (type) == METHOD_TYPE)
6334 abstract_virtuals_error (decl, TREE_TYPE (type));
6335 else
6336 abstract_virtuals_error (decl, type);
6338 if (TREE_TYPE (decl) == error_mark_node)
6339 /* No initialization required. */
6341 else if (TREE_CODE (decl) == FUNCTION_DECL)
6343 if (init)
6345 if (init == ridpointers[(int)RID_DEFAULT])
6347 /* An out-of-class default definition is defined at
6348 the point where it is explicitly defaulted. */
6349 if (DECL_DELETED_FN (decl))
6350 maybe_explain_implicit_delete (decl);
6351 else if (DECL_INITIAL (decl) == error_mark_node)
6352 synthesize_method (decl);
6354 else
6355 error ("function %q#D is initialized like a variable", decl);
6357 /* else no initialization required. */
6359 else if (DECL_EXTERNAL (decl)
6360 && ! (DECL_LANG_SPECIFIC (decl)
6361 && DECL_NOT_REALLY_EXTERN (decl)))
6363 if (init)
6364 DECL_INITIAL (decl) = init;
6366 /* A variable definition. */
6367 else if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
6368 /* Initialize the local variable. */
6369 initialize_local_var (decl, init);
6371 /* If a variable is defined, and then a subsequent
6372 definition with external linkage is encountered, we will
6373 get here twice for the same variable. We want to avoid
6374 calling expand_static_init more than once. For variables
6375 that are not static data members, we can call
6376 expand_static_init only when we actually process the
6377 initializer. It is not legal to redeclare a static data
6378 member, so this issue does not arise in that case. */
6379 else if (var_definition_p && TREE_STATIC (decl))
6380 expand_static_init (decl, init);
6383 /* If a CLEANUP_STMT was created to destroy a temporary bound to a
6384 reference, insert it in the statement-tree now. */
6385 if (cleanups)
6387 unsigned i; tree t;
6388 FOR_EACH_VEC_ELT (tree, cleanups, i, t)
6389 push_cleanup (decl, t, false);
6390 release_tree_vector (cleanups);
6393 if (was_readonly)
6394 TREE_READONLY (decl) = 1;
6396 invoke_plugin_callbacks (PLUGIN_FINISH_DECL, decl);
6399 /* Returns a declaration for a VAR_DECL as if:
6401 extern "C" TYPE NAME;
6403 had been seen. Used to create compiler-generated global
6404 variables. */
6406 static tree
6407 declare_global_var (tree name, tree type)
6409 tree decl;
6411 push_to_top_level ();
6412 decl = build_decl (input_location, VAR_DECL, name, type);
6413 TREE_PUBLIC (decl) = 1;
6414 DECL_EXTERNAL (decl) = 1;
6415 DECL_ARTIFICIAL (decl) = 1;
6416 /* If the user has explicitly declared this variable (perhaps
6417 because the code we are compiling is part of a low-level runtime
6418 library), then it is possible that our declaration will be merged
6419 with theirs by pushdecl. */
6420 decl = pushdecl (decl);
6421 cp_finish_decl (decl, NULL_TREE, false, NULL_TREE, 0);
6422 pop_from_top_level ();
6424 return decl;
6427 /* Returns the type for the argument to "__cxa_atexit" (or "atexit",
6428 if "__cxa_atexit" is not being used) corresponding to the function
6429 to be called when the program exits. */
6431 static tree
6432 get_atexit_fn_ptr_type (void)
6434 tree fn_type;
6436 if (!atexit_fn_ptr_type_node)
6438 tree arg_type;
6439 if (flag_use_cxa_atexit
6440 && !targetm.cxx.use_atexit_for_cxa_atexit ())
6441 /* The parameter to "__cxa_atexit" is "void (*)(void *)". */
6442 arg_type = ptr_type_node;
6443 else
6444 /* The parameter to "atexit" is "void (*)(void)". */
6445 arg_type = NULL_TREE;
6447 fn_type = build_function_type_list (void_type_node,
6448 arg_type, NULL_TREE);
6449 atexit_fn_ptr_type_node = build_pointer_type (fn_type);
6452 return atexit_fn_ptr_type_node;
6455 /* Returns a pointer to the `atexit' function. Note that if
6456 FLAG_USE_CXA_ATEXIT is nonzero, then this will actually be the new
6457 `__cxa_atexit' function specified in the IA64 C++ ABI. */
6459 static tree
6460 get_atexit_node (void)
6462 tree atexit_fndecl;
6463 tree fn_type;
6464 tree fn_ptr_type;
6465 const char *name;
6466 bool use_aeabi_atexit;
6468 if (atexit_node)
6469 return atexit_node;
6471 if (flag_use_cxa_atexit && !targetm.cxx.use_atexit_for_cxa_atexit ())
6473 /* The declaration for `__cxa_atexit' is:
6475 int __cxa_atexit (void (*)(void *), void *, void *)
6477 We build up the argument types and then the function type
6478 itself. */
6479 tree argtype0, argtype1, argtype2;
6481 use_aeabi_atexit = targetm.cxx.use_aeabi_atexit ();
6482 /* First, build the pointer-to-function type for the first
6483 argument. */
6484 fn_ptr_type = get_atexit_fn_ptr_type ();
6485 /* Then, build the rest of the argument types. */
6486 argtype2 = ptr_type_node;
6487 if (use_aeabi_atexit)
6489 argtype1 = fn_ptr_type;
6490 argtype0 = ptr_type_node;
6492 else
6494 argtype1 = ptr_type_node;
6495 argtype0 = fn_ptr_type;
6497 /* And the final __cxa_atexit type. */
6498 fn_type = build_function_type_list (integer_type_node,
6499 argtype0, argtype1, argtype2,
6500 NULL_TREE);
6501 fn_ptr_type = build_pointer_type (fn_type);
6502 if (use_aeabi_atexit)
6503 name = "__aeabi_atexit";
6504 else
6505 name = "__cxa_atexit";
6507 else
6509 /* The declaration for `atexit' is:
6511 int atexit (void (*)());
6513 We build up the argument types and then the function type
6514 itself. */
6515 fn_ptr_type = get_atexit_fn_ptr_type ();
6516 /* Build the final atexit type. */
6517 fn_type = build_function_type_list (integer_type_node,
6518 fn_ptr_type, NULL_TREE);
6519 name = "atexit";
6522 /* Now, build the function declaration. */
6523 push_lang_context (lang_name_c);
6524 atexit_fndecl = build_library_fn_ptr (name, fn_type);
6525 mark_used (atexit_fndecl);
6526 pop_lang_context ();
6527 atexit_node = decay_conversion (atexit_fndecl, tf_warning_or_error);
6529 return atexit_node;
6532 /* Returns the __dso_handle VAR_DECL. */
6534 static tree
6535 get_dso_handle_node (void)
6537 if (dso_handle_node)
6538 return dso_handle_node;
6540 /* Declare the variable. */
6541 dso_handle_node = declare_global_var (get_identifier ("__dso_handle"),
6542 ptr_type_node);
6544 #ifdef HAVE_GAS_HIDDEN
6545 DECL_VISIBILITY (dso_handle_node) = VISIBILITY_HIDDEN;
6546 DECL_VISIBILITY_SPECIFIED (dso_handle_node) = 1;
6547 #endif
6549 return dso_handle_node;
6552 /* Begin a new function with internal linkage whose job will be simply
6553 to destroy some particular variable. */
6555 static GTY(()) int start_cleanup_cnt;
6557 static tree
6558 start_cleanup_fn (void)
6560 char name[32];
6561 tree fntype;
6562 tree fndecl;
6563 bool use_cxa_atexit = flag_use_cxa_atexit
6564 && !targetm.cxx.use_atexit_for_cxa_atexit ();
6566 push_to_top_level ();
6568 /* No need to mangle this. */
6569 push_lang_context (lang_name_c);
6571 /* Build the name of the function. */
6572 sprintf (name, "__tcf_%d", start_cleanup_cnt++);
6573 /* Build the function declaration. */
6574 fntype = TREE_TYPE (get_atexit_fn_ptr_type ());
6575 fndecl = build_lang_decl (FUNCTION_DECL, get_identifier (name), fntype);
6576 /* It's a function with internal linkage, generated by the
6577 compiler. */
6578 TREE_PUBLIC (fndecl) = 0;
6579 DECL_ARTIFICIAL (fndecl) = 1;
6580 /* Make the function `inline' so that it is only emitted if it is
6581 actually needed. It is unlikely that it will be inlined, since
6582 it is only called via a function pointer, but we avoid unnecessary
6583 emissions this way. */
6584 DECL_DECLARED_INLINE_P (fndecl) = 1;
6585 DECL_INTERFACE_KNOWN (fndecl) = 1;
6586 /* Build the parameter. */
6587 if (use_cxa_atexit)
6589 tree parmdecl;
6591 parmdecl = cp_build_parm_decl (NULL_TREE, ptr_type_node);
6592 DECL_CONTEXT (parmdecl) = fndecl;
6593 TREE_USED (parmdecl) = 1;
6594 DECL_READ_P (parmdecl) = 1;
6595 DECL_ARGUMENTS (fndecl) = parmdecl;
6598 pushdecl (fndecl);
6599 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED);
6601 pop_lang_context ();
6603 return current_function_decl;
6606 /* Finish the cleanup function begun by start_cleanup_fn. */
6608 static void
6609 end_cleanup_fn (void)
6611 expand_or_defer_fn (finish_function (0));
6613 pop_from_top_level ();
6616 /* Generate code to handle the destruction of DECL, an object with
6617 static storage duration. */
6619 tree
6620 register_dtor_fn (tree decl)
6622 tree cleanup;
6623 tree compound_stmt;
6624 tree fcall;
6625 tree type;
6626 bool use_dtor;
6627 tree arg0, arg1 = NULL_TREE, arg2 = NULL_TREE;
6629 type = TREE_TYPE (decl);
6630 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type))
6631 return void_zero_node;
6633 /* If we're using "__cxa_atexit" (or "__aeabi_atexit"), and DECL is
6634 a class object, we can just pass the destructor to
6635 "__cxa_atexit"; we don't have to build a temporary function to do
6636 the cleanup. */
6637 use_dtor = (flag_use_cxa_atexit
6638 && !targetm.cxx.use_atexit_for_cxa_atexit ()
6639 && CLASS_TYPE_P (type));
6640 if (use_dtor)
6642 int idx;
6644 /* Find the destructor. */
6645 idx = lookup_fnfields_1 (type, complete_dtor_identifier);
6646 gcc_assert (idx >= 0);
6647 cleanup = VEC_index (tree, CLASSTYPE_METHOD_VEC (type), idx);
6648 /* Make sure it is accessible. */
6649 perform_or_defer_access_check (TYPE_BINFO (type), cleanup, cleanup);
6651 else
6653 /* Call build_cleanup before we enter the anonymous function so
6654 that any access checks will be done relative to the current
6655 scope, rather than the scope of the anonymous function. */
6656 build_cleanup (decl);
6658 /* Now start the function. */
6659 cleanup = start_cleanup_fn ();
6661 /* Now, recompute the cleanup. It may contain SAVE_EXPRs that refer
6662 to the original function, rather than the anonymous one. That
6663 will make the back end think that nested functions are in use,
6664 which causes confusion. */
6665 push_deferring_access_checks (dk_no_check);
6666 fcall = build_cleanup (decl);
6667 pop_deferring_access_checks ();
6669 /* Create the body of the anonymous function. */
6670 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
6671 finish_expr_stmt (fcall);
6672 finish_compound_stmt (compound_stmt);
6673 end_cleanup_fn ();
6676 /* Call atexit with the cleanup function. */
6677 mark_used (cleanup);
6678 cleanup = build_address (cleanup);
6679 if (flag_use_cxa_atexit && !targetm.cxx.use_atexit_for_cxa_atexit ())
6681 tree addr;
6683 if (use_dtor)
6685 /* We must convert CLEANUP to the type that "__cxa_atexit"
6686 expects. */
6687 cleanup = build_nop (get_atexit_fn_ptr_type (), cleanup);
6688 /* "__cxa_atexit" will pass the address of DECL to the
6689 cleanup function. */
6690 mark_used (decl);
6691 addr = build_address (decl);
6692 /* The declared type of the parameter to "__cxa_atexit" is
6693 "void *". For plain "T*", we could just let the
6694 machinery in cp_build_function_call convert it -- but if the
6695 type is "cv-qualified T *", then we need to convert it
6696 before passing it in, to avoid spurious errors. */
6697 addr = build_nop (ptr_type_node, addr);
6699 else
6700 /* Since the cleanup functions we build ignore the address
6701 they're given, there's no reason to pass the actual address
6702 in, and, in general, it's cheaper to pass NULL than any
6703 other value. */
6704 addr = null_pointer_node;
6705 arg2 = cp_build_addr_expr (get_dso_handle_node (),
6706 tf_warning_or_error);
6707 if (targetm.cxx.use_aeabi_atexit ())
6709 arg1 = cleanup;
6710 arg0 = addr;
6712 else
6714 arg1 = addr;
6715 arg0 = cleanup;
6718 else
6719 arg0 = cleanup;
6720 return cp_build_function_call_nary (get_atexit_node (), tf_warning_or_error,
6721 arg0, arg1, arg2, NULL_TREE);
6724 /* DECL is a VAR_DECL with static storage duration. INIT, if present,
6725 is its initializer. Generate code to handle the construction
6726 and destruction of DECL. */
6728 static void
6729 expand_static_init (tree decl, tree init)
6731 gcc_assert (TREE_CODE (decl) == VAR_DECL);
6732 gcc_assert (TREE_STATIC (decl));
6734 /* Some variables require no dynamic initialization. */
6735 if (!init
6736 && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
6737 return;
6739 if (DECL_FUNCTION_SCOPE_P (decl))
6741 /* Emit code to perform this initialization but once. */
6742 tree if_stmt = NULL_TREE, inner_if_stmt = NULL_TREE;
6743 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE;
6744 tree guard, guard_addr;
6745 tree flag, begin;
6747 /* Emit code to perform this initialization but once. This code
6748 looks like:
6750 static <type> guard;
6751 if (!guard.first_byte) {
6752 if (__cxa_guard_acquire (&guard)) {
6753 bool flag = false;
6754 try {
6755 // Do initialization.
6756 flag = true; __cxa_guard_release (&guard);
6757 // Register variable for destruction at end of program.
6758 } catch {
6759 if (!flag) __cxa_guard_abort (&guard);
6763 Note that the `flag' variable is only set to 1 *after* the
6764 initialization is complete. This ensures that an exception,
6765 thrown during the construction, will cause the variable to
6766 reinitialized when we pass through this code again, as per:
6768 [stmt.dcl]
6770 If the initialization exits by throwing an exception, the
6771 initialization is not complete, so it will be tried again
6772 the next time control enters the declaration.
6774 This process should be thread-safe, too; multiple threads
6775 should not be able to initialize the variable more than
6776 once. */
6778 /* Create the guard variable. */
6779 guard = get_guard (decl);
6781 /* This optimization isn't safe on targets with relaxed memory
6782 consistency. On such targets we force synchronization in
6783 __cxa_guard_acquire. */
6784 if (!targetm.relaxed_ordering || !flag_threadsafe_statics)
6786 /* Begin the conditional initialization. */
6787 if_stmt = begin_if_stmt ();
6788 finish_if_stmt_cond (get_guard_cond (guard), if_stmt);
6789 then_clause = begin_compound_stmt (BCS_NO_SCOPE);
6792 if (flag_threadsafe_statics)
6794 tree vfntype = NULL_TREE;
6795 tree acquire_name, release_name, abort_name;
6796 tree acquire_fn, release_fn, abort_fn;
6797 guard_addr = build_address (guard);
6799 acquire_name = get_identifier ("__cxa_guard_acquire");
6800 release_name = get_identifier ("__cxa_guard_release");
6801 abort_name = get_identifier ("__cxa_guard_abort");
6802 acquire_fn = identifier_global_value (acquire_name);
6803 release_fn = identifier_global_value (release_name);
6804 abort_fn = identifier_global_value (abort_name);
6805 if (!acquire_fn)
6806 acquire_fn = push_library_fn
6807 (acquire_name, build_function_type_list (integer_type_node,
6808 TREE_TYPE (guard_addr),
6809 NULL_TREE),
6810 NULL_TREE);
6811 if (!release_fn || !abort_fn)
6812 vfntype = build_function_type_list (void_type_node,
6813 TREE_TYPE (guard_addr),
6814 NULL_TREE);
6815 if (!release_fn)
6816 release_fn = push_library_fn (release_name, vfntype, NULL_TREE);
6817 if (!abort_fn)
6818 abort_fn = push_library_fn (abort_name, vfntype, NULL_TREE);
6820 inner_if_stmt = begin_if_stmt ();
6821 finish_if_stmt_cond (build_call_n (acquire_fn, 1, guard_addr),
6822 inner_if_stmt);
6824 inner_then_clause = begin_compound_stmt (BCS_NO_SCOPE);
6825 begin = get_target_expr (boolean_false_node);
6826 flag = TARGET_EXPR_SLOT (begin);
6828 TARGET_EXPR_CLEANUP (begin)
6829 = build3 (COND_EXPR, void_type_node, flag,
6830 void_zero_node,
6831 build_call_n (abort_fn, 1, guard_addr));
6832 CLEANUP_EH_ONLY (begin) = 1;
6834 /* Do the initialization itself. */
6835 init = add_stmt_to_compound (begin, init);
6836 init = add_stmt_to_compound
6837 (init, build2 (MODIFY_EXPR, void_type_node, flag, boolean_true_node));
6838 init = add_stmt_to_compound
6839 (init, build_call_n (release_fn, 1, guard_addr));
6841 else
6842 init = add_stmt_to_compound (init, set_guard (guard));
6844 /* Use atexit to register a function for destroying this static
6845 variable. */
6846 init = add_stmt_to_compound (init, register_dtor_fn (decl));
6848 finish_expr_stmt (init);
6850 if (flag_threadsafe_statics)
6852 finish_compound_stmt (inner_then_clause);
6853 finish_then_clause (inner_if_stmt);
6854 finish_if_stmt (inner_if_stmt);
6857 if (!targetm.relaxed_ordering || !flag_threadsafe_statics)
6859 finish_compound_stmt (then_clause);
6860 finish_then_clause (if_stmt);
6861 finish_if_stmt (if_stmt);
6864 else
6865 static_aggregates = tree_cons (init, decl, static_aggregates);
6869 /* Make TYPE a complete type based on INITIAL_VALUE.
6870 Return 0 if successful, 1 if INITIAL_VALUE can't be deciphered,
6871 2 if there was no information (in which case assume 0 if DO_DEFAULT),
6872 3 if the initializer list is empty (in pedantic mode). */
6875 cp_complete_array_type (tree *ptype, tree initial_value, bool do_default)
6877 int failure;
6878 tree type, elt_type;
6880 if (initial_value)
6882 unsigned HOST_WIDE_INT i;
6883 tree value;
6885 /* An array of character type can be initialized from a
6886 brace-enclosed string constant.
6888 FIXME: this code is duplicated from reshape_init. Probably
6889 we should just call reshape_init here? */
6890 if (char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (*ptype)))
6891 && TREE_CODE (initial_value) == CONSTRUCTOR
6892 && !VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (initial_value)))
6894 VEC(constructor_elt,gc) *v = CONSTRUCTOR_ELTS (initial_value);
6895 tree value = VEC_index (constructor_elt, v, 0)->value;
6897 if (TREE_CODE (value) == STRING_CST
6898 && VEC_length (constructor_elt, v) == 1)
6899 initial_value = value;
6902 /* If any of the elements are parameter packs, we can't actually
6903 complete this type now because the array size is dependent. */
6904 if (TREE_CODE (initial_value) == CONSTRUCTOR)
6906 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (initial_value),
6907 i, value)
6909 if (PACK_EXPANSION_P (value))
6910 return 0;
6915 failure = complete_array_type (ptype, initial_value, do_default);
6917 /* We can create the array before the element type is complete, which
6918 means that we didn't have these two bits set in the original type
6919 either. In completing the type, we are expected to propagate these
6920 bits. See also complete_type which does the same thing for arrays
6921 of fixed size. */
6922 type = *ptype;
6923 if (TYPE_DOMAIN (type))
6925 elt_type = TREE_TYPE (type);
6926 TYPE_NEEDS_CONSTRUCTING (type) = TYPE_NEEDS_CONSTRUCTING (elt_type);
6927 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
6928 = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (elt_type);
6931 return failure;
6934 /* As above, but either give an error or reject zero-size arrays, depending
6935 on COMPLAIN. */
6938 cp_complete_array_type_or_error (tree *ptype, tree initial_value,
6939 bool do_default, tsubst_flags_t complain)
6941 int failure;
6942 bool sfinae = !(complain & tf_error);
6943 /* In SFINAE context we can't be lenient about zero-size arrays. */
6944 if (sfinae)
6945 ++pedantic;
6946 failure = cp_complete_array_type (ptype, initial_value, do_default);
6947 if (sfinae)
6948 --pedantic;
6949 if (failure)
6951 if (sfinae)
6952 /* Not an error. */;
6953 else if (failure == 1)
6954 error ("initializer fails to determine size of %qT", *ptype);
6955 else if (failure == 2)
6957 if (do_default)
6958 error ("array size missing in %qT", *ptype);
6960 else if (failure == 3)
6961 error ("zero-size array %qT", *ptype);
6962 *ptype = error_mark_node;
6964 return failure;
6967 /* Return zero if something is declared to be a member of type
6968 CTYPE when in the context of CUR_TYPE. STRING is the error
6969 message to print in that case. Otherwise, quietly return 1. */
6971 static int
6972 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags)
6974 if (ctype && ctype != cur_type)
6976 if (flags == DTOR_FLAG)
6977 error ("destructor for alien class %qT cannot be a member", ctype);
6978 else
6979 error ("constructor for alien class %qT cannot be a member", ctype);
6980 return 0;
6982 return 1;
6985 /* Subroutine of `grokdeclarator'. */
6987 /* Generate errors possibly applicable for a given set of specifiers.
6988 This is for ARM $7.1.2. */
6990 static void
6991 bad_specifiers (tree object,
6992 enum bad_spec_place type,
6993 int virtualp,
6994 int quals,
6995 int inlinep,
6996 int friendp,
6997 int raises)
6999 switch (type)
7001 case BSP_VAR:
7002 if (virtualp)
7003 error ("%qD declared as a %<virtual%> variable", object);
7004 if (inlinep)
7005 error ("%qD declared as an %<inline%> variable", object);
7006 if (quals)
7007 error ("%<const%> and %<volatile%> function specifiers on "
7008 "%qD invalid in variable declaration", object);
7009 break;
7010 case BSP_PARM:
7011 if (virtualp)
7012 error ("%qD declared as a %<virtual%> parameter", object);
7013 if (inlinep)
7014 error ("%qD declared as an %<inline%> parameter", object);
7015 if (quals)
7016 error ("%<const%> and %<volatile%> function specifiers on "
7017 "%qD invalid in parameter declaration", object);
7018 break;
7019 case BSP_TYPE:
7020 if (virtualp)
7021 error ("%qD declared as a %<virtual%> type", object);
7022 if (inlinep)
7023 error ("%qD declared as an %<inline%> type", object);
7024 if (quals)
7025 error ("%<const%> and %<volatile%> function specifiers on "
7026 "%qD invalid in type declaration", object);
7027 break;
7028 case BSP_FIELD:
7029 if (virtualp)
7030 error ("%qD declared as a %<virtual%> field", object);
7031 if (inlinep)
7032 error ("%qD declared as an %<inline%> field", object);
7033 if (quals)
7034 error ("%<const%> and %<volatile%> function specifiers on "
7035 "%qD invalid in field declaration", object);
7036 break;
7037 default:
7038 gcc_unreachable();
7040 if (friendp)
7041 error ("%q+D declared as a friend", object);
7042 if (raises
7043 && (TREE_CODE (object) == TYPE_DECL
7044 || (!TYPE_PTRFN_P (TREE_TYPE (object))
7045 && !TYPE_REFFN_P (TREE_TYPE (object))
7046 && !TYPE_PTRMEMFUNC_P (TREE_TYPE (object)))))
7047 error ("%q+D declared with an exception specification", object);
7050 /* DECL is a member function or static data member and is presently
7051 being defined. Check that the definition is taking place in a
7052 valid namespace. */
7054 static void
7055 check_class_member_definition_namespace (tree decl)
7057 /* These checks only apply to member functions and static data
7058 members. */
7059 gcc_assert (TREE_CODE (decl) == FUNCTION_DECL
7060 || TREE_CODE (decl) == VAR_DECL);
7061 /* We check for problems with specializations in pt.c in
7062 check_specialization_namespace, where we can issue better
7063 diagnostics. */
7064 if (processing_specialization)
7065 return;
7066 /* There are no restrictions on the placement of
7067 explicit instantiations. */
7068 if (processing_explicit_instantiation)
7069 return;
7070 /* [class.mfct]
7072 A member function definition that appears outside of the
7073 class definition shall appear in a namespace scope enclosing
7074 the class definition.
7076 [class.static.data]
7078 The definition for a static data member shall appear in a
7079 namespace scope enclosing the member's class definition. */
7080 if (!is_ancestor (current_namespace, DECL_CONTEXT (decl)))
7081 permerror (input_location, "definition of %qD is not in namespace enclosing %qT",
7082 decl, DECL_CONTEXT (decl));
7085 /* Build a PARM_DECL for the "this" parameter. TYPE is the
7086 METHOD_TYPE for a non-static member function; QUALS are the
7087 cv-qualifiers that apply to the function. */
7089 tree
7090 build_this_parm (tree type, cp_cv_quals quals)
7092 tree this_type;
7093 tree qual_type;
7094 tree parm;
7095 cp_cv_quals this_quals;
7097 if (CLASS_TYPE_P (type))
7099 this_type
7100 = cp_build_qualified_type (type, quals & ~TYPE_QUAL_RESTRICT);
7101 this_type = build_pointer_type (this_type);
7103 else
7104 this_type = type_of_this_parm (type);
7105 /* The `this' parameter is implicitly `const'; it cannot be
7106 assigned to. */
7107 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST;
7108 qual_type = cp_build_qualified_type (this_type, this_quals);
7109 parm = build_artificial_parm (this_identifier, qual_type);
7110 cp_apply_type_quals_to_decl (this_quals, parm);
7111 return parm;
7114 /* DECL is a static member function. Complain if it was declared
7115 with function-cv-quals. */
7117 static void
7118 check_static_quals (tree decl, cp_cv_quals quals)
7120 if (quals != TYPE_UNQUALIFIED)
7121 error ("static member function %q#D declared with type qualifiers",
7122 decl);
7125 /* CTYPE is class type, or null if non-class.
7126 TYPE is type this FUNCTION_DECL should have, either FUNCTION_TYPE
7127 or METHOD_TYPE.
7128 DECLARATOR is the function's name.
7129 PARMS is a chain of PARM_DECLs for the function.
7130 VIRTUALP is truthvalue of whether the function is virtual or not.
7131 FLAGS are to be passed through to `grokclassfn'.
7132 QUALS are qualifiers indicating whether the function is `const'
7133 or `volatile'.
7134 RAISES is a list of exceptions that this function can raise.
7135 CHECK is 1 if we must find this method in CTYPE, 0 if we should
7136 not look, and -1 if we should not call `grokclassfn' at all.
7138 SFK is the kind of special function (if any) for the new function.
7140 Returns `NULL_TREE' if something goes wrong, after issuing
7141 applicable error messages. */
7143 static tree
7144 grokfndecl (tree ctype,
7145 tree type,
7146 tree declarator,
7147 tree parms,
7148 tree orig_declarator,
7149 int virtualp,
7150 enum overload_flags flags,
7151 cp_cv_quals quals,
7152 tree raises,
7153 int check,
7154 int friendp,
7155 int publicp,
7156 int inlinep,
7157 special_function_kind sfk,
7158 bool funcdef_flag,
7159 int template_count,
7160 tree in_namespace,
7161 tree* attrlist,
7162 location_t location)
7164 tree decl;
7165 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE;
7166 tree t;
7168 if (raises)
7169 type = build_exception_variant (type, raises);
7171 decl = build_lang_decl (FUNCTION_DECL, declarator, type);
7173 /* If we have an explicit location, use it, otherwise use whatever
7174 build_lang_decl used (probably input_location). */
7175 if (location != UNKNOWN_LOCATION)
7176 DECL_SOURCE_LOCATION (decl) = location;
7178 if (TREE_CODE (type) == METHOD_TYPE)
7180 tree parm;
7181 parm = build_this_parm (type, quals);
7182 DECL_CHAIN (parm) = parms;
7183 parms = parm;
7185 DECL_ARGUMENTS (decl) = parms;
7186 for (t = parms; t; t = DECL_CHAIN (t))
7187 DECL_CONTEXT (t) = decl;
7188 /* Propagate volatile out from type to decl. */
7189 if (TYPE_VOLATILE (type))
7190 TREE_THIS_VOLATILE (decl) = 1;
7192 /* Setup decl according to sfk. */
7193 switch (sfk)
7195 case sfk_constructor:
7196 case sfk_copy_constructor:
7197 case sfk_move_constructor:
7198 DECL_CONSTRUCTOR_P (decl) = 1;
7199 break;
7200 case sfk_destructor:
7201 DECL_DESTRUCTOR_P (decl) = 1;
7202 break;
7203 default:
7204 break;
7207 /* If pointers to member functions use the least significant bit to
7208 indicate whether a function is virtual, ensure a pointer
7209 to this function will have that bit clear. */
7210 if (TARGET_PTRMEMFUNC_VBIT_LOCATION == ptrmemfunc_vbit_in_pfn
7211 && TREE_CODE (type) == METHOD_TYPE
7212 && DECL_ALIGN (decl) < 2 * BITS_PER_UNIT)
7213 DECL_ALIGN (decl) = 2 * BITS_PER_UNIT;
7215 if (friendp
7216 && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)
7218 if (funcdef_flag)
7219 error
7220 ("defining explicit specialization %qD in friend declaration",
7221 orig_declarator);
7222 else
7224 tree fns = TREE_OPERAND (orig_declarator, 0);
7225 tree args = TREE_OPERAND (orig_declarator, 1);
7227 if (PROCESSING_REAL_TEMPLATE_DECL_P ())
7229 /* Something like `template <class T> friend void f<T>()'. */
7230 error ("invalid use of template-id %qD in declaration "
7231 "of primary template",
7232 orig_declarator);
7233 return NULL_TREE;
7237 /* A friend declaration of the form friend void f<>(). Record
7238 the information in the TEMPLATE_ID_EXPR. */
7239 SET_DECL_IMPLICIT_INSTANTIATION (decl);
7241 if (TREE_CODE (fns) == COMPONENT_REF)
7243 /* Due to bison parser ickiness, we will have already looked
7244 up an operator_name or PFUNCNAME within the current class
7245 (see template_id in parse.y). If the current class contains
7246 such a name, we'll get a COMPONENT_REF here. Undo that. */
7248 gcc_assert (TREE_TYPE (TREE_OPERAND (fns, 0))
7249 == current_class_type);
7250 fns = TREE_OPERAND (fns, 1);
7252 gcc_assert (TREE_CODE (fns) == IDENTIFIER_NODE
7253 || TREE_CODE (fns) == OVERLOAD);
7254 DECL_TEMPLATE_INFO (decl) = build_template_info (fns, args);
7256 for (t = TYPE_ARG_TYPES (TREE_TYPE (decl)); t; t = TREE_CHAIN (t))
7257 if (TREE_PURPOSE (t)
7258 && TREE_CODE (TREE_PURPOSE (t)) == DEFAULT_ARG)
7260 error ("default arguments are not allowed in declaration "
7261 "of friend template specialization %qD",
7262 decl);
7263 return NULL_TREE;
7266 if (inlinep)
7268 error ("%<inline%> is not allowed in declaration of friend "
7269 "template specialization %qD",
7270 decl);
7271 return NULL_TREE;
7276 /* If this decl has namespace scope, set that up. */
7277 if (in_namespace)
7278 set_decl_namespace (decl, in_namespace, friendp);
7279 else if (!ctype)
7280 DECL_CONTEXT (decl) = FROB_CONTEXT (current_decl_namespace ());
7282 /* `main' and builtins have implicit 'C' linkage. */
7283 if ((MAIN_NAME_P (declarator)
7284 || (IDENTIFIER_LENGTH (declarator) > 10
7285 && IDENTIFIER_POINTER (declarator)[0] == '_'
7286 && IDENTIFIER_POINTER (declarator)[1] == '_'
7287 && strncmp (IDENTIFIER_POINTER (declarator)+2, "builtin_", 8) == 0))
7288 && current_lang_name == lang_name_cplusplus
7289 && ctype == NULL_TREE
7290 && DECL_FILE_SCOPE_P (decl))
7291 SET_DECL_LANGUAGE (decl, lang_c);
7293 /* Should probably propagate const out from type to decl I bet (mrs). */
7294 if (staticp)
7296 DECL_STATIC_FUNCTION_P (decl) = 1;
7297 DECL_CONTEXT (decl) = ctype;
7300 if (ctype)
7302 DECL_CONTEXT (decl) = ctype;
7303 if (funcdef_flag)
7304 check_class_member_definition_namespace (decl);
7307 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
7309 if (processing_template_decl)
7310 error ("cannot declare %<::main%> to be a template");
7311 if (inlinep)
7312 error ("cannot declare %<::main%> to be inline");
7313 if (!publicp)
7314 error ("cannot declare %<::main%> to be static");
7315 inlinep = 0;
7316 publicp = 1;
7319 /* Members of anonymous types and local classes have no linkage; make
7320 them internal. If a typedef is made later, this will be changed. */
7321 if (ctype && (TYPE_ANONYMOUS_P (ctype)
7322 || decl_function_context (TYPE_MAIN_DECL (ctype))))
7323 publicp = 0;
7325 if (publicp && cxx_dialect == cxx98)
7327 /* [basic.link]: A name with no linkage (notably, the name of a class
7328 or enumeration declared in a local scope) shall not be used to
7329 declare an entity with linkage.
7331 DR 757 relaxes this restriction for C++0x. */
7332 t = no_linkage_check (TREE_TYPE (decl),
7333 /*relaxed_p=*/false);
7334 if (t)
7336 if (TYPE_ANONYMOUS_P (t))
7338 if (DECL_EXTERN_C_P (decl))
7339 /* Allow this; it's pretty common in C. */;
7340 else
7342 permerror (input_location, "anonymous type with no linkage "
7343 "used to declare function %q#D with linkage",
7344 decl);
7345 if (DECL_ORIGINAL_TYPE (TYPE_NAME (t)))
7346 permerror (input_location, "%q+#D does not refer to the unqualified "
7347 "type, so it is not used for linkage",
7348 TYPE_NAME (t));
7351 else
7352 permerror (input_location, "type %qT with no linkage used to "
7353 "declare function %q#D with linkage", t, decl);
7357 TREE_PUBLIC (decl) = publicp;
7358 if (! publicp)
7360 DECL_INTERFACE_KNOWN (decl) = 1;
7361 DECL_NOT_REALLY_EXTERN (decl) = 1;
7364 /* If the declaration was declared inline, mark it as such. */
7365 if (inlinep)
7366 DECL_DECLARED_INLINE_P (decl) = 1;
7367 if (inlinep & 2)
7368 DECL_DECLARED_CONSTEXPR_P (decl) = true;
7370 DECL_EXTERNAL (decl) = 1;
7371 if (quals && TREE_CODE (type) == FUNCTION_TYPE)
7373 error (ctype
7374 ? G_("static member function %qD cannot have cv-qualifier")
7375 : G_("non-member function %qD cannot have cv-qualifier"),
7376 decl);
7377 quals = TYPE_UNQUALIFIED;
7380 if (IDENTIFIER_OPNAME_P (DECL_NAME (decl))
7381 && !grok_op_properties (decl, /*complain=*/true))
7382 return NULL_TREE;
7383 else if (UDLIT_OPER_P (DECL_NAME (decl)))
7385 bool long_long_unsigned_p;
7386 bool long_double_p;
7387 const char *suffix = NULL;
7388 /* [over.literal]/6: Literal operators shall not have C linkage. */
7389 if (DECL_LANGUAGE (decl) == lang_c)
7391 error ("literal operator with C linkage");
7392 return NULL_TREE;
7395 if (DECL_NAMESPACE_SCOPE_P (decl))
7397 if (!check_literal_operator_args (decl, &long_long_unsigned_p,
7398 &long_double_p))
7400 error ("%qD has invalid argument list", decl);
7401 return NULL_TREE;
7404 suffix = UDLIT_OP_SUFFIX (DECL_NAME (decl));
7405 if (long_long_unsigned_p)
7407 if (cpp_interpret_int_suffix (suffix, strlen (suffix)))
7408 warning (0, "integer suffix %<%s%>"
7409 " shadowed by implementation", suffix);
7411 else if (long_double_p)
7413 if (cpp_interpret_float_suffix (suffix, strlen (suffix)))
7414 warning (0, "floating point suffix %<%s%>"
7415 " shadowed by implementation", suffix);
7418 else
7420 error ("%qD must be a non-member function", decl);
7421 return NULL_TREE;
7425 if (funcdef_flag)
7426 /* Make the init_value nonzero so pushdecl knows this is not
7427 tentative. error_mark_node is replaced later with the BLOCK. */
7428 DECL_INITIAL (decl) = error_mark_node;
7430 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl))
7431 TREE_NOTHROW (decl) = 1;
7433 /* Caller will do the rest of this. */
7434 if (check < 0)
7435 return decl;
7437 if (ctype != NULL_TREE)
7438 grokclassfn (ctype, decl, flags);
7440 /* 12.4/3 */
7441 if (cxx_dialect >= cxx0x
7442 && DECL_DESTRUCTOR_P (decl)
7443 && !TYPE_BEING_DEFINED (DECL_CONTEXT (decl))
7444 && !processing_template_decl)
7445 deduce_noexcept_on_destructor (decl);
7447 decl = check_explicit_specialization (orig_declarator, decl,
7448 template_count,
7449 2 * funcdef_flag +
7450 4 * (friendp != 0));
7451 if (decl == error_mark_node)
7452 return NULL_TREE;
7454 if (DECL_STATIC_FUNCTION_P (decl))
7455 check_static_quals (decl, quals);
7457 if (attrlist)
7459 cplus_decl_attributes (&decl, *attrlist, 0);
7460 *attrlist = NULL_TREE;
7463 /* Check main's type after attributes have been applied. */
7464 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
7466 if (!same_type_p (TREE_TYPE (TREE_TYPE (decl)),
7467 integer_type_node))
7469 tree oldtypeargs = TYPE_ARG_TYPES (TREE_TYPE (decl));
7470 tree newtype;
7471 error ("%<::main%> must return %<int%>");
7472 newtype = build_function_type (integer_type_node, oldtypeargs);
7473 TREE_TYPE (decl) = newtype;
7475 if (warn_main)
7476 check_main_parameter_types (decl);
7479 if (ctype != NULL_TREE
7480 && (! TYPE_FOR_JAVA (ctype) || check_java_method (decl))
7481 && check)
7483 tree old_decl = check_classfn (ctype, decl,
7484 (processing_template_decl
7485 > template_class_depth (ctype))
7486 ? current_template_parms
7487 : NULL_TREE);
7489 if (old_decl == error_mark_node)
7490 return NULL_TREE;
7492 if (old_decl)
7494 tree ok;
7495 tree pushed_scope;
7497 if (TREE_CODE (old_decl) == TEMPLATE_DECL)
7498 /* Because grokfndecl is always supposed to return a
7499 FUNCTION_DECL, we pull out the DECL_TEMPLATE_RESULT
7500 here. We depend on our callers to figure out that its
7501 really a template that's being returned. */
7502 old_decl = DECL_TEMPLATE_RESULT (old_decl);
7504 if (DECL_STATIC_FUNCTION_P (old_decl)
7505 && TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE)
7507 /* Remove the `this' parm added by grokclassfn. */
7508 revert_static_member_fn (decl);
7509 check_static_quals (decl, quals);
7511 if (DECL_ARTIFICIAL (old_decl))
7513 error ("definition of implicitly-declared %qD", old_decl);
7514 return NULL_TREE;
7516 else if (DECL_DEFAULTED_FN (old_decl))
7518 error ("definition of explicitly-defaulted %q+D", decl);
7519 error ("%q+#D explicitly defaulted here", old_decl);
7520 return NULL_TREE;
7523 /* Since we've smashed OLD_DECL to its
7524 DECL_TEMPLATE_RESULT, we must do the same to DECL. */
7525 if (TREE_CODE (decl) == TEMPLATE_DECL)
7526 decl = DECL_TEMPLATE_RESULT (decl);
7528 /* Attempt to merge the declarations. This can fail, in
7529 the case of some invalid specialization declarations. */
7530 pushed_scope = push_scope (ctype);
7531 ok = duplicate_decls (decl, old_decl, friendp);
7532 if (pushed_scope)
7533 pop_scope (pushed_scope);
7534 if (!ok)
7536 error ("no %q#D member function declared in class %qT",
7537 decl, ctype);
7538 return NULL_TREE;
7540 return old_decl;
7544 if (DECL_CONSTRUCTOR_P (decl) && !grok_ctor_properties (ctype, decl))
7545 return NULL_TREE;
7547 if (ctype == NULL_TREE || check)
7548 return decl;
7550 if (virtualp)
7551 DECL_VIRTUAL_P (decl) = 1;
7553 return decl;
7556 /* decl is a FUNCTION_DECL.
7557 specifiers are the parsed virt-specifiers.
7559 Set flags to reflect the virt-specifiers.
7561 Returns decl. */
7563 static tree
7564 set_virt_specifiers (tree decl, cp_virt_specifiers specifiers)
7566 if (decl == NULL_TREE)
7567 return decl;
7568 if (specifiers & VIRT_SPEC_OVERRIDE)
7569 DECL_OVERRIDE_P (decl) = 1;
7570 if (specifiers & VIRT_SPEC_FINAL)
7571 DECL_FINAL_P (decl) = 1;
7572 return decl;
7575 /* DECL is a VAR_DECL for a static data member. Set flags to reflect
7576 the linkage that DECL will receive in the object file. */
7578 static void
7579 set_linkage_for_static_data_member (tree decl)
7581 /* A static data member always has static storage duration and
7582 external linkage. Note that static data members are forbidden in
7583 local classes -- the only situation in which a class has
7584 non-external linkage. */
7585 TREE_PUBLIC (decl) = 1;
7586 TREE_STATIC (decl) = 1;
7587 /* For non-template classes, static data members are always put
7588 out in exactly those files where they are defined, just as
7589 with ordinary namespace-scope variables. */
7590 if (!processing_template_decl)
7591 DECL_INTERFACE_KNOWN (decl) = 1;
7594 /* Create a VAR_DECL named NAME with the indicated TYPE.
7596 If SCOPE is non-NULL, it is the class type or namespace containing
7597 the variable. If SCOPE is NULL, the variable should is created in
7598 the innermost enclosings scope. */
7600 static tree
7601 grokvardecl (tree type,
7602 tree name,
7603 const cp_decl_specifier_seq *declspecs,
7604 int initialized,
7605 int constp,
7606 tree scope)
7608 tree decl;
7609 tree explicit_scope;
7611 gcc_assert (!name || TREE_CODE (name) == IDENTIFIER_NODE);
7613 /* Compute the scope in which to place the variable, but remember
7614 whether or not that scope was explicitly specified by the user. */
7615 explicit_scope = scope;
7616 if (!scope)
7618 /* An explicit "extern" specifier indicates a namespace-scope
7619 variable. */
7620 if (declspecs->storage_class == sc_extern)
7621 scope = current_decl_namespace ();
7622 else if (!at_function_scope_p ())
7623 scope = current_scope ();
7626 if (scope
7627 && (/* If the variable is a namespace-scope variable declared in a
7628 template, we need DECL_LANG_SPECIFIC. */
7629 (TREE_CODE (scope) == NAMESPACE_DECL && processing_template_decl)
7630 /* Similarly for namespace-scope variables with language linkage
7631 other than C++. */
7632 || (TREE_CODE (scope) == NAMESPACE_DECL
7633 && current_lang_name != lang_name_cplusplus)
7634 /* Similarly for static data members. */
7635 || TYPE_P (scope)))
7636 decl = build_lang_decl (VAR_DECL, name, type);
7637 else
7638 decl = build_decl (input_location, VAR_DECL, name, type);
7640 if (explicit_scope && TREE_CODE (explicit_scope) == NAMESPACE_DECL)
7641 set_decl_namespace (decl, explicit_scope, 0);
7642 else
7643 DECL_CONTEXT (decl) = FROB_CONTEXT (scope);
7645 if (declspecs->storage_class == sc_extern)
7647 DECL_THIS_EXTERN (decl) = 1;
7648 DECL_EXTERNAL (decl) = !initialized;
7651 if (DECL_CLASS_SCOPE_P (decl))
7653 set_linkage_for_static_data_member (decl);
7654 /* This function is only called with out-of-class definitions. */
7655 DECL_EXTERNAL (decl) = 0;
7656 check_class_member_definition_namespace (decl);
7658 /* At top level, either `static' or no s.c. makes a definition
7659 (perhaps tentative), and absence of `static' makes it public. */
7660 else if (toplevel_bindings_p ())
7662 TREE_PUBLIC (decl) = (declspecs->storage_class != sc_static
7663 && (DECL_THIS_EXTERN (decl) || ! constp));
7664 TREE_STATIC (decl) = ! DECL_EXTERNAL (decl);
7666 /* Not at top level, only `static' makes a static definition. */
7667 else
7669 TREE_STATIC (decl) = declspecs->storage_class == sc_static;
7670 TREE_PUBLIC (decl) = DECL_EXTERNAL (decl);
7673 if (decl_spec_seq_has_spec_p (declspecs, ds_thread))
7674 DECL_TLS_MODEL (decl) = decl_default_tls_model (decl);
7676 /* If the type of the decl has no linkage, make sure that we'll
7677 notice that in mark_used. */
7678 if (cxx_dialect > cxx98
7679 && decl_linkage (decl) != lk_none
7680 && DECL_LANG_SPECIFIC (decl) == NULL
7681 && !DECL_EXTERN_C_P (decl)
7682 && no_linkage_check (TREE_TYPE (decl), /*relaxed_p=*/false))
7683 retrofit_lang_decl (decl);
7685 if (TREE_PUBLIC (decl))
7687 /* [basic.link]: A name with no linkage (notably, the name of a class
7688 or enumeration declared in a local scope) shall not be used to
7689 declare an entity with linkage.
7691 DR 757 relaxes this restriction for C++0x. */
7692 tree t = (cxx_dialect > cxx98 ? NULL_TREE
7693 : no_linkage_check (TREE_TYPE (decl), /*relaxed_p=*/false));
7694 if (t)
7696 if (TYPE_ANONYMOUS_P (t))
7698 if (DECL_EXTERN_C_P (decl))
7699 /* Allow this; it's pretty common in C. */
7701 else
7703 /* DRs 132, 319 and 389 seem to indicate types with
7704 no linkage can only be used to declare extern "C"
7705 entities. Since it's not always an error in the
7706 ISO C++ 90 Standard, we only issue a warning. */
7707 warning (0, "anonymous type with no linkage used to declare "
7708 "variable %q#D with linkage", decl);
7709 if (DECL_ORIGINAL_TYPE (TYPE_NAME (t)))
7710 warning (0, "%q+#D does not refer to the unqualified "
7711 "type, so it is not used for linkage",
7712 TYPE_NAME (t));
7715 else
7716 warning (0, "type %qT with no linkage used to declare variable "
7717 "%q#D with linkage", t, decl);
7720 else
7721 DECL_INTERFACE_KNOWN (decl) = 1;
7723 return decl;
7726 /* Create and return a canonical pointer to member function type, for
7727 TYPE, which is a POINTER_TYPE to a METHOD_TYPE. */
7729 tree
7730 build_ptrmemfunc_type (tree type)
7732 tree field, fields;
7733 tree t;
7734 tree unqualified_variant = NULL_TREE;
7736 if (type == error_mark_node)
7737 return type;
7739 /* If a canonical type already exists for this type, use it. We use
7740 this method instead of type_hash_canon, because it only does a
7741 simple equality check on the list of field members. */
7743 if ((t = TYPE_GET_PTRMEMFUNC_TYPE (type)))
7744 return t;
7746 /* Make sure that we always have the unqualified pointer-to-member
7747 type first. */
7748 if (cp_type_quals (type) != TYPE_UNQUALIFIED)
7749 unqualified_variant
7750 = build_ptrmemfunc_type (TYPE_MAIN_VARIANT (type));
7752 t = make_class_type (RECORD_TYPE);
7753 xref_basetypes (t, NULL_TREE);
7755 /* Let the front end know this is a pointer to member function... */
7756 TYPE_PTRMEMFUNC_FLAG (t) = 1;
7757 /* ... and not really a class type. */
7758 SET_CLASS_TYPE_P (t, 0);
7760 field = build_decl (input_location, FIELD_DECL, pfn_identifier, type);
7761 fields = field;
7763 field = build_decl (input_location, FIELD_DECL, delta_identifier,
7764 delta_type_node);
7765 DECL_CHAIN (field) = fields;
7766 fields = field;
7768 finish_builtin_struct (t, "__ptrmemfunc_type", fields, ptr_type_node);
7770 /* Zap out the name so that the back end will give us the debugging
7771 information for this anonymous RECORD_TYPE. */
7772 TYPE_NAME (t) = NULL_TREE;
7774 /* If this is not the unqualified form of this pointer-to-member
7775 type, set the TYPE_MAIN_VARIANT for this type to be the
7776 unqualified type. Since they are actually RECORD_TYPEs that are
7777 not variants of each other, we must do this manually.
7778 As we just built a new type there is no need to do yet another copy. */
7779 if (cp_type_quals (type) != TYPE_UNQUALIFIED)
7781 int type_quals = cp_type_quals (type);
7782 TYPE_READONLY (t) = (type_quals & TYPE_QUAL_CONST) != 0;
7783 TYPE_VOLATILE (t) = (type_quals & TYPE_QUAL_VOLATILE) != 0;
7784 TYPE_RESTRICT (t) = (type_quals & TYPE_QUAL_RESTRICT) != 0;
7785 TYPE_MAIN_VARIANT (t) = unqualified_variant;
7786 TYPE_NEXT_VARIANT (t) = TYPE_NEXT_VARIANT (unqualified_variant);
7787 TYPE_NEXT_VARIANT (unqualified_variant) = t;
7788 TREE_TYPE (TYPE_BINFO (t)) = t;
7791 /* Cache this pointer-to-member type so that we can find it again
7792 later. */
7793 TYPE_SET_PTRMEMFUNC_TYPE (type, t);
7795 if (TYPE_STRUCTURAL_EQUALITY_P (type))
7796 SET_TYPE_STRUCTURAL_EQUALITY (t);
7797 else if (TYPE_CANONICAL (type) != type)
7798 TYPE_CANONICAL (t) = build_ptrmemfunc_type (TYPE_CANONICAL (type));
7800 return t;
7803 /* Create and return a pointer to data member type. */
7805 tree
7806 build_ptrmem_type (tree class_type, tree member_type)
7808 if (TREE_CODE (member_type) == METHOD_TYPE)
7810 cp_cv_quals quals = type_memfn_quals (member_type);
7811 member_type = build_memfn_type (member_type, class_type, quals);
7812 return build_ptrmemfunc_type (build_pointer_type (member_type));
7814 else
7816 gcc_assert (TREE_CODE (member_type) != FUNCTION_TYPE);
7817 return build_offset_type (class_type, member_type);
7821 /* DECL is a VAR_DECL defined in-class, whose TYPE is also given.
7822 Check to see that the definition is valid. Issue appropriate error
7823 messages. Return 1 if the definition is particularly bad, or 0
7824 otherwise. */
7826 static int
7827 check_static_variable_definition (tree decl, tree type)
7829 /* Can't check yet if we don't know the type. */
7830 if (dependent_type_p (type))
7831 return 0;
7832 /* If DECL is declared constexpr, we'll do the appropriate checks
7833 in check_initializer. */
7834 if (DECL_P (decl) && DECL_DECLARED_CONSTEXPR_P (decl))
7835 return 0;
7836 else if (cxx_dialect >= cxx0x && !INTEGRAL_OR_ENUMERATION_TYPE_P (type))
7838 if (!COMPLETE_TYPE_P (type))
7839 error ("in-class initialization of static data member %q#D of "
7840 "incomplete type", decl);
7841 else if (literal_type_p (type))
7842 permerror (input_location,
7843 "%<constexpr%> needed for in-class initialization of "
7844 "static data member %q#D of non-integral type", decl);
7845 else
7846 error ("in-class initialization of static data member %q#D of "
7847 "non-literal type", decl);
7848 return 1;
7851 /* Motion 10 at San Diego: If a static const integral data member is
7852 initialized with an integral constant expression, the initializer
7853 may appear either in the declaration (within the class), or in
7854 the definition, but not both. If it appears in the class, the
7855 member is a member constant. The file-scope definition is always
7856 required. */
7857 if (!ARITHMETIC_TYPE_P (type) && TREE_CODE (type) != ENUMERAL_TYPE)
7859 error ("invalid in-class initialization of static data member "
7860 "of non-integral type %qT",
7861 type);
7862 return 1;
7864 else if (!CP_TYPE_CONST_P (type))
7865 error ("ISO C++ forbids in-class initialization of non-const "
7866 "static member %qD",
7867 decl);
7868 else if (!INTEGRAL_OR_ENUMERATION_TYPE_P (type))
7869 pedwarn (input_location, OPT_Wpedantic, "ISO C++ forbids initialization of member constant "
7870 "%qD of non-integral type %qT", decl, type);
7872 return 0;
7875 /* *expr_p is part of the TYPE_SIZE of a variably-sized array. If any
7876 SAVE_EXPRs in *expr_p wrap expressions with side-effects, break those
7877 expressions out into temporary variables so that walk_tree doesn't
7878 step into them (c++/15764). */
7880 static tree
7881 stabilize_save_expr_r (tree *expr_p, int *walk_subtrees, void *data)
7883 struct pointer_set_t *pset = (struct pointer_set_t *)data;
7884 tree expr = *expr_p;
7885 if (TREE_CODE (expr) == SAVE_EXPR)
7887 tree op = TREE_OPERAND (expr, 0);
7888 cp_walk_tree (&op, stabilize_save_expr_r, data, pset);
7889 if (TREE_SIDE_EFFECTS (op))
7890 TREE_OPERAND (expr, 0) = get_temp_regvar (TREE_TYPE (op), op);
7891 *walk_subtrees = 0;
7893 else if (!EXPR_P (expr) || !TREE_SIDE_EFFECTS (expr))
7894 *walk_subtrees = 0;
7895 return NULL;
7898 /* Entry point for the above. */
7900 static void
7901 stabilize_vla_size (tree size)
7903 struct pointer_set_t *pset = pointer_set_create ();
7904 /* Break out any function calls into temporary variables. */
7905 cp_walk_tree (&size, stabilize_save_expr_r, pset, pset);
7908 /* Given the SIZE (i.e., number of elements) in an array, compute an
7909 appropriate index type for the array. If non-NULL, NAME is the
7910 name of the thing being declared. */
7912 tree
7913 compute_array_index_type (tree name, tree size, tsubst_flags_t complain)
7915 tree type;
7916 tree itype;
7917 tree osize = size;
7918 tree abi_1_itype = NULL_TREE;
7920 if (error_operand_p (size))
7921 return error_mark_node;
7923 type = TREE_TYPE (size);
7924 /* type_dependent_expression_p? */
7925 if (!dependent_type_p (type))
7927 mark_rvalue_use (size);
7929 if (cxx_dialect < cxx0x && TREE_CODE (size) == NOP_EXPR
7930 && TREE_SIDE_EFFECTS (size))
7931 /* In C++98, we mark a non-constant array bound with a magic
7932 NOP_EXPR with TREE_SIDE_EFFECTS; don't fold in that case. */;
7933 else
7935 size = fold_non_dependent_expr (size);
7937 if (CLASS_TYPE_P (type)
7938 && CLASSTYPE_LITERAL_P (type))
7940 size = build_expr_type_conversion (WANT_INT, size, true);
7941 if (!size)
7943 if (!(complain & tf_error))
7944 return error_mark_node;
7945 if (name)
7946 error ("size of array %qD has non-integral type %qT",
7947 name, type);
7948 else
7949 error ("size of array has non-integral type %qT", type);
7950 size = integer_one_node;
7952 if (size == error_mark_node)
7953 return error_mark_node;
7954 type = TREE_TYPE (size);
7955 /* We didn't support this case in GCC 3.2, so don't bother
7956 trying to model it now in ABI v1. */
7957 abi_1_itype = error_mark_node;
7960 size = maybe_constant_value (size);
7961 if (!TREE_CONSTANT (size))
7962 size = osize;
7965 if (error_operand_p (size))
7966 return error_mark_node;
7968 /* The array bound must be an integer type. */
7969 if (!INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
7971 if (!(complain & tf_error))
7972 return error_mark_node;
7973 if (name)
7974 error ("size of array %qD has non-integral type %qT", name, type);
7975 else
7976 error ("size of array has non-integral type %qT", type);
7977 size = integer_one_node;
7978 type = TREE_TYPE (size);
7982 /* A type is dependent if it is...an array type constructed from any
7983 dependent type or whose size is specified by a constant expression
7984 that is value-dependent. */
7985 /* We can only call value_dependent_expression_p on integral constant
7986 expressions; treat non-constant expressions as dependent, too. */
7987 if (processing_template_decl
7988 && (dependent_type_p (type)
7989 || !TREE_CONSTANT (size) || value_dependent_expression_p (size)))
7991 /* We cannot do any checking for a SIZE that isn't known to be
7992 constant. Just build the index type and mark that it requires
7993 structural equality checks. */
7994 itype = build_index_type (build_min (MINUS_EXPR, sizetype,
7995 size, integer_one_node));
7996 TYPE_DEPENDENT_P (itype) = 1;
7997 TYPE_DEPENDENT_P_VALID (itype) = 1;
7998 SET_TYPE_STRUCTURAL_EQUALITY (itype);
7999 return itype;
8002 if (!abi_version_at_least (2) && processing_template_decl
8003 && abi_1_itype == NULL_TREE)
8004 /* For abi-1, we handled all instances in templates the same way,
8005 even when they were non-dependent. This affects the manglings
8006 produced. So, we do the normal checking for non-dependent
8007 sizes, but at the end we'll return the same type that abi-1
8008 would have, but with TYPE_CANONICAL set to the "right"
8009 value that the current ABI would provide. */
8010 abi_1_itype = build_index_type (build_min (MINUS_EXPR, sizetype,
8011 osize, integer_one_node));
8013 /* Normally, the array-bound will be a constant. */
8014 if (TREE_CODE (size) == INTEGER_CST)
8016 /* Check to see if the array bound overflowed. Make that an
8017 error, no matter how generous we're being. */
8018 constant_expression_error (size);
8020 /* An array must have a positive number of elements. */
8021 if (INT_CST_LT (size, integer_zero_node))
8023 if (!(complain & tf_error))
8024 return error_mark_node;
8025 if (name)
8026 error ("size of array %qD is negative", name);
8027 else
8028 error ("size of array is negative");
8029 size = integer_one_node;
8031 /* As an extension we allow zero-sized arrays. */
8032 else if (integer_zerop (size))
8034 if (!(complain & tf_error))
8035 /* We must fail if performing argument deduction (as
8036 indicated by the state of complain), so that
8037 another substitution can be found. */
8038 return error_mark_node;
8039 else if (in_system_header)
8040 /* Allow them in system headers because glibc uses them. */;
8041 else if (name)
8042 pedwarn (input_location, OPT_Wpedantic, "ISO C++ forbids zero-size array %qD", name);
8043 else
8044 pedwarn (input_location, OPT_Wpedantic, "ISO C++ forbids zero-size array");
8047 else if (TREE_CONSTANT (size)
8048 /* We don't allow VLAs at non-function scopes, or during
8049 tentative template substitution. */
8050 || !at_function_scope_p () || !(complain & tf_error))
8052 if (!(complain & tf_error))
8053 return error_mark_node;
8054 /* `(int) &fn' is not a valid array bound. */
8055 if (name)
8056 error ("size of array %qD is not an integral constant-expression",
8057 name);
8058 else
8059 error ("size of array is not an integral constant-expression");
8060 size = integer_one_node;
8062 else if (pedantic && warn_vla != 0)
8064 if (name)
8065 pedwarn (input_location, OPT_Wvla, "ISO C++ forbids variable length array %qD", name);
8066 else
8067 pedwarn (input_location, OPT_Wvla, "ISO C++ forbids variable length array");
8069 else if (warn_vla > 0)
8071 if (name)
8072 warning (OPT_Wvla,
8073 "variable length array %qD is used", name);
8074 else
8075 warning (OPT_Wvla,
8076 "variable length array is used");
8079 if (processing_template_decl && !TREE_CONSTANT (size))
8080 /* A variable sized array. */
8081 itype = build_min (MINUS_EXPR, sizetype, size, integer_one_node);
8082 else
8084 HOST_WIDE_INT saved_processing_template_decl;
8086 /* Compute the index of the largest element in the array. It is
8087 one less than the number of elements in the array. We save
8088 and restore PROCESSING_TEMPLATE_DECL so that computations in
8089 cp_build_binary_op will be appropriately folded. */
8090 saved_processing_template_decl = processing_template_decl;
8091 processing_template_decl = 0;
8092 itype = cp_build_binary_op (input_location,
8093 MINUS_EXPR,
8094 cp_convert (ssizetype, size, complain),
8095 cp_convert (ssizetype, integer_one_node,
8096 complain),
8097 complain);
8098 itype = fold (itype);
8099 processing_template_decl = saved_processing_template_decl;
8101 if (!TREE_CONSTANT (itype))
8102 /* A variable sized array. */
8103 itype = variable_size (itype);
8104 /* Make sure that there was no overflow when creating to a signed
8105 index type. (For example, on a 32-bit machine, an array with
8106 size 2^32 - 1 is too big.) */
8107 else if (TREE_CODE (itype) == INTEGER_CST
8108 && TREE_OVERFLOW (itype))
8110 if (!(complain & tf_error))
8111 return error_mark_node;
8112 error ("overflow in array dimension");
8113 TREE_OVERFLOW (itype) = 0;
8117 /* Create and return the appropriate index type. */
8118 if (abi_1_itype && abi_1_itype != error_mark_node)
8120 tree t = build_index_type (itype);
8121 TYPE_CANONICAL (abi_1_itype) = TYPE_CANONICAL (t);
8122 itype = abi_1_itype;
8124 else
8125 itype = build_index_type (itype);
8127 /* If the index type were dependent, we would have returned early, so
8128 remember that it isn't. */
8129 TYPE_DEPENDENT_P (itype) = 0;
8130 TYPE_DEPENDENT_P_VALID (itype) = 1;
8131 return itype;
8134 /* Returns the scope (if any) in which the entity declared by
8135 DECLARATOR will be located. If the entity was declared with an
8136 unqualified name, NULL_TREE is returned. */
8138 tree
8139 get_scope_of_declarator (const cp_declarator *declarator)
8141 while (declarator && declarator->kind != cdk_id)
8142 declarator = declarator->declarator;
8144 /* If the declarator-id is a SCOPE_REF, the scope in which the
8145 declaration occurs is the first operand. */
8146 if (declarator
8147 && declarator->u.id.qualifying_scope)
8148 return declarator->u.id.qualifying_scope;
8150 /* Otherwise, the declarator is not a qualified name; the entity will
8151 be declared in the current scope. */
8152 return NULL_TREE;
8155 /* Returns an ARRAY_TYPE for an array with SIZE elements of the
8156 indicated TYPE. If non-NULL, NAME is the NAME of the declaration
8157 with this type. */
8159 static tree
8160 create_array_type_for_decl (tree name, tree type, tree size)
8162 tree itype = NULL_TREE;
8164 /* If things have already gone awry, bail now. */
8165 if (type == error_mark_node || size == error_mark_node)
8166 return error_mark_node;
8168 /* 8.3.4/1: If the type of the identifier of D contains the auto
8169 type-specifier, the program is ill-formed. */
8170 if (pedantic && type_uses_auto (type))
8171 pedwarn (input_location, OPT_Wpedantic,
8172 "declaration of %qD as array of %<auto%>", name);
8174 /* If there are some types which cannot be array elements,
8175 issue an error-message and return. */
8176 switch (TREE_CODE (type))
8178 case VOID_TYPE:
8179 if (name)
8180 error ("declaration of %qD as array of void", name);
8181 else
8182 error ("creating array of void");
8183 return error_mark_node;
8185 case FUNCTION_TYPE:
8186 if (name)
8187 error ("declaration of %qD as array of functions", name);
8188 else
8189 error ("creating array of functions");
8190 return error_mark_node;
8192 case REFERENCE_TYPE:
8193 if (name)
8194 error ("declaration of %qD as array of references", name);
8195 else
8196 error ("creating array of references");
8197 return error_mark_node;
8199 case METHOD_TYPE:
8200 if (name)
8201 error ("declaration of %qD as array of function members", name);
8202 else
8203 error ("creating array of function members");
8204 return error_mark_node;
8206 default:
8207 break;
8210 /* [dcl.array]
8212 The constant expressions that specify the bounds of the arrays
8213 can be omitted only for the first member of the sequence. */
8214 if (TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type))
8216 if (name)
8217 error ("declaration of %qD as multidimensional array must "
8218 "have bounds for all dimensions except the first",
8219 name);
8220 else
8221 error ("multidimensional array must have bounds for all "
8222 "dimensions except the first");
8224 return error_mark_node;
8227 /* Figure out the index type for the array. */
8228 if (size)
8229 itype = compute_array_index_type (name, size, tf_warning_or_error);
8231 /* [dcl.array]
8232 T is called the array element type; this type shall not be [...] an
8233 abstract class type. */
8234 abstract_virtuals_error (name, type);
8236 return build_cplus_array_type (type, itype);
8239 /* Check that it's OK to declare a function with the indicated TYPE.
8240 SFK indicates the kind of special function (if any) that this
8241 function is. OPTYPE is the type given in a conversion operator
8242 declaration, or the class type for a constructor/destructor.
8243 Returns the actual return type of the function; that
8244 may be different than TYPE if an error occurs, or for certain
8245 special functions. */
8247 static tree
8248 check_special_function_return_type (special_function_kind sfk,
8249 tree type,
8250 tree optype)
8252 switch (sfk)
8254 case sfk_constructor:
8255 if (type)
8256 error ("return type specification for constructor invalid");
8258 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
8259 type = build_pointer_type (optype);
8260 else
8261 type = void_type_node;
8262 break;
8264 case sfk_destructor:
8265 if (type)
8266 error ("return type specification for destructor invalid");
8267 /* We can't use the proper return type here because we run into
8268 problems with ambiguous bases and covariant returns.
8269 Java classes are left unchanged because (void *) isn't a valid
8270 Java type, and we don't want to change the Java ABI. */
8271 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
8272 type = build_pointer_type (void_type_node);
8273 else
8274 type = void_type_node;
8275 break;
8277 case sfk_conversion:
8278 if (type)
8279 error ("return type specified for %<operator %T%>", optype);
8280 type = optype;
8281 break;
8283 default:
8284 gcc_unreachable ();
8287 return type;
8290 /* A variable or data member (whose unqualified name is IDENTIFIER)
8291 has been declared with the indicated TYPE. If the TYPE is not
8292 acceptable, issue an error message and return a type to use for
8293 error-recovery purposes. */
8295 tree
8296 check_var_type (tree identifier, tree type)
8298 if (VOID_TYPE_P (type))
8300 if (!identifier)
8301 error ("unnamed variable or field declared void");
8302 else if (TREE_CODE (identifier) == IDENTIFIER_NODE)
8304 gcc_assert (!IDENTIFIER_OPNAME_P (identifier));
8305 error ("variable or field %qE declared void", identifier);
8307 else
8308 error ("variable or field declared void");
8309 type = error_mark_node;
8312 return type;
8315 /* Given declspecs and a declarator (abstract or otherwise), determine
8316 the name and type of the object declared and construct a DECL node
8317 for it.
8319 DECLSPECS points to the representation of declaration-specifier
8320 sequence that precedes declarator.
8322 DECL_CONTEXT says which syntactic context this declaration is in:
8323 NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
8324 FUNCDEF for a function definition. Like NORMAL but a few different
8325 error messages in each case. Return value may be zero meaning
8326 this definition is too screwy to try to parse.
8327 MEMFUNCDEF for a function definition. Like FUNCDEF but prepares to
8328 handle member functions (which have FIELD context).
8329 Return value may be zero meaning this definition is too screwy to
8330 try to parse.
8331 PARM for a parameter declaration (either within a function prototype
8332 or before a function body). Make a PARM_DECL, or return void_type_node.
8333 TPARM for a template parameter declaration.
8334 CATCHPARM for a parameter declaration before a catch clause.
8335 TYPENAME if for a typename (in a cast or sizeof).
8336 Don't make a DECL node; just return the ..._TYPE node.
8337 FIELD for a struct or union field; make a FIELD_DECL.
8338 BITFIELD for a field with specified width.
8340 INITIALIZED is as for start_decl.
8342 ATTRLIST is a pointer to the list of attributes, which may be NULL
8343 if there are none; *ATTRLIST may be modified if attributes from inside
8344 the declarator should be applied to the declaration.
8346 When this function is called, scoping variables (such as
8347 CURRENT_CLASS_TYPE) should reflect the scope in which the
8348 declaration occurs, not the scope in which the new declaration will
8349 be placed. For example, on:
8351 void S::f() { ... }
8353 when grokdeclarator is called for `S::f', the CURRENT_CLASS_TYPE
8354 should not be `S'.
8356 Returns a DECL (if a declarator is present), a TYPE (if there is no
8357 declarator, in cases like "struct S;"), or the ERROR_MARK_NODE if an
8358 error occurs. */
8360 tree
8361 grokdeclarator (const cp_declarator *declarator,
8362 const cp_decl_specifier_seq *declspecs,
8363 enum decl_context decl_context,
8364 int initialized,
8365 tree* attrlist)
8367 tree type = NULL_TREE;
8368 int longlong = 0;
8369 int explicit_int128 = 0;
8370 int virtualp, explicitp, friendp, inlinep, staticp;
8371 int explicit_int = 0;
8372 int explicit_char = 0;
8373 int defaulted_int = 0;
8374 tree dependent_name = NULL_TREE;
8376 tree typedef_decl = NULL_TREE;
8377 const char *name = NULL;
8378 tree typedef_type = NULL_TREE;
8379 /* True if this declarator is a function definition. */
8380 bool funcdef_flag = false;
8381 cp_declarator_kind innermost_code = cdk_error;
8382 int bitfield = 0;
8383 #if 0
8384 /* See the code below that used this. */
8385 tree decl_attr = NULL_TREE;
8386 #endif
8388 /* Keep track of what sort of function is being processed
8389 so that we can warn about default return values, or explicit
8390 return values which do not match prescribed defaults. */
8391 special_function_kind sfk = sfk_none;
8393 tree dname = NULL_TREE;
8394 tree ctor_return_type = NULL_TREE;
8395 enum overload_flags flags = NO_SPECIAL;
8396 /* cv-qualifiers that apply to the declarator, for a declaration of
8397 a member function. */
8398 cp_cv_quals memfn_quals = TYPE_UNQUALIFIED;
8399 /* virt-specifiers that apply to the declarator, for a declaration of
8400 a member function. */
8401 cp_virt_specifiers virt_specifiers = VIRT_SPEC_UNSPECIFIED;
8402 /* cv-qualifiers that apply to the type specified by the DECLSPECS. */
8403 int type_quals;
8404 tree raises = NULL_TREE;
8405 int template_count = 0;
8406 tree returned_attrs = NULL_TREE;
8407 tree parms = NULL_TREE;
8408 const cp_declarator *id_declarator;
8409 /* The unqualified name of the declarator; either an
8410 IDENTIFIER_NODE, BIT_NOT_EXPR, or TEMPLATE_ID_EXPR. */
8411 tree unqualified_id;
8412 /* The class type, if any, in which this entity is located,
8413 or NULL_TREE if none. Note that this value may be different from
8414 the current class type; for example if an attempt is made to declare
8415 "A::f" inside "B", this value will be "A". */
8416 tree ctype = current_class_type;
8417 /* The NAMESPACE_DECL for the namespace in which this entity is
8418 located. If an unqualified name is used to declare the entity,
8419 this value will be NULL_TREE, even if the entity is located at
8420 namespace scope. */
8421 tree in_namespace = NULL_TREE;
8422 cp_storage_class storage_class;
8423 bool unsigned_p, signed_p, short_p, long_p, thread_p;
8424 bool type_was_error_mark_node = false;
8425 bool parameter_pack_p = declarator? declarator->parameter_pack_p : false;
8426 bool template_type_arg = false;
8427 bool template_parm_flag = false;
8428 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr);
8429 const char *errmsg;
8431 signed_p = decl_spec_seq_has_spec_p (declspecs, ds_signed);
8432 unsigned_p = decl_spec_seq_has_spec_p (declspecs, ds_unsigned);
8433 short_p = decl_spec_seq_has_spec_p (declspecs, ds_short);
8434 long_p = decl_spec_seq_has_spec_p (declspecs, ds_long);
8435 longlong = decl_spec_seq_has_spec_p (declspecs, ds_long_long);
8436 explicit_int128 = declspecs->explicit_int128_p;
8437 thread_p = decl_spec_seq_has_spec_p (declspecs, ds_thread);
8439 if (decl_context == FUNCDEF)
8440 funcdef_flag = true, decl_context = NORMAL;
8441 else if (decl_context == MEMFUNCDEF)
8442 funcdef_flag = true, decl_context = FIELD;
8443 else if (decl_context == BITFIELD)
8444 bitfield = 1, decl_context = FIELD;
8445 else if (decl_context == TEMPLATE_TYPE_ARG)
8446 template_type_arg = true, decl_context = TYPENAME;
8447 else if (decl_context == TPARM)
8448 template_parm_flag = true, decl_context = PARM;
8450 if (initialized > 1)
8451 funcdef_flag = true;
8453 /* Look inside a declarator for the name being declared
8454 and get it as a string, for an error message. */
8455 for (id_declarator = declarator;
8456 id_declarator;
8457 id_declarator = id_declarator->declarator)
8459 if (id_declarator->kind != cdk_id)
8460 innermost_code = id_declarator->kind;
8462 switch (id_declarator->kind)
8464 case cdk_function:
8465 if (id_declarator->declarator
8466 && id_declarator->declarator->kind == cdk_id)
8468 sfk = id_declarator->declarator->u.id.sfk;
8469 if (sfk == sfk_destructor)
8470 flags = DTOR_FLAG;
8472 break;
8474 case cdk_id:
8476 tree qualifying_scope = id_declarator->u.id.qualifying_scope;
8477 tree decl = id_declarator->u.id.unqualified_name;
8478 if (!decl)
8479 break;
8480 if (qualifying_scope)
8482 if (at_function_scope_p ())
8484 /* [dcl.meaning]
8486 A declarator-id shall not be qualified except
8487 for ...
8489 None of the cases are permitted in block
8490 scope. */
8491 if (qualifying_scope == global_namespace)
8492 error ("invalid use of qualified-name %<::%D%>",
8493 decl);
8494 else if (TYPE_P (qualifying_scope))
8495 error ("invalid use of qualified-name %<%T::%D%>",
8496 qualifying_scope, decl);
8497 else
8498 error ("invalid use of qualified-name %<%D::%D%>",
8499 qualifying_scope, decl);
8500 return error_mark_node;
8502 else if (TYPE_P (qualifying_scope))
8504 ctype = qualifying_scope;
8505 if (!MAYBE_CLASS_TYPE_P (ctype))
8507 error ("%q#T is not a class or a namespace", ctype);
8508 ctype = NULL_TREE;
8510 else if (innermost_code != cdk_function
8511 && current_class_type
8512 && !UNIQUELY_DERIVED_FROM_P (ctype,
8513 current_class_type))
8515 error ("type %qT is not derived from type %qT",
8516 ctype, current_class_type);
8517 return error_mark_node;
8520 else if (TREE_CODE (qualifying_scope) == NAMESPACE_DECL)
8521 in_namespace = qualifying_scope;
8523 switch (TREE_CODE (decl))
8525 case BIT_NOT_EXPR:
8527 tree type;
8529 if (innermost_code != cdk_function)
8531 error ("declaration of %qD as non-function", decl);
8532 return error_mark_node;
8534 else if (!qualifying_scope
8535 && !(current_class_type && at_class_scope_p ()))
8537 error ("declaration of %qD as non-member", decl);
8538 return error_mark_node;
8541 type = TREE_OPERAND (decl, 0);
8542 if (TYPE_P (type))
8543 type = constructor_name (type);
8544 name = identifier_to_locale (IDENTIFIER_POINTER (type));
8545 dname = decl;
8547 break;
8549 case TEMPLATE_ID_EXPR:
8551 tree fns = TREE_OPERAND (decl, 0);
8553 dname = fns;
8554 if (TREE_CODE (dname) != IDENTIFIER_NODE)
8556 gcc_assert (is_overloaded_fn (dname));
8557 dname = DECL_NAME (get_first_fn (dname));
8560 /* Fall through. */
8562 case IDENTIFIER_NODE:
8563 if (TREE_CODE (decl) == IDENTIFIER_NODE)
8564 dname = decl;
8566 if (C_IS_RESERVED_WORD (dname))
8568 error ("declarator-id missing; using reserved word %qD",
8569 dname);
8570 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
8572 else if (!IDENTIFIER_TYPENAME_P (dname))
8573 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
8574 else
8576 gcc_assert (flags == NO_SPECIAL);
8577 flags = TYPENAME_FLAG;
8578 ctor_return_type = TREE_TYPE (dname);
8579 sfk = sfk_conversion;
8580 if (is_typename_at_global_scope (dname))
8581 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
8582 else
8583 name = "<invalid operator>";
8585 break;
8587 default:
8588 gcc_unreachable ();
8590 break;
8593 case cdk_array:
8594 case cdk_pointer:
8595 case cdk_reference:
8596 case cdk_ptrmem:
8597 break;
8599 case cdk_error:
8600 return error_mark_node;
8602 default:
8603 gcc_unreachable ();
8605 if (id_declarator->kind == cdk_id)
8606 break;
8609 /* [dcl.fct.edf]
8611 The declarator in a function-definition shall have the form
8612 D1 ( parameter-declaration-clause) ... */
8613 if (funcdef_flag && innermost_code != cdk_function)
8615 error ("function definition does not declare parameters");
8616 return error_mark_node;
8619 if (((dname && IDENTIFIER_OPNAME_P (dname)) || flags == TYPENAME_FLAG)
8620 && innermost_code != cdk_function
8621 && ! (ctype && !declspecs->any_specifiers_p))
8623 error ("declaration of %qD as non-function", dname);
8624 return error_mark_node;
8627 if (dname
8628 && TREE_CODE (dname) == IDENTIFIER_NODE
8629 && UDLIT_OPER_P (dname)
8630 && innermost_code != cdk_function)
8632 error ("declaration of %qD as non-function", dname);
8633 return error_mark_node;
8636 if (dname && IDENTIFIER_OPNAME_P (dname))
8638 if (decl_spec_seq_has_spec_p (declspecs, ds_typedef))
8640 error ("declaration of %qD as %<typedef%>", dname);
8641 return error_mark_node;
8643 else if (decl_context == PARM || decl_context == CATCHPARM)
8645 error ("declaration of %qD as parameter", dname);
8646 return error_mark_node;
8650 /* Anything declared one level down from the top level
8651 must be one of the parameters of a function
8652 (because the body is at least two levels down). */
8654 /* This heuristic cannot be applied to C++ nodes! Fixed, however,
8655 by not allowing C++ class definitions to specify their parameters
8656 with xdecls (must be spec.d in the parmlist).
8658 Since we now wait to push a class scope until we are sure that
8659 we are in a legitimate method context, we must set oldcname
8660 explicitly (since current_class_name is not yet alive).
8662 We also want to avoid calling this a PARM if it is in a namespace. */
8664 if (decl_context == NORMAL && !toplevel_bindings_p ())
8666 cp_binding_level *b = current_binding_level;
8667 current_binding_level = b->level_chain;
8668 if (current_binding_level != 0 && toplevel_bindings_p ())
8669 decl_context = PARM;
8670 current_binding_level = b;
8673 if (name == NULL)
8674 name = decl_context == PARM ? "parameter" : "type name";
8676 if (constexpr_p && decl_spec_seq_has_spec_p (declspecs, ds_typedef))
8678 error ("%<constexpr%> cannot appear in a typedef declaration");
8679 return error_mark_node;
8682 /* If there were multiple types specified in the decl-specifier-seq,
8683 issue an error message. */
8684 if (declspecs->multiple_types_p)
8686 error ("two or more data types in declaration of %qs", name);
8687 return error_mark_node;
8690 if (declspecs->conflicting_specifiers_p)
8692 error ("conflicting specifiers in declaration of %qs", name);
8693 return error_mark_node;
8696 /* Extract the basic type from the decl-specifier-seq. */
8697 type = declspecs->type;
8698 if (type == error_mark_node)
8700 type = NULL_TREE;
8701 type_was_error_mark_node = true;
8703 /* If the entire declaration is itself tagged as deprecated then
8704 suppress reports of deprecated items. */
8705 if (type && TREE_DEPRECATED (type)
8706 && deprecated_state != DEPRECATED_SUPPRESS)
8707 warn_deprecated_use (type, NULL_TREE);
8708 if (type && TREE_CODE (type) == TYPE_DECL)
8710 typedef_decl = type;
8711 type = TREE_TYPE (typedef_decl);
8712 if (TREE_DEPRECATED (type)
8713 && DECL_ARTIFICIAL (typedef_decl)
8714 && deprecated_state != DEPRECATED_SUPPRESS)
8715 warn_deprecated_use (type, NULL_TREE);
8717 /* No type at all: default to `int', and set DEFAULTED_INT
8718 because it was not a user-defined typedef. */
8719 if (type == NULL_TREE && (signed_p || unsigned_p || long_p || short_p))
8721 /* These imply 'int'. */
8722 type = integer_type_node;
8723 defaulted_int = 1;
8725 /* Gather flags. */
8726 explicit_int = declspecs->explicit_int_p;
8727 explicit_char = declspecs->explicit_char_p;
8729 #if 0
8730 /* See the code below that used this. */
8731 if (typedef_decl)
8732 decl_attr = DECL_ATTRIBUTES (typedef_decl);
8733 #endif
8734 typedef_type = type;
8737 if (sfk != sfk_conversion)
8738 ctor_return_type = ctype;
8740 if (sfk != sfk_none)
8741 type = check_special_function_return_type (sfk, type,
8742 ctor_return_type);
8743 else if (type == NULL_TREE)
8745 int is_main;
8747 explicit_int = -1;
8749 /* We handle `main' specially here, because 'main () { }' is so
8750 common. With no options, it is allowed. With -Wreturn-type,
8751 it is a warning. It is only an error with -pedantic-errors. */
8752 is_main = (funcdef_flag
8753 && dname && TREE_CODE (dname) == IDENTIFIER_NODE
8754 && MAIN_NAME_P (dname)
8755 && ctype == NULL_TREE
8756 && in_namespace == NULL_TREE
8757 && current_namespace == global_namespace);
8759 if (type_was_error_mark_node)
8760 /* We've already issued an error, don't complain more. */;
8761 else if (in_system_header || flag_ms_extensions)
8762 /* Allow it, sigh. */;
8763 else if (! is_main)
8764 permerror (input_location, "ISO C++ forbids declaration of %qs with no type", name);
8765 else if (pedantic)
8766 pedwarn (input_location, OPT_Wpedantic,
8767 "ISO C++ forbids declaration of %qs with no type", name);
8768 else
8769 warning (OPT_Wreturn_type,
8770 "ISO C++ forbids declaration of %qs with no type", name);
8772 type = integer_type_node;
8775 ctype = NULL_TREE;
8777 if (explicit_int128)
8779 if (int128_integer_type_node == NULL_TREE)
8781 error ("%<__int128%> is not supported by this target");
8782 explicit_int128 = false;
8784 else if (pedantic && ! in_system_header)
8785 pedwarn (input_location, OPT_Wpedantic,
8786 "ISO C++ does not support %<__int128%> for %qs", name);
8789 /* Now process the modifiers that were specified
8790 and check for invalid combinations. */
8792 /* Long double is a special combination. */
8793 if (long_p && !longlong && TYPE_MAIN_VARIANT (type) == double_type_node)
8795 long_p = false;
8796 type = cp_build_qualified_type (long_double_type_node,
8797 cp_type_quals (type));
8800 /* Check all other uses of type modifiers. */
8802 if (unsigned_p || signed_p || long_p || short_p)
8804 int ok = 0;
8806 if ((signed_p || unsigned_p) && TREE_CODE (type) != INTEGER_TYPE)
8807 error ("%<signed%> or %<unsigned%> invalid for %qs", name);
8808 else if (signed_p && unsigned_p)
8809 error ("%<signed%> and %<unsigned%> specified together for %qs", name);
8810 else if (longlong && TREE_CODE (type) != INTEGER_TYPE)
8811 error ("%<long long%> invalid for %qs", name);
8812 else if (long_p && TREE_CODE (type) == REAL_TYPE)
8813 error ("%<long%> invalid for %qs", name);
8814 else if (short_p && TREE_CODE (type) == REAL_TYPE)
8815 error ("%<short%> invalid for %qs", name);
8816 else if ((long_p || short_p) && TREE_CODE (type) != INTEGER_TYPE)
8817 error ("%<long%> or %<short%> invalid for %qs", name);
8818 else if ((long_p || short_p || explicit_char || explicit_int) && explicit_int128)
8819 error ("%<long%>, %<int%>, %<short%>, or %<char%> invalid for %qs", name);
8820 else if ((long_p || short_p) && explicit_char)
8821 error ("%<long%> or %<short%> specified with char for %qs", name);
8822 else if (long_p && short_p)
8823 error ("%<long%> and %<short%> specified together for %qs", name);
8824 else if (type == char16_type_node || type == char32_type_node)
8826 if (signed_p || unsigned_p)
8827 error ("%<signed%> or %<unsigned%> invalid for %qs", name);
8828 else if (short_p || long_p)
8829 error ("%<short%> or %<long%> invalid for %qs", name);
8831 else
8833 ok = 1;
8834 if (!explicit_int && !defaulted_int && !explicit_char && !explicit_int128 && pedantic)
8836 pedwarn (input_location, OPT_Wpedantic,
8837 "long, short, signed or unsigned used invalidly for %qs",
8838 name);
8839 if (flag_pedantic_errors)
8840 ok = 0;
8844 /* Discard the type modifiers if they are invalid. */
8845 if (! ok)
8847 unsigned_p = false;
8848 signed_p = false;
8849 long_p = false;
8850 short_p = false;
8851 longlong = 0;
8855 /* Decide whether an integer type is signed or not.
8856 Optionally treat bitfields as signed by default. */
8857 if (unsigned_p
8858 /* [class.bit]
8860 It is implementation-defined whether a plain (neither
8861 explicitly signed or unsigned) char, short, int, or long
8862 bit-field is signed or unsigned.
8864 Naturally, we extend this to long long as well. Note that
8865 this does not include wchar_t. */
8866 || (bitfield && !flag_signed_bitfields
8867 && !signed_p
8868 /* A typedef for plain `int' without `signed' can be
8869 controlled just like plain `int', but a typedef for
8870 `signed int' cannot be so controlled. */
8871 && !(typedef_decl
8872 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl))
8873 && TREE_CODE (type) == INTEGER_TYPE
8874 && !same_type_p (TYPE_MAIN_VARIANT (type), wchar_type_node)))
8876 if (explicit_int128)
8877 type = int128_unsigned_type_node;
8878 else if (longlong)
8879 type = long_long_unsigned_type_node;
8880 else if (long_p)
8881 type = long_unsigned_type_node;
8882 else if (short_p)
8883 type = short_unsigned_type_node;
8884 else if (type == char_type_node)
8885 type = unsigned_char_type_node;
8886 else if (typedef_decl)
8887 type = unsigned_type_for (type);
8888 else
8889 type = unsigned_type_node;
8891 else if (signed_p && type == char_type_node)
8892 type = signed_char_type_node;
8893 else if (explicit_int128)
8894 type = int128_integer_type_node;
8895 else if (longlong)
8896 type = long_long_integer_type_node;
8897 else if (long_p)
8898 type = long_integer_type_node;
8899 else if (short_p)
8900 type = short_integer_type_node;
8902 if (decl_spec_seq_has_spec_p (declspecs, ds_complex))
8904 if (TREE_CODE (type) != INTEGER_TYPE && TREE_CODE (type) != REAL_TYPE)
8905 error ("complex invalid for %qs", name);
8906 /* If we just have "complex", it is equivalent to
8907 "complex double", but if any modifiers at all are specified it is
8908 the complex form of TYPE. E.g, "complex short" is
8909 "complex short int". */
8910 else if (defaulted_int && ! longlong && ! explicit_int128
8911 && ! (long_p || short_p || signed_p || unsigned_p))
8912 type = complex_double_type_node;
8913 else if (type == integer_type_node)
8914 type = complex_integer_type_node;
8915 else if (type == float_type_node)
8916 type = complex_float_type_node;
8917 else if (type == double_type_node)
8918 type = complex_double_type_node;
8919 else if (type == long_double_type_node)
8920 type = complex_long_double_type_node;
8921 else
8922 type = build_complex_type (type);
8925 type_quals = TYPE_UNQUALIFIED;
8926 if (decl_spec_seq_has_spec_p (declspecs, ds_const))
8927 type_quals |= TYPE_QUAL_CONST;
8928 if (decl_spec_seq_has_spec_p (declspecs, ds_volatile))
8929 type_quals |= TYPE_QUAL_VOLATILE;
8930 if (decl_spec_seq_has_spec_p (declspecs, ds_restrict))
8931 type_quals |= TYPE_QUAL_RESTRICT;
8932 if (sfk == sfk_conversion && type_quals != TYPE_UNQUALIFIED)
8933 error ("qualifiers are not allowed on declaration of %<operator %T%>",
8934 ctor_return_type);
8936 /* If we're using the injected-class-name to form a compound type or a
8937 declaration, replace it with the underlying class so we don't get
8938 redundant typedefs in the debug output. But if we are returning the
8939 type unchanged, leave it alone so that it's available to
8940 maybe_get_template_decl_from_type_decl. */
8941 if (CLASS_TYPE_P (type)
8942 && DECL_SELF_REFERENCE_P (TYPE_NAME (type))
8943 && type == TREE_TYPE (TYPE_NAME (type))
8944 && (declarator || type_quals))
8945 type = DECL_ORIGINAL_TYPE (TYPE_NAME (type));
8947 type_quals |= cp_type_quals (type);
8948 type = cp_build_qualified_type_real
8949 (type, type_quals, ((typedef_decl && !DECL_ARTIFICIAL (typedef_decl)
8950 ? tf_ignore_bad_quals : 0) | tf_warning_or_error));
8951 /* We might have ignored or rejected some of the qualifiers. */
8952 type_quals = cp_type_quals (type);
8954 staticp = 0;
8955 inlinep = decl_spec_seq_has_spec_p (declspecs, ds_inline);
8956 virtualp = decl_spec_seq_has_spec_p (declspecs, ds_virtual);
8957 explicitp = decl_spec_seq_has_spec_p (declspecs, ds_explicit);
8959 storage_class = declspecs->storage_class;
8960 if (storage_class == sc_static)
8961 staticp = 1 + (decl_context == FIELD);
8963 if (virtualp && staticp == 2)
8965 error ("member %qD cannot be declared both virtual and static", dname);
8966 storage_class = sc_none;
8967 staticp = 0;
8969 friendp = decl_spec_seq_has_spec_p (declspecs, ds_friend);
8971 if (dependent_name && !friendp)
8973 error ("%<%T::%D%> is not a valid declarator", ctype, dependent_name);
8974 return error_mark_node;
8977 /* Issue errors about use of storage classes for parameters. */
8978 if (decl_context == PARM)
8980 if (decl_spec_seq_has_spec_p (declspecs, ds_typedef))
8982 error ("typedef declaration invalid in parameter declaration");
8983 return error_mark_node;
8985 else if (template_parm_flag && storage_class != sc_none)
8987 error ("storage class specified for template parameter %qs", name);
8988 return error_mark_node;
8990 else if (storage_class == sc_static
8991 || storage_class == sc_extern
8992 || thread_p)
8993 error ("storage class specifiers invalid in parameter declarations");
8995 /* Function parameters cannot be constexpr. If we saw one, moan
8996 and pretend it wasn't there. */
8997 if (constexpr_p)
8999 error ("a parameter cannot be declared %<constexpr%>");
9000 constexpr_p = 0;
9004 /* Give error if `virtual' is used outside of class declaration. */
9005 if (virtualp
9006 && (current_class_name == NULL_TREE || decl_context != FIELD))
9008 error ("%<virtual%> outside class declaration");
9009 virtualp = 0;
9012 /* Static anonymous unions are dealt with here. */
9013 if (staticp && decl_context == TYPENAME
9014 && declspecs->type
9015 && ANON_AGGR_TYPE_P (declspecs->type))
9016 decl_context = FIELD;
9018 /* Warn about storage classes that are invalid for certain
9019 kinds of declarations (parameters, typenames, etc.). */
9020 if (thread_p
9021 && ((storage_class
9022 && storage_class != sc_extern
9023 && storage_class != sc_static)
9024 || decl_spec_seq_has_spec_p (declspecs, ds_typedef)))
9026 error ("multiple storage classes in declaration of %qs", name);
9027 thread_p = false;
9029 if (decl_context != NORMAL
9030 && ((storage_class != sc_none
9031 && storage_class != sc_mutable)
9032 || thread_p))
9034 if ((decl_context == PARM || decl_context == CATCHPARM)
9035 && (storage_class == sc_register
9036 || storage_class == sc_auto))
9038 else if (decl_spec_seq_has_spec_p (declspecs, ds_typedef))
9040 else if (decl_context == FIELD
9041 /* C++ allows static class elements. */
9042 && storage_class == sc_static)
9043 /* C++ also allows inlines and signed and unsigned elements,
9044 but in those cases we don't come in here. */
9046 else
9048 if (decl_context == FIELD)
9049 error ("storage class specified for %qs", name);
9050 else
9052 if (decl_context == PARM || decl_context == CATCHPARM)
9053 error ("storage class specified for parameter %qs", name);
9054 else
9055 error ("storage class specified for typename");
9057 if (storage_class == sc_register
9058 || storage_class == sc_auto
9059 || storage_class == sc_extern
9060 || thread_p)
9061 storage_class = sc_none;
9064 else if (storage_class == sc_extern && funcdef_flag
9065 && ! toplevel_bindings_p ())
9066 error ("nested function %qs declared %<extern%>", name);
9067 else if (toplevel_bindings_p ())
9069 if (storage_class == sc_auto)
9070 error ("top-level declaration of %qs specifies %<auto%>", name);
9072 else if (thread_p
9073 && storage_class != sc_extern
9074 && storage_class != sc_static)
9076 error ("function-scope %qs implicitly auto and declared %<__thread%>",
9077 name);
9078 thread_p = false;
9081 if (storage_class && friendp)
9083 error ("storage class specifiers invalid in friend function declarations");
9084 storage_class = sc_none;
9085 staticp = 0;
9088 if (!id_declarator)
9089 unqualified_id = NULL_TREE;
9090 else
9092 unqualified_id = id_declarator->u.id.unqualified_name;
9093 switch (TREE_CODE (unqualified_id))
9095 case BIT_NOT_EXPR:
9096 unqualified_id = TREE_OPERAND (unqualified_id, 0);
9097 if (TYPE_P (unqualified_id))
9098 unqualified_id = constructor_name (unqualified_id);
9099 break;
9101 case IDENTIFIER_NODE:
9102 case TEMPLATE_ID_EXPR:
9103 break;
9105 default:
9106 gcc_unreachable ();
9110 /* Determine the type of the entity declared by recurring on the
9111 declarator. */
9112 for (; declarator; declarator = declarator->declarator)
9114 const cp_declarator *inner_declarator;
9115 tree attrs;
9117 if (type == error_mark_node)
9118 return error_mark_node;
9120 attrs = declarator->attributes;
9121 if (attrs)
9123 int attr_flags;
9125 attr_flags = 0;
9126 if (declarator == NULL || declarator->kind == cdk_id)
9127 attr_flags |= (int) ATTR_FLAG_DECL_NEXT;
9128 if (declarator->kind == cdk_function)
9129 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT;
9130 if (declarator->kind == cdk_array)
9131 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT;
9132 returned_attrs = decl_attributes (&type,
9133 chainon (returned_attrs, attrs),
9134 attr_flags);
9137 if (declarator->kind == cdk_id)
9138 break;
9140 inner_declarator = declarator->declarator;
9142 switch (declarator->kind)
9144 case cdk_array:
9145 type = create_array_type_for_decl (dname, type,
9146 declarator->u.array.bounds);
9147 break;
9149 case cdk_function:
9151 tree arg_types;
9152 int funcdecl_p;
9154 /* Declaring a function type.
9155 Make sure we have a valid type for the function to return. */
9157 if (type_quals != TYPE_UNQUALIFIED)
9159 if (SCALAR_TYPE_P (type) || VOID_TYPE_P (type))
9160 warning (OPT_Wignored_qualifiers,
9161 "type qualifiers ignored on function return type");
9162 /* We now know that the TYPE_QUALS don't apply to the
9163 decl, but to its return type. */
9164 type_quals = TYPE_UNQUALIFIED;
9166 errmsg = targetm.invalid_return_type (type);
9167 if (errmsg)
9169 error (errmsg);
9170 type = integer_type_node;
9173 /* Error about some types functions can't return. */
9175 if (TREE_CODE (type) == FUNCTION_TYPE)
9177 error ("%qs declared as function returning a function", name);
9178 return error_mark_node;
9180 if (TREE_CODE (type) == ARRAY_TYPE)
9182 error ("%qs declared as function returning an array", name);
9183 return error_mark_node;
9185 /* When decl_context == NORMAL we emit a better error message
9186 later in abstract_virtuals_error. */
9187 if (decl_context == TYPENAME && ABSTRACT_CLASS_TYPE_P (type))
9188 error ("%qs declared as function returning an abstract "
9189 "class type", name);
9191 /* Pick up type qualifiers which should be applied to `this'. */
9192 memfn_quals = declarator->u.function.qualifiers;
9193 /* Pick up virt-specifiers. */
9194 virt_specifiers = declarator->u.function.virt_specifiers;
9195 /* Pick up the exception specifications. */
9196 raises = declarator->u.function.exception_specification;
9197 /* If the exception-specification is ill-formed, let's pretend
9198 there wasn't one. */
9199 if (raises == error_mark_node)
9200 raises = NULL_TREE;
9202 /* Say it's a definition only for the CALL_EXPR
9203 closest to the identifier. */
9204 funcdecl_p = inner_declarator && inner_declarator->kind == cdk_id;
9206 /* Handle a late-specified return type. */
9207 if (funcdecl_p)
9209 if (type_uses_auto (type))
9211 if (!declarator->u.function.late_return_type)
9213 if (current_class_type
9214 && LAMBDA_TYPE_P (current_class_type))
9215 /* OK for C++11 lambdas. */;
9216 else if (cxx_dialect < cxx1y)
9217 pedwarn (input_location, 0, "%qs function uses "
9218 "%<auto%> type specifier without trailing "
9219 "return type", name);
9221 else if (!is_auto (type))
9223 error ("%qs function with trailing return type has"
9224 " %qT as its type rather than plain %<auto%>",
9225 name, type);
9226 return error_mark_node;
9229 else if (declarator->u.function.late_return_type)
9231 if (cxx_dialect < cxx0x)
9232 /* Not using maybe_warn_cpp0x because this should
9233 always be an error. */
9234 error ("trailing return type only available with "
9235 "-std=c++11 or -std=gnu++11");
9236 else
9237 error ("%qs function with trailing return type not "
9238 "declared with %<auto%> type specifier", name);
9239 return error_mark_node;
9242 type = splice_late_return_type
9243 (type, declarator->u.function.late_return_type);
9244 if (type == error_mark_node)
9245 return error_mark_node;
9247 if (ctype == NULL_TREE
9248 && decl_context == FIELD
9249 && funcdecl_p
9250 && (friendp == 0 || dname == current_class_name))
9251 ctype = current_class_type;
9253 if (ctype && (sfk == sfk_constructor
9254 || sfk == sfk_destructor))
9256 /* We are within a class's scope. If our declarator name
9257 is the same as the class name, and we are defining
9258 a function, then it is a constructor/destructor, and
9259 therefore returns a void type. */
9261 /* ISO C++ 12.4/2. A destructor may not be declared
9262 const or volatile. A destructor may not be
9263 static.
9265 ISO C++ 12.1. A constructor may not be declared
9266 const or volatile. A constructor may not be
9267 virtual. A constructor may not be static. */
9268 if (staticp == 2)
9269 error ((flags == DTOR_FLAG)
9270 ? G_("destructor cannot be static member function")
9271 : G_("constructor cannot be static member function"));
9272 if (memfn_quals)
9274 error ((flags == DTOR_FLAG)
9275 ? G_("destructors may not be cv-qualified")
9276 : G_("constructors may not be cv-qualified"));
9277 memfn_quals = TYPE_UNQUALIFIED;
9280 if (decl_context == FIELD
9281 && !member_function_or_else (ctype,
9282 current_class_type,
9283 flags))
9284 return error_mark_node;
9286 if (flags != DTOR_FLAG)
9288 /* It's a constructor. */
9289 if (explicitp == 1)
9290 explicitp = 2;
9291 if (virtualp)
9293 permerror (input_location, "constructors cannot be declared virtual");
9294 virtualp = 0;
9296 if (decl_context == FIELD
9297 && sfk != sfk_constructor)
9298 return error_mark_node;
9300 if (decl_context == FIELD)
9301 staticp = 0;
9303 else if (friendp)
9305 if (initialized)
9306 error ("can%'t initialize friend function %qs", name);
9307 if (virtualp)
9309 /* Cannot be both friend and virtual. */
9310 error ("virtual functions cannot be friends");
9311 friendp = 0;
9313 if (decl_context == NORMAL)
9314 error ("friend declaration not in class definition");
9315 if (current_function_decl && funcdef_flag)
9316 error ("can%'t define friend function %qs in a local "
9317 "class definition",
9318 name);
9320 else if (ctype && sfk == sfk_conversion)
9322 if (explicitp == 1)
9324 maybe_warn_cpp0x (CPP0X_EXPLICIT_CONVERSION);
9325 explicitp = 2;
9329 arg_types = grokparms (declarator->u.function.parameters,
9330 &parms);
9332 if (inner_declarator
9333 && inner_declarator->kind == cdk_id
9334 && inner_declarator->u.id.sfk == sfk_destructor
9335 && arg_types != void_list_node)
9337 error ("destructors may not have parameters");
9338 arg_types = void_list_node;
9339 parms = NULL_TREE;
9342 type = build_function_type (type, arg_types);
9344 break;
9346 case cdk_pointer:
9347 case cdk_reference:
9348 case cdk_ptrmem:
9349 /* Filter out pointers-to-references and references-to-references.
9350 We can get these if a TYPE_DECL is used. */
9352 if (TREE_CODE (type) == REFERENCE_TYPE)
9354 if (declarator->kind != cdk_reference)
9356 error ("cannot declare pointer to %q#T", type);
9357 type = TREE_TYPE (type);
9360 /* In C++0x, we allow reference to reference declarations
9361 that occur indirectly through typedefs [7.1.3/8 dcl.typedef]
9362 and template type arguments [14.3.1/4 temp.arg.type]. The
9363 check for direct reference to reference declarations, which
9364 are still forbidden, occurs below. Reasoning behind the change
9365 can be found in DR106, DR540, and the rvalue reference
9366 proposals. */
9367 else if (cxx_dialect == cxx98)
9369 error ("cannot declare reference to %q#T", type);
9370 type = TREE_TYPE (type);
9373 else if (VOID_TYPE_P (type))
9375 if (declarator->kind == cdk_reference)
9376 error ("cannot declare reference to %q#T", type);
9377 else if (declarator->kind == cdk_ptrmem)
9378 error ("cannot declare pointer to %q#T member", type);
9381 /* We now know that the TYPE_QUALS don't apply to the decl,
9382 but to the target of the pointer. */
9383 type_quals = TYPE_UNQUALIFIED;
9385 if (declarator->kind == cdk_ptrmem
9386 && (TREE_CODE (type) == FUNCTION_TYPE
9387 || (memfn_quals && TREE_CODE (type) == METHOD_TYPE)))
9389 memfn_quals |= type_memfn_quals (type);
9390 type = build_memfn_type (type,
9391 declarator->u.pointer.class_type,
9392 memfn_quals);
9393 if (type == error_mark_node)
9394 return error_mark_node;
9395 memfn_quals = TYPE_UNQUALIFIED;
9398 if (TREE_CODE (type) == FUNCTION_TYPE
9399 && type_memfn_quals (type) != TYPE_UNQUALIFIED)
9400 error (declarator->kind == cdk_reference
9401 ? G_("cannot declare reference to qualified function type %qT")
9402 : G_("cannot declare pointer to qualified function type %qT"),
9403 type);
9405 /* When the pointed-to type involves components of variable size,
9406 care must be taken to ensure that the size evaluation code is
9407 emitted early enough to dominate all the possible later uses
9408 and late enough for the variables on which it depends to have
9409 been assigned.
9411 This is expected to happen automatically when the pointed-to
9412 type has a name/declaration of it's own, but special attention
9413 is required if the type is anonymous.
9415 We handle the NORMAL and FIELD contexts here by inserting a
9416 dummy statement that just evaluates the size at a safe point
9417 and ensures it is not deferred until e.g. within a deeper
9418 conditional context (c++/43555).
9420 We expect nothing to be needed here for PARM or TYPENAME.
9421 Evaluating the size at this point for TYPENAME would
9422 actually be incorrect, as we might be in the middle of an
9423 expression with side effects on the pointed-to type size
9424 "arguments" prior to the pointer declaration point and the
9425 size evaluation could end up prior to the side effects. */
9427 if (!TYPE_NAME (type)
9428 && (decl_context == NORMAL || decl_context == FIELD)
9429 && at_function_scope_p ()
9430 && variably_modified_type_p (type, NULL_TREE))
9432 /* First break out any side-effects. */
9433 stabilize_vla_size (TYPE_SIZE (type));
9434 /* And then force evaluation of the SAVE_EXPR. */
9435 finish_expr_stmt (TYPE_SIZE (type));
9438 if (declarator->kind == cdk_reference)
9440 /* In C++0x, the type we are creating a reference to might be
9441 a typedef which is itself a reference type. In that case,
9442 we follow the reference collapsing rules in
9443 [7.1.3/8 dcl.typedef] to create the final reference type:
9445 "If a typedef TD names a type that is a reference to a type
9446 T, an attempt to create the type 'lvalue reference to cv TD'
9447 creates the type 'lvalue reference to T,' while an attempt
9448 to create the type "rvalue reference to cv TD' creates the
9449 type TD."
9451 if (VOID_TYPE_P (type))
9452 /* We already gave an error. */;
9453 else if (TREE_CODE (type) == REFERENCE_TYPE)
9455 if (declarator->u.reference.rvalue_ref)
9456 /* Leave type alone. */;
9457 else
9458 type = cp_build_reference_type (TREE_TYPE (type), false);
9460 else
9461 type = cp_build_reference_type
9462 (type, declarator->u.reference.rvalue_ref);
9464 /* In C++0x, we need this check for direct reference to
9465 reference declarations, which are forbidden by
9466 [8.3.2/5 dcl.ref]. Reference to reference declarations
9467 are only allowed indirectly through typedefs and template
9468 type arguments. Example:
9470 void foo(int & &); // invalid ref-to-ref decl
9472 typedef int & int_ref;
9473 void foo(int_ref &); // valid ref-to-ref decl
9475 if (inner_declarator && inner_declarator->kind == cdk_reference)
9476 error ("cannot declare reference to %q#T, which is not "
9477 "a typedef or a template type argument", type);
9479 else if (TREE_CODE (type) == METHOD_TYPE)
9480 type = build_ptrmemfunc_type (build_pointer_type (type));
9481 else if (declarator->kind == cdk_ptrmem)
9483 gcc_assert (TREE_CODE (declarator->u.pointer.class_type)
9484 != NAMESPACE_DECL);
9485 if (declarator->u.pointer.class_type == error_mark_node)
9486 /* We will already have complained. */
9487 type = error_mark_node;
9488 else
9489 type = build_ptrmem_type (declarator->u.pointer.class_type,
9490 type);
9492 else
9493 type = build_pointer_type (type);
9495 /* Process a list of type modifier keywords (such as
9496 const or volatile) that were given inside the `*' or `&'. */
9498 if (declarator->u.pointer.qualifiers)
9500 type
9501 = cp_build_qualified_type (type,
9502 declarator->u.pointer.qualifiers);
9503 type_quals = cp_type_quals (type);
9505 ctype = NULL_TREE;
9506 break;
9508 case cdk_error:
9509 break;
9511 default:
9512 gcc_unreachable ();
9516 /* We need to stabilize side-effects in VLA sizes for regular array
9517 declarations too, not just pointers to arrays. */
9518 if (type != error_mark_node && !TYPE_NAME (type)
9519 && (decl_context == NORMAL || decl_context == FIELD)
9520 && at_function_scope_p ()
9521 && variably_modified_type_p (type, NULL_TREE))
9522 stabilize_vla_size (TYPE_SIZE (type));
9524 /* A `constexpr' specifier used in an object declaration declares
9525 the object as `const'. */
9526 if (constexpr_p && innermost_code != cdk_function)
9528 if (type_quals & TYPE_QUAL_CONST)
9529 error ("both %<const%> and %<constexpr%> cannot be used here");
9530 if (type_quals & TYPE_QUAL_VOLATILE)
9531 error ("both %<volatile%> and %<constexpr%> cannot be used here");
9532 if (TREE_CODE (type) != REFERENCE_TYPE)
9534 type_quals |= TYPE_QUAL_CONST;
9535 type = cp_build_qualified_type (type, type_quals);
9539 if (unqualified_id && TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR
9540 && TREE_CODE (type) != FUNCTION_TYPE
9541 && TREE_CODE (type) != METHOD_TYPE)
9543 error ("template-id %qD used as a declarator",
9544 unqualified_id);
9545 unqualified_id = dname;
9548 /* If TYPE is a FUNCTION_TYPE, but the function name was explicitly
9549 qualified with a class-name, turn it into a METHOD_TYPE, unless
9550 we know that the function is static. We take advantage of this
9551 opportunity to do other processing that pertains to entities
9552 explicitly declared to be class members. Note that if DECLARATOR
9553 is non-NULL, we know it is a cdk_id declarator; otherwise, we
9554 would not have exited the loop above. */
9555 if (declarator
9556 && declarator->u.id.qualifying_scope
9557 && MAYBE_CLASS_TYPE_P (declarator->u.id.qualifying_scope))
9559 tree t;
9561 ctype = declarator->u.id.qualifying_scope;
9562 ctype = TYPE_MAIN_VARIANT (ctype);
9563 t = ctype;
9564 while (t != NULL_TREE && CLASS_TYPE_P (t))
9566 /* You're supposed to have one `template <...>' for every
9567 template class, but you don't need one for a full
9568 specialization. For example:
9570 template <class T> struct S{};
9571 template <> struct S<int> { void f(); };
9572 void S<int>::f () {}
9574 is correct; there shouldn't be a `template <>' for the
9575 definition of `S<int>::f'. */
9576 if (CLASSTYPE_TEMPLATE_SPECIALIZATION (t)
9577 && !any_dependent_template_arguments_p (CLASSTYPE_TI_ARGS (t)))
9578 /* T is an explicit (not partial) specialization. All
9579 containing classes must therefore also be explicitly
9580 specialized. */
9581 break;
9582 if ((CLASSTYPE_USE_TEMPLATE (t) || CLASSTYPE_IS_TEMPLATE (t))
9583 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (t)))
9584 template_count += 1;
9586 t = TYPE_MAIN_DECL (t);
9587 t = DECL_CONTEXT (t);
9590 if (ctype == current_class_type)
9592 if (friendp)
9594 permerror (input_location, "member functions are implicitly friends of their class");
9595 friendp = 0;
9597 else
9598 permerror (declarator->id_loc,
9599 "extra qualification %<%T::%> on member %qs",
9600 ctype, name);
9602 else if (/* If the qualifying type is already complete, then we
9603 can skip the following checks. */
9604 !COMPLETE_TYPE_P (ctype)
9605 && (/* If the function is being defined, then
9606 qualifying type must certainly be complete. */
9607 funcdef_flag
9608 /* A friend declaration of "T::f" is OK, even if
9609 "T" is a template parameter. But, if this
9610 function is not a friend, the qualifying type
9611 must be a class. */
9612 || (!friendp && !CLASS_TYPE_P (ctype))
9613 /* For a declaration, the type need not be
9614 complete, if either it is dependent (since there
9615 is no meaningful definition of complete in that
9616 case) or the qualifying class is currently being
9617 defined. */
9618 || !(dependent_type_p (ctype)
9619 || currently_open_class (ctype)))
9620 /* Check that the qualifying type is complete. */
9621 && !complete_type_or_else (ctype, NULL_TREE))
9622 return error_mark_node;
9623 else if (TREE_CODE (type) == FUNCTION_TYPE)
9625 if (current_class_type
9626 && (!friendp || funcdef_flag))
9628 error (funcdef_flag
9629 ? G_("cannot define member function %<%T::%s%> "
9630 "within %<%T%>")
9631 : G_("cannot declare member function %<%T::%s%> "
9632 "within %<%T%>"),
9633 ctype, name, current_class_type);
9634 return error_mark_node;
9637 else if (decl_spec_seq_has_spec_p (declspecs, ds_typedef)
9638 && current_class_type)
9640 error ("cannot declare member %<%T::%s%> within %qT",
9641 ctype, name, current_class_type);
9642 return error_mark_node;
9646 if (ctype == NULL_TREE && decl_context == FIELD && friendp == 0)
9647 ctype = current_class_type;
9649 /* Now TYPE has the actual type. */
9651 if (returned_attrs)
9653 if (attrlist)
9654 *attrlist = chainon (returned_attrs, *attrlist);
9655 else
9656 attrlist = &returned_attrs;
9659 /* Handle parameter packs. */
9660 if (parameter_pack_p)
9662 if (decl_context == PARM)
9663 /* Turn the type into a pack expansion.*/
9664 type = make_pack_expansion (type);
9665 else
9666 error ("non-parameter %qs cannot be a parameter pack", name);
9669 /* Did array size calculations overflow or does the array cover more
9670 than half of the address-space? */
9671 if (TREE_CODE (type) == ARRAY_TYPE
9672 && COMPLETE_TYPE_P (type)
9673 && TREE_CODE (TYPE_SIZE_UNIT (type)) == INTEGER_CST
9674 && ! valid_constant_size_p (TYPE_SIZE_UNIT (type)))
9676 error ("size of array %qs is too large", name);
9677 /* If we proceed with the array type as it is, we'll eventually
9678 crash in tree_low_cst(). */
9679 type = error_mark_node;
9682 if ((decl_context == FIELD || decl_context == PARM)
9683 && !processing_template_decl
9684 && variably_modified_type_p (type, NULL_TREE))
9686 if (decl_context == FIELD)
9687 error ("data member may not have variably modified type %qT", type);
9688 else
9689 error ("parameter may not have variably modified type %qT", type);
9690 type = error_mark_node;
9693 if (explicitp == 1 || (explicitp && friendp))
9695 /* [dcl.fct.spec] The explicit specifier shall only be used in
9696 declarations of constructors within a class definition. */
9697 error ("only declarations of constructors can be %<explicit%>");
9698 explicitp = 0;
9701 if (storage_class == sc_mutable)
9703 if (decl_context != FIELD || friendp)
9705 error ("non-member %qs cannot be declared %<mutable%>", name);
9706 storage_class = sc_none;
9708 else if (decl_context == TYPENAME
9709 || decl_spec_seq_has_spec_p (declspecs, ds_typedef))
9711 error ("non-object member %qs cannot be declared %<mutable%>", name);
9712 storage_class = sc_none;
9714 else if (TREE_CODE (type) == FUNCTION_TYPE
9715 || TREE_CODE (type) == METHOD_TYPE)
9717 error ("function %qs cannot be declared %<mutable%>", name);
9718 storage_class = sc_none;
9720 else if (staticp)
9722 error ("static %qs cannot be declared %<mutable%>", name);
9723 storage_class = sc_none;
9725 else if (type_quals & TYPE_QUAL_CONST)
9727 error ("const %qs cannot be declared %<mutable%>", name);
9728 storage_class = sc_none;
9730 else if (TREE_CODE (type) == REFERENCE_TYPE)
9732 permerror (input_location, "reference %qs cannot be declared "
9733 "%<mutable%>", name);
9734 storage_class = sc_none;
9738 /* If this is declaring a typedef name, return a TYPE_DECL. */
9739 if (decl_spec_seq_has_spec_p (declspecs, ds_typedef) && decl_context != TYPENAME)
9741 tree decl;
9743 /* Note that the grammar rejects storage classes
9744 in typenames, fields or parameters. */
9745 if (current_lang_name == lang_name_java)
9746 TYPE_FOR_JAVA (type) = 1;
9748 /* This declaration:
9750 typedef void f(int) const;
9752 declares a function type which is not a member of any
9753 particular class, but which is cv-qualified; for
9754 example "f S::*" declares a pointer to a const-qualified
9755 member function of S. We record the cv-qualification in the
9756 function type. */
9757 if (memfn_quals && TREE_CODE (type) == FUNCTION_TYPE)
9759 type = apply_memfn_quals (type, memfn_quals);
9761 /* We have now dealt with these qualifiers. */
9762 memfn_quals = TYPE_UNQUALIFIED;
9765 if (type_uses_auto (type))
9767 error ("typedef declared %<auto%>");
9768 type = error_mark_node;
9771 if (decl_context == FIELD)
9772 decl = build_lang_decl (TYPE_DECL, unqualified_id, type);
9773 else
9774 decl = build_decl (input_location, TYPE_DECL, unqualified_id, type);
9775 if (id_declarator && declarator->u.id.qualifying_scope) {
9776 error_at (DECL_SOURCE_LOCATION (decl),
9777 "typedef name may not be a nested-name-specifier");
9778 TREE_TYPE (decl) = error_mark_node;
9781 if (decl_context != FIELD)
9783 if (!current_function_decl)
9784 DECL_CONTEXT (decl) = FROB_CONTEXT (current_namespace);
9785 else if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (current_function_decl)
9786 || (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P
9787 (current_function_decl)))
9788 /* The TYPE_DECL is "abstract" because there will be
9789 clones of this constructor/destructor, and there will
9790 be copies of this TYPE_DECL generated in those
9791 clones. */
9792 DECL_ABSTRACT (decl) = 1;
9794 else if (current_class_type
9795 && constructor_name_p (unqualified_id, current_class_type))
9796 permerror (input_location, "ISO C++ forbids nested type %qD with same name "
9797 "as enclosing class",
9798 unqualified_id);
9800 /* If the user declares "typedef struct {...} foo" then the
9801 struct will have an anonymous name. Fill that name in now.
9802 Nothing can refer to it, so nothing needs know about the name
9803 change. */
9804 if (type != error_mark_node
9805 && unqualified_id
9806 && TYPE_NAME (type)
9807 && TREE_CODE (TYPE_NAME (type)) == TYPE_DECL
9808 && TYPE_ANONYMOUS_P (type)
9809 && declspecs->type_definition_p
9810 && cp_type_quals (type) == TYPE_UNQUALIFIED)
9812 tree t;
9814 /* Replace the anonymous name with the real name everywhere. */
9815 for (t = TYPE_MAIN_VARIANT (type); t; t = TYPE_NEXT_VARIANT (t))
9817 if (ANON_AGGRNAME_P (TYPE_IDENTIFIER (t)))
9818 /* We do not rename the debug info representing the
9819 anonymous tagged type because the standard says in
9820 [dcl.typedef] that the naming applies only for
9821 linkage purposes. */
9822 /*debug_hooks->set_name (t, decl);*/
9823 TYPE_NAME (t) = decl;
9826 if (TYPE_LANG_SPECIFIC (type))
9827 TYPE_WAS_ANONYMOUS (type) = 1;
9829 /* If this is a typedef within a template class, the nested
9830 type is a (non-primary) template. The name for the
9831 template needs updating as well. */
9832 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type))
9833 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type))
9834 = TYPE_IDENTIFIER (type);
9836 /* Adjust linkage now that we aren't anonymous anymore. */
9837 set_linkage_according_to_type (type, TYPE_MAIN_DECL (type));
9838 determine_visibility (TYPE_MAIN_DECL (type));
9840 /* FIXME remangle member functions; member functions of a
9841 type with external linkage have external linkage. */
9844 if (signed_p
9845 || (typedef_decl && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl)))
9846 C_TYPEDEF_EXPLICITLY_SIGNED (decl) = 1;
9848 bad_specifiers (decl, BSP_TYPE, virtualp,
9849 memfn_quals != TYPE_UNQUALIFIED,
9850 inlinep, friendp, raises != NULL_TREE);
9852 if (decl_spec_seq_has_spec_p (declspecs, ds_alias))
9853 /* Acknowledge that this was written:
9854 `using analias = atype;'. */
9855 TYPE_DECL_ALIAS_P (decl) = 1;
9857 return decl;
9860 /* Detect the case of an array type of unspecified size
9861 which came, as such, direct from a typedef name.
9862 We must copy the type, so that the array's domain can be
9863 individually set by the object's initializer. */
9865 if (type && typedef_type
9866 && TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type)
9867 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
9868 type = build_cplus_array_type (TREE_TYPE (type), NULL_TREE);
9870 /* Detect where we're using a typedef of function type to declare a
9871 function. PARMS will not be set, so we must create it now. */
9873 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
9875 tree decls = NULL_TREE;
9876 tree args;
9878 for (args = TYPE_ARG_TYPES (type);
9879 args && args != void_list_node;
9880 args = TREE_CHAIN (args))
9882 tree decl = cp_build_parm_decl (NULL_TREE, TREE_VALUE (args));
9884 DECL_CHAIN (decl) = decls;
9885 decls = decl;
9888 parms = nreverse (decls);
9890 if (decl_context != TYPENAME)
9892 /* A cv-qualifier-seq shall only be part of the function type
9893 for a non-static member function. [8.3.5/4 dcl.fct] */
9894 if (type_memfn_quals (type) != TYPE_UNQUALIFIED
9895 && (current_class_type == NULL_TREE || staticp) )
9897 error (staticp
9898 ? G_("qualified function types cannot be used to "
9899 "declare static member functions")
9900 : G_("qualified function types cannot be used to "
9901 "declare free functions"));
9902 type = TYPE_MAIN_VARIANT (type);
9905 /* The qualifiers on the function type become the qualifiers on
9906 the non-static member function. */
9907 memfn_quals |= type_memfn_quals (type);
9908 type_quals = TYPE_UNQUALIFIED;
9912 /* If this is a type name (such as, in a cast or sizeof),
9913 compute the type and return it now. */
9915 if (decl_context == TYPENAME)
9917 /* Note that the grammar rejects storage classes
9918 in typenames, fields or parameters. */
9919 if (type_quals != TYPE_UNQUALIFIED)
9920 type_quals = TYPE_UNQUALIFIED;
9922 /* Special case: "friend class foo" looks like a TYPENAME context. */
9923 if (friendp)
9925 if (type_quals != TYPE_UNQUALIFIED)
9927 error ("type qualifiers specified for friend class declaration");
9928 type_quals = TYPE_UNQUALIFIED;
9930 if (inlinep)
9932 error ("%<inline%> specified for friend class declaration");
9933 inlinep = 0;
9936 if (!current_aggr)
9938 /* Don't allow friend declaration without a class-key. */
9939 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
9940 permerror (input_location, "template parameters cannot be friends");
9941 else if (TREE_CODE (type) == TYPENAME_TYPE)
9942 permerror (input_location, "friend declaration requires class-key, "
9943 "i.e. %<friend class %T::%D%>",
9944 TYPE_CONTEXT (type), TYPENAME_TYPE_FULLNAME (type));
9945 else
9946 permerror (input_location, "friend declaration requires class-key, "
9947 "i.e. %<friend %#T%>",
9948 type);
9951 /* Only try to do this stuff if we didn't already give up. */
9952 if (type != integer_type_node)
9954 /* A friendly class? */
9955 if (current_class_type)
9956 make_friend_class (current_class_type, TYPE_MAIN_VARIANT (type),
9957 /*complain=*/true);
9958 else
9959 error ("trying to make class %qT a friend of global scope",
9960 type);
9962 type = void_type_node;
9965 else if (memfn_quals)
9967 if (ctype == NULL_TREE
9968 && TREE_CODE (type) == METHOD_TYPE)
9969 ctype = TYPE_METHOD_BASETYPE (type);
9971 if (ctype)
9972 type = build_memfn_type (type, ctype, memfn_quals);
9973 /* Core issue #547: need to allow this in template type args. */
9974 else if (template_type_arg && TREE_CODE (type) == FUNCTION_TYPE)
9975 type = apply_memfn_quals (type, memfn_quals);
9976 else
9977 error ("invalid qualifiers on non-member function type");
9980 return type;
9982 else if (unqualified_id == NULL_TREE && decl_context != PARM
9983 && decl_context != CATCHPARM
9984 && TREE_CODE (type) != UNION_TYPE
9985 && ! bitfield)
9987 error ("abstract declarator %qT used as declaration", type);
9988 return error_mark_node;
9991 /* Only functions may be declared using an operator-function-id. */
9992 if (unqualified_id
9993 && IDENTIFIER_OPNAME_P (unqualified_id)
9994 && TREE_CODE (type) != FUNCTION_TYPE
9995 && TREE_CODE (type) != METHOD_TYPE)
9997 error ("declaration of %qD as non-function", unqualified_id);
9998 return error_mark_node;
10001 /* We don't check parameter types here because we can emit a better
10002 error message later. */
10003 if (decl_context != PARM)
10005 type = check_var_type (unqualified_id, type);
10006 if (type == error_mark_node)
10007 return error_mark_node;
10010 /* Now create the decl, which may be a VAR_DECL, a PARM_DECL
10011 or a FUNCTION_DECL, depending on DECL_CONTEXT and TYPE. */
10013 if (decl_context == PARM || decl_context == CATCHPARM)
10015 if (ctype || in_namespace)
10016 error ("cannot use %<::%> in parameter declaration");
10018 if (type_uses_auto (type))
10020 error ("parameter declared %<auto%>");
10021 type = error_mark_node;
10024 /* A parameter declared as an array of T is really a pointer to T.
10025 One declared as a function is really a pointer to a function.
10026 One declared as a member is really a pointer to member. */
10028 if (TREE_CODE (type) == ARRAY_TYPE)
10030 /* Transfer const-ness of array into that of type pointed to. */
10031 type = build_pointer_type (TREE_TYPE (type));
10032 type_quals = TYPE_UNQUALIFIED;
10034 else if (TREE_CODE (type) == FUNCTION_TYPE)
10035 type = build_pointer_type (type);
10038 if (ctype && TREE_CODE (type) == FUNCTION_TYPE && staticp < 2
10039 && !NEW_DELETE_OPNAME_P (unqualified_id))
10041 cp_cv_quals real_quals = memfn_quals;
10042 if (constexpr_p && sfk != sfk_constructor && sfk != sfk_destructor)
10043 real_quals |= TYPE_QUAL_CONST;
10044 type = build_memfn_type (type, ctype, real_quals);
10048 tree decl;
10050 if (decl_context == PARM)
10052 decl = cp_build_parm_decl (unqualified_id, type);
10054 bad_specifiers (decl, BSP_PARM, virtualp,
10055 memfn_quals != TYPE_UNQUALIFIED,
10056 inlinep, friendp, raises != NULL_TREE);
10058 else if (decl_context == FIELD)
10060 if (!staticp && TREE_CODE (type) != METHOD_TYPE
10061 && type_uses_auto (type))
10063 error ("non-static data member declared %<auto%>");
10064 type = error_mark_node;
10067 /* The C99 flexible array extension. */
10068 if (!staticp && TREE_CODE (type) == ARRAY_TYPE
10069 && TYPE_DOMAIN (type) == NULL_TREE)
10071 tree itype = compute_array_index_type (dname, integer_zero_node,
10072 tf_warning_or_error);
10073 type = build_cplus_array_type (TREE_TYPE (type), itype);
10076 if (type == error_mark_node)
10078 /* Happens when declaring arrays of sizes which
10079 are error_mark_node, for example. */
10080 decl = NULL_TREE;
10082 else if (in_namespace && !friendp)
10084 /* Something like struct S { int N::j; }; */
10085 error ("invalid use of %<::%>");
10086 return error_mark_node;
10088 else if (TREE_CODE (type) == FUNCTION_TYPE
10089 || TREE_CODE (type) == METHOD_TYPE)
10091 int publicp = 0;
10092 tree function_context;
10094 if (friendp == 0)
10096 /* This should never happen in pure C++ (the check
10097 could be an assert). It could happen in
10098 Objective-C++ if someone writes invalid code that
10099 uses a function declaration for an instance
10100 variable or property (instance variables and
10101 properties are parsed as FIELD_DECLs, but they are
10102 part of an Objective-C class, not a C++ class).
10103 That code is invalid and is caught by this
10104 check. */
10105 if (!ctype)
10107 error ("declaration of function %qD in invalid context",
10108 unqualified_id);
10109 return error_mark_node;
10112 /* ``A union may [ ... ] not [ have ] virtual functions.''
10113 ARM 9.5 */
10114 if (virtualp && TREE_CODE (ctype) == UNION_TYPE)
10116 error ("function %qD declared virtual inside a union",
10117 unqualified_id);
10118 return error_mark_node;
10121 if (NEW_DELETE_OPNAME_P (unqualified_id))
10123 if (virtualp)
10125 error ("%qD cannot be declared virtual, since it "
10126 "is always static",
10127 unqualified_id);
10128 virtualp = 0;
10133 /* Check that the name used for a destructor makes sense. */
10134 if (sfk == sfk_destructor)
10136 tree uqname = id_declarator->u.id.unqualified_name;
10138 if (!ctype)
10140 gcc_assert (friendp);
10141 error ("expected qualified name in friend declaration "
10142 "for destructor %qD", uqname);
10143 return error_mark_node;
10146 if (!check_dtor_name (ctype, TREE_OPERAND (uqname, 0)))
10148 error ("declaration of %qD as member of %qT",
10149 uqname, ctype);
10150 return error_mark_node;
10152 if (constexpr_p)
10154 error ("a destructor cannot be %<constexpr%>");
10155 return error_mark_node;
10158 else if (sfk == sfk_constructor && friendp && !ctype)
10160 error ("expected qualified name in friend declaration "
10161 "for constructor %qD",
10162 id_declarator->u.id.unqualified_name);
10163 return error_mark_node;
10166 /* Tell grokfndecl if it needs to set TREE_PUBLIC on the node. */
10167 function_context = (ctype != NULL_TREE) ?
10168 decl_function_context (TYPE_MAIN_DECL (ctype)) : NULL_TREE;
10169 publicp = (! friendp || ! staticp)
10170 && function_context == NULL_TREE;
10171 decl = grokfndecl (ctype, type,
10172 TREE_CODE (unqualified_id) != TEMPLATE_ID_EXPR
10173 ? unqualified_id : dname,
10174 parms,
10175 unqualified_id,
10176 virtualp, flags, memfn_quals, raises,
10177 friendp ? -1 : 0, friendp, publicp,
10178 inlinep | (2 * constexpr_p),
10179 sfk,
10180 funcdef_flag, template_count, in_namespace,
10181 attrlist, declarator->id_loc);
10182 decl = set_virt_specifiers (decl, virt_specifiers);
10183 if (decl == NULL_TREE)
10184 return error_mark_node;
10185 #if 0
10186 /* This clobbers the attrs stored in `decl' from `attrlist'. */
10187 /* The decl and setting of decl_attr is also turned off. */
10188 decl = build_decl_attribute_variant (decl, decl_attr);
10189 #endif
10191 /* [class.conv.ctor]
10193 A constructor declared without the function-specifier
10194 explicit that can be called with a single parameter
10195 specifies a conversion from the type of its first
10196 parameter to the type of its class. Such a constructor
10197 is called a converting constructor. */
10198 if (explicitp == 2)
10199 DECL_NONCONVERTING_P (decl) = 1;
10201 else if (!staticp && !dependent_type_p (type)
10202 && !COMPLETE_TYPE_P (complete_type (type))
10203 && (TREE_CODE (type) != ARRAY_TYPE || initialized == 0))
10205 if (unqualified_id)
10206 error ("field %qD has incomplete type", unqualified_id);
10207 else
10208 error ("name %qT has incomplete type", type);
10210 /* If we're instantiating a template, tell them which
10211 instantiation made the field's type be incomplete. */
10212 if (current_class_type
10213 && TYPE_NAME (current_class_type)
10214 && IDENTIFIER_TEMPLATE (current_class_name)
10215 && declspecs->type
10216 && declspecs->type == type)
10217 error (" in instantiation of template %qT",
10218 current_class_type);
10220 return error_mark_node;
10222 else
10224 if (friendp)
10226 error ("%qE is neither function nor member function; "
10227 "cannot be declared friend", unqualified_id);
10228 friendp = 0;
10230 decl = NULL_TREE;
10233 if (friendp)
10235 /* Friends are treated specially. */
10236 if (ctype == current_class_type)
10237 ; /* We already issued a permerror. */
10238 else if (decl && DECL_NAME (decl))
10240 if (template_class_depth (current_class_type) == 0)
10242 decl = check_explicit_specialization
10243 (unqualified_id, decl, template_count,
10244 2 * funcdef_flag + 4);
10245 if (decl == error_mark_node)
10246 return error_mark_node;
10249 decl = do_friend (ctype, unqualified_id, decl,
10250 *attrlist, flags,
10251 funcdef_flag);
10252 return decl;
10254 else
10255 return error_mark_node;
10258 /* Structure field. It may not be a function, except for C++. */
10260 if (decl == NULL_TREE)
10262 if (staticp)
10264 /* C++ allows static class members. All other work
10265 for this is done by grokfield. */
10266 decl = build_lang_decl_loc (declarator->id_loc,
10267 VAR_DECL, unqualified_id, type);
10268 set_linkage_for_static_data_member (decl);
10269 /* Even if there is an in-class initialization, DECL
10270 is considered undefined until an out-of-class
10271 definition is provided. */
10272 DECL_EXTERNAL (decl) = 1;
10274 if (thread_p)
10275 DECL_TLS_MODEL (decl) = decl_default_tls_model (decl);
10277 if (constexpr_p && !initialized)
10279 error ("constexpr static data member %qD must have an "
10280 "initializer", decl);
10281 constexpr_p = false;
10284 else
10286 if (constexpr_p)
10288 error ("non-static data member %qE declared %<constexpr%>",
10289 unqualified_id);
10290 constexpr_p = false;
10292 decl = build_decl (input_location,
10293 FIELD_DECL, unqualified_id, type);
10294 DECL_NONADDRESSABLE_P (decl) = bitfield;
10295 if (bitfield && !unqualified_id)
10296 TREE_NO_WARNING (decl) = 1;
10298 if (storage_class == sc_mutable)
10300 DECL_MUTABLE_P (decl) = 1;
10301 storage_class = sc_none;
10304 if (initialized)
10306 /* An attempt is being made to initialize a non-static
10307 member. This is new in C++11. */
10308 maybe_warn_cpp0x (CPP0X_NSDMI);
10310 /* If this has been parsed with static storage class, but
10311 errors forced staticp to be cleared, ensure NSDMI is
10312 not present. */
10313 if (declspecs->storage_class == sc_static)
10314 DECL_INITIAL (decl) = error_mark_node;
10318 bad_specifiers (decl, BSP_FIELD, virtualp,
10319 memfn_quals != TYPE_UNQUALIFIED,
10320 inlinep, friendp, raises != NULL_TREE);
10323 else if (TREE_CODE (type) == FUNCTION_TYPE
10324 || TREE_CODE (type) == METHOD_TYPE)
10326 tree original_name;
10327 int publicp = 0;
10329 if (!unqualified_id)
10330 return error_mark_node;
10332 if (TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR)
10333 original_name = dname;
10334 else
10335 original_name = unqualified_id;
10337 if (storage_class == sc_auto)
10338 error ("storage class %<auto%> invalid for function %qs", name);
10339 else if (storage_class == sc_register)
10340 error ("storage class %<register%> invalid for function %qs", name);
10341 else if (thread_p)
10342 error ("storage class %<__thread%> invalid for function %qs", name);
10344 if (virt_specifiers)
10345 error ("virt-specifiers in %qs not allowed outside a class definition", name);
10346 /* Function declaration not at top level.
10347 Storage classes other than `extern' are not allowed
10348 and `extern' makes no difference. */
10349 if (! toplevel_bindings_p ()
10350 && (storage_class == sc_static
10351 || decl_spec_seq_has_spec_p (declspecs, ds_inline))
10352 && pedantic)
10354 if (storage_class == sc_static)
10355 pedwarn (input_location, OPT_Wpedantic,
10356 "%<static%> specified invalid for function %qs "
10357 "declared out of global scope", name);
10358 else
10359 pedwarn (input_location, OPT_Wpedantic,
10360 "%<inline%> specifier invalid for function %qs "
10361 "declared out of global scope", name);
10364 if (ctype == NULL_TREE)
10366 if (virtualp)
10368 error ("virtual non-class function %qs", name);
10369 virtualp = 0;
10371 else if (sfk == sfk_constructor
10372 || sfk == sfk_destructor)
10374 error (funcdef_flag
10375 ? G_("%qs defined in a non-class scope")
10376 : G_("%qs declared in a non-class scope"), name);
10377 sfk = sfk_none;
10381 /* Record presence of `static'. */
10382 publicp = (ctype != NULL_TREE
10383 || storage_class == sc_extern
10384 || storage_class != sc_static);
10386 decl = grokfndecl (ctype, type, original_name, parms, unqualified_id,
10387 virtualp, flags, memfn_quals, raises,
10388 1, friendp,
10389 publicp, inlinep | (2 * constexpr_p), sfk,
10390 funcdef_flag,
10391 template_count, in_namespace, attrlist,
10392 declarator->id_loc);
10393 if (decl == NULL_TREE)
10394 return error_mark_node;
10396 if (staticp == 1)
10398 int invalid_static = 0;
10400 /* Don't allow a static member function in a class, and forbid
10401 declaring main to be static. */
10402 if (TREE_CODE (type) == METHOD_TYPE)
10404 permerror (input_location, "cannot declare member function %qD to have "
10405 "static linkage", decl);
10406 invalid_static = 1;
10408 else if (current_function_decl)
10410 /* FIXME need arm citation */
10411 error ("cannot declare static function inside another function");
10412 invalid_static = 1;
10415 if (invalid_static)
10417 staticp = 0;
10418 storage_class = sc_none;
10422 else
10424 /* It's a variable. */
10426 /* An uninitialized decl with `extern' is a reference. */
10427 decl = grokvardecl (type, unqualified_id,
10428 declspecs,
10429 initialized,
10430 (type_quals & TYPE_QUAL_CONST) != 0,
10431 ctype ? ctype : in_namespace);
10432 bad_specifiers (decl, BSP_VAR, virtualp,
10433 memfn_quals != TYPE_UNQUALIFIED,
10434 inlinep, friendp, raises != NULL_TREE);
10436 if (ctype)
10438 DECL_CONTEXT (decl) = ctype;
10439 if (staticp == 1)
10441 permerror (input_location, "%<static%> may not be used when defining "
10442 "(as opposed to declaring) a static data member");
10443 staticp = 0;
10444 storage_class = sc_none;
10446 if (storage_class == sc_register && TREE_STATIC (decl))
10448 error ("static member %qD declared %<register%>", decl);
10449 storage_class = sc_none;
10451 if (storage_class == sc_extern && pedantic)
10453 pedwarn (input_location, OPT_Wpedantic,
10454 "cannot explicitly declare member %q#D to have "
10455 "extern linkage", decl);
10456 storage_class = sc_none;
10459 else if (constexpr_p && DECL_EXTERNAL (decl))
10461 error ("declaration of constexpr variable %qD is not a definition",
10462 decl);
10463 constexpr_p = false;
10467 if (storage_class == sc_extern && initialized && !funcdef_flag)
10469 if (toplevel_bindings_p ())
10471 /* It's common practice (and completely valid) to have a const
10472 be initialized and declared extern. */
10473 if (!(type_quals & TYPE_QUAL_CONST))
10474 warning (0, "%qs initialized and declared %<extern%>", name);
10476 else
10478 error ("%qs has both %<extern%> and initializer", name);
10479 return error_mark_node;
10483 /* Record `register' declaration for warnings on &
10484 and in case doing stupid register allocation. */
10486 if (storage_class == sc_register)
10487 DECL_REGISTER (decl) = 1;
10488 else if (storage_class == sc_extern)
10489 DECL_THIS_EXTERN (decl) = 1;
10490 else if (storage_class == sc_static)
10491 DECL_THIS_STATIC (decl) = 1;
10493 /* Set constexpr flag on vars (functions got it in grokfndecl). */
10494 if (constexpr_p && TREE_CODE (decl) == VAR_DECL)
10495 DECL_DECLARED_CONSTEXPR_P (decl) = true;
10497 /* Record constancy and volatility on the DECL itself . There's
10498 no need to do this when processing a template; we'll do this
10499 for the instantiated declaration based on the type of DECL. */
10500 if (!processing_template_decl)
10501 cp_apply_type_quals_to_decl (type_quals, decl);
10503 return decl;
10507 /* Subroutine of start_function. Ensure that each of the parameter
10508 types (as listed in PARMS) is complete, as is required for a
10509 function definition. */
10511 static void
10512 require_complete_types_for_parms (tree parms)
10514 for (; parms; parms = DECL_CHAIN (parms))
10516 if (dependent_type_p (TREE_TYPE (parms)))
10517 continue;
10518 if (!VOID_TYPE_P (TREE_TYPE (parms))
10519 && complete_type_or_else (TREE_TYPE (parms), parms))
10521 relayout_decl (parms);
10522 DECL_ARG_TYPE (parms) = type_passed_as (TREE_TYPE (parms));
10524 else
10525 /* grokparms or complete_type_or_else will have already issued
10526 an error. */
10527 TREE_TYPE (parms) = error_mark_node;
10531 /* Returns nonzero if T is a local variable. */
10534 local_variable_p (const_tree t)
10536 if ((TREE_CODE (t) == VAR_DECL
10537 /* A VAR_DECL with a context that is a _TYPE is a static data
10538 member. */
10539 && !TYPE_P (CP_DECL_CONTEXT (t))
10540 /* Any other non-local variable must be at namespace scope. */
10541 && !DECL_NAMESPACE_SCOPE_P (t))
10542 || (TREE_CODE (t) == PARM_DECL))
10543 return 1;
10545 return 0;
10548 /* Like local_variable_p, but suitable for use as a tree-walking
10549 function. */
10551 static tree
10552 local_variable_p_walkfn (tree *tp, int *walk_subtrees,
10553 void *data ATTRIBUTE_UNUSED)
10555 /* Check DECL_NAME to avoid including temporaries. We don't check
10556 DECL_ARTIFICIAL because we do want to complain about 'this'. */
10557 if (local_variable_p (*tp) && DECL_NAME (*tp))
10558 return *tp;
10559 else if (TYPE_P (*tp))
10560 *walk_subtrees = 0;
10562 return NULL_TREE;
10565 /* Check that ARG, which is a default-argument expression for a
10566 parameter DECL, is valid. Returns ARG, or ERROR_MARK_NODE, if
10567 something goes wrong. DECL may also be a _TYPE node, rather than a
10568 DECL, if there is no DECL available. */
10570 tree
10571 check_default_argument (tree decl, tree arg)
10573 tree var;
10574 tree decl_type;
10576 if (TREE_CODE (arg) == DEFAULT_ARG)
10577 /* We get a DEFAULT_ARG when looking at an in-class declaration
10578 with a default argument. Ignore the argument for now; we'll
10579 deal with it after the class is complete. */
10580 return arg;
10582 if (TYPE_P (decl))
10584 decl_type = decl;
10585 decl = NULL_TREE;
10587 else
10588 decl_type = TREE_TYPE (decl);
10590 if (arg == error_mark_node
10591 || decl == error_mark_node
10592 || TREE_TYPE (arg) == error_mark_node
10593 || decl_type == error_mark_node)
10594 /* Something already went wrong. There's no need to check
10595 further. */
10596 return error_mark_node;
10598 /* [dcl.fct.default]
10600 A default argument expression is implicitly converted to the
10601 parameter type. */
10602 if (!TREE_TYPE (arg)
10603 || !can_convert_arg (decl_type, TREE_TYPE (arg), arg, LOOKUP_NORMAL,
10604 tf_warning_or_error))
10606 if (decl)
10607 error ("default argument for %q#D has type %qT",
10608 decl, TREE_TYPE (arg));
10609 else
10610 error ("default argument for parameter of type %qT has type %qT",
10611 decl_type, TREE_TYPE (arg));
10613 return error_mark_node;
10616 if (warn_zero_as_null_pointer_constant
10617 && c_inhibit_evaluation_warnings == 0
10618 && TYPE_PTR_OR_PTRMEM_P (decl_type)
10619 && null_ptr_cst_p (arg)
10620 && !NULLPTR_TYPE_P (TREE_TYPE (arg)))
10622 warning (OPT_Wzero_as_null_pointer_constant,
10623 "zero as null pointer constant");
10624 return nullptr_node;
10627 /* [dcl.fct.default]
10629 Local variables shall not be used in default argument
10630 expressions.
10632 The keyword `this' shall not be used in a default argument of a
10633 member function. */
10634 var = cp_walk_tree_without_duplicates (&arg, local_variable_p_walkfn, NULL);
10635 if (var)
10637 if (DECL_NAME (var) == this_identifier)
10638 permerror (input_location, "default argument %qE uses %qD", arg, var);
10639 else
10640 error ("default argument %qE uses local variable %qD", arg, var);
10641 return error_mark_node;
10644 /* All is well. */
10645 return arg;
10648 /* Returns a deprecated type used within TYPE, or NULL_TREE if none. */
10650 static tree
10651 type_is_deprecated (tree type)
10653 enum tree_code code;
10654 if (TREE_DEPRECATED (type))
10655 return type;
10656 if (TYPE_NAME (type)
10657 && TREE_DEPRECATED (TYPE_NAME (type)))
10658 return type;
10660 /* Do warn about using typedefs to a deprecated class. */
10661 if (TAGGED_TYPE_P (type) && type != TYPE_MAIN_VARIANT (type))
10662 return type_is_deprecated (TYPE_MAIN_VARIANT (type));
10664 code = TREE_CODE (type);
10666 if (code == POINTER_TYPE || code == REFERENCE_TYPE
10667 || code == OFFSET_TYPE || code == FUNCTION_TYPE
10668 || code == METHOD_TYPE || code == ARRAY_TYPE)
10669 return type_is_deprecated (TREE_TYPE (type));
10671 if (TYPE_PTRMEMFUNC_P (type))
10672 return type_is_deprecated
10673 (TREE_TYPE (TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (type))));
10675 return NULL_TREE;
10678 /* Decode the list of parameter types for a function type.
10679 Given the list of things declared inside the parens,
10680 return a list of types.
10682 If this parameter does not end with an ellipsis, we append
10683 void_list_node.
10685 *PARMS is set to the chain of PARM_DECLs created. */
10687 static tree
10688 grokparms (tree parmlist, tree *parms)
10690 tree result = NULL_TREE;
10691 tree decls = NULL_TREE;
10692 tree parm;
10693 int any_error = 0;
10695 for (parm = parmlist; parm != NULL_TREE; parm = TREE_CHAIN (parm))
10697 tree type = NULL_TREE;
10698 tree init = TREE_PURPOSE (parm);
10699 tree decl = TREE_VALUE (parm);
10700 const char *errmsg;
10702 if (parm == void_list_node)
10703 break;
10705 if (! decl || TREE_TYPE (decl) == error_mark_node)
10706 continue;
10708 type = TREE_TYPE (decl);
10709 if (VOID_TYPE_P (type))
10711 if (same_type_p (type, void_type_node)
10712 && DECL_SELF_REFERENCE_P (type)
10713 && !DECL_NAME (decl) && !result && TREE_CHAIN (parm) == void_list_node)
10714 /* this is a parmlist of `(void)', which is ok. */
10715 break;
10716 cxx_incomplete_type_error (decl, type);
10717 /* It's not a good idea to actually create parameters of
10718 type `void'; other parts of the compiler assume that a
10719 void type terminates the parameter list. */
10720 type = error_mark_node;
10721 TREE_TYPE (decl) = error_mark_node;
10724 if (type != error_mark_node
10725 && TYPE_FOR_JAVA (type)
10726 && MAYBE_CLASS_TYPE_P (type))
10728 error ("parameter %qD has Java class type", decl);
10729 type = error_mark_node;
10730 TREE_TYPE (decl) = error_mark_node;
10731 init = NULL_TREE;
10734 if (type != error_mark_node
10735 && (errmsg = targetm.invalid_parameter_type (type)))
10737 error (errmsg);
10738 type = error_mark_node;
10739 TREE_TYPE (decl) = error_mark_node;
10742 if (type != error_mark_node)
10744 if (deprecated_state != DEPRECATED_SUPPRESS)
10746 tree deptype = type_is_deprecated (type);
10747 if (deptype)
10748 warn_deprecated_use (deptype, NULL_TREE);
10751 /* Top-level qualifiers on the parameters are
10752 ignored for function types. */
10753 type = cp_build_qualified_type (type, 0);
10754 if (TREE_CODE (type) == METHOD_TYPE)
10756 error ("parameter %qD invalidly declared method type", decl);
10757 type = build_pointer_type (type);
10758 TREE_TYPE (decl) = type;
10760 else if (abstract_virtuals_error (decl, type))
10761 any_error = 1; /* Seems like a good idea. */
10762 else if (POINTER_TYPE_P (type))
10764 /* [dcl.fct]/6, parameter types cannot contain pointers
10765 (references) to arrays of unknown bound. */
10766 tree t = TREE_TYPE (type);
10767 int ptr = TYPE_PTR_P (type);
10769 while (1)
10771 if (TYPE_PTR_P (t))
10772 ptr = 1;
10773 else if (TREE_CODE (t) != ARRAY_TYPE)
10774 break;
10775 else if (!TYPE_DOMAIN (t))
10776 break;
10777 t = TREE_TYPE (t);
10779 if (TREE_CODE (t) == ARRAY_TYPE)
10780 error (ptr
10781 ? G_("parameter %qD includes pointer to array of "
10782 "unknown bound %qT")
10783 : G_("parameter %qD includes reference to array of "
10784 "unknown bound %qT"),
10785 decl, t);
10788 if (any_error)
10789 init = NULL_TREE;
10790 else if (init && !processing_template_decl)
10791 init = check_default_argument (decl, init);
10794 DECL_CHAIN (decl) = decls;
10795 decls = decl;
10796 result = tree_cons (init, type, result);
10798 decls = nreverse (decls);
10799 result = nreverse (result);
10800 if (parm)
10801 result = chainon (result, void_list_node);
10802 *parms = decls;
10804 return result;
10808 /* D is a constructor or overloaded `operator='.
10810 Let T be the class in which D is declared. Then, this function
10811 returns:
10813 -1 if D's is an ill-formed constructor or copy assignment operator
10814 whose first parameter is of type `T'.
10815 0 if D is not a copy constructor or copy assignment
10816 operator.
10817 1 if D is a copy constructor or copy assignment operator whose
10818 first parameter is a reference to non-const qualified T.
10819 2 if D is a copy constructor or copy assignment operator whose
10820 first parameter is a reference to const qualified T.
10822 This function can be used as a predicate. Positive values indicate
10823 a copy constructor and nonzero values indicate a copy assignment
10824 operator. */
10827 copy_fn_p (const_tree d)
10829 tree args;
10830 tree arg_type;
10831 int result = 1;
10833 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
10835 if (TREE_CODE (d) == TEMPLATE_DECL
10836 || (DECL_TEMPLATE_INFO (d)
10837 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d))))
10838 /* Instantiations of template member functions are never copy
10839 functions. Note that member functions of templated classes are
10840 represented as template functions internally, and we must
10841 accept those as copy functions. */
10842 return 0;
10844 args = FUNCTION_FIRST_USER_PARMTYPE (d);
10845 if (!args)
10846 return 0;
10848 arg_type = TREE_VALUE (args);
10849 if (arg_type == error_mark_node)
10850 return 0;
10852 if (TYPE_MAIN_VARIANT (arg_type) == DECL_CONTEXT (d))
10854 /* Pass by value copy assignment operator. */
10855 result = -1;
10857 else if (TREE_CODE (arg_type) == REFERENCE_TYPE
10858 && !TYPE_REF_IS_RVALUE (arg_type)
10859 && TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)) == DECL_CONTEXT (d))
10861 if (CP_TYPE_CONST_P (TREE_TYPE (arg_type)))
10862 result = 2;
10864 else
10865 return 0;
10867 args = TREE_CHAIN (args);
10869 if (args && args != void_list_node && !TREE_PURPOSE (args))
10870 /* There are more non-optional args. */
10871 return 0;
10873 return result;
10876 /* D is a constructor or overloaded `operator='.
10878 Let T be the class in which D is declared. Then, this function
10879 returns true when D is a move constructor or move assignment
10880 operator, false otherwise. */
10882 bool
10883 move_fn_p (const_tree d)
10885 tree args;
10886 tree arg_type;
10887 bool result = false;
10889 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
10891 if (cxx_dialect == cxx98)
10892 /* There are no move constructors if we are in C++98 mode. */
10893 return false;
10895 if (TREE_CODE (d) == TEMPLATE_DECL
10896 || (DECL_TEMPLATE_INFO (d)
10897 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d))))
10898 /* Instantiations of template member functions are never copy
10899 functions. Note that member functions of templated classes are
10900 represented as template functions internally, and we must
10901 accept those as copy functions. */
10902 return 0;
10904 args = FUNCTION_FIRST_USER_PARMTYPE (d);
10905 if (!args)
10906 return 0;
10908 arg_type = TREE_VALUE (args);
10909 if (arg_type == error_mark_node)
10910 return 0;
10912 if (TREE_CODE (arg_type) == REFERENCE_TYPE
10913 && TYPE_REF_IS_RVALUE (arg_type)
10914 && same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)),
10915 DECL_CONTEXT (d)))
10916 result = true;
10918 args = TREE_CHAIN (args);
10920 if (args && args != void_list_node && !TREE_PURPOSE (args))
10921 /* There are more non-optional args. */
10922 return false;
10924 return result;
10927 /* Remember any special properties of member function DECL. */
10929 void
10930 grok_special_member_properties (tree decl)
10932 tree class_type;
10934 if (!DECL_NONSTATIC_MEMBER_FUNCTION_P (decl))
10935 return;
10937 class_type = DECL_CONTEXT (decl);
10938 if (DECL_CONSTRUCTOR_P (decl))
10940 int ctor = copy_fn_p (decl);
10942 if (!DECL_ARTIFICIAL (decl))
10943 TYPE_HAS_USER_CONSTRUCTOR (class_type) = 1;
10945 if (ctor > 0)
10947 /* [class.copy]
10949 A non-template constructor for class X is a copy
10950 constructor if its first parameter is of type X&, const
10951 X&, volatile X& or const volatile X&, and either there
10952 are no other parameters or else all other parameters have
10953 default arguments. */
10954 TYPE_HAS_COPY_CTOR (class_type) = 1;
10955 if (user_provided_p (decl))
10956 TYPE_HAS_COMPLEX_COPY_CTOR (class_type) = 1;
10957 if (ctor > 1)
10958 TYPE_HAS_CONST_COPY_CTOR (class_type) = 1;
10960 else if (sufficient_parms_p (FUNCTION_FIRST_USER_PARMTYPE (decl)))
10962 TYPE_HAS_DEFAULT_CONSTRUCTOR (class_type) = 1;
10963 if (user_provided_p (decl))
10964 TYPE_HAS_COMPLEX_DFLT (class_type) = 1;
10966 else if (move_fn_p (decl) && user_provided_p (decl))
10967 TYPE_HAS_COMPLEX_MOVE_CTOR (class_type) = 1;
10968 else if (is_list_ctor (decl))
10969 TYPE_HAS_LIST_CTOR (class_type) = 1;
10971 if (DECL_DECLARED_CONSTEXPR_P (decl)
10972 && !copy_fn_p (decl) && !move_fn_p (decl))
10973 TYPE_HAS_CONSTEXPR_CTOR (class_type) = 1;
10975 else if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR)
10977 /* [class.copy]
10979 A non-template assignment operator for class X is a copy
10980 assignment operator if its parameter is of type X, X&, const
10981 X&, volatile X& or const volatile X&. */
10983 int assop = copy_fn_p (decl);
10985 if (assop)
10987 TYPE_HAS_COPY_ASSIGN (class_type) = 1;
10988 if (user_provided_p (decl))
10989 TYPE_HAS_COMPLEX_COPY_ASSIGN (class_type) = 1;
10990 if (assop != 1)
10991 TYPE_HAS_CONST_COPY_ASSIGN (class_type) = 1;
10993 else if (move_fn_p (decl) && user_provided_p (decl))
10994 TYPE_HAS_COMPLEX_MOVE_ASSIGN (class_type) = 1;
10996 /* Destructors are handled in check_methods. */
10999 /* Check a constructor DECL has the correct form. Complains
11000 if the class has a constructor of the form X(X). */
11003 grok_ctor_properties (const_tree ctype, const_tree decl)
11005 int ctor_parm = copy_fn_p (decl);
11007 if (ctor_parm < 0)
11009 /* [class.copy]
11011 A declaration of a constructor for a class X is ill-formed if
11012 its first parameter is of type (optionally cv-qualified) X
11013 and either there are no other parameters or else all other
11014 parameters have default arguments.
11016 We *don't* complain about member template instantiations that
11017 have this form, though; they can occur as we try to decide
11018 what constructor to use during overload resolution. Since
11019 overload resolution will never prefer such a constructor to
11020 the non-template copy constructor (which is either explicitly
11021 or implicitly defined), there's no need to worry about their
11022 existence. Theoretically, they should never even be
11023 instantiated, but that's hard to forestall. */
11024 error ("invalid constructor; you probably meant %<%T (const %T&)%>",
11025 ctype, ctype);
11026 return 0;
11029 return 1;
11032 /* An operator with this code is unary, but can also be binary. */
11034 static int
11035 ambi_op_p (enum tree_code code)
11037 return (code == INDIRECT_REF
11038 || code == ADDR_EXPR
11039 || code == UNARY_PLUS_EXPR
11040 || code == NEGATE_EXPR
11041 || code == PREINCREMENT_EXPR
11042 || code == PREDECREMENT_EXPR);
11045 /* An operator with this name can only be unary. */
11047 static int
11048 unary_op_p (enum tree_code code)
11050 return (code == TRUTH_NOT_EXPR
11051 || code == BIT_NOT_EXPR
11052 || code == COMPONENT_REF
11053 || code == TYPE_EXPR);
11056 /* DECL is a declaration for an overloaded operator. If COMPLAIN is true,
11057 errors are issued for invalid declarations. */
11059 bool
11060 grok_op_properties (tree decl, bool complain)
11062 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
11063 tree argtype;
11064 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE);
11065 tree name = DECL_NAME (decl);
11066 enum tree_code operator_code;
11067 int arity;
11068 bool ellipsis_p;
11069 tree class_type;
11071 /* Count the number of arguments and check for ellipsis. */
11072 for (argtype = argtypes, arity = 0;
11073 argtype && argtype != void_list_node;
11074 argtype = TREE_CHAIN (argtype))
11075 ++arity;
11076 ellipsis_p = !argtype;
11078 class_type = DECL_CONTEXT (decl);
11079 if (class_type && !CLASS_TYPE_P (class_type))
11080 class_type = NULL_TREE;
11082 if (DECL_CONV_FN_P (decl))
11083 operator_code = TYPE_EXPR;
11084 else
11087 #define DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, ASSN_P) \
11088 if (ansi_opname (CODE) == name) \
11090 operator_code = (CODE); \
11091 break; \
11093 else if (ansi_assopname (CODE) == name) \
11095 operator_code = (CODE); \
11096 DECL_ASSIGNMENT_OPERATOR_P (decl) = 1; \
11097 break; \
11100 #include "operators.def"
11101 #undef DEF_OPERATOR
11103 gcc_unreachable ();
11105 while (0);
11106 gcc_assert (operator_code != MAX_TREE_CODES);
11107 SET_OVERLOADED_OPERATOR_CODE (decl, operator_code);
11109 if (class_type)
11110 switch (operator_code)
11112 case NEW_EXPR:
11113 TYPE_HAS_NEW_OPERATOR (class_type) = 1;
11114 break;
11116 case DELETE_EXPR:
11117 TYPE_GETS_DELETE (class_type) |= 1;
11118 break;
11120 case VEC_NEW_EXPR:
11121 TYPE_HAS_ARRAY_NEW_OPERATOR (class_type) = 1;
11122 break;
11124 case VEC_DELETE_EXPR:
11125 TYPE_GETS_DELETE (class_type) |= 2;
11126 break;
11128 default:
11129 break;
11132 /* [basic.std.dynamic.allocation]/1:
11134 A program is ill-formed if an allocation function is declared
11135 in a namespace scope other than global scope or declared static
11136 in global scope.
11138 The same also holds true for deallocation functions. */
11139 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR
11140 || operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR)
11142 if (DECL_NAMESPACE_SCOPE_P (decl))
11144 if (CP_DECL_CONTEXT (decl) != global_namespace)
11146 error ("%qD may not be declared within a namespace", decl);
11147 return false;
11149 else if (!TREE_PUBLIC (decl))
11151 error ("%qD may not be declared as static", decl);
11152 return false;
11157 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR)
11159 TREE_TYPE (decl) = coerce_new_type (TREE_TYPE (decl));
11160 DECL_IS_OPERATOR_NEW (decl) = 1;
11162 else if (operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR)
11163 TREE_TYPE (decl) = coerce_delete_type (TREE_TYPE (decl));
11164 else
11166 /* An operator function must either be a non-static member function
11167 or have at least one parameter of a class, a reference to a class,
11168 an enumeration, or a reference to an enumeration. 13.4.0.6 */
11169 if (! methodp || DECL_STATIC_FUNCTION_P (decl))
11171 if (operator_code == TYPE_EXPR
11172 || operator_code == CALL_EXPR
11173 || operator_code == COMPONENT_REF
11174 || operator_code == ARRAY_REF
11175 || operator_code == NOP_EXPR)
11177 error ("%qD must be a nonstatic member function", decl);
11178 return false;
11180 else
11182 tree p;
11184 if (DECL_STATIC_FUNCTION_P (decl))
11186 error ("%qD must be either a non-static member "
11187 "function or a non-member function", decl);
11188 return false;
11191 for (p = argtypes; p && p != void_list_node; p = TREE_CHAIN (p))
11193 tree arg = non_reference (TREE_VALUE (p));
11194 if (arg == error_mark_node)
11195 return false;
11197 /* MAYBE_CLASS_TYPE_P, rather than CLASS_TYPE_P, is used
11198 because these checks are performed even on
11199 template functions. */
11200 if (MAYBE_CLASS_TYPE_P (arg)
11201 || TREE_CODE (arg) == ENUMERAL_TYPE)
11202 break;
11205 if (!p || p == void_list_node)
11207 if (complain)
11208 error ("%qD must have an argument of class or "
11209 "enumerated type", decl);
11210 return false;
11215 /* There are no restrictions on the arguments to an overloaded
11216 "operator ()". */
11217 if (operator_code == CALL_EXPR)
11218 return true;
11220 /* Warn about conversion operators that will never be used. */
11221 if (IDENTIFIER_TYPENAME_P (name)
11222 && ! DECL_TEMPLATE_INFO (decl)
11223 && warn_conversion
11224 /* Warn only declaring the function; there is no need to
11225 warn again about out-of-class definitions. */
11226 && class_type == current_class_type)
11228 tree t = TREE_TYPE (name);
11229 int ref = (TREE_CODE (t) == REFERENCE_TYPE);
11231 if (ref)
11232 t = TYPE_MAIN_VARIANT (TREE_TYPE (t));
11234 if (TREE_CODE (t) == VOID_TYPE)
11235 warning (OPT_Wconversion,
11237 ? G_("conversion to a reference to void "
11238 "will never use a type conversion operator")
11239 : G_("conversion to void "
11240 "will never use a type conversion operator"));
11241 else if (class_type)
11243 if (t == class_type)
11244 warning (OPT_Wconversion,
11246 ? G_("conversion to a reference to the same type "
11247 "will never use a type conversion operator")
11248 : G_("conversion to the same type "
11249 "will never use a type conversion operator"));
11250 /* Don't force t to be complete here. */
11251 else if (MAYBE_CLASS_TYPE_P (t)
11252 && COMPLETE_TYPE_P (t)
11253 && DERIVED_FROM_P (t, class_type))
11254 warning (OPT_Wconversion,
11256 ? G_("conversion to a reference to a base class "
11257 "will never use a type conversion operator")
11258 : G_("conversion to a base class "
11259 "will never use a type conversion operator"));
11264 if (operator_code == COND_EXPR)
11266 /* 13.4.0.3 */
11267 error ("ISO C++ prohibits overloading operator ?:");
11268 return false;
11270 else if (ellipsis_p)
11272 error ("%qD must not have variable number of arguments", decl);
11273 return false;
11275 else if (ambi_op_p (operator_code))
11277 if (arity == 1)
11278 /* We pick the one-argument operator codes by default, so
11279 we don't have to change anything. */
11281 else if (arity == 2)
11283 /* If we thought this was a unary operator, we now know
11284 it to be a binary operator. */
11285 switch (operator_code)
11287 case INDIRECT_REF:
11288 operator_code = MULT_EXPR;
11289 break;
11291 case ADDR_EXPR:
11292 operator_code = BIT_AND_EXPR;
11293 break;
11295 case UNARY_PLUS_EXPR:
11296 operator_code = PLUS_EXPR;
11297 break;
11299 case NEGATE_EXPR:
11300 operator_code = MINUS_EXPR;
11301 break;
11303 case PREINCREMENT_EXPR:
11304 operator_code = POSTINCREMENT_EXPR;
11305 break;
11307 case PREDECREMENT_EXPR:
11308 operator_code = POSTDECREMENT_EXPR;
11309 break;
11311 default:
11312 gcc_unreachable ();
11315 SET_OVERLOADED_OPERATOR_CODE (decl, operator_code);
11317 if ((operator_code == POSTINCREMENT_EXPR
11318 || operator_code == POSTDECREMENT_EXPR)
11319 && ! processing_template_decl
11320 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node))
11322 if (methodp)
11323 error ("postfix %qD must take %<int%> as its argument",
11324 decl);
11325 else
11326 error ("postfix %qD must take %<int%> as its second "
11327 "argument", decl);
11328 return false;
11331 else
11333 if (methodp)
11334 error ("%qD must take either zero or one argument", decl);
11335 else
11336 error ("%qD must take either one or two arguments", decl);
11337 return false;
11340 /* More Effective C++ rule 6. */
11341 if (warn_ecpp
11342 && (operator_code == POSTINCREMENT_EXPR
11343 || operator_code == POSTDECREMENT_EXPR
11344 || operator_code == PREINCREMENT_EXPR
11345 || operator_code == PREDECREMENT_EXPR))
11347 tree arg = TREE_VALUE (argtypes);
11348 tree ret = TREE_TYPE (TREE_TYPE (decl));
11349 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE)
11350 arg = TREE_TYPE (arg);
11351 arg = TYPE_MAIN_VARIANT (arg);
11352 if (operator_code == PREINCREMENT_EXPR
11353 || operator_code == PREDECREMENT_EXPR)
11355 if (TREE_CODE (ret) != REFERENCE_TYPE
11356 || !same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (ret)),
11357 arg))
11358 warning (OPT_Weffc__, "prefix %qD should return %qT", decl,
11359 build_reference_type (arg));
11361 else
11363 if (!same_type_p (TYPE_MAIN_VARIANT (ret), arg))
11364 warning (OPT_Weffc__, "postfix %qD should return %qT", decl, arg);
11368 else if (unary_op_p (operator_code))
11370 if (arity != 1)
11372 if (methodp)
11373 error ("%qD must take %<void%>", decl);
11374 else
11375 error ("%qD must take exactly one argument", decl);
11376 return false;
11379 else /* if (binary_op_p (operator_code)) */
11381 if (arity != 2)
11383 if (methodp)
11384 error ("%qD must take exactly one argument", decl);
11385 else
11386 error ("%qD must take exactly two arguments", decl);
11387 return false;
11390 /* More Effective C++ rule 7. */
11391 if (warn_ecpp
11392 && (operator_code == TRUTH_ANDIF_EXPR
11393 || operator_code == TRUTH_ORIF_EXPR
11394 || operator_code == COMPOUND_EXPR))
11395 warning (OPT_Weffc__, "user-defined %qD always evaluates both arguments",
11396 decl);
11399 /* Effective C++ rule 23. */
11400 if (warn_ecpp
11401 && arity == 2
11402 && !DECL_ASSIGNMENT_OPERATOR_P (decl)
11403 && (operator_code == PLUS_EXPR
11404 || operator_code == MINUS_EXPR
11405 || operator_code == TRUNC_DIV_EXPR
11406 || operator_code == MULT_EXPR
11407 || operator_code == TRUNC_MOD_EXPR)
11408 && TREE_CODE (TREE_TYPE (TREE_TYPE (decl))) == REFERENCE_TYPE)
11409 warning (OPT_Weffc__, "%qD should return by value", decl);
11411 /* [over.oper]/8 */
11412 for (; argtypes && argtypes != void_list_node;
11413 argtypes = TREE_CHAIN (argtypes))
11414 if (TREE_PURPOSE (argtypes))
11416 TREE_PURPOSE (argtypes) = NULL_TREE;
11417 if (operator_code == POSTINCREMENT_EXPR
11418 || operator_code == POSTDECREMENT_EXPR)
11420 pedwarn (input_location, OPT_Wpedantic, "%qD cannot have default arguments",
11421 decl);
11423 else
11425 error ("%qD cannot have default arguments", decl);
11426 return false;
11430 return true;
11433 /* Return a string giving the keyword associate with CODE. */
11435 static const char *
11436 tag_name (enum tag_types code)
11438 switch (code)
11440 case record_type:
11441 return "struct";
11442 case class_type:
11443 return "class";
11444 case union_type:
11445 return "union";
11446 case enum_type:
11447 return "enum";
11448 case typename_type:
11449 return "typename";
11450 default:
11451 gcc_unreachable ();
11455 /* Name lookup in an elaborated-type-specifier (after the keyword
11456 indicated by TAG_CODE) has found the TYPE_DECL DECL. If the
11457 elaborated-type-specifier is invalid, issue a diagnostic and return
11458 error_mark_node; otherwise, return the *_TYPE to which it referred.
11459 If ALLOW_TEMPLATE_P is true, TYPE may be a class template. */
11461 tree
11462 check_elaborated_type_specifier (enum tag_types tag_code,
11463 tree decl,
11464 bool allow_template_p)
11466 tree type;
11468 if (decl == error_mark_node)
11469 return error_mark_node;
11471 /* In the case of:
11473 struct S { struct S *p; };
11475 name lookup will find the TYPE_DECL for the implicit "S::S"
11476 typedef. Adjust for that here. */
11477 if (DECL_SELF_REFERENCE_P (decl))
11478 decl = TYPE_NAME (TREE_TYPE (decl));
11480 type = TREE_TYPE (decl);
11482 /* Check TEMPLATE_TYPE_PARM first because DECL_IMPLICIT_TYPEDEF_P
11483 is false for this case as well. */
11484 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
11486 error ("using template type parameter %qT after %qs",
11487 type, tag_name (tag_code));
11488 return error_mark_node;
11490 /* Accept bound template template parameters. */
11491 else if (allow_template_p
11492 && TREE_CODE (type) == BOUND_TEMPLATE_TEMPLATE_PARM)
11494 /* [dcl.type.elab]
11496 If the identifier resolves to a typedef-name or the
11497 simple-template-id resolves to an alias template
11498 specialization, the elaborated-type-specifier is ill-formed.
11500 In other words, the only legitimate declaration to use in the
11501 elaborated type specifier is the implicit typedef created when
11502 the type is declared. */
11503 else if (!DECL_IMPLICIT_TYPEDEF_P (decl)
11504 && !DECL_SELF_REFERENCE_P (decl)
11505 && tag_code != typename_type)
11507 if (alias_template_specialization_p (type))
11508 error ("using alias template specialization %qT after %qs",
11509 type, tag_name (tag_code));
11510 else
11511 error ("using typedef-name %qD after %qs", decl, tag_name (tag_code));
11512 inform (DECL_SOURCE_LOCATION (decl),
11513 "%qD has a previous declaration here", decl);
11514 return error_mark_node;
11516 else if (TREE_CODE (type) != RECORD_TYPE
11517 && TREE_CODE (type) != UNION_TYPE
11518 && tag_code != enum_type
11519 && tag_code != typename_type)
11521 error ("%qT referred to as %qs", type, tag_name (tag_code));
11522 error ("%q+T has a previous declaration here", type);
11523 return error_mark_node;
11525 else if (TREE_CODE (type) != ENUMERAL_TYPE
11526 && tag_code == enum_type)
11528 error ("%qT referred to as enum", type);
11529 error ("%q+T has a previous declaration here", type);
11530 return error_mark_node;
11532 else if (!allow_template_p
11533 && TREE_CODE (type) == RECORD_TYPE
11534 && CLASSTYPE_IS_TEMPLATE (type))
11536 /* If a class template appears as elaborated type specifier
11537 without a template header such as:
11539 template <class T> class C {};
11540 void f(class C); // No template header here
11542 then the required template argument is missing. */
11543 error ("template argument required for %<%s %T%>",
11544 tag_name (tag_code),
11545 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type)));
11546 return error_mark_node;
11549 return type;
11552 /* Lookup NAME in elaborate type specifier in scope according to
11553 SCOPE and issue diagnostics if necessary.
11554 Return *_TYPE node upon success, NULL_TREE when the NAME is not
11555 found, and ERROR_MARK_NODE for type error. */
11557 static tree
11558 lookup_and_check_tag (enum tag_types tag_code, tree name,
11559 tag_scope scope, bool template_header_p)
11561 tree t;
11562 tree decl;
11563 if (scope == ts_global)
11565 /* First try ordinary name lookup, ignoring hidden class name
11566 injected via friend declaration. */
11567 decl = lookup_name_prefer_type (name, 2);
11568 /* If that fails, the name will be placed in the smallest
11569 non-class, non-function-prototype scope according to 3.3.1/5.
11570 We may already have a hidden name declared as friend in this
11571 scope. So lookup again but not ignoring hidden names.
11572 If we find one, that name will be made visible rather than
11573 creating a new tag. */
11574 if (!decl)
11575 decl = lookup_type_scope (name, ts_within_enclosing_non_class);
11577 else
11578 decl = lookup_type_scope (name, scope);
11580 if (decl && DECL_CLASS_TEMPLATE_P (decl))
11581 decl = DECL_TEMPLATE_RESULT (decl);
11583 if (decl && TREE_CODE (decl) == TYPE_DECL)
11585 /* Look for invalid nested type:
11586 class C {
11587 class C {};
11588 }; */
11589 if (scope == ts_current && DECL_SELF_REFERENCE_P (decl))
11591 error ("%qD has the same name as the class in which it is "
11592 "declared",
11593 decl);
11594 return error_mark_node;
11597 /* Two cases we need to consider when deciding if a class
11598 template is allowed as an elaborated type specifier:
11599 1. It is a self reference to its own class.
11600 2. It comes with a template header.
11602 For example:
11604 template <class T> class C {
11605 class C *c1; // DECL_SELF_REFERENCE_P is true
11606 class D;
11608 template <class U> class C; // template_header_p is true
11609 template <class T> class C<T>::D {
11610 class C *c2; // DECL_SELF_REFERENCE_P is true
11611 }; */
11613 t = check_elaborated_type_specifier (tag_code,
11614 decl,
11615 template_header_p
11616 | DECL_SELF_REFERENCE_P (decl));
11617 return t;
11619 else if (decl && TREE_CODE (decl) == TREE_LIST)
11621 error ("reference to %qD is ambiguous", name);
11622 print_candidates (decl);
11623 return error_mark_node;
11625 else
11626 return NULL_TREE;
11629 /* Get the struct, enum or union (TAG_CODE says which) with tag NAME.
11630 Define the tag as a forward-reference if it is not defined.
11632 If a declaration is given, process it here, and report an error if
11633 multiple declarations are not identical.
11635 SCOPE is TS_CURRENT when this is also a definition. Only look in
11636 the current frame for the name (since C++ allows new names in any
11637 scope.) It is TS_WITHIN_ENCLOSING_NON_CLASS if this is a friend
11638 declaration. Only look beginning from the current scope outward up
11639 till the nearest non-class scope. Otherwise it is TS_GLOBAL.
11641 TEMPLATE_HEADER_P is true when this declaration is preceded by
11642 a set of template parameters. */
11644 static tree
11645 xref_tag_1 (enum tag_types tag_code, tree name,
11646 tag_scope scope, bool template_header_p)
11648 enum tree_code code;
11649 tree t;
11650 tree context = NULL_TREE;
11652 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
11654 switch (tag_code)
11656 case record_type:
11657 case class_type:
11658 code = RECORD_TYPE;
11659 break;
11660 case union_type:
11661 code = UNION_TYPE;
11662 break;
11663 case enum_type:
11664 code = ENUMERAL_TYPE;
11665 break;
11666 default:
11667 gcc_unreachable ();
11670 /* In case of anonymous name, xref_tag is only called to
11671 make type node and push name. Name lookup is not required. */
11672 if (ANON_AGGRNAME_P (name))
11673 t = NULL_TREE;
11674 else
11675 t = lookup_and_check_tag (tag_code, name,
11676 scope, template_header_p);
11678 if (t == error_mark_node)
11679 return error_mark_node;
11681 if (scope != ts_current && t && current_class_type
11682 && template_class_depth (current_class_type)
11683 && template_header_p)
11685 /* Since SCOPE is not TS_CURRENT, we are not looking at a
11686 definition of this tag. Since, in addition, we are currently
11687 processing a (member) template declaration of a template
11688 class, we must be very careful; consider:
11690 template <class X>
11691 struct S1
11693 template <class U>
11694 struct S2
11695 { template <class V>
11696 friend struct S1; };
11698 Here, the S2::S1 declaration should not be confused with the
11699 outer declaration. In particular, the inner version should
11700 have a template parameter of level 2, not level 1. This
11701 would be particularly important if the member declaration
11702 were instead:
11704 template <class V = U> friend struct S1;
11706 say, when we should tsubst into `U' when instantiating
11707 S2. On the other hand, when presented with:
11709 template <class T>
11710 struct S1 {
11711 template <class U>
11712 struct S2 {};
11713 template <class U>
11714 friend struct S2;
11717 we must find the inner binding eventually. We
11718 accomplish this by making sure that the new type we
11719 create to represent this declaration has the right
11720 TYPE_CONTEXT. */
11721 context = TYPE_CONTEXT (t);
11722 t = NULL_TREE;
11725 if (! t)
11727 /* If no such tag is yet defined, create a forward-reference node
11728 and record it as the "definition".
11729 When a real declaration of this type is found,
11730 the forward-reference will be altered into a real type. */
11731 if (code == ENUMERAL_TYPE)
11733 error ("use of enum %q#D without previous declaration", name);
11734 return error_mark_node;
11736 else
11738 t = make_class_type (code);
11739 TYPE_CONTEXT (t) = context;
11740 t = pushtag (name, t, scope);
11743 else
11745 if (template_header_p && MAYBE_CLASS_TYPE_P (t))
11747 if (!redeclare_class_template (t, current_template_parms))
11748 return error_mark_node;
11750 else if (!processing_template_decl
11751 && CLASS_TYPE_P (t)
11752 && CLASSTYPE_IS_TEMPLATE (t))
11754 error ("redeclaration of %qT as a non-template", t);
11755 error ("previous declaration %q+D", t);
11756 return error_mark_node;
11759 /* Make injected friend class visible. */
11760 if (scope != ts_within_enclosing_non_class
11761 && hidden_name_p (TYPE_NAME (t)))
11763 DECL_ANTICIPATED (TYPE_NAME (t)) = 0;
11764 DECL_FRIEND_P (TYPE_NAME (t)) = 0;
11766 if (TYPE_TEMPLATE_INFO (t))
11768 DECL_ANTICIPATED (TYPE_TI_TEMPLATE (t)) = 0;
11769 DECL_FRIEND_P (TYPE_TI_TEMPLATE (t)) = 0;
11774 return t;
11777 /* Wrapper for xref_tag_1. */
11779 tree
11780 xref_tag (enum tag_types tag_code, tree name,
11781 tag_scope scope, bool template_header_p)
11783 tree ret;
11784 bool subtime;
11785 subtime = timevar_cond_start (TV_NAME_LOOKUP);
11786 ret = xref_tag_1 (tag_code, name, scope, template_header_p);
11787 timevar_cond_stop (TV_NAME_LOOKUP, subtime);
11788 return ret;
11792 tree
11793 xref_tag_from_type (tree old, tree id, tag_scope scope)
11795 enum tag_types tag_kind;
11797 if (TREE_CODE (old) == RECORD_TYPE)
11798 tag_kind = (CLASSTYPE_DECLARED_CLASS (old) ? class_type : record_type);
11799 else
11800 tag_kind = union_type;
11802 if (id == NULL_TREE)
11803 id = TYPE_IDENTIFIER (old);
11805 return xref_tag (tag_kind, id, scope, false);
11808 /* Create the binfo hierarchy for REF with (possibly NULL) base list
11809 BASE_LIST. For each element on BASE_LIST the TREE_PURPOSE is an
11810 access_* node, and the TREE_VALUE is the type of the base-class.
11811 Non-NULL TREE_TYPE indicates virtual inheritance.
11813 Returns true if the binfo hierarchy was successfully created,
11814 false if an error was detected. */
11816 bool
11817 xref_basetypes (tree ref, tree base_list)
11819 tree *basep;
11820 tree binfo, base_binfo;
11821 unsigned max_vbases = 0; /* Maximum direct & indirect virtual bases. */
11822 unsigned max_bases = 0; /* Maximum direct bases. */
11823 int i;
11824 tree default_access;
11825 tree igo_prev; /* Track Inheritance Graph Order. */
11827 if (ref == error_mark_node)
11828 return false;
11830 /* The base of a derived class is private by default, all others are
11831 public. */
11832 default_access = (TREE_CODE (ref) == RECORD_TYPE
11833 && CLASSTYPE_DECLARED_CLASS (ref)
11834 ? access_private_node : access_public_node);
11836 /* First, make sure that any templates in base-classes are
11837 instantiated. This ensures that if we call ourselves recursively
11838 we do not get confused about which classes are marked and which
11839 are not. */
11840 basep = &base_list;
11841 while (*basep)
11843 tree basetype = TREE_VALUE (*basep);
11845 if (!(processing_template_decl && uses_template_parms (basetype))
11846 && !complete_type_or_else (basetype, NULL))
11847 /* An incomplete type. Remove it from the list. */
11848 *basep = TREE_CHAIN (*basep);
11849 else
11851 max_bases++;
11852 if (TREE_TYPE (*basep))
11853 max_vbases++;
11854 if (CLASS_TYPE_P (basetype))
11855 max_vbases += VEC_length (tree, CLASSTYPE_VBASECLASSES (basetype));
11856 basep = &TREE_CHAIN (*basep);
11860 TYPE_MARKED_P (ref) = 1;
11862 /* The binfo slot should be empty, unless this is an (ill-formed)
11863 redefinition. */
11864 if (TYPE_BINFO (ref) && !TYPE_SIZE (ref))
11866 error ("redefinition of %q#T", ref);
11867 return false;
11870 gcc_assert (TYPE_MAIN_VARIANT (ref) == ref);
11872 binfo = make_tree_binfo (max_bases);
11874 TYPE_BINFO (ref) = binfo;
11875 BINFO_OFFSET (binfo) = size_zero_node;
11876 BINFO_TYPE (binfo) = ref;
11878 /* Apply base-class info set up to the variants of this type. */
11879 fixup_type_variants (ref);
11881 if (max_bases)
11883 BINFO_BASE_ACCESSES (binfo) = VEC_alloc (tree, gc, max_bases);
11884 /* An aggregate cannot have baseclasses. */
11885 CLASSTYPE_NON_AGGREGATE (ref) = 1;
11887 if (TREE_CODE (ref) == UNION_TYPE)
11889 error ("derived union %qT invalid", ref);
11890 return false;
11894 if (max_bases > 1)
11896 if (TYPE_FOR_JAVA (ref))
11898 error ("Java class %qT cannot have multiple bases", ref);
11899 return false;
11903 if (max_vbases)
11905 CLASSTYPE_VBASECLASSES (ref) = VEC_alloc (tree, gc, max_vbases);
11907 if (TYPE_FOR_JAVA (ref))
11909 error ("Java class %qT cannot have virtual bases", ref);
11910 return false;
11914 for (igo_prev = binfo; base_list; base_list = TREE_CHAIN (base_list))
11916 tree access = TREE_PURPOSE (base_list);
11917 int via_virtual = TREE_TYPE (base_list) != NULL_TREE;
11918 tree basetype = TREE_VALUE (base_list);
11920 if (access == access_default_node)
11921 access = default_access;
11923 if (PACK_EXPANSION_P (basetype))
11924 basetype = PACK_EXPANSION_PATTERN (basetype);
11925 if (TREE_CODE (basetype) == TYPE_DECL)
11926 basetype = TREE_TYPE (basetype);
11927 if (!MAYBE_CLASS_TYPE_P (basetype) || TREE_CODE (basetype) == UNION_TYPE)
11929 error ("base type %qT fails to be a struct or class type",
11930 basetype);
11931 return false;
11934 if (TYPE_FOR_JAVA (basetype) && (current_lang_depth () == 0))
11935 TYPE_FOR_JAVA (ref) = 1;
11937 base_binfo = NULL_TREE;
11938 if (CLASS_TYPE_P (basetype) && !dependent_scope_p (basetype))
11940 base_binfo = TYPE_BINFO (basetype);
11941 /* The original basetype could have been a typedef'd type. */
11942 basetype = BINFO_TYPE (base_binfo);
11944 /* Inherit flags from the base. */
11945 TYPE_HAS_NEW_OPERATOR (ref)
11946 |= TYPE_HAS_NEW_OPERATOR (basetype);
11947 TYPE_HAS_ARRAY_NEW_OPERATOR (ref)
11948 |= TYPE_HAS_ARRAY_NEW_OPERATOR (basetype);
11949 TYPE_GETS_DELETE (ref) |= TYPE_GETS_DELETE (basetype);
11950 TYPE_HAS_CONVERSION (ref) |= TYPE_HAS_CONVERSION (basetype);
11951 CLASSTYPE_DIAMOND_SHAPED_P (ref)
11952 |= CLASSTYPE_DIAMOND_SHAPED_P (basetype);
11953 CLASSTYPE_REPEATED_BASE_P (ref)
11954 |= CLASSTYPE_REPEATED_BASE_P (basetype);
11957 /* We must do this test after we've seen through a typedef
11958 type. */
11959 if (TYPE_MARKED_P (basetype))
11961 if (basetype == ref)
11962 error ("recursive type %qT undefined", basetype);
11963 else
11964 error ("duplicate base type %qT invalid", basetype);
11965 return false;
11968 if (PACK_EXPANSION_P (TREE_VALUE (base_list)))
11969 /* Regenerate the pack expansion for the bases. */
11970 basetype = make_pack_expansion (basetype);
11972 TYPE_MARKED_P (basetype) = 1;
11974 base_binfo = copy_binfo (base_binfo, basetype, ref,
11975 &igo_prev, via_virtual);
11976 if (!BINFO_INHERITANCE_CHAIN (base_binfo))
11977 BINFO_INHERITANCE_CHAIN (base_binfo) = binfo;
11979 BINFO_BASE_APPEND (binfo, base_binfo);
11980 BINFO_BASE_ACCESS_APPEND (binfo, access);
11983 if (VEC_length (tree, CLASSTYPE_VBASECLASSES (ref)) < max_vbases)
11984 /* If we didn't get max_vbases vbases, we must have shared at
11985 least one of them, and are therefore diamond shaped. */
11986 CLASSTYPE_DIAMOND_SHAPED_P (ref) = 1;
11988 /* Unmark all the types. */
11989 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
11990 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
11991 TYPE_MARKED_P (ref) = 0;
11993 /* Now see if we have a repeated base type. */
11994 if (!CLASSTYPE_REPEATED_BASE_P (ref))
11996 for (base_binfo = binfo; base_binfo;
11997 base_binfo = TREE_CHAIN (base_binfo))
11999 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
12001 CLASSTYPE_REPEATED_BASE_P (ref) = 1;
12002 break;
12004 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 1;
12006 for (base_binfo = binfo; base_binfo;
12007 base_binfo = TREE_CHAIN (base_binfo))
12008 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
12009 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
12010 else
12011 break;
12014 return true;
12018 /* Copies the enum-related properties from type SRC to type DST.
12019 Used with the underlying type of an enum and the enum itself. */
12020 static void
12021 copy_type_enum (tree dst, tree src)
12023 tree t;
12024 for (t = dst; t; t = TYPE_NEXT_VARIANT (t))
12026 TYPE_MIN_VALUE (t) = TYPE_MIN_VALUE (src);
12027 TYPE_MAX_VALUE (t) = TYPE_MAX_VALUE (src);
12028 TYPE_SIZE (t) = TYPE_SIZE (src);
12029 TYPE_SIZE_UNIT (t) = TYPE_SIZE_UNIT (src);
12030 SET_TYPE_MODE (dst, TYPE_MODE (src));
12031 TYPE_PRECISION (t) = TYPE_PRECISION (src);
12032 TYPE_ALIGN (t) = TYPE_ALIGN (src);
12033 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (src);
12034 TYPE_UNSIGNED (t) = TYPE_UNSIGNED (src);
12038 /* Begin compiling the definition of an enumeration type.
12039 NAME is its name,
12041 if ENUMTYPE is not NULL_TREE then the type has alredy been found.
12043 UNDERLYING_TYPE is the type that will be used as the storage for
12044 the enumeration type. This should be NULL_TREE if no storage type
12045 was specified.
12047 SCOPED_ENUM_P is true if this is a scoped enumeration type.
12049 if IS_NEW is not NULL, gets TRUE iff a new type is created.
12051 Returns the type object, as yet incomplete.
12052 Also records info about it so that build_enumerator
12053 may be used to declare the individual values as they are read. */
12055 tree
12056 start_enum (tree name, tree enumtype, tree underlying_type,
12057 bool scoped_enum_p, bool *is_new)
12059 tree prevtype = NULL_TREE;
12060 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
12062 if (is_new)
12063 *is_new = false;
12064 /* [C++0x dcl.enum]p5:
12066 If not explicitly specified, the underlying type of a scoped
12067 enumeration type is int. */
12068 if (!underlying_type && scoped_enum_p)
12069 underlying_type = integer_type_node;
12071 if (underlying_type)
12072 underlying_type = cv_unqualified (underlying_type);
12074 /* If this is the real definition for a previous forward reference,
12075 fill in the contents in the same object that used to be the
12076 forward reference. */
12077 if (!enumtype)
12078 enumtype = lookup_and_check_tag (enum_type, name,
12079 /*tag_scope=*/ts_current,
12080 /*template_header_p=*/false);
12082 /* In case of a template_decl, the only check that should be deferred
12083 to instantiation time is the comparison of underlying types. */
12084 if (enumtype && TREE_CODE (enumtype) == ENUMERAL_TYPE)
12086 if (scoped_enum_p != SCOPED_ENUM_P (enumtype))
12088 error_at (input_location, "scoped/unscoped mismatch "
12089 "in enum %q#T", enumtype);
12090 error_at (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
12091 "previous definition here");
12092 enumtype = error_mark_node;
12094 else if (ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) != !! underlying_type)
12096 error_at (input_location, "underlying type mismatch "
12097 "in enum %q#T", enumtype);
12098 error_at (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
12099 "previous definition here");
12100 enumtype = error_mark_node;
12102 else if (underlying_type && ENUM_UNDERLYING_TYPE (enumtype)
12103 && !dependent_type_p (underlying_type)
12104 && !dependent_type_p (ENUM_UNDERLYING_TYPE (enumtype))
12105 && !same_type_p (underlying_type,
12106 ENUM_UNDERLYING_TYPE (enumtype)))
12108 error_at (input_location, "different underlying type "
12109 "in enum %q#T", enumtype);
12110 error_at (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
12111 "previous definition here");
12112 underlying_type = NULL_TREE;
12116 if (!enumtype || TREE_CODE (enumtype) != ENUMERAL_TYPE
12117 || processing_template_decl)
12119 /* In case of error, make a dummy enum to allow parsing to
12120 continue. */
12121 if (enumtype == error_mark_node)
12123 name = make_anon_name ();
12124 enumtype = NULL_TREE;
12127 /* enumtype may be an ENUMERAL_TYPE if this is a redefinition
12128 of an opaque enum, or an opaque enum of an already defined
12129 enumeration (C++0x only).
12130 In any other case, it'll be NULL_TREE. */
12131 if (!enumtype)
12133 if (is_new)
12134 *is_new = true;
12136 prevtype = enumtype;
12138 /* Do not push the decl more than once, unless we need to
12139 compare underlying types at instantiation time */
12140 if (!enumtype
12141 || TREE_CODE (enumtype) != ENUMERAL_TYPE
12142 || (underlying_type
12143 && dependent_type_p (underlying_type))
12144 || (ENUM_UNDERLYING_TYPE (enumtype)
12145 && dependent_type_p (ENUM_UNDERLYING_TYPE (enumtype))))
12147 enumtype = cxx_make_type (ENUMERAL_TYPE);
12148 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
12150 else
12151 enumtype = xref_tag (enum_type, name, /*tag_scope=*/ts_current,
12152 false);
12154 if (enumtype == error_mark_node)
12155 return error_mark_node;
12157 /* The enum is considered opaque until the opening '{' of the
12158 enumerator list. */
12159 SET_OPAQUE_ENUM_P (enumtype, true);
12160 ENUM_FIXED_UNDERLYING_TYPE_P (enumtype) = !! underlying_type;
12163 SET_SCOPED_ENUM_P (enumtype, scoped_enum_p);
12165 if (underlying_type)
12167 if (CP_INTEGRAL_TYPE_P (underlying_type))
12169 copy_type_enum (enumtype, underlying_type);
12170 ENUM_UNDERLYING_TYPE (enumtype) = underlying_type;
12172 else if (dependent_type_p (underlying_type))
12173 ENUM_UNDERLYING_TYPE (enumtype) = underlying_type;
12174 else
12175 error ("underlying type %<%T%> of %<%T%> must be an integral type",
12176 underlying_type, enumtype);
12179 /* If into a template class, the returned enum is always the first
12180 declaration (opaque or not) seen. This way all the references to
12181 this type will be to the same declaration. The following ones are used
12182 only to check for definition errors. */
12183 if (prevtype && processing_template_decl)
12184 return prevtype;
12185 else
12186 return enumtype;
12189 /* After processing and defining all the values of an enumeration type,
12190 install their decls in the enumeration type.
12191 ENUMTYPE is the type object. */
12193 void
12194 finish_enum_value_list (tree enumtype)
12196 tree values;
12197 tree underlying_type;
12198 tree decl;
12199 tree value;
12200 tree minnode, maxnode;
12201 tree t;
12203 bool fixed_underlying_type_p
12204 = ENUM_UNDERLYING_TYPE (enumtype) != NULL_TREE;
12206 /* We built up the VALUES in reverse order. */
12207 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
12209 /* For an enum defined in a template, just set the type of the values;
12210 all further processing is postponed until the template is
12211 instantiated. We need to set the type so that tsubst of a CONST_DECL
12212 works. */
12213 if (processing_template_decl)
12215 for (values = TYPE_VALUES (enumtype);
12216 values;
12217 values = TREE_CHAIN (values))
12218 TREE_TYPE (TREE_VALUE (values)) = enumtype;
12219 return;
12222 /* Determine the minimum and maximum values of the enumerators. */
12223 if (TYPE_VALUES (enumtype))
12225 minnode = maxnode = NULL_TREE;
12227 for (values = TYPE_VALUES (enumtype);
12228 values;
12229 values = TREE_CHAIN (values))
12231 decl = TREE_VALUE (values);
12233 /* [dcl.enum]: Following the closing brace of an enum-specifier,
12234 each enumerator has the type of its enumeration. Prior to the
12235 closing brace, the type of each enumerator is the type of its
12236 initializing value. */
12237 TREE_TYPE (decl) = enumtype;
12239 /* Update the minimum and maximum values, if appropriate. */
12240 value = DECL_INITIAL (decl);
12241 if (value == error_mark_node)
12242 value = integer_zero_node;
12243 /* Figure out what the minimum and maximum values of the
12244 enumerators are. */
12245 if (!minnode)
12246 minnode = maxnode = value;
12247 else if (tree_int_cst_lt (maxnode, value))
12248 maxnode = value;
12249 else if (tree_int_cst_lt (value, minnode))
12250 minnode = value;
12253 else
12254 /* [dcl.enum]
12256 If the enumerator-list is empty, the underlying type is as if
12257 the enumeration had a single enumerator with value 0. */
12258 minnode = maxnode = integer_zero_node;
12260 if (!fixed_underlying_type_p)
12262 /* Compute the number of bits require to represent all values of the
12263 enumeration. We must do this before the type of MINNODE and
12264 MAXNODE are transformed, since tree_int_cst_min_precision relies
12265 on the TREE_TYPE of the value it is passed. */
12266 bool unsignedp = tree_int_cst_sgn (minnode) >= 0;
12267 int lowprec = tree_int_cst_min_precision (minnode, unsignedp);
12268 int highprec = tree_int_cst_min_precision (maxnode, unsignedp);
12269 int precision = MAX (lowprec, highprec);
12270 unsigned int itk;
12271 bool use_short_enum;
12273 /* Determine the underlying type of the enumeration.
12275 [dcl.enum]
12277 The underlying type of an enumeration is an integral type that
12278 can represent all the enumerator values defined in the
12279 enumeration. It is implementation-defined which integral type is
12280 used as the underlying type for an enumeration except that the
12281 underlying type shall not be larger than int unless the value of
12282 an enumerator cannot fit in an int or unsigned int.
12284 We use "int" or an "unsigned int" as the underlying type, even if
12285 a smaller integral type would work, unless the user has
12286 explicitly requested that we use the smallest possible type. The
12287 user can request that for all enumerations with a command line
12288 flag, or for just one enumeration with an attribute. */
12290 use_short_enum = flag_short_enums
12291 || lookup_attribute ("packed", TYPE_ATTRIBUTES (enumtype));
12293 for (itk = (use_short_enum ? itk_char : itk_int);
12294 itk != itk_none;
12295 itk++)
12297 underlying_type = integer_types[itk];
12298 if (underlying_type != NULL_TREE
12299 && TYPE_PRECISION (underlying_type) >= precision
12300 && TYPE_UNSIGNED (underlying_type) == unsignedp)
12301 break;
12303 if (itk == itk_none)
12305 /* DR 377
12307 IF no integral type can represent all the enumerator values, the
12308 enumeration is ill-formed. */
12309 error ("no integral type can represent all of the enumerator values "
12310 "for %qT", enumtype);
12311 precision = TYPE_PRECISION (long_long_integer_type_node);
12312 underlying_type = integer_types[itk_unsigned_long_long];
12315 /* [dcl.enum]
12317 The value of sizeof() applied to an enumeration type, an object
12318 of an enumeration type, or an enumerator, is the value of sizeof()
12319 applied to the underlying type. */
12320 copy_type_enum (enumtype, underlying_type);
12322 /* Compute the minimum and maximum values for the type.
12324 [dcl.enum]
12326 For an enumeration where emin is the smallest enumerator and emax
12327 is the largest, the values of the enumeration are the values of the
12328 underlying type in the range bmin to bmax, where bmin and bmax are,
12329 respectively, the smallest and largest values of the smallest bit-
12330 field that can store emin and emax. */
12332 /* The middle-end currently assumes that types with TYPE_PRECISION
12333 narrower than their underlying type are suitably zero or sign
12334 extended to fill their mode. Similarly, it assumes that the front
12335 end assures that a value of a particular type must be within
12336 TYPE_MIN_VALUE and TYPE_MAX_VALUE.
12338 We used to set these fields based on bmin and bmax, but that led
12339 to invalid assumptions like optimizing away bounds checking. So
12340 now we just set the TYPE_PRECISION, TYPE_MIN_VALUE, and
12341 TYPE_MAX_VALUE to the values for the mode above and only restrict
12342 the ENUM_UNDERLYING_TYPE for the benefit of diagnostics. */
12343 ENUM_UNDERLYING_TYPE (enumtype)
12344 = build_distinct_type_copy (underlying_type);
12345 TYPE_PRECISION (ENUM_UNDERLYING_TYPE (enumtype)) = precision;
12346 set_min_and_max_values_for_integral_type
12347 (ENUM_UNDERLYING_TYPE (enumtype), precision, unsignedp);
12349 /* If -fstrict-enums, still constrain TYPE_MIN/MAX_VALUE. */
12350 if (flag_strict_enums)
12351 set_min_and_max_values_for_integral_type (enumtype, precision,
12352 unsignedp);
12354 else
12355 underlying_type = ENUM_UNDERLYING_TYPE (enumtype);
12357 /* Convert each of the enumerators to the type of the underlying
12358 type of the enumeration. */
12359 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values))
12361 location_t saved_location;
12363 decl = TREE_VALUE (values);
12364 saved_location = input_location;
12365 input_location = DECL_SOURCE_LOCATION (decl);
12366 if (fixed_underlying_type_p)
12367 /* If the enumeration type has a fixed underlying type, we
12368 already checked all of the enumerator values. */
12369 value = DECL_INITIAL (decl);
12370 else
12371 value = perform_implicit_conversion (underlying_type,
12372 DECL_INITIAL (decl),
12373 tf_warning_or_error);
12374 input_location = saved_location;
12376 /* Do not clobber shared ints. */
12377 value = copy_node (value);
12379 TREE_TYPE (value) = enumtype;
12380 DECL_INITIAL (decl) = value;
12383 /* Fix up all variant types of this enum type. */
12384 for (t = TYPE_MAIN_VARIANT (enumtype); t; t = TYPE_NEXT_VARIANT (t))
12385 TYPE_VALUES (t) = TYPE_VALUES (enumtype);
12387 /* Finish debugging output for this type. */
12388 rest_of_type_compilation (enumtype, namespace_bindings_p ());
12391 /* Finishes the enum type. This is called only the first time an
12392 enumeration is seen, be it opaque or odinary.
12393 ENUMTYPE is the type object. */
12395 void
12396 finish_enum (tree enumtype)
12398 if (processing_template_decl)
12400 if (at_function_scope_p ())
12401 add_stmt (build_min (TAG_DEFN, enumtype));
12402 return;
12405 /* If this is a forward declaration, there should not be any variants,
12406 though we can get a variant in the middle of an enum-specifier with
12407 wacky code like 'enum E { e = sizeof(const E*) };' */
12408 gcc_assert (enumtype == TYPE_MAIN_VARIANT (enumtype)
12409 && (TYPE_VALUES (enumtype)
12410 || !TYPE_NEXT_VARIANT (enumtype)));
12413 /* Build and install a CONST_DECL for an enumeration constant of the
12414 enumeration type ENUMTYPE whose NAME and VALUE (if any) are provided.
12415 LOC is the location of NAME.
12416 Assignment of sequential values by default is handled here. */
12418 void
12419 build_enumerator (tree name, tree value, tree enumtype, location_t loc)
12421 tree decl;
12422 tree context;
12423 tree type;
12425 /* If the VALUE was erroneous, pretend it wasn't there; that will
12426 result in the enum being assigned the next value in sequence. */
12427 if (value == error_mark_node)
12428 value = NULL_TREE;
12430 /* Remove no-op casts from the value. */
12431 if (value)
12432 STRIP_TYPE_NOPS (value);
12434 if (! processing_template_decl)
12436 /* Validate and default VALUE. */
12437 if (value != NULL_TREE)
12439 value = cxx_constant_value (value);
12441 if (TREE_CODE (value) != INTEGER_CST
12442 || ! INTEGRAL_OR_ENUMERATION_TYPE_P (TREE_TYPE (value)))
12444 error ("enumerator value for %qD is not an integer constant",
12445 name);
12446 value = NULL_TREE;
12450 /* Default based on previous value. */
12451 if (value == NULL_TREE)
12453 if (TYPE_VALUES (enumtype))
12455 HOST_WIDE_INT hi;
12456 unsigned HOST_WIDE_INT lo;
12457 tree prev_value;
12458 bool overflowed;
12460 /* C++03 7.2/4: If no initializer is specified for the first
12461 enumerator, the type is an unspecified integral
12462 type. Otherwise the type is the same as the type of the
12463 initializing value of the preceding enumerator unless the
12464 incremented value is not representable in that type, in
12465 which case the type is an unspecified integral type
12466 sufficient to contain the incremented value. */
12467 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype)));
12468 if (error_operand_p (prev_value))
12469 value = error_mark_node;
12470 else
12472 overflowed = add_double (TREE_INT_CST_LOW (prev_value),
12473 TREE_INT_CST_HIGH (prev_value),
12474 1, 0, &lo, &hi);
12475 if (!overflowed)
12477 double_int di;
12478 tree type = TREE_TYPE (prev_value);
12479 bool pos = (TYPE_UNSIGNED (type) || hi >= 0);
12480 di.low = lo; di.high = hi;
12481 if (!double_int_fits_to_tree_p (type, di))
12483 unsigned int itk;
12484 for (itk = itk_int; itk != itk_none; itk++)
12486 type = integer_types[itk];
12487 if (type != NULL_TREE
12488 && (pos || !TYPE_UNSIGNED (type))
12489 && double_int_fits_to_tree_p (type, di))
12490 break;
12492 if (type && cxx_dialect < cxx0x
12493 && itk > itk_unsigned_long)
12494 pedwarn (input_location, OPT_Wlong_long, pos ? "\
12495 incremented enumerator value is too large for %<unsigned long%>" : "\
12496 incremented enumerator value is too large for %<long%>");
12498 if (type == NULL_TREE)
12499 overflowed = true;
12500 else
12501 value = double_int_to_tree (type, di);
12504 if (overflowed)
12506 error ("overflow in enumeration values at %qD", name);
12507 value = error_mark_node;
12511 else
12512 value = integer_zero_node;
12515 /* Remove no-op casts from the value. */
12516 STRIP_TYPE_NOPS (value);
12518 /* If the underlying type of the enum is fixed, check whether
12519 the enumerator values fits in the underlying type. If it
12520 does not fit, the program is ill-formed [C++0x dcl.enum]. */
12521 if (ENUM_UNDERLYING_TYPE (enumtype)
12522 && value
12523 && TREE_CODE (value) == INTEGER_CST
12524 && !int_fits_type_p (value, ENUM_UNDERLYING_TYPE (enumtype)))
12526 error ("enumerator value %E is too large for underlying type %<%T%>",
12527 value, ENUM_UNDERLYING_TYPE (enumtype));
12529 /* Silently convert the value so that we can continue. */
12530 value = perform_implicit_conversion (ENUM_UNDERLYING_TYPE (enumtype),
12531 value, tf_none);
12535 /* C++ associates enums with global, function, or class declarations. */
12536 context = current_scope ();
12538 /* Build the actual enumeration constant. Note that the enumeration
12539 constants have the underlying type of the enum (if it is fixed)
12540 or the type of their initializer (if the underlying type of the
12541 enum is not fixed):
12543 [ C++0x dcl.enum ]
12545 If the underlying type is fixed, the type of each enumerator
12546 prior to the closing brace is the underlying type; if the
12547 initializing value of an enumerator cannot be represented by
12548 the underlying type, the program is ill-formed. If the
12549 underlying type is not fixed, the type of each enumerator is
12550 the type of its initializing value.
12552 If the underlying type is not fixed, it will be computed by
12553 finish_enum and we will reset the type of this enumerator. Of
12554 course, if we're processing a template, there may be no value. */
12555 type = value ? TREE_TYPE (value) : NULL_TREE;
12557 if (context && context == current_class_type)
12558 /* This enum declaration is local to the class. We need the full
12559 lang_decl so that we can record DECL_CLASS_CONTEXT, for example. */
12560 decl = build_lang_decl_loc (loc, CONST_DECL, name, type);
12561 else
12562 /* It's a global enum, or it's local to a function. (Note local to
12563 a function could mean local to a class method. */
12564 decl = build_decl (loc, CONST_DECL, name, type);
12566 DECL_CONTEXT (decl) = FROB_CONTEXT (context);
12567 TREE_CONSTANT (decl) = 1;
12568 TREE_READONLY (decl) = 1;
12569 DECL_INITIAL (decl) = value;
12571 if (context && context == current_class_type && !SCOPED_ENUM_P (enumtype))
12572 /* In something like `struct S { enum E { i = 7 }; };' we put `i'
12573 on the TYPE_FIELDS list for `S'. (That's so that you can say
12574 things like `S::i' later.) */
12575 finish_member_declaration (decl);
12576 else
12577 pushdecl (decl);
12579 /* Add this enumeration constant to the list for this type. */
12580 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype));
12583 /* Look for an enumerator with the given NAME within the enumeration
12584 type ENUMTYPE. This routine is used primarily for qualified name
12585 lookup into an enumerator in C++0x, e.g.,
12587 enum class Color { Red, Green, Blue };
12589 Color color = Color::Red;
12591 Returns the value corresponding to the enumerator, or
12592 NULL_TREE if no such enumerator was found. */
12593 tree
12594 lookup_enumerator (tree enumtype, tree name)
12596 tree e;
12597 gcc_assert (enumtype && TREE_CODE (enumtype) == ENUMERAL_TYPE);
12599 e = purpose_member (name, TYPE_VALUES (enumtype));
12600 return e? TREE_VALUE (e) : NULL_TREE;
12604 /* We're defining DECL. Make sure that its type is OK. */
12606 static void
12607 check_function_type (tree decl, tree current_function_parms)
12609 tree fntype = TREE_TYPE (decl);
12610 tree return_type = complete_type (TREE_TYPE (fntype));
12612 /* In a function definition, arg types must be complete. */
12613 require_complete_types_for_parms (current_function_parms);
12615 if (dependent_type_p (return_type)
12616 || type_uses_auto (return_type))
12617 return;
12618 if (!COMPLETE_OR_VOID_TYPE_P (return_type)
12619 || (TYPE_FOR_JAVA (return_type) && MAYBE_CLASS_TYPE_P (return_type)))
12621 tree args = TYPE_ARG_TYPES (fntype);
12623 if (!COMPLETE_OR_VOID_TYPE_P (return_type))
12624 error ("return type %q#T is incomplete", return_type);
12625 else
12626 error ("return type has Java class type %q#T", return_type);
12628 /* Make it return void instead. */
12629 if (TREE_CODE (fntype) == METHOD_TYPE)
12630 fntype = build_method_type_directly (TREE_TYPE (TREE_VALUE (args)),
12631 void_type_node,
12632 TREE_CHAIN (args));
12633 else
12634 fntype = build_function_type (void_type_node, args);
12635 fntype
12636 = build_exception_variant (fntype,
12637 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (decl)));
12638 fntype = (cp_build_type_attribute_variant
12639 (fntype, TYPE_ATTRIBUTES (TREE_TYPE (decl))));
12640 TREE_TYPE (decl) = fntype;
12642 else
12643 abstract_virtuals_error (decl, TREE_TYPE (fntype));
12646 /* Create the FUNCTION_DECL for a function definition.
12647 DECLSPECS and DECLARATOR are the parts of the declaration;
12648 they describe the function's name and the type it returns,
12649 but twisted together in a fashion that parallels the syntax of C.
12651 FLAGS is a bitwise or of SF_PRE_PARSED (indicating that the
12652 DECLARATOR is really the DECL for the function we are about to
12653 process and that DECLSPECS should be ignored), SF_INCLASS_INLINE
12654 indicating that the function is an inline defined in-class.
12656 This function creates a binding context for the function body
12657 as well as setting up the FUNCTION_DECL in current_function_decl.
12659 For C++, we must first check whether that datum makes any sense.
12660 For example, "class A local_a(1,2);" means that variable local_a
12661 is an aggregate of type A, which should have a constructor
12662 applied to it with the argument list [1, 2].
12664 On entry, DECL_INITIAL (decl1) should be NULL_TREE or error_mark_node,
12665 or may be a BLOCK if the function has been defined previously
12666 in this translation unit. On exit, DECL_INITIAL (decl1) will be
12667 error_mark_node if the function has never been defined, or
12668 a BLOCK if the function has been defined somewhere. */
12670 void
12671 start_preparsed_function (tree decl1, tree attrs, int flags)
12673 tree ctype = NULL_TREE;
12674 tree fntype;
12675 tree restype;
12676 int doing_friend = 0;
12677 cp_binding_level *bl;
12678 tree current_function_parms;
12679 struct c_fileinfo *finfo
12680 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1)));
12681 bool honor_interface;
12683 /* Sanity check. */
12684 gcc_assert (TREE_CODE (TREE_VALUE (void_list_node)) == VOID_TYPE);
12685 gcc_assert (TREE_CHAIN (void_list_node) == NULL_TREE);
12687 fntype = TREE_TYPE (decl1);
12688 if (TREE_CODE (fntype) == METHOD_TYPE)
12689 ctype = TYPE_METHOD_BASETYPE (fntype);
12691 /* ISO C++ 11.4/5. A friend function defined in a class is in
12692 the (lexical) scope of the class in which it is defined. */
12693 if (!ctype && DECL_FRIEND_P (decl1))
12695 ctype = DECL_FRIEND_CONTEXT (decl1);
12697 /* CTYPE could be null here if we're dealing with a template;
12698 for example, `inline friend float foo()' inside a template
12699 will have no CTYPE set. */
12700 if (ctype && TREE_CODE (ctype) != RECORD_TYPE)
12701 ctype = NULL_TREE;
12702 else
12703 doing_friend = 1;
12706 if (DECL_DECLARED_INLINE_P (decl1)
12707 && lookup_attribute ("noinline", attrs))
12708 warning (0, "inline function %q+D given attribute noinline", decl1);
12710 /* Handle gnu_inline attribute. */
12711 if (GNU_INLINE_P (decl1))
12713 DECL_EXTERNAL (decl1) = 1;
12714 DECL_NOT_REALLY_EXTERN (decl1) = 0;
12715 DECL_INTERFACE_KNOWN (decl1) = 1;
12716 DECL_DISREGARD_INLINE_LIMITS (decl1) = 1;
12719 if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (decl1))
12720 /* This is a constructor, we must ensure that any default args
12721 introduced by this definition are propagated to the clones
12722 now. The clones are used directly in overload resolution. */
12723 adjust_clone_args (decl1);
12725 /* Sometimes we don't notice that a function is a static member, and
12726 build a METHOD_TYPE for it. Fix that up now. */
12727 gcc_assert (!(ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1)
12728 && TREE_CODE (TREE_TYPE (decl1)) == METHOD_TYPE));
12730 /* Set up current_class_type, and enter the scope of the class, if
12731 appropriate. */
12732 if (ctype)
12733 push_nested_class (ctype);
12734 else if (DECL_STATIC_FUNCTION_P (decl1))
12735 push_nested_class (DECL_CONTEXT (decl1));
12737 /* Now that we have entered the scope of the class, we must restore
12738 the bindings for any template parameters surrounding DECL1, if it
12739 is an inline member template. (Order is important; consider the
12740 case where a template parameter has the same name as a field of
12741 the class.) It is not until after this point that
12742 PROCESSING_TEMPLATE_DECL is guaranteed to be set up correctly. */
12743 if (flags & SF_INCLASS_INLINE)
12744 maybe_begin_member_template_processing (decl1);
12746 /* Effective C++ rule 15. */
12747 if (warn_ecpp
12748 && DECL_OVERLOADED_OPERATOR_P (decl1) == NOP_EXPR
12749 && TREE_CODE (TREE_TYPE (fntype)) == VOID_TYPE)
12750 warning (OPT_Weffc__, "%<operator=%> should return a reference to %<*this%>");
12752 /* Make the init_value nonzero so pushdecl knows this is not tentative.
12753 error_mark_node is replaced below (in poplevel) with the BLOCK. */
12754 if (!DECL_INITIAL (decl1))
12755 DECL_INITIAL (decl1) = error_mark_node;
12757 /* This function exists in static storage.
12758 (This does not mean `static' in the C sense!) */
12759 TREE_STATIC (decl1) = 1;
12761 /* We must call push_template_decl after current_class_type is set
12762 up. (If we are processing inline definitions after exiting a
12763 class scope, current_class_type will be NULL_TREE until set above
12764 by push_nested_class.) */
12765 if (processing_template_decl)
12767 /* FIXME: Handle error_mark_node more gracefully. */
12768 tree newdecl1 = push_template_decl (decl1);
12769 if (newdecl1 != error_mark_node)
12770 decl1 = newdecl1;
12773 /* We are now in the scope of the function being defined. */
12774 current_function_decl = decl1;
12776 /* Save the parm names or decls from this function's declarator
12777 where store_parm_decls will find them. */
12778 current_function_parms = DECL_ARGUMENTS (decl1);
12780 /* Make sure the parameter and return types are reasonable. When
12781 you declare a function, these types can be incomplete, but they
12782 must be complete when you define the function. */
12783 check_function_type (decl1, current_function_parms);
12785 /* Build the return declaration for the function. */
12786 restype = TREE_TYPE (fntype);
12788 if (DECL_RESULT (decl1) == NULL_TREE)
12790 tree resdecl;
12792 resdecl = build_decl (input_location, RESULT_DECL, 0, restype);
12793 DECL_ARTIFICIAL (resdecl) = 1;
12794 DECL_IGNORED_P (resdecl) = 1;
12795 DECL_RESULT (decl1) = resdecl;
12797 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
12800 /* Let the user know we're compiling this function. */
12801 announce_function (decl1);
12803 /* Record the decl so that the function name is defined.
12804 If we already have a decl for this name, and it is a FUNCTION_DECL,
12805 use the old decl. */
12806 if (!processing_template_decl && !(flags & SF_PRE_PARSED))
12808 /* A specialization is not used to guide overload resolution. */
12809 if (!DECL_FUNCTION_MEMBER_P (decl1)
12810 && !(DECL_USE_TEMPLATE (decl1) &&
12811 PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl1))))
12813 tree olddecl = pushdecl (decl1);
12815 if (olddecl == error_mark_node)
12816 /* If something went wrong when registering the declaration,
12817 use DECL1; we have to have a FUNCTION_DECL to use when
12818 parsing the body of the function. */
12820 else
12822 /* Otherwise, OLDDECL is either a previous declaration
12823 of the same function or DECL1 itself. */
12825 if (warn_missing_declarations
12826 && olddecl == decl1
12827 && !DECL_MAIN_P (decl1)
12828 && TREE_PUBLIC (decl1)
12829 && !DECL_DECLARED_INLINE_P (decl1))
12831 tree context;
12833 /* Check whether DECL1 is in an anonymous
12834 namespace. */
12835 for (context = DECL_CONTEXT (decl1);
12836 context;
12837 context = DECL_CONTEXT (context))
12839 if (TREE_CODE (context) == NAMESPACE_DECL
12840 && DECL_NAME (context) == NULL_TREE)
12841 break;
12844 if (context == NULL)
12845 warning (OPT_Wmissing_declarations,
12846 "no previous declaration for %q+D", decl1);
12849 decl1 = olddecl;
12852 else
12854 /* We need to set the DECL_CONTEXT. */
12855 if (!DECL_CONTEXT (decl1) && DECL_TEMPLATE_INFO (decl1))
12856 DECL_CONTEXT (decl1) = DECL_CONTEXT (DECL_TI_TEMPLATE (decl1));
12858 fntype = TREE_TYPE (decl1);
12860 /* If #pragma weak applies, mark the decl appropriately now.
12861 The pragma only applies to global functions. Because
12862 determining whether or not the #pragma applies involves
12863 computing the mangled name for the declaration, we cannot
12864 apply the pragma until after we have merged this declaration
12865 with any previous declarations; if the original declaration
12866 has a linkage specification, that specification applies to
12867 the definition as well, and may affect the mangled name. */
12868 if (DECL_FILE_SCOPE_P (decl1))
12869 maybe_apply_pragma_weak (decl1);
12872 /* Reset this in case the call to pushdecl changed it. */
12873 current_function_decl = decl1;
12875 gcc_assert (DECL_INITIAL (decl1));
12877 /* This function may already have been parsed, in which case just
12878 return; our caller will skip over the body without parsing. */
12879 if (DECL_INITIAL (decl1) != error_mark_node)
12880 return;
12882 /* Initialize RTL machinery. We cannot do this until
12883 CURRENT_FUNCTION_DECL and DECL_RESULT are set up. We do this
12884 even when processing a template; this is how we get
12885 CFUN set up, and our per-function variables initialized.
12886 FIXME factor out the non-RTL stuff. */
12887 bl = current_binding_level;
12888 allocate_struct_function (decl1, processing_template_decl);
12890 /* Initialize the language data structures. Whenever we start
12891 a new function, we destroy temporaries in the usual way. */
12892 cfun->language = ggc_alloc_cleared_language_function ();
12893 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
12894 current_binding_level = bl;
12896 if (!processing_template_decl && type_uses_auto (restype))
12898 FNDECL_USED_AUTO (decl1) = true;
12899 current_function_auto_return_pattern = restype;
12902 /* Start the statement-tree, start the tree now. */
12903 DECL_SAVED_TREE (decl1) = push_stmt_list ();
12905 /* If we are (erroneously) defining a function that we have already
12906 defined before, wipe out what we knew before. */
12907 if (!DECL_PENDING_INLINE_P (decl1))
12908 DECL_SAVED_FUNCTION_DATA (decl1) = NULL;
12910 if (ctype && !doing_friend && !DECL_STATIC_FUNCTION_P (decl1))
12912 /* We know that this was set up by `grokclassfn'. We do not
12913 wait until `store_parm_decls', since evil parse errors may
12914 never get us to that point. Here we keep the consistency
12915 between `current_class_type' and `current_class_ptr'. */
12916 tree t = DECL_ARGUMENTS (decl1);
12918 gcc_assert (t != NULL_TREE && TREE_CODE (t) == PARM_DECL);
12919 gcc_assert (TREE_CODE (TREE_TYPE (t)) == POINTER_TYPE);
12921 cp_function_chain->x_current_class_ref
12922 = cp_build_indirect_ref (t, RO_NULL, tf_warning_or_error);
12923 /* Set this second to avoid shortcut in cp_build_indirect_ref. */
12924 cp_function_chain->x_current_class_ptr = t;
12926 /* Constructors and destructors need to know whether they're "in
12927 charge" of initializing virtual base classes. */
12928 t = DECL_CHAIN (t);
12929 if (DECL_HAS_IN_CHARGE_PARM_P (decl1))
12931 current_in_charge_parm = t;
12932 t = DECL_CHAIN (t);
12934 if (DECL_HAS_VTT_PARM_P (decl1))
12936 gcc_assert (DECL_NAME (t) == vtt_parm_identifier);
12937 current_vtt_parm = t;
12941 honor_interface = (!DECL_TEMPLATE_INSTANTIATION (decl1)
12942 /* Implicitly-defined methods (like the
12943 destructor for a class in which no destructor
12944 is explicitly declared) must not be defined
12945 until their definition is needed. So, we
12946 ignore interface specifications for
12947 compiler-generated functions. */
12948 && !DECL_ARTIFICIAL (decl1));
12950 if (processing_template_decl)
12951 /* Don't mess with interface flags. */;
12952 else if (DECL_INTERFACE_KNOWN (decl1))
12954 tree ctx = decl_function_context (decl1);
12956 if (DECL_NOT_REALLY_EXTERN (decl1))
12957 DECL_EXTERNAL (decl1) = 0;
12959 if (ctx != NULL_TREE && DECL_DECLARED_INLINE_P (ctx)
12960 && TREE_PUBLIC (ctx))
12961 /* This is a function in a local class in an extern inline
12962 function. */
12963 comdat_linkage (decl1);
12965 /* If this function belongs to an interface, it is public.
12966 If it belongs to someone else's interface, it is also external.
12967 This only affects inlines and template instantiations. */
12968 else if (!finfo->interface_unknown && honor_interface)
12970 if (DECL_DECLARED_INLINE_P (decl1)
12971 || DECL_TEMPLATE_INSTANTIATION (decl1))
12973 DECL_EXTERNAL (decl1)
12974 = (finfo->interface_only
12975 || (DECL_DECLARED_INLINE_P (decl1)
12976 && ! flag_implement_inlines
12977 && !DECL_VINDEX (decl1)));
12979 /* For WIN32 we also want to put these in linkonce sections. */
12980 maybe_make_one_only (decl1);
12982 else
12983 DECL_EXTERNAL (decl1) = 0;
12984 DECL_INTERFACE_KNOWN (decl1) = 1;
12985 /* If this function is in an interface implemented in this file,
12986 make sure that the back end knows to emit this function
12987 here. */
12988 if (!DECL_EXTERNAL (decl1))
12989 mark_needed (decl1);
12991 else if (finfo->interface_unknown && finfo->interface_only
12992 && honor_interface)
12994 /* If MULTIPLE_SYMBOL_SPACES is defined and we saw a #pragma
12995 interface, we will have both finfo->interface_unknown and
12996 finfo->interface_only set. In that case, we don't want to
12997 use the normal heuristics because someone will supply a
12998 #pragma implementation elsewhere, and deducing it here would
12999 produce a conflict. */
13000 comdat_linkage (decl1);
13001 DECL_EXTERNAL (decl1) = 0;
13002 DECL_INTERFACE_KNOWN (decl1) = 1;
13003 DECL_DEFER_OUTPUT (decl1) = 1;
13005 else
13007 /* This is a definition, not a reference.
13008 So clear DECL_EXTERNAL, unless this is a GNU extern inline. */
13009 if (!GNU_INLINE_P (decl1))
13010 DECL_EXTERNAL (decl1) = 0;
13012 if ((DECL_DECLARED_INLINE_P (decl1)
13013 || DECL_TEMPLATE_INSTANTIATION (decl1))
13014 && ! DECL_INTERFACE_KNOWN (decl1))
13015 DECL_DEFER_OUTPUT (decl1) = 1;
13016 else
13017 DECL_INTERFACE_KNOWN (decl1) = 1;
13020 /* Determine the ELF visibility attribute for the function. We must not
13021 do this before calling "pushdecl", as we must allow "duplicate_decls"
13022 to merge any attributes appropriately. We also need to wait until
13023 linkage is set. */
13024 if (!DECL_CLONED_FUNCTION_P (decl1))
13025 determine_visibility (decl1);
13027 begin_scope (sk_function_parms, decl1);
13029 ++function_depth;
13031 if (DECL_DESTRUCTOR_P (decl1)
13032 || (DECL_CONSTRUCTOR_P (decl1)
13033 && targetm.cxx.cdtor_returns_this ()))
13035 cdtor_label = build_decl (input_location,
13036 LABEL_DECL, NULL_TREE, NULL_TREE);
13037 DECL_CONTEXT (cdtor_label) = current_function_decl;
13040 start_fname_decls ();
13042 store_parm_decls (current_function_parms);
13046 /* Like start_preparsed_function, except that instead of a
13047 FUNCTION_DECL, this function takes DECLSPECS and DECLARATOR.
13049 Returns 1 on success. If the DECLARATOR is not suitable for a function
13050 (it defines a datum instead), we return 0, which tells
13051 yyparse to report a parse error. */
13054 start_function (cp_decl_specifier_seq *declspecs,
13055 const cp_declarator *declarator,
13056 tree attrs)
13058 tree decl1;
13060 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, 1, &attrs);
13061 if (decl1 == error_mark_node)
13062 return 0;
13063 /* If the declarator is not suitable for a function definition,
13064 cause a syntax error. */
13065 if (decl1 == NULL_TREE || TREE_CODE (decl1) != FUNCTION_DECL)
13067 error ("invalid function declaration");
13068 return 0;
13071 if (DECL_MAIN_P (decl1))
13072 /* main must return int. grokfndecl should have corrected it
13073 (and issued a diagnostic) if the user got it wrong. */
13074 gcc_assert (same_type_p (TREE_TYPE (TREE_TYPE (decl1)),
13075 integer_type_node));
13077 start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT);
13079 return 1;
13082 /* Returns true iff an EH_SPEC_BLOCK should be created in the body of
13083 FN. */
13085 static bool
13086 use_eh_spec_block (tree fn)
13088 return (flag_exceptions && flag_enforce_eh_specs
13089 && !processing_template_decl
13090 && !type_throw_all_p (TREE_TYPE (fn))
13091 /* We insert the EH_SPEC_BLOCK only in the original
13092 function; then, it is copied automatically to the
13093 clones. */
13094 && !DECL_CLONED_FUNCTION_P (fn)
13095 /* Implicitly-generated constructors and destructors have
13096 exception specifications. However, those specifications
13097 are the union of the possible exceptions specified by the
13098 constructors/destructors for bases and members, so no
13099 unallowed exception will ever reach this function. By
13100 not creating the EH_SPEC_BLOCK we save a little memory,
13101 and we avoid spurious warnings about unreachable
13102 code. */
13103 && !DECL_DEFAULTED_FN (fn));
13106 /* Store the parameter declarations into the current function declaration.
13107 This is called after parsing the parameter declarations, before
13108 digesting the body of the function.
13110 Also install to binding contour return value identifier, if any. */
13112 static void
13113 store_parm_decls (tree current_function_parms)
13115 tree fndecl = current_function_decl;
13116 tree parm;
13118 /* This is a chain of any other decls that came in among the parm
13119 declarations. If a parm is declared with enum {foo, bar} x;
13120 then CONST_DECLs for foo and bar are put here. */
13121 tree nonparms = NULL_TREE;
13123 if (current_function_parms)
13125 /* This case is when the function was defined with an ANSI prototype.
13126 The parms already have decls, so we need not do anything here
13127 except record them as in effect
13128 and complain if any redundant old-style parm decls were written. */
13130 tree specparms = current_function_parms;
13131 tree next;
13133 /* Must clear this because it might contain TYPE_DECLs declared
13134 at class level. */
13135 current_binding_level->names = NULL;
13137 /* If we're doing semantic analysis, then we'll call pushdecl
13138 for each of these. We must do them in reverse order so that
13139 they end in the correct forward order. */
13140 specparms = nreverse (specparms);
13142 for (parm = specparms; parm; parm = next)
13144 next = DECL_CHAIN (parm);
13145 if (TREE_CODE (parm) == PARM_DECL)
13147 if (DECL_NAME (parm) == NULL_TREE
13148 || TREE_CODE (parm) != VOID_TYPE)
13149 pushdecl (parm);
13150 else
13151 error ("parameter %qD declared void", parm);
13153 else
13155 /* If we find an enum constant or a type tag,
13156 put it aside for the moment. */
13157 TREE_CHAIN (parm) = NULL_TREE;
13158 nonparms = chainon (nonparms, parm);
13162 /* Get the decls in their original chain order and record in the
13163 function. This is all and only the PARM_DECLs that were
13164 pushed into scope by the loop above. */
13165 DECL_ARGUMENTS (fndecl) = getdecls ();
13167 else
13168 DECL_ARGUMENTS (fndecl) = NULL_TREE;
13170 /* Now store the final chain of decls for the arguments
13171 as the decl-chain of the current lexical scope.
13172 Put the enumerators in as well, at the front so that
13173 DECL_ARGUMENTS is not modified. */
13174 current_binding_level->names = chainon (nonparms, DECL_ARGUMENTS (fndecl));
13176 if (use_eh_spec_block (current_function_decl))
13177 current_eh_spec_block = begin_eh_spec_block ();
13181 /* We have finished doing semantic analysis on DECL, but have not yet
13182 generated RTL for its body. Save away our current state, so that
13183 when we want to generate RTL later we know what to do. */
13185 static void
13186 save_function_data (tree decl)
13188 struct language_function *f;
13190 /* Save the language-specific per-function data so that we can
13191 get it back when we really expand this function. */
13192 gcc_assert (!DECL_PENDING_INLINE_P (decl));
13194 /* Make a copy. */
13195 f = ggc_alloc_language_function ();
13196 memcpy (f, cp_function_chain, sizeof (struct language_function));
13197 DECL_SAVED_FUNCTION_DATA (decl) = f;
13199 /* Clear out the bits we don't need. */
13200 f->base.x_stmt_tree.x_cur_stmt_list = NULL;
13201 f->bindings = NULL;
13202 f->x_local_names = NULL;
13203 f->base.local_typedefs = NULL;
13207 /* Set the return value of the constructor (if present). */
13209 static void
13210 finish_constructor_body (void)
13212 tree val;
13213 tree exprstmt;
13215 if (targetm.cxx.cdtor_returns_this ()
13216 && (! TYPE_FOR_JAVA (current_class_type)))
13218 /* Any return from a constructor will end up here. */
13219 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
13221 val = DECL_ARGUMENTS (current_function_decl);
13222 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
13223 DECL_RESULT (current_function_decl), val);
13224 /* Return the address of the object. */
13225 exprstmt = build_stmt (input_location, RETURN_EXPR, val);
13226 add_stmt (exprstmt);
13230 /* Do all the processing for the beginning of a destructor; set up the
13231 vtable pointers and cleanups for bases and members. */
13233 static void
13234 begin_destructor_body (void)
13236 tree compound_stmt;
13238 /* If the CURRENT_CLASS_TYPE is incomplete, we will have already
13239 issued an error message. We still want to try to process the
13240 body of the function, but initialize_vtbl_ptrs will crash if
13241 TYPE_BINFO is NULL. */
13242 if (COMPLETE_TYPE_P (current_class_type))
13244 compound_stmt = begin_compound_stmt (0);
13245 /* Make all virtual function table pointers in non-virtual base
13246 classes point to CURRENT_CLASS_TYPE's virtual function
13247 tables. */
13248 initialize_vtbl_ptrs (current_class_ptr);
13249 finish_compound_stmt (compound_stmt);
13251 /* And insert cleanups for our bases and members so that they
13252 will be properly destroyed if we throw. */
13253 push_base_cleanups ();
13257 /* At the end of every destructor we generate code to delete the object if
13258 necessary. Do that now. */
13260 static void
13261 finish_destructor_body (void)
13263 tree exprstmt;
13265 /* Any return from a destructor will end up here; that way all base
13266 and member cleanups will be run when the function returns. */
13267 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
13269 /* In a virtual destructor, we must call delete. */
13270 if (DECL_VIRTUAL_P (current_function_decl))
13272 tree if_stmt;
13273 tree virtual_size = cxx_sizeof (current_class_type);
13275 /* [class.dtor]
13277 At the point of definition of a virtual destructor (including
13278 an implicit definition), non-placement operator delete shall
13279 be looked up in the scope of the destructor's class and if
13280 found shall be accessible and unambiguous. */
13281 exprstmt = build_op_delete_call (DELETE_EXPR, current_class_ptr,
13282 virtual_size,
13283 /*global_p=*/false,
13284 /*placement=*/NULL_TREE,
13285 /*alloc_fn=*/NULL_TREE,
13286 tf_warning_or_error);
13288 if_stmt = begin_if_stmt ();
13289 finish_if_stmt_cond (build2 (BIT_AND_EXPR, integer_type_node,
13290 current_in_charge_parm,
13291 integer_one_node),
13292 if_stmt);
13293 finish_expr_stmt (exprstmt);
13294 finish_then_clause (if_stmt);
13295 finish_if_stmt (if_stmt);
13298 if (targetm.cxx.cdtor_returns_this ())
13300 tree val;
13302 val = DECL_ARGUMENTS (current_function_decl);
13303 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
13304 DECL_RESULT (current_function_decl), val);
13305 /* Return the address of the object. */
13306 exprstmt = build_stmt (input_location, RETURN_EXPR, val);
13307 add_stmt (exprstmt);
13311 /* Do the necessary processing for the beginning of a function body, which
13312 in this case includes member-initializers, but not the catch clauses of
13313 a function-try-block. Currently, this means opening a binding level
13314 for the member-initializers (in a ctor), member cleanups (in a dtor),
13315 and capture proxies (in a lambda operator()). */
13317 tree
13318 begin_function_body (void)
13320 tree stmt;
13322 if (! FUNCTION_NEEDS_BODY_BLOCK (current_function_decl))
13323 return NULL_TREE;
13325 if (processing_template_decl)
13326 /* Do nothing now. */;
13327 else
13328 /* Always keep the BLOCK node associated with the outermost pair of
13329 curly braces of a function. These are needed for correct
13330 operation of dwarfout.c. */
13331 keep_next_level (true);
13333 stmt = begin_compound_stmt (BCS_FN_BODY);
13335 if (processing_template_decl)
13336 /* Do nothing now. */;
13337 else if (DECL_DESTRUCTOR_P (current_function_decl))
13338 begin_destructor_body ();
13340 return stmt;
13343 /* Do the processing for the end of a function body. Currently, this means
13344 closing out the cleanups for fully-constructed bases and members, and in
13345 the case of the destructor, deleting the object if desired. Again, this
13346 is only meaningful for [cd]tors, since they are the only functions where
13347 there is a significant distinction between the main body and any
13348 function catch clauses. Handling, say, main() return semantics here
13349 would be wrong, as flowing off the end of a function catch clause for
13350 main() would also need to return 0. */
13352 void
13353 finish_function_body (tree compstmt)
13355 if (compstmt == NULL_TREE)
13356 return;
13358 /* Close the block. */
13359 finish_compound_stmt (compstmt);
13361 if (processing_template_decl)
13362 /* Do nothing now. */;
13363 else if (DECL_CONSTRUCTOR_P (current_function_decl))
13364 finish_constructor_body ();
13365 else if (DECL_DESTRUCTOR_P (current_function_decl))
13366 finish_destructor_body ();
13369 /* Given a function, returns the BLOCK corresponding to the outermost level
13370 of curly braces, skipping the artificial block created for constructor
13371 initializers. */
13373 tree
13374 outer_curly_brace_block (tree fndecl)
13376 tree block = BLOCK_SUBBLOCKS (DECL_INITIAL (fndecl));
13377 if (FUNCTION_NEEDS_BODY_BLOCK (current_function_decl))
13378 /* Skip the artificial function body block. */
13379 block = BLOCK_SUBBLOCKS (block);
13380 return block;
13383 /* If FNDECL is a class's key method, add the class to the list of
13384 keyed classes that should be emitted. */
13386 static void
13387 record_key_method_defined (tree fndecl)
13389 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (fndecl)
13390 && DECL_VIRTUAL_P (fndecl)
13391 && !processing_template_decl)
13393 tree fnclass = DECL_CONTEXT (fndecl);
13394 if (fndecl == CLASSTYPE_KEY_METHOD (fnclass))
13395 keyed_classes = tree_cons (NULL_TREE, fnclass, keyed_classes);
13399 /* Subroutine of finish_function.
13400 Save the body of constexpr functions for possible
13401 future compile time evaluation. */
13403 static void
13404 maybe_save_function_definition (tree fun)
13406 if (!processing_template_decl
13407 && DECL_DECLARED_CONSTEXPR_P (fun)
13408 && !DECL_CLONED_FUNCTION_P (fun))
13409 register_constexpr_fundef (fun, DECL_SAVED_TREE (fun));
13412 /* Finish up a function declaration and compile that function
13413 all the way to assembler language output. The free the storage
13414 for the function definition.
13416 FLAGS is a bitwise or of the following values:
13417 2 - INCLASS_INLINE
13418 We just finished processing the body of an in-class inline
13419 function definition. (This processing will have taken place
13420 after the class definition is complete.) */
13422 tree
13423 finish_function (int flags)
13425 tree fndecl = current_function_decl;
13426 tree fntype, ctype = NULL_TREE;
13427 int inclass_inline = (flags & 2) != 0;
13429 /* When we get some parse errors, we can end up without a
13430 current_function_decl, so cope. */
13431 if (fndecl == NULL_TREE)
13432 return error_mark_node;
13434 if (c_dialect_objc ())
13435 objc_finish_function ();
13437 gcc_assert (!defer_mark_used_calls);
13438 defer_mark_used_calls = true;
13440 record_key_method_defined (fndecl);
13442 fntype = TREE_TYPE (fndecl);
13444 /* TREE_READONLY (fndecl) = 1;
13445 This caused &foo to be of type ptr-to-const-function
13446 which then got a warning when stored in a ptr-to-function variable. */
13448 gcc_assert (building_stmt_list_p ());
13449 /* The current function is being defined, so its DECL_INITIAL should
13450 be set, and unless there's a multiple definition, it should be
13451 error_mark_node. */
13452 gcc_assert (DECL_INITIAL (fndecl) == error_mark_node);
13454 /* For a cloned function, we've already got all the code we need;
13455 there's no need to add any extra bits. */
13456 if (!DECL_CLONED_FUNCTION_P (fndecl))
13458 if (DECL_MAIN_P (current_function_decl))
13460 /* Make it so that `main' always returns 0 by default (or
13461 1 for VMS). */
13462 #if VMS_TARGET
13463 finish_return_stmt (integer_one_node);
13464 #else
13465 finish_return_stmt (integer_zero_node);
13466 #endif
13469 if (use_eh_spec_block (current_function_decl))
13470 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS
13471 (TREE_TYPE (current_function_decl)),
13472 current_eh_spec_block);
13475 /* If we're saving up tree structure, tie off the function now. */
13476 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl));
13478 finish_fname_decls ();
13480 /* If this function can't throw any exceptions, remember that. */
13481 if (!processing_template_decl
13482 && !cp_function_chain->can_throw
13483 && !flag_non_call_exceptions
13484 && !decl_replaceable_p (fndecl))
13485 TREE_NOTHROW (fndecl) = 1;
13487 /* This must come after expand_function_end because cleanups might
13488 have declarations (from inline functions) that need to go into
13489 this function's blocks. */
13491 /* If the current binding level isn't the outermost binding level
13492 for this function, either there is a bug, or we have experienced
13493 syntax errors and the statement tree is malformed. */
13494 if (current_binding_level->kind != sk_function_parms)
13496 /* Make sure we have already experienced errors. */
13497 gcc_assert (errorcount);
13499 /* Throw away the broken statement tree and extra binding
13500 levels. */
13501 DECL_SAVED_TREE (fndecl) = alloc_stmt_list ();
13503 while (current_binding_level->kind != sk_function_parms)
13505 if (current_binding_level->kind == sk_class)
13506 pop_nested_class ();
13507 else
13508 poplevel (0, 0, 0);
13511 poplevel (1, 0, 1);
13513 /* Statements should always be full-expressions at the outermost set
13514 of curly braces for a function. */
13515 gcc_assert (stmts_are_full_exprs_p ());
13517 /* If there are no return statements in a function with auto return type,
13518 the return type is void. But if the declared type is something like
13519 auto*, this is an error. */
13520 if (!processing_template_decl && FNDECL_USED_AUTO (fndecl)
13521 && TREE_TYPE (fntype) == current_function_auto_return_pattern)
13523 if (!is_auto (current_function_auto_return_pattern)
13524 && !current_function_returns_value && !current_function_returns_null)
13526 error ("no return statements in function returning %qT",
13527 current_function_auto_return_pattern);
13528 inform (input_location, "only plain %<auto%> return type can be "
13529 "deduced to %<void%>");
13531 apply_deduced_return_type (fndecl, void_type_node);
13532 fntype = TREE_TYPE (fndecl);
13535 /* Save constexpr function body before it gets munged by
13536 the NRV transformation. */
13537 maybe_save_function_definition (fndecl);
13539 /* Set up the named return value optimization, if we can. Candidate
13540 variables are selected in check_return_expr. */
13541 if (current_function_return_value)
13543 tree r = current_function_return_value;
13544 tree outer;
13546 if (r != error_mark_node
13547 /* This is only worth doing for fns that return in memory--and
13548 simpler, since we don't have to worry about promoted modes. */
13549 && aggregate_value_p (TREE_TYPE (TREE_TYPE (fndecl)), fndecl)
13550 /* Only allow this for variables declared in the outer scope of
13551 the function so we know that their lifetime always ends with a
13552 return; see g++.dg/opt/nrv6.C. We could be more flexible if
13553 we were to do this optimization in tree-ssa. */
13554 && (outer = outer_curly_brace_block (fndecl))
13555 && chain_member (r, BLOCK_VARS (outer)))
13556 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl));
13558 current_function_return_value = NULL_TREE;
13561 /* Remember that we were in class scope. */
13562 if (current_class_name)
13563 ctype = current_class_type;
13565 /* Must mark the RESULT_DECL as being in this function. */
13566 DECL_CONTEXT (DECL_RESULT (fndecl)) = fndecl;
13568 /* Set the BLOCK_SUPERCONTEXT of the outermost function scope to point
13569 to the FUNCTION_DECL node itself. */
13570 BLOCK_SUPERCONTEXT (DECL_INITIAL (fndecl)) = fndecl;
13572 /* Save away current state, if appropriate. */
13573 if (!processing_template_decl)
13574 save_function_data (fndecl);
13576 /* Complain if there's just no return statement. */
13577 if (warn_return_type
13578 && TREE_CODE (TREE_TYPE (fntype)) != VOID_TYPE
13579 && !dependent_type_p (TREE_TYPE (fntype))
13580 && !current_function_returns_value && !current_function_returns_null
13581 /* Don't complain if we abort or throw. */
13582 && !current_function_returns_abnormally
13583 /* Don't complain if we are declared noreturn. */
13584 && !TREE_THIS_VOLATILE (fndecl)
13585 && !DECL_NAME (DECL_RESULT (fndecl))
13586 && !TREE_NO_WARNING (fndecl)
13587 /* Structor return values (if any) are set by the compiler. */
13588 && !DECL_CONSTRUCTOR_P (fndecl)
13589 && !DECL_DESTRUCTOR_P (fndecl))
13591 warning (OPT_Wreturn_type,
13592 "no return statement in function returning non-void");
13593 TREE_NO_WARNING (fndecl) = 1;
13596 /* Store the end of the function, so that we get good line number
13597 info for the epilogue. */
13598 cfun->function_end_locus = input_location;
13600 /* Complain about parameters that are only set, but never otherwise used. */
13601 if (warn_unused_but_set_parameter
13602 && !processing_template_decl
13603 && errorcount == unused_but_set_errorcount
13604 && !DECL_CLONED_FUNCTION_P (fndecl))
13606 tree decl;
13608 for (decl = DECL_ARGUMENTS (fndecl);
13609 decl;
13610 decl = DECL_CHAIN (decl))
13611 if (TREE_USED (decl)
13612 && TREE_CODE (decl) == PARM_DECL
13613 && !DECL_READ_P (decl)
13614 && DECL_NAME (decl)
13615 && !DECL_ARTIFICIAL (decl)
13616 && !TREE_NO_WARNING (decl)
13617 && !DECL_IN_SYSTEM_HEADER (decl)
13618 && TREE_TYPE (decl) != error_mark_node
13619 && TREE_CODE (TREE_TYPE (decl)) != REFERENCE_TYPE
13620 && (!CLASS_TYPE_P (TREE_TYPE (decl))
13621 || !TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (decl))))
13622 warning (OPT_Wunused_but_set_parameter,
13623 "parameter %q+D set but not used", decl);
13624 unused_but_set_errorcount = errorcount;
13627 /* Complain about locally defined typedefs that are not used in this
13628 function. */
13629 maybe_warn_unused_local_typedefs ();
13631 /* Genericize before inlining. */
13632 if (!processing_template_decl)
13634 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl);
13635 invoke_plugin_callbacks (PLUGIN_PRE_GENERICIZE, fndecl);
13636 cp_genericize (fndecl);
13637 /* Clear out the bits we don't need. */
13638 f->x_current_class_ptr = NULL;
13639 f->x_current_class_ref = NULL;
13640 f->x_eh_spec_block = NULL;
13641 f->x_in_charge_parm = NULL;
13642 f->x_vtt_parm = NULL;
13643 f->x_return_value = NULL;
13644 f->bindings = NULL;
13645 f->extern_decl_map = NULL;
13647 /* Clear out the bits we don't need. */
13648 local_names = NULL;
13650 /* We're leaving the context of this function, so zap cfun. It's still in
13651 DECL_STRUCT_FUNCTION, and we'll restore it in tree_rest_of_compilation. */
13652 set_cfun (NULL);
13653 current_function_decl = NULL;
13655 /* If this is an in-class inline definition, we may have to pop the
13656 bindings for the template parameters that we added in
13657 maybe_begin_member_template_processing when start_function was
13658 called. */
13659 if (inclass_inline)
13660 maybe_end_member_template_processing ();
13662 /* Leave the scope of the class. */
13663 if (ctype)
13664 pop_nested_class ();
13666 --function_depth;
13668 /* Clean up. */
13669 current_function_decl = NULL_TREE;
13671 defer_mark_used_calls = false;
13672 if (deferred_mark_used_calls)
13674 unsigned int i;
13675 tree decl;
13677 FOR_EACH_VEC_ELT (tree, deferred_mark_used_calls, i, decl)
13678 mark_used (decl);
13679 VEC_free (tree, gc, deferred_mark_used_calls);
13682 return fndecl;
13685 /* Create the FUNCTION_DECL for a function definition.
13686 DECLSPECS and DECLARATOR are the parts of the declaration;
13687 they describe the return type and the name of the function,
13688 but twisted together in a fashion that parallels the syntax of C.
13690 This function creates a binding context for the function body
13691 as well as setting up the FUNCTION_DECL in current_function_decl.
13693 Returns a FUNCTION_DECL on success.
13695 If the DECLARATOR is not suitable for a function (it defines a datum
13696 instead), we return 0, which tells yyparse to report a parse error.
13698 May return void_type_node indicating that this method is actually
13699 a friend. See grokfield for more details.
13701 Came here with a `.pushlevel' .
13703 DO NOT MAKE ANY CHANGES TO THIS CODE WITHOUT MAKING CORRESPONDING
13704 CHANGES TO CODE IN `grokfield'. */
13706 tree
13707 grokmethod (cp_decl_specifier_seq *declspecs,
13708 const cp_declarator *declarator, tree attrlist)
13710 tree fndecl = grokdeclarator (declarator, declspecs, MEMFUNCDEF, 0,
13711 &attrlist);
13713 if (fndecl == error_mark_node)
13714 return error_mark_node;
13716 if (fndecl == NULL || TREE_CODE (fndecl) != FUNCTION_DECL)
13718 error ("invalid member function declaration");
13719 return error_mark_node;
13722 if (attrlist)
13723 cplus_decl_attributes (&fndecl, attrlist, 0);
13725 /* Pass friends other than inline friend functions back. */
13726 if (fndecl == void_type_node)
13727 return fndecl;
13729 if (DECL_IN_AGGR_P (fndecl))
13731 if (DECL_CLASS_SCOPE_P (fndecl))
13732 error ("%qD is already defined in class %qT", fndecl,
13733 DECL_CONTEXT (fndecl));
13734 return error_mark_node;
13737 check_template_shadow (fndecl);
13739 DECL_DECLARED_INLINE_P (fndecl) = 1;
13740 DECL_NO_INLINE_WARNING_P (fndecl) = 1;
13742 /* We process method specializations in finish_struct_1. */
13743 if (processing_template_decl && !DECL_TEMPLATE_SPECIALIZATION (fndecl))
13745 fndecl = push_template_decl (fndecl);
13746 if (fndecl == error_mark_node)
13747 return fndecl;
13750 if (! DECL_FRIEND_P (fndecl))
13752 if (DECL_CHAIN (fndecl))
13754 fndecl = copy_node (fndecl);
13755 TREE_CHAIN (fndecl) = NULL_TREE;
13759 cp_finish_decl (fndecl, NULL_TREE, false, NULL_TREE, 0);
13761 DECL_IN_AGGR_P (fndecl) = 1;
13762 return fndecl;
13766 /* VAR is a VAR_DECL. If its type is incomplete, remember VAR so that
13767 we can lay it out later, when and if its type becomes complete. */
13769 void
13770 maybe_register_incomplete_var (tree var)
13772 gcc_assert (TREE_CODE (var) == VAR_DECL);
13774 /* Keep track of variables with incomplete types. */
13775 if (!processing_template_decl && TREE_TYPE (var) != error_mark_node
13776 && DECL_EXTERNAL (var))
13778 tree inner_type = TREE_TYPE (var);
13780 while (TREE_CODE (inner_type) == ARRAY_TYPE)
13781 inner_type = TREE_TYPE (inner_type);
13782 inner_type = TYPE_MAIN_VARIANT (inner_type);
13784 if ((!COMPLETE_TYPE_P (inner_type) && CLASS_TYPE_P (inner_type))
13785 /* RTTI TD entries are created while defining the type_info. */
13786 || (TYPE_LANG_SPECIFIC (inner_type)
13787 && TYPE_BEING_DEFINED (inner_type)))
13789 incomplete_var *iv
13790 = VEC_safe_push (incomplete_var, gc, incomplete_vars, NULL);
13791 iv->decl = var;
13792 iv->incomplete_type = inner_type;
13797 /* Called when a class type (given by TYPE) is defined. If there are
13798 any existing VAR_DECLs whose type has been completed by this
13799 declaration, update them now. */
13801 void
13802 complete_vars (tree type)
13804 unsigned ix;
13805 incomplete_var *iv;
13807 for (ix = 0; VEC_iterate (incomplete_var, incomplete_vars, ix, iv); )
13809 if (same_type_p (type, iv->incomplete_type))
13811 tree var = iv->decl;
13812 tree type = TREE_TYPE (var);
13813 /* Complete the type of the variable. The VAR_DECL itself
13814 will be laid out in expand_expr. */
13815 complete_type (type);
13816 cp_apply_type_quals_to_decl (cp_type_quals (type), var);
13817 /* Remove this entry from the list. */
13818 VEC_unordered_remove (incomplete_var, incomplete_vars, ix);
13820 else
13821 ix++;
13824 /* Check for pending declarations which may have abstract type. */
13825 complete_type_check_abstract (type);
13828 /* If DECL is of a type which needs a cleanup, build and return an
13829 expression to perform that cleanup here. Return NULL_TREE if no
13830 cleanup need be done. */
13832 tree
13833 cxx_maybe_build_cleanup (tree decl, tsubst_flags_t complain)
13835 tree type;
13836 tree attr;
13837 tree cleanup;
13839 /* Assume no cleanup is required. */
13840 cleanup = NULL_TREE;
13842 if (error_operand_p (decl))
13843 return cleanup;
13845 /* Handle "__attribute__((cleanup))". We run the cleanup function
13846 before the destructor since the destructor is what actually
13847 terminates the lifetime of the object. */
13848 attr = lookup_attribute ("cleanup", DECL_ATTRIBUTES (decl));
13849 if (attr)
13851 tree id;
13852 tree fn;
13853 tree arg;
13855 /* Get the name specified by the user for the cleanup function. */
13856 id = TREE_VALUE (TREE_VALUE (attr));
13857 /* Look up the name to find the cleanup function to call. It is
13858 important to use lookup_name here because that is what is
13859 used in c-common.c:handle_cleanup_attribute when performing
13860 initial checks on the attribute. Note that those checks
13861 include ensuring that the function found is not an overloaded
13862 function, or an object with an overloaded call operator,
13863 etc.; we can rely on the fact that the function found is an
13864 ordinary FUNCTION_DECL. */
13865 fn = lookup_name (id);
13866 arg = build_address (decl);
13867 mark_used (decl);
13868 cleanup = cp_build_function_call_nary (fn, complain, arg, NULL_TREE);
13869 if (cleanup == error_mark_node)
13870 return error_mark_node;
13872 /* Handle ordinary C++ destructors. */
13873 type = TREE_TYPE (decl);
13874 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
13876 int flags = LOOKUP_NORMAL|LOOKUP_DESTRUCTOR;
13877 bool has_vbases = (TREE_CODE (type) == RECORD_TYPE
13878 && CLASSTYPE_VBASECLASSES (type));
13879 tree addr;
13880 tree call;
13882 if (TREE_CODE (type) == ARRAY_TYPE)
13883 addr = decl;
13884 else
13885 addr = build_address (decl);
13887 /* Optimize for space over speed here. */
13888 if (!has_vbases || flag_expensive_optimizations)
13889 flags |= LOOKUP_NONVIRTUAL;
13891 call = build_delete (TREE_TYPE (addr), addr,
13892 sfk_complete_destructor, flags, 0, complain);
13893 if (call == error_mark_node)
13894 cleanup = error_mark_node;
13895 else if (cleanup)
13896 cleanup = cp_build_compound_expr (cleanup, call, complain);
13897 else
13898 cleanup = call;
13901 /* build_delete sets the location of the destructor call to the
13902 current location, even though the destructor is going to be
13903 called later, at the end of the current scope. This can lead to
13904 a "jumpy" behaviour for users of debuggers when they step around
13905 the end of the block. So let's unset the location of the
13906 destructor call instead. */
13907 if (cleanup != NULL && EXPR_P (cleanup))
13908 SET_EXPR_LOCATION (cleanup, UNKNOWN_LOCATION);
13909 return cleanup;
13913 /* When a stmt has been parsed, this function is called. */
13915 void
13916 finish_stmt (void)
13920 /* Return the FUNCTION_TYPE that corresponds to MEMFNTYPE, which can be a
13921 FUNCTION_DECL, METHOD_TYPE, FUNCTION_TYPE, pointer or reference to
13922 METHOD_TYPE or FUNCTION_TYPE, or pointer to member function. */
13924 tree
13925 static_fn_type (tree memfntype)
13927 tree fntype;
13928 tree args;
13930 if (TYPE_PTRMEMFUNC_P (memfntype))
13931 memfntype = TYPE_PTRMEMFUNC_FN_TYPE (memfntype);
13932 if (POINTER_TYPE_P (memfntype)
13933 || TREE_CODE (memfntype) == FUNCTION_DECL)
13934 memfntype = TREE_TYPE (memfntype);
13935 if (TREE_CODE (memfntype) == FUNCTION_TYPE)
13936 return memfntype;
13937 gcc_assert (TREE_CODE (memfntype) == METHOD_TYPE);
13938 args = TYPE_ARG_TYPES (memfntype);
13939 fntype = build_function_type (TREE_TYPE (memfntype), TREE_CHAIN (args));
13940 fntype = apply_memfn_quals (fntype, type_memfn_quals (memfntype));
13941 fntype = (cp_build_type_attribute_variant
13942 (fntype, TYPE_ATTRIBUTES (memfntype)));
13943 fntype = (build_exception_variant
13944 (fntype, TYPE_RAISES_EXCEPTIONS (memfntype)));
13945 return fntype;
13948 /* DECL was originally constructed as a non-static member function,
13949 but turned out to be static. Update it accordingly. */
13951 void
13952 revert_static_member_fn (tree decl)
13954 tree stype = static_fn_type (decl);
13955 cp_cv_quals quals = type_memfn_quals (stype);
13957 if (quals != TYPE_UNQUALIFIED)
13958 stype = apply_memfn_quals (stype, TYPE_UNQUALIFIED);
13960 TREE_TYPE (decl) = stype;
13962 if (DECL_ARGUMENTS (decl))
13963 DECL_ARGUMENTS (decl) = DECL_CHAIN (DECL_ARGUMENTS (decl));
13964 DECL_STATIC_FUNCTION_P (decl) = 1;
13967 /* Return which tree structure is used by T, or TS_CP_GENERIC if T is
13968 one of the language-independent trees. */
13970 enum cp_tree_node_structure_enum
13971 cp_tree_node_structure (union lang_tree_node * t)
13973 switch (TREE_CODE (&t->generic))
13975 case DEFAULT_ARG: return TS_CP_DEFAULT_ARG;
13976 case DEFERRED_NOEXCEPT: return TS_CP_DEFERRED_NOEXCEPT;
13977 case IDENTIFIER_NODE: return TS_CP_IDENTIFIER;
13978 case OVERLOAD: return TS_CP_OVERLOAD;
13979 case TEMPLATE_PARM_INDEX: return TS_CP_TPI;
13980 case PTRMEM_CST: return TS_CP_PTRMEM;
13981 case BASELINK: return TS_CP_BASELINK;
13982 case STATIC_ASSERT: return TS_CP_STATIC_ASSERT;
13983 case ARGUMENT_PACK_SELECT: return TS_CP_ARGUMENT_PACK_SELECT;
13984 case TRAIT_EXPR: return TS_CP_TRAIT_EXPR;
13985 case LAMBDA_EXPR: return TS_CP_LAMBDA_EXPR;
13986 case TEMPLATE_INFO: return TS_CP_TEMPLATE_INFO;
13987 case USERDEF_LITERAL: return TS_CP_USERDEF_LITERAL;
13988 default: return TS_CP_GENERIC;
13992 /* Build the void_list_node (void_type_node having been created). */
13993 tree
13994 build_void_list_node (void)
13996 tree t = build_tree_list (NULL_TREE, void_type_node);
13997 return t;
14000 bool
14001 cp_missing_noreturn_ok_p (tree decl)
14003 /* A missing noreturn is ok for the `main' function. */
14004 return DECL_MAIN_P (decl);
14007 /* Return the COMDAT group into which DECL should be placed. */
14009 tree
14010 cxx_comdat_group (tree decl)
14012 tree name;
14014 /* Virtual tables, construction virtual tables, and virtual table
14015 tables all go in a single COMDAT group, named after the primary
14016 virtual table. */
14017 if (TREE_CODE (decl) == VAR_DECL && DECL_VTABLE_OR_VTT_P (decl))
14018 name = DECL_ASSEMBLER_NAME (CLASSTYPE_VTABLES (DECL_CONTEXT (decl)));
14019 /* For all other DECLs, the COMDAT group is the mangled name of the
14020 declaration itself. */
14021 else
14023 while (DECL_THUNK_P (decl))
14025 /* If TARGET_USE_LOCAL_THUNK_ALIAS_P, use_thunk puts the thunk
14026 into the same section as the target function. In that case
14027 we must return target's name. */
14028 tree target = THUNK_TARGET (decl);
14029 if (TARGET_USE_LOCAL_THUNK_ALIAS_P (target)
14030 && DECL_SECTION_NAME (target) != NULL
14031 && DECL_ONE_ONLY (target))
14032 decl = target;
14033 else
14034 break;
14036 name = DECL_ASSEMBLER_NAME (decl);
14039 return name;
14042 #include "gt-cp-decl.h"