Merged r157653 through r157895 into branch.
[official-gcc.git] / gcc / cp / decl.c
blob965e3521f3704a3036b2c984901f736b9ce2eb78
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
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 "rtl.h"
37 #include "expr.h"
38 #include "flags.h"
39 #include "cp-tree.h"
40 #include "tree-inline.h"
41 #include "decl.h"
42 #include "intl.h"
43 #include "output.h"
44 #include "except.h"
45 #include "toplev.h"
46 #include "hashtab.h"
47 #include "tm_p.h"
48 #include "target.h"
49 #include "c-common.h"
50 #include "c-pragma.h"
51 #include "diagnostic.h"
52 #include "intl.h"
53 #include "debug.h"
54 #include "timevar.h"
55 #include "tree-flow.h"
56 #include "pointer-set.h"
57 #include "plugin.h"
59 static tree grokparms (tree parmlist, tree *);
60 static const char *redeclaration_error_message (tree, tree);
62 static int decl_jump_unsafe (tree);
63 static void require_complete_types_for_parms (tree);
64 static int ambi_op_p (enum tree_code);
65 static int unary_op_p (enum tree_code);
66 static void push_local_name (tree);
67 static tree grok_reference_init (tree, tree, tree, tree *);
68 static tree grokvardecl (tree, tree, const cp_decl_specifier_seq *,
69 int, int, tree);
70 static void record_unknown_type (tree, const char *);
71 static tree builtin_function_1 (tree, tree, bool);
72 static tree build_library_fn_1 (tree, enum tree_code, tree);
73 static int member_function_or_else (tree, tree, enum overload_flags);
74 static void bad_specifiers (tree, const char *, int, int, int, int,
75 int);
76 static void check_for_uninitialized_const_var (tree);
77 static hashval_t typename_hash (const void *);
78 static int typename_compare (const void *, const void *);
79 static tree local_variable_p_walkfn (tree *, int *, void *);
80 static tree record_builtin_java_type (const char *, int);
81 static const char *tag_name (enum tag_types);
82 static tree lookup_and_check_tag (enum tag_types, tree, tag_scope, bool);
83 static int walk_namespaces_r (tree, walk_namespaces_fn, void *);
84 static void maybe_deduce_size_from_array_init (tree, tree);
85 static void layout_var_decl (tree);
86 static tree check_initializer (tree, tree, int, tree *);
87 static void make_rtl_for_nonlocal_decl (tree, tree, const char *);
88 static void save_function_data (tree);
89 static bool check_function_type (tree, tree);
90 static void finish_constructor_body (void);
91 static void begin_destructor_body (void);
92 static void finish_destructor_body (void);
93 static tree create_array_type_for_decl (tree, tree, tree);
94 static tree get_atexit_node (void);
95 static tree get_dso_handle_node (void);
96 static tree start_cleanup_fn (void);
97 static void end_cleanup_fn (void);
98 static tree cp_make_fname_decl (location_t, tree, int);
99 static void initialize_predefined_identifiers (void);
100 static tree check_special_function_return_type
101 (special_function_kind, tree, tree);
102 static tree push_cp_library_fn (enum tree_code, tree);
103 static tree build_cp_library_fn (tree, enum tree_code, tree);
104 static void store_parm_decls (tree);
105 static void initialize_local_var (tree, tree);
106 static void expand_static_init (tree, tree);
107 static tree next_initializable_field (tree);
109 /* The following symbols are subsumed in the cp_global_trees array, and
110 listed here individually for documentation purposes.
112 C++ extensions
113 tree wchar_decl_node;
115 tree vtable_entry_type;
116 tree delta_type_node;
117 tree __t_desc_type_node;
119 tree class_type_node;
120 tree unknown_type_node;
122 Array type `vtable_entry_type[]'
124 tree vtbl_type_node;
125 tree vtbl_ptr_type_node;
127 Namespaces,
129 tree std_node;
130 tree abi_node;
132 A FUNCTION_DECL which can call `abort'. Not necessarily the
133 one that the user will declare, but sufficient to be called
134 by routines that want to abort the program.
136 tree abort_fndecl;
138 The FUNCTION_DECL for the default `::operator delete'.
140 tree global_delete_fndecl;
142 Used by RTTI
143 tree type_info_type_node, tinfo_decl_id, tinfo_decl_type;
144 tree tinfo_var_id; */
146 tree cp_global_trees[CPTI_MAX];
148 /* Indicates that there is a type value in some namespace, although
149 that is not necessarily in scope at the moment. */
151 tree global_type_node;
153 /* The node that holds the "name" of the global scope. */
154 tree global_scope_name;
156 #define local_names cp_function_chain->x_local_names
158 /* A list of objects which have constructors or destructors
159 which reside in the global scope. The decl is stored in
160 the TREE_VALUE slot and the initializer is stored
161 in the TREE_PURPOSE slot. */
162 tree static_aggregates;
164 /* -- end of C++ */
166 /* A node for the integer constants 2, and 3. */
168 tree integer_two_node, integer_three_node;
170 /* Used only for jumps to as-yet undefined labels, since jumps to
171 defined labels can have their validity checked immediately. */
173 struct GTY(()) named_label_use_entry {
174 struct named_label_use_entry *next;
175 /* The binding level to which this entry is *currently* attached.
176 This is initially the binding level in which the goto appeared,
177 but is modified as scopes are closed. */
178 struct cp_binding_level *binding_level;
179 /* The head of the names list that was current when the goto appeared,
180 or the inner scope popped. These are the decls that will *not* be
181 skipped when jumping to the label. */
182 tree names_in_scope;
183 /* The location of the goto, for error reporting. */
184 location_t o_goto_locus;
185 /* True if an OpenMP structured block scope has been closed since
186 the goto appeared. This means that the branch from the label will
187 illegally exit an OpenMP scope. */
188 bool in_omp_scope;
191 /* A list of all LABEL_DECLs in the function that have names. Here so
192 we can clear out their names' definitions at the end of the
193 function, and so we can check the validity of jumps to these labels. */
195 struct GTY(()) named_label_entry {
196 /* The decl itself. */
197 tree label_decl;
199 /* The binding level to which the label is *currently* attached.
200 This is initially set to the binding level in which the label
201 is defined, but is modified as scopes are closed. */
202 struct cp_binding_level *binding_level;
203 /* The head of the names list that was current when the label was
204 defined, or the inner scope popped. These are the decls that will
205 be skipped when jumping to the label. */
206 tree names_in_scope;
207 /* A tree list of all decls from all binding levels that would be
208 crossed by a backward branch to the label. */
209 tree bad_decls;
211 /* A list of uses of the label, before the label is defined. */
212 struct named_label_use_entry *uses;
214 /* The following bits are set after the label is defined, and are
215 updated as scopes are popped. They indicate that a backward jump
216 to the label will illegally enter a scope of the given flavor. */
217 bool in_try_scope;
218 bool in_catch_scope;
219 bool in_omp_scope;
222 #define named_labels cp_function_chain->x_named_labels
224 /* The number of function bodies which we are currently processing.
225 (Zero if we are at namespace scope, one inside the body of a
226 function, two inside the body of a function in a local class, etc.) */
227 int function_depth;
229 /* To avoid unwanted recursion, finish_function defers all mark_used calls
230 encountered during its execution until it finishes. */
231 bool defer_mark_used_calls;
232 VEC(tree, gc) *deferred_mark_used_calls;
234 /* States indicating how grokdeclarator() should handle declspecs marked
235 with __attribute__((deprecated)). An object declared as
236 __attribute__((deprecated)) suppresses warnings of uses of other
237 deprecated items. */
238 enum deprecated_states deprecated_state = DEPRECATED_NORMAL;
241 /* A TREE_LIST of VAR_DECLs. The TREE_PURPOSE is a RECORD_TYPE or
242 UNION_TYPE; the TREE_VALUE is a VAR_DECL with that type. At the
243 time the VAR_DECL was declared, the type was incomplete. */
245 static GTY(()) tree incomplete_vars;
247 /* Returns the kind of template specialization we are currently
248 processing, given that it's declaration contained N_CLASS_SCOPES
249 explicit scope qualifications. */
251 tmpl_spec_kind
252 current_tmpl_spec_kind (int n_class_scopes)
254 int n_template_parm_scopes = 0;
255 int seen_specialization_p = 0;
256 int innermost_specialization_p = 0;
257 struct cp_binding_level *b;
259 /* Scan through the template parameter scopes. */
260 for (b = current_binding_level;
261 b->kind == sk_template_parms;
262 b = b->level_chain)
264 /* If we see a specialization scope inside a parameter scope,
265 then something is wrong. That corresponds to a declaration
266 like:
268 template <class T> template <> ...
270 which is always invalid since [temp.expl.spec] forbids the
271 specialization of a class member template if the enclosing
272 class templates are not explicitly specialized as well. */
273 if (b->explicit_spec_p)
275 if (n_template_parm_scopes == 0)
276 innermost_specialization_p = 1;
277 else
278 seen_specialization_p = 1;
280 else if (seen_specialization_p == 1)
281 return tsk_invalid_member_spec;
283 ++n_template_parm_scopes;
286 /* Handle explicit instantiations. */
287 if (processing_explicit_instantiation)
289 if (n_template_parm_scopes != 0)
290 /* We've seen a template parameter list during an explicit
291 instantiation. For example:
293 template <class T> template void f(int);
295 This is erroneous. */
296 return tsk_invalid_expl_inst;
297 else
298 return tsk_expl_inst;
301 if (n_template_parm_scopes < n_class_scopes)
302 /* We've not seen enough template headers to match all the
303 specialized classes present. For example:
305 template <class T> void R<T>::S<T>::f(int);
307 This is invalid; there needs to be one set of template
308 parameters for each class. */
309 return tsk_insufficient_parms;
310 else if (n_template_parm_scopes == n_class_scopes)
311 /* We're processing a non-template declaration (even though it may
312 be a member of a template class.) For example:
314 template <class T> void S<T>::f(int);
316 The `class T' matches the `S<T>', leaving no template headers
317 corresponding to the `f'. */
318 return tsk_none;
319 else if (n_template_parm_scopes > n_class_scopes + 1)
320 /* We've got too many template headers. For example:
322 template <> template <class T> void f (T);
324 There need to be more enclosing classes. */
325 return tsk_excessive_parms;
326 else
327 /* This must be a template. It's of the form:
329 template <class T> template <class U> void S<T>::f(U);
331 This is a specialization if the innermost level was a
332 specialization; otherwise it's just a definition of the
333 template. */
334 return innermost_specialization_p ? tsk_expl_spec : tsk_template;
337 /* Exit the current scope. */
339 void
340 finish_scope (void)
342 poplevel (0, 0, 0);
345 /* When a label goes out of scope, check to see if that label was used
346 in a valid manner, and issue any appropriate warnings or errors. */
348 static void
349 pop_label (tree label, tree old_value)
351 if (!processing_template_decl)
353 if (DECL_INITIAL (label) == NULL_TREE)
355 location_t location;
357 error ("label %q+D used but not defined", label);
358 location = input_location; /* FIXME want (input_filename, (line)0) */
359 /* Avoid crashing later. */
360 define_label (location, DECL_NAME (label));
362 else
363 warn_for_unused_label (label);
366 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value);
369 /* At the end of a function, all labels declared within the function
370 go out of scope. BLOCK is the top-level block for the
371 function. */
373 static int
374 pop_labels_1 (void **slot, void *data)
376 struct named_label_entry *ent = (struct named_label_entry *) *slot;
377 tree block = (tree) data;
379 pop_label (ent->label_decl, NULL_TREE);
381 /* Put the labels into the "variables" of the top-level block,
382 so debugger can see them. */
383 TREE_CHAIN (ent->label_decl) = BLOCK_VARS (block);
384 BLOCK_VARS (block) = ent->label_decl;
386 htab_clear_slot (named_labels, slot);
388 return 1;
391 static void
392 pop_labels (tree block)
394 if (named_labels)
396 htab_traverse (named_labels, pop_labels_1, block);
397 named_labels = NULL;
401 /* At the end of a block with local labels, restore the outer definition. */
403 static void
404 pop_local_label (tree label, tree old_value)
406 struct named_label_entry dummy;
407 void **slot;
409 pop_label (label, old_value);
411 dummy.label_decl = label;
412 slot = htab_find_slot (named_labels, &dummy, NO_INSERT);
413 htab_clear_slot (named_labels, slot);
416 /* The following two routines are used to interface to Objective-C++.
417 The binding level is purposely treated as an opaque type. */
419 void *
420 objc_get_current_scope (void)
422 return current_binding_level;
425 /* The following routine is used by the NeXT-style SJLJ exceptions;
426 variables get marked 'volatile' so as to not be clobbered by
427 _setjmp()/_longjmp() calls. All variables in the current scope,
428 as well as parent scopes up to (but not including) ENCLOSING_BLK
429 shall be thusly marked. */
431 void
432 objc_mark_locals_volatile (void *enclosing_blk)
434 struct cp_binding_level *scope;
436 for (scope = current_binding_level;
437 scope && scope != enclosing_blk;
438 scope = scope->level_chain)
440 tree decl;
442 for (decl = scope->names; decl; decl = TREE_CHAIN (decl))
443 objc_volatilize_decl (decl);
445 /* Do not climb up past the current function. */
446 if (scope->kind == sk_function_parms)
447 break;
451 /* Update data for defined and undefined labels when leaving a scope. */
453 static int
454 poplevel_named_label_1 (void **slot, void *data)
456 struct named_label_entry *ent = (struct named_label_entry *) *slot;
457 struct cp_binding_level *bl = (struct cp_binding_level *) data;
458 struct cp_binding_level *obl = bl->level_chain;
460 if (ent->binding_level == bl)
462 tree decl;
464 for (decl = ent->names_in_scope; decl; decl = TREE_CHAIN (decl))
465 if (decl_jump_unsafe (decl))
466 ent->bad_decls = tree_cons (NULL, decl, ent->bad_decls);
468 ent->binding_level = obl;
469 ent->names_in_scope = obl->names;
470 switch (bl->kind)
472 case sk_try:
473 ent->in_try_scope = true;
474 break;
475 case sk_catch:
476 ent->in_catch_scope = true;
477 break;
478 case sk_omp:
479 ent->in_omp_scope = true;
480 break;
481 default:
482 break;
485 else if (ent->uses)
487 struct named_label_use_entry *use;
489 for (use = ent->uses; use ; use = use->next)
490 if (use->binding_level == bl)
492 use->binding_level = obl;
493 use->names_in_scope = obl->names;
494 if (bl->kind == sk_omp)
495 use->in_omp_scope = true;
499 return 1;
502 /* Exit a binding level.
503 Pop the level off, and restore the state of the identifier-decl mappings
504 that were in effect when this level was entered.
506 If KEEP == 1, this level had explicit declarations, so
507 and create a "block" (a BLOCK node) for the level
508 to record its declarations and subblocks for symbol table output.
510 If FUNCTIONBODY is nonzero, this level is the body of a function,
511 so create a block as if KEEP were set and also clear out all
512 label names.
514 If REVERSE is nonzero, reverse the order of decls before putting
515 them into the BLOCK. */
517 tree
518 poplevel (int keep, int reverse, int functionbody)
520 tree link;
521 /* The chain of decls was accumulated in reverse order.
522 Put it into forward order, just for cleanliness. */
523 tree decls;
524 tree subblocks;
525 tree block;
526 tree decl;
527 int leaving_for_scope;
528 scope_kind kind;
530 timevar_push (TV_NAME_LOOKUP);
531 restart:
533 block = NULL_TREE;
535 gcc_assert (current_binding_level->kind != sk_class);
537 if (current_binding_level->kind == sk_cleanup)
538 functionbody = 0;
539 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
541 gcc_assert (!VEC_length(cp_class_binding,
542 current_binding_level->class_shadowed));
544 /* We used to use KEEP == 2 to indicate that the new block should go
545 at the beginning of the list of blocks at this binding level,
546 rather than the end. This hack is no longer used. */
547 gcc_assert (keep == 0 || keep == 1);
549 if (current_binding_level->keep)
550 keep = 1;
552 /* Any uses of undefined labels, and any defined labels, now operate
553 under constraints of next binding contour. */
554 if (cfun && !functionbody && named_labels)
555 htab_traverse (named_labels, poplevel_named_label_1,
556 current_binding_level);
558 /* Get the decls in the order they were written.
559 Usually current_binding_level->names is in reverse order.
560 But parameter decls were previously put in forward order. */
562 if (reverse)
563 current_binding_level->names
564 = decls = nreverse (current_binding_level->names);
565 else
566 decls = current_binding_level->names;
568 /* If there were any declarations or structure tags in that level,
569 or if this level is a function body,
570 create a BLOCK to record them for the life of this function. */
571 block = NULL_TREE;
572 if (keep == 1 || functionbody)
573 block = make_node (BLOCK);
574 if (block != NULL_TREE)
576 BLOCK_VARS (block) = decls;
577 BLOCK_SUBBLOCKS (block) = subblocks;
580 /* In each subblock, record that this is its superior. */
581 if (keep >= 0)
582 for (link = subblocks; link; link = BLOCK_CHAIN (link))
583 BLOCK_SUPERCONTEXT (link) = block;
585 /* We still support the old for-scope rules, whereby the variables
586 in a for-init statement were in scope after the for-statement
587 ended. We only use the new rules if flag_new_for_scope is
588 nonzero. */
589 leaving_for_scope
590 = current_binding_level->kind == sk_for && flag_new_for_scope == 1;
592 /* Before we remove the declarations first check for unused variables. */
593 if (warn_unused_variable
594 && !processing_template_decl)
595 for (decl = getdecls (); decl; decl = TREE_CHAIN (decl))
596 if (TREE_CODE (decl) == VAR_DECL
597 && ! TREE_USED (decl)
598 && ! DECL_IN_SYSTEM_HEADER (decl)
599 && DECL_NAME (decl) && ! DECL_ARTIFICIAL (decl))
600 warning (OPT_Wunused_variable, "unused variable %q+D", decl);
602 /* Remove declarations for all the DECLs in this level. */
603 for (link = decls; link; link = TREE_CHAIN (link))
605 if (leaving_for_scope && TREE_CODE (link) == VAR_DECL
606 && DECL_NAME (link))
608 tree name = DECL_NAME (link);
609 cxx_binding *ob;
610 tree ns_binding;
612 ob = outer_binding (name,
613 IDENTIFIER_BINDING (name),
614 /*class_p=*/true);
615 if (!ob)
616 ns_binding = IDENTIFIER_NAMESPACE_VALUE (name);
617 else
618 ns_binding = NULL_TREE;
620 if (ob && ob->scope == current_binding_level->level_chain)
621 /* We have something like:
623 int i;
624 for (int i; ;);
626 and we are leaving the `for' scope. There's no reason to
627 keep the binding of the inner `i' in this case. */
628 pop_binding (name, link);
629 else if ((ob && (TREE_CODE (ob->value) == TYPE_DECL))
630 || (ns_binding && TREE_CODE (ns_binding) == TYPE_DECL))
631 /* Here, we have something like:
633 typedef int I;
635 void f () {
636 for (int I; ;);
639 We must pop the for-scope binding so we know what's a
640 type and what isn't. */
641 pop_binding (name, link);
642 else
644 /* Mark this VAR_DECL as dead so that we can tell we left it
645 there only for backward compatibility. */
646 DECL_DEAD_FOR_LOCAL (link) = 1;
648 /* Keep track of what should have happened when we
649 popped the binding. */
650 if (ob && ob->value)
652 SET_DECL_SHADOWED_FOR_VAR (link, ob->value);
653 DECL_HAS_SHADOWED_FOR_VAR_P (link) = 1;
656 /* Add it to the list of dead variables in the next
657 outermost binding to that we can remove these when we
658 leave that binding. */
659 current_binding_level->level_chain->dead_vars_from_for
660 = tree_cons (NULL_TREE, link,
661 current_binding_level->level_chain->
662 dead_vars_from_for);
664 /* Although we don't pop the cxx_binding, we do clear
665 its SCOPE since the scope is going away now. */
666 IDENTIFIER_BINDING (name)->scope
667 = current_binding_level->level_chain;
670 else
672 tree name;
674 /* Remove the binding. */
675 decl = link;
677 if (TREE_CODE (decl) == TREE_LIST)
678 decl = TREE_VALUE (decl);
679 name = decl;
681 if (TREE_CODE (name) == OVERLOAD)
682 name = OVL_FUNCTION (name);
684 gcc_assert (DECL_P (name));
685 pop_binding (DECL_NAME (name), decl);
689 /* Remove declarations for any `for' variables from inner scopes
690 that we kept around. */
691 for (link = current_binding_level->dead_vars_from_for;
692 link; link = TREE_CHAIN (link))
693 pop_binding (DECL_NAME (TREE_VALUE (link)), TREE_VALUE (link));
695 /* Restore the IDENTIFIER_TYPE_VALUEs. */
696 for (link = current_binding_level->type_shadowed;
697 link; link = TREE_CHAIN (link))
698 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (link), TREE_VALUE (link));
700 /* Restore the IDENTIFIER_LABEL_VALUEs for local labels. */
701 for (link = current_binding_level->shadowed_labels;
702 link;
703 link = TREE_CHAIN (link))
704 pop_local_label (TREE_VALUE (link), TREE_PURPOSE (link));
706 /* There may be OVERLOADs (wrapped in TREE_LISTs) on the BLOCK_VARs
707 list if a `using' declaration put them there. The debugging
708 back ends won't understand OVERLOAD, so we remove them here.
709 Because the BLOCK_VARS are (temporarily) shared with
710 CURRENT_BINDING_LEVEL->NAMES we must do this fixup after we have
711 popped all the bindings. */
712 if (block)
714 tree* d;
716 for (d = &BLOCK_VARS (block); *d; )
718 if (TREE_CODE (*d) == TREE_LIST)
719 *d = TREE_CHAIN (*d);
720 else
721 d = &TREE_CHAIN (*d);
725 /* If the level being exited is the top level of a function,
726 check over all the labels. */
727 if (functionbody)
729 /* Since this is the top level block of a function, the vars are
730 the function's parameters. Don't leave them in the BLOCK
731 because they are found in the FUNCTION_DECL instead. */
732 BLOCK_VARS (block) = 0;
733 pop_labels (block);
736 kind = current_binding_level->kind;
737 if (kind == sk_cleanup)
739 tree stmt;
741 /* If this is a temporary binding created for a cleanup, then we'll
742 have pushed a statement list level. Pop that, create a new
743 BIND_EXPR for the block, and insert it into the stream. */
744 stmt = pop_stmt_list (current_binding_level->statement_list);
745 stmt = c_build_bind_expr (input_location, block, stmt);
746 add_stmt (stmt);
749 leave_scope ();
750 if (functionbody)
752 /* The current function is being defined, so its DECL_INITIAL
753 should be error_mark_node. */
754 gcc_assert (DECL_INITIAL (current_function_decl) == error_mark_node);
755 DECL_INITIAL (current_function_decl) = block;
757 else if (block)
758 current_binding_level->blocks
759 = chainon (current_binding_level->blocks, block);
761 /* If we did not make a block for the level just exited,
762 any blocks made for inner levels
763 (since they cannot be recorded as subblocks in that level)
764 must be carried forward so they will later become subblocks
765 of something else. */
766 else if (subblocks)
767 current_binding_level->blocks
768 = chainon (current_binding_level->blocks, subblocks);
770 /* Each and every BLOCK node created here in `poplevel' is important
771 (e.g. for proper debugging information) so if we created one
772 earlier, mark it as "used". */
773 if (block)
774 TREE_USED (block) = 1;
776 /* All temporary bindings created for cleanups are popped silently. */
777 if (kind == sk_cleanup)
778 goto restart;
780 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, block);
783 /* Walk all the namespaces contained NAMESPACE, including NAMESPACE
784 itself, calling F for each. The DATA is passed to F as well. */
786 static int
787 walk_namespaces_r (tree name_space, walk_namespaces_fn f, void* data)
789 int result = 0;
790 tree current = NAMESPACE_LEVEL (name_space)->namespaces;
792 result |= (*f) (name_space, data);
794 for (; current; current = TREE_CHAIN (current))
795 result |= walk_namespaces_r (current, f, data);
797 return result;
800 /* Walk all the namespaces, calling F for each. The DATA is passed to
801 F as well. */
804 walk_namespaces (walk_namespaces_fn f, void* data)
806 return walk_namespaces_r (global_namespace, f, data);
809 /* Call wrapup_globals_declarations for the globals in NAMESPACE. If
810 DATA is non-NULL, this is the last time we will call
811 wrapup_global_declarations for this NAMESPACE. */
814 wrapup_globals_for_namespace (tree name_space, void* data)
816 struct cp_binding_level *level = NAMESPACE_LEVEL (name_space);
817 VEC(tree,gc) *statics = level->static_decls;
818 tree *vec = VEC_address (tree, statics);
819 tree decl;
820 int len = VEC_length (tree, statics);
821 int last_time = (data != 0);
823 /* Check undefined IFUNC symbols. */
824 for (decl = level->names; decl; decl = TREE_CHAIN (decl))
825 if (TREE_CODE (decl) == FUNCTION_DECL
826 && DECL_INITIAL (decl) == 0
827 && DECL_EXTERNAL (decl)
828 && ! TREE_NO_WARNING (decl)
829 && DECL_IS_IFUNC (decl))
831 error_at (input_location,
832 "indirect function %q+F never defined", decl);
833 TREE_NO_WARNING (decl) = 1;
836 if (last_time)
838 check_global_declarations (vec, len);
839 emit_debug_global_declarations (vec, len);
840 return 0;
843 /* Write out any globals that need to be output. */
844 return wrapup_global_declarations (vec, len);
848 /* In C++, you don't have to write `struct S' to refer to `S'; you
849 can just use `S'. We accomplish this by creating a TYPE_DECL as
850 if the user had written `typedef struct S S'. Create and return
851 the TYPE_DECL for TYPE. */
853 tree
854 create_implicit_typedef (tree name, tree type)
856 tree decl;
858 decl = build_decl (input_location, TYPE_DECL, name, type);
859 DECL_ARTIFICIAL (decl) = 1;
860 /* There are other implicit type declarations, like the one *within*
861 a class that allows you to write `S::S'. We must distinguish
862 amongst these. */
863 SET_DECL_IMPLICIT_TYPEDEF_P (decl);
864 TYPE_NAME (type) = decl;
865 TYPE_STUB_DECL (type) = decl;
867 return decl;
870 /* Remember a local name for name-mangling purposes. */
872 static void
873 push_local_name (tree decl)
875 size_t i, nelts;
876 tree t, name;
878 timevar_push (TV_NAME_LOOKUP);
880 name = DECL_NAME (decl);
882 nelts = VEC_length (tree, local_names);
883 for (i = 0; i < nelts; i++)
885 t = VEC_index (tree, local_names, i);
886 if (DECL_NAME (t) == name)
888 if (!DECL_LANG_SPECIFIC (decl))
889 retrofit_lang_decl (decl);
890 DECL_LANG_SPECIFIC (decl)->u.base.u2sel = 1;
891 if (DECL_LANG_SPECIFIC (t))
892 DECL_DISCRIMINATOR (decl) = DECL_DISCRIMINATOR (t) + 1;
893 else
894 DECL_DISCRIMINATOR (decl) = 1;
896 VEC_replace (tree, local_names, i, decl);
897 timevar_pop (TV_NAME_LOOKUP);
898 return;
902 VEC_safe_push (tree, gc, local_names, decl);
903 timevar_pop (TV_NAME_LOOKUP);
906 /* Subroutine of duplicate_decls: return truthvalue of whether
907 or not types of these decls match.
909 For C++, we must compare the parameter list so that `int' can match
910 `int&' in a parameter position, but `int&' is not confused with
911 `const int&'. */
914 decls_match (tree newdecl, tree olddecl)
916 int types_match;
918 if (newdecl == olddecl)
919 return 1;
921 if (TREE_CODE (newdecl) != TREE_CODE (olddecl))
922 /* If the two DECLs are not even the same kind of thing, we're not
923 interested in their types. */
924 return 0;
926 if (TREE_CODE (newdecl) == FUNCTION_DECL)
928 tree f1 = TREE_TYPE (newdecl);
929 tree f2 = TREE_TYPE (olddecl);
930 tree p1 = TYPE_ARG_TYPES (f1);
931 tree p2 = TYPE_ARG_TYPES (f2);
933 /* Specializations of different templates are different functions
934 even if they have the same type. */
935 tree t1 = (DECL_USE_TEMPLATE (newdecl)
936 ? DECL_TI_TEMPLATE (newdecl)
937 : NULL_TREE);
938 tree t2 = (DECL_USE_TEMPLATE (olddecl)
939 ? DECL_TI_TEMPLATE (olddecl)
940 : NULL_TREE);
941 if (t1 != t2)
942 return 0;
944 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
945 && ! (DECL_EXTERN_C_P (newdecl)
946 && DECL_EXTERN_C_P (olddecl)))
947 return 0;
949 #ifdef NO_IMPLICIT_EXTERN_C
950 /* A new declaration doesn't match a built-in one unless it
951 is also extern "C". */
952 if (DECL_IS_BUILTIN (olddecl)
953 && DECL_EXTERN_C_P (olddecl) && !DECL_EXTERN_C_P (newdecl))
954 return 0;
955 #endif
957 if (TREE_CODE (f1) != TREE_CODE (f2))
958 return 0;
960 if (same_type_p (TREE_TYPE (f1), TREE_TYPE (f2)))
962 if (p2 == NULL_TREE && DECL_EXTERN_C_P (olddecl)
963 && (DECL_BUILT_IN (olddecl)
964 #ifndef NO_IMPLICIT_EXTERN_C
965 || (DECL_IN_SYSTEM_HEADER (newdecl) && !DECL_CLASS_SCOPE_P (newdecl))
966 || (DECL_IN_SYSTEM_HEADER (olddecl) && !DECL_CLASS_SCOPE_P (olddecl))
967 #endif
970 types_match = self_promoting_args_p (p1);
971 if (p1 == void_list_node)
972 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
974 #ifndef NO_IMPLICIT_EXTERN_C
975 else if (p1 == NULL_TREE
976 && (DECL_EXTERN_C_P (olddecl)
977 && DECL_IN_SYSTEM_HEADER (olddecl)
978 && !DECL_CLASS_SCOPE_P (olddecl))
979 && (DECL_EXTERN_C_P (newdecl)
980 && DECL_IN_SYSTEM_HEADER (newdecl)
981 && !DECL_CLASS_SCOPE_P (newdecl)))
983 types_match = self_promoting_args_p (p2);
984 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
986 #endif
987 else
988 types_match = compparms (p1, p2);
990 else
991 types_match = 0;
993 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
995 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl))
996 != TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)))
997 return 0;
999 if (!comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1000 DECL_TEMPLATE_PARMS (olddecl)))
1001 return 0;
1003 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1004 types_match = same_type_p (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl)),
1005 TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl)));
1006 else
1007 types_match = decls_match (DECL_TEMPLATE_RESULT (olddecl),
1008 DECL_TEMPLATE_RESULT (newdecl));
1010 else
1012 /* Need to check scope for variable declaration (VAR_DECL).
1013 For typedef (TYPE_DECL), scope is ignored. */
1014 if (TREE_CODE (newdecl) == VAR_DECL
1015 && CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
1016 /* [dcl.link]
1017 Two declarations for an object with C language linkage
1018 with the same name (ignoring the namespace that qualify
1019 it) that appear in different namespace scopes refer to
1020 the same object. */
1021 && !(DECL_EXTERN_C_P (olddecl) && DECL_EXTERN_C_P (newdecl)))
1022 return 0;
1024 if (TREE_TYPE (newdecl) == error_mark_node)
1025 types_match = TREE_TYPE (olddecl) == error_mark_node;
1026 else if (TREE_TYPE (olddecl) == NULL_TREE)
1027 types_match = TREE_TYPE (newdecl) == NULL_TREE;
1028 else if (TREE_TYPE (newdecl) == NULL_TREE)
1029 types_match = 0;
1030 else
1031 types_match = comptypes (TREE_TYPE (newdecl),
1032 TREE_TYPE (olddecl),
1033 COMPARE_REDECLARATION);
1036 return types_match;
1039 /* If NEWDECL is `static' and an `extern' was seen previously,
1040 warn about it. OLDDECL is the previous declaration.
1042 Note that this does not apply to the C++ case of declaring
1043 a variable `extern const' and then later `const'.
1045 Don't complain about built-in functions, since they are beyond
1046 the user's control. */
1048 void
1049 warn_extern_redeclared_static (tree newdecl, tree olddecl)
1051 if (TREE_CODE (newdecl) == TYPE_DECL
1052 || TREE_CODE (newdecl) == TEMPLATE_DECL
1053 || TREE_CODE (newdecl) == CONST_DECL
1054 || TREE_CODE (newdecl) == NAMESPACE_DECL)
1055 return;
1057 /* Don't get confused by static member functions; that's a different
1058 use of `static'. */
1059 if (TREE_CODE (newdecl) == FUNCTION_DECL
1060 && DECL_STATIC_FUNCTION_P (newdecl))
1061 return;
1063 /* If the old declaration was `static', or the new one isn't, then
1064 then everything is OK. */
1065 if (DECL_THIS_STATIC (olddecl) || !DECL_THIS_STATIC (newdecl))
1066 return;
1068 /* It's OK to declare a builtin function as `static'. */
1069 if (TREE_CODE (olddecl) == FUNCTION_DECL
1070 && DECL_ARTIFICIAL (olddecl))
1071 return;
1073 permerror (input_location, "%qD was declared %<extern%> and later %<static%>", newdecl);
1074 permerror (input_location, "previous declaration of %q+D", olddecl);
1077 /* NEW_DECL is a redeclaration of OLD_DECL; both are functions or
1078 function templates. If their exception specifications do not
1079 match, issue a diagnostic. */
1081 static void
1082 check_redeclaration_exception_specification (tree new_decl,
1083 tree old_decl)
1085 tree new_type;
1086 tree old_type;
1087 tree new_exceptions;
1088 tree old_exceptions;
1090 new_type = TREE_TYPE (new_decl);
1091 new_exceptions = TYPE_RAISES_EXCEPTIONS (new_type);
1092 old_type = TREE_TYPE (old_decl);
1093 old_exceptions = TYPE_RAISES_EXCEPTIONS (old_type);
1095 /* [except.spec]
1097 If any declaration of a function has an exception-specification,
1098 all declarations, including the definition and an explicit
1099 specialization, of that function shall have an
1100 exception-specification with the same set of type-ids. */
1101 if ((pedantic || ! DECL_IN_SYSTEM_HEADER (old_decl))
1102 && ! DECL_IS_BUILTIN (old_decl)
1103 && flag_exceptions
1104 && !comp_except_specs (new_exceptions, old_exceptions,
1105 /*exact=*/true))
1107 error ("declaration of %qF throws different exceptions", new_decl);
1108 error ("from previous declaration %q+F", old_decl);
1112 #define GNU_INLINE_P(fn) (DECL_DECLARED_INLINE_P (fn) \
1113 && lookup_attribute ("gnu_inline", \
1114 DECL_ATTRIBUTES (fn)))
1116 /* If NEWDECL is a redeclaration of OLDDECL, merge the declarations.
1117 If the redeclaration is invalid, a diagnostic is issued, and the
1118 error_mark_node is returned. Otherwise, OLDDECL is returned.
1120 If NEWDECL is not a redeclaration of OLDDECL, NULL_TREE is
1121 returned.
1123 NEWDECL_IS_FRIEND is true if NEWDECL was declared as a friend. */
1125 tree
1126 duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend)
1128 unsigned olddecl_uid = DECL_UID (olddecl);
1129 int olddecl_friend = 0, types_match = 0, hidden_friend = 0;
1130 int new_defines_function = 0;
1131 tree new_template_info;
1133 if (newdecl == olddecl)
1134 return olddecl;
1136 types_match = decls_match (newdecl, olddecl);
1138 /* If either the type of the new decl or the type of the old decl is an
1139 error_mark_node, then that implies that we have already issued an
1140 error (earlier) for some bogus type specification, and in that case,
1141 it is rather pointless to harass the user with yet more error message
1142 about the same declaration, so just pretend the types match here. */
1143 if (TREE_TYPE (newdecl) == error_mark_node
1144 || TREE_TYPE (olddecl) == error_mark_node)
1145 return error_mark_node;
1147 if (DECL_P (olddecl)
1148 && TREE_CODE (newdecl) == FUNCTION_DECL
1149 && TREE_CODE (olddecl) == FUNCTION_DECL
1150 && (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl)))
1152 if (DECL_DECLARED_INLINE_P (newdecl)
1153 && DECL_UNINLINABLE (newdecl)
1154 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1155 /* Already warned elsewhere. */;
1156 else if (DECL_DECLARED_INLINE_P (olddecl)
1157 && DECL_UNINLINABLE (olddecl)
1158 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1159 /* Already warned. */;
1160 else if (DECL_DECLARED_INLINE_P (newdecl)
1161 && DECL_UNINLINABLE (olddecl)
1162 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1164 warning (OPT_Wattributes, "function %q+D redeclared as inline",
1165 newdecl);
1166 warning (OPT_Wattributes, "previous declaration of %q+D "
1167 "with attribute noinline", olddecl);
1169 else if (DECL_DECLARED_INLINE_P (olddecl)
1170 && DECL_UNINLINABLE (newdecl)
1171 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1173 warning (OPT_Wattributes, "function %q+D redeclared with "
1174 "attribute noinline", newdecl);
1175 warning (OPT_Wattributes, "previous declaration of %q+D was inline",
1176 olddecl);
1180 /* Check for redeclaration and other discrepancies. */
1181 if (TREE_CODE (olddecl) == FUNCTION_DECL
1182 && DECL_ARTIFICIAL (olddecl))
1184 gcc_assert (!DECL_HIDDEN_FRIEND_P (olddecl));
1185 if (TREE_CODE (newdecl) != FUNCTION_DECL)
1187 /* Avoid warnings redeclaring built-ins which have not been
1188 explicitly declared. */
1189 if (DECL_ANTICIPATED (olddecl))
1190 return NULL_TREE;
1192 /* If you declare a built-in or predefined function name as static,
1193 the old definition is overridden, but optionally warn this was a
1194 bad choice of name. */
1195 if (! TREE_PUBLIC (newdecl))
1197 warning (OPT_Wshadow,
1198 DECL_BUILT_IN (olddecl)
1199 ? G_("shadowing built-in function %q#D")
1200 : G_("shadowing library function %q#D"), olddecl);
1201 /* Discard the old built-in function. */
1202 return NULL_TREE;
1204 /* If the built-in is not ansi, then programs can override
1205 it even globally without an error. */
1206 else if (! DECL_BUILT_IN (olddecl))
1207 warning (0, "library function %q#D redeclared as non-function %q#D",
1208 olddecl, newdecl);
1209 else
1211 error ("declaration of %q#D", newdecl);
1212 error ("conflicts with built-in declaration %q#D",
1213 olddecl);
1215 return NULL_TREE;
1217 else if (!types_match)
1219 /* Avoid warnings redeclaring built-ins which have not been
1220 explicitly declared. */
1221 if (DECL_ANTICIPATED (olddecl))
1223 /* Deal with fileptr_type_node. FILE type is not known
1224 at the time we create the builtins. */
1225 tree t1, t2;
1227 for (t1 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1228 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1229 t1 || t2;
1230 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2))
1231 if (!t1 || !t2)
1232 break;
1233 else if (TREE_VALUE (t2) == fileptr_type_node)
1235 tree t = TREE_VALUE (t1);
1237 if (TREE_CODE (t) == POINTER_TYPE
1238 && TYPE_NAME (TREE_TYPE (t))
1239 && DECL_NAME (TYPE_NAME (TREE_TYPE (t)))
1240 == get_identifier ("FILE")
1241 && compparms (TREE_CHAIN (t1), TREE_CHAIN (t2)))
1243 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1245 TYPE_ARG_TYPES (TREE_TYPE (olddecl))
1246 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1247 types_match = decls_match (newdecl, olddecl);
1248 if (types_match)
1249 return duplicate_decls (newdecl, olddecl,
1250 newdecl_is_friend);
1251 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1254 else if (! same_type_p (TREE_VALUE (t1), TREE_VALUE (t2)))
1255 break;
1257 else if ((DECL_EXTERN_C_P (newdecl)
1258 && DECL_EXTERN_C_P (olddecl))
1259 || compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1260 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1262 /* A near match; override the builtin. */
1264 if (TREE_PUBLIC (newdecl))
1266 warning (0, "new declaration %q#D", newdecl);
1267 warning (0, "ambiguates built-in declaration %q#D",
1268 olddecl);
1270 else
1271 warning (OPT_Wshadow,
1272 DECL_BUILT_IN (olddecl)
1273 ? G_("shadowing built-in function %q#D")
1274 : G_("shadowing library function %q#D"), olddecl);
1276 else
1277 /* Discard the old built-in function. */
1278 return NULL_TREE;
1280 /* Replace the old RTL to avoid problems with inlining. */
1281 COPY_DECL_RTL (newdecl, olddecl);
1283 /* Even if the types match, prefer the new declarations type for
1284 built-ins which have not been explicitly declared, for
1285 exception lists, etc... */
1286 else if (DECL_ANTICIPATED (olddecl))
1288 tree type = TREE_TYPE (newdecl);
1289 tree attribs = (*targetm.merge_type_attributes)
1290 (TREE_TYPE (olddecl), type);
1292 type = cp_build_type_attribute_variant (type, attribs);
1293 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = type;
1296 /* If a function is explicitly declared "throw ()", propagate that to
1297 the corresponding builtin. */
1298 if (DECL_BUILT_IN_CLASS (olddecl) == BUILT_IN_NORMAL
1299 && DECL_ANTICIPATED (olddecl)
1300 && TREE_NOTHROW (newdecl)
1301 && !TREE_NOTHROW (olddecl)
1302 && built_in_decls [DECL_FUNCTION_CODE (olddecl)] != NULL_TREE
1303 && built_in_decls [DECL_FUNCTION_CODE (olddecl)] != olddecl
1304 && types_match)
1305 TREE_NOTHROW (built_in_decls [DECL_FUNCTION_CODE (olddecl)]) = 1;
1307 /* Whether or not the builtin can throw exceptions has no
1308 bearing on this declarator. */
1309 TREE_NOTHROW (olddecl) = 0;
1311 if (DECL_THIS_STATIC (newdecl) && !DECL_THIS_STATIC (olddecl))
1313 /* If a builtin function is redeclared as `static', merge
1314 the declarations, but make the original one static. */
1315 DECL_THIS_STATIC (olddecl) = 1;
1316 TREE_PUBLIC (olddecl) = 0;
1318 /* Make the old declaration consistent with the new one so
1319 that all remnants of the builtin-ness of this function
1320 will be banished. */
1321 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
1322 COPY_DECL_RTL (newdecl, olddecl);
1325 else if (TREE_CODE (olddecl) != TREE_CODE (newdecl))
1327 /* C++ Standard, 3.3, clause 4:
1328 "[Note: a namespace name or a class template name must be unique
1329 in its declarative region (7.3.2, clause 14). ]" */
1330 if (TREE_CODE (olddecl) != NAMESPACE_DECL
1331 && TREE_CODE (newdecl) != NAMESPACE_DECL
1332 && (TREE_CODE (olddecl) != TEMPLATE_DECL
1333 || TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) != TYPE_DECL)
1334 && (TREE_CODE (newdecl) != TEMPLATE_DECL
1335 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != TYPE_DECL))
1337 if ((TREE_CODE (olddecl) == TYPE_DECL && DECL_ARTIFICIAL (olddecl)
1338 && TREE_CODE (newdecl) != TYPE_DECL)
1339 || (TREE_CODE (newdecl) == TYPE_DECL && DECL_ARTIFICIAL (newdecl)
1340 && TREE_CODE (olddecl) != TYPE_DECL))
1342 /* We do nothing special here, because C++ does such nasty
1343 things with TYPE_DECLs. Instead, just let the TYPE_DECL
1344 get shadowed, and know that if we need to find a TYPE_DECL
1345 for a given name, we can look in the IDENTIFIER_TYPE_VALUE
1346 slot of the identifier. */
1347 return NULL_TREE;
1350 if ((TREE_CODE (newdecl) == FUNCTION_DECL
1351 && DECL_FUNCTION_TEMPLATE_P (olddecl))
1352 || (TREE_CODE (olddecl) == FUNCTION_DECL
1353 && DECL_FUNCTION_TEMPLATE_P (newdecl)))
1354 return NULL_TREE;
1357 error ("%q#D redeclared as different kind of symbol", newdecl);
1358 if (TREE_CODE (olddecl) == TREE_LIST)
1359 olddecl = TREE_VALUE (olddecl);
1360 error ("previous declaration of %q+#D", olddecl);
1362 return error_mark_node;
1364 else if (!types_match)
1366 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl))
1367 /* These are certainly not duplicate declarations; they're
1368 from different scopes. */
1369 return NULL_TREE;
1371 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1373 /* The name of a class template may not be declared to refer to
1374 any other template, class, function, object, namespace, value,
1375 or type in the same scope. */
1376 if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == TYPE_DECL
1377 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1379 error ("declaration of template %q#D", newdecl);
1380 error ("conflicts with previous declaration %q+#D", olddecl);
1382 else if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == FUNCTION_DECL
1383 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == FUNCTION_DECL
1384 && compparms (TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl))),
1385 TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl))))
1386 && comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1387 DECL_TEMPLATE_PARMS (olddecl))
1388 /* Template functions can be disambiguated by
1389 return type. */
1390 && same_type_p (TREE_TYPE (TREE_TYPE (newdecl)),
1391 TREE_TYPE (TREE_TYPE (olddecl))))
1393 error ("new declaration %q#D", newdecl);
1394 error ("ambiguates old declaration %q+#D", olddecl);
1396 return NULL_TREE;
1398 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1400 if (DECL_EXTERN_C_P (newdecl) && DECL_EXTERN_C_P (olddecl))
1402 error ("declaration of C function %q#D conflicts with",
1403 newdecl);
1404 error ("previous declaration %q+#D here", olddecl);
1406 else if (compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1407 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1409 error ("new declaration %q#D", newdecl);
1410 error ("ambiguates old declaration %q+#D", olddecl);
1411 return error_mark_node;
1413 else
1414 return NULL_TREE;
1416 else
1418 error ("conflicting declaration %q#D", newdecl);
1419 error ("%q+D has a previous declaration as %q#D", olddecl, olddecl);
1420 return error_mark_node;
1423 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1424 && ((DECL_TEMPLATE_SPECIALIZATION (olddecl)
1425 && (!DECL_TEMPLATE_INFO (newdecl)
1426 || (DECL_TI_TEMPLATE (newdecl)
1427 != DECL_TI_TEMPLATE (olddecl))))
1428 || (DECL_TEMPLATE_SPECIALIZATION (newdecl)
1429 && (!DECL_TEMPLATE_INFO (olddecl)
1430 || (DECL_TI_TEMPLATE (olddecl)
1431 != DECL_TI_TEMPLATE (newdecl))))))
1432 /* It's OK to have a template specialization and a non-template
1433 with the same type, or to have specializations of two
1434 different templates with the same type. Note that if one is a
1435 specialization, and the other is an instantiation of the same
1436 template, that we do not exit at this point. That situation
1437 can occur if we instantiate a template class, and then
1438 specialize one of its methods. This situation is valid, but
1439 the declarations must be merged in the usual way. */
1440 return NULL_TREE;
1441 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1442 && ((DECL_TEMPLATE_INSTANTIATION (olddecl)
1443 && !DECL_USE_TEMPLATE (newdecl))
1444 || (DECL_TEMPLATE_INSTANTIATION (newdecl)
1445 && !DECL_USE_TEMPLATE (olddecl))))
1446 /* One of the declarations is a template instantiation, and the
1447 other is not a template at all. That's OK. */
1448 return NULL_TREE;
1449 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
1451 /* In [namespace.alias] we have:
1453 In a declarative region, a namespace-alias-definition can be
1454 used to redefine a namespace-alias declared in that declarative
1455 region to refer only to the namespace to which it already
1456 refers.
1458 Therefore, if we encounter a second alias directive for the same
1459 alias, we can just ignore the second directive. */
1460 if (DECL_NAMESPACE_ALIAS (newdecl)
1461 && (DECL_NAMESPACE_ALIAS (newdecl)
1462 == DECL_NAMESPACE_ALIAS (olddecl)))
1463 return olddecl;
1464 /* [namespace.alias]
1466 A namespace-name or namespace-alias shall not be declared as
1467 the name of any other entity in the same declarative region.
1468 A namespace-name defined at global scope shall not be
1469 declared as the name of any other entity in any global scope
1470 of the program. */
1471 error ("declaration of namespace %qD conflicts with", newdecl);
1472 error ("previous declaration of namespace %q+D here", olddecl);
1473 return error_mark_node;
1475 else
1477 const char *errmsg = redeclaration_error_message (newdecl, olddecl);
1478 if (errmsg)
1480 error_at (DECL_SOURCE_LOCATION (newdecl), errmsg, newdecl);
1481 if (DECL_NAME (olddecl) != NULL_TREE)
1482 error ((DECL_INITIAL (olddecl) && namespace_bindings_p ())
1483 ? "%q+#D previously defined here"
1484 : "%q+#D previously declared here", olddecl);
1485 return error_mark_node;
1487 else if (TREE_CODE (olddecl) == FUNCTION_DECL
1488 && DECL_INITIAL (olddecl) != NULL_TREE
1489 && TYPE_ARG_TYPES (TREE_TYPE (olddecl)) == NULL_TREE
1490 && TYPE_ARG_TYPES (TREE_TYPE (newdecl)) != NULL_TREE)
1492 /* Prototype decl follows defn w/o prototype. */
1493 warning_at (input_location, 0, "prototype for %q+#D", newdecl);
1494 warning_at (DECL_SOURCE_LOCATION (olddecl), 0,
1495 "follows non-prototype definition here");
1497 else if ((TREE_CODE (olddecl) == FUNCTION_DECL
1498 || TREE_CODE (olddecl) == VAR_DECL)
1499 && DECL_LANGUAGE (newdecl) != DECL_LANGUAGE (olddecl))
1501 /* [dcl.link]
1502 If two declarations of the same function or object
1503 specify different linkage-specifications ..., the program
1504 is ill-formed.... Except for functions with C++ linkage,
1505 a function declaration without a linkage specification
1506 shall not precede the first linkage specification for
1507 that function. A function can be declared without a
1508 linkage specification after an explicit linkage
1509 specification has been seen; the linkage explicitly
1510 specified in the earlier declaration is not affected by
1511 such a function declaration.
1513 DR 563 raises the question why the restrictions on
1514 functions should not also apply to objects. Older
1515 versions of G++ silently ignore the linkage-specification
1516 for this example:
1518 namespace N {
1519 extern int i;
1520 extern "C" int i;
1523 which is clearly wrong. Therefore, we now treat objects
1524 like functions. */
1525 if (current_lang_depth () == 0)
1527 /* There is no explicit linkage-specification, so we use
1528 the linkage from the previous declaration. */
1529 if (!DECL_LANG_SPECIFIC (newdecl))
1530 retrofit_lang_decl (newdecl);
1531 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
1533 else
1535 error ("previous declaration of %q+#D with %qL linkage",
1536 olddecl, DECL_LANGUAGE (olddecl));
1537 error ("conflicts with new declaration with %qL linkage",
1538 DECL_LANGUAGE (newdecl));
1542 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl))
1544 else if (TREE_CODE (olddecl) == FUNCTION_DECL)
1546 tree t1 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1547 tree t2 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1548 int i = 1;
1550 if (TREE_CODE (TREE_TYPE (newdecl)) == METHOD_TYPE)
1551 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2);
1553 for (; t1 && t1 != void_list_node;
1554 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2), i++)
1555 if (TREE_PURPOSE (t1) && TREE_PURPOSE (t2))
1557 if (1 == simple_cst_equal (TREE_PURPOSE (t1),
1558 TREE_PURPOSE (t2)))
1560 permerror (input_location, "default argument given for parameter %d of %q#D",
1561 i, newdecl);
1562 permerror (input_location, "after previous specification in %q+#D", olddecl);
1564 else
1566 error ("default argument given for parameter %d of %q#D",
1567 i, newdecl);
1568 error ("after previous specification in %q+#D",
1569 olddecl);
1575 /* Do not merge an implicit typedef with an explicit one. In:
1577 class A;
1579 typedef class A A __attribute__ ((foo));
1581 the attribute should apply only to the typedef. */
1582 if (TREE_CODE (olddecl) == TYPE_DECL
1583 && (DECL_IMPLICIT_TYPEDEF_P (olddecl)
1584 || DECL_IMPLICIT_TYPEDEF_P (newdecl)))
1585 return NULL_TREE;
1587 /* If new decl is `static' and an `extern' was seen previously,
1588 warn about it. */
1589 warn_extern_redeclared_static (newdecl, olddecl);
1591 /* We have committed to returning 1 at this point. */
1592 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1594 /* Now that functions must hold information normally held
1595 by field decls, there is extra work to do so that
1596 declaration information does not get destroyed during
1597 definition. */
1598 if (DECL_VINDEX (olddecl))
1599 DECL_VINDEX (newdecl) = DECL_VINDEX (olddecl);
1600 if (DECL_CONTEXT (olddecl))
1601 DECL_CONTEXT (newdecl) = DECL_CONTEXT (olddecl);
1602 DECL_STATIC_CONSTRUCTOR (newdecl) |= DECL_STATIC_CONSTRUCTOR (olddecl);
1603 DECL_STATIC_DESTRUCTOR (newdecl) |= DECL_STATIC_DESTRUCTOR (olddecl);
1604 DECL_PURE_VIRTUAL_P (newdecl) |= DECL_PURE_VIRTUAL_P (olddecl);
1605 DECL_VIRTUAL_P (newdecl) |= DECL_VIRTUAL_P (olddecl);
1606 DECL_INVALID_OVERRIDER_P (newdecl) |= DECL_INVALID_OVERRIDER_P (olddecl);
1607 DECL_THIS_STATIC (newdecl) |= DECL_THIS_STATIC (olddecl);
1608 if (DECL_OVERLOADED_OPERATOR_P (olddecl) != ERROR_MARK)
1609 SET_OVERLOADED_OPERATOR_CODE
1610 (newdecl, DECL_OVERLOADED_OPERATOR_P (olddecl));
1611 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE;
1613 /* Optionally warn about more than one declaration for the same
1614 name, but don't warn about a function declaration followed by a
1615 definition. */
1616 if (warn_redundant_decls && ! DECL_ARTIFICIAL (olddecl)
1617 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE)
1618 /* Don't warn about extern decl followed by definition. */
1619 && !(DECL_EXTERNAL (olddecl) && ! DECL_EXTERNAL (newdecl))
1620 /* Don't warn about friends, let add_friend take care of it. */
1621 && ! (newdecl_is_friend || DECL_FRIEND_P (olddecl)))
1623 warning (OPT_Wredundant_decls, "redundant redeclaration of %qD in same scope", newdecl);
1624 warning (OPT_Wredundant_decls, "previous declaration of %q+D", olddecl);
1627 if (DECL_DELETED_FN (newdecl))
1629 error ("deleted definition of %qD", newdecl);
1630 error ("after previous declaration %q+D", olddecl);
1633 /* The IFUNC information must be on definition since it may
1634 change the function return type inside the function body. */
1635 if (new_defines_function
1636 && DECL_IS_IFUNC (olddecl)
1637 && !DECL_IS_IFUNC (newdecl))
1639 error ("definition of function %q+D conflicts with",
1640 newdecl);
1641 error ("previous declaration of indirect function %q+D here",
1642 olddecl);
1643 return error_mark_node;
1646 /* Merge the IFUNC information. */
1647 if (DECL_IS_IFUNC (olddecl))
1648 DECL_IS_IFUNC (newdecl) = 1;
1649 else if (DECL_IS_IFUNC (newdecl))
1650 DECL_IS_IFUNC (olddecl) = 1;
1653 /* Deal with C++: must preserve virtual function table size. */
1654 if (TREE_CODE (olddecl) == TYPE_DECL)
1656 tree newtype = TREE_TYPE (newdecl);
1657 tree oldtype = TREE_TYPE (olddecl);
1659 if (newtype != error_mark_node && oldtype != error_mark_node
1660 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1661 CLASSTYPE_FRIEND_CLASSES (newtype)
1662 = CLASSTYPE_FRIEND_CLASSES (oldtype);
1664 DECL_ORIGINAL_TYPE (newdecl) = DECL_ORIGINAL_TYPE (olddecl);
1667 /* Copy all the DECL_... slots specified in the new decl
1668 except for any that we copy here from the old type. */
1669 DECL_ATTRIBUTES (newdecl)
1670 = (*targetm.merge_decl_attributes) (olddecl, newdecl);
1672 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1674 tree old_result;
1675 tree new_result;
1676 old_result = DECL_TEMPLATE_RESULT (olddecl);
1677 new_result = DECL_TEMPLATE_RESULT (newdecl);
1678 TREE_TYPE (olddecl) = TREE_TYPE (old_result);
1679 DECL_TEMPLATE_SPECIALIZATIONS (olddecl)
1680 = chainon (DECL_TEMPLATE_SPECIALIZATIONS (olddecl),
1681 DECL_TEMPLATE_SPECIALIZATIONS (newdecl));
1683 DECL_ATTRIBUTES (old_result)
1684 = (*targetm.merge_decl_attributes) (old_result, new_result);
1686 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
1688 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result)
1689 && DECL_INITIAL (new_result))
1691 if (DECL_INITIAL (old_result))
1692 DECL_UNINLINABLE (old_result) = 1;
1693 else
1694 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result);
1695 DECL_EXTERNAL (old_result) = DECL_EXTERNAL (new_result);
1696 DECL_NOT_REALLY_EXTERN (old_result)
1697 = DECL_NOT_REALLY_EXTERN (new_result);
1698 DECL_INTERFACE_KNOWN (old_result)
1699 = DECL_INTERFACE_KNOWN (new_result);
1700 DECL_DECLARED_INLINE_P (old_result)
1701 = DECL_DECLARED_INLINE_P (new_result);
1702 DECL_DISREGARD_INLINE_LIMITS (old_result)
1703 |= DECL_DISREGARD_INLINE_LIMITS (new_result);
1706 else
1708 DECL_DECLARED_INLINE_P (old_result)
1709 |= DECL_DECLARED_INLINE_P (new_result);
1710 DECL_DISREGARD_INLINE_LIMITS (old_result)
1711 |= DECL_DISREGARD_INLINE_LIMITS (new_result);
1712 check_redeclaration_exception_specification (newdecl, olddecl);
1716 /* If the new declaration is a definition, update the file and
1717 line information on the declaration, and also make
1718 the old declaration the same definition. */
1719 if (DECL_INITIAL (new_result) != NULL_TREE)
1721 DECL_SOURCE_LOCATION (olddecl)
1722 = DECL_SOURCE_LOCATION (old_result)
1723 = DECL_SOURCE_LOCATION (newdecl);
1724 DECL_INITIAL (old_result) = DECL_INITIAL (new_result);
1725 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
1727 tree parm;
1728 DECL_ARGUMENTS (old_result)
1729 = DECL_ARGUMENTS (new_result);
1730 for (parm = DECL_ARGUMENTS (old_result); parm;
1731 parm = TREE_CHAIN (parm))
1732 DECL_CONTEXT (parm) = old_result;
1736 return olddecl;
1739 if (types_match)
1741 /* Automatically handles default parameters. */
1742 tree oldtype = TREE_TYPE (olddecl);
1743 tree newtype;
1745 /* Merge the data types specified in the two decls. */
1746 newtype = merge_types (TREE_TYPE (newdecl), TREE_TYPE (olddecl));
1748 /* If merge_types produces a non-typedef type, just use the old type. */
1749 if (TREE_CODE (newdecl) == TYPE_DECL
1750 && newtype == DECL_ORIGINAL_TYPE (newdecl))
1751 newtype = oldtype;
1753 if (TREE_CODE (newdecl) == VAR_DECL)
1755 DECL_THIS_EXTERN (newdecl) |= DECL_THIS_EXTERN (olddecl);
1756 DECL_INITIALIZED_P (newdecl) |= DECL_INITIALIZED_P (olddecl);
1757 DECL_NONTRIVIALLY_INITIALIZED_P (newdecl)
1758 |= DECL_NONTRIVIALLY_INITIALIZED_P (olddecl);
1759 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (newdecl)
1760 |= DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (olddecl);
1762 /* Merge the threadprivate attribute from OLDDECL into NEWDECL. */
1763 if (DECL_LANG_SPECIFIC (olddecl)
1764 && CP_DECL_THREADPRIVATE_P (olddecl))
1766 /* Allocate a LANG_SPECIFIC structure for NEWDECL, if needed. */
1767 if (!DECL_LANG_SPECIFIC (newdecl))
1768 retrofit_lang_decl (newdecl);
1770 DECL_TLS_MODEL (newdecl) = DECL_TLS_MODEL (olddecl);
1771 CP_DECL_THREADPRIVATE_P (newdecl) = 1;
1775 /* Do this after calling `merge_types' so that default
1776 parameters don't confuse us. */
1777 else if (TREE_CODE (newdecl) == FUNCTION_DECL)
1778 check_redeclaration_exception_specification (newdecl, olddecl);
1779 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = newtype;
1781 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1782 check_default_args (newdecl);
1784 /* Lay the type out, unless already done. */
1785 if (! same_type_p (newtype, oldtype)
1786 && TREE_TYPE (newdecl) != error_mark_node
1787 && !(processing_template_decl && uses_template_parms (newdecl)))
1788 layout_type (TREE_TYPE (newdecl));
1790 if ((TREE_CODE (newdecl) == VAR_DECL
1791 || TREE_CODE (newdecl) == PARM_DECL
1792 || TREE_CODE (newdecl) == RESULT_DECL
1793 || TREE_CODE (newdecl) == FIELD_DECL
1794 || TREE_CODE (newdecl) == TYPE_DECL)
1795 && !(processing_template_decl && uses_template_parms (newdecl)))
1796 layout_decl (newdecl, 0);
1798 /* Merge the type qualifiers. */
1799 if (TREE_READONLY (newdecl))
1800 TREE_READONLY (olddecl) = 1;
1801 if (TREE_THIS_VOLATILE (newdecl))
1802 TREE_THIS_VOLATILE (olddecl) = 1;
1803 if (TREE_NOTHROW (newdecl))
1804 TREE_NOTHROW (olddecl) = 1;
1806 /* Merge deprecatedness. */
1807 if (TREE_DEPRECATED (newdecl))
1808 TREE_DEPRECATED (olddecl) = 1;
1810 /* Preserve function specific target and optimization options */
1811 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1813 if (DECL_FUNCTION_SPECIFIC_TARGET (olddecl)
1814 && !DECL_FUNCTION_SPECIFIC_TARGET (newdecl))
1815 DECL_FUNCTION_SPECIFIC_TARGET (newdecl)
1816 = DECL_FUNCTION_SPECIFIC_TARGET (olddecl);
1818 if (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (olddecl)
1819 && !DECL_FUNCTION_SPECIFIC_OPTIMIZATION (newdecl))
1820 DECL_FUNCTION_SPECIFIC_OPTIMIZATION (newdecl)
1821 = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (olddecl);
1824 /* Merge the initialization information. */
1825 if (DECL_INITIAL (newdecl) == NULL_TREE
1826 && DECL_INITIAL (olddecl) != NULL_TREE)
1828 DECL_INITIAL (newdecl) = DECL_INITIAL (olddecl);
1829 DECL_SOURCE_LOCATION (newdecl) = DECL_SOURCE_LOCATION (olddecl);
1830 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1832 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl);
1833 DECL_STRUCT_FUNCTION (newdecl) = DECL_STRUCT_FUNCTION (olddecl);
1837 /* Merge the section attribute.
1838 We want to issue an error if the sections conflict but that must be
1839 done later in decl_attributes since we are called before attributes
1840 are assigned. */
1841 if (DECL_SECTION_NAME (newdecl) == NULL_TREE)
1842 DECL_SECTION_NAME (newdecl) = DECL_SECTION_NAME (olddecl);
1844 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1846 DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (newdecl)
1847 |= DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (olddecl);
1848 DECL_NO_LIMIT_STACK (newdecl) |= DECL_NO_LIMIT_STACK (olddecl);
1849 TREE_THIS_VOLATILE (newdecl) |= TREE_THIS_VOLATILE (olddecl);
1850 TREE_NOTHROW (newdecl) |= TREE_NOTHROW (olddecl);
1851 DECL_IS_MALLOC (newdecl) |= DECL_IS_MALLOC (olddecl);
1852 DECL_IS_OPERATOR_NEW (newdecl) |= DECL_IS_OPERATOR_NEW (olddecl);
1853 DECL_PURE_P (newdecl) |= DECL_PURE_P (olddecl);
1854 TREE_READONLY (newdecl) |= TREE_READONLY (olddecl);
1855 DECL_LOOPING_CONST_OR_PURE_P (newdecl)
1856 |= DECL_LOOPING_CONST_OR_PURE_P (olddecl);
1857 /* Keep the old RTL. */
1858 COPY_DECL_RTL (olddecl, newdecl);
1860 else if (TREE_CODE (newdecl) == VAR_DECL
1861 && (DECL_SIZE (olddecl) || !DECL_SIZE (newdecl)))
1863 /* Keep the old RTL. We cannot keep the old RTL if the old
1864 declaration was for an incomplete object and the new
1865 declaration is not since many attributes of the RTL will
1866 change. */
1867 COPY_DECL_RTL (olddecl, newdecl);
1870 /* If cannot merge, then use the new type and qualifiers,
1871 and don't preserve the old rtl. */
1872 else
1874 /* Clean out any memory we had of the old declaration. */
1875 tree oldstatic = value_member (olddecl, static_aggregates);
1876 if (oldstatic)
1877 TREE_VALUE (oldstatic) = error_mark_node;
1879 TREE_TYPE (olddecl) = TREE_TYPE (newdecl);
1880 TREE_READONLY (olddecl) = TREE_READONLY (newdecl);
1881 TREE_THIS_VOLATILE (olddecl) = TREE_THIS_VOLATILE (newdecl);
1882 TREE_SIDE_EFFECTS (olddecl) = TREE_SIDE_EFFECTS (newdecl);
1885 /* Merge the storage class information. */
1886 merge_weak (newdecl, olddecl);
1888 if (DECL_ONE_ONLY (olddecl))
1889 DECL_COMDAT_GROUP (newdecl) = DECL_COMDAT_GROUP (olddecl);
1891 DECL_DEFER_OUTPUT (newdecl) |= DECL_DEFER_OUTPUT (olddecl);
1892 TREE_PUBLIC (newdecl) = TREE_PUBLIC (olddecl);
1893 TREE_STATIC (olddecl) = TREE_STATIC (newdecl) |= TREE_STATIC (olddecl);
1894 if (! DECL_EXTERNAL (olddecl))
1895 DECL_EXTERNAL (newdecl) = 0;
1897 new_template_info = NULL_TREE;
1898 if (DECL_LANG_SPECIFIC (newdecl) && DECL_LANG_SPECIFIC (olddecl))
1900 bool new_redefines_gnu_inline = false;
1902 if (new_defines_function
1903 && ((DECL_INTERFACE_KNOWN (olddecl)
1904 && TREE_CODE (olddecl) == FUNCTION_DECL)
1905 || (TREE_CODE (olddecl) == TEMPLATE_DECL
1906 && (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl))
1907 == FUNCTION_DECL))))
1909 tree fn = olddecl;
1911 if (TREE_CODE (fn) == TEMPLATE_DECL)
1912 fn = DECL_TEMPLATE_RESULT (olddecl);
1914 new_redefines_gnu_inline = GNU_INLINE_P (fn) && DECL_INITIAL (fn);
1917 if (!new_redefines_gnu_inline)
1919 DECL_INTERFACE_KNOWN (newdecl) |= DECL_INTERFACE_KNOWN (olddecl);
1920 DECL_NOT_REALLY_EXTERN (newdecl) |= DECL_NOT_REALLY_EXTERN (olddecl);
1921 DECL_COMDAT (newdecl) |= DECL_COMDAT (olddecl);
1923 DECL_TEMPLATE_INSTANTIATED (newdecl)
1924 |= DECL_TEMPLATE_INSTANTIATED (olddecl);
1925 DECL_ODR_USED (newdecl) |= DECL_ODR_USED (olddecl);
1927 /* If the OLDDECL is an instantiation and/or specialization,
1928 then the NEWDECL must be too. But, it may not yet be marked
1929 as such if the caller has created NEWDECL, but has not yet
1930 figured out that it is a redeclaration. */
1931 if (!DECL_USE_TEMPLATE (newdecl))
1932 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl);
1934 /* Don't really know how much of the language-specific
1935 values we should copy from old to new. */
1936 DECL_IN_AGGR_P (newdecl) = DECL_IN_AGGR_P (olddecl);
1937 DECL_REPO_AVAILABLE_P (newdecl) = DECL_REPO_AVAILABLE_P (olddecl);
1938 DECL_INITIALIZED_IN_CLASS_P (newdecl)
1939 |= DECL_INITIALIZED_IN_CLASS_P (olddecl);
1941 if (LANG_DECL_HAS_MIN (newdecl))
1943 DECL_LANG_SPECIFIC (newdecl)->u.min.u2 =
1944 DECL_LANG_SPECIFIC (olddecl)->u.min.u2;
1945 if (DECL_TEMPLATE_INFO (newdecl))
1946 new_template_info = DECL_TEMPLATE_INFO (newdecl);
1947 DECL_TEMPLATE_INFO (newdecl) = DECL_TEMPLATE_INFO (olddecl);
1949 /* Only functions have these fields. */
1950 if (TREE_CODE (newdecl) == FUNCTION_DECL
1951 || DECL_FUNCTION_TEMPLATE_P (newdecl))
1953 DECL_NONCONVERTING_P (newdecl) = DECL_NONCONVERTING_P (olddecl);
1954 olddecl_friend = DECL_FRIEND_P (olddecl);
1955 hidden_friend = (DECL_ANTICIPATED (olddecl)
1956 && DECL_HIDDEN_FRIEND_P (olddecl)
1957 && newdecl_is_friend);
1958 DECL_BEFRIENDING_CLASSES (newdecl)
1959 = chainon (DECL_BEFRIENDING_CLASSES (newdecl),
1960 DECL_BEFRIENDING_CLASSES (olddecl));
1961 /* DECL_THUNKS is only valid for virtual functions,
1962 otherwise it is a DECL_FRIEND_CONTEXT. */
1963 if (DECL_VIRTUAL_P (newdecl))
1964 DECL_THUNKS (newdecl) = DECL_THUNKS (olddecl);
1968 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1970 tree parm;
1972 /* Merge parameter attributes. */
1973 tree oldarg, newarg;
1974 for (oldarg = DECL_ARGUMENTS(olddecl),
1975 newarg = DECL_ARGUMENTS(newdecl);
1976 oldarg && newarg;
1977 oldarg = TREE_CHAIN(oldarg), newarg = TREE_CHAIN(newarg)) {
1978 DECL_ATTRIBUTES (newarg)
1979 = (*targetm.merge_decl_attributes) (oldarg, newarg);
1980 DECL_ATTRIBUTES (oldarg) = DECL_ATTRIBUTES (newarg);
1983 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
1984 && !DECL_TEMPLATE_INSTANTIATION (newdecl))
1986 /* If newdecl is not a specialization, then it is not a
1987 template-related function at all. And that means that we
1988 should have exited above, returning 0. */
1989 gcc_assert (DECL_TEMPLATE_SPECIALIZATION (newdecl));
1991 if (DECL_ODR_USED (olddecl))
1992 /* From [temp.expl.spec]:
1994 If a template, a member template or the member of a class
1995 template is explicitly specialized then that
1996 specialization shall be declared before the first use of
1997 that specialization that would cause an implicit
1998 instantiation to take place, in every translation unit in
1999 which such a use occurs. */
2000 error ("explicit specialization of %qD after first use",
2001 olddecl);
2003 SET_DECL_TEMPLATE_SPECIALIZATION (olddecl);
2005 /* Don't propagate visibility from the template to the
2006 specialization here. We'll do that in determine_visibility if
2007 appropriate. */
2008 DECL_VISIBILITY_SPECIFIED (olddecl) = 0;
2010 /* [temp.expl.spec/14] We don't inline explicit specialization
2011 just because the primary template says so. */
2013 else if (new_defines_function && DECL_INITIAL (olddecl))
2015 /* Never inline re-defined extern inline functions.
2016 FIXME: this could be better handled by keeping both
2017 function as separate declarations. */
2018 DECL_UNINLINABLE (newdecl) = 1;
2020 else
2022 if (DECL_PENDING_INLINE_INFO (newdecl) == 0)
2023 DECL_PENDING_INLINE_INFO (newdecl) = DECL_PENDING_INLINE_INFO (olddecl);
2025 DECL_DECLARED_INLINE_P (newdecl) |= DECL_DECLARED_INLINE_P (olddecl);
2027 DECL_UNINLINABLE (newdecl) = DECL_UNINLINABLE (olddecl)
2028 = (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl));
2030 DECL_DISREGARD_INLINE_LIMITS (newdecl)
2031 = DECL_DISREGARD_INLINE_LIMITS (olddecl)
2032 = (DECL_DISREGARD_INLINE_LIMITS (newdecl)
2033 || DECL_DISREGARD_INLINE_LIMITS (olddecl));
2036 /* Preserve abstractness on cloned [cd]tors. */
2037 DECL_ABSTRACT (newdecl) = DECL_ABSTRACT (olddecl);
2039 /* Update newdecl's parms to point at olddecl. */
2040 for (parm = DECL_ARGUMENTS (newdecl); parm;
2041 parm = TREE_CHAIN (parm))
2042 DECL_CONTEXT (parm) = olddecl;
2044 if (! types_match)
2046 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
2047 COPY_DECL_ASSEMBLER_NAME (newdecl, olddecl);
2048 COPY_DECL_RTL (newdecl, olddecl);
2050 if (! types_match || new_defines_function)
2052 /* These need to be copied so that the names are available.
2053 Note that if the types do match, we'll preserve inline
2054 info and other bits, but if not, we won't. */
2055 DECL_ARGUMENTS (olddecl) = DECL_ARGUMENTS (newdecl);
2056 DECL_RESULT (olddecl) = DECL_RESULT (newdecl);
2058 if (new_defines_function)
2059 /* If defining a function declared with other language
2060 linkage, use the previously declared language linkage. */
2061 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
2062 else if (types_match)
2064 /* If redeclaring a builtin function, and not a definition,
2065 it stays built in. */
2066 if (DECL_BUILT_IN (olddecl))
2068 DECL_BUILT_IN_CLASS (newdecl) = DECL_BUILT_IN_CLASS (olddecl);
2069 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl);
2070 /* If we're keeping the built-in definition, keep the rtl,
2071 regardless of declaration matches. */
2072 COPY_DECL_RTL (olddecl, newdecl);
2075 DECL_RESULT (newdecl) = DECL_RESULT (olddecl);
2076 /* Don't clear out the arguments if we're just redeclaring a
2077 function. */
2078 if (DECL_ARGUMENTS (olddecl))
2079 DECL_ARGUMENTS (newdecl) = DECL_ARGUMENTS (olddecl);
2082 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
2083 NAMESPACE_LEVEL (newdecl) = NAMESPACE_LEVEL (olddecl);
2085 /* Now preserve various other info from the definition. */
2086 TREE_ADDRESSABLE (newdecl) = TREE_ADDRESSABLE (olddecl);
2087 TREE_ASM_WRITTEN (newdecl) = TREE_ASM_WRITTEN (olddecl);
2088 DECL_COMMON (newdecl) = DECL_COMMON (olddecl);
2089 COPY_DECL_ASSEMBLER_NAME (olddecl, newdecl);
2091 /* Warn about conflicting visibility specifications. */
2092 if (DECL_VISIBILITY_SPECIFIED (olddecl)
2093 && DECL_VISIBILITY_SPECIFIED (newdecl)
2094 && DECL_VISIBILITY (newdecl) != DECL_VISIBILITY (olddecl))
2096 warning_at (input_location, OPT_Wattributes,
2097 "%q+D: visibility attribute ignored because it", newdecl);
2098 warning_at (DECL_SOURCE_LOCATION (olddecl), OPT_Wattributes,
2099 "conflicts with previous declaration here");
2101 /* Choose the declaration which specified visibility. */
2102 if (DECL_VISIBILITY_SPECIFIED (olddecl))
2104 DECL_VISIBILITY (newdecl) = DECL_VISIBILITY (olddecl);
2105 DECL_VISIBILITY_SPECIFIED (newdecl) = 1;
2107 /* Init priority used to be merged from newdecl to olddecl by the memcpy,
2108 so keep this behavior. */
2109 if (TREE_CODE (newdecl) == VAR_DECL && DECL_HAS_INIT_PRIORITY_P (newdecl))
2111 SET_DECL_INIT_PRIORITY (olddecl, DECL_INIT_PRIORITY (newdecl));
2112 DECL_HAS_INIT_PRIORITY_P (olddecl) = 1;
2115 /* The DECL_LANG_SPECIFIC information in OLDDECL will be replaced
2116 with that from NEWDECL below. */
2117 if (DECL_LANG_SPECIFIC (olddecl))
2119 gcc_assert (DECL_LANG_SPECIFIC (olddecl)
2120 != DECL_LANG_SPECIFIC (newdecl));
2121 ggc_free (DECL_LANG_SPECIFIC (olddecl));
2124 /* Merge the USED information. */
2125 if (TREE_USED (olddecl))
2126 TREE_USED (newdecl) = 1;
2127 else if (TREE_USED (newdecl))
2128 TREE_USED (olddecl) = 1;
2129 if (DECL_PRESERVE_P (olddecl))
2130 DECL_PRESERVE_P (newdecl) = 1;
2131 else if (DECL_PRESERVE_P (newdecl))
2132 DECL_PRESERVE_P (olddecl) = 1;
2134 if (TREE_CODE (newdecl) == FUNCTION_DECL)
2136 int function_size;
2138 function_size = sizeof (struct tree_decl_common);
2140 memcpy ((char *) olddecl + sizeof (struct tree_common),
2141 (char *) newdecl + sizeof (struct tree_common),
2142 function_size - sizeof (struct tree_common));
2144 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2145 (char *) newdecl + sizeof (struct tree_decl_common),
2146 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common));
2147 if (new_template_info)
2148 /* If newdecl is a template instantiation, it is possible that
2149 the following sequence of events has occurred:
2151 o A friend function was declared in a class template. The
2152 class template was instantiated.
2154 o The instantiation of the friend declaration was
2155 recorded on the instantiation list, and is newdecl.
2157 o Later, however, instantiate_class_template called pushdecl
2158 on the newdecl to perform name injection. But, pushdecl in
2159 turn called duplicate_decls when it discovered that another
2160 declaration of a global function with the same name already
2161 existed.
2163 o Here, in duplicate_decls, we decided to clobber newdecl.
2165 If we're going to do that, we'd better make sure that
2166 olddecl, and not newdecl, is on the list of
2167 instantiations so that if we try to do the instantiation
2168 again we won't get the clobbered declaration. */
2169 reregister_specialization (newdecl,
2170 new_template_info,
2171 olddecl);
2173 else
2175 size_t size = tree_code_size (TREE_CODE (olddecl));
2176 memcpy ((char *) olddecl + sizeof (struct tree_common),
2177 (char *) newdecl + sizeof (struct tree_common),
2178 sizeof (struct tree_decl_common) - sizeof (struct tree_common));
2179 switch (TREE_CODE (olddecl))
2181 case LABEL_DECL:
2182 case VAR_DECL:
2183 case RESULT_DECL:
2184 case PARM_DECL:
2185 case FIELD_DECL:
2186 case TYPE_DECL:
2187 case CONST_DECL:
2189 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2190 (char *) newdecl + sizeof (struct tree_decl_common),
2191 size - sizeof (struct tree_decl_common)
2192 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
2194 break;
2195 default:
2196 memcpy ((char *) olddecl + sizeof (struct tree_decl_common),
2197 (char *) newdecl + sizeof (struct tree_decl_common),
2198 sizeof (struct tree_decl_non_common) - sizeof (struct tree_decl_common)
2199 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
2200 break;
2203 DECL_UID (olddecl) = olddecl_uid;
2204 if (olddecl_friend)
2205 DECL_FRIEND_P (olddecl) = 1;
2206 if (hidden_friend)
2208 DECL_ANTICIPATED (olddecl) = 1;
2209 DECL_HIDDEN_FRIEND_P (olddecl) = 1;
2212 /* NEWDECL contains the merged attribute lists.
2213 Update OLDDECL to be the same. */
2214 DECL_ATTRIBUTES (olddecl) = DECL_ATTRIBUTES (newdecl);
2216 /* If OLDDECL had its DECL_RTL instantiated, re-invoke make_decl_rtl
2217 so that encode_section_info has a chance to look at the new decl
2218 flags and attributes. */
2219 if (DECL_RTL_SET_P (olddecl)
2220 && (TREE_CODE (olddecl) == FUNCTION_DECL
2221 || (TREE_CODE (olddecl) == VAR_DECL
2222 && TREE_STATIC (olddecl))))
2223 make_decl_rtl (olddecl);
2225 /* The NEWDECL will no longer be needed. Because every out-of-class
2226 declaration of a member results in a call to duplicate_decls,
2227 freeing these nodes represents in a significant savings. */
2228 ggc_free (newdecl);
2230 return olddecl;
2233 /* Return zero if the declaration NEWDECL is valid
2234 when the declaration OLDDECL (assumed to be for the same name)
2235 has already been seen.
2236 Otherwise return an error message format string with a %s
2237 where the identifier should go. */
2239 static const char *
2240 redeclaration_error_message (tree newdecl, tree olddecl)
2242 if (TREE_CODE (newdecl) == TYPE_DECL)
2244 /* Because C++ can put things into name space for free,
2245 constructs like "typedef struct foo { ... } foo"
2246 would look like an erroneous redeclaration. */
2247 if (same_type_p (TREE_TYPE (newdecl), TREE_TYPE (olddecl)))
2248 return NULL;
2249 else
2250 return G_("redefinition of %q#D");
2252 else if (TREE_CODE (newdecl) == FUNCTION_DECL)
2254 /* If this is a pure function, its olddecl will actually be
2255 the original initialization to `0' (which we force to call
2256 abort()). Don't complain about redefinition in this case. */
2257 if (DECL_LANG_SPECIFIC (olddecl) && DECL_PURE_VIRTUAL_P (olddecl)
2258 && DECL_INITIAL (olddecl) == NULL_TREE)
2259 return NULL;
2261 /* If both functions come from different namespaces, this is not
2262 a redeclaration - this is a conflict with a used function. */
2263 if (DECL_NAMESPACE_SCOPE_P (olddecl)
2264 && DECL_CONTEXT (olddecl) != DECL_CONTEXT (newdecl)
2265 && ! decls_match (olddecl, newdecl))
2266 return G_("%qD conflicts with used function");
2268 /* We'll complain about linkage mismatches in
2269 warn_extern_redeclared_static. */
2271 /* Defining the same name twice is no good. */
2272 if (DECL_INITIAL (olddecl) != NULL_TREE
2273 && DECL_INITIAL (newdecl) != NULL_TREE)
2275 if (DECL_NAME (olddecl) == NULL_TREE)
2276 return G_("%q#D not declared in class");
2277 else if (!GNU_INLINE_P (olddecl)
2278 || GNU_INLINE_P (newdecl))
2279 return G_("redefinition of %q#D");
2282 if (DECL_DECLARED_INLINE_P (olddecl) && DECL_DECLARED_INLINE_P (newdecl))
2284 bool olda = GNU_INLINE_P (olddecl);
2285 bool newa = GNU_INLINE_P (newdecl);
2287 if (olda != newa)
2289 if (newa)
2290 return G_("%q+D redeclared inline with "
2291 "%<gnu_inline%> attribute");
2292 else
2293 return G_("%q+D redeclared inline without "
2294 "%<gnu_inline%> attribute");
2298 return NULL;
2300 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
2302 tree nt, ot;
2304 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
2306 if (COMPLETE_TYPE_P (TREE_TYPE (newdecl))
2307 && COMPLETE_TYPE_P (TREE_TYPE (olddecl)))
2308 return G_("redefinition of %q#D");
2309 return NULL;
2312 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != FUNCTION_DECL
2313 || (DECL_TEMPLATE_RESULT (newdecl)
2314 == DECL_TEMPLATE_RESULT (olddecl)))
2315 return NULL;
2317 nt = DECL_TEMPLATE_RESULT (newdecl);
2318 if (DECL_TEMPLATE_INFO (nt))
2319 nt = DECL_TEMPLATE_RESULT (template_for_substitution (nt));
2320 ot = DECL_TEMPLATE_RESULT (olddecl);
2321 if (DECL_TEMPLATE_INFO (ot))
2322 ot = DECL_TEMPLATE_RESULT (template_for_substitution (ot));
2323 if (DECL_INITIAL (nt) && DECL_INITIAL (ot)
2324 && (!GNU_INLINE_P (ot) || GNU_INLINE_P (nt)))
2325 return G_("redefinition of %q#D");
2327 if (DECL_DECLARED_INLINE_P (ot) && DECL_DECLARED_INLINE_P (nt))
2329 bool olda = GNU_INLINE_P (ot);
2330 bool newa = GNU_INLINE_P (nt);
2332 if (olda != newa)
2334 if (newa)
2335 return G_("%q+D redeclared inline with "
2336 "%<gnu_inline%> attribute");
2337 else
2338 return G_("%q+D redeclared inline without "
2339 "%<gnu_inline%> attribute");
2343 /* Core issue #226 (C++0x):
2345 If a friend function template declaration specifies a
2346 default template-argument, that declaration shall be a
2347 definition and shall be the only declaration of the
2348 function template in the translation unit. */
2349 if ((cxx_dialect != cxx98)
2350 && TREE_CODE (ot) == FUNCTION_DECL && DECL_FRIEND_P (ot)
2351 && !check_default_tmpl_args (nt, DECL_TEMPLATE_PARMS (newdecl),
2352 /*is_primary=*/1, /*is_partial=*/0,
2353 /*is_friend_decl=*/2))
2354 return G_("redeclaration of friend %q#D "
2355 "may not have default template arguments");
2357 return NULL;
2359 else if (TREE_CODE (newdecl) == VAR_DECL
2360 && DECL_THREAD_LOCAL_P (newdecl) != DECL_THREAD_LOCAL_P (olddecl)
2361 && (! DECL_LANG_SPECIFIC (olddecl)
2362 || ! CP_DECL_THREADPRIVATE_P (olddecl)
2363 || DECL_THREAD_LOCAL_P (newdecl)))
2365 /* Only variables can be thread-local, and all declarations must
2366 agree on this property. */
2367 if (DECL_THREAD_LOCAL_P (newdecl))
2368 return G_("thread-local declaration of %q#D follows "
2369 "non-thread-local declaration");
2370 else
2371 return G_("non-thread-local declaration of %q#D follows "
2372 "thread-local declaration");
2374 else if (toplevel_bindings_p () || DECL_NAMESPACE_SCOPE_P (newdecl))
2376 /* The objects have been declared at namespace scope. If either
2377 is a member of an anonymous union, then this is an invalid
2378 redeclaration. For example:
2380 int i;
2381 union { int i; };
2383 is invalid. */
2384 if ((TREE_CODE (newdecl) == VAR_DECL && DECL_ANON_UNION_VAR_P (newdecl))
2385 || (TREE_CODE (olddecl) == VAR_DECL && DECL_ANON_UNION_VAR_P (olddecl)))
2386 return G_("redeclaration of %q#D");
2387 /* If at least one declaration is a reference, there is no
2388 conflict. For example:
2390 int i = 3;
2391 extern int i;
2393 is valid. */
2394 if (DECL_EXTERNAL (newdecl) || DECL_EXTERNAL (olddecl))
2395 return NULL;
2396 /* Reject two definitions. */
2397 return G_("redefinition of %q#D");
2399 else
2401 /* Objects declared with block scope: */
2402 /* Reject two definitions, and reject a definition
2403 together with an external reference. */
2404 if (!(DECL_EXTERNAL (newdecl) && DECL_EXTERNAL (olddecl)))
2405 return G_("redeclaration of %q#D");
2406 return NULL;
2410 /* Hash and equality functions for the named_label table. */
2412 static hashval_t
2413 named_label_entry_hash (const void *data)
2415 const struct named_label_entry *ent = (const struct named_label_entry *) data;
2416 return DECL_UID (ent->label_decl);
2419 static int
2420 named_label_entry_eq (const void *a, const void *b)
2422 const struct named_label_entry *ent_a = (const struct named_label_entry *) a;
2423 const struct named_label_entry *ent_b = (const struct named_label_entry *) b;
2424 return ent_a->label_decl == ent_b->label_decl;
2427 /* Create a new label, named ID. */
2429 static tree
2430 make_label_decl (tree id, int local_p)
2432 struct named_label_entry *ent;
2433 void **slot;
2434 tree decl;
2436 decl = build_decl (input_location, LABEL_DECL, id, void_type_node);
2438 DECL_CONTEXT (decl) = current_function_decl;
2439 DECL_MODE (decl) = VOIDmode;
2440 C_DECLARED_LABEL_FLAG (decl) = local_p;
2442 /* Say where one reference is to the label, for the sake of the
2443 error if it is not defined. */
2444 DECL_SOURCE_LOCATION (decl) = input_location;
2446 /* Record the fact that this identifier is bound to this label. */
2447 SET_IDENTIFIER_LABEL_VALUE (id, decl);
2449 /* Create the label htab for the function on demand. */
2450 if (!named_labels)
2451 named_labels = htab_create_ggc (13, named_label_entry_hash,
2452 named_label_entry_eq, NULL);
2454 /* Record this label on the list of labels used in this function.
2455 We do this before calling make_label_decl so that we get the
2456 IDENTIFIER_LABEL_VALUE before the new label is declared. */
2457 ent = GGC_CNEW (struct named_label_entry);
2458 ent->label_decl = decl;
2460 slot = htab_find_slot (named_labels, ent, INSERT);
2461 gcc_assert (*slot == NULL);
2462 *slot = ent;
2464 return decl;
2467 /* Look for a label named ID in the current function. If one cannot
2468 be found, create one. (We keep track of used, but undefined,
2469 labels, and complain about them at the end of a function.) */
2471 tree
2472 lookup_label (tree id)
2474 tree decl;
2476 timevar_push (TV_NAME_LOOKUP);
2477 /* You can't use labels at global scope. */
2478 if (current_function_decl == NULL_TREE)
2480 error ("label %qE referenced outside of any function", id);
2481 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, NULL_TREE);
2484 /* See if we've already got this label. */
2485 decl = IDENTIFIER_LABEL_VALUE (id);
2486 if (decl != NULL_TREE && DECL_CONTEXT (decl) == current_function_decl)
2487 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, decl);
2489 decl = make_label_decl (id, /*local_p=*/0);
2490 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, decl);
2493 /* Declare a local label named ID. */
2495 tree
2496 declare_local_label (tree id)
2498 tree decl, shadow;
2500 /* Add a new entry to the SHADOWED_LABELS list so that when we leave
2501 this scope we can restore the old value of IDENTIFIER_TYPE_VALUE. */
2502 shadow = tree_cons (IDENTIFIER_LABEL_VALUE (id), NULL_TREE,
2503 current_binding_level->shadowed_labels);
2504 current_binding_level->shadowed_labels = shadow;
2506 decl = make_label_decl (id, /*local_p=*/1);
2507 TREE_VALUE (shadow) = decl;
2509 return decl;
2512 /* Returns nonzero if it is ill-formed to jump past the declaration of
2513 DECL. Returns 2 if it's also a real problem. */
2515 static int
2516 decl_jump_unsafe (tree decl)
2518 /* [stmt.dcl]/3: A program that jumps from a point where a local variable
2519 with automatic storage duration is not in scope to a point where it is
2520 in scope is ill-formed unless the variable has scalar type, class type
2521 with a trivial default constructor and a trivial destructor, a
2522 cv-qualified version of one of these types, or an array of one of the
2523 preceding types and is declared without an initializer (8.5). */
2524 tree type = TREE_TYPE (decl);
2526 if (TREE_CODE (decl) != VAR_DECL || TREE_STATIC (decl)
2527 || type == error_mark_node)
2528 return 0;
2530 type = strip_array_types (type);
2532 if (type_has_nontrivial_default_init (TREE_TYPE (decl))
2533 || DECL_NONTRIVIALLY_INITIALIZED_P (decl))
2534 return 2;
2536 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
2537 return 1;
2539 return 0;
2542 /* A subroutine of check_previous_goto_1 to identify a branch to the user. */
2544 static void
2545 identify_goto (tree decl, const location_t *locus)
2547 if (decl)
2548 permerror (input_location, "jump to label %qD", decl);
2549 else
2550 permerror (input_location, "jump to case label");
2551 if (locus)
2552 permerror (*locus, " from here");
2555 /* Check that a single previously seen jump to a newly defined label
2556 is OK. DECL is the LABEL_DECL or 0; LEVEL is the binding_level for
2557 the jump context; NAMES are the names in scope in LEVEL at the jump
2558 context; LOCUS is the source position of the jump or 0. Returns
2559 true if all is well. */
2561 static bool
2562 check_previous_goto_1 (tree decl, struct cp_binding_level* level, tree names,
2563 bool exited_omp, const location_t *locus)
2565 struct cp_binding_level *b;
2566 bool identified = false, saw_eh = false, saw_omp = false;
2568 if (exited_omp)
2570 identify_goto (decl, locus);
2571 error (" exits OpenMP structured block");
2572 identified = saw_omp = true;
2575 for (b = current_binding_level; b ; b = b->level_chain)
2577 tree new_decls, old_decls = (b == level ? names : NULL_TREE);
2579 for (new_decls = b->names; new_decls != old_decls;
2580 new_decls = TREE_CHAIN (new_decls))
2582 int problem = decl_jump_unsafe (new_decls);
2583 if (! problem)
2584 continue;
2586 if (!identified)
2588 identify_goto (decl, locus);
2589 identified = true;
2591 if (problem > 1)
2592 error (" crosses initialization of %q+#D", new_decls);
2593 else
2594 permerror (input_location, " enters scope of %q+#D which has "
2595 "non-trivial destructor", new_decls);
2598 if (b == level)
2599 break;
2600 if ((b->kind == sk_try || b->kind == sk_catch) && !saw_eh)
2602 if (!identified)
2604 identify_goto (decl, locus);
2605 identified = true;
2607 if (b->kind == sk_try)
2608 error (" enters try block");
2609 else
2610 error (" enters catch block");
2611 saw_eh = true;
2613 if (b->kind == sk_omp && !saw_omp)
2615 if (!identified)
2617 identify_goto (decl, locus);
2618 identified = true;
2620 error (" enters OpenMP structured block");
2621 saw_omp = true;
2625 return !identified;
2628 static void
2629 check_previous_goto (tree decl, struct named_label_use_entry *use)
2631 check_previous_goto_1 (decl, use->binding_level,
2632 use->names_in_scope, use->in_omp_scope,
2633 &use->o_goto_locus);
2636 static bool
2637 check_switch_goto (struct cp_binding_level* level)
2639 return check_previous_goto_1 (NULL_TREE, level, level->names, false, NULL);
2642 /* Check that a new jump to a label DECL is OK. Called by
2643 finish_goto_stmt. */
2645 void
2646 check_goto (tree decl)
2648 struct named_label_entry *ent, dummy;
2649 bool saw_catch = false, identified = false;
2650 tree bad;
2652 /* We can't know where a computed goto is jumping.
2653 So we assume that it's OK. */
2654 if (TREE_CODE (decl) != LABEL_DECL)
2655 return;
2657 /* We didn't record any information about this label when we created it,
2658 and there's not much point since it's trivial to analyze as a return. */
2659 if (decl == cdtor_label)
2660 return;
2662 dummy.label_decl = decl;
2663 ent = (struct named_label_entry *) htab_find (named_labels, &dummy);
2664 gcc_assert (ent != NULL);
2666 /* If the label hasn't been defined yet, defer checking. */
2667 if (! DECL_INITIAL (decl))
2669 struct named_label_use_entry *new_use;
2671 /* Don't bother creating another use if the last goto had the
2672 same data, and will therefore create the same set of errors. */
2673 if (ent->uses
2674 && ent->uses->names_in_scope == current_binding_level->names)
2675 return;
2677 new_use = GGC_NEW (struct named_label_use_entry);
2678 new_use->binding_level = current_binding_level;
2679 new_use->names_in_scope = current_binding_level->names;
2680 new_use->o_goto_locus = input_location;
2681 new_use->in_omp_scope = false;
2683 new_use->next = ent->uses;
2684 ent->uses = new_use;
2685 return;
2688 if (ent->in_try_scope || ent->in_catch_scope
2689 || ent->in_omp_scope || ent->bad_decls)
2691 permerror (input_location, "jump to label %q+D", decl);
2692 permerror (input_location, " from here");
2693 identified = true;
2696 for (bad = ent->bad_decls; bad; bad = TREE_CHAIN (bad))
2698 tree b = TREE_VALUE (bad);
2699 int u = decl_jump_unsafe (b);
2701 if (u > 1 && DECL_ARTIFICIAL (b))
2703 /* Can't skip init of __exception_info. */
2704 error_at (DECL_SOURCE_LOCATION (b), " enters catch block");
2705 saw_catch = true;
2707 else if (u > 1)
2708 error (" skips initialization of %q+#D", b);
2709 else
2710 permerror (input_location, " enters scope of %q+#D which has "
2711 "non-trivial destructor", b);
2714 if (ent->in_try_scope)
2715 error (" enters try block");
2716 else if (ent->in_catch_scope && !saw_catch)
2717 error (" enters catch block");
2719 if (ent->in_omp_scope)
2720 error (" enters OpenMP structured block");
2721 else if (flag_openmp)
2723 struct cp_binding_level *b;
2724 for (b = current_binding_level; b ; b = b->level_chain)
2726 if (b == ent->binding_level)
2727 break;
2728 if (b->kind == sk_omp)
2730 if (!identified)
2732 permerror (input_location, "jump to label %q+D", decl);
2733 permerror (input_location, " from here");
2734 identified = true;
2736 error (" exits OpenMP structured block");
2737 break;
2743 /* Check that a return is ok wrt OpenMP structured blocks.
2744 Called by finish_return_stmt. Returns true if all is well. */
2746 bool
2747 check_omp_return (void)
2749 struct cp_binding_level *b;
2750 for (b = current_binding_level; b ; b = b->level_chain)
2751 if (b->kind == sk_omp)
2753 error ("invalid exit from OpenMP structured block");
2754 return false;
2756 return true;
2759 /* Define a label, specifying the location in the source file.
2760 Return the LABEL_DECL node for the label. */
2762 tree
2763 define_label (location_t location, tree name)
2765 struct named_label_entry *ent, dummy;
2766 struct cp_binding_level *p;
2767 tree decl;
2769 timevar_push (TV_NAME_LOOKUP);
2771 decl = lookup_label (name);
2773 dummy.label_decl = decl;
2774 ent = (struct named_label_entry *) htab_find (named_labels, &dummy);
2775 gcc_assert (ent != NULL);
2777 /* After labels, make any new cleanups in the function go into their
2778 own new (temporary) binding contour. */
2779 for (p = current_binding_level;
2780 p->kind != sk_function_parms;
2781 p = p->level_chain)
2782 p->more_cleanups_ok = 0;
2784 if (name == get_identifier ("wchar_t"))
2785 permerror (input_location, "label named wchar_t");
2787 if (DECL_INITIAL (decl) != NULL_TREE)
2789 error ("duplicate label %qD", decl);
2790 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
2792 else
2794 struct named_label_use_entry *use;
2796 /* Mark label as having been defined. */
2797 DECL_INITIAL (decl) = error_mark_node;
2798 /* Say where in the source. */
2799 DECL_SOURCE_LOCATION (decl) = location;
2801 ent->binding_level = current_binding_level;
2802 ent->names_in_scope = current_binding_level->names;
2804 for (use = ent->uses; use ; use = use->next)
2805 check_previous_goto (decl, use);
2806 ent->uses = NULL;
2809 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, decl);
2812 struct cp_switch
2814 struct cp_binding_level *level;
2815 struct cp_switch *next;
2816 /* The SWITCH_STMT being built. */
2817 tree switch_stmt;
2818 /* A splay-tree mapping the low element of a case range to the high
2819 element, or NULL_TREE if there is no high element. Used to
2820 determine whether or not a new case label duplicates an old case
2821 label. We need a tree, rather than simply a hash table, because
2822 of the GNU case range extension. */
2823 splay_tree cases;
2826 /* A stack of the currently active switch statements. The innermost
2827 switch statement is on the top of the stack. There is no need to
2828 mark the stack for garbage collection because it is only active
2829 during the processing of the body of a function, and we never
2830 collect at that point. */
2832 static struct cp_switch *switch_stack;
2834 /* Called right after a switch-statement condition is parsed.
2835 SWITCH_STMT is the switch statement being parsed. */
2837 void
2838 push_switch (tree switch_stmt)
2840 struct cp_switch *p = XNEW (struct cp_switch);
2841 p->level = current_binding_level;
2842 p->next = switch_stack;
2843 p->switch_stmt = switch_stmt;
2844 p->cases = splay_tree_new (case_compare, NULL, NULL);
2845 switch_stack = p;
2848 void
2849 pop_switch (void)
2851 struct cp_switch *cs = switch_stack;
2852 location_t switch_location;
2854 /* Emit warnings as needed. */
2855 if (EXPR_HAS_LOCATION (cs->switch_stmt))
2856 switch_location = EXPR_LOCATION (cs->switch_stmt);
2857 else
2858 switch_location = input_location;
2859 if (!processing_template_decl)
2860 c_do_switch_warnings (cs->cases, switch_location,
2861 SWITCH_STMT_TYPE (cs->switch_stmt),
2862 SWITCH_STMT_COND (cs->switch_stmt));
2864 splay_tree_delete (cs->cases);
2865 switch_stack = switch_stack->next;
2866 free (cs);
2869 /* Note that we've seen a definition of a case label, and complain if this
2870 is a bad place for one. */
2872 tree
2873 finish_case_label (location_t loc, tree low_value, tree high_value)
2875 tree cond, r;
2876 struct cp_binding_level *p;
2878 if (processing_template_decl)
2880 tree label;
2882 /* For templates, just add the case label; we'll do semantic
2883 analysis at instantiation-time. */
2884 label = build_decl (loc, LABEL_DECL, NULL_TREE, NULL_TREE);
2885 return add_stmt (build_case_label (loc, low_value, high_value, label));
2888 /* Find the condition on which this switch statement depends. */
2889 cond = SWITCH_STMT_COND (switch_stack->switch_stmt);
2890 if (cond && TREE_CODE (cond) == TREE_LIST)
2891 cond = TREE_VALUE (cond);
2893 if (!check_switch_goto (switch_stack->level))
2894 return error_mark_node;
2896 r = c_add_case_label (loc, switch_stack->cases, cond,
2897 SWITCH_STMT_TYPE (switch_stack->switch_stmt),
2898 low_value, high_value);
2900 /* After labels, make any new cleanups in the function go into their
2901 own new (temporary) binding contour. */
2902 for (p = current_binding_level;
2903 p->kind != sk_function_parms;
2904 p = p->level_chain)
2905 p->more_cleanups_ok = 0;
2907 return r;
2910 /* Hash a TYPENAME_TYPE. K is really of type `tree'. */
2912 static hashval_t
2913 typename_hash (const void* k)
2915 hashval_t hash;
2916 const_tree const t = (const_tree) k;
2918 hash = (htab_hash_pointer (TYPE_CONTEXT (t))
2919 ^ htab_hash_pointer (DECL_NAME (TYPE_NAME (t))));
2921 return hash;
2924 typedef struct typename_info {
2925 tree scope;
2926 tree name;
2927 tree template_id;
2928 bool enum_p;
2929 bool class_p;
2930 } typename_info;
2932 /* Compare two TYPENAME_TYPEs. K1 is really of type `tree', K2 is
2933 really of type `typename_info*' */
2935 static int
2936 typename_compare (const void * k1, const void * k2)
2938 const_tree const t1 = (const_tree) k1;
2939 const typename_info *const t2 = (const typename_info *) k2;
2941 return (DECL_NAME (TYPE_NAME (t1)) == t2->name
2942 && TYPE_CONTEXT (t1) == t2->scope
2943 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id
2944 && TYPENAME_IS_ENUM_P (t1) == t2->enum_p
2945 && TYPENAME_IS_CLASS_P (t1) == t2->class_p);
2948 /* Build a TYPENAME_TYPE. If the type is `typename T::t', CONTEXT is
2949 the type of `T', NAME is the IDENTIFIER_NODE for `t'.
2951 Returns the new TYPENAME_TYPE. */
2953 static GTY ((param_is (union tree_node))) htab_t typename_htab;
2955 static tree
2956 build_typename_type (tree context, tree name, tree fullname,
2957 enum tag_types tag_type)
2959 tree t;
2960 tree d;
2961 typename_info ti;
2962 void **e;
2963 hashval_t hash;
2965 if (typename_htab == NULL)
2966 typename_htab = htab_create_ggc (61, &typename_hash,
2967 &typename_compare, NULL);
2969 ti.scope = FROB_CONTEXT (context);
2970 ti.name = name;
2971 ti.template_id = fullname;
2972 ti.enum_p = tag_type == enum_type;
2973 ti.class_p = (tag_type == class_type
2974 || tag_type == record_type
2975 || tag_type == union_type);
2976 hash = (htab_hash_pointer (ti.scope)
2977 ^ htab_hash_pointer (ti.name));
2979 /* See if we already have this type. */
2980 e = htab_find_slot_with_hash (typename_htab, &ti, hash, INSERT);
2981 if (*e)
2982 t = (tree) *e;
2983 else
2985 /* Build the TYPENAME_TYPE. */
2986 t = cxx_make_type (TYPENAME_TYPE);
2987 TYPE_CONTEXT (t) = ti.scope;
2988 TYPENAME_TYPE_FULLNAME (t) = ti.template_id;
2989 TYPENAME_IS_ENUM_P (t) = ti.enum_p;
2990 TYPENAME_IS_CLASS_P (t) = ti.class_p;
2992 /* Build the corresponding TYPE_DECL. */
2993 d = build_decl (input_location, TYPE_DECL, name, t);
2994 TYPE_NAME (TREE_TYPE (d)) = d;
2995 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
2996 DECL_CONTEXT (d) = FROB_CONTEXT (context);
2997 DECL_ARTIFICIAL (d) = 1;
2999 /* Store it in the hash table. */
3000 *e = t;
3002 /* TYPENAME_TYPEs must always be compared structurally, because
3003 they may or may not resolve down to another type depending on
3004 the currently open classes. */
3005 SET_TYPE_STRUCTURAL_EQUALITY (t);
3008 return t;
3011 /* Resolve `typename CONTEXT::NAME'. TAG_TYPE indicates the tag
3012 provided to name the type. Returns an appropriate type, unless an
3013 error occurs, in which case error_mark_node is returned. If we
3014 locate a non-artificial TYPE_DECL and TF_KEEP_TYPE_DECL is set, we
3015 return that, rather than the _TYPE it corresponds to, in other
3016 cases we look through the type decl. If TF_ERROR is set, complain
3017 about errors, otherwise be quiet. */
3019 tree
3020 make_typename_type (tree context, tree name, enum tag_types tag_type,
3021 tsubst_flags_t complain)
3023 tree fullname;
3024 tree t;
3025 bool want_template;
3027 if (name == error_mark_node
3028 || context == NULL_TREE
3029 || context == error_mark_node)
3030 return error_mark_node;
3032 if (TYPE_P (name))
3034 if (!(TYPE_LANG_SPECIFIC (name)
3035 && (CLASSTYPE_IS_TEMPLATE (name)
3036 || CLASSTYPE_USE_TEMPLATE (name))))
3037 name = TYPE_IDENTIFIER (name);
3038 else
3039 /* Create a TEMPLATE_ID_EXPR for the type. */
3040 name = build_nt (TEMPLATE_ID_EXPR,
3041 CLASSTYPE_TI_TEMPLATE (name),
3042 CLASSTYPE_TI_ARGS (name));
3044 else if (TREE_CODE (name) == TYPE_DECL)
3045 name = DECL_NAME (name);
3047 fullname = name;
3049 if (TREE_CODE (name) == TEMPLATE_ID_EXPR)
3051 name = TREE_OPERAND (name, 0);
3052 if (TREE_CODE (name) == TEMPLATE_DECL)
3053 name = TREE_OPERAND (fullname, 0) = DECL_NAME (name);
3054 else if (TREE_CODE (name) == OVERLOAD)
3056 error ("%qD is not a type", name);
3057 return error_mark_node;
3060 if (TREE_CODE (name) == TEMPLATE_DECL)
3062 error ("%qD used without template parameters", name);
3063 return error_mark_node;
3065 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
3066 gcc_assert (TYPE_P (context));
3068 if (!MAYBE_CLASS_TYPE_P (context))
3070 if (complain & tf_error)
3071 error ("%q#T is not a class", context);
3072 return error_mark_node;
3075 /* When the CONTEXT is a dependent type, NAME could refer to a
3076 dependent base class of CONTEXT. But look inside it anyway
3077 if CONTEXT is a currently open scope, in case it refers to a
3078 member of the current instantiation or a non-dependent base;
3079 lookup will stop when we hit a dependent base. */
3080 if (!dependent_scope_p (context))
3081 /* We should only set WANT_TYPE when we're a nested typename type.
3082 Then we can give better diagnostics if we find a non-type. */
3083 t = lookup_field (context, name, 2, /*want_type=*/true);
3084 else
3085 t = NULL_TREE;
3087 if ((!t || TREE_CODE (t) == TREE_LIST) && dependent_type_p (context))
3088 return build_typename_type (context, name, fullname, tag_type);
3090 want_template = TREE_CODE (fullname) == TEMPLATE_ID_EXPR;
3092 if (!t)
3094 if (complain & tf_error)
3095 error (want_template ? "no class template named %q#T in %q#T"
3096 : "no type named %q#T in %q#T", name, context);
3097 return error_mark_node;
3100 /* Pull out the template from an injected-class-name (or multiple). */
3101 if (want_template)
3102 t = maybe_get_template_decl_from_type_decl (t);
3104 if (TREE_CODE (t) == TREE_LIST)
3106 if (complain & tf_error)
3108 error ("lookup of %qT in %qT is ambiguous", name, context);
3109 print_candidates (t);
3111 return error_mark_node;
3114 if (want_template && !DECL_CLASS_TEMPLATE_P (t))
3116 if (complain & tf_error)
3117 error ("%<typename %T::%D%> names %q#T, which is not a class template",
3118 context, name, t);
3119 return error_mark_node;
3121 if (!want_template && TREE_CODE (t) != TYPE_DECL)
3123 if (complain & tf_error)
3124 error ("%<typename %T::%D%> names %q#T, which is not a type",
3125 context, name, t);
3126 return error_mark_node;
3129 if (complain & tf_error)
3130 perform_or_defer_access_check (TYPE_BINFO (context), t, t);
3132 /* If we are currently parsing a template and if T is a typedef accessed
3133 through CONTEXT then we need to remember and check access of T at
3134 template instantiation time. */
3135 add_typedef_to_current_template_for_access_check (t, context, input_location);
3137 if (want_template)
3138 return lookup_template_class (t, TREE_OPERAND (fullname, 1),
3139 NULL_TREE, context,
3140 /*entering_scope=*/0,
3141 tf_warning_or_error | tf_user);
3143 if (DECL_ARTIFICIAL (t) || !(complain & tf_keep_type_decl))
3144 t = TREE_TYPE (t);
3146 return t;
3149 /* Resolve `CONTEXT::template NAME'. Returns a TEMPLATE_DECL if the name
3150 can be resolved or an UNBOUND_CLASS_TEMPLATE, unless an error occurs,
3151 in which case error_mark_node is returned.
3153 If PARM_LIST is non-NULL, also make sure that the template parameter
3154 list of TEMPLATE_DECL matches.
3156 If COMPLAIN zero, don't complain about any errors that occur. */
3158 tree
3159 make_unbound_class_template (tree context, tree name, tree parm_list,
3160 tsubst_flags_t complain)
3162 tree t;
3163 tree d;
3165 if (TYPE_P (name))
3166 name = TYPE_IDENTIFIER (name);
3167 else if (DECL_P (name))
3168 name = DECL_NAME (name);
3169 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
3171 if (!dependent_type_p (context)
3172 || currently_open_class (context))
3174 tree tmpl = NULL_TREE;
3176 if (MAYBE_CLASS_TYPE_P (context))
3177 tmpl = lookup_field (context, name, 0, false);
3179 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl))
3181 if (complain & tf_error)
3182 error ("no class template named %q#T in %q#T", name, context);
3183 return error_mark_node;
3186 if (parm_list
3187 && !comp_template_parms (DECL_TEMPLATE_PARMS (tmpl), parm_list))
3189 if (complain & tf_error)
3191 error ("template parameters do not match template");
3192 error ("%q+D declared here", tmpl);
3194 return error_mark_node;
3197 if (complain & tf_error)
3198 perform_or_defer_access_check (TYPE_BINFO (context), tmpl, tmpl);
3200 return tmpl;
3203 /* Build the UNBOUND_CLASS_TEMPLATE. */
3204 t = cxx_make_type (UNBOUND_CLASS_TEMPLATE);
3205 TYPE_CONTEXT (t) = FROB_CONTEXT (context);
3206 TREE_TYPE (t) = NULL_TREE;
3207 SET_TYPE_STRUCTURAL_EQUALITY (t);
3209 /* Build the corresponding TEMPLATE_DECL. */
3210 d = build_decl (input_location, TEMPLATE_DECL, name, t);
3211 TYPE_NAME (TREE_TYPE (d)) = d;
3212 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
3213 DECL_CONTEXT (d) = FROB_CONTEXT (context);
3214 DECL_ARTIFICIAL (d) = 1;
3215 DECL_TEMPLATE_PARMS (d) = parm_list;
3217 return t;
3222 /* Push the declarations of builtin types into the namespace.
3223 RID_INDEX is the index of the builtin type in the array
3224 RID_POINTERS. NAME is the name used when looking up the builtin
3225 type. TYPE is the _TYPE node for the builtin type. */
3227 void
3228 record_builtin_type (enum rid rid_index,
3229 const char* name,
3230 tree type)
3232 tree rname = NULL_TREE, tname = NULL_TREE;
3233 tree tdecl = NULL_TREE;
3235 if ((int) rid_index < (int) RID_MAX)
3236 rname = ridpointers[(int) rid_index];
3237 if (name)
3238 tname = get_identifier (name);
3240 /* The calls to SET_IDENTIFIER_GLOBAL_VALUE below should be
3241 eliminated. Built-in types should not be looked up name; their
3242 names are keywords that the parser can recognize. However, there
3243 is code in c-common.c that uses identifier_global_value to look
3244 up built-in types by name. */
3245 if (tname)
3247 tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, tname, type);
3248 DECL_ARTIFICIAL (tdecl) = 1;
3249 SET_IDENTIFIER_GLOBAL_VALUE (tname, tdecl);
3251 if (rname)
3253 if (!tdecl)
3255 tdecl = build_decl (BUILTINS_LOCATION, TYPE_DECL, rname, type);
3256 DECL_ARTIFICIAL (tdecl) = 1;
3258 SET_IDENTIFIER_GLOBAL_VALUE (rname, tdecl);
3261 if (!TYPE_NAME (type))
3262 TYPE_NAME (type) = tdecl;
3264 if (tdecl)
3265 debug_hooks->type_decl (tdecl, 0);
3268 /* Record one of the standard Java types.
3269 * Declare it as having the given NAME.
3270 * If SIZE > 0, it is the size of one of the integral types;
3271 * otherwise it is the negative of the size of one of the other types. */
3273 static tree
3274 record_builtin_java_type (const char* name, int size)
3276 tree type, decl;
3277 if (size > 0)
3278 type = build_nonstandard_integer_type (size, 0);
3279 else if (size > -32)
3281 tree stype;
3282 /* "__java_char" or ""__java_boolean". */
3283 type = build_nonstandard_integer_type (-size, 1);
3284 /* Get the signed type cached and attached to the unsigned type,
3285 so it doesn't get garbage-collected at "random" times,
3286 causing potential codegen differences out of different UIDs
3287 and different alias set numbers. */
3288 stype = build_nonstandard_integer_type (-size, 0);
3289 TREE_CHAIN (type) = stype;
3290 /*if (size == -1) TREE_SET_CODE (type, BOOLEAN_TYPE);*/
3292 else
3293 { /* "__java_float" or ""__java_double". */
3294 type = make_node (REAL_TYPE);
3295 TYPE_PRECISION (type) = - size;
3296 layout_type (type);
3298 record_builtin_type (RID_MAX, name, type);
3299 decl = TYPE_NAME (type);
3301 /* Suppress generate debug symbol entries for these types,
3302 since for normal C++ they are just clutter.
3303 However, push_lang_context undoes this if extern "Java" is seen. */
3304 DECL_IGNORED_P (decl) = 1;
3306 TYPE_FOR_JAVA (type) = 1;
3307 return type;
3310 /* Push a type into the namespace so that the back ends ignore it. */
3312 static void
3313 record_unknown_type (tree type, const char* name)
3315 tree decl = pushdecl (build_decl (UNKNOWN_LOCATION,
3316 TYPE_DECL, get_identifier (name), type));
3317 /* Make sure the "unknown type" typedecl gets ignored for debug info. */
3318 DECL_IGNORED_P (decl) = 1;
3319 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
3320 TYPE_SIZE (type) = TYPE_SIZE (void_type_node);
3321 TYPE_ALIGN (type) = 1;
3322 TYPE_USER_ALIGN (type) = 0;
3323 SET_TYPE_MODE (type, TYPE_MODE (void_type_node));
3326 /* A string for which we should create an IDENTIFIER_NODE at
3327 startup. */
3329 typedef struct predefined_identifier
3331 /* The name of the identifier. */
3332 const char *const name;
3333 /* The place where the IDENTIFIER_NODE should be stored. */
3334 tree *const node;
3335 /* Nonzero if this is the name of a constructor or destructor. */
3336 const int ctor_or_dtor_p;
3337 } predefined_identifier;
3339 /* Create all the predefined identifiers. */
3341 static void
3342 initialize_predefined_identifiers (void)
3344 const predefined_identifier *pid;
3346 /* A table of identifiers to create at startup. */
3347 static const predefined_identifier predefined_identifiers[] = {
3348 { "C++", &lang_name_cplusplus, 0 },
3349 { "C", &lang_name_c, 0 },
3350 { "Java", &lang_name_java, 0 },
3351 /* Some of these names have a trailing space so that it is
3352 impossible for them to conflict with names written by users. */
3353 { "__ct ", &ctor_identifier, 1 },
3354 { "__base_ctor ", &base_ctor_identifier, 1 },
3355 { "__comp_ctor ", &complete_ctor_identifier, 1 },
3356 { "__dt ", &dtor_identifier, 1 },
3357 { "__comp_dtor ", &complete_dtor_identifier, 1 },
3358 { "__base_dtor ", &base_dtor_identifier, 1 },
3359 { "__deleting_dtor ", &deleting_dtor_identifier, 1 },
3360 { IN_CHARGE_NAME, &in_charge_identifier, 0 },
3361 { "nelts", &nelts_identifier, 0 },
3362 { THIS_NAME, &this_identifier, 0 },
3363 { VTABLE_DELTA_NAME, &delta_identifier, 0 },
3364 { VTABLE_PFN_NAME, &pfn_identifier, 0 },
3365 { "_vptr", &vptr_identifier, 0 },
3366 { "__vtt_parm", &vtt_parm_identifier, 0 },
3367 { "::", &global_scope_name, 0 },
3368 { "std", &std_identifier, 0 },
3369 { NULL, NULL, 0 }
3372 for (pid = predefined_identifiers; pid->name; ++pid)
3374 *pid->node = get_identifier (pid->name);
3375 if (pid->ctor_or_dtor_p)
3376 IDENTIFIER_CTOR_OR_DTOR_P (*pid->node) = 1;
3380 /* Create the predefined scalar types of C,
3381 and some nodes representing standard constants (0, 1, (void *)0).
3382 Initialize the global binding level.
3383 Make definitions for built-in primitive functions. */
3385 void
3386 cxx_init_decl_processing (void)
3388 tree void_ftype;
3389 tree void_ftype_ptr;
3391 build_common_tree_nodes (flag_signed_char, false);
3393 /* Create all the identifiers we need. */
3394 initialize_predefined_identifiers ();
3396 /* Create the global variables. */
3397 push_to_top_level ();
3399 current_function_decl = NULL_TREE;
3400 current_binding_level = NULL;
3401 /* Enter the global namespace. */
3402 gcc_assert (global_namespace == NULL_TREE);
3403 global_namespace = build_lang_decl (NAMESPACE_DECL, global_scope_name,
3404 void_type_node);
3405 TREE_PUBLIC (global_namespace) = 1;
3406 begin_scope (sk_namespace, global_namespace);
3408 current_lang_name = NULL_TREE;
3410 if (flag_visibility_ms_compat)
3411 default_visibility = VISIBILITY_HIDDEN;
3413 /* Initially, C. */
3414 current_lang_name = lang_name_c;
3416 /* Create the `std' namespace. */
3417 push_namespace (std_identifier);
3418 std_node = current_namespace;
3419 pop_namespace ();
3421 c_common_nodes_and_builtins ();
3423 java_byte_type_node = record_builtin_java_type ("__java_byte", 8);
3424 java_short_type_node = record_builtin_java_type ("__java_short", 16);
3425 java_int_type_node = record_builtin_java_type ("__java_int", 32);
3426 java_long_type_node = record_builtin_java_type ("__java_long", 64);
3427 java_float_type_node = record_builtin_java_type ("__java_float", -32);
3428 java_double_type_node = record_builtin_java_type ("__java_double", -64);
3429 java_char_type_node = record_builtin_java_type ("__java_char", -16);
3430 java_boolean_type_node = record_builtin_java_type ("__java_boolean", -1);
3432 integer_two_node = build_int_cst (NULL_TREE, 2);
3433 integer_three_node = build_int_cst (NULL_TREE, 3);
3435 record_builtin_type (RID_BOOL, "bool", boolean_type_node);
3436 truthvalue_type_node = boolean_type_node;
3437 truthvalue_false_node = boolean_false_node;
3438 truthvalue_true_node = boolean_true_node;
3440 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE);
3442 #if 0
3443 record_builtin_type (RID_MAX, NULL, string_type_node);
3444 #endif
3446 delta_type_node = ptrdiff_type_node;
3447 vtable_index_type = ptrdiff_type_node;
3449 vtt_parm_type = build_pointer_type (const_ptr_type_node);
3450 void_ftype = build_function_type (void_type_node, void_list_node);
3451 void_ftype_ptr = build_function_type (void_type_node,
3452 tree_cons (NULL_TREE,
3453 ptr_type_node,
3454 void_list_node));
3455 void_ftype_ptr
3456 = build_exception_variant (void_ftype_ptr, empty_except_spec);
3458 /* C++ extensions */
3460 unknown_type_node = make_node (UNKNOWN_TYPE);
3461 record_unknown_type (unknown_type_node, "unknown type");
3463 /* Indirecting an UNKNOWN_TYPE node yields an UNKNOWN_TYPE node. */
3464 TREE_TYPE (unknown_type_node) = unknown_type_node;
3466 /* Looking up TYPE_POINTER_TO and TYPE_REFERENCE_TO yield the same
3467 result. */
3468 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node;
3469 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node;
3471 init_list_type_node = make_node (UNKNOWN_TYPE);
3472 record_unknown_type (init_list_type_node, "init list");
3475 /* Make sure we get a unique function type, so we can give
3476 its pointer type a name. (This wins for gdb.) */
3477 tree vfunc_type = make_node (FUNCTION_TYPE);
3478 TREE_TYPE (vfunc_type) = integer_type_node;
3479 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE;
3480 layout_type (vfunc_type);
3482 vtable_entry_type = build_pointer_type (vfunc_type);
3484 record_builtin_type (RID_MAX, VTBL_PTR_TYPE, vtable_entry_type);
3486 vtbl_type_node
3487 = build_cplus_array_type (vtable_entry_type, NULL_TREE);
3488 layout_type (vtbl_type_node);
3489 vtbl_type_node = build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST);
3490 record_builtin_type (RID_MAX, NULL, vtbl_type_node);
3491 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type);
3492 layout_type (vtbl_ptr_type_node);
3493 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node);
3495 push_namespace (get_identifier ("__cxxabiv1"));
3496 abi_node = current_namespace;
3497 pop_namespace ();
3499 global_type_node = make_node (LANG_TYPE);
3500 record_unknown_type (global_type_node, "global type");
3502 /* Now, C++. */
3503 current_lang_name = lang_name_cplusplus;
3506 tree bad_alloc_id;
3507 tree bad_alloc_type_node;
3508 tree bad_alloc_decl;
3509 tree newtype, deltype;
3510 tree ptr_ftype_sizetype;
3512 push_namespace (std_identifier);
3513 bad_alloc_id = get_identifier ("bad_alloc");
3514 bad_alloc_type_node = make_class_type (RECORD_TYPE);
3515 TYPE_CONTEXT (bad_alloc_type_node) = current_namespace;
3516 bad_alloc_decl
3517 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node);
3518 DECL_CONTEXT (bad_alloc_decl) = current_namespace;
3519 pop_namespace ();
3521 ptr_ftype_sizetype
3522 = build_function_type (ptr_type_node,
3523 tree_cons (NULL_TREE,
3524 size_type_node,
3525 void_list_node));
3526 newtype = build_exception_variant
3527 (ptr_ftype_sizetype, add_exception_specifier
3528 (NULL_TREE, bad_alloc_type_node, -1));
3529 deltype = build_exception_variant (void_ftype_ptr, empty_except_spec);
3530 push_cp_library_fn (NEW_EXPR, newtype);
3531 push_cp_library_fn (VEC_NEW_EXPR, newtype);
3532 global_delete_fndecl = push_cp_library_fn (DELETE_EXPR, deltype);
3533 push_cp_library_fn (VEC_DELETE_EXPR, deltype);
3536 abort_fndecl
3537 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype);
3539 /* Perform other language dependent initializations. */
3540 init_class_processing ();
3541 init_rtti_processing ();
3542 init_template_processing ();
3544 if (flag_exceptions)
3545 init_exception_processing ();
3547 if (! supports_one_only ())
3548 flag_weak = 0;
3550 make_fname_decl = cp_make_fname_decl;
3551 start_fname_decls ();
3553 /* Show we use EH for cleanups. */
3554 if (flag_exceptions)
3555 using_eh_for_cleanups ();
3558 /* Generate an initializer for a function naming variable from
3559 NAME. NAME may be NULL, to indicate a dependent name. TYPE_P is
3560 filled in with the type of the init. */
3562 tree
3563 cp_fname_init (const char* name, tree *type_p)
3565 tree domain = NULL_TREE;
3566 tree type;
3567 tree init = NULL_TREE;
3568 size_t length = 0;
3570 if (name)
3572 length = strlen (name);
3573 domain = build_index_type (size_int (length));
3574 init = build_string (length + 1, name);
3577 type = build_qualified_type (char_type_node, TYPE_QUAL_CONST);
3578 type = build_cplus_array_type (type, domain);
3580 *type_p = type;
3582 if (init)
3583 TREE_TYPE (init) = type;
3584 else
3585 init = error_mark_node;
3587 return init;
3590 /* Create the VAR_DECL for __FUNCTION__ etc. ID is the name to give
3591 the decl, LOC is the location to give the decl, NAME is the
3592 initialization string and TYPE_DEP indicates whether NAME depended
3593 on the type of the function. We make use of that to detect
3594 __PRETTY_FUNCTION__ inside a template fn. This is being done lazily
3595 at the point of first use, so we mustn't push the decl now. */
3597 static tree
3598 cp_make_fname_decl (location_t loc, tree id, int type_dep)
3600 const char *const name = (type_dep && processing_template_decl
3601 ? NULL : fname_as_string (type_dep));
3602 tree type;
3603 tree init = cp_fname_init (name, &type);
3604 tree decl = build_decl (loc, VAR_DECL, id, type);
3606 if (name)
3607 free (CONST_CAST (char *, name));
3609 /* As we're using pushdecl_with_scope, we must set the context. */
3610 DECL_CONTEXT (decl) = current_function_decl;
3611 DECL_PRETTY_FUNCTION_P (decl) = type_dep;
3613 TREE_STATIC (decl) = 1;
3614 TREE_READONLY (decl) = 1;
3615 DECL_ARTIFICIAL (decl) = 1;
3617 TREE_USED (decl) = 1;
3619 if (current_function_decl)
3621 struct cp_binding_level *b = current_binding_level;
3622 while (b->level_chain->kind != sk_function_parms)
3623 b = b->level_chain;
3624 pushdecl_with_scope (decl, b, /*is_friend=*/false);
3625 cp_finish_decl (decl, init, /*init_const_expr_p=*/false, NULL_TREE,
3626 LOOKUP_ONLYCONVERTING);
3628 else
3629 pushdecl_top_level_and_finish (decl, init);
3631 return decl;
3634 static tree
3635 builtin_function_1 (tree decl, tree context, bool is_global)
3637 tree id = DECL_NAME (decl);
3638 const char *name = IDENTIFIER_POINTER (id);
3640 retrofit_lang_decl (decl);
3642 DECL_ARTIFICIAL (decl) = 1;
3643 SET_OVERLOADED_OPERATOR_CODE (decl, ERROR_MARK);
3644 SET_DECL_LANGUAGE (decl, lang_c);
3645 /* Runtime library routines are, by definition, available in an
3646 external shared object. */
3647 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT;
3648 DECL_VISIBILITY_SPECIFIED (decl) = 1;
3650 DECL_CONTEXT (decl) = context;
3652 if (is_global)
3653 pushdecl_top_level (decl);
3654 else
3655 pushdecl (decl);
3657 /* A function in the user's namespace should have an explicit
3658 declaration before it is used. Mark the built-in function as
3659 anticipated but not actually declared. */
3660 if (name[0] != '_' || name[1] != '_')
3661 DECL_ANTICIPATED (decl) = 1;
3662 else if (strncmp (name + 2, "builtin_", strlen ("builtin_")) != 0)
3664 size_t len = strlen (name);
3666 /* Treat __*_chk fortification functions as anticipated as well,
3667 unless they are __builtin_*. */
3668 if (len > strlen ("___chk")
3669 && memcmp (name + len - strlen ("_chk"),
3670 "_chk", strlen ("_chk") + 1) == 0)
3671 DECL_ANTICIPATED (decl) = 1;
3674 return decl;
3677 tree
3678 cxx_builtin_function (tree decl)
3680 tree id = DECL_NAME (decl);
3681 const char *name = IDENTIFIER_POINTER (id);
3682 /* All builtins that don't begin with an '_' should additionally
3683 go in the 'std' namespace. */
3684 if (name[0] != '_')
3686 tree decl2 = copy_node(decl);
3687 push_namespace (std_identifier);
3688 builtin_function_1 (decl2, std_node, false);
3689 pop_namespace ();
3692 return builtin_function_1 (decl, NULL_TREE, false);
3695 /* Like cxx_builtin_function, but guarantee the function is added to the global
3696 scope. This is to allow function specific options to add new machine
3697 dependent builtins when the target ISA changes via attribute((target(...)))
3698 which saves space on program startup if the program does not use non-generic
3699 ISAs. */
3701 tree
3702 cxx_builtin_function_ext_scope (tree decl)
3705 tree id = DECL_NAME (decl);
3706 const char *name = IDENTIFIER_POINTER (id);
3707 /* All builtins that don't begin with an '_' should additionally
3708 go in the 'std' namespace. */
3709 if (name[0] != '_')
3711 tree decl2 = copy_node(decl);
3712 push_namespace (std_identifier);
3713 builtin_function_1 (decl2, std_node, true);
3714 pop_namespace ();
3717 return builtin_function_1 (decl, NULL_TREE, true);
3720 /* Generate a FUNCTION_DECL with the typical flags for a runtime library
3721 function. Not called directly. */
3723 static tree
3724 build_library_fn_1 (tree name, enum tree_code operator_code, tree type)
3726 tree fn = build_lang_decl (FUNCTION_DECL, name, type);
3727 DECL_EXTERNAL (fn) = 1;
3728 TREE_PUBLIC (fn) = 1;
3729 DECL_ARTIFICIAL (fn) = 1;
3730 SET_OVERLOADED_OPERATOR_CODE (fn, operator_code);
3731 SET_DECL_LANGUAGE (fn, lang_c);
3732 /* Runtime library routines are, by definition, available in an
3733 external shared object. */
3734 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT;
3735 DECL_VISIBILITY_SPECIFIED (fn) = 1;
3736 return fn;
3739 /* Returns the _DECL for a library function with C linkage.
3740 We assume that such functions never throw; if this is incorrect,
3741 callers should unset TREE_NOTHROW. */
3743 static tree
3744 build_library_fn (tree name, tree type)
3746 tree fn = build_library_fn_1 (name, ERROR_MARK, type);
3747 TREE_NOTHROW (fn) = 1;
3748 return fn;
3751 /* Returns the _DECL for a library function with C++ linkage. */
3753 static tree
3754 build_cp_library_fn (tree name, enum tree_code operator_code, tree type)
3756 tree fn = build_library_fn_1 (name, operator_code, type);
3757 TREE_NOTHROW (fn) = TYPE_NOTHROW_P (type);
3758 DECL_CONTEXT (fn) = FROB_CONTEXT (current_namespace);
3759 SET_DECL_LANGUAGE (fn, lang_cplusplus);
3760 return fn;
3763 /* Like build_library_fn, but takes a C string instead of an
3764 IDENTIFIER_NODE. */
3766 tree
3767 build_library_fn_ptr (const char* name, tree type)
3769 return build_library_fn (get_identifier (name), type);
3772 /* Like build_cp_library_fn, but takes a C string instead of an
3773 IDENTIFIER_NODE. */
3775 tree
3776 build_cp_library_fn_ptr (const char* name, tree type)
3778 return build_cp_library_fn (get_identifier (name), ERROR_MARK, type);
3781 /* Like build_library_fn, but also pushes the function so that we will
3782 be able to find it via IDENTIFIER_GLOBAL_VALUE. Also, the function
3783 may throw exceptions listed in RAISES. */
3785 tree
3786 push_library_fn (tree name, tree type, tree raises)
3788 tree fn;
3790 if (raises)
3791 type = build_exception_variant (type, raises);
3793 fn = build_library_fn (name, type);
3794 pushdecl_top_level (fn);
3795 return fn;
3798 /* Like build_cp_library_fn, but also pushes the function so that it
3799 will be found by normal lookup. */
3801 static tree
3802 push_cp_library_fn (enum tree_code operator_code, tree type)
3804 tree fn = build_cp_library_fn (ansi_opname (operator_code),
3805 operator_code,
3806 type);
3807 pushdecl (fn);
3808 return fn;
3811 /* Like push_library_fn, but takes a TREE_LIST of parm types rather than
3812 a FUNCTION_TYPE. */
3814 tree
3815 push_void_library_fn (tree name, tree parmtypes)
3817 tree type = build_function_type (void_type_node, parmtypes);
3818 return push_library_fn (name, type, NULL_TREE);
3821 /* Like push_library_fn, but also note that this function throws
3822 and does not return. Used for __throw_foo and the like. */
3824 tree
3825 push_throw_library_fn (tree name, tree type)
3827 tree fn = push_library_fn (name, type, NULL_TREE);
3828 TREE_THIS_VOLATILE (fn) = 1;
3829 TREE_NOTHROW (fn) = 0;
3830 return fn;
3833 /* When we call finish_struct for an anonymous union, we create
3834 default copy constructors and such. But, an anonymous union
3835 shouldn't have such things; this function undoes the damage to the
3836 anonymous union type T.
3838 (The reason that we create the synthesized methods is that we don't
3839 distinguish `union { int i; }' from `typedef union { int i; } U'.
3840 The first is an anonymous union; the second is just an ordinary
3841 union type.) */
3843 void
3844 fixup_anonymous_aggr (tree t)
3846 tree *q;
3848 /* Wipe out memory of synthesized methods. */
3849 TYPE_HAS_USER_CONSTRUCTOR (t) = 0;
3850 TYPE_HAS_DEFAULT_CONSTRUCTOR (t) = 0;
3851 TYPE_HAS_INIT_REF (t) = 0;
3852 TYPE_HAS_CONST_INIT_REF (t) = 0;
3853 TYPE_HAS_ASSIGN_REF (t) = 0;
3854 TYPE_HAS_CONST_ASSIGN_REF (t) = 0;
3856 /* Splice the implicitly generated functions out of the TYPE_METHODS
3857 list. */
3858 q = &TYPE_METHODS (t);
3859 while (*q)
3861 if (DECL_ARTIFICIAL (*q))
3862 *q = TREE_CHAIN (*q);
3863 else
3864 q = &TREE_CHAIN (*q);
3867 /* ISO C++ 9.5.3. Anonymous unions may not have function members. */
3868 if (TYPE_METHODS (t))
3870 tree decl = TYPE_MAIN_DECL (t);
3872 if (TREE_CODE (t) != UNION_TYPE)
3873 error_at (DECL_SOURCE_LOCATION (decl),
3874 "an anonymous struct cannot have function members");
3875 else
3876 error_at (DECL_SOURCE_LOCATION (decl),
3877 "an anonymous union cannot have function members");
3880 /* Anonymous aggregates cannot have fields with ctors, dtors or complex
3881 assignment operators (because they cannot have these methods themselves).
3882 For anonymous unions this is already checked because they are not allowed
3883 in any union, otherwise we have to check it. */
3884 if (TREE_CODE (t) != UNION_TYPE)
3886 tree field, type;
3888 for (field = TYPE_FIELDS (t); field; field = TREE_CHAIN (field))
3889 if (TREE_CODE (field) == FIELD_DECL)
3891 type = TREE_TYPE (field);
3892 if (CLASS_TYPE_P (type))
3894 if (TYPE_NEEDS_CONSTRUCTING (type))
3895 error ("member %q+#D with constructor not allowed "
3896 "in anonymous aggregate", field);
3897 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
3898 error ("member %q+#D with destructor not allowed "
3899 "in anonymous aggregate", field);
3900 if (TYPE_HAS_COMPLEX_ASSIGN_REF (type))
3901 error ("member %q+#D with copy assignment operator "
3902 "not allowed in anonymous aggregate", field);
3908 /* Make sure that a declaration with no declarator is well-formed, i.e.
3909 just declares a tagged type or anonymous union.
3911 Returns the type declared; or NULL_TREE if none. */
3913 tree
3914 check_tag_decl (cp_decl_specifier_seq *declspecs)
3916 int saw_friend = declspecs->specs[(int)ds_friend] != 0;
3917 int saw_typedef = declspecs->specs[(int)ds_typedef] != 0;
3918 /* If a class, struct, or enum type is declared by the DECLSPECS
3919 (i.e, if a class-specifier, enum-specifier, or non-typename
3920 elaborated-type-specifier appears in the DECLSPECS),
3921 DECLARED_TYPE is set to the corresponding type. */
3922 tree declared_type = NULL_TREE;
3923 bool error_p = false;
3925 if (declspecs->multiple_types_p)
3926 error ("multiple types in one declaration");
3927 else if (declspecs->redefined_builtin_type)
3929 if (!in_system_header)
3930 permerror (input_location, "redeclaration of C++ built-in type %qT",
3931 declspecs->redefined_builtin_type);
3932 return NULL_TREE;
3935 if (declspecs->type
3936 && TYPE_P (declspecs->type)
3937 && ((TREE_CODE (declspecs->type) != TYPENAME_TYPE
3938 && MAYBE_CLASS_TYPE_P (declspecs->type))
3939 || TREE_CODE (declspecs->type) == ENUMERAL_TYPE))
3940 declared_type = declspecs->type;
3941 else if (declspecs->type == error_mark_node)
3942 error_p = true;
3943 if (declared_type == NULL_TREE && ! saw_friend && !error_p)
3944 permerror (input_location, "declaration does not declare anything");
3945 /* Check for an anonymous union. */
3946 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type))
3947 && TYPE_ANONYMOUS_P (declared_type))
3949 /* 7/3 In a simple-declaration, the optional init-declarator-list
3950 can be omitted only when declaring a class (clause 9) or
3951 enumeration (7.2), that is, when the decl-specifier-seq contains
3952 either a class-specifier, an elaborated-type-specifier with
3953 a class-key (9.1), or an enum-specifier. In these cases and
3954 whenever a class-specifier or enum-specifier is present in the
3955 decl-specifier-seq, the identifiers in these specifiers are among
3956 the names being declared by the declaration (as class-name,
3957 enum-names, or enumerators, depending on the syntax). In such
3958 cases, and except for the declaration of an unnamed bit-field (9.6),
3959 the decl-specifier-seq shall introduce one or more names into the
3960 program, or shall redeclare a name introduced by a previous
3961 declaration. [Example:
3962 enum { }; // ill-formed
3963 typedef class { }; // ill-formed
3964 --end example] */
3965 if (saw_typedef)
3967 error ("missing type-name in typedef-declaration");
3968 return NULL_TREE;
3970 /* Anonymous unions are objects, so they can have specifiers. */;
3971 SET_ANON_AGGR_TYPE_P (declared_type);
3973 if (TREE_CODE (declared_type) != UNION_TYPE && !in_system_header)
3974 pedwarn (input_location, OPT_pedantic, "ISO C++ prohibits anonymous structs");
3977 else
3979 if (declspecs->specs[(int)ds_inline]
3980 || declspecs->specs[(int)ds_virtual])
3981 error ("%qs can only be specified for functions",
3982 declspecs->specs[(int)ds_inline]
3983 ? "inline" : "virtual");
3984 else if (saw_friend
3985 && (!current_class_type
3986 || current_scope () != current_class_type))
3987 error ("%<friend%> can only be specified inside a class");
3988 else if (declspecs->specs[(int)ds_explicit])
3989 error ("%<explicit%> can only be specified for constructors");
3990 else if (declspecs->storage_class)
3991 error ("a storage class can only be specified for objects "
3992 "and functions");
3993 else if (declspecs->specs[(int)ds_const]
3994 || declspecs->specs[(int)ds_volatile]
3995 || declspecs->specs[(int)ds_restrict]
3996 || declspecs->specs[(int)ds_thread])
3997 error ("qualifiers can only be specified for objects "
3998 "and functions");
3999 else if (saw_typedef)
4000 warning (0, "%<typedef%> was ignored in this declaration");
4001 else if (declspecs->specs[(int) ds_constexpr])
4002 error ("%<constexpr> cannot be used for type declarations");
4005 return declared_type;
4008 /* Called when a declaration is seen that contains no names to declare.
4009 If its type is a reference to a structure, union or enum inherited
4010 from a containing scope, shadow that tag name for the current scope
4011 with a forward reference.
4012 If its type defines a new named structure or union
4013 or defines an enum, it is valid but we need not do anything here.
4014 Otherwise, it is an error.
4016 C++: may have to grok the declspecs to learn about static,
4017 complain for anonymous unions.
4019 Returns the TYPE declared -- or NULL_TREE if none. */
4021 tree
4022 shadow_tag (cp_decl_specifier_seq *declspecs)
4024 tree t = check_tag_decl (declspecs);
4026 if (!t)
4027 return NULL_TREE;
4029 if (declspecs->attributes)
4031 warning (0, "attribute ignored in declaration of %q+#T", t);
4032 warning (0, "attribute for %q+#T must follow the %qs keyword",
4033 t, class_key_or_enum_as_string (t));
4037 if (maybe_process_partial_specialization (t) == error_mark_node)
4038 return NULL_TREE;
4040 /* This is where the variables in an anonymous union are
4041 declared. An anonymous union declaration looks like:
4042 union { ... } ;
4043 because there is no declarator after the union, the parser
4044 sends that declaration here. */
4045 if (ANON_AGGR_TYPE_P (t))
4047 fixup_anonymous_aggr (t);
4049 if (TYPE_FIELDS (t))
4051 tree decl = grokdeclarator (/*declarator=*/NULL,
4052 declspecs, NORMAL, 0, NULL);
4053 finish_anon_union (decl);
4057 return t;
4060 /* Decode a "typename", such as "int **", returning a ..._TYPE node. */
4062 tree
4063 groktypename (cp_decl_specifier_seq *type_specifiers,
4064 const cp_declarator *declarator,
4065 bool is_template_arg)
4067 tree attrs;
4068 tree type;
4069 enum decl_context context
4070 = is_template_arg ? TEMPLATE_TYPE_ARG : TYPENAME;
4071 attrs = type_specifiers->attributes;
4072 type_specifiers->attributes = NULL_TREE;
4073 type = grokdeclarator (declarator, type_specifiers, context, 0, &attrs);
4074 if (attrs && type != error_mark_node)
4076 if (CLASS_TYPE_P (type))
4077 warning (OPT_Wattributes, "ignoring attributes applied to class type %qT "
4078 "outside of definition", type);
4079 else if (MAYBE_CLASS_TYPE_P (type))
4080 /* A template type parameter or other dependent type. */
4081 warning (OPT_Wattributes, "ignoring attributes applied to dependent "
4082 "type %qT without an associated declaration", type);
4083 else
4084 cplus_decl_attributes (&type, attrs, 0);
4086 return type;
4089 /* Process a DECLARATOR for a function-scope variable declaration,
4090 namespace-scope variable declaration, or function declaration.
4091 (Function definitions go through start_function; class member
4092 declarations appearing in the body of the class go through
4093 grokfield.) The DECL corresponding to the DECLARATOR is returned.
4094 If an error occurs, the error_mark_node is returned instead.
4096 DECLSPECS are the decl-specifiers for the declaration. INITIALIZED is
4097 SD_INITIALIZED if an explicit initializer is present, or SD_DEFAULTED
4098 for an explicitly defaulted function, or SD_DELETED for an explicitly
4099 deleted function, but 0 (SD_UNINITIALIZED) if this is a variable
4100 implicitly initialized via a default constructor. ATTRIBUTES and
4101 PREFIX_ATTRIBUTES are GNU attributes associated with this declaration.
4102 *PUSHED_SCOPE_P is set to the scope entered in this function, if any; if
4103 set, the caller is responsible for calling pop_scope. */
4105 tree
4106 start_decl (const cp_declarator *declarator,
4107 cp_decl_specifier_seq *declspecs,
4108 int initialized,
4109 tree attributes,
4110 tree prefix_attributes,
4111 tree *pushed_scope_p)
4113 tree decl;
4114 tree context;
4115 bool was_public;
4116 int flags;
4118 *pushed_scope_p = NULL_TREE;
4120 /* An object declared as __attribute__((deprecated)) suppresses
4121 warnings of uses of other deprecated items. */
4122 if (lookup_attribute ("deprecated", attributes))
4123 deprecated_state = DEPRECATED_SUPPRESS;
4125 attributes = chainon (attributes, prefix_attributes);
4127 decl = grokdeclarator (declarator, declspecs, NORMAL, initialized,
4128 &attributes);
4130 deprecated_state = DEPRECATED_NORMAL;
4132 if (decl == NULL_TREE || TREE_CODE (decl) == VOID_TYPE
4133 || decl == error_mark_node)
4134 return error_mark_node;
4136 context = DECL_CONTEXT (decl);
4138 if (context)
4140 *pushed_scope_p = push_scope (context);
4142 /* We are only interested in class contexts, later. */
4143 if (TREE_CODE (context) == NAMESPACE_DECL)
4144 context = NULL_TREE;
4147 if (initialized)
4148 /* Is it valid for this decl to have an initializer at all?
4149 If not, set INITIALIZED to zero, which will indirectly
4150 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
4151 switch (TREE_CODE (decl))
4153 case TYPE_DECL:
4154 error ("typedef %qD is initialized (use decltype instead)", decl);
4155 return error_mark_node;
4157 case FUNCTION_DECL:
4158 if (initialized == SD_DELETED)
4159 /* We'll handle the rest of the semantics later, but we need to
4160 set this now so it's visible to duplicate_decls. */
4161 DECL_DELETED_FN (decl) = 1;
4162 break;
4164 default:
4165 break;
4168 if (initialized)
4170 if (! toplevel_bindings_p ()
4171 && DECL_EXTERNAL (decl))
4172 warning (0, "declaration of %q#D has %<extern%> and is initialized",
4173 decl);
4174 DECL_EXTERNAL (decl) = 0;
4175 if (toplevel_bindings_p ())
4176 TREE_STATIC (decl) = 1;
4179 /* If this is a typedef that names the class for linkage purposes
4180 (7.1.3p8), apply any attributes directly to the type. */
4181 if (TREE_CODE (decl) == TYPE_DECL
4182 && TAGGED_TYPE_P (TREE_TYPE (decl))
4183 && decl == TYPE_NAME (TYPE_MAIN_VARIANT (TREE_TYPE (decl))))
4184 flags = ATTR_FLAG_TYPE_IN_PLACE;
4185 else
4186 flags = 0;
4188 /* Set attributes here so if duplicate decl, will have proper attributes. */
4189 cplus_decl_attributes (&decl, attributes, flags);
4191 /* Dllimported symbols cannot be defined. Static data members (which
4192 can be initialized in-class and dllimported) go through grokfield,
4193 not here, so we don't need to exclude those decls when checking for
4194 a definition. */
4195 if (initialized && DECL_DLLIMPORT_P (decl))
4197 error ("definition of %q#D is marked %<dllimport%>", decl);
4198 DECL_DLLIMPORT_P (decl) = 0;
4201 /* If #pragma weak was used, mark the decl weak now. */
4202 maybe_apply_pragma_weak (decl);
4204 if (TREE_CODE (decl) == FUNCTION_DECL
4205 && DECL_DECLARED_INLINE_P (decl)
4206 && DECL_UNINLINABLE (decl)
4207 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl)))
4208 warning (0, "inline function %q+D given attribute noinline", decl);
4210 if (context && COMPLETE_TYPE_P (complete_type (context)))
4212 if (TREE_CODE (decl) == VAR_DECL)
4214 tree field = lookup_field (context, DECL_NAME (decl), 0, false);
4215 if (field == NULL_TREE || TREE_CODE (field) != VAR_DECL)
4216 error ("%q#D is not a static member of %q#T", decl, context);
4217 else
4219 if (DECL_CONTEXT (field) != context)
4221 if (!same_type_p (DECL_CONTEXT (field), context))
4222 permerror (input_location, "ISO C++ does not permit %<%T::%D%> "
4223 "to be defined as %<%T::%D%>",
4224 DECL_CONTEXT (field), DECL_NAME (decl),
4225 context, DECL_NAME (decl));
4226 DECL_CONTEXT (decl) = DECL_CONTEXT (field);
4228 if (processing_specialization
4229 && template_class_depth (context) == 0
4230 && CLASSTYPE_TEMPLATE_SPECIALIZATION (context))
4231 error ("template header not allowed in member definition "
4232 "of explicitly specialized class");
4233 /* Static data member are tricky; an in-class initialization
4234 still doesn't provide a definition, so the in-class
4235 declaration will have DECL_EXTERNAL set, but will have an
4236 initialization. Thus, duplicate_decls won't warn
4237 about this situation, and so we check here. */
4238 if (initialized && DECL_INITIALIZED_IN_CLASS_P (field))
4239 error ("duplicate initialization of %qD", decl);
4240 if (duplicate_decls (decl, field, /*newdecl_is_friend=*/false))
4241 decl = field;
4242 if (declspecs->specs[(int) ds_constexpr]
4243 && !DECL_DECLARED_CONSTEXPR_P (field))
4244 error ("%qD declared %<constexpr%> outside its class", field);
4247 else
4249 tree field = check_classfn (context, decl,
4250 (processing_template_decl
4251 > template_class_depth (context))
4252 ? current_template_parms
4253 : NULL_TREE);
4254 if (field && field != error_mark_node
4255 && duplicate_decls (decl, field,
4256 /*newdecl_is_friend=*/false))
4257 decl = field;
4260 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
4261 DECL_IN_AGGR_P (decl) = 0;
4262 /* Do not mark DECL as an explicit specialization if it was not
4263 already marked as an instantiation; a declaration should
4264 never be marked as a specialization unless we know what
4265 template is being specialized. */
4266 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl))
4268 SET_DECL_TEMPLATE_SPECIALIZATION (decl);
4270 /* [temp.expl.spec] An explicit specialization of a static data
4271 member of a template is a definition if the declaration
4272 includes an initializer; otherwise, it is a declaration.
4274 We check for processing_specialization so this only applies
4275 to the new specialization syntax. */
4276 if (!initialized && processing_specialization)
4277 DECL_EXTERNAL (decl) = 1;
4280 if (DECL_EXTERNAL (decl) && ! DECL_TEMPLATE_SPECIALIZATION (decl))
4281 permerror (input_location, "declaration of %q#D outside of class is not definition",
4282 decl);
4284 if (!ensure_literal_type_for_constexpr_object (decl))
4285 return error_mark_node;
4288 was_public = TREE_PUBLIC (decl);
4290 /* Enter this declaration into the symbol table. */
4291 decl = maybe_push_decl (decl);
4293 if (processing_template_decl)
4294 decl = push_template_decl (decl);
4295 if (decl == error_mark_node)
4296 return error_mark_node;
4298 /* Tell the back end to use or not use .common as appropriate. If we say
4299 -fconserve-space, we want this to save .data space, at the expense of
4300 wrong semantics. If we say -fno-conserve-space, we want this to
4301 produce errors about redefs; to do this we force variables into the
4302 data segment. */
4303 if (flag_conserve_space
4304 && TREE_CODE (decl) == VAR_DECL
4305 && TREE_PUBLIC (decl)
4306 && !DECL_THREAD_LOCAL_P (decl)
4307 && !have_global_bss_p ())
4308 DECL_COMMON (decl) = 1;
4310 if (TREE_CODE (decl) == VAR_DECL
4311 && DECL_NAMESPACE_SCOPE_P (decl) && !TREE_PUBLIC (decl) && !was_public
4312 && !DECL_THIS_STATIC (decl) && !DECL_ARTIFICIAL (decl))
4314 /* This is a const variable with implicit 'static'. Set
4315 DECL_THIS_STATIC so we can tell it from variables that are
4316 !TREE_PUBLIC because of the anonymous namespace. */
4317 gcc_assert (cp_type_readonly (TREE_TYPE (decl)));
4318 DECL_THIS_STATIC (decl) = 1;
4321 if (!processing_template_decl && TREE_CODE (decl) == VAR_DECL)
4322 start_decl_1 (decl, initialized);
4324 return decl;
4327 /* Process the declaration of a variable DECL. INITIALIZED is true
4328 iff DECL is explicitly initialized. (INITIALIZED is false if the
4329 variable is initialized via an implicitly-called constructor.)
4330 This function must be called for ordinary variables (including, for
4331 example, implicit instantiations of templates), but must not be
4332 called for template declarations. */
4334 void
4335 start_decl_1 (tree decl, bool initialized)
4337 tree type;
4338 bool complete_p;
4339 bool aggregate_definition_p;
4341 gcc_assert (!processing_template_decl);
4343 if (error_operand_p (decl))
4344 return;
4346 gcc_assert (TREE_CODE (decl) == VAR_DECL);
4348 type = TREE_TYPE (decl);
4349 complete_p = COMPLETE_TYPE_P (type);
4350 aggregate_definition_p = MAYBE_CLASS_TYPE_P (type) && !DECL_EXTERNAL (decl);
4352 /* If an explicit initializer is present, or if this is a definition
4353 of an aggregate, then we need a complete type at this point.
4354 (Scalars are always complete types, so there is nothing to
4355 check.) This code just sets COMPLETE_P; errors (if necessary)
4356 are issued below. */
4357 if ((initialized || aggregate_definition_p)
4358 && !complete_p
4359 && COMPLETE_TYPE_P (complete_type (type)))
4361 complete_p = true;
4362 /* We will not yet have set TREE_READONLY on DECL if the type
4363 was "const", but incomplete, before this point. But, now, we
4364 have a complete type, so we can try again. */
4365 cp_apply_type_quals_to_decl (cp_type_quals (type), decl);
4368 if (initialized)
4369 /* Is it valid for this decl to have an initializer at all? */
4371 /* Don't allow initializations for incomplete types except for
4372 arrays which might be completed by the initialization. */
4373 if (complete_p)
4374 ; /* A complete type is ok. */
4375 else if (type_uses_auto (type))
4376 ; /* An auto type is ok. */
4377 else if (TREE_CODE (type) != ARRAY_TYPE)
4379 error ("variable %q#D has initializer but incomplete type", decl);
4380 type = TREE_TYPE (decl) = error_mark_node;
4382 else if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type))))
4384 if (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl))
4385 error ("elements of array %q#D have incomplete type", decl);
4386 /* else we already gave an error in start_decl. */
4389 else if (aggregate_definition_p && !complete_p)
4391 if (type_uses_auto (type))
4392 error ("declaration of %q#D has no initializer", decl);
4393 else
4394 error ("aggregate %q#D has incomplete type and cannot be defined",
4395 decl);
4396 /* Change the type so that assemble_variable will give
4397 DECL an rtl we can live with: (mem (const_int 0)). */
4398 type = TREE_TYPE (decl) = error_mark_node;
4401 /* Create a new scope to hold this declaration if necessary.
4402 Whether or not a new scope is necessary cannot be determined
4403 until after the type has been completed; if the type is a
4404 specialization of a class template it is not until after
4405 instantiation has occurred that TYPE_HAS_NONTRIVIAL_DESTRUCTOR
4406 will be set correctly. */
4407 maybe_push_cleanup_level (type);
4410 /* Handle initialization of references. DECL, TYPE, and INIT have the
4411 same meaning as in cp_finish_decl. *CLEANUP must be NULL on entry,
4412 but will be set to a new CLEANUP_STMT if a temporary is created
4413 that must be destroyed subsequently.
4415 Returns an initializer expression to use to initialize DECL, or
4416 NULL if the initialization can be performed statically.
4418 Quotes on semantics can be found in ARM 8.4.3. */
4420 static tree
4421 grok_reference_init (tree decl, tree type, tree init, tree *cleanup)
4423 tree tmp;
4425 if (init == NULL_TREE)
4427 if ((DECL_LANG_SPECIFIC (decl) == 0
4428 || DECL_IN_AGGR_P (decl) == 0)
4429 && ! DECL_THIS_EXTERN (decl))
4430 error ("%qD declared as reference but not initialized", decl);
4431 return NULL_TREE;
4434 if (TREE_CODE (init) == TREE_LIST)
4435 init = build_x_compound_expr_from_list (init, "initializer");
4437 if (TREE_CODE (TREE_TYPE (type)) != ARRAY_TYPE
4438 && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE)
4439 /* Note: default conversion is only called in very special cases. */
4440 init = decay_conversion (init);
4442 /* Convert INIT to the reference type TYPE. This may involve the
4443 creation of a temporary, whose lifetime must be the same as that
4444 of the reference. If so, a DECL_EXPR for the temporary will be
4445 added just after the DECL_EXPR for DECL. That's why we don't set
4446 DECL_INITIAL for local references (instead assigning to them
4447 explicitly); we need to allow the temporary to be initialized
4448 first. */
4449 tmp = initialize_reference (type, init, decl, cleanup, tf_warning_or_error);
4451 if (tmp == error_mark_node)
4452 return NULL_TREE;
4453 else if (tmp == NULL_TREE)
4455 error ("cannot initialize %qT from %qT", type, TREE_TYPE (init));
4456 return NULL_TREE;
4459 if (TREE_STATIC (decl) && !TREE_CONSTANT (tmp))
4460 return tmp;
4462 DECL_INITIAL (decl) = tmp;
4464 return NULL_TREE;
4467 /* Subroutine of check_initializer. We're initializing a DECL of
4468 std::initializer_list<T> TYPE from a braced-init-list INIT, and need to
4469 extend the lifetime of the underlying array to match that of the decl,
4470 just like for reference initialization. CLEANUP is as for
4471 grok_reference_init. */
4473 static tree
4474 build_init_list_var_init (tree decl, tree type, tree init, tree *cleanup)
4476 tree aggr_init, array, arrtype;
4477 init = perform_implicit_conversion (type, init, tf_warning_or_error);
4478 if (error_operand_p (init))
4479 return error_mark_node;
4481 aggr_init = TARGET_EXPR_INITIAL (init);
4482 init = build2 (INIT_EXPR, type, decl, init);
4484 array = AGGR_INIT_EXPR_ARG (aggr_init, 1);
4485 arrtype = TREE_TYPE (array);
4486 STRIP_NOPS (array);
4487 gcc_assert (TREE_CODE (array) == ADDR_EXPR);
4488 array = TREE_OPERAND (array, 0);
4489 /* If the array is constant, finish_compound_literal already made it a
4490 static variable and we don't need to do anything here. */
4491 if (decl && TREE_CODE (array) == TARGET_EXPR)
4493 tree subinit;
4494 tree var = set_up_extended_ref_temp (decl, array, cleanup, &subinit);
4495 var = build_address (var);
4496 var = convert (arrtype, var);
4497 AGGR_INIT_EXPR_ARG (aggr_init, 1) = var;
4498 init = build2 (COMPOUND_EXPR, TREE_TYPE (init), subinit, init);
4500 return init;
4503 /* Designated initializers in arrays are not supported in GNU C++.
4504 The parser cannot detect this error since it does not know whether
4505 a given brace-enclosed initializer is for a class type or for an
4506 array. This function checks that CE does not use a designated
4507 initializer. If it does, an error is issued. Returns true if CE
4508 is valid, i.e., does not have a designated initializer. */
4510 static bool
4511 check_array_designated_initializer (const constructor_elt *ce)
4513 /* Designated initializers for array elements are not supported. */
4514 if (ce->index)
4516 /* The parser only allows identifiers as designated
4517 initializers. */
4518 if (ce->index == error_mark_node)
4519 error ("name used in a GNU-style designated "
4520 "initializer for an array");
4521 else
4523 gcc_assert (TREE_CODE (ce->index) == IDENTIFIER_NODE);
4524 error ("name %qD used in a GNU-style designated "
4525 "initializer for an array", ce->index);
4527 return false;
4530 return true;
4533 /* When parsing `int a[] = {1, 2};' we don't know the size of the
4534 array until we finish parsing the initializer. If that's the
4535 situation we're in, update DECL accordingly. */
4537 static void
4538 maybe_deduce_size_from_array_init (tree decl, tree init)
4540 tree type = TREE_TYPE (decl);
4542 if (TREE_CODE (type) == ARRAY_TYPE
4543 && TYPE_DOMAIN (type) == NULL_TREE
4544 && TREE_CODE (decl) != TYPE_DECL)
4546 /* do_default is really a C-ism to deal with tentative definitions.
4547 But let's leave it here to ease the eventual merge. */
4548 int do_default = !DECL_EXTERNAL (decl);
4549 tree initializer = init ? init : DECL_INITIAL (decl);
4550 int failure = 0;
4552 /* Check that there are no designated initializers in INIT, as
4553 those are not supported in GNU C++, and as the middle-end
4554 will crash if presented with a non-numeric designated
4555 initializer. */
4556 if (initializer && TREE_CODE (initializer) == CONSTRUCTOR)
4558 VEC(constructor_elt,gc) *v = CONSTRUCTOR_ELTS (initializer);
4559 constructor_elt *ce;
4560 HOST_WIDE_INT i;
4561 for (i = 0;
4562 VEC_iterate (constructor_elt, v, i, ce);
4563 ++i)
4564 if (!check_array_designated_initializer (ce))
4565 failure = 1;
4568 if (!failure)
4570 failure = cp_complete_array_type (&TREE_TYPE (decl), initializer,
4571 do_default);
4572 if (failure == 1)
4574 error ("initializer fails to determine size of %qD", decl);
4575 TREE_TYPE (decl) = error_mark_node;
4577 else if (failure == 2)
4579 if (do_default)
4581 error ("array size missing in %qD", decl);
4582 TREE_TYPE (decl) = error_mark_node;
4584 /* If a `static' var's size isn't known, make it extern as
4585 well as static, so it does not get allocated. If it's not
4586 `static', then don't mark it extern; finish_incomplete_decl
4587 will give it a default size and it will get allocated. */
4588 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
4589 DECL_EXTERNAL (decl) = 1;
4591 else if (failure == 3)
4593 error ("zero-size array %qD", decl);
4594 TREE_TYPE (decl) = error_mark_node;
4598 cp_apply_type_quals_to_decl (cp_type_quals (TREE_TYPE (decl)), decl);
4600 relayout_decl (decl);
4604 /* Set DECL_SIZE, DECL_ALIGN, etc. for DECL (a VAR_DECL), and issue
4605 any appropriate error messages regarding the layout. */
4607 static void
4608 layout_var_decl (tree decl)
4610 tree type;
4612 type = TREE_TYPE (decl);
4613 if (type == error_mark_node)
4614 return;
4616 /* If we haven't already layed out this declaration, do so now.
4617 Note that we must not call complete type for an external object
4618 because it's type might involve templates that we are not
4619 supposed to instantiate yet. (And it's perfectly valid to say
4620 `extern X x' for some incomplete type `X'.) */
4621 if (!DECL_EXTERNAL (decl))
4622 complete_type (type);
4623 if (!DECL_SIZE (decl)
4624 && TREE_TYPE (decl) != error_mark_node
4625 && (COMPLETE_TYPE_P (type)
4626 || (TREE_CODE (type) == ARRAY_TYPE
4627 && !TYPE_DOMAIN (type)
4628 && COMPLETE_TYPE_P (TREE_TYPE (type)))))
4629 layout_decl (decl, 0);
4631 if (!DECL_EXTERNAL (decl) && DECL_SIZE (decl) == NULL_TREE)
4633 /* An automatic variable with an incomplete type: that is an error.
4634 Don't talk about array types here, since we took care of that
4635 message in grokdeclarator. */
4636 error ("storage size of %qD isn't known", decl);
4637 TREE_TYPE (decl) = error_mark_node;
4639 #if 0
4640 /* Keep this code around in case we later want to control debug info
4641 based on whether a type is "used". (jason 1999-11-11) */
4643 else if (!DECL_EXTERNAL (decl) && MAYBE_CLASS_TYPE_P (ttype))
4644 /* Let debugger know it should output info for this type. */
4645 note_debug_info_needed (ttype);
4647 if (TREE_STATIC (decl) && DECL_CLASS_SCOPE_P (decl))
4648 note_debug_info_needed (DECL_CONTEXT (decl));
4649 #endif
4651 if ((DECL_EXTERNAL (decl) || TREE_STATIC (decl))
4652 && DECL_SIZE (decl) != NULL_TREE
4653 && ! TREE_CONSTANT (DECL_SIZE (decl)))
4655 if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST)
4656 constant_expression_warning (DECL_SIZE (decl));
4657 else
4659 error ("storage size of %qD isn't constant", decl);
4660 TREE_TYPE (decl) = error_mark_node;
4665 /* If a local static variable is declared in an inline function, or if
4666 we have a weak definition, we must endeavor to create only one
4667 instance of the variable at link-time. */
4669 void
4670 maybe_commonize_var (tree decl)
4672 /* Static data in a function with comdat linkage also has comdat
4673 linkage. */
4674 if (TREE_STATIC (decl)
4675 /* Don't mess with __FUNCTION__. */
4676 && ! DECL_ARTIFICIAL (decl)
4677 && DECL_FUNCTION_SCOPE_P (decl)
4678 && vague_linkage_p (DECL_CONTEXT (decl)))
4680 if (flag_weak)
4682 /* With weak symbols, we simply make the variable COMDAT;
4683 that will cause copies in multiple translations units to
4684 be merged. */
4685 comdat_linkage (decl);
4687 else
4689 if (DECL_INITIAL (decl) == NULL_TREE
4690 || DECL_INITIAL (decl) == error_mark_node)
4692 /* Without weak symbols, we can use COMMON to merge
4693 uninitialized variables. */
4694 TREE_PUBLIC (decl) = 1;
4695 DECL_COMMON (decl) = 1;
4697 else
4699 /* While for initialized variables, we must use internal
4700 linkage -- which means that multiple copies will not
4701 be merged. */
4702 TREE_PUBLIC (decl) = 0;
4703 DECL_COMMON (decl) = 0;
4704 warning_at (input_location, 0,
4705 "sorry: semantics of inline function static "
4706 "data %q+#D are wrong (you'll wind up "
4707 "with multiple copies)", decl);
4708 warning_at (DECL_SOURCE_LOCATION (decl), 0,
4709 " you can work around this by removing "
4710 "the initializer");
4714 else if (DECL_LANG_SPECIFIC (decl) && DECL_COMDAT (decl))
4715 /* Set it up again; we might have set DECL_INITIAL since the last
4716 time. */
4717 comdat_linkage (decl);
4720 /* Issue an error message if DECL is an uninitialized const variable. */
4722 static void
4723 check_for_uninitialized_const_var (tree decl)
4725 tree type = TREE_TYPE (decl);
4727 if (TREE_CODE (decl) == VAR_DECL && DECL_DECLARED_CONSTEXPR_P (decl)
4728 && DECL_INITIAL (decl) == NULL)
4729 error ("missing initializer for constexpr %qD", decl);
4731 /* ``Unless explicitly declared extern, a const object does not have
4732 external linkage and must be initialized. ($8.4; $12.1)'' ARM
4733 7.1.6 */
4734 else if (TREE_CODE (decl) == VAR_DECL
4735 && TREE_CODE (type) != REFERENCE_TYPE
4736 && CP_TYPE_CONST_P (type)
4737 && !TYPE_NEEDS_CONSTRUCTING (type)
4738 && !DECL_INITIAL (decl))
4739 error ("uninitialized const %qD", decl);
4743 /* Structure holding the current initializer being processed by reshape_init.
4744 CUR is a pointer to the current element being processed, END is a pointer
4745 after the last element present in the initializer. */
4746 typedef struct reshape_iterator_t
4748 constructor_elt *cur;
4749 constructor_elt *end;
4750 } reshape_iter;
4752 static tree reshape_init_r (tree, reshape_iter *, bool);
4754 /* FIELD is a FIELD_DECL or NULL. In the former case, the value
4755 returned is the next FIELD_DECL (possibly FIELD itself) that can be
4756 initialized. If there are no more such fields, the return value
4757 will be NULL. */
4759 static tree
4760 next_initializable_field (tree field)
4762 while (field
4763 && (TREE_CODE (field) != FIELD_DECL
4764 || (DECL_C_BIT_FIELD (field) && !DECL_NAME (field))
4765 || DECL_ARTIFICIAL (field)))
4766 field = TREE_CHAIN (field);
4768 return field;
4771 /* Subroutine of reshape_init_array and reshape_init_vector, which does
4772 the actual work. ELT_TYPE is the element type of the array. MAX_INDEX is an
4773 INTEGER_CST representing the size of the array minus one (the maximum index),
4774 or NULL_TREE if the array was declared without specifying the size. D is
4775 the iterator within the constructor. */
4777 static tree
4778 reshape_init_array_1 (tree elt_type, tree max_index, reshape_iter *d)
4780 tree new_init;
4781 bool sized_array_p = (max_index != NULL_TREE);
4782 unsigned HOST_WIDE_INT max_index_cst = 0;
4783 unsigned HOST_WIDE_INT index;
4785 /* The initializer for an array is always a CONSTRUCTOR. */
4786 new_init = build_constructor (init_list_type_node, NULL);
4788 if (sized_array_p)
4790 /* Minus 1 is used for zero sized arrays. */
4791 if (integer_all_onesp (max_index))
4792 return new_init;
4794 if (host_integerp (max_index, 1))
4795 max_index_cst = tree_low_cst (max_index, 1);
4796 /* sizetype is sign extended, not zero extended. */
4797 else
4798 max_index_cst = tree_low_cst (fold_convert (size_type_node, max_index),
4802 /* Loop until there are no more initializers. */
4803 for (index = 0;
4804 d->cur != d->end && (!sized_array_p || index <= max_index_cst);
4805 ++index)
4807 tree elt_init;
4809 check_array_designated_initializer (d->cur);
4810 elt_init = reshape_init_r (elt_type, d, /*first_initializer_p=*/false);
4811 if (elt_init == error_mark_node)
4812 return error_mark_node;
4813 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), NULL_TREE, elt_init);
4816 return new_init;
4819 /* Subroutine of reshape_init_r, processes the initializers for arrays.
4820 Parameters are the same of reshape_init_r. */
4822 static tree
4823 reshape_init_array (tree type, reshape_iter *d)
4825 tree max_index = NULL_TREE;
4827 gcc_assert (TREE_CODE (type) == ARRAY_TYPE);
4829 if (TYPE_DOMAIN (type))
4830 max_index = array_type_nelts (type);
4832 return reshape_init_array_1 (TREE_TYPE (type), max_index, d);
4835 /* Subroutine of reshape_init_r, processes the initializers for vectors.
4836 Parameters are the same of reshape_init_r. */
4838 static tree
4839 reshape_init_vector (tree type, reshape_iter *d)
4841 tree max_index = NULL_TREE;
4842 tree rtype;
4844 gcc_assert (TREE_CODE (type) == VECTOR_TYPE);
4846 if (COMPOUND_LITERAL_P (d->cur->value))
4848 tree value = d->cur->value;
4849 if (!same_type_p (TREE_TYPE (value), type))
4851 error ("invalid type %qT as initializer for a vector of type %qT",
4852 TREE_TYPE (d->cur->value), type);
4853 value = error_mark_node;
4855 ++d->cur;
4856 return value;
4859 /* For a vector, the representation type is a struct
4860 containing a single member which is an array of the
4861 appropriate size. */
4862 rtype = TYPE_DEBUG_REPRESENTATION_TYPE (type);
4863 if (rtype && TYPE_DOMAIN (TREE_TYPE (TYPE_FIELDS (rtype))))
4864 max_index = array_type_nelts (TREE_TYPE (TYPE_FIELDS (rtype)));
4866 return reshape_init_array_1 (TREE_TYPE (type), max_index, d);
4869 /* Subroutine of reshape_init_r, processes the initializers for classes
4870 or union. Parameters are the same of reshape_init_r. */
4872 static tree
4873 reshape_init_class (tree type, reshape_iter *d, bool first_initializer_p)
4875 tree field;
4876 tree new_init;
4878 gcc_assert (CLASS_TYPE_P (type));
4880 /* The initializer for a class is always a CONSTRUCTOR. */
4881 new_init = build_constructor (init_list_type_node, NULL);
4882 field = next_initializable_field (TYPE_FIELDS (type));
4884 if (!field)
4886 /* [dcl.init.aggr]
4888 An initializer for an aggregate member that is an
4889 empty class shall have the form of an empty
4890 initializer-list {}. */
4891 if (!first_initializer_p)
4893 error ("initializer for %qT must be brace-enclosed", type);
4894 return error_mark_node;
4896 return new_init;
4899 /* Loop through the initializable fields, gathering initializers. */
4900 while (d->cur != d->end)
4902 tree field_init;
4904 /* Handle designated initializers, as an extension. */
4905 if (d->cur->index)
4907 field = lookup_field_1 (type, d->cur->index, /*want_type=*/false);
4909 if (!field || TREE_CODE (field) != FIELD_DECL)
4911 error ("%qT has no non-static data member named %qD", type,
4912 d->cur->index);
4913 return error_mark_node;
4917 /* If we processed all the member of the class, we are done. */
4918 if (!field)
4919 break;
4921 field_init = reshape_init_r (TREE_TYPE (field), d,
4922 /*first_initializer_p=*/false);
4923 if (field_init == error_mark_node)
4924 return error_mark_node;
4926 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), field, field_init);
4928 /* [dcl.init.aggr]
4930 When a union is initialized with a brace-enclosed
4931 initializer, the braces shall only contain an
4932 initializer for the first member of the union. */
4933 if (TREE_CODE (type) == UNION_TYPE)
4934 break;
4936 field = next_initializable_field (TREE_CHAIN (field));
4939 return new_init;
4942 /* Subroutine of reshape_init, which processes a single initializer (part of
4943 a CONSTRUCTOR). TYPE is the type of the variable being initialized, D is the
4944 iterator within the CONSTRUCTOR which points to the initializer to process.
4945 FIRST_INITIALIZER_P is true if this is the first initializer of the
4946 outermost CONSTRUCTOR node. */
4948 static tree
4949 reshape_init_r (tree type, reshape_iter *d, bool first_initializer_p)
4951 tree init = d->cur->value;
4953 if (error_operand_p (init))
4954 return error_mark_node;
4956 /* A non-aggregate type is always initialized with a single
4957 initializer. */
4958 if (!CP_AGGREGATE_TYPE_P (type))
4960 /* It is invalid to initialize a non-aggregate type with a
4961 brace-enclosed initializer before C++0x.
4962 We need to check for BRACE_ENCLOSED_INITIALIZER_P here because
4963 of g++.old-deja/g++.mike/p7626.C: a pointer-to-member constant is
4964 a CONSTRUCTOR (with a record type). */
4965 if (TREE_CODE (init) == CONSTRUCTOR
4966 && BRACE_ENCLOSED_INITIALIZER_P (init)) /* p7626.C */
4968 if (SCALAR_TYPE_P (type))
4970 error ("braces around scalar initializer for type %qT", type);
4971 init = error_mark_node;
4973 else
4974 maybe_warn_cpp0x (CPP0X_INITIALIZER_LISTS);
4977 d->cur++;
4978 return init;
4981 /* [dcl.init.aggr]
4983 All implicit type conversions (clause _conv_) are considered when
4984 initializing the aggregate member with an initializer from an
4985 initializer-list. If the initializer can initialize a member,
4986 the member is initialized. Otherwise, if the member is itself a
4987 non-empty subaggregate, brace elision is assumed and the
4988 initializer is considered for the initialization of the first
4989 member of the subaggregate. */
4990 if (TREE_CODE (init) != CONSTRUCTOR
4991 /* But don't try this for the first initializer, since that would be
4992 looking through the outermost braces; A a2 = { a1 }; is not a
4993 valid aggregate initialization. */
4994 && !first_initializer_p
4995 && (same_type_ignoring_top_level_qualifiers_p (type, TREE_TYPE (init))
4996 || can_convert_arg (type, TREE_TYPE (init), init, LOOKUP_NORMAL)))
4998 d->cur++;
4999 return init;
5002 /* [dcl.init.string]
5004 A char array (whether plain char, signed char, or unsigned char)
5005 can be initialized by a string-literal (optionally enclosed in
5006 braces); a wchar_t array can be initialized by a wide
5007 string-literal (optionally enclosed in braces). */
5008 if (TREE_CODE (type) == ARRAY_TYPE
5009 && char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (type))))
5011 tree str_init = init;
5013 /* Strip one level of braces if and only if they enclose a single
5014 element (as allowed by [dcl.init.string]). */
5015 if (!first_initializer_p
5016 && TREE_CODE (str_init) == CONSTRUCTOR
5017 && VEC_length (constructor_elt, CONSTRUCTOR_ELTS (str_init)) == 1)
5019 str_init = VEC_index (constructor_elt,
5020 CONSTRUCTOR_ELTS (str_init), 0)->value;
5023 /* If it's a string literal, then it's the initializer for the array
5024 as a whole. Otherwise, continue with normal initialization for
5025 array types (one value per array element). */
5026 if (TREE_CODE (str_init) == STRING_CST)
5028 d->cur++;
5029 return str_init;
5033 /* The following cases are about aggregates. If we are not within a full
5034 initializer already, and there is not a CONSTRUCTOR, it means that there
5035 is a missing set of braces (that is, we are processing the case for
5036 which reshape_init exists). */
5037 if (!first_initializer_p)
5039 if (TREE_CODE (init) == CONSTRUCTOR)
5041 if (TREE_TYPE (init) && TYPE_PTRMEMFUNC_P (TREE_TYPE (init)))
5042 /* There is no need to reshape pointer-to-member function
5043 initializers, as they are always constructed correctly
5044 by the front end. */
5046 else if (COMPOUND_LITERAL_P (init))
5047 /* For a nested compound literal, there is no need to reshape since
5048 brace elision is not allowed. Even if we decided to allow it,
5049 we should add a call to reshape_init in finish_compound_literal,
5050 before calling digest_init, so changing this code would still
5051 not be necessary. */
5052 gcc_assert (!BRACE_ENCLOSED_INITIALIZER_P (init));
5053 else
5055 ++d->cur;
5056 gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
5057 return reshape_init (type, init);
5061 warning (OPT_Wmissing_braces, "missing braces around initializer for %qT",
5062 type);
5065 /* Dispatch to specialized routines. */
5066 if (CLASS_TYPE_P (type))
5067 return reshape_init_class (type, d, first_initializer_p);
5068 else if (TREE_CODE (type) == ARRAY_TYPE)
5069 return reshape_init_array (type, d);
5070 else if (TREE_CODE (type) == VECTOR_TYPE)
5071 return reshape_init_vector (type, d);
5072 else
5073 gcc_unreachable();
5076 /* Undo the brace-elision allowed by [dcl.init.aggr] in a
5077 brace-enclosed aggregate initializer.
5079 INIT is the CONSTRUCTOR containing the list of initializers describing
5080 a brace-enclosed initializer for an entity of the indicated aggregate TYPE.
5081 It may not presently match the shape of the TYPE; for example:
5083 struct S { int a; int b; };
5084 struct S a[] = { 1, 2, 3, 4 };
5086 Here INIT will hold a VEC of four elements, rather than a
5087 VEC of two elements, each itself a VEC of two elements. This
5088 routine transforms INIT from the former form into the latter. The
5089 revised CONSTRUCTOR node is returned. */
5091 tree
5092 reshape_init (tree type, tree init)
5094 VEC(constructor_elt, gc) *v;
5095 reshape_iter d;
5096 tree new_init;
5098 gcc_assert (BRACE_ENCLOSED_INITIALIZER_P (init));
5100 v = CONSTRUCTOR_ELTS (init);
5102 /* An empty constructor does not need reshaping, and it is always a valid
5103 initializer. */
5104 if (VEC_empty (constructor_elt, v))
5105 return init;
5107 /* Recurse on this CONSTRUCTOR. */
5108 d.cur = VEC_index (constructor_elt, v, 0);
5109 d.end = d.cur + VEC_length (constructor_elt, v);
5111 new_init = reshape_init_r (type, &d, true);
5112 if (new_init == error_mark_node)
5113 return error_mark_node;
5115 /* Make sure all the element of the constructor were used. Otherwise,
5116 issue an error about exceeding initializers. */
5117 if (d.cur != d.end)
5118 error ("too many initializers for %qT", type);
5120 return new_init;
5123 /* Verify array initializer. Returns true if errors have been reported. */
5125 bool
5126 check_array_initializer (tree decl, tree type, tree init)
5128 tree element_type = TREE_TYPE (type);
5130 /* The array type itself need not be complete, because the
5131 initializer may tell us how many elements are in the array.
5132 But, the elements of the array must be complete. */
5133 if (!COMPLETE_TYPE_P (complete_type (element_type)))
5135 if (decl)
5136 error ("elements of array %q#D have incomplete type", decl);
5137 else
5138 error ("elements of array %q#T have incomplete type", type);
5139 return true;
5141 /* It is not valid to initialize a VLA. */
5142 if (init
5143 && ((COMPLETE_TYPE_P (type) && !TREE_CONSTANT (TYPE_SIZE (type)))
5144 || !TREE_CONSTANT (TYPE_SIZE (element_type))))
5146 if (decl)
5147 error ("variable-sized object %qD may not be initialized", decl);
5148 else
5149 error ("variable-sized compound literal");
5150 return true;
5152 return false;
5155 /* Subroutine of check_initializer; args are passed down from that function.
5156 Set stmts_are_full_exprs_p to 1 across a call to build_aggr_init. */
5158 static tree
5159 build_aggr_init_full_exprs (tree decl, tree init, int flags)
5162 int saved_stmts_are_full_exprs_p = 0;
5163 if (building_stmt_tree ())
5165 saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
5166 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
5168 init = build_aggr_init (decl, init, flags, tf_warning_or_error);
5169 if (building_stmt_tree ())
5170 current_stmt_tree ()->stmts_are_full_exprs_p =
5171 saved_stmts_are_full_exprs_p;
5172 return init;
5175 /* Verify INIT (the initializer for DECL), and record the
5176 initialization in DECL_INITIAL, if appropriate. CLEANUP is as for
5177 grok_reference_init.
5179 If the return value is non-NULL, it is an expression that must be
5180 evaluated dynamically to initialize DECL. */
5182 static tree
5183 check_initializer (tree decl, tree init, int flags, tree *cleanup)
5185 tree type = TREE_TYPE (decl);
5186 tree init_code = NULL;
5188 /* Things that are going to be initialized need to have complete
5189 type. */
5190 TREE_TYPE (decl) = type = complete_type (TREE_TYPE (decl));
5192 if (type == error_mark_node)
5193 /* We will have already complained. */
5194 return NULL_TREE;
5196 if (TREE_CODE (type) == ARRAY_TYPE)
5198 if (check_array_initializer (decl, type, init))
5199 return NULL_TREE;
5201 else if (!COMPLETE_TYPE_P (type))
5203 error ("%qD has incomplete type", decl);
5204 TREE_TYPE (decl) = error_mark_node;
5205 return NULL_TREE;
5207 else
5208 /* There is no way to make a variable-sized class type in GNU C++. */
5209 gcc_assert (TREE_CONSTANT (TYPE_SIZE (type)));
5211 if (init && BRACE_ENCLOSED_INITIALIZER_P (init))
5213 int init_len = VEC_length (constructor_elt, CONSTRUCTOR_ELTS (init));
5214 if (SCALAR_TYPE_P (type))
5216 if (init_len == 0)
5218 maybe_warn_cpp0x (CPP0X_INITIALIZER_LISTS);
5219 init = build_zero_init (type, NULL_TREE, false);
5221 else if (init_len != 1)
5223 error ("scalar object %qD requires one element in initializer",
5224 decl);
5225 TREE_TYPE (decl) = error_mark_node;
5226 return NULL_TREE;
5231 if (TREE_CODE (decl) == CONST_DECL)
5233 gcc_assert (TREE_CODE (type) != REFERENCE_TYPE);
5235 DECL_INITIAL (decl) = init;
5237 gcc_assert (init != NULL_TREE);
5238 init = NULL_TREE;
5240 else if (!DECL_EXTERNAL (decl) && TREE_CODE (type) == REFERENCE_TYPE)
5241 init = grok_reference_init (decl, type, init, cleanup);
5242 else if (init)
5244 /* Do not reshape constructors of vectors (they don't need to be
5245 reshaped. */
5246 if (BRACE_ENCLOSED_INITIALIZER_P (init))
5248 if (is_std_init_list (type))
5249 return build_init_list_var_init (decl, type, init, cleanup);
5250 else if (TYPE_NON_AGGREGATE_CLASS (type))
5252 /* Don't reshape if the class has constructors. */
5253 if (cxx_dialect == cxx98)
5254 error ("in C++98 %qD must be initialized by constructor, "
5255 "not by %<{...}%>",
5256 decl);
5257 init = build_tree_list (NULL_TREE, init);
5259 else if (TREE_CODE (type) == VECTOR_TYPE && TYPE_VECTOR_OPAQUE (type))
5261 error ("opaque vector types cannot be initialized");
5262 init = error_mark_node;
5264 else
5265 init = reshape_init (type, init);
5268 /* If DECL has an array type without a specific bound, deduce the
5269 array size from the initializer. */
5270 maybe_deduce_size_from_array_init (decl, init);
5271 type = TREE_TYPE (decl);
5272 if (type == error_mark_node)
5273 return NULL_TREE;
5275 if (TYPE_NEEDS_CONSTRUCTING (type)
5276 || (CLASS_TYPE_P (type)
5277 && !BRACE_ENCLOSED_INITIALIZER_P (init)))
5278 return build_aggr_init_full_exprs (decl, init, flags);
5279 else if (TREE_CODE (init) != TREE_VEC)
5281 init_code = store_init_value (decl, init, flags);
5282 if (pedantic && TREE_CODE (type) == ARRAY_TYPE
5283 && DECL_INITIAL (decl)
5284 && TREE_CODE (DECL_INITIAL (decl)) == STRING_CST
5285 && PAREN_STRING_LITERAL_P (DECL_INITIAL (decl)))
5286 warning (0, "array %qD initialized by parenthesized string literal %qE",
5287 decl, DECL_INITIAL (decl));
5288 init = NULL;
5291 else if (DECL_EXTERNAL (decl))
5293 else if (TYPE_P (type) && TYPE_NEEDS_CONSTRUCTING (type))
5294 return build_aggr_init_full_exprs (decl, init, flags);
5295 else if (MAYBE_CLASS_TYPE_P (type))
5297 tree core_type = strip_array_types (type);
5299 if (CLASSTYPE_READONLY_FIELDS_NEED_INIT (core_type))
5300 error ("structure %qD with uninitialized const members", decl);
5301 if (CLASSTYPE_REF_FIELDS_NEED_INIT (core_type))
5302 error ("structure %qD with uninitialized reference members", decl);
5304 check_for_uninitialized_const_var (decl);
5306 else
5307 check_for_uninitialized_const_var (decl);
5309 if (init && init != error_mark_node)
5310 init_code = build2 (INIT_EXPR, type, decl, init);
5312 return init_code;
5315 /* If DECL is not a local variable, give it RTL. */
5317 static void
5318 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec)
5320 int toplev = toplevel_bindings_p ();
5321 int defer_p;
5322 const char *filename;
5324 /* Set the DECL_ASSEMBLER_NAME for the object. */
5325 if (asmspec)
5327 /* The `register' keyword, when used together with an
5328 asm-specification, indicates that the variable should be
5329 placed in a particular register. */
5330 if (TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl))
5332 set_user_assembler_name (decl, asmspec);
5333 DECL_HARD_REGISTER (decl) = 1;
5335 else
5337 if (TREE_CODE (decl) == FUNCTION_DECL
5338 && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
5339 set_builtin_user_assembler_name (decl, asmspec);
5340 set_user_assembler_name (decl, asmspec);
5344 /* Handle non-variables up front. */
5345 if (TREE_CODE (decl) != VAR_DECL)
5347 rest_of_decl_compilation (decl, toplev, at_eof);
5348 return;
5351 /* If we see a class member here, it should be a static data
5352 member. */
5353 if (DECL_LANG_SPECIFIC (decl) && DECL_IN_AGGR_P (decl))
5355 gcc_assert (TREE_STATIC (decl));
5356 /* An in-class declaration of a static data member should be
5357 external; it is only a declaration, and not a definition. */
5358 if (init == NULL_TREE)
5359 gcc_assert (DECL_EXTERNAL (decl) || !TREE_PUBLIC (decl));
5362 /* We don't create any RTL for local variables. */
5363 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
5364 return;
5366 /* We defer emission of local statics until the corresponding
5367 DECL_EXPR is expanded. */
5368 defer_p = DECL_FUNCTION_SCOPE_P (decl) || DECL_VIRTUAL_P (decl);
5370 /* We try to defer namespace-scope static constants so that they are
5371 not emitted into the object file unnecessarily. */
5372 filename = input_filename;
5373 if (!DECL_VIRTUAL_P (decl)
5374 && TREE_READONLY (decl)
5375 && DECL_INITIAL (decl) != NULL_TREE
5376 && DECL_INITIAL (decl) != error_mark_node
5377 && filename != NULL
5378 && ! EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl))
5379 && toplev
5380 && !TREE_PUBLIC (decl))
5382 /* Fool with the linkage of static consts according to #pragma
5383 interface. */
5384 struct c_fileinfo *finfo = get_fileinfo (filename);
5385 if (!finfo->interface_unknown && !TREE_PUBLIC (decl))
5387 TREE_PUBLIC (decl) = 1;
5388 DECL_EXTERNAL (decl) = finfo->interface_only;
5391 defer_p = 1;
5393 /* Likewise for template instantiations. */
5394 else if (DECL_LANG_SPECIFIC (decl)
5395 && DECL_IMPLICIT_INSTANTIATION (decl))
5396 defer_p = 1;
5398 /* If we're not deferring, go ahead and assemble the variable. */
5399 if (!defer_p)
5400 rest_of_decl_compilation (decl, toplev, at_eof);
5403 /* walk_tree helper for wrap_temporary_cleanups, below. */
5405 static tree
5406 wrap_cleanups_r (tree *stmt_p, int *walk_subtrees, void *data)
5408 if (TYPE_P (*stmt_p))
5410 *walk_subtrees = 0;
5411 return NULL_TREE;
5414 if (TREE_CODE (*stmt_p) == TARGET_EXPR)
5416 tree guard = (tree)data;
5417 tree tcleanup = TARGET_EXPR_CLEANUP (*stmt_p);
5419 tcleanup = build2 (TRY_CATCH_EXPR, void_type_node, tcleanup, guard);
5420 /* Tell honor_protect_cleanup_actions to handle this as a separate
5421 cleanup. */
5422 TRY_CATCH_IS_CLEANUP (tcleanup) = 1;
5424 TARGET_EXPR_CLEANUP (*stmt_p) = tcleanup;
5427 return NULL_TREE;
5430 /* We're initializing a local variable which has a cleanup GUARD. If there
5431 are any temporaries used in the initializer INIT of this variable, we
5432 need to wrap their cleanups with TRY_CATCH_EXPR (, GUARD) so that the
5433 variable will be cleaned up properly if one of them throws.
5435 Unfortunately, there's no way to express this properly in terms of
5436 nesting, as the regions for the temporaries overlap the region for the
5437 variable itself; if there are two temporaries, the variable needs to be
5438 the first thing destroyed if either of them throws. However, we only
5439 want to run the variable's cleanup if it actually got constructed. So
5440 we need to guard the temporary cleanups with the variable's cleanup if
5441 they are run on the normal path, but not if they are run on the
5442 exceptional path. We implement this by telling
5443 honor_protect_cleanup_actions to strip the variable cleanup from the
5444 exceptional path. */
5446 static void
5447 wrap_temporary_cleanups (tree init, tree guard)
5449 cp_walk_tree_without_duplicates (&init, wrap_cleanups_r, (void *)guard);
5452 /* Generate code to initialize DECL (a local variable). */
5454 static void
5455 initialize_local_var (tree decl, tree init)
5457 tree type = TREE_TYPE (decl);
5458 tree cleanup;
5459 int already_used;
5461 gcc_assert (TREE_CODE (decl) == VAR_DECL
5462 || TREE_CODE (decl) == RESULT_DECL);
5463 gcc_assert (!TREE_STATIC (decl));
5465 if (DECL_SIZE (decl) == NULL_TREE)
5467 /* If we used it already as memory, it must stay in memory. */
5468 DECL_INITIAL (decl) = NULL_TREE;
5469 TREE_ADDRESSABLE (decl) = TREE_USED (decl);
5470 return;
5473 if (type == error_mark_node)
5474 return;
5476 /* Compute and store the initial value. */
5477 already_used = TREE_USED (decl) || TREE_USED (type);
5479 /* Generate a cleanup, if necessary. */
5480 cleanup = cxx_maybe_build_cleanup (decl);
5482 /* Perform the initialization. */
5483 if (init)
5485 int saved_stmts_are_full_exprs_p;
5487 /* If we're only initializing a single object, guard the destructors
5488 of any temporaries used in its initializer with its destructor.
5489 This isn't right for arrays because each element initialization is
5490 a full-expression. */
5491 if (cleanup && TREE_CODE (type) != ARRAY_TYPE)
5492 wrap_temporary_cleanups (init, cleanup);
5494 gcc_assert (building_stmt_tree ());
5495 saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
5496 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
5497 finish_expr_stmt (init);
5498 current_stmt_tree ()->stmts_are_full_exprs_p =
5499 saved_stmts_are_full_exprs_p;
5502 /* Set this to 0 so we can tell whether an aggregate which was
5503 initialized was ever used. Don't do this if it has a
5504 destructor, so we don't complain about the 'resource
5505 allocation is initialization' idiom. Now set
5506 attribute((unused)) on types so decls of that type will be
5507 marked used. (see TREE_USED, above.) */
5508 if (TYPE_NEEDS_CONSTRUCTING (type)
5509 && ! already_used
5510 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type)
5511 && DECL_NAME (decl))
5512 TREE_USED (decl) = 0;
5513 else if (already_used)
5514 TREE_USED (decl) = 1;
5516 if (cleanup)
5517 finish_decl_cleanup (decl, cleanup);
5520 /* DECL is a VAR_DECL for a compiler-generated variable with static
5521 storage duration (like a virtual table) whose initializer is a
5522 compile-time constant. INIT must be either a TREE_LIST of values,
5523 or a CONSTRUCTOR. Initialize the variable and provide it to the
5524 back end. */
5526 void
5527 initialize_artificial_var (tree decl, tree init)
5529 gcc_assert (DECL_ARTIFICIAL (decl));
5530 if (TREE_CODE (init) == TREE_LIST)
5531 init = build_constructor_from_list (TREE_TYPE (decl), init);
5532 gcc_assert (TREE_CODE (init) == CONSTRUCTOR);
5533 DECL_INITIAL (decl) = init;
5534 DECL_INITIALIZED_P (decl) = 1;
5535 determine_visibility (decl);
5536 layout_var_decl (decl);
5537 maybe_commonize_var (decl);
5538 make_rtl_for_nonlocal_decl (decl, init, /*asmspec=*/NULL);
5541 /* INIT is the initializer for a variable, as represented by the
5542 parser. Returns true iff INIT is value-dependent. */
5544 static bool
5545 value_dependent_init_p (tree init)
5547 if (TREE_CODE (init) == TREE_LIST)
5548 /* A parenthesized initializer, e.g.: int i (3, 2); ? */
5549 return any_value_dependent_elements_p (init);
5550 else if (TREE_CODE (init) == CONSTRUCTOR)
5551 /* A brace-enclosed initializer, e.g.: int i = { 3 }; ? */
5553 VEC(constructor_elt, gc) *elts;
5554 size_t nelts;
5555 size_t i;
5557 elts = CONSTRUCTOR_ELTS (init);
5558 nelts = VEC_length (constructor_elt, elts);
5559 for (i = 0; i < nelts; ++i)
5560 if (value_dependent_init_p (VEC_index (constructor_elt,
5561 elts, i)->value))
5562 return true;
5564 else
5565 /* It must be a simple expression, e.g., int i = 3; */
5566 return value_dependent_expression_p (init);
5568 return false;
5571 /* Finish processing of a declaration;
5572 install its line number and initial value.
5573 If the length of an array type is not known before,
5574 it must be determined now, from the initial value, or it is an error.
5576 INIT is the initializer (if any) for DECL. If INIT_CONST_EXPR_P is
5577 true, then INIT is an integral constant expression.
5579 FLAGS is LOOKUP_ONLYCONVERTING if the = init syntax was used, else 0
5580 if the (init) syntax was used. */
5582 void
5583 cp_finish_decl (tree decl, tree init, bool init_const_expr_p,
5584 tree asmspec_tree, int flags)
5586 tree type;
5587 tree cleanup;
5588 const char *asmspec = NULL;
5589 int was_readonly = 0;
5590 bool var_definition_p = false;
5591 int saved_processing_template_decl;
5592 tree auto_node;
5594 if (decl == error_mark_node)
5595 return;
5596 else if (! decl)
5598 if (init)
5599 error ("assignment (not initialization) in declaration");
5600 return;
5603 gcc_assert (TREE_CODE (decl) != RESULT_DECL);
5604 /* Parameters are handled by store_parm_decls, not cp_finish_decl. */
5605 gcc_assert (TREE_CODE (decl) != PARM_DECL);
5607 type = TREE_TYPE (decl);
5608 if (type == error_mark_node)
5609 return;
5611 /* Assume no cleanup is required. */
5612 cleanup = NULL_TREE;
5613 saved_processing_template_decl = processing_template_decl;
5615 /* If a name was specified, get the string. */
5616 if (global_scope_p (current_binding_level))
5617 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree);
5618 if (asmspec_tree && asmspec_tree != error_mark_node)
5619 asmspec = TREE_STRING_POINTER (asmspec_tree);
5621 if (current_class_type
5622 && CP_DECL_CONTEXT (decl) == current_class_type
5623 && TYPE_BEING_DEFINED (current_class_type)
5624 && (DECL_INITIAL (decl) || init))
5625 DECL_INITIALIZED_IN_CLASS_P (decl) = 1;
5627 auto_node = type_uses_auto (type);
5628 if (auto_node)
5630 if (init == NULL_TREE)
5632 error ("declaration of %q#D has no initializer", decl);
5633 TREE_TYPE (decl) = error_mark_node;
5634 return;
5636 if (TREE_CODE (init) == TREE_LIST)
5637 init = build_x_compound_expr_from_list (init, "initializer");
5638 if (describable_type (init))
5640 type = TREE_TYPE (decl) = do_auto_deduction (type, init, auto_node);
5641 if (type == error_mark_node)
5642 return;
5646 if (init && TREE_CODE (decl) == FUNCTION_DECL)
5648 tree clone;
5649 if (init == ridpointers[(int)RID_DELETE])
5651 /* FIXME check this is 1st decl. */
5652 DECL_DELETED_FN (decl) = 1;
5653 DECL_DECLARED_INLINE_P (decl) = 1;
5654 DECL_INITIAL (decl) = error_mark_node;
5655 FOR_EACH_CLONE (clone, decl)
5657 DECL_DELETED_FN (clone) = 1;
5658 DECL_DECLARED_INLINE_P (clone) = 1;
5659 DECL_INITIAL (clone) = error_mark_node;
5661 init = NULL_TREE;
5663 else if (init == ridpointers[(int)RID_DEFAULT])
5665 if (defaultable_fn_check (decl))
5666 DECL_DEFAULTED_FN (decl) = 1;
5667 else
5668 DECL_INITIAL (decl) = NULL_TREE;
5672 if (processing_template_decl)
5674 bool type_dependent_p;
5676 /* Add this declaration to the statement-tree. */
5677 if (at_function_scope_p ())
5678 add_decl_expr (decl);
5680 type_dependent_p = dependent_type_p (type);
5682 if (check_for_bare_parameter_packs (init))
5684 init = NULL_TREE;
5685 DECL_INITIAL (decl) = NULL_TREE;
5688 if (init && init_const_expr_p && TREE_CODE (decl) == VAR_DECL)
5690 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = 1;
5691 if (DECL_INTEGRAL_CONSTANT_VAR_P (decl))
5692 TREE_CONSTANT (decl) = 1;
5695 /* Generally, initializers in templates are expanded when the
5696 template is instantiated. But, if DECL is an integral
5697 constant static data member, then it can be used in future
5698 integral constant expressions, and its value must be
5699 available. */
5700 if (!(init
5701 && DECL_CLASS_SCOPE_P (decl)
5702 && DECL_INTEGRAL_CONSTANT_VAR_P (decl)
5703 && !type_dependent_p
5704 && !value_dependent_init_p (init)))
5706 if (init)
5707 DECL_INITIAL (decl) = init;
5708 if (TREE_CODE (decl) == VAR_DECL
5709 && !DECL_PRETTY_FUNCTION_P (decl)
5710 && !type_dependent_p)
5711 maybe_deduce_size_from_array_init (decl, init);
5712 goto finish_end;
5715 if (TREE_CODE (init) == TREE_LIST)
5717 /* If the parenthesized-initializer form was used (e.g.,
5718 "int A<N>::i(X)"), then INIT will be a TREE_LIST of initializer
5719 arguments. (There is generally only one.) We convert them
5720 individually. */
5721 tree list = init;
5722 for (; list; list = TREE_CHAIN (list))
5724 tree elt = TREE_VALUE (list);
5725 TREE_VALUE (list) = fold_non_dependent_expr (elt);
5728 else
5729 init = fold_non_dependent_expr (init);
5730 processing_template_decl = 0;
5733 /* Take care of TYPE_DECLs up front. */
5734 if (TREE_CODE (decl) == TYPE_DECL)
5736 if (type != error_mark_node
5737 && MAYBE_CLASS_TYPE_P (type) && DECL_NAME (decl))
5739 if (TREE_TYPE (DECL_NAME (decl)) && TREE_TYPE (decl) != type)
5740 warning (0, "shadowing previous type declaration of %q#D", decl);
5741 set_identifier_type_value (DECL_NAME (decl), decl);
5744 /* If we have installed this as the canonical typedef for this
5745 type, and that type has not been defined yet, delay emitting
5746 the debug information for it, as we will emit it later. */
5747 if (TYPE_MAIN_DECL (TREE_TYPE (decl)) == decl
5748 && !COMPLETE_TYPE_P (TREE_TYPE (decl)))
5749 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
5751 rest_of_decl_compilation (decl, DECL_CONTEXT (decl) == NULL_TREE,
5752 at_eof);
5753 goto finish_end;
5756 /* A reference will be modified here, as it is initialized. */
5757 if (! DECL_EXTERNAL (decl)
5758 && TREE_READONLY (decl)
5759 && TREE_CODE (type) == REFERENCE_TYPE)
5761 was_readonly = 1;
5762 TREE_READONLY (decl) = 0;
5765 if (TREE_CODE (decl) == VAR_DECL)
5767 /* Only variables with trivial initialization and destruction can
5768 have thread-local storage. */
5769 if (DECL_THREAD_LOCAL_P (decl)
5770 && (type_has_nontrivial_default_init (TREE_TYPE (decl))
5771 || TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TREE_TYPE (decl))))
5772 error ("%qD cannot be thread-local because it has non-trivial "
5773 "type %qT", decl, TREE_TYPE (decl));
5774 /* If this is a local variable that will need a mangled name,
5775 register it now. We must do this before processing the
5776 initializer for the variable, since the initialization might
5777 require a guard variable, and since the mangled name of the
5778 guard variable will depend on the mangled name of this
5779 variable. */
5780 if (DECL_FUNCTION_SCOPE_P (decl)
5781 && TREE_STATIC (decl)
5782 && !DECL_ARTIFICIAL (decl))
5784 push_local_name (decl);
5785 if (DECL_CONSTRUCTOR_P (current_function_decl)
5786 || DECL_DESTRUCTOR_P (current_function_decl))
5787 /* Normally local_decls is populated during GIMPLE lowering,
5788 but [cd]tors are never actually compiled directly. We need
5789 to put statics on the list so we can deal with the label
5790 address extension. */
5791 cfun->local_decls = tree_cons (NULL_TREE, decl,
5792 cfun->local_decls);
5795 /* Convert the initializer to the type of DECL, if we have not
5796 already initialized DECL. */
5797 if (!DECL_INITIALIZED_P (decl)
5798 /* If !DECL_EXTERNAL then DECL is being defined. In the
5799 case of a static data member initialized inside the
5800 class-specifier, there can be an initializer even if DECL
5801 is *not* defined. */
5802 && (!DECL_EXTERNAL (decl) || init))
5804 if (TYPE_FOR_JAVA (type) && MAYBE_CLASS_TYPE_P (type))
5806 tree jclass
5807 = IDENTIFIER_GLOBAL_VALUE (get_identifier ("jclass"));
5808 /* Allow libjava/prims.cc define primitive classes. */
5809 if (init != NULL_TREE
5810 || jclass == NULL_TREE
5811 || TREE_CODE (jclass) != TYPE_DECL
5812 || !POINTER_TYPE_P (TREE_TYPE (jclass))
5813 || !same_type_ignoring_top_level_qualifiers_p
5814 (type, TREE_TYPE (TREE_TYPE (jclass))))
5815 error ("Java object %qD not allocated with %<new%>", decl);
5816 init = NULL_TREE;
5818 if (init)
5820 DECL_NONTRIVIALLY_INITIALIZED_P (decl) = 1;
5821 if (init_const_expr_p)
5823 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (decl) = 1;
5824 if (DECL_INTEGRAL_CONSTANT_VAR_P (decl))
5825 TREE_CONSTANT (decl) = 1;
5828 init = check_initializer (decl, init, flags, &cleanup);
5829 /* Thread-local storage cannot be dynamically initialized. */
5830 if (DECL_THREAD_LOCAL_P (decl) && init)
5832 error ("%qD is thread-local and so cannot be dynamically "
5833 "initialized", decl);
5834 init = NULL_TREE;
5837 /* Check that the initializer for a static data member was a
5838 constant. Although we check in the parser that the
5839 initializer is an integral constant expression, we do not
5840 simplify division-by-zero at the point at which it
5841 occurs. Therefore, in:
5843 struct S { static const int i = 7 / 0; };
5845 we issue an error at this point. It would
5846 probably be better to forbid division by zero in
5847 integral constant expressions. */
5848 if (DECL_EXTERNAL (decl) && init)
5850 error ("%qD cannot be initialized by a non-constant expression"
5851 " when being declared", decl);
5852 DECL_INITIALIZED_IN_CLASS_P (decl) = 0;
5853 init = NULL_TREE;
5856 /* Handle:
5858 [dcl.init]
5860 The memory occupied by any object of static storage
5861 duration is zero-initialized at program startup before
5862 any other initialization takes place.
5864 We cannot create an appropriate initializer until after
5865 the type of DECL is finalized. If DECL_INITIAL is set,
5866 then the DECL is statically initialized, and any
5867 necessary zero-initialization has already been performed. */
5868 if (TREE_STATIC (decl) && !DECL_INITIAL (decl))
5869 DECL_INITIAL (decl) = build_zero_init (TREE_TYPE (decl),
5870 /*nelts=*/NULL_TREE,
5871 /*static_storage_p=*/true);
5872 /* Remember that the initialization for this variable has
5873 taken place. */
5874 DECL_INITIALIZED_P (decl) = 1;
5875 /* This declaration is the definition of this variable,
5876 unless we are initializing a static data member within
5877 the class specifier. */
5878 if (!DECL_EXTERNAL (decl))
5879 var_definition_p = true;
5881 /* If the variable has an array type, lay out the type, even if
5882 there is no initializer. It is valid to index through the
5883 array, and we must get TYPE_ALIGN set correctly on the array
5884 type. */
5885 else if (TREE_CODE (type) == ARRAY_TYPE)
5886 layout_type (type);
5888 if (!processing_template_decl
5889 && TREE_STATIC (decl)
5890 && !at_function_scope_p ()
5891 && current_function_decl == NULL)
5892 /* So decl is a global variable or a static member of a
5893 non local class. Record the types it uses
5894 so that we can decide later to emit debug info for them. */
5895 record_types_used_by_current_var_decl (decl);
5897 else if (TREE_CODE (decl) == FIELD_DECL
5898 && TYPE_FOR_JAVA (type) && MAYBE_CLASS_TYPE_P (type))
5899 error ("non-static data member %qD has Java class type", decl);
5901 /* Add this declaration to the statement-tree. This needs to happen
5902 after the call to check_initializer so that the DECL_EXPR for a
5903 reference temp is added before the DECL_EXPR for the reference itself. */
5904 if (at_function_scope_p ())
5905 add_decl_expr (decl);
5907 /* Let the middle end know about variables and functions -- but not
5908 static data members in uninstantiated class templates. */
5909 if (!saved_processing_template_decl
5910 && (TREE_CODE (decl) == VAR_DECL
5911 || TREE_CODE (decl) == FUNCTION_DECL))
5913 if (TREE_CODE (decl) == VAR_DECL)
5915 layout_var_decl (decl);
5916 maybe_commonize_var (decl);
5919 /* This needs to happen after the linkage is set. */
5920 determine_visibility (decl);
5922 if (var_definition_p && TREE_STATIC (decl))
5924 /* If a TREE_READONLY variable needs initialization
5925 at runtime, it is no longer readonly and we need to
5926 avoid MEM_READONLY_P being set on RTL created for it. */
5927 if (init)
5929 if (TREE_READONLY (decl))
5930 TREE_READONLY (decl) = 0;
5931 was_readonly = 0;
5933 else if (was_readonly)
5934 TREE_READONLY (decl) = 1;
5937 make_rtl_for_nonlocal_decl (decl, init, asmspec);
5939 /* Check for abstractness of the type. Notice that there is no
5940 need to strip array types here since the check for those types
5941 is already done within create_array_type_for_decl. */
5942 if (TREE_CODE (type) == FUNCTION_TYPE
5943 || TREE_CODE (type) == METHOD_TYPE)
5944 abstract_virtuals_error (decl, TREE_TYPE (type));
5945 else
5946 abstract_virtuals_error (decl, type);
5948 if (TREE_TYPE (decl) == error_mark_node)
5949 /* No initialization required. */
5951 else if (TREE_CODE (decl) == FUNCTION_DECL)
5953 if (init)
5955 if (init == ridpointers[(int)RID_DEFAULT])
5957 /* An out-of-class default definition is defined at
5958 the point where it is explicitly defaulted. */
5959 if (DECL_INITIAL (decl) == error_mark_node)
5960 synthesize_method (decl);
5962 else
5963 error ("function %q#D is initialized like a variable", decl);
5965 /* else no initialization required. */
5967 else if (DECL_EXTERNAL (decl)
5968 && ! (DECL_LANG_SPECIFIC (decl)
5969 && DECL_NOT_REALLY_EXTERN (decl)))
5971 if (init)
5972 DECL_INITIAL (decl) = init;
5974 /* A variable definition. */
5975 else if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
5976 /* Initialize the local variable. */
5977 initialize_local_var (decl, init);
5979 /* If a variable is defined, and then a subsequent
5980 definition with external linkage is encountered, we will
5981 get here twice for the same variable. We want to avoid
5982 calling expand_static_init more than once. For variables
5983 that are not static data members, we can call
5984 expand_static_init only when we actually process the
5985 initializer. It is not legal to redeclare a static data
5986 member, so this issue does not arise in that case. */
5987 else if (var_definition_p && TREE_STATIC (decl))
5988 expand_static_init (decl, init);
5991 /* If a CLEANUP_STMT was created to destroy a temporary bound to a
5992 reference, insert it in the statement-tree now. */
5993 if (cleanup)
5994 push_cleanup (decl, cleanup, false);
5996 finish_end:
5997 processing_template_decl = saved_processing_template_decl;
5999 if (was_readonly)
6000 TREE_READONLY (decl) = 1;
6002 /* If this was marked 'used', be sure it will be output. */
6003 if (lookup_attribute ("used", DECL_ATTRIBUTES (decl)))
6004 mark_decl_referenced (decl);
6007 /* Returns a declaration for a VAR_DECL as if:
6009 extern "C" TYPE NAME;
6011 had been seen. Used to create compiler-generated global
6012 variables. */
6014 static tree
6015 declare_global_var (tree name, tree type)
6017 tree decl;
6019 push_to_top_level ();
6020 decl = build_decl (input_location, VAR_DECL, name, type);
6021 TREE_PUBLIC (decl) = 1;
6022 DECL_EXTERNAL (decl) = 1;
6023 DECL_ARTIFICIAL (decl) = 1;
6024 /* If the user has explicitly declared this variable (perhaps
6025 because the code we are compiling is part of a low-level runtime
6026 library), then it is possible that our declaration will be merged
6027 with theirs by pushdecl. */
6028 decl = pushdecl (decl);
6029 cp_finish_decl (decl, NULL_TREE, false, NULL_TREE, 0);
6030 pop_from_top_level ();
6032 return decl;
6035 /* Returns the type for the argument to "__cxa_atexit" (or "atexit",
6036 if "__cxa_atexit" is not being used) corresponding to the function
6037 to be called when the program exits. */
6039 static tree
6040 get_atexit_fn_ptr_type (void)
6042 tree arg_types;
6043 tree fn_type;
6045 if (!atexit_fn_ptr_type_node)
6047 if (flag_use_cxa_atexit
6048 && !targetm.cxx.use_atexit_for_cxa_atexit ())
6049 /* The parameter to "__cxa_atexit" is "void (*)(void *)". */
6050 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
6051 else
6052 /* The parameter to "atexit" is "void (*)(void)". */
6053 arg_types = void_list_node;
6055 fn_type = build_function_type (void_type_node, arg_types);
6056 atexit_fn_ptr_type_node = build_pointer_type (fn_type);
6059 return atexit_fn_ptr_type_node;
6062 /* Returns a pointer to the `atexit' function. Note that if
6063 FLAG_USE_CXA_ATEXIT is nonzero, then this will actually be the new
6064 `__cxa_atexit' function specified in the IA64 C++ ABI. */
6066 static tree
6067 get_atexit_node (void)
6069 tree atexit_fndecl;
6070 tree arg_types;
6071 tree fn_type;
6072 tree fn_ptr_type;
6073 const char *name;
6074 bool use_aeabi_atexit;
6076 if (atexit_node)
6077 return atexit_node;
6079 if (flag_use_cxa_atexit && !targetm.cxx.use_atexit_for_cxa_atexit ())
6081 /* The declaration for `__cxa_atexit' is:
6083 int __cxa_atexit (void (*)(void *), void *, void *)
6085 We build up the argument types and then then function type
6086 itself. */
6088 use_aeabi_atexit = targetm.cxx.use_aeabi_atexit ();
6089 /* First, build the pointer-to-function type for the first
6090 argument. */
6091 fn_ptr_type = get_atexit_fn_ptr_type ();
6092 /* Then, build the rest of the argument types. */
6093 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
6094 if (use_aeabi_atexit)
6096 arg_types = tree_cons (NULL_TREE, fn_ptr_type, arg_types);
6097 arg_types = tree_cons (NULL_TREE, ptr_type_node, arg_types);
6099 else
6101 arg_types = tree_cons (NULL_TREE, ptr_type_node, arg_types);
6102 arg_types = tree_cons (NULL_TREE, fn_ptr_type, arg_types);
6104 /* And the final __cxa_atexit type. */
6105 fn_type = build_function_type (integer_type_node, arg_types);
6106 fn_ptr_type = build_pointer_type (fn_type);
6107 if (use_aeabi_atexit)
6108 name = "__aeabi_atexit";
6109 else
6110 name = "__cxa_atexit";
6112 else
6114 /* The declaration for `atexit' is:
6116 int atexit (void (*)());
6118 We build up the argument types and then then function type
6119 itself. */
6120 fn_ptr_type = get_atexit_fn_ptr_type ();
6121 arg_types = tree_cons (NULL_TREE, fn_ptr_type, void_list_node);
6122 /* Build the final atexit type. */
6123 fn_type = build_function_type (integer_type_node, arg_types);
6124 name = "atexit";
6127 /* Now, build the function declaration. */
6128 push_lang_context (lang_name_c);
6129 atexit_fndecl = build_library_fn_ptr (name, fn_type);
6130 mark_used (atexit_fndecl);
6131 pop_lang_context ();
6132 atexit_node = decay_conversion (atexit_fndecl);
6134 return atexit_node;
6137 /* Returns the __dso_handle VAR_DECL. */
6139 static tree
6140 get_dso_handle_node (void)
6142 if (dso_handle_node)
6143 return dso_handle_node;
6145 /* Declare the variable. */
6146 dso_handle_node = declare_global_var (get_identifier ("__dso_handle"),
6147 ptr_type_node);
6149 return dso_handle_node;
6152 /* Begin a new function with internal linkage whose job will be simply
6153 to destroy some particular variable. */
6155 static GTY(()) int start_cleanup_cnt;
6157 static tree
6158 start_cleanup_fn (void)
6160 char name[32];
6161 tree fntype;
6162 tree fndecl;
6163 bool use_cxa_atexit = flag_use_cxa_atexit
6164 && !targetm.cxx.use_atexit_for_cxa_atexit ();
6166 push_to_top_level ();
6168 /* No need to mangle this. */
6169 push_lang_context (lang_name_c);
6171 /* Build the name of the function. */
6172 sprintf (name, "__tcf_%d", start_cleanup_cnt++);
6173 /* Build the function declaration. */
6174 fntype = TREE_TYPE (get_atexit_fn_ptr_type ());
6175 fndecl = build_lang_decl (FUNCTION_DECL, get_identifier (name), fntype);
6176 /* It's a function with internal linkage, generated by the
6177 compiler. */
6178 TREE_PUBLIC (fndecl) = 0;
6179 DECL_ARTIFICIAL (fndecl) = 1;
6180 /* Make the function `inline' so that it is only emitted if it is
6181 actually needed. It is unlikely that it will be inlined, since
6182 it is only called via a function pointer, but we avoid unnecessary
6183 emissions this way. */
6184 DECL_DECLARED_INLINE_P (fndecl) = 1;
6185 DECL_INTERFACE_KNOWN (fndecl) = 1;
6186 /* Build the parameter. */
6187 if (use_cxa_atexit)
6189 tree parmdecl;
6191 parmdecl = cp_build_parm_decl (NULL_TREE, ptr_type_node);
6192 DECL_CONTEXT (parmdecl) = fndecl;
6193 TREE_USED (parmdecl) = 1;
6194 DECL_ARGUMENTS (fndecl) = parmdecl;
6197 pushdecl (fndecl);
6198 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED);
6200 pop_lang_context ();
6202 return current_function_decl;
6205 /* Finish the cleanup function begun by start_cleanup_fn. */
6207 static void
6208 end_cleanup_fn (void)
6210 expand_or_defer_fn (finish_function (0));
6212 pop_from_top_level ();
6215 /* Generate code to handle the destruction of DECL, an object with
6216 static storage duration. */
6218 tree
6219 register_dtor_fn (tree decl)
6221 tree cleanup;
6222 tree compound_stmt;
6223 tree args;
6224 tree fcall;
6225 tree type;
6226 bool use_dtor;
6228 type = TREE_TYPE (decl);
6229 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (type))
6230 return void_zero_node;
6232 /* If we're using "__cxa_atexit" (or "__aeabi_atexit"), and DECL is
6233 a class object, we can just pass the destructor to
6234 "__cxa_atexit"; we don't have to build a temporary function to do
6235 the cleanup. */
6236 use_dtor = (flag_use_cxa_atexit
6237 && !targetm.cxx.use_atexit_for_cxa_atexit ()
6238 && CLASS_TYPE_P (type));
6239 if (use_dtor)
6241 int idx;
6243 /* Find the destructor. */
6244 idx = lookup_fnfields_1 (type, complete_dtor_identifier);
6245 gcc_assert (idx >= 0);
6246 cleanup = VEC_index (tree, CLASSTYPE_METHOD_VEC (type), idx);
6247 /* Make sure it is accessible. */
6248 perform_or_defer_access_check (TYPE_BINFO (type), cleanup, cleanup);
6250 else
6252 /* Call build_cleanup before we enter the anonymous function so
6253 that any access checks will be done relative to the current
6254 scope, rather than the scope of the anonymous function. */
6255 build_cleanup (decl);
6257 /* Now start the function. */
6258 cleanup = start_cleanup_fn ();
6260 /* Now, recompute the cleanup. It may contain SAVE_EXPRs that refer
6261 to the original function, rather than the anonymous one. That
6262 will make the back end think that nested functions are in use,
6263 which causes confusion. */
6264 push_deferring_access_checks (dk_no_check);
6265 fcall = build_cleanup (decl);
6266 pop_deferring_access_checks ();
6268 /* Create the body of the anonymous function. */
6269 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
6270 finish_expr_stmt (fcall);
6271 finish_compound_stmt (compound_stmt);
6272 end_cleanup_fn ();
6275 /* Call atexit with the cleanup function. */
6276 mark_used (cleanup);
6277 cleanup = build_address (cleanup);
6278 if (flag_use_cxa_atexit && !targetm.cxx.use_atexit_for_cxa_atexit ())
6280 tree addr;
6282 if (use_dtor)
6284 /* We must convert CLEANUP to the type that "__cxa_atexit"
6285 expects. */
6286 cleanup = build_nop (get_atexit_fn_ptr_type (), cleanup);
6287 /* "__cxa_atexit" will pass the address of DECL to the
6288 cleanup function. */
6289 mark_used (decl);
6290 addr = build_address (decl);
6291 /* The declared type of the parameter to "__cxa_atexit" is
6292 "void *". For plain "T*", we could just let the
6293 machinery in cp_build_function_call convert it -- but if the
6294 type is "cv-qualified T *", then we need to convert it
6295 before passing it in, to avoid spurious errors. */
6296 addr = build_nop (ptr_type_node, addr);
6298 else
6299 /* Since the cleanup functions we build ignore the address
6300 they're given, there's no reason to pass the actual address
6301 in, and, in general, it's cheaper to pass NULL than any
6302 other value. */
6303 addr = null_pointer_node;
6304 args = tree_cons (NULL_TREE,
6305 cp_build_unary_op (ADDR_EXPR, get_dso_handle_node (), 0,
6306 tf_warning_or_error),
6307 NULL_TREE);
6308 if (targetm.cxx.use_aeabi_atexit ())
6310 args = tree_cons (NULL_TREE, cleanup, args);
6311 args = tree_cons (NULL_TREE, addr, args);
6313 else
6315 args = tree_cons (NULL_TREE, addr, args);
6316 args = tree_cons (NULL_TREE, cleanup, args);
6319 else
6320 args = tree_cons (NULL_TREE, cleanup, NULL_TREE);
6321 return cp_build_function_call (get_atexit_node (), args,
6322 tf_warning_or_error);
6325 /* DECL is a VAR_DECL with static storage duration. INIT, if present,
6326 is its initializer. Generate code to handle the construction
6327 and destruction of DECL. */
6329 static void
6330 expand_static_init (tree decl, tree init)
6332 gcc_assert (TREE_CODE (decl) == VAR_DECL);
6333 gcc_assert (TREE_STATIC (decl));
6335 /* Some variables require no initialization. */
6336 if (!init
6337 && !TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl))
6338 && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
6339 return;
6341 if (DECL_FUNCTION_SCOPE_P (decl))
6343 /* Emit code to perform this initialization but once. */
6344 tree if_stmt = NULL_TREE, inner_if_stmt = NULL_TREE;
6345 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE;
6346 tree guard, guard_addr;
6347 tree acquire_fn, release_fn, abort_fn;
6348 tree flag, begin;
6350 /* Emit code to perform this initialization but once. This code
6351 looks like:
6353 static <type> guard;
6354 if (!guard.first_byte) {
6355 if (__cxa_guard_acquire (&guard)) {
6356 bool flag = false;
6357 try {
6358 // Do initialization.
6359 flag = true; __cxa_guard_release (&guard);
6360 // Register variable for destruction at end of program.
6361 } catch {
6362 if (!flag) __cxa_guard_abort (&guard);
6366 Note that the `flag' variable is only set to 1 *after* the
6367 initialization is complete. This ensures that an exception,
6368 thrown during the construction, will cause the variable to
6369 reinitialized when we pass through this code again, as per:
6371 [stmt.dcl]
6373 If the initialization exits by throwing an exception, the
6374 initialization is not complete, so it will be tried again
6375 the next time control enters the declaration.
6377 This process should be thread-safe, too; multiple threads
6378 should not be able to initialize the variable more than
6379 once. */
6381 /* Create the guard variable. */
6382 guard = get_guard (decl);
6384 /* This optimization isn't safe on targets with relaxed memory
6385 consistency. On such targets we force synchronization in
6386 __cxa_guard_acquire. */
6387 if (!targetm.relaxed_ordering || !flag_threadsafe_statics)
6389 /* Begin the conditional initialization. */
6390 if_stmt = begin_if_stmt ();
6391 finish_if_stmt_cond (get_guard_cond (guard), if_stmt);
6392 then_clause = begin_compound_stmt (BCS_NO_SCOPE);
6395 if (flag_threadsafe_statics)
6397 guard_addr = build_address (guard);
6399 acquire_fn = get_identifier ("__cxa_guard_acquire");
6400 release_fn = get_identifier ("__cxa_guard_release");
6401 abort_fn = get_identifier ("__cxa_guard_abort");
6402 if (!get_global_value_if_present (acquire_fn, &acquire_fn))
6404 tree argtypes = tree_cons (NULL_TREE, TREE_TYPE (guard_addr),
6405 void_list_node);
6406 tree vfntype = build_function_type (void_type_node, argtypes);
6407 acquire_fn = push_library_fn
6408 (acquire_fn, build_function_type (integer_type_node, argtypes),
6409 NULL_TREE);
6410 release_fn = push_library_fn (release_fn, vfntype, NULL_TREE);
6411 abort_fn = push_library_fn (abort_fn, vfntype, NULL_TREE);
6413 else
6415 release_fn = identifier_global_value (release_fn);
6416 abort_fn = identifier_global_value (abort_fn);
6419 inner_if_stmt = begin_if_stmt ();
6420 finish_if_stmt_cond (build_call_n (acquire_fn, 1, guard_addr),
6421 inner_if_stmt);
6423 inner_then_clause = begin_compound_stmt (BCS_NO_SCOPE);
6424 begin = get_target_expr (boolean_false_node);
6425 flag = TARGET_EXPR_SLOT (begin);
6427 TARGET_EXPR_CLEANUP (begin)
6428 = build3 (COND_EXPR, void_type_node, flag,
6429 void_zero_node,
6430 build_call_n (abort_fn, 1, guard_addr));
6431 CLEANUP_EH_ONLY (begin) = 1;
6433 /* Do the initialization itself. */
6434 init = add_stmt_to_compound (begin, init);
6435 init = add_stmt_to_compound
6436 (init, build2 (MODIFY_EXPR, void_type_node, flag, boolean_true_node));
6437 init = add_stmt_to_compound
6438 (init, build_call_n (release_fn, 1, guard_addr));
6440 else
6441 init = add_stmt_to_compound (init, set_guard (guard));
6443 /* Use atexit to register a function for destroying this static
6444 variable. */
6445 init = add_stmt_to_compound (init, register_dtor_fn (decl));
6447 finish_expr_stmt (init);
6449 if (flag_threadsafe_statics)
6451 finish_compound_stmt (inner_then_clause);
6452 finish_then_clause (inner_if_stmt);
6453 finish_if_stmt (inner_if_stmt);
6456 if (!targetm.relaxed_ordering || !flag_threadsafe_statics)
6458 finish_compound_stmt (then_clause);
6459 finish_then_clause (if_stmt);
6460 finish_if_stmt (if_stmt);
6463 else
6464 static_aggregates = tree_cons (init, decl, static_aggregates);
6468 /* Make TYPE a complete type based on INITIAL_VALUE.
6469 Return 0 if successful, 1 if INITIAL_VALUE can't be deciphered,
6470 2 if there was no information (in which case assume 0 if DO_DEFAULT),
6471 3 if the initializer list is empty (in pedantic mode). */
6474 cp_complete_array_type (tree *ptype, tree initial_value, bool do_default)
6476 int failure;
6477 tree type, elt_type;
6479 if (initial_value)
6481 unsigned HOST_WIDE_INT i;
6482 tree value;
6484 /* An array of character type can be initialized from a
6485 brace-enclosed string constant.
6487 FIXME: this code is duplicated from reshape_init. Probably
6488 we should just call reshape_init here? */
6489 if (char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (*ptype)))
6490 && TREE_CODE (initial_value) == CONSTRUCTOR
6491 && !VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (initial_value)))
6493 VEC(constructor_elt,gc) *v = CONSTRUCTOR_ELTS (initial_value);
6494 tree value = VEC_index (constructor_elt, v, 0)->value;
6496 if (TREE_CODE (value) == STRING_CST
6497 && VEC_length (constructor_elt, v) == 1)
6498 initial_value = value;
6501 /* If any of the elements are parameter packs, we can't actually
6502 complete this type now because the array size is dependent. */
6503 if (TREE_CODE (initial_value) == CONSTRUCTOR)
6505 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (initial_value),
6506 i, value)
6508 if (PACK_EXPANSION_P (value))
6509 return 0;
6514 failure = complete_array_type (ptype, initial_value, do_default);
6516 /* We can create the array before the element type is complete, which
6517 means that we didn't have these two bits set in the original type
6518 either. In completing the type, we are expected to propagate these
6519 bits. See also complete_type which does the same thing for arrays
6520 of fixed size. */
6521 type = *ptype;
6522 if (TYPE_DOMAIN (type))
6524 elt_type = TREE_TYPE (type);
6525 TYPE_NEEDS_CONSTRUCTING (type) = TYPE_NEEDS_CONSTRUCTING (elt_type);
6526 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
6527 = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (elt_type);
6530 return failure;
6533 /* Return zero if something is declared to be a member of type
6534 CTYPE when in the context of CUR_TYPE. STRING is the error
6535 message to print in that case. Otherwise, quietly return 1. */
6537 static int
6538 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags)
6540 if (ctype && ctype != cur_type)
6542 if (flags == DTOR_FLAG)
6543 error ("destructor for alien class %qT cannot be a member", ctype);
6544 else
6545 error ("constructor for alien class %qT cannot be a member", ctype);
6546 return 0;
6548 return 1;
6551 /* Subroutine of `grokdeclarator'. */
6553 /* Generate errors possibly applicable for a given set of specifiers.
6554 This is for ARM $7.1.2. */
6556 static void
6557 bad_specifiers (tree object,
6558 const char* type,
6559 int virtualp,
6560 int quals,
6561 int inlinep,
6562 int friendp,
6563 int raises)
6565 if (virtualp)
6566 error ("%qD declared as a %<virtual%> %s", object, type);
6567 if (inlinep)
6568 error ("%qD declared as an %<inline%> %s", object, type);
6569 if (quals)
6570 error ("%<const%> and %<volatile%> function specifiers on "
6571 "%qD invalid in %s declaration",
6572 object, type);
6573 if (friendp)
6574 error ("%q+D declared as a friend", object);
6575 if (raises
6576 && (TREE_CODE (object) == TYPE_DECL
6577 || (!TYPE_PTRFN_P (TREE_TYPE (object))
6578 && !TYPE_REFFN_P (TREE_TYPE (object))
6579 && !TYPE_PTRMEMFUNC_P (TREE_TYPE (object)))))
6580 error ("%q+D declared with an exception specification", object);
6583 /* DECL is a member function or static data member and is presently
6584 being defined. Check that the definition is taking place in a
6585 valid namespace. */
6587 static void
6588 check_class_member_definition_namespace (tree decl)
6590 /* These checks only apply to member functions and static data
6591 members. */
6592 gcc_assert (TREE_CODE (decl) == FUNCTION_DECL
6593 || TREE_CODE (decl) == VAR_DECL);
6594 /* We check for problems with specializations in pt.c in
6595 check_specialization_namespace, where we can issue better
6596 diagnostics. */
6597 if (processing_specialization)
6598 return;
6599 /* There are no restrictions on the placement of
6600 explicit instantiations. */
6601 if (processing_explicit_instantiation)
6602 return;
6603 /* [class.mfct]
6605 A member function definition that appears outside of the
6606 class definition shall appear in a namespace scope enclosing
6607 the class definition.
6609 [class.static.data]
6611 The definition for a static data member shall appear in a
6612 namespace scope enclosing the member's class definition. */
6613 if (!is_ancestor (current_namespace, DECL_CONTEXT (decl)))
6614 permerror (input_location, "definition of %qD is not in namespace enclosing %qT",
6615 decl, DECL_CONTEXT (decl));
6618 /* Build a PARM_DECL for the "this" parameter. TYPE is the
6619 METHOD_TYPE for a non-static member function; QUALS are the
6620 cv-qualifiers that apply to the function. */
6622 tree
6623 build_this_parm (tree type, cp_cv_quals quals)
6625 tree this_type;
6626 tree qual_type;
6627 tree parm;
6628 cp_cv_quals this_quals;
6630 this_type = TREE_VALUE (TYPE_ARG_TYPES (type));
6631 /* The `this' parameter is implicitly `const'; it cannot be
6632 assigned to. */
6633 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST;
6634 qual_type = cp_build_qualified_type (this_type, this_quals);
6635 parm = build_artificial_parm (this_identifier, qual_type);
6636 cp_apply_type_quals_to_decl (this_quals, parm);
6637 return parm;
6640 /* CTYPE is class type, or null if non-class.
6641 TYPE is type this FUNCTION_DECL should have, either FUNCTION_TYPE
6642 or METHOD_TYPE.
6643 DECLARATOR is the function's name.
6644 PARMS is a chain of PARM_DECLs for the function.
6645 VIRTUALP is truthvalue of whether the function is virtual or not.
6646 FLAGS are to be passed through to `grokclassfn'.
6647 QUALS are qualifiers indicating whether the function is `const'
6648 or `volatile'.
6649 RAISES is a list of exceptions that this function can raise.
6650 CHECK is 1 if we must find this method in CTYPE, 0 if we should
6651 not look, and -1 if we should not call `grokclassfn' at all.
6653 SFK is the kind of special function (if any) for the new function.
6655 Returns `NULL_TREE' if something goes wrong, after issuing
6656 applicable error messages. */
6658 static tree
6659 grokfndecl (tree ctype,
6660 tree type,
6661 tree declarator,
6662 tree parms,
6663 tree orig_declarator,
6664 int virtualp,
6665 enum overload_flags flags,
6666 cp_cv_quals quals,
6667 tree raises,
6668 int check,
6669 int friendp,
6670 int publicp,
6671 int inlinep,
6672 special_function_kind sfk,
6673 bool funcdef_flag,
6674 int template_count,
6675 tree in_namespace,
6676 tree* attrlist,
6677 location_t location)
6679 tree decl;
6680 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE;
6681 tree t;
6683 if (raises)
6684 type = build_exception_variant (type, raises);
6686 decl = build_lang_decl (FUNCTION_DECL, declarator, type);
6688 /* If we have an explicit location, use it, otherwise use whatever
6689 build_lang_decl used (probably input_location). */
6690 if (location != UNKNOWN_LOCATION)
6691 DECL_SOURCE_LOCATION (decl) = location;
6693 if (TREE_CODE (type) == METHOD_TYPE)
6695 tree parm;
6696 parm = build_this_parm (type, quals);
6697 TREE_CHAIN (parm) = parms;
6698 parms = parm;
6700 DECL_ARGUMENTS (decl) = parms;
6701 for (t = parms; t; t = TREE_CHAIN (t))
6702 DECL_CONTEXT (t) = decl;
6703 /* Propagate volatile out from type to decl. */
6704 if (TYPE_VOLATILE (type))
6705 TREE_THIS_VOLATILE (decl) = 1;
6707 /* Setup decl according to sfk. */
6708 switch (sfk)
6710 case sfk_constructor:
6711 case sfk_copy_constructor:
6712 case sfk_move_constructor:
6713 DECL_CONSTRUCTOR_P (decl) = 1;
6714 break;
6715 case sfk_destructor:
6716 DECL_DESTRUCTOR_P (decl) = 1;
6717 break;
6718 default:
6719 break;
6722 /* If pointers to member functions use the least significant bit to
6723 indicate whether a function is virtual, ensure a pointer
6724 to this function will have that bit clear. */
6725 if (TARGET_PTRMEMFUNC_VBIT_LOCATION == ptrmemfunc_vbit_in_pfn
6726 && TREE_CODE (type) == METHOD_TYPE
6727 && DECL_ALIGN (decl) < 2 * BITS_PER_UNIT)
6728 DECL_ALIGN (decl) = 2 * BITS_PER_UNIT;
6730 if (friendp
6731 && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)
6733 if (funcdef_flag)
6734 error
6735 ("defining explicit specialization %qD in friend declaration",
6736 orig_declarator);
6737 else
6739 tree fns = TREE_OPERAND (orig_declarator, 0);
6740 tree args = TREE_OPERAND (orig_declarator, 1);
6742 if (PROCESSING_REAL_TEMPLATE_DECL_P ())
6744 /* Something like `template <class T> friend void f<T>()'. */
6745 error ("invalid use of template-id %qD in declaration "
6746 "of primary template",
6747 orig_declarator);
6748 return NULL_TREE;
6752 /* A friend declaration of the form friend void f<>(). Record
6753 the information in the TEMPLATE_ID_EXPR. */
6754 SET_DECL_IMPLICIT_INSTANTIATION (decl);
6756 if (TREE_CODE (fns) == COMPONENT_REF)
6758 /* Due to bison parser ickiness, we will have already looked
6759 up an operator_name or PFUNCNAME within the current class
6760 (see template_id in parse.y). If the current class contains
6761 such a name, we'll get a COMPONENT_REF here. Undo that. */
6763 gcc_assert (TREE_TYPE (TREE_OPERAND (fns, 0))
6764 == current_class_type);
6765 fns = TREE_OPERAND (fns, 1);
6767 gcc_assert (TREE_CODE (fns) == IDENTIFIER_NODE
6768 || TREE_CODE (fns) == OVERLOAD);
6769 DECL_TEMPLATE_INFO (decl) = build_template_info (fns, args);
6771 for (t = TYPE_ARG_TYPES (TREE_TYPE (decl)); t; t = TREE_CHAIN (t))
6772 if (TREE_PURPOSE (t)
6773 && TREE_CODE (TREE_PURPOSE (t)) == DEFAULT_ARG)
6775 error ("default arguments are not allowed in declaration "
6776 "of friend template specialization %qD",
6777 decl);
6778 return NULL_TREE;
6781 if (inlinep)
6783 error ("%<inline%> is not allowed in declaration of friend "
6784 "template specialization %qD",
6785 decl);
6786 return NULL_TREE;
6791 /* If this decl has namespace scope, set that up. */
6792 if (in_namespace)
6793 set_decl_namespace (decl, in_namespace, friendp);
6794 else if (!ctype)
6795 DECL_CONTEXT (decl) = FROB_CONTEXT (current_namespace);
6797 /* `main' and builtins have implicit 'C' linkage. */
6798 if ((MAIN_NAME_P (declarator)
6799 || (IDENTIFIER_LENGTH (declarator) > 10
6800 && IDENTIFIER_POINTER (declarator)[0] == '_'
6801 && IDENTIFIER_POINTER (declarator)[1] == '_'
6802 && strncmp (IDENTIFIER_POINTER (declarator)+2, "builtin_", 8) == 0))
6803 && current_lang_name == lang_name_cplusplus
6804 && ctype == NULL_TREE
6805 /* NULL_TREE means global namespace. */
6806 && DECL_CONTEXT (decl) == NULL_TREE)
6807 SET_DECL_LANGUAGE (decl, lang_c);
6809 /* Should probably propagate const out from type to decl I bet (mrs). */
6810 if (staticp)
6812 DECL_STATIC_FUNCTION_P (decl) = 1;
6813 DECL_CONTEXT (decl) = ctype;
6816 if (ctype)
6818 DECL_CONTEXT (decl) = ctype;
6819 if (funcdef_flag)
6820 check_class_member_definition_namespace (decl);
6823 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
6825 if (processing_template_decl)
6826 error ("cannot declare %<::main%> to be a template");
6827 if (inlinep)
6828 error ("cannot declare %<::main%> to be inline");
6829 if (!publicp)
6830 error ("cannot declare %<::main%> to be static");
6831 inlinep = 0;
6832 publicp = 1;
6835 /* Members of anonymous types and local classes have no linkage; make
6836 them internal. If a typedef is made later, this will be changed. */
6837 if (ctype && (TYPE_ANONYMOUS_P (ctype)
6838 || decl_function_context (TYPE_MAIN_DECL (ctype))))
6839 publicp = 0;
6841 if (publicp && cxx_dialect == cxx98)
6843 /* [basic.link]: A name with no linkage (notably, the name of a class
6844 or enumeration declared in a local scope) shall not be used to
6845 declare an entity with linkage.
6847 DR 757 relaxes this restriction for C++0x. */
6848 t = no_linkage_check (TREE_TYPE (decl),
6849 /*relaxed_p=*/false);
6850 if (t)
6852 if (TYPE_ANONYMOUS_P (t))
6854 if (DECL_EXTERN_C_P (decl))
6855 /* Allow this; it's pretty common in C. */;
6856 else
6858 permerror (input_location, "non-local function %q#D uses anonymous type",
6859 decl);
6860 if (DECL_ORIGINAL_TYPE (TYPE_NAME (t)))
6861 permerror (input_location, "%q+#D does not refer to the unqualified "
6862 "type, so it is not used for linkage",
6863 TYPE_NAME (t));
6866 else
6867 permerror (input_location, "non-local function %q#D uses local type %qT", decl, t);
6871 TREE_PUBLIC (decl) = publicp;
6872 if (! publicp)
6874 DECL_INTERFACE_KNOWN (decl) = 1;
6875 DECL_NOT_REALLY_EXTERN (decl) = 1;
6878 /* If the declaration was declared inline, mark it as such. */
6879 if (inlinep)
6880 DECL_DECLARED_INLINE_P (decl) = 1;
6882 DECL_EXTERNAL (decl) = 1;
6883 if (quals && TREE_CODE (type) == FUNCTION_TYPE)
6885 error (ctype
6886 ? G_("static member function %qD cannot have cv-qualifier")
6887 : G_("non-member function %qD cannot have cv-qualifier"),
6888 decl);
6889 quals = TYPE_UNQUALIFIED;
6892 if (IDENTIFIER_OPNAME_P (DECL_NAME (decl))
6893 && !grok_op_properties (decl, /*complain=*/true))
6894 return NULL_TREE;
6896 if (funcdef_flag)
6897 /* Make the init_value nonzero so pushdecl knows this is not
6898 tentative. error_mark_node is replaced later with the BLOCK. */
6899 DECL_INITIAL (decl) = error_mark_node;
6901 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl))
6902 TREE_NOTHROW (decl) = 1;
6904 /* Caller will do the rest of this. */
6905 if (check < 0)
6906 return decl;
6908 if (ctype != NULL_TREE)
6909 grokclassfn (ctype, decl, flags);
6911 decl = check_explicit_specialization (orig_declarator, decl,
6912 template_count,
6913 2 * funcdef_flag +
6914 4 * (friendp != 0));
6915 if (decl == error_mark_node)
6916 return NULL_TREE;
6918 if (attrlist)
6920 cplus_decl_attributes (&decl, *attrlist, 0);
6921 *attrlist = NULL_TREE;
6924 /* Check main's type after attributes have been applied. */
6925 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
6927 if (!same_type_p (TREE_TYPE (TREE_TYPE (decl)),
6928 integer_type_node))
6930 tree oldtypeargs = TYPE_ARG_TYPES (TREE_TYPE (decl));
6931 tree newtype;
6932 error ("%<::main%> must return %<int%>");
6933 newtype = build_function_type (integer_type_node, oldtypeargs);
6934 TREE_TYPE (decl) = newtype;
6936 if (warn_main)
6937 check_main_parameter_types (decl);
6940 if (ctype != NULL_TREE
6941 && (! TYPE_FOR_JAVA (ctype) || check_java_method (decl))
6942 && check)
6944 tree old_decl = check_classfn (ctype, decl,
6945 (processing_template_decl
6946 > template_class_depth (ctype))
6947 ? current_template_parms
6948 : NULL_TREE);
6950 if (old_decl == error_mark_node)
6951 return NULL_TREE;
6953 if (old_decl)
6955 tree ok;
6956 tree pushed_scope;
6958 if (TREE_CODE (old_decl) == TEMPLATE_DECL)
6959 /* Because grokfndecl is always supposed to return a
6960 FUNCTION_DECL, we pull out the DECL_TEMPLATE_RESULT
6961 here. We depend on our callers to figure out that its
6962 really a template that's being returned. */
6963 old_decl = DECL_TEMPLATE_RESULT (old_decl);
6965 if (DECL_STATIC_FUNCTION_P (old_decl)
6966 && TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE)
6967 /* Remove the `this' parm added by grokclassfn.
6968 XXX Isn't this done in start_function, too? */
6969 revert_static_member_fn (decl);
6970 if (DECL_ARTIFICIAL (old_decl))
6972 error ("definition of implicitly-declared %qD", old_decl);
6973 return NULL_TREE;
6976 /* Since we've smashed OLD_DECL to its
6977 DECL_TEMPLATE_RESULT, we must do the same to DECL. */
6978 if (TREE_CODE (decl) == TEMPLATE_DECL)
6979 decl = DECL_TEMPLATE_RESULT (decl);
6981 /* Attempt to merge the declarations. This can fail, in
6982 the case of some invalid specialization declarations. */
6983 pushed_scope = push_scope (ctype);
6984 ok = duplicate_decls (decl, old_decl, friendp);
6985 if (pushed_scope)
6986 pop_scope (pushed_scope);
6987 if (!ok)
6989 error ("no %q#D member function declared in class %qT",
6990 decl, ctype);
6991 return NULL_TREE;
6993 return old_decl;
6997 if (DECL_CONSTRUCTOR_P (decl) && !grok_ctor_properties (ctype, decl))
6998 return NULL_TREE;
7000 if (ctype == NULL_TREE || check)
7001 return decl;
7003 if (virtualp)
7004 DECL_VIRTUAL_P (decl) = 1;
7006 return decl;
7009 /* DECL is a VAR_DECL for a static data member. Set flags to reflect
7010 the linkage that DECL will receive in the object file. */
7012 static void
7013 set_linkage_for_static_data_member (tree decl)
7015 /* A static data member always has static storage duration and
7016 external linkage. Note that static data members are forbidden in
7017 local classes -- the only situation in which a class has
7018 non-external linkage. */
7019 TREE_PUBLIC (decl) = 1;
7020 TREE_STATIC (decl) = 1;
7021 /* For non-template classes, static data members are always put
7022 out in exactly those files where they are defined, just as
7023 with ordinary namespace-scope variables. */
7024 if (!processing_template_decl)
7025 DECL_INTERFACE_KNOWN (decl) = 1;
7028 /* Create a VAR_DECL named NAME with the indicated TYPE.
7030 If SCOPE is non-NULL, it is the class type or namespace containing
7031 the variable. If SCOPE is NULL, the variable should is created in
7032 the innermost enclosings scope. */
7034 static tree
7035 grokvardecl (tree type,
7036 tree name,
7037 const cp_decl_specifier_seq *declspecs,
7038 int initialized,
7039 int constp,
7040 tree scope)
7042 tree decl;
7043 tree explicit_scope;
7045 gcc_assert (!name || TREE_CODE (name) == IDENTIFIER_NODE);
7047 /* Compute the scope in which to place the variable, but remember
7048 whether or not that scope was explicitly specified by the user. */
7049 explicit_scope = scope;
7050 if (!scope)
7052 /* An explicit "extern" specifier indicates a namespace-scope
7053 variable. */
7054 if (declspecs->storage_class == sc_extern)
7055 scope = current_namespace;
7056 else if (!at_function_scope_p ())
7057 scope = current_scope ();
7060 if (scope
7061 && (/* If the variable is a namespace-scope variable declared in a
7062 template, we need DECL_LANG_SPECIFIC. */
7063 (TREE_CODE (scope) == NAMESPACE_DECL && processing_template_decl)
7064 /* Similarly for namespace-scope variables with language linkage
7065 other than C++. */
7066 || (TREE_CODE (scope) == NAMESPACE_DECL
7067 && current_lang_name != lang_name_cplusplus)
7068 /* Similarly for static data members. */
7069 || TYPE_P (scope)))
7070 decl = build_lang_decl (VAR_DECL, name, type);
7071 else
7072 decl = build_decl (input_location, VAR_DECL, name, type);
7074 if (explicit_scope && TREE_CODE (explicit_scope) == NAMESPACE_DECL)
7075 set_decl_namespace (decl, explicit_scope, 0);
7076 else
7077 DECL_CONTEXT (decl) = FROB_CONTEXT (scope);
7079 if (declspecs->storage_class == sc_extern)
7081 DECL_THIS_EXTERN (decl) = 1;
7082 DECL_EXTERNAL (decl) = !initialized;
7085 if (DECL_CLASS_SCOPE_P (decl))
7087 set_linkage_for_static_data_member (decl);
7088 /* This function is only called with out-of-class definitions. */
7089 DECL_EXTERNAL (decl) = 0;
7090 check_class_member_definition_namespace (decl);
7092 /* At top level, either `static' or no s.c. makes a definition
7093 (perhaps tentative), and absence of `static' makes it public. */
7094 else if (toplevel_bindings_p ())
7096 TREE_PUBLIC (decl) = (declspecs->storage_class != sc_static
7097 && (DECL_THIS_EXTERN (decl) || ! constp));
7098 TREE_STATIC (decl) = ! DECL_EXTERNAL (decl);
7100 /* Not at top level, only `static' makes a static definition. */
7101 else
7103 TREE_STATIC (decl) = declspecs->storage_class == sc_static;
7104 TREE_PUBLIC (decl) = DECL_EXTERNAL (decl);
7107 if (declspecs->specs[(int)ds_thread])
7108 DECL_TLS_MODEL (decl) = decl_default_tls_model (decl);
7110 /* If the type of the decl has no linkage, make sure that we'll
7111 notice that in mark_used. */
7112 if (cxx_dialect > cxx98
7113 && decl_linkage (decl) != lk_none
7114 && DECL_LANG_SPECIFIC (decl) == NULL
7115 && !DECL_EXTERN_C_P (decl)
7116 && no_linkage_check (TREE_TYPE (decl), /*relaxed_p=*/false))
7117 retrofit_lang_decl (decl);
7119 if (TREE_PUBLIC (decl))
7121 /* [basic.link]: A name with no linkage (notably, the name of a class
7122 or enumeration declared in a local scope) shall not be used to
7123 declare an entity with linkage.
7125 DR 757 relaxes this restriction for C++0x. */
7126 tree t = (cxx_dialect > cxx98 ? NULL_TREE
7127 : no_linkage_check (TREE_TYPE (decl), /*relaxed_p=*/false));
7128 if (t)
7130 if (TYPE_ANONYMOUS_P (t))
7132 if (DECL_EXTERN_C_P (decl))
7133 /* Allow this; it's pretty common in C. */
7135 else
7137 /* DRs 132, 319 and 389 seem to indicate types with
7138 no linkage can only be used to declare extern "C"
7139 entities. Since it's not always an error in the
7140 ISO C++ 90 Standard, we only issue a warning. */
7141 warning (0, "non-local variable %q#D uses anonymous type",
7142 decl);
7143 if (DECL_ORIGINAL_TYPE (TYPE_NAME (t)))
7144 warning (0, "%q+#D does not refer to the unqualified "
7145 "type, so it is not used for linkage",
7146 TYPE_NAME (t));
7149 else
7150 warning (0, "non-local variable %q#D uses local type %qT", decl, t);
7153 else
7154 DECL_INTERFACE_KNOWN (decl) = 1;
7156 return decl;
7159 /* Create and return a canonical pointer to member function type, for
7160 TYPE, which is a POINTER_TYPE to a METHOD_TYPE. */
7162 tree
7163 build_ptrmemfunc_type (tree type)
7165 tree field, fields;
7166 tree t;
7167 tree unqualified_variant = NULL_TREE;
7169 if (type == error_mark_node)
7170 return type;
7172 /* If a canonical type already exists for this type, use it. We use
7173 this method instead of type_hash_canon, because it only does a
7174 simple equality check on the list of field members. */
7176 if ((t = TYPE_GET_PTRMEMFUNC_TYPE (type)))
7177 return t;
7179 /* Make sure that we always have the unqualified pointer-to-member
7180 type first. */
7181 if (cp_type_quals (type) != TYPE_UNQUALIFIED)
7182 unqualified_variant
7183 = build_ptrmemfunc_type (TYPE_MAIN_VARIANT (type));
7185 t = make_class_type (RECORD_TYPE);
7186 xref_basetypes (t, NULL_TREE);
7188 /* Let the front end know this is a pointer to member function... */
7189 TYPE_PTRMEMFUNC_FLAG (t) = 1;
7190 /* ... and not really a class type. */
7191 SET_CLASS_TYPE_P (t, 0);
7193 field = build_decl (input_location, FIELD_DECL, pfn_identifier, type);
7194 fields = field;
7196 field = build_decl (input_location, FIELD_DECL, delta_identifier,
7197 delta_type_node);
7198 TREE_CHAIN (field) = fields;
7199 fields = field;
7201 finish_builtin_struct (t, "__ptrmemfunc_type", fields, ptr_type_node);
7203 /* Zap out the name so that the back end will give us the debugging
7204 information for this anonymous RECORD_TYPE. */
7205 TYPE_NAME (t) = NULL_TREE;
7207 /* If this is not the unqualified form of this pointer-to-member
7208 type, set the TYPE_MAIN_VARIANT for this type to be the
7209 unqualified type. Since they are actually RECORD_TYPEs that are
7210 not variants of each other, we must do this manually.
7211 As we just built a new type there is no need to do yet another copy. */
7212 if (cp_type_quals (type) != TYPE_UNQUALIFIED)
7214 int type_quals = cp_type_quals (type);
7215 TYPE_READONLY (t) = (type_quals & TYPE_QUAL_CONST) != 0;
7216 TYPE_VOLATILE (t) = (type_quals & TYPE_QUAL_VOLATILE) != 0;
7217 TYPE_RESTRICT (t) = (type_quals & TYPE_QUAL_RESTRICT) != 0;
7218 TYPE_MAIN_VARIANT (t) = unqualified_variant;
7219 TYPE_NEXT_VARIANT (t) = TYPE_NEXT_VARIANT (unqualified_variant);
7220 TYPE_NEXT_VARIANT (unqualified_variant) = t;
7221 TREE_TYPE (TYPE_BINFO (t)) = t;
7224 /* Cache this pointer-to-member type so that we can find it again
7225 later. */
7226 TYPE_SET_PTRMEMFUNC_TYPE (type, t);
7228 if (TYPE_STRUCTURAL_EQUALITY_P (type))
7229 SET_TYPE_STRUCTURAL_EQUALITY (t);
7230 else if (TYPE_CANONICAL (type) != type)
7231 TYPE_CANONICAL (t) = build_ptrmemfunc_type (TYPE_CANONICAL (type));
7233 return t;
7236 /* Create and return a pointer to data member type. */
7238 tree
7239 build_ptrmem_type (tree class_type, tree member_type)
7241 if (TREE_CODE (member_type) == METHOD_TYPE)
7243 tree arg_types = TYPE_ARG_TYPES (member_type);
7244 cp_cv_quals quals = cp_type_quals (TREE_TYPE (TREE_VALUE (arg_types)));
7245 member_type = build_memfn_type (member_type, class_type, quals);
7246 return build_ptrmemfunc_type (build_pointer_type (member_type));
7248 else
7250 gcc_assert (TREE_CODE (member_type) != FUNCTION_TYPE);
7251 return build_offset_type (class_type, member_type);
7255 /* DECL is a VAR_DECL defined in-class, whose TYPE is also given.
7256 Check to see that the definition is valid. Issue appropriate error
7257 messages. Return 1 if the definition is particularly bad, or 0
7258 otherwise. */
7261 check_static_variable_definition (tree decl, tree type)
7263 /* Motion 10 at San Diego: If a static const integral data member is
7264 initialized with an integral constant expression, the initializer
7265 may appear either in the declaration (within the class), or in
7266 the definition, but not both. If it appears in the class, the
7267 member is a member constant. The file-scope definition is always
7268 required. */
7269 if (!ARITHMETIC_TYPE_P (type) && TREE_CODE (type) != ENUMERAL_TYPE)
7271 error ("invalid in-class initialization of static data member "
7272 "of non-integral type %qT",
7273 type);
7274 /* If we just return the declaration, crashes will sometimes
7275 occur. We therefore return void_type_node, as if this were a
7276 friend declaration, to cause callers to completely ignore
7277 this declaration. */
7278 return 1;
7280 else if (!CP_TYPE_CONST_P (type))
7281 error ("ISO C++ forbids in-class initialization of non-const "
7282 "static member %qD",
7283 decl);
7284 else if (!INTEGRAL_OR_ENUMERATION_TYPE_P (type))
7285 pedwarn (input_location, OPT_pedantic, "ISO C++ forbids initialization of member constant "
7286 "%qD of non-integral type %qT", decl, type);
7288 return 0;
7291 /* Given the SIZE (i.e., number of elements) in an array, compute an
7292 appropriate index type for the array. If non-NULL, NAME is the
7293 name of the thing being declared. */
7295 tree
7296 compute_array_index_type (tree name, tree size)
7298 tree type;
7299 tree itype;
7300 tree abi_1_itype = NULL_TREE;
7302 if (error_operand_p (size))
7303 return error_mark_node;
7305 type = TREE_TYPE (size);
7306 /* The array bound must be an integer type. */
7307 if (!dependent_type_p (type) && !INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (type))
7309 if (name)
7310 error ("size of array %qD has non-integral type %qT", name, type);
7311 else
7312 error ("size of array has non-integral type %qT", type);
7313 size = integer_one_node;
7314 type = TREE_TYPE (size);
7317 /* We can only call value_dependent_expression_p on integral constant
7318 expressions; the parser adds a dummy NOP_EXPR with TREE_SIDE_EFFECTS
7319 set if this isn't one. */
7320 if (processing_template_decl
7321 && (TREE_SIDE_EFFECTS (size) || value_dependent_expression_p (size)))
7323 /* We cannot do any checking for a SIZE that isn't known to be
7324 constant. Just build the index type and mark that it requires
7325 structural equality checks. */
7326 itype = build_index_type (build_min (MINUS_EXPR, sizetype,
7327 size, integer_one_node));
7328 TYPE_DEPENDENT_P (itype) = 1;
7329 TYPE_DEPENDENT_P_VALID (itype) = 1;
7330 SET_TYPE_STRUCTURAL_EQUALITY (itype);
7331 return itype;
7334 if (!abi_version_at_least (2) && processing_template_decl)
7335 /* For abi-1, we handled all instances in templates the same way,
7336 even when they were non-dependent. This affects the manglings
7337 produced. So, we do the normal checking for non-dependent
7338 sizes, but at the end we'll return the same type that abi-1
7339 would have, but with TYPE_CANONICAL set to the "right"
7340 value that the current ABI would provide. */
7341 abi_1_itype = build_index_type (build_min (MINUS_EXPR, sizetype,
7342 size, integer_one_node));
7344 /* The size might be the result of a cast. */
7345 STRIP_TYPE_NOPS (size);
7347 /* It might be a const variable or enumeration constant. */
7348 size = integral_constant_value (size);
7350 /* Normally, the array-bound will be a constant. */
7351 if (TREE_CODE (size) == INTEGER_CST)
7353 /* Check to see if the array bound overflowed. Make that an
7354 error, no matter how generous we're being. */
7355 constant_expression_error (size);
7357 /* An array must have a positive number of elements. */
7358 if (INT_CST_LT (size, integer_zero_node))
7360 if (name)
7361 error ("size of array %qD is negative", name);
7362 else
7363 error ("size of array is negative");
7364 size = integer_one_node;
7366 /* As an extension we allow zero-sized arrays. We always allow
7367 them in system headers because glibc uses them. */
7368 else if (integer_zerop (size) && !in_system_header)
7370 if (name)
7371 pedwarn (input_location, OPT_pedantic, "ISO C++ forbids zero-size array %qD", name);
7372 else
7373 pedwarn (input_location, OPT_pedantic, "ISO C++ forbids zero-size array");
7376 else if (TREE_CONSTANT (size))
7378 /* `(int) &fn' is not a valid array bound. */
7379 if (name)
7380 error ("size of array %qD is not an integral constant-expression",
7381 name);
7382 else
7383 error ("size of array is not an integral constant-expression");
7384 size = integer_one_node;
7386 else if (pedantic && warn_vla != 0)
7388 if (name)
7389 pedwarn (input_location, OPT_Wvla, "ISO C++ forbids variable length array %qD", name);
7390 else
7391 pedwarn (input_location, OPT_Wvla, "ISO C++ forbids variable length array");
7393 else if (warn_vla > 0)
7395 if (name)
7396 warning (OPT_Wvla,
7397 "variable length array %qD is used", name);
7398 else
7399 warning (OPT_Wvla,
7400 "variable length array is used");
7403 if (processing_template_decl && !TREE_CONSTANT (size))
7404 /* A variable sized array. */
7405 itype = build_min (MINUS_EXPR, sizetype, size, integer_one_node);
7406 else
7408 HOST_WIDE_INT saved_processing_template_decl;
7410 /* Compute the index of the largest element in the array. It is
7411 one less than the number of elements in the array. We save
7412 and restore PROCESSING_TEMPLATE_DECL so that computations in
7413 cp_build_binary_op will be appropriately folded. */
7414 saved_processing_template_decl = processing_template_decl;
7415 processing_template_decl = 0;
7416 itype = cp_build_binary_op (input_location,
7417 MINUS_EXPR,
7418 cp_convert (ssizetype, size),
7419 cp_convert (ssizetype, integer_one_node),
7420 tf_warning_or_error);
7421 itype = fold (itype);
7422 processing_template_decl = saved_processing_template_decl;
7424 if (!TREE_CONSTANT (itype))
7425 /* A variable sized array. */
7426 itype = variable_size (itype);
7427 /* Make sure that there was no overflow when creating to a signed
7428 index type. (For example, on a 32-bit machine, an array with
7429 size 2^32 - 1 is too big.) */
7430 else if (TREE_CODE (itype) == INTEGER_CST
7431 && TREE_OVERFLOW (itype))
7433 error ("overflow in array dimension");
7434 TREE_OVERFLOW (itype) = 0;
7438 /* Create and return the appropriate index type. */
7439 if (abi_1_itype)
7441 tree t = build_index_type (itype);
7442 TYPE_CANONICAL (abi_1_itype) = TYPE_CANONICAL (t);
7443 return abi_1_itype;
7445 else
7446 return build_index_type (itype);
7449 /* Returns the scope (if any) in which the entity declared by
7450 DECLARATOR will be located. If the entity was declared with an
7451 unqualified name, NULL_TREE is returned. */
7453 tree
7454 get_scope_of_declarator (const cp_declarator *declarator)
7456 while (declarator && declarator->kind != cdk_id)
7457 declarator = declarator->declarator;
7459 /* If the declarator-id is a SCOPE_REF, the scope in which the
7460 declaration occurs is the first operand. */
7461 if (declarator
7462 && declarator->u.id.qualifying_scope)
7463 return declarator->u.id.qualifying_scope;
7465 /* Otherwise, the declarator is not a qualified name; the entity will
7466 be declared in the current scope. */
7467 return NULL_TREE;
7470 /* Returns an ARRAY_TYPE for an array with SIZE elements of the
7471 indicated TYPE. If non-NULL, NAME is the NAME of the declaration
7472 with this type. */
7474 static tree
7475 create_array_type_for_decl (tree name, tree type, tree size)
7477 tree itype = NULL_TREE;
7479 /* If things have already gone awry, bail now. */
7480 if (type == error_mark_node || size == error_mark_node)
7481 return error_mark_node;
7483 /* If there are some types which cannot be array elements,
7484 issue an error-message and return. */
7485 switch (TREE_CODE (type))
7487 case VOID_TYPE:
7488 if (name)
7489 error ("declaration of %qD as array of void", name);
7490 else
7491 error ("creating array of void");
7492 return error_mark_node;
7494 case FUNCTION_TYPE:
7495 if (name)
7496 error ("declaration of %qD as array of functions", name);
7497 else
7498 error ("creating array of functions");
7499 return error_mark_node;
7501 case REFERENCE_TYPE:
7502 if (name)
7503 error ("declaration of %qD as array of references", name);
7504 else
7505 error ("creating array of references");
7506 return error_mark_node;
7508 case METHOD_TYPE:
7509 if (name)
7510 error ("declaration of %qD as array of function members", name);
7511 else
7512 error ("creating array of function members");
7513 return error_mark_node;
7515 default:
7516 break;
7519 /* [dcl.array]
7521 The constant expressions that specify the bounds of the arrays
7522 can be omitted only for the first member of the sequence. */
7523 if (TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type))
7525 if (name)
7526 error ("declaration of %qD as multidimensional array must "
7527 "have bounds for all dimensions except the first",
7528 name);
7529 else
7530 error ("multidimensional array must have bounds for all "
7531 "dimensions except the first");
7533 return error_mark_node;
7536 /* Figure out the index type for the array. */
7537 if (size)
7538 itype = compute_array_index_type (name, size);
7540 /* [dcl.array]
7541 T is called the array element type; this type shall not be [...] an
7542 abstract class type. */
7543 abstract_virtuals_error (name, type);
7545 return build_cplus_array_type (type, itype);
7548 /* Check that it's OK to declare a function with the indicated TYPE.
7549 SFK indicates the kind of special function (if any) that this
7550 function is. OPTYPE is the type given in a conversion operator
7551 declaration, or the class type for a constructor/destructor.
7552 Returns the actual return type of the function; that
7553 may be different than TYPE if an error occurs, or for certain
7554 special functions. */
7556 static tree
7557 check_special_function_return_type (special_function_kind sfk,
7558 tree type,
7559 tree optype)
7561 switch (sfk)
7563 case sfk_constructor:
7564 if (type)
7565 error ("return type specification for constructor invalid");
7567 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
7568 type = build_pointer_type (optype);
7569 else
7570 type = void_type_node;
7571 break;
7573 case sfk_destructor:
7574 if (type)
7575 error ("return type specification for destructor invalid");
7576 /* We can't use the proper return type here because we run into
7577 problems with ambiguous bases and covariant returns.
7578 Java classes are left unchanged because (void *) isn't a valid
7579 Java type, and we don't want to change the Java ABI. */
7580 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
7581 type = build_pointer_type (void_type_node);
7582 else
7583 type = void_type_node;
7584 break;
7586 case sfk_conversion:
7587 if (type)
7588 error ("return type specified for %<operator %T%>", optype);
7589 type = optype;
7590 break;
7592 default:
7593 gcc_unreachable ();
7596 return type;
7599 /* A variable or data member (whose unqualified name is IDENTIFIER)
7600 has been declared with the indicated TYPE. If the TYPE is not
7601 acceptable, issue an error message and return a type to use for
7602 error-recovery purposes. */
7604 tree
7605 check_var_type (tree identifier, tree type)
7607 if (VOID_TYPE_P (type))
7609 if (!identifier)
7610 error ("unnamed variable or field declared void");
7611 else if (TREE_CODE (identifier) == IDENTIFIER_NODE)
7613 gcc_assert (!IDENTIFIER_OPNAME_P (identifier));
7614 error ("variable or field %qE declared void", identifier);
7616 else
7617 error ("variable or field declared void");
7618 type = error_mark_node;
7621 return type;
7624 /* Given declspecs and a declarator (abstract or otherwise), determine
7625 the name and type of the object declared and construct a DECL node
7626 for it.
7628 DECLSPECS points to the representation of declaration-specifier
7629 sequence that precedes declarator.
7631 DECL_CONTEXT says which syntactic context this declaration is in:
7632 NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
7633 FUNCDEF for a function definition. Like NORMAL but a few different
7634 error messages in each case. Return value may be zero meaning
7635 this definition is too screwy to try to parse.
7636 MEMFUNCDEF for a function definition. Like FUNCDEF but prepares to
7637 handle member functions (which have FIELD context).
7638 Return value may be zero meaning this definition is too screwy to
7639 try to parse.
7640 PARM for a parameter declaration (either within a function prototype
7641 or before a function body). Make a PARM_DECL, or return void_type_node.
7642 TPARM for a template parameter declaration.
7643 CATCHPARM for a parameter declaration before a catch clause.
7644 TYPENAME if for a typename (in a cast or sizeof).
7645 Don't make a DECL node; just return the ..._TYPE node.
7646 FIELD for a struct or union field; make a FIELD_DECL.
7647 BITFIELD for a field with specified width.
7649 INITIALIZED is as for start_decl.
7651 ATTRLIST is a pointer to the list of attributes, which may be NULL
7652 if there are none; *ATTRLIST may be modified if attributes from inside
7653 the declarator should be applied to the declaration.
7655 When this function is called, scoping variables (such as
7656 CURRENT_CLASS_TYPE) should reflect the scope in which the
7657 declaration occurs, not the scope in which the new declaration will
7658 be placed. For example, on:
7660 void S::f() { ... }
7662 when grokdeclarator is called for `S::f', the CURRENT_CLASS_TYPE
7663 should not be `S'.
7665 Returns a DECL (if a declarator is present), a TYPE (if there is no
7666 declarator, in cases like "struct S;"), or the ERROR_MARK_NODE if an
7667 error occurs. */
7669 tree
7670 grokdeclarator (const cp_declarator *declarator,
7671 const cp_decl_specifier_seq *declspecs,
7672 enum decl_context decl_context,
7673 int initialized,
7674 tree* attrlist)
7676 tree type = NULL_TREE;
7677 int longlong = 0;
7678 int virtualp, explicitp, friendp, inlinep, staticp;
7679 int explicit_int = 0;
7680 int explicit_char = 0;
7681 int defaulted_int = 0;
7682 tree dependent_name = NULL_TREE;
7684 tree typedef_decl = NULL_TREE;
7685 const char *name = NULL;
7686 tree typedef_type = NULL_TREE;
7687 /* True if this declarator is a function definition. */
7688 bool funcdef_flag = false;
7689 cp_declarator_kind innermost_code = cdk_error;
7690 int bitfield = 0;
7691 #if 0
7692 /* See the code below that used this. */
7693 tree decl_attr = NULL_TREE;
7694 #endif
7696 /* Keep track of what sort of function is being processed
7697 so that we can warn about default return values, or explicit
7698 return values which do not match prescribed defaults. */
7699 special_function_kind sfk = sfk_none;
7701 tree dname = NULL_TREE;
7702 tree ctor_return_type = NULL_TREE;
7703 enum overload_flags flags = NO_SPECIAL;
7704 /* cv-qualifiers that apply to the declarator, for a declaration of
7705 a member function. */
7706 cp_cv_quals memfn_quals = TYPE_UNQUALIFIED;
7707 /* cv-qualifiers that apply to the type specified by the DECLSPECS. */
7708 int type_quals;
7709 tree raises = NULL_TREE;
7710 int template_count = 0;
7711 tree returned_attrs = NULL_TREE;
7712 tree parms = NULL_TREE;
7713 const cp_declarator *id_declarator;
7714 /* The unqualified name of the declarator; either an
7715 IDENTIFIER_NODE, BIT_NOT_EXPR, or TEMPLATE_ID_EXPR. */
7716 tree unqualified_id;
7717 /* The class type, if any, in which this entity is located,
7718 or NULL_TREE if none. Note that this value may be different from
7719 the current class type; for example if an attempt is made to declare
7720 "A::f" inside "B", this value will be "A". */
7721 tree ctype = current_class_type;
7722 /* The NAMESPACE_DECL for the namespace in which this entity is
7723 located. If an unqualified name is used to declare the entity,
7724 this value will be NULL_TREE, even if the entity is located at
7725 namespace scope. */
7726 tree in_namespace = NULL_TREE;
7727 cp_storage_class storage_class;
7728 bool unsigned_p, signed_p, short_p, long_p, thread_p;
7729 bool type_was_error_mark_node = false;
7730 bool parameter_pack_p = declarator? declarator->parameter_pack_p : false;
7731 bool template_type_arg = false;
7732 bool template_parm_flag = false;
7733 bool constexpr_p = declspecs->specs[(int) ds_constexpr];
7734 const char *errmsg;
7736 signed_p = declspecs->specs[(int)ds_signed];
7737 unsigned_p = declspecs->specs[(int)ds_unsigned];
7738 short_p = declspecs->specs[(int)ds_short];
7739 long_p = declspecs->specs[(int)ds_long];
7740 longlong = declspecs->specs[(int)ds_long] >= 2;
7741 thread_p = declspecs->specs[(int)ds_thread];
7743 if (decl_context == FUNCDEF)
7744 funcdef_flag = true, decl_context = NORMAL;
7745 else if (decl_context == MEMFUNCDEF)
7746 funcdef_flag = true, decl_context = FIELD;
7747 else if (decl_context == BITFIELD)
7748 bitfield = 1, decl_context = FIELD;
7749 else if (decl_context == TEMPLATE_TYPE_ARG)
7750 template_type_arg = true, decl_context = TYPENAME;
7751 else if (decl_context == TPARM)
7752 template_parm_flag = true, decl_context = PARM;
7754 if (initialized > 1)
7755 funcdef_flag = true;
7757 /* Look inside a declarator for the name being declared
7758 and get it as a string, for an error message. */
7759 for (id_declarator = declarator;
7760 id_declarator;
7761 id_declarator = id_declarator->declarator)
7763 if (id_declarator->kind != cdk_id)
7764 innermost_code = id_declarator->kind;
7766 switch (id_declarator->kind)
7768 case cdk_function:
7769 if (id_declarator->declarator
7770 && id_declarator->declarator->kind == cdk_id)
7772 sfk = id_declarator->declarator->u.id.sfk;
7773 if (sfk == sfk_destructor)
7774 flags = DTOR_FLAG;
7776 break;
7778 case cdk_id:
7780 tree qualifying_scope = id_declarator->u.id.qualifying_scope;
7781 tree decl = id_declarator->u.id.unqualified_name;
7782 if (!decl)
7783 break;
7784 if (qualifying_scope)
7786 if (at_function_scope_p ())
7788 /* [dcl.meaning]
7790 A declarator-id shall not be qualified except
7791 for ...
7793 None of the cases are permitted in block
7794 scope. */
7795 if (qualifying_scope == global_namespace)
7796 error ("invalid use of qualified-name %<::%D%>",
7797 decl);
7798 else if (TYPE_P (qualifying_scope))
7799 error ("invalid use of qualified-name %<%T::%D%>",
7800 qualifying_scope, decl);
7801 else
7802 error ("invalid use of qualified-name %<%D::%D%>",
7803 qualifying_scope, decl);
7804 return error_mark_node;
7806 else if (TYPE_P (qualifying_scope))
7808 ctype = qualifying_scope;
7809 if (innermost_code != cdk_function
7810 && current_class_type
7811 && !UNIQUELY_DERIVED_FROM_P (ctype,
7812 current_class_type))
7814 error ("type %qT is not derived from type %qT",
7815 ctype, current_class_type);
7816 return error_mark_node;
7819 else if (TREE_CODE (qualifying_scope) == NAMESPACE_DECL)
7820 in_namespace = qualifying_scope;
7822 switch (TREE_CODE (decl))
7824 case BIT_NOT_EXPR:
7826 tree type;
7828 if (innermost_code != cdk_function)
7830 error ("declaration of %qD as non-function", decl);
7831 return error_mark_node;
7833 else if (!qualifying_scope
7834 && !(current_class_type && at_class_scope_p ()))
7836 error ("declaration of %qD as non-member", decl);
7837 return error_mark_node;
7840 type = TREE_OPERAND (decl, 0);
7841 if (TYPE_P (type))
7842 type = constructor_name (type);
7843 name = identifier_to_locale (IDENTIFIER_POINTER (type));
7844 dname = decl;
7846 break;
7848 case TEMPLATE_ID_EXPR:
7850 tree fns = TREE_OPERAND (decl, 0);
7852 dname = fns;
7853 if (TREE_CODE (dname) != IDENTIFIER_NODE)
7855 gcc_assert (is_overloaded_fn (dname));
7856 dname = DECL_NAME (get_first_fn (dname));
7859 /* Fall through. */
7861 case IDENTIFIER_NODE:
7862 if (TREE_CODE (decl) == IDENTIFIER_NODE)
7863 dname = decl;
7865 if (C_IS_RESERVED_WORD (dname))
7867 error ("declarator-id missing; using reserved word %qD",
7868 dname);
7869 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
7871 else if (!IDENTIFIER_TYPENAME_P (dname))
7872 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
7873 else
7875 gcc_assert (flags == NO_SPECIAL);
7876 flags = TYPENAME_FLAG;
7877 ctor_return_type = TREE_TYPE (dname);
7878 sfk = sfk_conversion;
7879 if (is_typename_at_global_scope (dname))
7880 name = identifier_to_locale (IDENTIFIER_POINTER (dname));
7881 else
7882 name = "<invalid operator>";
7884 break;
7886 default:
7887 gcc_unreachable ();
7889 break;
7892 case cdk_array:
7893 case cdk_pointer:
7894 case cdk_reference:
7895 case cdk_ptrmem:
7896 break;
7898 case cdk_error:
7899 return error_mark_node;
7901 default:
7902 gcc_unreachable ();
7904 if (id_declarator->kind == cdk_id)
7905 break;
7908 /* [dcl.fct.edf]
7910 The declarator in a function-definition shall have the form
7911 D1 ( parameter-declaration-clause) ... */
7912 if (funcdef_flag && innermost_code != cdk_function)
7914 error ("function definition does not declare parameters");
7915 return error_mark_node;
7918 if (((dname && IDENTIFIER_OPNAME_P (dname)) || flags == TYPENAME_FLAG)
7919 && innermost_code != cdk_function
7920 && ! (ctype && !declspecs->any_specifiers_p))
7922 error ("declaration of %qD as non-function", dname);
7923 return error_mark_node;
7926 /* Anything declared one level down from the top level
7927 must be one of the parameters of a function
7928 (because the body is at least two levels down). */
7930 /* This heuristic cannot be applied to C++ nodes! Fixed, however,
7931 by not allowing C++ class definitions to specify their parameters
7932 with xdecls (must be spec.d in the parmlist).
7934 Since we now wait to push a class scope until we are sure that
7935 we are in a legitimate method context, we must set oldcname
7936 explicitly (since current_class_name is not yet alive).
7938 We also want to avoid calling this a PARM if it is in a namespace. */
7940 if (decl_context == NORMAL && !toplevel_bindings_p ())
7942 struct cp_binding_level *b = current_binding_level;
7943 current_binding_level = b->level_chain;
7944 if (current_binding_level != 0 && toplevel_bindings_p ())
7945 decl_context = PARM;
7946 current_binding_level = b;
7949 if (name == NULL)
7950 name = decl_context == PARM ? "parameter" : "type name";
7952 /* If there were multiple types specified in the decl-specifier-seq,
7953 issue an error message. */
7954 if (declspecs->multiple_types_p)
7956 error ("two or more data types in declaration of %qs", name);
7957 return error_mark_node;
7960 if (declspecs->conflicting_specifiers_p)
7962 error ("conflicting specifiers in declaration of %qs", name);
7963 return error_mark_node;
7966 /* Extract the basic type from the decl-specifier-seq. */
7967 type = declspecs->type;
7968 if (type == error_mark_node)
7970 type = NULL_TREE;
7971 type_was_error_mark_node = true;
7973 /* If the entire declaration is itself tagged as deprecated then
7974 suppress reports of deprecated items. */
7975 if (type && TREE_DEPRECATED (type)
7976 && deprecated_state != DEPRECATED_SUPPRESS)
7977 warn_deprecated_use (type, NULL_TREE);
7978 if (type && TREE_CODE (type) == TYPE_DECL)
7980 typedef_decl = type;
7981 type = TREE_TYPE (typedef_decl);
7982 if (TREE_DEPRECATED (type)
7983 && DECL_ARTIFICIAL (typedef_decl)
7984 && deprecated_state != DEPRECATED_SUPPRESS)
7985 warn_deprecated_use (type, NULL_TREE);
7987 /* No type at all: default to `int', and set DEFAULTED_INT
7988 because it was not a user-defined typedef. */
7989 if (type == NULL_TREE && (signed_p || unsigned_p || long_p || short_p))
7991 /* These imply 'int'. */
7992 type = integer_type_node;
7993 defaulted_int = 1;
7995 /* Gather flags. */
7996 explicit_int = declspecs->explicit_int_p;
7997 explicit_char = declspecs->explicit_char_p;
7999 #if 0
8000 /* See the code below that used this. */
8001 if (typedef_decl)
8002 decl_attr = DECL_ATTRIBUTES (typedef_decl);
8003 #endif
8004 typedef_type = type;
8007 if (sfk != sfk_conversion)
8008 ctor_return_type = ctype;
8010 if (sfk != sfk_none)
8011 type = check_special_function_return_type (sfk, type,
8012 ctor_return_type);
8013 else if (type == NULL_TREE)
8015 int is_main;
8017 explicit_int = -1;
8019 /* We handle `main' specially here, because 'main () { }' is so
8020 common. With no options, it is allowed. With -Wreturn-type,
8021 it is a warning. It is only an error with -pedantic-errors. */
8022 is_main = (funcdef_flag
8023 && dname && MAIN_NAME_P (dname)
8024 && ctype == NULL_TREE
8025 && in_namespace == NULL_TREE
8026 && current_namespace == global_namespace);
8028 if (type_was_error_mark_node)
8029 /* We've already issued an error, don't complain more. */;
8030 else if (in_system_header || flag_ms_extensions)
8031 /* Allow it, sigh. */;
8032 else if (! is_main)
8033 permerror (input_location, "ISO C++ forbids declaration of %qs with no type", name);
8034 else if (pedantic)
8035 pedwarn (input_location, OPT_pedantic,
8036 "ISO C++ forbids declaration of %qs with no type", name);
8037 else
8038 warning (OPT_Wreturn_type,
8039 "ISO C++ forbids declaration of %qs with no type", name);
8041 type = integer_type_node;
8044 ctype = NULL_TREE;
8046 /* Now process the modifiers that were specified
8047 and check for invalid combinations. */
8049 /* Long double is a special combination. */
8050 if (long_p && !longlong && TYPE_MAIN_VARIANT (type) == double_type_node)
8052 long_p = false;
8053 type = build_qualified_type (long_double_type_node,
8054 cp_type_quals (type));
8057 /* Check all other uses of type modifiers. */
8059 if (unsigned_p || signed_p || long_p || short_p)
8061 int ok = 0;
8063 if ((signed_p || unsigned_p) && TREE_CODE (type) != INTEGER_TYPE)
8064 error ("%<signed%> or %<unsigned%> invalid for %qs", name);
8065 else if (signed_p && unsigned_p)
8066 error ("%<signed%> and %<unsigned%> specified together for %qs", name);
8067 else if (longlong && TREE_CODE (type) != INTEGER_TYPE)
8068 error ("%<long long%> invalid for %qs", name);
8069 else if (long_p && TREE_CODE (type) == REAL_TYPE)
8070 error ("%<long%> invalid for %qs", name);
8071 else if (short_p && TREE_CODE (type) == REAL_TYPE)
8072 error ("%<short%> invalid for %qs", name);
8073 else if ((long_p || short_p) && TREE_CODE (type) != INTEGER_TYPE)
8074 error ("%<long%> or %<short%> invalid for %qs", name);
8075 else if ((long_p || short_p) && explicit_char)
8076 error ("%<long%> or %<short%> specified with char for %qs", name);
8077 else if (long_p && short_p)
8078 error ("%<long%> and %<short%> specified together for %qs", name);
8079 else if (type == char16_type_node || type == char32_type_node)
8081 if (signed_p || unsigned_p)
8082 error ("%<signed%> or %<unsigned%> invalid for %qs", name);
8083 else if (short_p || long_p)
8084 error ("%<short%> or %<long%> invalid for %qs", name);
8086 else
8088 ok = 1;
8089 if (!explicit_int && !defaulted_int && !explicit_char && pedantic)
8091 pedwarn (input_location, OPT_pedantic,
8092 "long, short, signed or unsigned used invalidly for %qs",
8093 name);
8094 if (flag_pedantic_errors)
8095 ok = 0;
8099 /* Discard the type modifiers if they are invalid. */
8100 if (! ok)
8102 unsigned_p = false;
8103 signed_p = false;
8104 long_p = false;
8105 short_p = false;
8106 longlong = 0;
8110 /* Decide whether an integer type is signed or not.
8111 Optionally treat bitfields as signed by default. */
8112 if (unsigned_p
8113 /* [class.bit]
8115 It is implementation-defined whether a plain (neither
8116 explicitly signed or unsigned) char, short, int, or long
8117 bit-field is signed or unsigned.
8119 Naturally, we extend this to long long as well. Note that
8120 this does not include wchar_t. */
8121 || (bitfield && !flag_signed_bitfields
8122 && !signed_p
8123 /* A typedef for plain `int' without `signed' can be
8124 controlled just like plain `int', but a typedef for
8125 `signed int' cannot be so controlled. */
8126 && !(typedef_decl
8127 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl))
8128 && TREE_CODE (type) == INTEGER_TYPE
8129 && !same_type_p (TYPE_MAIN_VARIANT (type), wchar_type_node)))
8131 if (longlong)
8132 type = long_long_unsigned_type_node;
8133 else if (long_p)
8134 type = long_unsigned_type_node;
8135 else if (short_p)
8136 type = short_unsigned_type_node;
8137 else if (type == char_type_node)
8138 type = unsigned_char_type_node;
8139 else if (typedef_decl)
8140 type = unsigned_type_for (type);
8141 else
8142 type = unsigned_type_node;
8144 else if (signed_p && type == char_type_node)
8145 type = signed_char_type_node;
8146 else if (longlong)
8147 type = long_long_integer_type_node;
8148 else if (long_p)
8149 type = long_integer_type_node;
8150 else if (short_p)
8151 type = short_integer_type_node;
8153 if (declspecs->specs[(int)ds_complex])
8155 if (TREE_CODE (type) != INTEGER_TYPE && TREE_CODE (type) != REAL_TYPE)
8156 error ("complex invalid for %qs", name);
8157 /* If we just have "complex", it is equivalent to
8158 "complex double", but if any modifiers at all are specified it is
8159 the complex form of TYPE. E.g, "complex short" is
8160 "complex short int". */
8162 else if (defaulted_int && ! longlong
8163 && ! (long_p || short_p || signed_p || unsigned_p))
8164 type = complex_double_type_node;
8165 else if (type == integer_type_node)
8166 type = complex_integer_type_node;
8167 else if (type == float_type_node)
8168 type = complex_float_type_node;
8169 else if (type == double_type_node)
8170 type = complex_double_type_node;
8171 else if (type == long_double_type_node)
8172 type = complex_long_double_type_node;
8173 else
8174 type = build_complex_type (type);
8177 type_quals = TYPE_UNQUALIFIED;
8178 if (declspecs->specs[(int)ds_const])
8179 type_quals |= TYPE_QUAL_CONST;
8180 /* A `constexpr' specifier used in an object declaration declares
8181 the object as `const'. */
8182 if (constexpr_p)
8184 if (innermost_code == cdk_function)
8186 else if (declspecs->specs[(int)ds_const] != 0)
8187 error ("both %<const%> and %<constexpr%> cannot be used here");
8188 else
8189 type_quals |= TYPE_QUAL_CONST;
8191 if (declspecs->specs[(int)ds_volatile])
8192 type_quals |= TYPE_QUAL_VOLATILE;
8193 if (declspecs->specs[(int)ds_restrict])
8194 type_quals |= TYPE_QUAL_RESTRICT;
8195 if (sfk == sfk_conversion && type_quals != TYPE_UNQUALIFIED)
8196 error ("qualifiers are not allowed on declaration of %<operator %T%>",
8197 ctor_return_type);
8199 if (TREE_CODE (type) == FUNCTION_TYPE
8200 && type_quals != TYPE_UNQUALIFIED)
8202 /* This was an error in C++98 (cv-qualifiers cannot be added to
8203 a function type), but DR 295 makes the code well-formed by
8204 dropping the extra qualifiers. */
8205 if (pedantic && cxx_dialect == cxx98)
8207 tree bad_type = build_qualified_type (type, type_quals);
8208 pedwarn (input_location, OPT_pedantic,
8209 "ignoring %qV qualifiers added to function type %qT",
8210 bad_type, type);
8212 type_quals = TYPE_UNQUALIFIED;
8214 type_quals |= cp_type_quals (type);
8215 type = cp_build_qualified_type_real
8216 (type, type_quals, ((typedef_decl && !DECL_ARTIFICIAL (typedef_decl)
8217 ? tf_ignore_bad_quals : 0) | tf_warning_or_error));
8218 /* We might have ignored or rejected some of the qualifiers. */
8219 type_quals = cp_type_quals (type);
8221 staticp = 0;
8222 inlinep = !! declspecs->specs[(int)ds_inline];
8223 virtualp = !! declspecs->specs[(int)ds_virtual];
8224 explicitp = !! declspecs->specs[(int)ds_explicit];
8226 storage_class = declspecs->storage_class;
8227 if (storage_class == sc_static)
8228 staticp = 1 + (decl_context == FIELD);
8230 if (virtualp && staticp == 2)
8232 error ("member %qD cannot be declared both virtual and static", dname);
8233 storage_class = sc_none;
8234 staticp = 0;
8236 friendp = !! declspecs->specs[(int)ds_friend];
8238 if (dependent_name && !friendp)
8240 error ("%<%T::%D%> is not a valid declarator", ctype, dependent_name);
8241 return error_mark_node;
8244 /* Issue errors about use of storage classes for parameters. */
8245 if (decl_context == PARM)
8247 if (declspecs->specs[(int)ds_typedef])
8249 error ("typedef declaration invalid in parameter declaration");
8250 return error_mark_node;
8252 else if (template_parm_flag && storage_class != sc_none)
8254 error ("storage class specified for template parameter %qs", name);
8255 return error_mark_node;
8257 else if (storage_class == sc_static
8258 || storage_class == sc_extern
8259 || thread_p)
8260 error ("storage class specifiers invalid in parameter declarations");
8262 if (type_uses_auto (type))
8264 error ("parameter declared %<auto%>");
8265 type = error_mark_node;
8268 /* Function parameters cannot be constexpr. If we saw one, moan
8269 and pretend it wasn't there. */
8270 if (constexpr_p)
8272 error ("a parameter cannot be declared %<constexpr%>");
8273 constexpr_p = 0;
8277 /* Give error if `virtual' is used outside of class declaration. */
8278 if (virtualp
8279 && (current_class_name == NULL_TREE || decl_context != FIELD))
8281 error ("%<virtual%> outside class declaration");
8282 virtualp = 0;
8285 /* Static anonymous unions are dealt with here. */
8286 if (staticp && decl_context == TYPENAME
8287 && declspecs->type
8288 && ANON_AGGR_TYPE_P (declspecs->type))
8289 decl_context = FIELD;
8291 /* Warn about storage classes that are invalid for certain
8292 kinds of declarations (parameters, typenames, etc.). */
8293 if (thread_p
8294 && ((storage_class
8295 && storage_class != sc_extern
8296 && storage_class != sc_static)
8297 || declspecs->specs[(int)ds_typedef]))
8299 error ("multiple storage classes in declaration of %qs", name);
8300 thread_p = false;
8302 if (decl_context != NORMAL
8303 && ((storage_class != sc_none
8304 && storage_class != sc_mutable)
8305 || thread_p))
8307 if ((decl_context == PARM || decl_context == CATCHPARM)
8308 && (storage_class == sc_register
8309 || storage_class == sc_auto))
8311 else if (declspecs->specs[(int)ds_typedef])
8313 else if (decl_context == FIELD
8314 /* C++ allows static class elements. */
8315 && storage_class == sc_static)
8316 /* C++ also allows inlines and signed and unsigned elements,
8317 but in those cases we don't come in here. */
8319 else
8321 if (decl_context == FIELD)
8322 error ("storage class specified for %qs", name);
8323 else
8325 if (decl_context == PARM || decl_context == CATCHPARM)
8326 error ("storage class specified for parameter %qs", name);
8327 else
8328 error ("storage class specified for typename");
8330 if (storage_class == sc_register
8331 || storage_class == sc_auto
8332 || storage_class == sc_extern
8333 || thread_p)
8334 storage_class = sc_none;
8337 else if (storage_class == sc_extern && funcdef_flag
8338 && ! toplevel_bindings_p ())
8339 error ("nested function %qs declared %<extern%>", name);
8340 else if (toplevel_bindings_p ())
8342 if (storage_class == sc_auto)
8343 error ("top-level declaration of %qs specifies %<auto%>", name);
8345 else if (thread_p
8346 && storage_class != sc_extern
8347 && storage_class != sc_static)
8349 error ("function-scope %qs implicitly auto and declared %<__thread%>",
8350 name);
8351 thread_p = false;
8354 if (storage_class && friendp)
8356 error ("storage class specifiers invalid in friend function declarations");
8357 storage_class = sc_none;
8358 staticp = 0;
8361 if (!id_declarator)
8362 unqualified_id = NULL_TREE;
8363 else
8365 unqualified_id = id_declarator->u.id.unqualified_name;
8366 switch (TREE_CODE (unqualified_id))
8368 case BIT_NOT_EXPR:
8369 unqualified_id = TREE_OPERAND (unqualified_id, 0);
8370 if (TYPE_P (unqualified_id))
8371 unqualified_id = constructor_name (unqualified_id);
8372 break;
8374 case IDENTIFIER_NODE:
8375 case TEMPLATE_ID_EXPR:
8376 break;
8378 default:
8379 gcc_unreachable ();
8383 /* Determine the type of the entity declared by recurring on the
8384 declarator. */
8385 for (; declarator; declarator = declarator->declarator)
8387 const cp_declarator *inner_declarator;
8388 tree attrs;
8390 if (type == error_mark_node)
8391 return error_mark_node;
8393 attrs = declarator->attributes;
8394 if (attrs)
8396 int attr_flags;
8398 attr_flags = 0;
8399 if (declarator == NULL || declarator->kind == cdk_id)
8400 attr_flags |= (int) ATTR_FLAG_DECL_NEXT;
8401 if (declarator->kind == cdk_function)
8402 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT;
8403 if (declarator->kind == cdk_array)
8404 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT;
8405 returned_attrs = decl_attributes (&type,
8406 chainon (returned_attrs, attrs),
8407 attr_flags);
8410 if (declarator->kind == cdk_id)
8411 break;
8413 inner_declarator = declarator->declarator;
8415 switch (declarator->kind)
8417 case cdk_array:
8418 type = create_array_type_for_decl (dname, type,
8419 declarator->u.array.bounds);
8420 break;
8422 case cdk_function:
8424 tree arg_types;
8425 int funcdecl_p;
8427 /* Declaring a function type.
8428 Make sure we have a valid type for the function to return. */
8430 if (type_quals != TYPE_UNQUALIFIED)
8432 if (SCALAR_TYPE_P (type) || VOID_TYPE_P (type))
8433 warning (OPT_Wignored_qualifiers,
8434 "type qualifiers ignored on function return type");
8435 /* We now know that the TYPE_QUALS don't apply to the
8436 decl, but to its return type. */
8437 type_quals = TYPE_UNQUALIFIED;
8439 errmsg = targetm.invalid_return_type (type);
8440 if (errmsg)
8442 error (errmsg);
8443 type = integer_type_node;
8446 /* Error about some types functions can't return. */
8448 if (TREE_CODE (type) == FUNCTION_TYPE)
8450 error ("%qs declared as function returning a function", name);
8451 return error_mark_node;
8453 if (TREE_CODE (type) == ARRAY_TYPE)
8455 error ("%qs declared as function returning an array", name);
8456 return error_mark_node;
8459 /* Pick up type qualifiers which should be applied to `this'. */
8460 memfn_quals = declarator->u.function.qualifiers;
8462 /* Pick up the exception specifications. */
8463 raises = declarator->u.function.exception_specification;
8465 /* Say it's a definition only for the CALL_EXPR
8466 closest to the identifier. */
8467 funcdecl_p = inner_declarator && inner_declarator->kind == cdk_id;
8469 /* Handle a late-specified return type. */
8470 if (funcdecl_p)
8472 if (type_uses_auto (type))
8474 if (!declarator->u.function.late_return_type)
8476 error ("%qs function uses %<auto%> type specifier without"
8477 " late return type", name);
8478 return error_mark_node;
8480 else if (!is_auto (type))
8482 error ("%qs function with late return type has"
8483 " %qT as its type rather than plain %<auto%>",
8484 name, type);
8485 return error_mark_node;
8488 else if (declarator->u.function.late_return_type)
8490 error ("%qs function with late return type not declared"
8491 " with %<auto%> type specifier", name);
8492 return error_mark_node;
8495 type = splice_late_return_type
8496 (type, declarator->u.function.late_return_type);
8497 if (type == error_mark_node)
8498 return error_mark_node;
8500 if (ctype == NULL_TREE
8501 && decl_context == FIELD
8502 && funcdecl_p
8503 && (friendp == 0 || dname == current_class_name))
8504 ctype = current_class_type;
8506 if (ctype && (sfk == sfk_constructor
8507 || sfk == sfk_destructor))
8509 /* We are within a class's scope. If our declarator name
8510 is the same as the class name, and we are defining
8511 a function, then it is a constructor/destructor, and
8512 therefore returns a void type. */
8514 /* ISO C++ 12.4/2. A destructor may not be declared
8515 const or volatile. A destructor may not be
8516 static.
8518 ISO C++ 12.1. A constructor may not be declared
8519 const or volatile. A constructor may not be
8520 virtual. A constructor may not be static. */
8521 if (staticp == 2)
8522 error ((flags == DTOR_FLAG)
8523 ? "destructor cannot be static member function"
8524 : "constructor cannot be static member function");
8525 if (memfn_quals)
8527 error ((flags == DTOR_FLAG)
8528 ? "destructors may not be cv-qualified"
8529 : "constructors may not be cv-qualified");
8530 memfn_quals = TYPE_UNQUALIFIED;
8533 if (decl_context == FIELD
8534 && !member_function_or_else (ctype,
8535 current_class_type,
8536 flags))
8537 return error_mark_node;
8539 if (flags != DTOR_FLAG)
8541 /* It's a constructor. */
8542 if (explicitp == 1)
8543 explicitp = 2;
8544 if (virtualp)
8546 permerror (input_location, "constructors cannot be declared virtual");
8547 virtualp = 0;
8549 if (decl_context == FIELD
8550 && sfk != sfk_constructor)
8551 return error_mark_node;
8553 if (decl_context == FIELD)
8554 staticp = 0;
8556 else if (friendp)
8558 if (initialized)
8559 error ("can't initialize friend function %qs", name);
8560 if (virtualp)
8562 /* Cannot be both friend and virtual. */
8563 error ("virtual functions cannot be friends");
8564 friendp = 0;
8566 if (decl_context == NORMAL)
8567 error ("friend declaration not in class definition");
8568 if (current_function_decl && funcdef_flag)
8569 error ("can't define friend function %qs in a local "
8570 "class definition",
8571 name);
8573 else if (ctype && sfk == sfk_conversion)
8575 if (explicitp == 1)
8577 maybe_warn_cpp0x (CPP0X_EXPLICIT_CONVERSION);
8578 explicitp = 2;
8582 /* It is not allowed to use `constexpr' in a function
8583 declaration that is not a definition.
8584 That is too strict, though. */
8585 if (constexpr_p && !funcdef_flag)
8587 error ("the %<constexpr%> specifier cannot be used in "
8588 "a function declaration that is not a definition");
8589 constexpr_p = false;
8592 /* A constexpr non-static member function is implicitly const. */
8593 if (constexpr_p && decl_context == FIELD && staticp == 0
8594 && sfk != sfk_constructor && sfk != sfk_destructor)
8595 memfn_quals |= TYPE_QUAL_CONST;
8597 arg_types = grokparms (declarator->u.function.parameters,
8598 &parms);
8600 if (inner_declarator
8601 && inner_declarator->kind == cdk_id
8602 && inner_declarator->u.id.sfk == sfk_destructor
8603 && arg_types != void_list_node)
8605 error ("destructors may not have parameters");
8606 arg_types = void_list_node;
8607 parms = NULL_TREE;
8610 type = build_function_type (type, arg_types);
8612 break;
8614 case cdk_pointer:
8615 case cdk_reference:
8616 case cdk_ptrmem:
8617 /* Filter out pointers-to-references and references-to-references.
8618 We can get these if a TYPE_DECL is used. */
8620 if (TREE_CODE (type) == REFERENCE_TYPE)
8622 if (declarator->kind != cdk_reference)
8624 error ("cannot declare pointer to %q#T", type);
8625 type = TREE_TYPE (type);
8628 /* In C++0x, we allow reference to reference declarations
8629 that occur indirectly through typedefs [7.1.3/8 dcl.typedef]
8630 and template type arguments [14.3.1/4 temp.arg.type]. The
8631 check for direct reference to reference declarations, which
8632 are still forbidden, occurs below. Reasoning behind the change
8633 can be found in DR106, DR540, and the rvalue reference
8634 proposals. */
8635 else if (cxx_dialect == cxx98)
8637 error ("cannot declare reference to %q#T", type);
8638 type = TREE_TYPE (type);
8641 else if (VOID_TYPE_P (type))
8643 if (declarator->kind == cdk_reference)
8644 error ("cannot declare reference to %q#T", type);
8645 else if (declarator->kind == cdk_ptrmem)
8646 error ("cannot declare pointer to %q#T member", type);
8649 /* We now know that the TYPE_QUALS don't apply to the decl,
8650 but to the target of the pointer. */
8651 type_quals = TYPE_UNQUALIFIED;
8653 if (declarator->kind == cdk_ptrmem
8654 && (TREE_CODE (type) == FUNCTION_TYPE
8655 || (memfn_quals && TREE_CODE (type) == METHOD_TYPE)))
8657 memfn_quals |= cp_type_quals (type);
8658 type = build_memfn_type (type,
8659 declarator->u.pointer.class_type,
8660 memfn_quals);
8661 memfn_quals = TYPE_UNQUALIFIED;
8664 if (TREE_CODE (type) == FUNCTION_TYPE
8665 && cp_type_quals (type) != TYPE_UNQUALIFIED)
8666 error (declarator->kind == cdk_reference
8667 ? G_("cannot declare reference to qualified function type %qT")
8668 : G_("cannot declare pointer to qualified function type %qT"),
8669 type);
8671 if (declarator->kind == cdk_reference)
8673 /* In C++0x, the type we are creating a reference to might be
8674 a typedef which is itself a reference type. In that case,
8675 we follow the reference collapsing rules in
8676 [7.1.3/8 dcl.typedef] to create the final reference type:
8678 "If a typedef TD names a type that is a reference to a type
8679 T, an attempt to create the type 'lvalue reference to cv TD'
8680 creates the type 'lvalue reference to T,' while an attempt
8681 to create the type "rvalue reference to cv TD' creates the
8682 type TD."
8684 if (!VOID_TYPE_P (type))
8685 type = cp_build_reference_type
8686 ((TREE_CODE (type) == REFERENCE_TYPE
8687 ? TREE_TYPE (type) : type),
8688 (declarator->u.reference.rvalue_ref
8689 && (TREE_CODE(type) != REFERENCE_TYPE
8690 || TYPE_REF_IS_RVALUE (type))));
8692 /* In C++0x, we need this check for direct reference to
8693 reference declarations, which are forbidden by
8694 [8.3.2/5 dcl.ref]. Reference to reference declarations
8695 are only allowed indirectly through typedefs and template
8696 type arguments. Example:
8698 void foo(int & &); // invalid ref-to-ref decl
8700 typedef int & int_ref;
8701 void foo(int_ref &); // valid ref-to-ref decl
8703 if (inner_declarator && inner_declarator->kind == cdk_reference)
8704 error ("cannot declare reference to %q#T, which is not "
8705 "a typedef or a template type argument", type);
8707 else if (TREE_CODE (type) == METHOD_TYPE)
8708 type = build_ptrmemfunc_type (build_pointer_type (type));
8709 else if (declarator->kind == cdk_ptrmem)
8711 gcc_assert (TREE_CODE (declarator->u.pointer.class_type)
8712 != NAMESPACE_DECL);
8713 if (declarator->u.pointer.class_type == error_mark_node)
8714 /* We will already have complained. */
8715 type = error_mark_node;
8716 else
8717 type = build_ptrmem_type (declarator->u.pointer.class_type,
8718 type);
8720 else
8721 type = build_pointer_type (type);
8723 /* Process a list of type modifier keywords (such as
8724 const or volatile) that were given inside the `*' or `&'. */
8726 if (declarator->u.pointer.qualifiers)
8728 type
8729 = cp_build_qualified_type (type,
8730 declarator->u.pointer.qualifiers);
8731 type_quals = cp_type_quals (type);
8733 ctype = NULL_TREE;
8734 break;
8736 case cdk_error:
8737 break;
8739 default:
8740 gcc_unreachable ();
8744 if (unqualified_id && TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR
8745 && TREE_CODE (type) != FUNCTION_TYPE
8746 && TREE_CODE (type) != METHOD_TYPE)
8748 error ("template-id %qD used as a declarator",
8749 unqualified_id);
8750 unqualified_id = dname;
8753 /* If TYPE is a FUNCTION_TYPE, but the function name was explicitly
8754 qualified with a class-name, turn it into a METHOD_TYPE, unless
8755 we know that the function is static. We take advantage of this
8756 opportunity to do other processing that pertains to entities
8757 explicitly declared to be class members. Note that if DECLARATOR
8758 is non-NULL, we know it is a cdk_id declarator; otherwise, we
8759 would not have exited the loop above. */
8760 if (declarator
8761 && declarator->u.id.qualifying_scope
8762 && TYPE_P (declarator->u.id.qualifying_scope))
8764 tree t;
8766 ctype = declarator->u.id.qualifying_scope;
8767 ctype = TYPE_MAIN_VARIANT (ctype);
8768 t = ctype;
8769 while (t != NULL_TREE && CLASS_TYPE_P (t))
8771 /* You're supposed to have one `template <...>' for every
8772 template class, but you don't need one for a full
8773 specialization. For example:
8775 template <class T> struct S{};
8776 template <> struct S<int> { void f(); };
8777 void S<int>::f () {}
8779 is correct; there shouldn't be a `template <>' for the
8780 definition of `S<int>::f'. */
8781 if (CLASSTYPE_TEMPLATE_SPECIALIZATION (t)
8782 && !any_dependent_template_arguments_p (CLASSTYPE_TI_ARGS (t)))
8783 /* T is an explicit (not partial) specialization. All
8784 containing classes must therefore also be explicitly
8785 specialized. */
8786 break;
8787 if ((CLASSTYPE_USE_TEMPLATE (t) || CLASSTYPE_IS_TEMPLATE (t))
8788 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (t)))
8789 template_count += 1;
8791 t = TYPE_MAIN_DECL (t);
8792 t = DECL_CONTEXT (t);
8795 if (ctype == current_class_type)
8797 if (friendp)
8799 permerror (input_location, "member functions are implicitly friends of their class");
8800 friendp = 0;
8802 else
8803 permerror (declarator->id_loc,
8804 "extra qualification %<%T::%> on member %qs",
8805 ctype, name);
8807 else if (/* If the qualifying type is already complete, then we
8808 can skip the following checks. */
8809 !COMPLETE_TYPE_P (ctype)
8810 && (/* If the function is being defined, then
8811 qualifying type must certainly be complete. */
8812 funcdef_flag
8813 /* A friend declaration of "T::f" is OK, even if
8814 "T" is a template parameter. But, if this
8815 function is not a friend, the qualifying type
8816 must be a class. */
8817 || (!friendp && !CLASS_TYPE_P (ctype))
8818 /* For a declaration, the type need not be
8819 complete, if either it is dependent (since there
8820 is no meaningful definition of complete in that
8821 case) or the qualifying class is currently being
8822 defined. */
8823 || !(dependent_type_p (ctype)
8824 || currently_open_class (ctype)))
8825 /* Check that the qualifying type is complete. */
8826 && !complete_type_or_else (ctype, NULL_TREE))
8827 return error_mark_node;
8828 else if (TREE_CODE (type) == FUNCTION_TYPE)
8830 tree sname = declarator->u.id.unqualified_name;
8832 if (current_class_type
8833 && (!friendp || funcdef_flag))
8835 error (funcdef_flag
8836 ? "cannot define member function %<%T::%s%> within %<%T%>"
8837 : "cannot declare member function %<%T::%s%> within %<%T%>",
8838 ctype, name, current_class_type);
8839 return error_mark_node;
8842 /* It is not permitted to define a member function outside ist
8843 membership class as `constexpr'. */
8844 if (constexpr_p)
8845 error ("a constexpr function cannot be defined "
8846 "outside of its class");
8848 if (TREE_CODE (sname) == IDENTIFIER_NODE
8849 && NEW_DELETE_OPNAME_P (sname))
8850 /* Overloaded operator new and operator delete
8851 are always static functions. */
8853 else
8854 type = build_memfn_type (type, ctype, memfn_quals);
8856 else if (declspecs->specs[(int)ds_typedef]
8857 && current_class_type)
8859 error ("cannot declare member %<%T::%s%> within %qT",
8860 ctype, name, current_class_type);
8861 return error_mark_node;
8865 /* Now TYPE has the actual type. */
8867 if (returned_attrs)
8869 if (attrlist)
8870 *attrlist = chainon (returned_attrs, *attrlist);
8871 else
8872 attrlist = &returned_attrs;
8875 /* Handle parameter packs. */
8876 if (parameter_pack_p)
8878 if (decl_context == PARM)
8879 /* Turn the type into a pack expansion.*/
8880 type = make_pack_expansion (type);
8881 else
8882 error ("non-parameter %qs cannot be a parameter pack", name);
8885 /* Did array size calculations overflow? */
8887 if (TREE_CODE (type) == ARRAY_TYPE
8888 && COMPLETE_TYPE_P (type)
8889 && TREE_CODE (TYPE_SIZE_UNIT (type)) == INTEGER_CST
8890 && TREE_OVERFLOW (TYPE_SIZE_UNIT (type)))
8892 error ("size of array %qs is too large", name);
8893 /* If we proceed with the array type as it is, we'll eventually
8894 crash in tree_low_cst(). */
8895 type = error_mark_node;
8898 if ((decl_context == FIELD || decl_context == PARM)
8899 && !processing_template_decl
8900 && variably_modified_type_p (type, NULL_TREE))
8902 if (decl_context == FIELD)
8903 error ("data member may not have variably modified type %qT", type);
8904 else
8905 error ("parameter may not have variably modified type %qT", type);
8906 type = error_mark_node;
8909 if (explicitp == 1 || (explicitp && friendp))
8911 /* [dcl.fct.spec] The explicit specifier shall only be used in
8912 declarations of constructors within a class definition. */
8913 error ("only declarations of constructors can be %<explicit%>");
8914 explicitp = 0;
8917 if (storage_class == sc_mutable)
8919 if (decl_context != FIELD || friendp)
8921 error ("non-member %qs cannot be declared %<mutable%>", name);
8922 storage_class = sc_none;
8924 else if (decl_context == TYPENAME || declspecs->specs[(int)ds_typedef])
8926 error ("non-object member %qs cannot be declared %<mutable%>", name);
8927 storage_class = sc_none;
8929 else if (TREE_CODE (type) == FUNCTION_TYPE
8930 || TREE_CODE (type) == METHOD_TYPE)
8932 error ("function %qs cannot be declared %<mutable%>", name);
8933 storage_class = sc_none;
8935 else if (staticp)
8937 error ("static %qs cannot be declared %<mutable%>", name);
8938 storage_class = sc_none;
8940 else if (type_quals & TYPE_QUAL_CONST)
8942 error ("const %qs cannot be declared %<mutable%>", name);
8943 storage_class = sc_none;
8947 /* If this is declaring a typedef name, return a TYPE_DECL. */
8948 if (declspecs->specs[(int)ds_typedef] && decl_context != TYPENAME)
8950 tree decl;
8952 /* Note that the grammar rejects storage classes
8953 in typenames, fields or parameters. */
8954 if (current_lang_name == lang_name_java)
8955 TYPE_FOR_JAVA (type) = 1;
8957 /* This declaration:
8959 typedef void f(int) const;
8961 declares a function type which is not a member of any
8962 particular class, but which is cv-qualified; for
8963 example "f S::*" declares a pointer to a const-qualified
8964 member function of S. We record the cv-qualification in the
8965 function type. */
8966 if (memfn_quals && TREE_CODE (type) == FUNCTION_TYPE)
8968 type = cp_build_qualified_type (type, memfn_quals);
8970 /* We have now dealt with these qualifiers. */
8971 memfn_quals = TYPE_UNQUALIFIED;
8974 if (decl_context == FIELD)
8975 decl = build_lang_decl (TYPE_DECL, unqualified_id, type);
8976 else
8977 decl = build_decl (input_location, TYPE_DECL, unqualified_id, type);
8978 if (id_declarator && declarator->u.id.qualifying_scope) {
8979 error_at (DECL_SOURCE_LOCATION (decl),
8980 "typedef name may not be a nested-name-specifier");
8981 TREE_TYPE (decl) = error_mark_node;
8984 if (decl_context != FIELD)
8986 if (!current_function_decl)
8987 DECL_CONTEXT (decl) = FROB_CONTEXT (current_namespace);
8988 else if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (current_function_decl)
8989 || (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P
8990 (current_function_decl)))
8991 /* The TYPE_DECL is "abstract" because there will be
8992 clones of this constructor/destructor, and there will
8993 be copies of this TYPE_DECL generated in those
8994 clones. */
8995 DECL_ABSTRACT (decl) = 1;
8997 else if (constructor_name_p (unqualified_id, current_class_type))
8998 permerror (input_location, "ISO C++ forbids nested type %qD with same name "
8999 "as enclosing class",
9000 unqualified_id);
9002 /* If the user declares "typedef struct {...} foo" then the
9003 struct will have an anonymous name. Fill that name in now.
9004 Nothing can refer to it, so nothing needs know about the name
9005 change. */
9006 if (type != error_mark_node
9007 && unqualified_id
9008 && TYPE_NAME (type)
9009 && TREE_CODE (TYPE_NAME (type)) == TYPE_DECL
9010 && TYPE_ANONYMOUS_P (type)
9011 && cp_type_quals (type) == TYPE_UNQUALIFIED)
9013 tree t;
9015 /* Replace the anonymous name with the real name everywhere. */
9016 for (t = TYPE_MAIN_VARIANT (type); t; t = TYPE_NEXT_VARIANT (t))
9018 if (ANON_AGGRNAME_P (TYPE_IDENTIFIER (t)))
9020 debug_hooks->set_name (t, decl);
9021 TYPE_NAME (t) = decl;
9025 if (TYPE_LANG_SPECIFIC (type))
9026 TYPE_WAS_ANONYMOUS (type) = 1;
9028 /* If this is a typedef within a template class, the nested
9029 type is a (non-primary) template. The name for the
9030 template needs updating as well. */
9031 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type))
9032 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type))
9033 = TYPE_IDENTIFIER (type);
9035 /* Adjust linkage now that we aren't anonymous anymore. */
9036 set_linkage_according_to_type (type, TYPE_MAIN_DECL (type));
9037 determine_visibility (TYPE_MAIN_DECL (type));
9039 /* FIXME remangle member functions; member functions of a
9040 type with external linkage have external linkage. */
9043 if (signed_p
9044 || (typedef_decl && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl)))
9045 C_TYPEDEF_EXPLICITLY_SIGNED (decl) = 1;
9047 bad_specifiers (decl, "type", virtualp,
9048 memfn_quals != TYPE_UNQUALIFIED,
9049 inlinep, friendp, raises != NULL_TREE);
9051 return decl;
9054 /* Detect the case of an array type of unspecified size
9055 which came, as such, direct from a typedef name.
9056 We must copy the type, so that the array's domain can be
9057 individually set by the object's initializer. */
9059 if (type && typedef_type
9060 && TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type)
9061 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
9062 type = build_cplus_array_type (TREE_TYPE (type), NULL_TREE);
9064 /* Detect where we're using a typedef of function type to declare a
9065 function. PARMS will not be set, so we must create it now. */
9067 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
9069 tree decls = NULL_TREE;
9070 tree args;
9072 for (args = TYPE_ARG_TYPES (type);
9073 args && args != void_list_node;
9074 args = TREE_CHAIN (args))
9076 tree decl = cp_build_parm_decl (NULL_TREE, TREE_VALUE (args));
9078 TREE_CHAIN (decl) = decls;
9079 decls = decl;
9082 parms = nreverse (decls);
9084 if (decl_context != TYPENAME)
9086 /* A cv-qualifier-seq shall only be part of the function type
9087 for a non-static member function. [8.3.5/4 dcl.fct] */
9088 if (cp_type_quals (type) != TYPE_UNQUALIFIED
9089 && (current_class_type == NULL_TREE || staticp) )
9091 error (staticp
9092 ? G_("qualified function types cannot be used to "
9093 "declare static member functions")
9094 : G_("qualified function types cannot be used to "
9095 "declare free functions"));
9096 type = TYPE_MAIN_VARIANT (type);
9099 /* The qualifiers on the function type become the qualifiers on
9100 the non-static member function. */
9101 memfn_quals |= cp_type_quals (type);
9102 type_quals = TYPE_UNQUALIFIED;
9106 /* If this is a type name (such as, in a cast or sizeof),
9107 compute the type and return it now. */
9109 if (decl_context == TYPENAME)
9111 /* Note that the grammar rejects storage classes
9112 in typenames, fields or parameters. */
9113 if (type_quals != TYPE_UNQUALIFIED)
9114 type_quals = TYPE_UNQUALIFIED;
9116 /* Special case: "friend class foo" looks like a TYPENAME context. */
9117 if (friendp)
9119 if (type_quals != TYPE_UNQUALIFIED)
9121 error ("type qualifiers specified for friend class declaration");
9122 type_quals = TYPE_UNQUALIFIED;
9124 if (inlinep)
9126 error ("%<inline%> specified for friend class declaration");
9127 inlinep = 0;
9130 if (!current_aggr)
9132 /* Don't allow friend declaration without a class-key. */
9133 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
9134 permerror (input_location, "template parameters cannot be friends");
9135 else if (TREE_CODE (type) == TYPENAME_TYPE)
9136 permerror (input_location, "friend declaration requires class-key, "
9137 "i.e. %<friend class %T::%D%>",
9138 TYPE_CONTEXT (type), TYPENAME_TYPE_FULLNAME (type));
9139 else
9140 permerror (input_location, "friend declaration requires class-key, "
9141 "i.e. %<friend %#T%>",
9142 type);
9145 /* Only try to do this stuff if we didn't already give up. */
9146 if (type != integer_type_node)
9148 /* A friendly class? */
9149 if (current_class_type)
9150 make_friend_class (current_class_type, TYPE_MAIN_VARIANT (type),
9151 /*complain=*/true);
9152 else
9153 error ("trying to make class %qT a friend of global scope",
9154 type);
9156 type = void_type_node;
9159 else if (memfn_quals)
9161 if (ctype == NULL_TREE
9162 && TREE_CODE (type) == METHOD_TYPE)
9163 ctype = TYPE_METHOD_BASETYPE (type);
9165 if (ctype)
9166 type = build_memfn_type (type, ctype, memfn_quals);
9167 /* Core issue #547: need to allow this in template type args. */
9168 else if (template_type_arg && TREE_CODE (type) == FUNCTION_TYPE)
9169 type = cp_build_qualified_type (type, memfn_quals);
9170 else
9171 error ("invalid qualifiers on non-member function type");
9174 return type;
9176 else if (unqualified_id == NULL_TREE && decl_context != PARM
9177 && decl_context != CATCHPARM
9178 && TREE_CODE (type) != UNION_TYPE
9179 && ! bitfield)
9181 error ("abstract declarator %qT used as declaration", type);
9182 return error_mark_node;
9185 /* Only functions may be declared using an operator-function-id. */
9186 if (unqualified_id
9187 && IDENTIFIER_OPNAME_P (unqualified_id)
9188 && TREE_CODE (type) != FUNCTION_TYPE
9189 && TREE_CODE (type) != METHOD_TYPE)
9191 error ("declaration of %qD as non-function", unqualified_id);
9192 return error_mark_node;
9195 /* We don't check parameter types here because we can emit a better
9196 error message later. */
9197 if (decl_context != PARM)
9199 type = check_var_type (unqualified_id, type);
9200 if (type == error_mark_node)
9201 return error_mark_node;
9204 /* Now create the decl, which may be a VAR_DECL, a PARM_DECL
9205 or a FUNCTION_DECL, depending on DECL_CONTEXT and TYPE. */
9207 if (decl_context == PARM || decl_context == CATCHPARM)
9209 if (ctype || in_namespace)
9210 error ("cannot use %<::%> in parameter declaration");
9212 /* A parameter declared as an array of T is really a pointer to T.
9213 One declared as a function is really a pointer to a function.
9214 One declared as a member is really a pointer to member. */
9216 if (TREE_CODE (type) == ARRAY_TYPE)
9218 /* Transfer const-ness of array into that of type pointed to. */
9219 type = build_pointer_type (TREE_TYPE (type));
9220 type_quals = TYPE_UNQUALIFIED;
9222 else if (TREE_CODE (type) == FUNCTION_TYPE)
9223 type = build_pointer_type (type);
9227 tree decl;
9229 if (decl_context == PARM)
9231 decl = cp_build_parm_decl (unqualified_id, type);
9233 bad_specifiers (decl, "parameter", virtualp,
9234 memfn_quals != TYPE_UNQUALIFIED,
9235 inlinep, friendp, raises != NULL_TREE);
9237 else if (decl_context == FIELD)
9239 /* The C99 flexible array extension. */
9240 if (!staticp && TREE_CODE (type) == ARRAY_TYPE
9241 && TYPE_DOMAIN (type) == NULL_TREE)
9243 tree itype = compute_array_index_type (dname, integer_zero_node);
9244 type = build_cplus_array_type (TREE_TYPE (type), itype);
9247 if (type == error_mark_node)
9249 /* Happens when declaring arrays of sizes which
9250 are error_mark_node, for example. */
9251 decl = NULL_TREE;
9253 else if (in_namespace && !friendp)
9255 /* Something like struct S { int N::j; }; */
9256 error ("invalid use of %<::%>");
9257 return error_mark_node;
9259 else if (TREE_CODE (type) == FUNCTION_TYPE)
9261 int publicp = 0;
9262 tree function_context;
9264 if (friendp == 0)
9266 if (ctype == NULL_TREE)
9267 ctype = current_class_type;
9269 if (ctype == NULL_TREE)
9271 error ("can't make %qD into a method -- not in a class",
9272 unqualified_id);
9273 return error_mark_node;
9276 /* ``A union may [ ... ] not [ have ] virtual functions.''
9277 ARM 9.5 */
9278 if (virtualp && TREE_CODE (ctype) == UNION_TYPE)
9280 error ("function %qD declared virtual inside a union",
9281 unqualified_id);
9282 return error_mark_node;
9285 if (NEW_DELETE_OPNAME_P (unqualified_id))
9287 if (virtualp)
9289 error ("%qD cannot be declared virtual, since it "
9290 "is always static",
9291 unqualified_id);
9292 virtualp = 0;
9295 else if (staticp < 2)
9296 type = build_memfn_type (type, ctype, memfn_quals);
9299 /* Check that the name used for a destructor makes sense. */
9300 if (sfk == sfk_destructor)
9302 tree uqname = id_declarator->u.id.unqualified_name;
9304 if (!ctype)
9306 gcc_assert (friendp);
9307 error ("expected qualified name in friend declaration "
9308 "for destructor %qD", uqname);
9309 return error_mark_node;
9312 if (!check_dtor_name (ctype, TREE_OPERAND (uqname, 0)))
9314 error ("declaration of %qD as member of %qT",
9315 uqname, ctype);
9316 return error_mark_node;
9318 if (constexpr_p)
9319 error ("a destructor cannot be %<constexpr%>");
9321 else if (sfk == sfk_constructor && friendp)
9323 error ("expected qualified name in friend declaration "
9324 "for constructor %qD",
9325 id_declarator->u.id.unqualified_name);
9326 return error_mark_node;
9329 /* Tell grokfndecl if it needs to set TREE_PUBLIC on the node. */
9330 function_context = (ctype != NULL_TREE) ?
9331 decl_function_context (TYPE_MAIN_DECL (ctype)) : NULL_TREE;
9332 publicp = (! friendp || ! staticp)
9333 && function_context == NULL_TREE;
9334 decl = grokfndecl (ctype, type,
9335 TREE_CODE (unqualified_id) != TEMPLATE_ID_EXPR
9336 ? unqualified_id : dname,
9337 parms,
9338 unqualified_id,
9339 virtualp, flags, memfn_quals, raises,
9340 friendp ? -1 : 0, friendp, publicp,
9341 inlinep || constexpr_p,
9342 sfk,
9343 funcdef_flag, template_count, in_namespace,
9344 attrlist, declarator->id_loc);
9345 if (decl == NULL_TREE)
9346 return error_mark_node;
9347 #if 0
9348 /* This clobbers the attrs stored in `decl' from `attrlist'. */
9349 /* The decl and setting of decl_attr is also turned off. */
9350 decl = build_decl_attribute_variant (decl, decl_attr);
9351 #endif
9353 /* [class.conv.ctor]
9355 A constructor declared without the function-specifier
9356 explicit that can be called with a single parameter
9357 specifies a conversion from the type of its first
9358 parameter to the type of its class. Such a constructor
9359 is called a converting constructor. */
9360 if (explicitp == 2)
9361 DECL_NONCONVERTING_P (decl) = 1;
9363 else if (TREE_CODE (type) == METHOD_TYPE)
9365 /* We only get here for friend declarations of
9366 members of other classes. */
9367 /* All method decls are public, so tell grokfndecl to set
9368 TREE_PUBLIC, also. */
9369 decl = grokfndecl (ctype, type,
9370 TREE_CODE (unqualified_id) != TEMPLATE_ID_EXPR
9371 ? unqualified_id : dname,
9372 parms,
9373 unqualified_id,
9374 virtualp, flags, memfn_quals, raises,
9375 friendp ? -1 : 0, friendp, 1, 0, sfk,
9376 funcdef_flag, template_count, in_namespace,
9377 attrlist,
9378 declarator->id_loc);
9379 if (decl == NULL_TREE)
9380 return error_mark_node;
9382 else if (!staticp && !dependent_type_p (type)
9383 && !COMPLETE_TYPE_P (complete_type (type))
9384 && (TREE_CODE (type) != ARRAY_TYPE || initialized == 0))
9386 if (unqualified_id)
9387 error ("field %qD has incomplete type", unqualified_id);
9388 else
9389 error ("name %qT has incomplete type", type);
9391 /* If we're instantiating a template, tell them which
9392 instantiation made the field's type be incomplete. */
9393 if (current_class_type
9394 && TYPE_NAME (current_class_type)
9395 && IDENTIFIER_TEMPLATE (TYPE_IDENTIFIER (current_class_type))
9396 && declspecs->type
9397 && declspecs->type == type)
9398 error (" in instantiation of template %qT",
9399 current_class_type);
9401 return error_mark_node;
9403 else
9405 if (friendp)
9407 error ("%qE is neither function nor member function; "
9408 "cannot be declared friend", unqualified_id);
9409 friendp = 0;
9411 decl = NULL_TREE;
9414 if (friendp)
9416 /* Friends are treated specially. */
9417 if (ctype == current_class_type)
9418 ; /* We already issued a permerror. */
9419 else if (decl && DECL_NAME (decl))
9421 if (template_class_depth (current_class_type) == 0)
9423 decl = check_explicit_specialization
9424 (unqualified_id, decl, template_count,
9425 2 * funcdef_flag + 4);
9426 if (decl == error_mark_node)
9427 return error_mark_node;
9430 DECL_DECLARED_CONSTEXPR_P (decl) = constexpr_p;
9431 decl = do_friend (ctype, unqualified_id, decl,
9432 *attrlist, flags,
9433 funcdef_flag);
9434 return decl;
9436 else
9437 return error_mark_node;
9440 /* Structure field. It may not be a function, except for C++. */
9442 if (decl == NULL_TREE)
9444 if (initialized)
9446 if (!staticp)
9448 /* An attempt is being made to initialize a non-static
9449 member. But, from [class.mem]:
9451 4 A member-declarator can contain a
9452 constant-initializer only if it declares a static
9453 member (_class.static_) of integral or enumeration
9454 type, see _class.static.data_.
9456 This used to be relatively common practice, but
9457 the rest of the compiler does not correctly
9458 handle the initialization unless the member is
9459 static so we make it static below. */
9460 permerror (input_location, "ISO C++ forbids initialization of member %qD",
9461 unqualified_id);
9462 permerror (input_location, "making %qD static", unqualified_id);
9463 staticp = 1;
9466 if (uses_template_parms (type))
9467 /* We'll check at instantiation time. */
9469 else if (check_static_variable_definition (unqualified_id,
9470 type))
9471 /* If we just return the declaration, crashes
9472 will sometimes occur. We therefore return
9473 void_type_node, as if this was a friend
9474 declaration, to cause callers to completely
9475 ignore this declaration. */
9476 return error_mark_node;
9479 if (staticp)
9481 /* C++ allows static class members. All other work
9482 for this is done by grokfield. */
9483 decl = build_lang_decl (VAR_DECL, unqualified_id, type);
9484 set_linkage_for_static_data_member (decl);
9485 /* Even if there is an in-class initialization, DECL
9486 is considered undefined until an out-of-class
9487 definition is provided. */
9488 DECL_EXTERNAL (decl) = 1;
9490 if (thread_p)
9491 DECL_TLS_MODEL (decl) = decl_default_tls_model (decl);
9493 else
9495 if (constexpr_p)
9496 error ("non-static data member %qE declared %<constexpr%>",
9497 unqualified_id);
9498 decl = build_decl (input_location,
9499 FIELD_DECL, unqualified_id, type);
9500 DECL_NONADDRESSABLE_P (decl) = bitfield;
9501 if (bitfield && !unqualified_id)
9502 TREE_NO_WARNING (decl) = 1;
9504 if (storage_class == sc_mutable)
9506 DECL_MUTABLE_P (decl) = 1;
9507 storage_class = sc_none;
9511 bad_specifiers (decl, "field", virtualp,
9512 memfn_quals != TYPE_UNQUALIFIED,
9513 inlinep, friendp, raises != NULL_TREE);
9516 else if (TREE_CODE (type) == FUNCTION_TYPE
9517 || TREE_CODE (type) == METHOD_TYPE)
9519 tree original_name;
9520 int publicp = 0;
9522 if (!unqualified_id)
9523 return error_mark_node;
9525 if (TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR)
9526 original_name = dname;
9527 else
9528 original_name = unqualified_id;
9530 if (storage_class == sc_auto)
9531 error ("storage class %<auto%> invalid for function %qs", name);
9532 else if (storage_class == sc_register)
9533 error ("storage class %<register%> invalid for function %qs", name);
9534 else if (thread_p)
9535 error ("storage class %<__thread%> invalid for function %qs", name);
9537 /* Function declaration not at top level.
9538 Storage classes other than `extern' are not allowed
9539 and `extern' makes no difference. */
9540 if (! toplevel_bindings_p ()
9541 && (storage_class == sc_static
9542 || declspecs->specs[(int)ds_inline])
9543 && pedantic)
9545 if (storage_class == sc_static)
9546 pedwarn (input_location, OPT_pedantic,
9547 "%<static%> specified invalid for function %qs "
9548 "declared out of global scope", name);
9549 else
9550 pedwarn (input_location, OPT_pedantic,
9551 "%<inline%> specifier invalid for function %qs "
9552 "declared out of global scope", name);
9555 if (ctype != NULL_TREE
9556 && TREE_CODE (ctype) != NAMESPACE_DECL && !MAYBE_CLASS_TYPE_P (ctype))
9558 error ("%q#T is not a class or a namespace", ctype);
9559 ctype = NULL_TREE;
9562 if (ctype == NULL_TREE)
9564 if (virtualp)
9566 error ("virtual non-class function %qs", name);
9567 virtualp = 0;
9569 else if (sfk == sfk_constructor
9570 || sfk == sfk_destructor)
9572 error (funcdef_flag
9573 ? "%qs defined in a non-class scope"
9574 : "%qs declared in a non-class scope", name);
9575 sfk = sfk_none;
9578 else if (TREE_CODE (type) == FUNCTION_TYPE && staticp < 2
9579 && !NEW_DELETE_OPNAME_P (original_name))
9580 type = build_method_type_directly (ctype,
9581 TREE_TYPE (type),
9582 TYPE_ARG_TYPES (type));
9584 /* Record presence of `static'. */
9585 publicp = (ctype != NULL_TREE
9586 || storage_class == sc_extern
9587 || storage_class != sc_static);
9589 decl = grokfndecl (ctype, type, original_name, parms, unqualified_id,
9590 virtualp, flags, memfn_quals, raises,
9591 1, friendp,
9592 publicp, inlinep || constexpr_p, sfk, funcdef_flag,
9593 template_count, in_namespace, attrlist,
9594 declarator->id_loc);
9595 if (decl == NULL_TREE)
9596 return error_mark_node;
9598 if (staticp == 1)
9600 int invalid_static = 0;
9602 /* Don't allow a static member function in a class, and forbid
9603 declaring main to be static. */
9604 if (TREE_CODE (type) == METHOD_TYPE)
9606 permerror (input_location, "cannot declare member function %qD to have "
9607 "static linkage", decl);
9608 invalid_static = 1;
9610 else if (current_function_decl)
9612 /* FIXME need arm citation */
9613 error ("cannot declare static function inside another function");
9614 invalid_static = 1;
9617 if (invalid_static)
9619 staticp = 0;
9620 storage_class = sc_none;
9624 else
9626 /* It's a variable. */
9628 /* An uninitialized decl with `extern' is a reference. */
9629 decl = grokvardecl (type, unqualified_id,
9630 declspecs,
9631 initialized,
9632 (type_quals & TYPE_QUAL_CONST) != 0,
9633 ctype ? ctype : in_namespace);
9634 bad_specifiers (decl, "variable", virtualp,
9635 memfn_quals != TYPE_UNQUALIFIED,
9636 inlinep, friendp, raises != NULL_TREE);
9638 if (ctype)
9640 DECL_CONTEXT (decl) = ctype;
9641 if (staticp == 1)
9643 permerror (input_location, "%<static%> may not be used when defining "
9644 "(as opposed to declaring) a static data member");
9645 staticp = 0;
9646 storage_class = sc_none;
9648 if (storage_class == sc_register && TREE_STATIC (decl))
9650 error ("static member %qD declared %<register%>", decl);
9651 storage_class = sc_none;
9653 if (storage_class == sc_extern && pedantic)
9655 pedwarn (input_location, OPT_pedantic,
9656 "cannot explicitly declare member %q#D to have "
9657 "extern linkage", decl);
9658 storage_class = sc_none;
9663 if (storage_class == sc_extern && initialized && !funcdef_flag)
9665 if (toplevel_bindings_p ())
9667 /* It's common practice (and completely valid) to have a const
9668 be initialized and declared extern. */
9669 if (!(type_quals & TYPE_QUAL_CONST))
9670 warning (0, "%qs initialized and declared %<extern%>", name);
9672 else
9674 error ("%qs has both %<extern%> and initializer", name);
9675 return error_mark_node;
9679 /* Record `register' declaration for warnings on &
9680 and in case doing stupid register allocation. */
9682 if (storage_class == sc_register)
9683 DECL_REGISTER (decl) = 1;
9684 else if (storage_class == sc_extern)
9685 DECL_THIS_EXTERN (decl) = 1;
9686 else if (storage_class == sc_static)
9687 DECL_THIS_STATIC (decl) = 1;
9689 /* Don't forget constexprness. */
9690 if (VAR_OR_FUNCTION_DECL_P (decl))
9691 DECL_DECLARED_CONSTEXPR_P (decl) = constexpr_p;
9693 /* Record constancy and volatility on the DECL itself . There's
9694 no need to do this when processing a template; we'll do this
9695 for the instantiated declaration based on the type of DECL. */
9696 if (!processing_template_decl)
9697 cp_apply_type_quals_to_decl (type_quals, decl);
9699 return decl;
9703 /* Subroutine of start_function. Ensure that each of the parameter
9704 types (as listed in PARMS) is complete, as is required for a
9705 function definition. */
9707 static void
9708 require_complete_types_for_parms (tree parms)
9710 for (; parms; parms = TREE_CHAIN (parms))
9712 if (dependent_type_p (TREE_TYPE (parms)))
9713 continue;
9714 if (!VOID_TYPE_P (TREE_TYPE (parms))
9715 && complete_type_or_else (TREE_TYPE (parms), parms))
9717 relayout_decl (parms);
9718 DECL_ARG_TYPE (parms) = type_passed_as (TREE_TYPE (parms));
9720 else
9721 /* grokparms or complete_type_or_else will have already issued
9722 an error. */
9723 TREE_TYPE (parms) = error_mark_node;
9727 /* Returns nonzero if T is a local variable. */
9730 local_variable_p (const_tree t)
9732 if ((TREE_CODE (t) == VAR_DECL
9733 /* A VAR_DECL with a context that is a _TYPE is a static data
9734 member. */
9735 && !TYPE_P (CP_DECL_CONTEXT (t))
9736 /* Any other non-local variable must be at namespace scope. */
9737 && !DECL_NAMESPACE_SCOPE_P (t))
9738 || (TREE_CODE (t) == PARM_DECL))
9739 return 1;
9741 return 0;
9744 /* Like local_variable_p, but suitable for use as a tree-walking
9745 function. */
9747 static tree
9748 local_variable_p_walkfn (tree *tp, int *walk_subtrees,
9749 void *data ATTRIBUTE_UNUSED)
9751 if (local_variable_p (*tp) && !DECL_ARTIFICIAL (*tp))
9752 return *tp;
9753 else if (TYPE_P (*tp))
9754 *walk_subtrees = 0;
9756 return NULL_TREE;
9760 /* Check that ARG, which is a default-argument expression for a
9761 parameter DECL, is valid. Returns ARG, or ERROR_MARK_NODE, if
9762 something goes wrong. DECL may also be a _TYPE node, rather than a
9763 DECL, if there is no DECL available. */
9765 tree
9766 check_default_argument (tree decl, tree arg)
9768 tree var;
9769 tree decl_type;
9771 if (TREE_CODE (arg) == DEFAULT_ARG)
9772 /* We get a DEFAULT_ARG when looking at an in-class declaration
9773 with a default argument. Ignore the argument for now; we'll
9774 deal with it after the class is complete. */
9775 return arg;
9777 if (TYPE_P (decl))
9779 decl_type = decl;
9780 decl = NULL_TREE;
9782 else
9783 decl_type = TREE_TYPE (decl);
9785 if (arg == error_mark_node
9786 || decl == error_mark_node
9787 || TREE_TYPE (arg) == error_mark_node
9788 || decl_type == error_mark_node)
9789 /* Something already went wrong. There's no need to check
9790 further. */
9791 return error_mark_node;
9793 /* [dcl.fct.default]
9795 A default argument expression is implicitly converted to the
9796 parameter type. */
9797 if (!TREE_TYPE (arg)
9798 || !can_convert_arg (decl_type, TREE_TYPE (arg), arg, LOOKUP_NORMAL))
9800 if (decl)
9801 error ("default argument for %q#D has type %qT",
9802 decl, TREE_TYPE (arg));
9803 else
9804 error ("default argument for parameter of type %qT has type %qT",
9805 decl_type, TREE_TYPE (arg));
9807 return error_mark_node;
9810 /* [dcl.fct.default]
9812 Local variables shall not be used in default argument
9813 expressions.
9815 The keyword `this' shall not be used in a default argument of a
9816 member function. */
9817 var = cp_walk_tree_without_duplicates (&arg, local_variable_p_walkfn, NULL);
9818 if (var)
9820 error ("default argument %qE uses local variable %qD", arg, var);
9821 return error_mark_node;
9824 /* All is well. */
9825 return arg;
9828 /* Returns a deprecated type used within TYPE, or NULL_TREE if none. */
9830 static tree
9831 type_is_deprecated (tree type)
9833 enum tree_code code;
9834 if (TREE_DEPRECATED (type))
9835 return type;
9836 if (TYPE_NAME (type)
9837 && TREE_DEPRECATED (TYPE_NAME (type)))
9838 return type;
9840 /* Do warn about using typedefs to a deprecated class. */
9841 if (TAGGED_TYPE_P (type) && type != TYPE_MAIN_VARIANT (type))
9842 return type_is_deprecated (TYPE_MAIN_VARIANT (type));
9844 code = TREE_CODE (type);
9846 if (code == POINTER_TYPE || code == REFERENCE_TYPE
9847 || code == OFFSET_TYPE || code == FUNCTION_TYPE
9848 || code == METHOD_TYPE || code == ARRAY_TYPE)
9849 return type_is_deprecated (TREE_TYPE (type));
9851 if (TYPE_PTRMEMFUNC_P (type))
9852 return type_is_deprecated
9853 (TREE_TYPE (TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (type))));
9855 return NULL_TREE;
9858 /* Decode the list of parameter types for a function type.
9859 Given the list of things declared inside the parens,
9860 return a list of types.
9862 If this parameter does not end with an ellipsis, we append
9863 void_list_node.
9865 *PARMS is set to the chain of PARM_DECLs created. */
9867 static tree
9868 grokparms (tree parmlist, tree *parms)
9870 tree result = NULL_TREE;
9871 tree decls = NULL_TREE;
9872 tree parm;
9873 int any_error = 0;
9875 for (parm = parmlist; parm != NULL_TREE; parm = TREE_CHAIN (parm))
9877 tree type = NULL_TREE;
9878 tree init = TREE_PURPOSE (parm);
9879 tree decl = TREE_VALUE (parm);
9880 const char *errmsg;
9882 if (parm == void_list_node)
9883 break;
9885 if (! decl || TREE_TYPE (decl) == error_mark_node)
9886 continue;
9888 type = TREE_TYPE (decl);
9889 if (VOID_TYPE_P (type))
9891 if (same_type_p (type, void_type_node)
9892 && DECL_SELF_REFERENCE_P (type)
9893 && !DECL_NAME (decl) && !result && TREE_CHAIN (parm) == void_list_node)
9894 /* this is a parmlist of `(void)', which is ok. */
9895 break;
9896 cxx_incomplete_type_error (decl, type);
9897 /* It's not a good idea to actually create parameters of
9898 type `void'; other parts of the compiler assume that a
9899 void type terminates the parameter list. */
9900 type = error_mark_node;
9901 TREE_TYPE (decl) = error_mark_node;
9904 if (type != error_mark_node
9905 && TYPE_FOR_JAVA (type)
9906 && MAYBE_CLASS_TYPE_P (type))
9908 error ("parameter %qD has Java class type", decl);
9909 type = error_mark_node;
9910 TREE_TYPE (decl) = error_mark_node;
9911 init = NULL_TREE;
9914 if (type != error_mark_node
9915 && (errmsg = targetm.invalid_parameter_type (type)))
9917 error (errmsg);
9918 type = error_mark_node;
9919 TREE_TYPE (decl) = error_mark_node;
9922 if (type != error_mark_node)
9924 if (deprecated_state != DEPRECATED_SUPPRESS)
9926 tree deptype = type_is_deprecated (type);
9927 if (deptype)
9928 warn_deprecated_use (deptype, NULL_TREE);
9931 /* Top-level qualifiers on the parameters are
9932 ignored for function types. */
9933 type = cp_build_qualified_type (type, 0);
9934 if (TREE_CODE (type) == METHOD_TYPE)
9936 error ("parameter %qD invalidly declared method type", decl);
9937 type = build_pointer_type (type);
9938 TREE_TYPE (decl) = type;
9940 else if (abstract_virtuals_error (decl, type))
9941 any_error = 1; /* Seems like a good idea. */
9942 else if (POINTER_TYPE_P (type))
9944 /* [dcl.fct]/6, parameter types cannot contain pointers
9945 (references) to arrays of unknown bound. */
9946 tree t = TREE_TYPE (type);
9947 int ptr = TYPE_PTR_P (type);
9949 while (1)
9951 if (TYPE_PTR_P (t))
9952 ptr = 1;
9953 else if (TREE_CODE (t) != ARRAY_TYPE)
9954 break;
9955 else if (!TYPE_DOMAIN (t))
9956 break;
9957 t = TREE_TYPE (t);
9959 if (TREE_CODE (t) == ARRAY_TYPE)
9960 error (ptr
9961 ? G_("parameter %qD includes pointer to array of "
9962 "unknown bound %qT")
9963 : G_("parameter %qD includes reference to array of "
9964 "unknown bound %qT"),
9965 decl, t);
9968 if (any_error)
9969 init = NULL_TREE;
9970 else if (init && !processing_template_decl)
9971 init = check_default_argument (decl, init);
9974 if (TREE_CODE (decl) == PARM_DECL
9975 && FUNCTION_PARAMETER_PACK_P (decl)
9976 && TREE_CHAIN (parm)
9977 && TREE_CHAIN (parm) != void_list_node)
9978 error ("parameter packs must be at the end of the parameter list");
9980 TREE_CHAIN (decl) = decls;
9981 decls = decl;
9982 result = tree_cons (init, type, result);
9984 decls = nreverse (decls);
9985 result = nreverse (result);
9986 if (parm)
9987 result = chainon (result, void_list_node);
9988 *parms = decls;
9990 return result;
9994 /* D is a constructor or overloaded `operator='.
9996 Let T be the class in which D is declared. Then, this function
9997 returns:
9999 -1 if D's is an ill-formed constructor or copy assignment operator
10000 whose first parameter is of type `T'.
10001 0 if D is not a copy constructor or copy assignment
10002 operator.
10003 1 if D is a copy constructor or copy assignment operator whose
10004 first parameter is a reference to non-const qualified T.
10005 2 if D is a copy constructor or copy assignment operator whose
10006 first parameter is a reference to const qualified T.
10008 This function can be used as a predicate. Positive values indicate
10009 a copy constructor and nonzero values indicate a copy assignment
10010 operator. */
10013 copy_fn_p (const_tree d)
10015 tree args;
10016 tree arg_type;
10017 int result = 1;
10019 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
10021 if (TREE_CODE (d) == TEMPLATE_DECL
10022 || (DECL_TEMPLATE_INFO (d)
10023 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d))))
10024 /* Instantiations of template member functions are never copy
10025 functions. Note that member functions of templated classes are
10026 represented as template functions internally, and we must
10027 accept those as copy functions. */
10028 return 0;
10030 args = FUNCTION_FIRST_USER_PARMTYPE (d);
10031 if (!args)
10032 return 0;
10034 arg_type = TREE_VALUE (args);
10035 if (arg_type == error_mark_node)
10036 return 0;
10038 if (TYPE_MAIN_VARIANT (arg_type) == DECL_CONTEXT (d))
10040 /* Pass by value copy assignment operator. */
10041 result = -1;
10043 else if (TREE_CODE (arg_type) == REFERENCE_TYPE
10044 && !TYPE_REF_IS_RVALUE (arg_type)
10045 && TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)) == DECL_CONTEXT (d))
10047 if (CP_TYPE_CONST_P (TREE_TYPE (arg_type)))
10048 result = 2;
10050 else
10051 return 0;
10053 args = TREE_CHAIN (args);
10055 if (args && args != void_list_node && !TREE_PURPOSE (args))
10056 /* There are more non-optional args. */
10057 return 0;
10059 return result;
10062 /* D is a constructor or overloaded `operator='.
10064 Let T be the class in which D is declared. Then, this function
10065 returns true when D is a move constructor or move assignment
10066 operator, false otherwise. */
10068 bool
10069 move_fn_p (const_tree d)
10071 tree args;
10072 tree arg_type;
10073 bool result = false;
10075 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
10077 if (cxx_dialect == cxx98)
10078 /* There are no move constructors if we are in C++98 mode. */
10079 return false;
10081 if (TREE_CODE (d) == TEMPLATE_DECL
10082 || (DECL_TEMPLATE_INFO (d)
10083 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d))))
10084 /* Instantiations of template member functions are never copy
10085 functions. Note that member functions of templated classes are
10086 represented as template functions internally, and we must
10087 accept those as copy functions. */
10088 return 0;
10090 args = FUNCTION_FIRST_USER_PARMTYPE (d);
10091 if (!args)
10092 return 0;
10094 arg_type = TREE_VALUE (args);
10095 if (arg_type == error_mark_node)
10096 return 0;
10098 if (TREE_CODE (arg_type) == REFERENCE_TYPE
10099 && TYPE_REF_IS_RVALUE (arg_type)
10100 && same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)),
10101 DECL_CONTEXT (d)))
10102 result = true;
10104 args = TREE_CHAIN (args);
10106 if (args && args != void_list_node && !TREE_PURPOSE (args))
10107 /* There are more non-optional args. */
10108 return false;
10110 return result;
10113 /* Remember any special properties of member function DECL. */
10115 void
10116 grok_special_member_properties (tree decl)
10118 tree class_type;
10120 if (!DECL_NONSTATIC_MEMBER_FUNCTION_P (decl))
10121 return;
10123 class_type = DECL_CONTEXT (decl);
10124 if (DECL_CONSTRUCTOR_P (decl))
10126 int ctor = copy_fn_p (decl);
10128 if (!DECL_ARTIFICIAL (decl))
10129 TYPE_HAS_USER_CONSTRUCTOR (class_type) = 1;
10131 if (ctor > 0)
10133 /* [class.copy]
10135 A non-template constructor for class X is a copy
10136 constructor if its first parameter is of type X&, const
10137 X&, volatile X& or const volatile X&, and either there
10138 are no other parameters or else all other parameters have
10139 default arguments. */
10140 TYPE_HAS_INIT_REF (class_type) = 1;
10141 if (user_provided_p (decl))
10142 TYPE_HAS_COMPLEX_INIT_REF (class_type) = 1;
10143 if (ctor > 1)
10144 TYPE_HAS_CONST_INIT_REF (class_type) = 1;
10146 else if (sufficient_parms_p (FUNCTION_FIRST_USER_PARMTYPE (decl)))
10148 TYPE_HAS_DEFAULT_CONSTRUCTOR (class_type) = 1;
10149 if (user_provided_p (decl))
10150 TYPE_HAS_COMPLEX_DFLT (class_type) = 1;
10152 else if (is_list_ctor (decl))
10153 TYPE_HAS_LIST_CTOR (class_type) = 1;
10155 else if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR)
10157 /* [class.copy]
10159 A non-template assignment operator for class X is a copy
10160 assignment operator if its parameter is of type X, X&, const
10161 X&, volatile X& or const volatile X&. */
10163 int assop = copy_fn_p (decl);
10165 if (assop)
10167 TYPE_HAS_ASSIGN_REF (class_type) = 1;
10168 if (user_provided_p (decl))
10169 TYPE_HAS_COMPLEX_ASSIGN_REF (class_type) = 1;
10170 if (assop != 1)
10171 TYPE_HAS_CONST_ASSIGN_REF (class_type) = 1;
10176 /* Check a constructor DECL has the correct form. Complains
10177 if the class has a constructor of the form X(X). */
10180 grok_ctor_properties (const_tree ctype, const_tree decl)
10182 int ctor_parm = copy_fn_p (decl);
10184 if (ctor_parm < 0)
10186 /* [class.copy]
10188 A declaration of a constructor for a class X is ill-formed if
10189 its first parameter is of type (optionally cv-qualified) X
10190 and either there are no other parameters or else all other
10191 parameters have default arguments.
10193 We *don't* complain about member template instantiations that
10194 have this form, though; they can occur as we try to decide
10195 what constructor to use during overload resolution. Since
10196 overload resolution will never prefer such a constructor to
10197 the non-template copy constructor (which is either explicitly
10198 or implicitly defined), there's no need to worry about their
10199 existence. Theoretically, they should never even be
10200 instantiated, but that's hard to forestall. */
10201 error ("invalid constructor; you probably meant %<%T (const %T&)%>",
10202 ctype, ctype);
10203 return 0;
10206 return 1;
10209 /* An operator with this code is unary, but can also be binary. */
10211 static int
10212 ambi_op_p (enum tree_code code)
10214 return (code == INDIRECT_REF
10215 || code == ADDR_EXPR
10216 || code == UNARY_PLUS_EXPR
10217 || code == NEGATE_EXPR
10218 || code == PREINCREMENT_EXPR
10219 || code == PREDECREMENT_EXPR);
10222 /* An operator with this name can only be unary. */
10224 static int
10225 unary_op_p (enum tree_code code)
10227 return (code == TRUTH_NOT_EXPR
10228 || code == BIT_NOT_EXPR
10229 || code == COMPONENT_REF
10230 || code == TYPE_EXPR);
10233 /* DECL is a declaration for an overloaded operator. If COMPLAIN is true,
10234 errors are issued for invalid declarations. */
10236 bool
10237 grok_op_properties (tree decl, bool complain)
10239 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
10240 tree argtype;
10241 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE);
10242 tree name = DECL_NAME (decl);
10243 enum tree_code operator_code;
10244 int arity;
10245 bool ellipsis_p;
10246 tree class_type;
10248 /* Count the number of arguments and check for ellipsis. */
10249 for (argtype = argtypes, arity = 0;
10250 argtype && argtype != void_list_node;
10251 argtype = TREE_CHAIN (argtype))
10252 ++arity;
10253 ellipsis_p = !argtype;
10255 class_type = DECL_CONTEXT (decl);
10256 if (class_type && !CLASS_TYPE_P (class_type))
10257 class_type = NULL_TREE;
10259 if (DECL_CONV_FN_P (decl))
10260 operator_code = TYPE_EXPR;
10261 else
10264 #define DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, ASSN_P) \
10265 if (ansi_opname (CODE) == name) \
10267 operator_code = (CODE); \
10268 break; \
10270 else if (ansi_assopname (CODE) == name) \
10272 operator_code = (CODE); \
10273 DECL_ASSIGNMENT_OPERATOR_P (decl) = 1; \
10274 break; \
10277 #include "operators.def"
10278 #undef DEF_OPERATOR
10280 gcc_unreachable ();
10282 while (0);
10283 gcc_assert (operator_code != MAX_TREE_CODES);
10284 SET_OVERLOADED_OPERATOR_CODE (decl, operator_code);
10286 if (class_type)
10287 switch (operator_code)
10289 case NEW_EXPR:
10290 TYPE_HAS_NEW_OPERATOR (class_type) = 1;
10291 break;
10293 case DELETE_EXPR:
10294 TYPE_GETS_DELETE (class_type) |= 1;
10295 break;
10297 case VEC_NEW_EXPR:
10298 TYPE_HAS_ARRAY_NEW_OPERATOR (class_type) = 1;
10299 break;
10301 case VEC_DELETE_EXPR:
10302 TYPE_GETS_DELETE (class_type) |= 2;
10303 break;
10305 default:
10306 break;
10309 /* [basic.std.dynamic.allocation]/1:
10311 A program is ill-formed if an allocation function is declared
10312 in a namespace scope other than global scope or declared static
10313 in global scope.
10315 The same also holds true for deallocation functions. */
10316 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR
10317 || operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR)
10319 if (DECL_NAMESPACE_SCOPE_P (decl))
10321 if (CP_DECL_CONTEXT (decl) != global_namespace)
10323 error ("%qD may not be declared within a namespace", decl);
10324 return false;
10326 else if (!TREE_PUBLIC (decl))
10328 error ("%qD may not be declared as static", decl);
10329 return false;
10334 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR)
10336 TREE_TYPE (decl) = coerce_new_type (TREE_TYPE (decl));
10337 DECL_IS_OPERATOR_NEW (decl) = 1;
10339 else if (operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR)
10340 TREE_TYPE (decl) = coerce_delete_type (TREE_TYPE (decl));
10341 else
10343 /* An operator function must either be a non-static member function
10344 or have at least one parameter of a class, a reference to a class,
10345 an enumeration, or a reference to an enumeration. 13.4.0.6 */
10346 if (! methodp || DECL_STATIC_FUNCTION_P (decl))
10348 if (operator_code == TYPE_EXPR
10349 || operator_code == CALL_EXPR
10350 || operator_code == COMPONENT_REF
10351 || operator_code == ARRAY_REF
10352 || operator_code == NOP_EXPR)
10354 error ("%qD must be a nonstatic member function", decl);
10355 return false;
10357 else
10359 tree p;
10361 if (DECL_STATIC_FUNCTION_P (decl))
10363 error ("%qD must be either a non-static member "
10364 "function or a non-member function", decl);
10365 return false;
10368 for (p = argtypes; p && p != void_list_node; p = TREE_CHAIN (p))
10370 tree arg = non_reference (TREE_VALUE (p));
10371 if (arg == error_mark_node)
10372 return false;
10374 /* MAYBE_CLASS_TYPE_P, rather than CLASS_TYPE_P, is used
10375 because these checks are performed even on
10376 template functions. */
10377 if (MAYBE_CLASS_TYPE_P (arg)
10378 || TREE_CODE (arg) == ENUMERAL_TYPE)
10379 break;
10382 if (!p || p == void_list_node)
10384 if (complain)
10385 error ("%qD must have an argument of class or "
10386 "enumerated type", decl);
10387 return false;
10392 /* There are no restrictions on the arguments to an overloaded
10393 "operator ()". */
10394 if (operator_code == CALL_EXPR)
10395 return true;
10397 /* Warn about conversion operators that will never be used. */
10398 if (IDENTIFIER_TYPENAME_P (name)
10399 && ! DECL_TEMPLATE_INFO (decl)
10400 && warn_conversion
10401 /* Warn only declaring the function; there is no need to
10402 warn again about out-of-class definitions. */
10403 && class_type == current_class_type)
10405 tree t = TREE_TYPE (name);
10406 int ref = (TREE_CODE (t) == REFERENCE_TYPE);
10408 if (ref)
10409 t = TYPE_MAIN_VARIANT (TREE_TYPE (t));
10411 if (TREE_CODE (t) == VOID_TYPE)
10412 warning (OPT_Wconversion,
10414 ? G_("conversion to a reference to void "
10415 "will never use a type conversion operator")
10416 : G_("conversion to void "
10417 "will never use a type conversion operator"));
10418 else if (class_type)
10420 if (t == class_type)
10421 warning (OPT_Wconversion,
10423 ? G_("conversion to a reference to the same type "
10424 "will never use a type conversion operator")
10425 : G_("conversion to the same type "
10426 "will never use a type conversion operator"));
10427 /* Don't force t to be complete here. */
10428 else if (MAYBE_CLASS_TYPE_P (t)
10429 && COMPLETE_TYPE_P (t)
10430 && DERIVED_FROM_P (t, class_type))
10431 warning (OPT_Wconversion,
10433 ? G_("conversion to a reference to a base class "
10434 "will never use a type conversion operator")
10435 : G_("conversion to a base class "
10436 "will never use a type conversion operator"));
10441 if (operator_code == COND_EXPR)
10443 /* 13.4.0.3 */
10444 error ("ISO C++ prohibits overloading operator ?:");
10445 return false;
10447 else if (ellipsis_p)
10449 error ("%qD must not have variable number of arguments", decl);
10450 return false;
10452 else if (ambi_op_p (operator_code))
10454 if (arity == 1)
10455 /* We pick the one-argument operator codes by default, so
10456 we don't have to change anything. */
10458 else if (arity == 2)
10460 /* If we thought this was a unary operator, we now know
10461 it to be a binary operator. */
10462 switch (operator_code)
10464 case INDIRECT_REF:
10465 operator_code = MULT_EXPR;
10466 break;
10468 case ADDR_EXPR:
10469 operator_code = BIT_AND_EXPR;
10470 break;
10472 case UNARY_PLUS_EXPR:
10473 operator_code = PLUS_EXPR;
10474 break;
10476 case NEGATE_EXPR:
10477 operator_code = MINUS_EXPR;
10478 break;
10480 case PREINCREMENT_EXPR:
10481 operator_code = POSTINCREMENT_EXPR;
10482 break;
10484 case PREDECREMENT_EXPR:
10485 operator_code = POSTDECREMENT_EXPR;
10486 break;
10488 default:
10489 gcc_unreachable ();
10492 SET_OVERLOADED_OPERATOR_CODE (decl, operator_code);
10494 if ((operator_code == POSTINCREMENT_EXPR
10495 || operator_code == POSTDECREMENT_EXPR)
10496 && ! processing_template_decl
10497 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node))
10499 if (methodp)
10500 error ("postfix %qD must take %<int%> as its argument",
10501 decl);
10502 else
10503 error ("postfix %qD must take %<int%> as its second "
10504 "argument", decl);
10505 return false;
10508 else
10510 if (methodp)
10511 error ("%qD must take either zero or one argument", decl);
10512 else
10513 error ("%qD must take either one or two arguments", decl);
10514 return false;
10517 /* More Effective C++ rule 6. */
10518 if (warn_ecpp
10519 && (operator_code == POSTINCREMENT_EXPR
10520 || operator_code == POSTDECREMENT_EXPR
10521 || operator_code == PREINCREMENT_EXPR
10522 || operator_code == PREDECREMENT_EXPR))
10524 tree arg = TREE_VALUE (argtypes);
10525 tree ret = TREE_TYPE (TREE_TYPE (decl));
10526 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE)
10527 arg = TREE_TYPE (arg);
10528 arg = TYPE_MAIN_VARIANT (arg);
10529 if (operator_code == PREINCREMENT_EXPR
10530 || operator_code == PREDECREMENT_EXPR)
10532 if (TREE_CODE (ret) != REFERENCE_TYPE
10533 || !same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (ret)),
10534 arg))
10535 warning (OPT_Weffc__, "prefix %qD should return %qT", decl,
10536 build_reference_type (arg));
10538 else
10540 if (!same_type_p (TYPE_MAIN_VARIANT (ret), arg))
10541 warning (OPT_Weffc__, "postfix %qD should return %qT", decl, arg);
10545 else if (unary_op_p (operator_code))
10547 if (arity != 1)
10549 if (methodp)
10550 error ("%qD must take %<void%>", decl);
10551 else
10552 error ("%qD must take exactly one argument", decl);
10553 return false;
10556 else /* if (binary_op_p (operator_code)) */
10558 if (arity != 2)
10560 if (methodp)
10561 error ("%qD must take exactly one argument", decl);
10562 else
10563 error ("%qD must take exactly two arguments", decl);
10564 return false;
10567 /* More Effective C++ rule 7. */
10568 if (warn_ecpp
10569 && (operator_code == TRUTH_ANDIF_EXPR
10570 || operator_code == TRUTH_ORIF_EXPR
10571 || operator_code == COMPOUND_EXPR))
10572 warning (OPT_Weffc__, "user-defined %qD always evaluates both arguments",
10573 decl);
10576 /* Effective C++ rule 23. */
10577 if (warn_ecpp
10578 && arity == 2
10579 && !DECL_ASSIGNMENT_OPERATOR_P (decl)
10580 && (operator_code == PLUS_EXPR
10581 || operator_code == MINUS_EXPR
10582 || operator_code == TRUNC_DIV_EXPR
10583 || operator_code == MULT_EXPR
10584 || operator_code == TRUNC_MOD_EXPR)
10585 && TREE_CODE (TREE_TYPE (TREE_TYPE (decl))) == REFERENCE_TYPE)
10586 warning (OPT_Weffc__, "%qD should return by value", decl);
10588 /* [over.oper]/8 */
10589 for (; argtypes && argtypes != void_list_node;
10590 argtypes = TREE_CHAIN (argtypes))
10591 if (TREE_PURPOSE (argtypes))
10593 TREE_PURPOSE (argtypes) = NULL_TREE;
10594 if (operator_code == POSTINCREMENT_EXPR
10595 || operator_code == POSTDECREMENT_EXPR)
10597 pedwarn (input_location, OPT_pedantic, "%qD cannot have default arguments",
10598 decl);
10600 else
10602 error ("%qD cannot have default arguments", decl);
10603 return false;
10607 return true;
10610 /* Return a string giving the keyword associate with CODE. */
10612 static const char *
10613 tag_name (enum tag_types code)
10615 switch (code)
10617 case record_type:
10618 return "struct";
10619 case class_type:
10620 return "class";
10621 case union_type:
10622 return "union";
10623 case enum_type:
10624 return "enum";
10625 case typename_type:
10626 return "typename";
10627 default:
10628 gcc_unreachable ();
10632 /* Name lookup in an elaborated-type-specifier (after the keyword
10633 indicated by TAG_CODE) has found the TYPE_DECL DECL. If the
10634 elaborated-type-specifier is invalid, issue a diagnostic and return
10635 error_mark_node; otherwise, return the *_TYPE to which it referred.
10636 If ALLOW_TEMPLATE_P is true, TYPE may be a class template. */
10638 tree
10639 check_elaborated_type_specifier (enum tag_types tag_code,
10640 tree decl,
10641 bool allow_template_p)
10643 tree type;
10645 /* In the case of:
10647 struct S { struct S *p; };
10649 name lookup will find the TYPE_DECL for the implicit "S::S"
10650 typedef. Adjust for that here. */
10651 if (DECL_SELF_REFERENCE_P (decl))
10652 decl = TYPE_NAME (TREE_TYPE (decl));
10654 type = TREE_TYPE (decl);
10656 /* Check TEMPLATE_TYPE_PARM first because DECL_IMPLICIT_TYPEDEF_P
10657 is false for this case as well. */
10658 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
10660 error ("using template type parameter %qT after %qs",
10661 type, tag_name (tag_code));
10662 return error_mark_node;
10664 /* [dcl.type.elab]
10666 If the identifier resolves to a typedef-name or a template
10667 type-parameter, the elaborated-type-specifier is ill-formed.
10669 In other words, the only legitimate declaration to use in the
10670 elaborated type specifier is the implicit typedef created when
10671 the type is declared. */
10672 else if (!DECL_IMPLICIT_TYPEDEF_P (decl)
10673 && !DECL_SELF_REFERENCE_P (decl)
10674 && tag_code != typename_type)
10676 error ("using typedef-name %qD after %qs", decl, tag_name (tag_code));
10677 error ("%q+D has a previous declaration here", decl);
10678 return error_mark_node;
10680 else if (TREE_CODE (type) != RECORD_TYPE
10681 && TREE_CODE (type) != UNION_TYPE
10682 && tag_code != enum_type
10683 && tag_code != typename_type)
10685 error ("%qT referred to as %qs", type, tag_name (tag_code));
10686 error ("%q+T has a previous declaration here", type);
10687 return error_mark_node;
10689 else if (TREE_CODE (type) != ENUMERAL_TYPE
10690 && tag_code == enum_type)
10692 error ("%qT referred to as enum", type);
10693 error ("%q+T has a previous declaration here", type);
10694 return error_mark_node;
10696 else if (!allow_template_p
10697 && TREE_CODE (type) == RECORD_TYPE
10698 && CLASSTYPE_IS_TEMPLATE (type))
10700 /* If a class template appears as elaborated type specifier
10701 without a template header such as:
10703 template <class T> class C {};
10704 void f(class C); // No template header here
10706 then the required template argument is missing. */
10707 error ("template argument required for %<%s %T%>",
10708 tag_name (tag_code),
10709 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type)));
10710 return error_mark_node;
10713 return type;
10716 /* Lookup NAME in elaborate type specifier in scope according to
10717 SCOPE and issue diagnostics if necessary.
10718 Return *_TYPE node upon success, NULL_TREE when the NAME is not
10719 found, and ERROR_MARK_NODE for type error. */
10721 static tree
10722 lookup_and_check_tag (enum tag_types tag_code, tree name,
10723 tag_scope scope, bool template_header_p)
10725 tree t;
10726 tree decl;
10727 if (scope == ts_global)
10729 /* First try ordinary name lookup, ignoring hidden class name
10730 injected via friend declaration. */
10731 decl = lookup_name_prefer_type (name, 2);
10732 /* If that fails, the name will be placed in the smallest
10733 non-class, non-function-prototype scope according to 3.3.1/5.
10734 We may already have a hidden name declared as friend in this
10735 scope. So lookup again but not ignoring hidden names.
10736 If we find one, that name will be made visible rather than
10737 creating a new tag. */
10738 if (!decl)
10739 decl = lookup_type_scope (name, ts_within_enclosing_non_class);
10741 else
10742 decl = lookup_type_scope (name, scope);
10744 if (decl && DECL_CLASS_TEMPLATE_P (decl))
10745 decl = DECL_TEMPLATE_RESULT (decl);
10747 if (decl && TREE_CODE (decl) == TYPE_DECL)
10749 /* Look for invalid nested type:
10750 class C {
10751 class C {};
10752 }; */
10753 if (scope == ts_current && DECL_SELF_REFERENCE_P (decl))
10755 error ("%qD has the same name as the class in which it is "
10756 "declared",
10757 decl);
10758 return error_mark_node;
10761 /* Two cases we need to consider when deciding if a class
10762 template is allowed as an elaborated type specifier:
10763 1. It is a self reference to its own class.
10764 2. It comes with a template header.
10766 For example:
10768 template <class T> class C {
10769 class C *c1; // DECL_SELF_REFERENCE_P is true
10770 class D;
10772 template <class U> class C; // template_header_p is true
10773 template <class T> class C<T>::D {
10774 class C *c2; // DECL_SELF_REFERENCE_P is true
10775 }; */
10777 t = check_elaborated_type_specifier (tag_code,
10778 decl,
10779 template_header_p
10780 | DECL_SELF_REFERENCE_P (decl));
10781 return t;
10783 else if (decl && TREE_CODE (decl) == TREE_LIST)
10785 error ("reference to %qD is ambiguous", name);
10786 print_candidates (decl);
10787 return error_mark_node;
10789 else
10790 return NULL_TREE;
10793 /* Get the struct, enum or union (TAG_CODE says which) with tag NAME.
10794 Define the tag as a forward-reference if it is not defined.
10796 If a declaration is given, process it here, and report an error if
10797 multiple declarations are not identical.
10799 SCOPE is TS_CURRENT when this is also a definition. Only look in
10800 the current frame for the name (since C++ allows new names in any
10801 scope.) It is TS_WITHIN_ENCLOSING_NON_CLASS if this is a friend
10802 declaration. Only look beginning from the current scope outward up
10803 till the nearest non-class scope. Otherwise it is TS_GLOBAL.
10805 TEMPLATE_HEADER_P is true when this declaration is preceded by
10806 a set of template parameters. */
10808 tree
10809 xref_tag (enum tag_types tag_code, tree name,
10810 tag_scope scope, bool template_header_p)
10812 enum tree_code code;
10813 tree t;
10814 tree context = NULL_TREE;
10816 timevar_push (TV_NAME_LOOKUP);
10818 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
10820 switch (tag_code)
10822 case record_type:
10823 case class_type:
10824 code = RECORD_TYPE;
10825 break;
10826 case union_type:
10827 code = UNION_TYPE;
10828 break;
10829 case enum_type:
10830 code = ENUMERAL_TYPE;
10831 break;
10832 default:
10833 gcc_unreachable ();
10836 /* In case of anonymous name, xref_tag is only called to
10837 make type node and push name. Name lookup is not required. */
10838 if (ANON_AGGRNAME_P (name))
10839 t = NULL_TREE;
10840 else
10841 t = lookup_and_check_tag (tag_code, name,
10842 scope, template_header_p);
10844 if (t == error_mark_node)
10845 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
10847 if (scope != ts_current && t && current_class_type
10848 && template_class_depth (current_class_type)
10849 && template_header_p)
10851 /* Since SCOPE is not TS_CURRENT, we are not looking at a
10852 definition of this tag. Since, in addition, we are currently
10853 processing a (member) template declaration of a template
10854 class, we must be very careful; consider:
10856 template <class X>
10857 struct S1
10859 template <class U>
10860 struct S2
10861 { template <class V>
10862 friend struct S1; };
10864 Here, the S2::S1 declaration should not be confused with the
10865 outer declaration. In particular, the inner version should
10866 have a template parameter of level 2, not level 1. This
10867 would be particularly important if the member declaration
10868 were instead:
10870 template <class V = U> friend struct S1;
10872 say, when we should tsubst into `U' when instantiating
10873 S2. On the other hand, when presented with:
10875 template <class T>
10876 struct S1 {
10877 template <class U>
10878 struct S2 {};
10879 template <class U>
10880 friend struct S2;
10883 we must find the inner binding eventually. We
10884 accomplish this by making sure that the new type we
10885 create to represent this declaration has the right
10886 TYPE_CONTEXT. */
10887 context = TYPE_CONTEXT (t);
10888 t = NULL_TREE;
10891 if (! t)
10893 /* If no such tag is yet defined, create a forward-reference node
10894 and record it as the "definition".
10895 When a real declaration of this type is found,
10896 the forward-reference will be altered into a real type. */
10897 if (code == ENUMERAL_TYPE)
10899 error ("use of enum %q#D without previous declaration", name);
10900 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
10902 else
10904 t = make_class_type (code);
10905 TYPE_CONTEXT (t) = context;
10906 t = pushtag (name, t, scope);
10909 else
10911 if (template_header_p && MAYBE_CLASS_TYPE_P (t))
10913 if (!redeclare_class_template (t, current_template_parms))
10914 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
10916 else if (!processing_template_decl
10917 && CLASS_TYPE_P (t)
10918 && CLASSTYPE_IS_TEMPLATE (t))
10920 error ("redeclaration of %qT as a non-template", t);
10921 error ("previous declaration %q+D", t);
10922 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
10925 /* Make injected friend class visible. */
10926 if (scope != ts_within_enclosing_non_class
10927 && hidden_name_p (TYPE_NAME (t)))
10929 DECL_ANTICIPATED (TYPE_NAME (t)) = 0;
10930 DECL_FRIEND_P (TYPE_NAME (t)) = 0;
10932 if (TYPE_TEMPLATE_INFO (t))
10934 DECL_ANTICIPATED (TYPE_TI_TEMPLATE (t)) = 0;
10935 DECL_FRIEND_P (TYPE_TI_TEMPLATE (t)) = 0;
10940 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, t);
10943 tree
10944 xref_tag_from_type (tree old, tree id, tag_scope scope)
10946 enum tag_types tag_kind;
10948 if (TREE_CODE (old) == RECORD_TYPE)
10949 tag_kind = (CLASSTYPE_DECLARED_CLASS (old) ? class_type : record_type);
10950 else
10951 tag_kind = union_type;
10953 if (id == NULL_TREE)
10954 id = TYPE_IDENTIFIER (old);
10956 return xref_tag (tag_kind, id, scope, false);
10959 /* Create the binfo hierarchy for REF with (possibly NULL) base list
10960 BASE_LIST. For each element on BASE_LIST the TREE_PURPOSE is an
10961 access_* node, and the TREE_VALUE is the type of the base-class.
10962 Non-NULL TREE_TYPE indicates virtual inheritance.
10964 Returns true if the binfo hierarchy was successfully created,
10965 false if an error was detected. */
10967 bool
10968 xref_basetypes (tree ref, tree base_list)
10970 tree *basep;
10971 tree binfo, base_binfo;
10972 unsigned max_vbases = 0; /* Maximum direct & indirect virtual bases. */
10973 unsigned max_bases = 0; /* Maximum direct bases. */
10974 int i;
10975 tree default_access;
10976 tree igo_prev; /* Track Inheritance Graph Order. */
10978 if (ref == error_mark_node)
10979 return false;
10981 /* The base of a derived class is private by default, all others are
10982 public. */
10983 default_access = (TREE_CODE (ref) == RECORD_TYPE
10984 && CLASSTYPE_DECLARED_CLASS (ref)
10985 ? access_private_node : access_public_node);
10987 /* First, make sure that any templates in base-classes are
10988 instantiated. This ensures that if we call ourselves recursively
10989 we do not get confused about which classes are marked and which
10990 are not. */
10991 basep = &base_list;
10992 while (*basep)
10994 tree basetype = TREE_VALUE (*basep);
10996 if (!(processing_template_decl && uses_template_parms (basetype))
10997 && !complete_type_or_else (basetype, NULL))
10998 /* An incomplete type. Remove it from the list. */
10999 *basep = TREE_CHAIN (*basep);
11000 else
11002 max_bases++;
11003 if (TREE_TYPE (*basep))
11004 max_vbases++;
11005 if (CLASS_TYPE_P (basetype))
11006 max_vbases += VEC_length (tree, CLASSTYPE_VBASECLASSES (basetype));
11007 basep = &TREE_CHAIN (*basep);
11011 TYPE_MARKED_P (ref) = 1;
11013 /* The binfo slot should be empty, unless this is an (ill-formed)
11014 redefinition. */
11015 gcc_assert (!TYPE_BINFO (ref) || TYPE_SIZE (ref));
11016 gcc_assert (TYPE_MAIN_VARIANT (ref) == ref);
11018 binfo = make_tree_binfo (max_bases);
11020 TYPE_BINFO (ref) = binfo;
11021 BINFO_OFFSET (binfo) = size_zero_node;
11022 BINFO_TYPE (binfo) = ref;
11024 /* Apply base-class info set up to the variants of this type. */
11025 fixup_type_variants (ref);
11027 if (max_bases)
11029 BINFO_BASE_ACCESSES (binfo) = VEC_alloc (tree, gc, max_bases);
11030 /* An aggregate cannot have baseclasses. */
11031 CLASSTYPE_NON_AGGREGATE (ref) = 1;
11033 if (TREE_CODE (ref) == UNION_TYPE)
11035 error ("derived union %qT invalid", ref);
11036 return false;
11040 if (max_bases > 1)
11042 if (TYPE_FOR_JAVA (ref))
11044 error ("Java class %qT cannot have multiple bases", ref);
11045 return false;
11049 if (max_vbases)
11051 CLASSTYPE_VBASECLASSES (ref) = VEC_alloc (tree, gc, max_vbases);
11053 if (TYPE_FOR_JAVA (ref))
11055 error ("Java class %qT cannot have virtual bases", ref);
11056 return false;
11060 for (igo_prev = binfo; base_list; base_list = TREE_CHAIN (base_list))
11062 tree access = TREE_PURPOSE (base_list);
11063 int via_virtual = TREE_TYPE (base_list) != NULL_TREE;
11064 tree basetype = TREE_VALUE (base_list);
11066 if (access == access_default_node)
11067 access = default_access;
11069 if (PACK_EXPANSION_P (basetype))
11070 basetype = PACK_EXPANSION_PATTERN (basetype);
11071 if (TREE_CODE (basetype) == TYPE_DECL)
11072 basetype = TREE_TYPE (basetype);
11073 if (!MAYBE_CLASS_TYPE_P (basetype) || TREE_CODE (basetype) == UNION_TYPE)
11075 error ("base type %qT fails to be a struct or class type",
11076 basetype);
11077 return false;
11080 if (TYPE_FOR_JAVA (basetype) && (current_lang_depth () == 0))
11081 TYPE_FOR_JAVA (ref) = 1;
11083 base_binfo = NULL_TREE;
11084 if (CLASS_TYPE_P (basetype) && !dependent_type_p (basetype))
11086 base_binfo = TYPE_BINFO (basetype);
11087 /* The original basetype could have been a typedef'd type. */
11088 basetype = BINFO_TYPE (base_binfo);
11090 /* Inherit flags from the base. */
11091 TYPE_HAS_NEW_OPERATOR (ref)
11092 |= TYPE_HAS_NEW_OPERATOR (basetype);
11093 TYPE_HAS_ARRAY_NEW_OPERATOR (ref)
11094 |= TYPE_HAS_ARRAY_NEW_OPERATOR (basetype);
11095 TYPE_GETS_DELETE (ref) |= TYPE_GETS_DELETE (basetype);
11096 TYPE_HAS_CONVERSION (ref) |= TYPE_HAS_CONVERSION (basetype);
11097 CLASSTYPE_DIAMOND_SHAPED_P (ref)
11098 |= CLASSTYPE_DIAMOND_SHAPED_P (basetype);
11099 CLASSTYPE_REPEATED_BASE_P (ref)
11100 |= CLASSTYPE_REPEATED_BASE_P (basetype);
11103 /* We must do this test after we've seen through a typedef
11104 type. */
11105 if (TYPE_MARKED_P (basetype))
11107 if (basetype == ref)
11108 error ("recursive type %qT undefined", basetype);
11109 else
11110 error ("duplicate base type %qT invalid", basetype);
11111 return false;
11114 if (PACK_EXPANSION_P (TREE_VALUE (base_list)))
11115 /* Regenerate the pack expansion for the bases. */
11116 basetype = make_pack_expansion (basetype);
11118 TYPE_MARKED_P (basetype) = 1;
11120 base_binfo = copy_binfo (base_binfo, basetype, ref,
11121 &igo_prev, via_virtual);
11122 if (!BINFO_INHERITANCE_CHAIN (base_binfo))
11123 BINFO_INHERITANCE_CHAIN (base_binfo) = binfo;
11125 BINFO_BASE_APPEND (binfo, base_binfo);
11126 BINFO_BASE_ACCESS_APPEND (binfo, access);
11129 if (VEC_space (tree, CLASSTYPE_VBASECLASSES (ref), 1))
11130 /* If we have space in the vbase vector, we must have shared at
11131 least one of them, and are therefore diamond shaped. */
11132 CLASSTYPE_DIAMOND_SHAPED_P (ref) = 1;
11134 /* Unmark all the types. */
11135 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
11136 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
11137 TYPE_MARKED_P (ref) = 0;
11139 /* Now see if we have a repeated base type. */
11140 if (!CLASSTYPE_REPEATED_BASE_P (ref))
11142 for (base_binfo = binfo; base_binfo;
11143 base_binfo = TREE_CHAIN (base_binfo))
11145 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
11147 CLASSTYPE_REPEATED_BASE_P (ref) = 1;
11148 break;
11150 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 1;
11152 for (base_binfo = binfo; base_binfo;
11153 base_binfo = TREE_CHAIN (base_binfo))
11154 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
11155 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
11156 else
11157 break;
11160 return true;
11164 /* Begin compiling the definition of an enumeration type.
11165 NAME is its name,
11167 UNDERLYING_TYPE is the type that will be used as the storage for
11168 the enumeration type. This should be NULL_TREE if no storage type
11169 was specified.
11171 SCOPED_ENUM_P is true if this is a scoped enumeration type.
11173 Returns the type object, as yet incomplete.
11174 Also records info about it so that build_enumerator
11175 may be used to declare the individual values as they are read. */
11177 tree
11178 start_enum (tree name, tree underlying_type, bool scoped_enum_p)
11180 tree enumtype;
11182 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
11184 /* If this is the real definition for a previous forward reference,
11185 fill in the contents in the same object that used to be the
11186 forward reference. */
11188 enumtype = lookup_and_check_tag (enum_type, name,
11189 /*tag_scope=*/ts_current,
11190 /*template_header_p=*/false);
11192 if (enumtype != NULL_TREE && TREE_CODE (enumtype) == ENUMERAL_TYPE)
11194 error_at (input_location, "multiple definition of %q#T", enumtype);
11195 error_at (DECL_SOURCE_LOCATION (TYPE_MAIN_DECL (enumtype)),
11196 "previous definition here");
11197 /* Clear out TYPE_VALUES, and start again. */
11198 TYPE_VALUES (enumtype) = NULL_TREE;
11200 else
11202 /* In case of error, make a dummy enum to allow parsing to
11203 continue. */
11204 if (enumtype == error_mark_node)
11205 name = make_anon_name ();
11207 enumtype = cxx_make_type (ENUMERAL_TYPE);
11208 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
11211 if (enumtype == error_mark_node)
11212 return enumtype;
11214 if (scoped_enum_p)
11216 SET_SCOPED_ENUM_P (enumtype, 1);
11217 begin_scope (sk_scoped_enum, enumtype);
11219 /* [C++0x dcl.enum]p5:
11221 If not explicitly specified, the underlying type of a scoped
11222 enumeration type is int. */
11223 if (!underlying_type)
11224 underlying_type = integer_type_node;
11227 if (underlying_type)
11229 if (CP_INTEGRAL_TYPE_P (underlying_type))
11231 TYPE_MIN_VALUE (enumtype) = TYPE_MIN_VALUE (underlying_type);
11232 TYPE_MAX_VALUE (enumtype) = TYPE_MAX_VALUE (underlying_type);
11233 TYPE_SIZE (enumtype) = TYPE_SIZE (underlying_type);
11234 TYPE_SIZE_UNIT (enumtype) = TYPE_SIZE_UNIT (underlying_type);
11235 SET_TYPE_MODE (enumtype, TYPE_MODE (underlying_type));
11236 TYPE_PRECISION (enumtype) = TYPE_PRECISION (underlying_type);
11237 TYPE_ALIGN (enumtype) = TYPE_ALIGN (underlying_type);
11238 TYPE_USER_ALIGN (enumtype) = TYPE_USER_ALIGN (underlying_type);
11239 TYPE_UNSIGNED (enumtype) = TYPE_UNSIGNED (underlying_type);
11240 ENUM_UNDERLYING_TYPE (enumtype) = underlying_type;
11242 else if (!dependent_type_p (underlying_type))
11243 error ("underlying type %<%T%> of %<%T%> must be an integral type",
11244 underlying_type, enumtype);
11247 return enumtype;
11250 /* After processing and defining all the values of an enumeration type,
11251 install their decls in the enumeration type and finish it off.
11252 ENUMTYPE is the type object and VALUES a list of name-value pairs. */
11254 void
11255 finish_enum (tree enumtype)
11257 tree values;
11258 tree decl;
11259 tree minnode;
11260 tree maxnode;
11261 tree value;
11262 tree t;
11263 bool unsignedp;
11264 bool use_short_enum;
11265 int lowprec;
11266 int highprec;
11267 int precision;
11268 unsigned int itk;
11269 tree underlying_type = NULL_TREE;
11270 bool fixed_underlying_type_p
11271 = ENUM_UNDERLYING_TYPE (enumtype) != NULL_TREE;
11273 /* We built up the VALUES in reverse order. */
11274 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
11276 /* For an enum defined in a template, just set the type of the values;
11277 all further processing is postponed until the template is
11278 instantiated. We need to set the type so that tsubst of a CONST_DECL
11279 works. */
11280 if (processing_template_decl)
11282 for (values = TYPE_VALUES (enumtype);
11283 values;
11284 values = TREE_CHAIN (values))
11285 TREE_TYPE (TREE_VALUE (values)) = enumtype;
11286 if (at_function_scope_p ())
11287 add_stmt (build_min (TAG_DEFN, enumtype));
11288 if (SCOPED_ENUM_P (enumtype))
11289 finish_scope ();
11290 return;
11293 /* Determine the minimum and maximum values of the enumerators. */
11294 if (TYPE_VALUES (enumtype))
11296 minnode = maxnode = NULL_TREE;
11298 for (values = TYPE_VALUES (enumtype);
11299 values;
11300 values = TREE_CHAIN (values))
11302 decl = TREE_VALUE (values);
11304 /* [dcl.enum]: Following the closing brace of an enum-specifier,
11305 each enumerator has the type of its enumeration. Prior to the
11306 closing brace, the type of each enumerator is the type of its
11307 initializing value. */
11308 TREE_TYPE (decl) = enumtype;
11310 /* Update the minimum and maximum values, if appropriate. */
11311 value = DECL_INITIAL (decl);
11312 if (value == error_mark_node)
11313 value = integer_zero_node;
11314 /* Figure out what the minimum and maximum values of the
11315 enumerators are. */
11316 if (!minnode)
11317 minnode = maxnode = value;
11318 else if (tree_int_cst_lt (maxnode, value))
11319 maxnode = value;
11320 else if (tree_int_cst_lt (value, minnode))
11321 minnode = value;
11324 else
11325 /* [dcl.enum]
11327 If the enumerator-list is empty, the underlying type is as if
11328 the enumeration had a single enumerator with value 0. */
11329 minnode = maxnode = integer_zero_node;
11331 /* Compute the number of bits require to represent all values of the
11332 enumeration. We must do this before the type of MINNODE and
11333 MAXNODE are transformed, since tree_int_cst_min_precision relies
11334 on the TREE_TYPE of the value it is passed. */
11335 unsignedp = tree_int_cst_sgn (minnode) >= 0;
11336 lowprec = tree_int_cst_min_precision (minnode, unsignedp);
11337 highprec = tree_int_cst_min_precision (maxnode, unsignedp);
11338 precision = MAX (lowprec, highprec);
11340 if (!fixed_underlying_type_p)
11342 /* Determine the underlying type of the enumeration.
11344 [dcl.enum]
11346 The underlying type of an enumeration is an integral type that
11347 can represent all the enumerator values defined in the
11348 enumeration. It is implementation-defined which integral type is
11349 used as the underlying type for an enumeration except that the
11350 underlying type shall not be larger than int unless the value of
11351 an enumerator cannot fit in an int or unsigned int.
11353 We use "int" or an "unsigned int" as the underlying type, even if
11354 a smaller integral type would work, unless the user has
11355 explicitly requested that we use the smallest possible type. The
11356 user can request that for all enumerations with a command line
11357 flag, or for just one enumeration with an attribute. */
11359 use_short_enum = flag_short_enums
11360 || lookup_attribute ("packed", TYPE_ATTRIBUTES (enumtype));
11362 for (itk = (use_short_enum ? itk_char : itk_int);
11363 itk != itk_none;
11364 itk++)
11366 underlying_type = integer_types[itk];
11367 if (TYPE_PRECISION (underlying_type) >= precision
11368 && TYPE_UNSIGNED (underlying_type) == unsignedp)
11369 break;
11371 if (itk == itk_none)
11373 /* DR 377
11375 IF no integral type can represent all the enumerator values, the
11376 enumeration is ill-formed. */
11377 error ("no integral type can represent all of the enumerator values "
11378 "for %qT", enumtype);
11379 precision = TYPE_PRECISION (long_long_integer_type_node);
11380 underlying_type = integer_types[itk_unsigned_long_long];
11383 /* [dcl.enum]
11385 The value of sizeof() applied to an enumeration type, an object
11386 of an enumeration type, or an enumerator, is the value of sizeof()
11387 applied to the underlying type. */
11388 TYPE_SIZE (enumtype) = TYPE_SIZE (underlying_type);
11389 TYPE_SIZE_UNIT (enumtype) = TYPE_SIZE_UNIT (underlying_type);
11390 SET_TYPE_MODE (enumtype, TYPE_MODE (underlying_type));
11391 TYPE_ALIGN (enumtype) = TYPE_ALIGN (underlying_type);
11392 TYPE_USER_ALIGN (enumtype) = TYPE_USER_ALIGN (underlying_type);
11393 TYPE_UNSIGNED (enumtype) = TYPE_UNSIGNED (underlying_type);
11395 /* Set the underlying type of the enumeration type to the
11396 computed enumeration type, restricted to the enumerator
11397 values. */
11398 ENUM_UNDERLYING_TYPE (enumtype)
11399 = build_distinct_type_copy (underlying_type);
11400 set_min_and_max_values_for_integral_type
11401 (ENUM_UNDERLYING_TYPE (enumtype), precision, unsignedp);
11403 else
11404 underlying_type = ENUM_UNDERLYING_TYPE (enumtype);
11406 /* Compute the minimum and maximum values for the type.
11408 [dcl.enum]
11410 For an enumeration where emin is the smallest enumerator and emax
11411 is the largest, the values of the enumeration are the values of the
11412 underlying type in the range bmin to bmax, where bmin and bmax are,
11413 respectively, the smallest and largest values of the smallest bit-
11414 field that can store emin and emax. */
11416 /* The middle-end currently assumes that types with TYPE_PRECISION
11417 narrower than their underlying type are suitably zero or sign
11418 extended to fill their mode. g++ doesn't make these guarantees.
11419 Until the middle-end can represent such paradoxical types, we
11420 set the TYPE_PRECISION to the width of the underlying type. */
11421 TYPE_PRECISION (enumtype) = TYPE_PRECISION (underlying_type);
11423 set_min_and_max_values_for_integral_type (enumtype, precision, unsignedp);
11425 /* Convert each of the enumerators to the type of the underlying
11426 type of the enumeration. */
11427 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values))
11429 location_t saved_location;
11431 decl = TREE_VALUE (values);
11432 saved_location = input_location;
11433 input_location = DECL_SOURCE_LOCATION (decl);
11434 if (fixed_underlying_type_p)
11435 /* If the enumeration type has a fixed underlying type, we
11436 already checked all of the enumerator values. */
11437 value = DECL_INITIAL (decl);
11438 else
11439 value = perform_implicit_conversion (underlying_type,
11440 DECL_INITIAL (decl),
11441 tf_warning_or_error);
11442 input_location = saved_location;
11444 /* Do not clobber shared ints. */
11445 value = copy_node (value);
11447 TREE_TYPE (value) = enumtype;
11448 DECL_INITIAL (decl) = value;
11451 /* Fix up all variant types of this enum type. */
11452 for (t = TYPE_MAIN_VARIANT (enumtype); t; t = TYPE_NEXT_VARIANT (t))
11454 TYPE_VALUES (t) = TYPE_VALUES (enumtype);
11455 TYPE_MIN_VALUE (t) = TYPE_MIN_VALUE (enumtype);
11456 TYPE_MAX_VALUE (t) = TYPE_MAX_VALUE (enumtype);
11457 TYPE_SIZE (t) = TYPE_SIZE (enumtype);
11458 TYPE_SIZE_UNIT (t) = TYPE_SIZE_UNIT (enumtype);
11459 SET_TYPE_MODE (t, TYPE_MODE (enumtype));
11460 TYPE_PRECISION (t) = TYPE_PRECISION (enumtype);
11461 TYPE_ALIGN (t) = TYPE_ALIGN (enumtype);
11462 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (enumtype);
11463 TYPE_UNSIGNED (t) = TYPE_UNSIGNED (enumtype);
11464 ENUM_UNDERLYING_TYPE (t) = ENUM_UNDERLYING_TYPE (enumtype);
11467 /* Finish up the scope of a scoped enumeration. */
11468 if (SCOPED_ENUM_P (enumtype))
11469 finish_scope ();
11471 /* Finish debugging output for this type. */
11472 rest_of_type_compilation (enumtype, namespace_bindings_p ());
11475 /* Build and install a CONST_DECL for an enumeration constant of the
11476 enumeration type ENUMTYPE whose NAME and VALUE (if any) are provided.
11477 Assignment of sequential values by default is handled here. */
11479 void
11480 build_enumerator (tree name, tree value, tree enumtype)
11482 tree decl;
11483 tree context;
11484 tree type;
11486 /* If the VALUE was erroneous, pretend it wasn't there; that will
11487 result in the enum being assigned the next value in sequence. */
11488 if (value == error_mark_node)
11489 value = NULL_TREE;
11491 /* Remove no-op casts from the value. */
11492 if (value)
11493 STRIP_TYPE_NOPS (value);
11495 if (! processing_template_decl)
11497 /* Validate and default VALUE. */
11498 if (value != NULL_TREE)
11500 value = integral_constant_value (value);
11502 if (TREE_CODE (value) == INTEGER_CST)
11504 value = perform_integral_promotions (value);
11505 constant_expression_warning (value);
11507 else
11509 error ("enumerator value for %qD is not an integer constant", name);
11510 value = NULL_TREE;
11514 /* Default based on previous value. */
11515 if (value == NULL_TREE)
11517 if (TYPE_VALUES (enumtype))
11519 HOST_WIDE_INT hi;
11520 unsigned HOST_WIDE_INT lo;
11521 tree prev_value;
11522 bool overflowed;
11524 /* The next value is the previous value plus one.
11525 add_double doesn't know the type of the target expression,
11526 so we must check with int_fits_type_p as well. */
11527 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype)));
11528 if (error_operand_p (prev_value))
11529 value = error_mark_node;
11530 else
11532 overflowed = add_double (TREE_INT_CST_LOW (prev_value),
11533 TREE_INT_CST_HIGH (prev_value),
11534 1, 0, &lo, &hi);
11535 value = build_int_cst_wide (TREE_TYPE (prev_value), lo, hi);
11536 overflowed
11537 |= !int_fits_type_p (value, TREE_TYPE (prev_value));
11539 if (overflowed)
11541 error ("overflow in enumeration values at %qD", name);
11542 value = error_mark_node;
11546 else
11547 value = integer_zero_node;
11550 /* Remove no-op casts from the value. */
11551 STRIP_TYPE_NOPS (value);
11553 /* If the underlying type of the enum is fixed, check whether
11554 the enumerator values fits in the underlying type. If it
11555 does not fit, the program is ill-formed [C++0x dcl.enum]. */
11556 if (ENUM_UNDERLYING_TYPE (enumtype)
11557 && value
11558 && TREE_CODE (value) == INTEGER_CST
11559 && !int_fits_type_p (value, ENUM_UNDERLYING_TYPE (enumtype)))
11561 error ("enumerator value %E is too large for underlying type %<%T%>",
11562 value, ENUM_UNDERLYING_TYPE (enumtype));
11564 /* Silently convert the value so that we can continue. */
11565 value = perform_implicit_conversion (ENUM_UNDERLYING_TYPE (enumtype),
11566 value, tf_none);
11570 /* C++ associates enums with global, function, or class declarations. */
11571 context = current_scope ();
11573 /* Build the actual enumeration constant. Note that the enumeration
11574 constants have the underlying type of the enum (if it is fixed)
11575 or the type of their initializer (if the underlying type of the
11576 enum is not fixed):
11578 [ C++0x dcl.enum ]
11580 If the underlying type is fixed, the type of each enumerator
11581 prior to the closing brace is the underlying type; if the
11582 initializing value of an enumerator cannot be represented by
11583 the underlying type, the program is ill-formed. If the
11584 underlying type is not fixed, the type of each enumerator is
11585 the type of its initializing value.
11587 If the underlying type is not fixed, it will be computed by
11588 finish_enum and we will reset the type of this enumerator. Of
11589 course, if we're processing a template, there may be no value. */
11590 type = value ? TREE_TYPE (value) : NULL_TREE;
11592 if (context && context == current_class_type)
11593 /* This enum declaration is local to the class. We need the full
11594 lang_decl so that we can record DECL_CLASS_CONTEXT, for example. */
11595 decl = build_lang_decl (CONST_DECL, name, type);
11596 else
11597 /* It's a global enum, or it's local to a function. (Note local to
11598 a function could mean local to a class method. */
11599 decl = build_decl (input_location, CONST_DECL, name, type);
11601 DECL_CONTEXT (decl) = FROB_CONTEXT (context);
11602 TREE_CONSTANT (decl) = 1;
11603 TREE_READONLY (decl) = 1;
11604 DECL_INITIAL (decl) = value;
11606 if (context && context == current_class_type && !SCOPED_ENUM_P (enumtype))
11607 /* In something like `struct S { enum E { i = 7 }; };' we put `i'
11608 on the TYPE_FIELDS list for `S'. (That's so that you can say
11609 things like `S::i' later.) */
11610 finish_member_declaration (decl);
11611 else
11612 pushdecl (decl);
11614 /* Add this enumeration constant to the list for this type. */
11615 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype));
11618 /* Look for an enumerator with the given NAME within the enumeration
11619 type ENUMTYPE. This routine is used primarily for qualified name
11620 lookup into an enumerator in C++0x, e.g.,
11622 enum class Color { Red, Green, Blue };
11624 Color color = Color::Red;
11626 Returns the value corresponding to the enumerator, or
11627 NULL_TREE if no such enumerator was found. */
11628 tree
11629 lookup_enumerator (tree enumtype, tree name)
11631 tree e;
11632 gcc_assert (enumtype && TREE_CODE (enumtype) == ENUMERAL_TYPE);
11634 e = purpose_member (name, TYPE_VALUES (enumtype));
11635 return e? TREE_VALUE (e) : NULL_TREE;
11639 /* We're defining DECL. Make sure that its type is OK. Return TRUE
11640 if its type is changed to void. */
11642 static bool
11643 check_function_type (tree decl, tree current_function_parms)
11645 tree fntype = TREE_TYPE (decl);
11646 tree return_type = complete_type (TREE_TYPE (fntype));
11648 /* In a function definition, arg types must be complete. */
11649 require_complete_types_for_parms (current_function_parms);
11651 /* constexpr functions must have literal argument types and
11652 literal return type. */
11653 validate_constexpr_fundecl (decl);
11655 if (dependent_type_p (return_type))
11656 return false;
11657 if (!COMPLETE_OR_VOID_TYPE_P (return_type)
11658 || (TYPE_FOR_JAVA (return_type) && MAYBE_CLASS_TYPE_P (return_type)))
11660 tree args = TYPE_ARG_TYPES (fntype);
11662 if (!COMPLETE_OR_VOID_TYPE_P (return_type))
11663 error ("return type %q#T is incomplete", return_type);
11664 else
11665 error ("return type has Java class type %q#T", return_type);
11667 /* Make it return void instead. */
11668 if (TREE_CODE (fntype) == METHOD_TYPE)
11669 fntype = build_method_type_directly (TREE_TYPE (TREE_VALUE (args)),
11670 void_type_node,
11671 TREE_CHAIN (args));
11672 else
11673 fntype = build_function_type (void_type_node, args);
11674 fntype
11675 = build_exception_variant (fntype,
11676 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (decl)));
11677 fntype = (cp_build_type_attribute_variant
11678 (fntype, TYPE_ATTRIBUTES (TREE_TYPE (decl))));
11679 TREE_TYPE (decl) = fntype;
11680 return true;
11682 else
11684 abstract_virtuals_error (decl, TREE_TYPE (fntype));
11685 return false;
11689 /* Create the FUNCTION_DECL for a function definition.
11690 DECLSPECS and DECLARATOR are the parts of the declaration;
11691 they describe the function's name and the type it returns,
11692 but twisted together in a fashion that parallels the syntax of C.
11694 FLAGS is a bitwise or of SF_PRE_PARSED (indicating that the
11695 DECLARATOR is really the DECL for the function we are about to
11696 process and that DECLSPECS should be ignored), SF_INCLASS_INLINE
11697 indicating that the function is an inline defined in-class.
11699 This function creates a binding context for the function body
11700 as well as setting up the FUNCTION_DECL in current_function_decl.
11702 For C++, we must first check whether that datum makes any sense.
11703 For example, "class A local_a(1,2);" means that variable local_a
11704 is an aggregate of type A, which should have a constructor
11705 applied to it with the argument list [1, 2].
11707 On entry, DECL_INITIAL (decl1) should be NULL_TREE or error_mark_node,
11708 or may be a BLOCK if the function has been defined previously
11709 in this translation unit. On exit, DECL_INITIAL (decl1) will be
11710 error_mark_node if the function has never been defined, or
11711 a BLOCK if the function has been defined somewhere. */
11713 void
11714 start_preparsed_function (tree decl1, tree attrs, int flags)
11716 tree ctype = NULL_TREE;
11717 tree fntype;
11718 tree restype;
11719 int doing_friend = 0;
11720 struct cp_binding_level *bl;
11721 tree current_function_parms;
11722 struct c_fileinfo *finfo
11723 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1)));
11724 bool honor_interface;
11726 /* Sanity check. */
11727 gcc_assert (TREE_CODE (TREE_VALUE (void_list_node)) == VOID_TYPE);
11728 gcc_assert (TREE_CHAIN (void_list_node) == NULL_TREE);
11730 fntype = TREE_TYPE (decl1);
11731 if (TREE_CODE (fntype) == METHOD_TYPE)
11732 ctype = TYPE_METHOD_BASETYPE (fntype);
11734 /* ISO C++ 11.4/5. A friend function defined in a class is in
11735 the (lexical) scope of the class in which it is defined. */
11736 if (!ctype && DECL_FRIEND_P (decl1))
11738 ctype = DECL_FRIEND_CONTEXT (decl1);
11740 /* CTYPE could be null here if we're dealing with a template;
11741 for example, `inline friend float foo()' inside a template
11742 will have no CTYPE set. */
11743 if (ctype && TREE_CODE (ctype) != RECORD_TYPE)
11744 ctype = NULL_TREE;
11745 else
11746 doing_friend = 1;
11749 if (DECL_DECLARED_INLINE_P (decl1)
11750 && lookup_attribute ("noinline", attrs))
11751 warning (0, "inline function %q+D given attribute noinline", decl1);
11753 /* Handle gnu_inline attribute. */
11754 if (GNU_INLINE_P (decl1))
11756 DECL_EXTERNAL (decl1) = 1;
11757 DECL_NOT_REALLY_EXTERN (decl1) = 0;
11758 DECL_INTERFACE_KNOWN (decl1) = 1;
11759 DECL_DISREGARD_INLINE_LIMITS (decl1) = 1;
11762 if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (decl1))
11763 /* This is a constructor, we must ensure that any default args
11764 introduced by this definition are propagated to the clones
11765 now. The clones are used directly in overload resolution. */
11766 adjust_clone_args (decl1);
11768 /* Sometimes we don't notice that a function is a static member, and
11769 build a METHOD_TYPE for it. Fix that up now. */
11770 if (ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1)
11771 && TREE_CODE (TREE_TYPE (decl1)) == METHOD_TYPE)
11773 revert_static_member_fn (decl1);
11774 ctype = NULL_TREE;
11777 /* Set up current_class_type, and enter the scope of the class, if
11778 appropriate. */
11779 if (ctype)
11780 push_nested_class (ctype);
11781 else if (DECL_STATIC_FUNCTION_P (decl1))
11782 push_nested_class (DECL_CONTEXT (decl1));
11784 /* Now that we have entered the scope of the class, we must restore
11785 the bindings for any template parameters surrounding DECL1, if it
11786 is an inline member template. (Order is important; consider the
11787 case where a template parameter has the same name as a field of
11788 the class.) It is not until after this point that
11789 PROCESSING_TEMPLATE_DECL is guaranteed to be set up correctly. */
11790 if (flags & SF_INCLASS_INLINE)
11791 maybe_begin_member_template_processing (decl1);
11793 /* Effective C++ rule 15. */
11794 if (warn_ecpp
11795 && DECL_OVERLOADED_OPERATOR_P (decl1) == NOP_EXPR
11796 && TREE_CODE (TREE_TYPE (fntype)) == VOID_TYPE)
11797 warning (OPT_Weffc__, "%<operator=%> should return a reference to %<*this%>");
11799 /* Make the init_value nonzero so pushdecl knows this is not tentative.
11800 error_mark_node is replaced below (in poplevel) with the BLOCK. */
11801 if (!DECL_INITIAL (decl1))
11802 DECL_INITIAL (decl1) = error_mark_node;
11804 /* This function exists in static storage.
11805 (This does not mean `static' in the C sense!) */
11806 TREE_STATIC (decl1) = 1;
11808 /* We must call push_template_decl after current_class_type is set
11809 up. (If we are processing inline definitions after exiting a
11810 class scope, current_class_type will be NULL_TREE until set above
11811 by push_nested_class.) */
11812 if (processing_template_decl)
11814 /* FIXME: Handle error_mark_node more gracefully. */
11815 tree newdecl1 = push_template_decl (decl1);
11816 if (newdecl1 != error_mark_node)
11817 decl1 = newdecl1;
11820 /* We are now in the scope of the function being defined. */
11821 current_function_decl = decl1;
11823 /* Save the parm names or decls from this function's declarator
11824 where store_parm_decls will find them. */
11825 current_function_parms = DECL_ARGUMENTS (decl1);
11827 /* Make sure the parameter and return types are reasonable. When
11828 you declare a function, these types can be incomplete, but they
11829 must be complete when you define the function.
11831 Use function_return_type to build the return declaration for the
11832 function if FNTYPE isn't changed to void. */
11833 if (check_function_type (decl1, current_function_parms))
11834 restype = TREE_TYPE (fntype);
11835 else
11836 restype = function_return_type (decl1);
11837 if (DECL_RESULT (decl1) == NULL_TREE)
11839 tree resdecl;
11841 resdecl = build_decl (input_location, RESULT_DECL, 0, restype);
11842 DECL_ARTIFICIAL (resdecl) = 1;
11843 DECL_IGNORED_P (resdecl) = 1;
11844 DECL_RESULT (decl1) = resdecl;
11846 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
11849 /* Let the user know we're compiling this function. */
11850 announce_function (decl1);
11852 /* Record the decl so that the function name is defined.
11853 If we already have a decl for this name, and it is a FUNCTION_DECL,
11854 use the old decl. */
11855 if (!processing_template_decl && !(flags & SF_PRE_PARSED))
11857 /* A specialization is not used to guide overload resolution. */
11858 if (!DECL_FUNCTION_MEMBER_P (decl1)
11859 && !(DECL_USE_TEMPLATE (decl1) &&
11860 PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl1))))
11862 tree olddecl = pushdecl (decl1);
11864 if (olddecl == error_mark_node)
11865 /* If something went wrong when registering the declaration,
11866 use DECL1; we have to have a FUNCTION_DECL to use when
11867 parsing the body of the function. */
11869 else
11871 /* Otherwise, OLDDECL is either a previous declaration
11872 of the same function or DECL1 itself. */
11874 if (warn_missing_declarations
11875 && olddecl == decl1
11876 && !DECL_MAIN_P (decl1)
11877 && TREE_PUBLIC (decl1)
11878 && !DECL_DECLARED_INLINE_P (decl1))
11880 tree context;
11882 /* Check whether DECL1 is in an anonymous
11883 namespace. */
11884 for (context = DECL_CONTEXT (decl1);
11885 context;
11886 context = DECL_CONTEXT (context))
11888 if (TREE_CODE (context) == NAMESPACE_DECL
11889 && DECL_NAME (context) == NULL_TREE)
11890 break;
11893 if (context == NULL)
11894 warning (OPT_Wmissing_declarations,
11895 "no previous declaration for %q+D", decl1);
11898 decl1 = olddecl;
11901 else
11903 /* We need to set the DECL_CONTEXT. */
11904 if (!DECL_CONTEXT (decl1) && DECL_TEMPLATE_INFO (decl1))
11905 DECL_CONTEXT (decl1) = DECL_CONTEXT (DECL_TI_TEMPLATE (decl1));
11907 fntype = TREE_TYPE (decl1);
11909 /* If #pragma weak applies, mark the decl appropriately now.
11910 The pragma only applies to global functions. Because
11911 determining whether or not the #pragma applies involves
11912 computing the mangled name for the declaration, we cannot
11913 apply the pragma until after we have merged this declaration
11914 with any previous declarations; if the original declaration
11915 has a linkage specification, that specification applies to
11916 the definition as well, and may affect the mangled name. */
11917 if (!DECL_CONTEXT (decl1))
11918 maybe_apply_pragma_weak (decl1);
11921 /* Reset this in case the call to pushdecl changed it. */
11922 current_function_decl = decl1;
11924 gcc_assert (DECL_INITIAL (decl1));
11926 /* This function may already have been parsed, in which case just
11927 return; our caller will skip over the body without parsing. */
11928 if (DECL_INITIAL (decl1) != error_mark_node)
11929 return;
11931 /* Initialize RTL machinery. We cannot do this until
11932 CURRENT_FUNCTION_DECL and DECL_RESULT are set up. We do this
11933 even when processing a template; this is how we get
11934 CFUN set up, and our per-function variables initialized.
11935 FIXME factor out the non-RTL stuff. */
11936 bl = current_binding_level;
11937 allocate_struct_function (decl1, processing_template_decl);
11939 /* Initialize the language data structures. Whenever we start
11940 a new function, we destroy temporaries in the usual way. */
11941 cfun->language = GGC_CNEW (struct language_function);
11942 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
11943 current_binding_level = bl;
11945 /* Even though we're inside a function body, we still don't want to
11946 call expand_expr to calculate the size of a variable-sized array.
11947 We haven't necessarily assigned RTL to all variables yet, so it's
11948 not safe to try to expand expressions involving them. */
11949 cfun->dont_save_pending_sizes_p = 1;
11951 /* Start the statement-tree, start the tree now. */
11952 DECL_SAVED_TREE (decl1) = push_stmt_list ();
11954 /* If we are (erroneously) defining a function that we have already
11955 defined before, wipe out what we knew before. */
11956 if (!DECL_PENDING_INLINE_P (decl1))
11957 DECL_SAVED_FUNCTION_DATA (decl1) = NULL;
11959 if (ctype && !doing_friend && !DECL_STATIC_FUNCTION_P (decl1))
11961 /* We know that this was set up by `grokclassfn'. We do not
11962 wait until `store_parm_decls', since evil parse errors may
11963 never get us to that point. Here we keep the consistency
11964 between `current_class_type' and `current_class_ptr'. */
11965 tree t = DECL_ARGUMENTS (decl1);
11967 gcc_assert (t != NULL_TREE && TREE_CODE (t) == PARM_DECL);
11968 gcc_assert (TREE_CODE (TREE_TYPE (t)) == POINTER_TYPE);
11970 cp_function_chain->x_current_class_ref
11971 = cp_build_indirect_ref (t, RO_NULL, tf_warning_or_error);
11972 cp_function_chain->x_current_class_ptr = t;
11974 /* Constructors and destructors need to know whether they're "in
11975 charge" of initializing virtual base classes. */
11976 t = TREE_CHAIN (t);
11977 if (DECL_HAS_IN_CHARGE_PARM_P (decl1))
11979 current_in_charge_parm = t;
11980 t = TREE_CHAIN (t);
11982 if (DECL_HAS_VTT_PARM_P (decl1))
11984 gcc_assert (DECL_NAME (t) == vtt_parm_identifier);
11985 current_vtt_parm = t;
11989 honor_interface = (!DECL_TEMPLATE_INSTANTIATION (decl1)
11990 /* Implicitly-defined methods (like the
11991 destructor for a class in which no destructor
11992 is explicitly declared) must not be defined
11993 until their definition is needed. So, we
11994 ignore interface specifications for
11995 compiler-generated functions. */
11996 && !DECL_ARTIFICIAL (decl1));
11998 if (DECL_INTERFACE_KNOWN (decl1))
12000 tree ctx = decl_function_context (decl1);
12002 if (DECL_NOT_REALLY_EXTERN (decl1))
12003 DECL_EXTERNAL (decl1) = 0;
12005 if (ctx != NULL_TREE && DECL_DECLARED_INLINE_P (ctx)
12006 && TREE_PUBLIC (ctx))
12007 /* This is a function in a local class in an extern inline
12008 function. */
12009 comdat_linkage (decl1);
12011 /* If this function belongs to an interface, it is public.
12012 If it belongs to someone else's interface, it is also external.
12013 This only affects inlines and template instantiations. */
12014 else if (!finfo->interface_unknown && honor_interface)
12016 if (DECL_DECLARED_INLINE_P (decl1)
12017 || DECL_TEMPLATE_INSTANTIATION (decl1)
12018 || processing_template_decl)
12020 DECL_EXTERNAL (decl1)
12021 = (finfo->interface_only
12022 || (DECL_DECLARED_INLINE_P (decl1)
12023 && ! flag_implement_inlines
12024 && !DECL_VINDEX (decl1)));
12026 /* For WIN32 we also want to put these in linkonce sections. */
12027 maybe_make_one_only (decl1);
12029 else
12030 DECL_EXTERNAL (decl1) = 0;
12031 DECL_INTERFACE_KNOWN (decl1) = 1;
12032 /* If this function is in an interface implemented in this file,
12033 make sure that the back end knows to emit this function
12034 here. */
12035 if (!DECL_EXTERNAL (decl1))
12036 mark_needed (decl1);
12038 else if (finfo->interface_unknown && finfo->interface_only
12039 && honor_interface)
12041 /* If MULTIPLE_SYMBOL_SPACES is defined and we saw a #pragma
12042 interface, we will have both finfo->interface_unknown and
12043 finfo->interface_only set. In that case, we don't want to
12044 use the normal heuristics because someone will supply a
12045 #pragma implementation elsewhere, and deducing it here would
12046 produce a conflict. */
12047 comdat_linkage (decl1);
12048 DECL_EXTERNAL (decl1) = 0;
12049 DECL_INTERFACE_KNOWN (decl1) = 1;
12050 DECL_DEFER_OUTPUT (decl1) = 1;
12052 else
12054 /* This is a definition, not a reference.
12055 So clear DECL_EXTERNAL, unless this is a GNU extern inline. */
12056 if (!GNU_INLINE_P (decl1))
12057 DECL_EXTERNAL (decl1) = 0;
12059 if ((DECL_DECLARED_INLINE_P (decl1)
12060 || DECL_TEMPLATE_INSTANTIATION (decl1))
12061 && ! DECL_INTERFACE_KNOWN (decl1)
12062 /* Don't try to defer nested functions for now. */
12063 && ! decl_function_context (decl1))
12064 DECL_DEFER_OUTPUT (decl1) = 1;
12065 else
12066 DECL_INTERFACE_KNOWN (decl1) = 1;
12069 /* Determine the ELF visibility attribute for the function. We must not
12070 do this before calling "pushdecl", as we must allow "duplicate_decls"
12071 to merge any attributes appropriately. We also need to wait until
12072 linkage is set. */
12073 if (!DECL_CLONED_FUNCTION_P (decl1))
12074 determine_visibility (decl1);
12076 begin_scope (sk_function_parms, decl1);
12078 ++function_depth;
12080 if (DECL_DESTRUCTOR_P (decl1)
12081 || (DECL_CONSTRUCTOR_P (decl1)
12082 && targetm.cxx.cdtor_returns_this ()))
12084 cdtor_label = build_decl (input_location,
12085 LABEL_DECL, NULL_TREE, NULL_TREE);
12086 DECL_CONTEXT (cdtor_label) = current_function_decl;
12089 start_fname_decls ();
12091 store_parm_decls (current_function_parms);
12095 /* Like start_preparsed_function, except that instead of a
12096 FUNCTION_DECL, this function takes DECLSPECS and DECLARATOR.
12098 Returns 1 on success. If the DECLARATOR is not suitable for a function
12099 (it defines a datum instead), we return 0, which tells
12100 yyparse to report a parse error. */
12103 start_function (cp_decl_specifier_seq *declspecs,
12104 const cp_declarator *declarator,
12105 tree attrs)
12107 tree decl1;
12109 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, 1, &attrs);
12110 if (decl1 == error_mark_node)
12111 return 0;
12112 /* If the declarator is not suitable for a function definition,
12113 cause a syntax error. */
12114 if (decl1 == NULL_TREE || TREE_CODE (decl1) != FUNCTION_DECL)
12116 error ("invalid function declaration");
12117 return 0;
12120 if (DECL_MAIN_P (decl1))
12121 /* main must return int. grokfndecl should have corrected it
12122 (and issued a diagnostic) if the user got it wrong. */
12123 gcc_assert (same_type_p (TREE_TYPE (TREE_TYPE (decl1)),
12124 integer_type_node));
12126 start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT);
12128 return 1;
12131 /* Returns true iff an EH_SPEC_BLOCK should be created in the body of
12132 FN. */
12134 static bool
12135 use_eh_spec_block (tree fn)
12137 return (flag_exceptions && flag_enforce_eh_specs
12138 && !processing_template_decl
12139 && TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn))
12140 /* We insert the EH_SPEC_BLOCK only in the original
12141 function; then, it is copied automatically to the
12142 clones. */
12143 && !DECL_CLONED_FUNCTION_P (fn)
12144 /* Implicitly-generated constructors and destructors have
12145 exception specifications. However, those specifications
12146 are the union of the possible exceptions specified by the
12147 constructors/destructors for bases and members, so no
12148 unallowed exception will ever reach this function. By
12149 not creating the EH_SPEC_BLOCK we save a little memory,
12150 and we avoid spurious warnings about unreachable
12151 code. */
12152 && !DECL_ARTIFICIAL (fn));
12155 /* Store the parameter declarations into the current function declaration.
12156 This is called after parsing the parameter declarations, before
12157 digesting the body of the function.
12159 Also install to binding contour return value identifier, if any. */
12161 static void
12162 store_parm_decls (tree current_function_parms)
12164 tree fndecl = current_function_decl;
12165 tree parm;
12167 /* This is a chain of any other decls that came in among the parm
12168 declarations. If a parm is declared with enum {foo, bar} x;
12169 then CONST_DECLs for foo and bar are put here. */
12170 tree nonparms = NULL_TREE;
12172 if (current_function_parms)
12174 /* This case is when the function was defined with an ANSI prototype.
12175 The parms already have decls, so we need not do anything here
12176 except record them as in effect
12177 and complain if any redundant old-style parm decls were written. */
12179 tree specparms = current_function_parms;
12180 tree next;
12182 /* Must clear this because it might contain TYPE_DECLs declared
12183 at class level. */
12184 current_binding_level->names = NULL;
12186 /* If we're doing semantic analysis, then we'll call pushdecl
12187 for each of these. We must do them in reverse order so that
12188 they end in the correct forward order. */
12189 specparms = nreverse (specparms);
12191 for (parm = specparms; parm; parm = next)
12193 next = TREE_CHAIN (parm);
12194 if (TREE_CODE (parm) == PARM_DECL)
12196 if (DECL_NAME (parm) == NULL_TREE
12197 || TREE_CODE (parm) != VOID_TYPE)
12198 pushdecl (parm);
12199 else
12200 error ("parameter %qD declared void", parm);
12202 else
12204 /* If we find an enum constant or a type tag,
12205 put it aside for the moment. */
12206 TREE_CHAIN (parm) = NULL_TREE;
12207 nonparms = chainon (nonparms, parm);
12211 /* Get the decls in their original chain order and record in the
12212 function. This is all and only the PARM_DECLs that were
12213 pushed into scope by the loop above. */
12214 DECL_ARGUMENTS (fndecl) = getdecls ();
12216 else
12217 DECL_ARGUMENTS (fndecl) = NULL_TREE;
12219 /* Now store the final chain of decls for the arguments
12220 as the decl-chain of the current lexical scope.
12221 Put the enumerators in as well, at the front so that
12222 DECL_ARGUMENTS is not modified. */
12223 current_binding_level->names = chainon (nonparms, DECL_ARGUMENTS (fndecl));
12225 if (use_eh_spec_block (current_function_decl))
12226 current_eh_spec_block = begin_eh_spec_block ();
12230 /* We have finished doing semantic analysis on DECL, but have not yet
12231 generated RTL for its body. Save away our current state, so that
12232 when we want to generate RTL later we know what to do. */
12234 static void
12235 save_function_data (tree decl)
12237 struct language_function *f;
12239 /* Save the language-specific per-function data so that we can
12240 get it back when we really expand this function. */
12241 gcc_assert (!DECL_PENDING_INLINE_P (decl));
12243 /* Make a copy. */
12244 f = GGC_NEW (struct language_function);
12245 memcpy (f, cp_function_chain, sizeof (struct language_function));
12246 DECL_SAVED_FUNCTION_DATA (decl) = f;
12248 /* Clear out the bits we don't need. */
12249 f->base.x_stmt_tree.x_cur_stmt_list = NULL_TREE;
12250 f->bindings = NULL;
12251 f->x_local_names = NULL;
12255 /* Set the return value of the constructor (if present). */
12257 static void
12258 finish_constructor_body (void)
12260 tree val;
12261 tree exprstmt;
12263 if (targetm.cxx.cdtor_returns_this ()
12264 && (! TYPE_FOR_JAVA (current_class_type)))
12266 /* Any return from a constructor will end up here. */
12267 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
12269 val = DECL_ARGUMENTS (current_function_decl);
12270 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
12271 DECL_RESULT (current_function_decl), val);
12272 /* Return the address of the object. */
12273 exprstmt = build_stmt (input_location, RETURN_EXPR, val);
12274 add_stmt (exprstmt);
12278 /* Do all the processing for the beginning of a destructor; set up the
12279 vtable pointers and cleanups for bases and members. */
12281 static void
12282 begin_destructor_body (void)
12284 tree compound_stmt;
12286 /* If the CURRENT_CLASS_TYPE is incomplete, we will have already
12287 issued an error message. We still want to try to process the
12288 body of the function, but initialize_vtbl_ptrs will crash if
12289 TYPE_BINFO is NULL. */
12290 if (COMPLETE_TYPE_P (current_class_type))
12292 compound_stmt = begin_compound_stmt (0);
12293 /* Make all virtual function table pointers in non-virtual base
12294 classes point to CURRENT_CLASS_TYPE's virtual function
12295 tables. */
12296 initialize_vtbl_ptrs (current_class_ptr);
12297 finish_compound_stmt (compound_stmt);
12299 /* And insert cleanups for our bases and members so that they
12300 will be properly destroyed if we throw. */
12301 push_base_cleanups ();
12305 /* At the end of every destructor we generate code to delete the object if
12306 necessary. Do that now. */
12308 static void
12309 finish_destructor_body (void)
12311 tree exprstmt;
12313 /* Any return from a destructor will end up here; that way all base
12314 and member cleanups will be run when the function returns. */
12315 add_stmt (build_stmt (input_location, LABEL_EXPR, cdtor_label));
12317 /* In a virtual destructor, we must call delete. */
12318 if (DECL_VIRTUAL_P (current_function_decl))
12320 tree if_stmt;
12321 tree virtual_size = cxx_sizeof (current_class_type);
12323 /* [class.dtor]
12325 At the point of definition of a virtual destructor (including
12326 an implicit definition), non-placement operator delete shall
12327 be looked up in the scope of the destructor's class and if
12328 found shall be accessible and unambiguous. */
12329 exprstmt = build_op_delete_call(DELETE_EXPR, current_class_ptr,
12330 virtual_size,
12331 /*global_p=*/false,
12332 /*placement=*/NULL_TREE,
12333 /*alloc_fn=*/NULL_TREE);
12335 if_stmt = begin_if_stmt ();
12336 finish_if_stmt_cond (build2 (BIT_AND_EXPR, integer_type_node,
12337 current_in_charge_parm,
12338 integer_one_node),
12339 if_stmt);
12340 finish_expr_stmt (exprstmt);
12341 finish_then_clause (if_stmt);
12342 finish_if_stmt (if_stmt);
12345 if (targetm.cxx.cdtor_returns_this ())
12347 tree val;
12349 val = DECL_ARGUMENTS (current_function_decl);
12350 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
12351 DECL_RESULT (current_function_decl), val);
12352 /* Return the address of the object. */
12353 exprstmt = build_stmt (input_location, RETURN_EXPR, val);
12354 add_stmt (exprstmt);
12358 /* Do the necessary processing for the beginning of a function body, which
12359 in this case includes member-initializers, but not the catch clauses of
12360 a function-try-block. Currently, this means opening a binding level
12361 for the member-initializers (in a ctor) and member cleanups (in a dtor). */
12363 tree
12364 begin_function_body (void)
12366 tree stmt;
12368 if (! FUNCTION_NEEDS_BODY_BLOCK (current_function_decl))
12369 return NULL_TREE;
12371 if (processing_template_decl)
12372 /* Do nothing now. */;
12373 else
12374 /* Always keep the BLOCK node associated with the outermost pair of
12375 curly braces of a function. These are needed for correct
12376 operation of dwarfout.c. */
12377 keep_next_level (true);
12379 stmt = begin_compound_stmt (BCS_FN_BODY);
12381 if (processing_template_decl)
12382 /* Do nothing now. */;
12383 else if (DECL_DESTRUCTOR_P (current_function_decl))
12384 begin_destructor_body ();
12386 return stmt;
12389 /* Do the processing for the end of a function body. Currently, this means
12390 closing out the cleanups for fully-constructed bases and members, and in
12391 the case of the destructor, deleting the object if desired. Again, this
12392 is only meaningful for [cd]tors, since they are the only functions where
12393 there is a significant distinction between the main body and any
12394 function catch clauses. Handling, say, main() return semantics here
12395 would be wrong, as flowing off the end of a function catch clause for
12396 main() would also need to return 0. */
12398 void
12399 finish_function_body (tree compstmt)
12401 if (compstmt == NULL_TREE)
12402 return;
12404 /* Close the block. */
12405 finish_compound_stmt (compstmt);
12407 if (processing_template_decl)
12408 /* Do nothing now. */;
12409 else if (DECL_CONSTRUCTOR_P (current_function_decl))
12410 finish_constructor_body ();
12411 else if (DECL_DESTRUCTOR_P (current_function_decl))
12412 finish_destructor_body ();
12415 /* Given a function, returns the BLOCK corresponding to the outermost level
12416 of curly braces, skipping the artificial block created for constructor
12417 initializers. */
12419 tree
12420 outer_curly_brace_block (tree fndecl)
12422 tree block = BLOCK_SUBBLOCKS (DECL_INITIAL (fndecl));
12423 if (FUNCTION_NEEDS_BODY_BLOCK (current_function_decl))
12424 /* Skip the artificial function body block. */
12425 block = BLOCK_SUBBLOCKS (block);
12426 return block;
12429 /* Finish up a function declaration and compile that function
12430 all the way to assembler language output. The free the storage
12431 for the function definition.
12433 FLAGS is a bitwise or of the following values:
12434 2 - INCLASS_INLINE
12435 We just finished processing the body of an in-class inline
12436 function definition. (This processing will have taken place
12437 after the class definition is complete.) */
12439 tree
12440 finish_function (int flags)
12442 tree fndecl = current_function_decl;
12443 tree restype, ctype = NULL_TREE;
12444 int inclass_inline = (flags & 2) != 0;
12445 int nested;
12447 /* When we get some parse errors, we can end up without a
12448 current_function_decl, so cope. */
12449 if (fndecl == NULL_TREE)
12450 return error_mark_node;
12452 gcc_assert (!defer_mark_used_calls);
12453 defer_mark_used_calls = true;
12455 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (fndecl)
12456 && DECL_VIRTUAL_P (fndecl)
12457 && !processing_template_decl)
12459 tree fnclass = DECL_CONTEXT (fndecl);
12460 if (fndecl == CLASSTYPE_KEY_METHOD (fnclass))
12461 keyed_classes = tree_cons (NULL_TREE, fnclass, keyed_classes);
12464 nested = function_depth > 1;
12465 restype = function_return_type (fndecl);
12467 /* TREE_READONLY (fndecl) = 1;
12468 This caused &foo to be of type ptr-to-const-function
12469 which then got a warning when stored in a ptr-to-function variable. */
12471 gcc_assert (building_stmt_tree ());
12472 /* The current function is being defined, so its DECL_INITIAL should
12473 be set, and unless there's a multiple definition, it should be
12474 error_mark_node. */
12475 gcc_assert (DECL_INITIAL (fndecl) == error_mark_node);
12477 /* For a cloned function, we've already got all the code we need;
12478 there's no need to add any extra bits. */
12479 if (!DECL_CLONED_FUNCTION_P (fndecl))
12481 if (DECL_MAIN_P (current_function_decl))
12483 tree stmt;
12485 /* Make it so that `main' always returns 0 by default (or
12486 1 for VMS). */
12487 #if VMS_TARGET
12488 stmt = finish_return_stmt (integer_one_node);
12489 #else
12490 stmt = finish_return_stmt (integer_zero_node);
12491 #endif
12492 /* Hack. We don't want the middle-end to warn that this
12493 return is unreachable, so put the statement on the
12494 special line 0. */
12496 location_t linezero = linemap_line_start (line_table, 0, 1);
12497 SET_EXPR_LOCATION (stmt, linezero);
12501 if (use_eh_spec_block (current_function_decl))
12502 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS
12503 (TREE_TYPE (current_function_decl)),
12504 current_eh_spec_block);
12507 /* If we're saving up tree structure, tie off the function now. */
12508 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl));
12510 finish_fname_decls ();
12512 /* If this function can't throw any exceptions, remember that. */
12513 if (!processing_template_decl
12514 && !cp_function_chain->can_throw
12515 && !flag_non_call_exceptions
12516 && !DECL_REPLACEABLE_P (fndecl))
12517 TREE_NOTHROW (fndecl) = 1;
12519 /* This must come after expand_function_end because cleanups might
12520 have declarations (from inline functions) that need to go into
12521 this function's blocks. */
12523 /* If the current binding level isn't the outermost binding level
12524 for this function, either there is a bug, or we have experienced
12525 syntax errors and the statement tree is malformed. */
12526 if (current_binding_level->kind != sk_function_parms)
12528 /* Make sure we have already experienced errors. */
12529 gcc_assert (errorcount);
12531 /* Throw away the broken statement tree and extra binding
12532 levels. */
12533 DECL_SAVED_TREE (fndecl) = alloc_stmt_list ();
12535 while (current_binding_level->kind != sk_function_parms)
12537 if (current_binding_level->kind == sk_class)
12538 pop_nested_class ();
12539 else
12540 poplevel (0, 0, 0);
12543 poplevel (1, 0, 1);
12545 /* Statements should always be full-expressions at the outermost set
12546 of curly braces for a function. */
12547 gcc_assert (stmts_are_full_exprs_p ());
12549 /* Set up the named return value optimization, if we can. Candidate
12550 variables are selected in check_return_expr. */
12551 if (current_function_return_value)
12553 tree r = current_function_return_value;
12554 tree outer;
12556 if (r != error_mark_node
12557 /* This is only worth doing for fns that return in memory--and
12558 simpler, since we don't have to worry about promoted modes. */
12559 && aggregate_value_p (restype, fndecl)
12560 /* Only allow this for variables declared in the outer scope of
12561 the function so we know that their lifetime always ends with a
12562 return; see g++.dg/opt/nrv6.C. We could be more flexible if
12563 we were to do this optimization in tree-ssa. */
12564 && (outer = outer_curly_brace_block (fndecl))
12565 && chain_member (r, BLOCK_VARS (outer)))
12566 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl));
12568 current_function_return_value = NULL_TREE;
12571 /* Remember that we were in class scope. */
12572 if (current_class_name)
12573 ctype = current_class_type;
12575 /* Must mark the RESULT_DECL as being in this function. */
12576 DECL_CONTEXT (DECL_RESULT (fndecl)) = fndecl;
12578 /* Set the BLOCK_SUPERCONTEXT of the outermost function scope to point
12579 to the FUNCTION_DECL node itself. */
12580 BLOCK_SUPERCONTEXT (DECL_INITIAL (fndecl)) = fndecl;
12582 /* Save away current state, if appropriate. */
12583 if (!processing_template_decl)
12584 save_function_data (fndecl);
12586 /* Complain if there's just no return statement. */
12587 if ((warn_return_type
12588 || DECL_IS_IFUNC (fndecl))
12589 && TREE_CODE (restype) != VOID_TYPE
12590 && !dependent_type_p (restype)
12591 && !current_function_returns_value && !current_function_returns_null
12592 /* Don't complain if we abort or throw. */
12593 && !current_function_returns_abnormally
12594 /* Don't complain if we are declared noreturn. */
12595 && !TREE_THIS_VOLATILE (fndecl)
12596 && !DECL_NAME (DECL_RESULT (fndecl))
12597 && !TREE_NO_WARNING (fndecl)
12598 /* Structor return values (if any) are set by the compiler. */
12599 && !DECL_CONSTRUCTOR_P (fndecl)
12600 && !DECL_DESTRUCTOR_P (fndecl))
12602 if (DECL_IS_IFUNC (fndecl))
12603 error ("control reaches end of indirect function");
12604 else
12605 warning (OPT_Wreturn_type,
12606 "no return statement in function returning non-void");
12607 TREE_NO_WARNING (fndecl) = 1;
12610 /* Store the end of the function, so that we get good line number
12611 info for the epilogue. */
12612 cfun->function_end_locus = input_location;
12614 /* Genericize before inlining. */
12615 if (!processing_template_decl)
12617 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl);
12618 invoke_plugin_callbacks (PLUGIN_PRE_GENERICIZE, fndecl);
12619 cp_genericize (fndecl);
12620 /* Clear out the bits we don't need. */
12621 f->x_current_class_ptr = NULL;
12622 f->x_current_class_ref = NULL;
12623 f->x_eh_spec_block = NULL;
12624 f->x_in_charge_parm = NULL;
12625 f->x_vtt_parm = NULL;
12626 f->x_return_value = NULL;
12627 f->bindings = NULL;
12628 f->extern_decl_map = NULL;
12630 /* Clear out the bits we don't need. */
12631 local_names = NULL;
12633 /* We're leaving the context of this function, so zap cfun. It's still in
12634 DECL_STRUCT_FUNCTION, and we'll restore it in tree_rest_of_compilation. */
12635 set_cfun (NULL);
12636 current_function_decl = NULL;
12638 /* If this is an in-class inline definition, we may have to pop the
12639 bindings for the template parameters that we added in
12640 maybe_begin_member_template_processing when start_function was
12641 called. */
12642 if (inclass_inline)
12643 maybe_end_member_template_processing ();
12645 /* Leave the scope of the class. */
12646 if (ctype)
12647 pop_nested_class ();
12649 --function_depth;
12651 /* Clean up. */
12652 if (! nested)
12653 /* Let the error reporting routines know that we're outside a
12654 function. For a nested function, this value is used in
12655 cxx_pop_function_context and then reset via pop_function_context. */
12656 current_function_decl = NULL_TREE;
12658 defer_mark_used_calls = false;
12659 if (deferred_mark_used_calls)
12661 unsigned int i;
12662 tree decl;
12664 for (i = 0; VEC_iterate (tree, deferred_mark_used_calls, i, decl); i++)
12665 mark_used (decl);
12666 VEC_free (tree, gc, deferred_mark_used_calls);
12669 return fndecl;
12672 /* Create the FUNCTION_DECL for a function definition.
12673 DECLSPECS and DECLARATOR are the parts of the declaration;
12674 they describe the return type and the name of the function,
12675 but twisted together in a fashion that parallels the syntax of C.
12677 This function creates a binding context for the function body
12678 as well as setting up the FUNCTION_DECL in current_function_decl.
12680 Returns a FUNCTION_DECL on success.
12682 If the DECLARATOR is not suitable for a function (it defines a datum
12683 instead), we return 0, which tells yyparse to report a parse error.
12685 May return void_type_node indicating that this method is actually
12686 a friend. See grokfield for more details.
12688 Came here with a `.pushlevel' .
12690 DO NOT MAKE ANY CHANGES TO THIS CODE WITHOUT MAKING CORRESPONDING
12691 CHANGES TO CODE IN `grokfield'. */
12693 tree
12694 grokmethod (cp_decl_specifier_seq *declspecs,
12695 const cp_declarator *declarator, tree attrlist)
12697 tree fndecl = grokdeclarator (declarator, declspecs, MEMFUNCDEF, 0,
12698 &attrlist);
12700 if (fndecl == error_mark_node)
12701 return error_mark_node;
12703 if (fndecl == NULL || TREE_CODE (fndecl) != FUNCTION_DECL)
12705 error ("invalid member function declaration");
12706 return error_mark_node;
12709 if (attrlist)
12710 cplus_decl_attributes (&fndecl, attrlist, 0);
12712 /* Pass friends other than inline friend functions back. */
12713 if (fndecl == void_type_node)
12714 return fndecl;
12716 if (DECL_IN_AGGR_P (fndecl))
12718 if (DECL_CONTEXT (fndecl)
12719 && TREE_CODE (DECL_CONTEXT (fndecl)) != NAMESPACE_DECL)
12720 error ("%qD is already defined in class %qT", fndecl,
12721 DECL_CONTEXT (fndecl));
12722 return error_mark_node;
12725 check_template_shadow (fndecl);
12727 DECL_DECLARED_INLINE_P (fndecl) = 1;
12728 DECL_NO_INLINE_WARNING_P (fndecl) = 1;
12730 /* We process method specializations in finish_struct_1. */
12731 if (processing_template_decl && !DECL_TEMPLATE_SPECIALIZATION (fndecl))
12733 fndecl = push_template_decl (fndecl);
12734 if (fndecl == error_mark_node)
12735 return fndecl;
12738 if (! DECL_FRIEND_P (fndecl))
12740 if (TREE_CHAIN (fndecl))
12742 fndecl = copy_node (fndecl);
12743 TREE_CHAIN (fndecl) = NULL_TREE;
12747 cp_finish_decl (fndecl, NULL_TREE, false, NULL_TREE, 0);
12749 DECL_IN_AGGR_P (fndecl) = 1;
12750 return fndecl;
12754 /* VAR is a VAR_DECL. If its type is incomplete, remember VAR so that
12755 we can lay it out later, when and if its type becomes complete. */
12757 void
12758 maybe_register_incomplete_var (tree var)
12760 gcc_assert (TREE_CODE (var) == VAR_DECL);
12762 /* Keep track of variables with incomplete types. */
12763 if (!processing_template_decl && TREE_TYPE (var) != error_mark_node
12764 && DECL_EXTERNAL (var))
12766 tree inner_type = TREE_TYPE (var);
12768 while (TREE_CODE (inner_type) == ARRAY_TYPE)
12769 inner_type = TREE_TYPE (inner_type);
12770 inner_type = TYPE_MAIN_VARIANT (inner_type);
12772 if ((!COMPLETE_TYPE_P (inner_type) && CLASS_TYPE_P (inner_type))
12773 /* RTTI TD entries are created while defining the type_info. */
12774 || (TYPE_LANG_SPECIFIC (inner_type)
12775 && TYPE_BEING_DEFINED (inner_type)))
12776 incomplete_vars = tree_cons (inner_type, var, incomplete_vars);
12780 /* Called when a class type (given by TYPE) is defined. If there are
12781 any existing VAR_DECLs whose type has been completed by this
12782 declaration, update them now. */
12784 void
12785 complete_vars (tree type)
12787 tree *list = &incomplete_vars;
12789 gcc_assert (CLASS_TYPE_P (type));
12790 while (*list)
12792 if (same_type_p (type, TREE_PURPOSE (*list)))
12794 tree var = TREE_VALUE (*list);
12795 tree type = TREE_TYPE (var);
12796 /* Complete the type of the variable. The VAR_DECL itself
12797 will be laid out in expand_expr. */
12798 complete_type (type);
12799 cp_apply_type_quals_to_decl (cp_type_quals (type), var);
12800 /* Remove this entry from the list. */
12801 *list = TREE_CHAIN (*list);
12803 else
12804 list = &TREE_CHAIN (*list);
12807 /* Check for pending declarations which may have abstract type. */
12808 complete_type_check_abstract (type);
12811 /* If DECL is of a type which needs a cleanup, build and return an
12812 expression to perform that cleanup here. Return NULL_TREE if no
12813 cleanup need be done. */
12815 tree
12816 cxx_maybe_build_cleanup (tree decl)
12818 tree type;
12819 tree attr;
12820 tree cleanup;
12822 /* Assume no cleanup is required. */
12823 cleanup = NULL_TREE;
12825 if (error_operand_p (decl))
12826 return cleanup;
12828 /* Handle "__attribute__((cleanup))". We run the cleanup function
12829 before the destructor since the destructor is what actually
12830 terminates the lifetime of the object. */
12831 attr = lookup_attribute ("cleanup", DECL_ATTRIBUTES (decl));
12832 if (attr)
12834 tree id;
12835 tree fn;
12836 tree arg;
12838 /* Get the name specified by the user for the cleanup function. */
12839 id = TREE_VALUE (TREE_VALUE (attr));
12840 /* Look up the name to find the cleanup function to call. It is
12841 important to use lookup_name here because that is what is
12842 used in c-common.c:handle_cleanup_attribute when performing
12843 initial checks on the attribute. Note that those checks
12844 include ensuring that the function found is not an overloaded
12845 function, or an object with an overloaded call operator,
12846 etc.; we can rely on the fact that the function found is an
12847 ordinary FUNCTION_DECL. */
12848 fn = lookup_name (id);
12849 arg = build_address (decl);
12850 mark_used (decl);
12851 cleanup = cp_build_function_call (fn, build_tree_list (NULL_TREE,
12852 arg),
12853 tf_warning_or_error);
12855 /* Handle ordinary C++ destructors. */
12856 type = TREE_TYPE (decl);
12857 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
12859 int flags = LOOKUP_NORMAL|LOOKUP_DESTRUCTOR;
12860 bool has_vbases = (TREE_CODE (type) == RECORD_TYPE
12861 && CLASSTYPE_VBASECLASSES (type));
12862 tree addr;
12863 tree call;
12865 if (TREE_CODE (type) == ARRAY_TYPE)
12866 addr = decl;
12867 else
12868 addr = build_address (decl);
12870 /* Optimize for space over speed here. */
12871 if (!has_vbases || flag_expensive_optimizations)
12872 flags |= LOOKUP_NONVIRTUAL;
12874 call = build_delete (TREE_TYPE (addr), addr,
12875 sfk_complete_destructor, flags, 0);
12876 if (cleanup)
12877 cleanup = build_compound_expr (input_location, cleanup, call);
12878 else
12879 cleanup = call;
12882 return cleanup;
12885 /* When a stmt has been parsed, this function is called. */
12887 void
12888 finish_stmt (void)
12892 /* Return the FUNCTION_TYPE that corresponds to MEMFNTYPE, which can be a
12893 FUNCTION_DECL, METHOD_TYPE, FUNCTION_TYPE, pointer or reference to
12894 METHOD_TYPE or FUNCTION_TYPE, or pointer to member function. */
12896 tree
12897 static_fn_type (tree memfntype)
12899 tree fntype;
12900 tree args;
12901 int quals;
12903 if (TYPE_PTRMEMFUNC_P (memfntype))
12904 memfntype = TYPE_PTRMEMFUNC_FN_TYPE (memfntype);
12905 if (POINTER_TYPE_P (memfntype)
12906 || TREE_CODE (memfntype) == FUNCTION_DECL)
12907 memfntype = TREE_TYPE (memfntype);
12908 if (TREE_CODE (memfntype) == FUNCTION_TYPE)
12909 return memfntype;
12910 gcc_assert (TREE_CODE (memfntype) == METHOD_TYPE);
12911 args = TYPE_ARG_TYPES (memfntype);
12912 fntype = build_function_type (TREE_TYPE (memfntype), TREE_CHAIN (args));
12913 quals = cp_type_quals (TREE_TYPE (TREE_VALUE (args)));
12914 fntype = build_qualified_type (fntype, quals);
12915 fntype = (cp_build_type_attribute_variant
12916 (fntype, TYPE_ATTRIBUTES (memfntype)));
12917 fntype = (build_exception_variant
12918 (fntype, TYPE_RAISES_EXCEPTIONS (memfntype)));
12919 return fntype;
12922 /* DECL was originally constructed as a non-static member function,
12923 but turned out to be static. Update it accordingly. */
12925 void
12926 revert_static_member_fn (tree decl)
12928 TREE_TYPE (decl) = static_fn_type (decl);
12930 if (cp_type_quals (TREE_TYPE (decl)) != TYPE_UNQUALIFIED)
12931 error ("static member function %q#D declared with type qualifiers", decl);
12933 if (DECL_ARGUMENTS (decl))
12934 DECL_ARGUMENTS (decl) = TREE_CHAIN (DECL_ARGUMENTS (decl));
12935 DECL_STATIC_FUNCTION_P (decl) = 1;
12938 /* Return which tree structure is used by T, or TS_CP_GENERIC if T is
12939 one of the language-independent trees. */
12941 enum cp_tree_node_structure_enum
12942 cp_tree_node_structure (union lang_tree_node * t)
12944 switch (TREE_CODE (&t->generic))
12946 case DEFAULT_ARG: return TS_CP_DEFAULT_ARG;
12947 case IDENTIFIER_NODE: return TS_CP_IDENTIFIER;
12948 case OVERLOAD: return TS_CP_OVERLOAD;
12949 case TEMPLATE_PARM_INDEX: return TS_CP_TPI;
12950 case PTRMEM_CST: return TS_CP_PTRMEM;
12951 case BASELINK: return TS_CP_BASELINK;
12952 case STATIC_ASSERT: return TS_CP_STATIC_ASSERT;
12953 case ARGUMENT_PACK_SELECT: return TS_CP_ARGUMENT_PACK_SELECT;
12954 case TRAIT_EXPR: return TS_CP_TRAIT_EXPR;
12955 case LAMBDA_EXPR: return TS_CP_LAMBDA_EXPR;
12956 case TEMPLATE_INFO: return TS_CP_TEMPLATE_INFO;
12957 default: return TS_CP_GENERIC;
12961 /* Build the void_list_node (void_type_node having been created). */
12962 tree
12963 build_void_list_node (void)
12965 tree t = build_tree_list (NULL_TREE, void_type_node);
12966 return t;
12969 bool
12970 cp_missing_noreturn_ok_p (tree decl)
12972 /* A missing noreturn is ok for the `main' function. */
12973 return DECL_MAIN_P (decl);
12976 /* Return the COMDAT group into which DECL should be placed. */
12978 tree
12979 cxx_comdat_group (tree decl)
12981 tree name;
12983 /* Virtual tables, construction virtual tables, and virtual table
12984 tables all go in a single COMDAT group, named after the primary
12985 virtual table. */
12986 if (TREE_CODE (decl) == VAR_DECL && DECL_VTABLE_OR_VTT_P (decl))
12987 name = DECL_ASSEMBLER_NAME (CLASSTYPE_VTABLES (DECL_CONTEXT (decl)));
12988 /* For all other DECLs, the COMDAT group is the mangled name of the
12989 declaration itself. */
12990 else
12992 while (DECL_THUNK_P (decl))
12994 /* If TARGET_USE_LOCAL_THUNK_ALIAS_P, use_thunk puts the thunk
12995 into the same section as the target function. In that case
12996 we must return target's name. */
12997 tree target = THUNK_TARGET (decl);
12998 if (TARGET_USE_LOCAL_THUNK_ALIAS_P (target)
12999 && DECL_SECTION_NAME (target) != NULL
13000 && DECL_ONE_ONLY (target))
13001 decl = target;
13002 else
13003 break;
13005 name = DECL_ASSEMBLER_NAME (decl);
13008 return name;
13011 #include "gt-cp-decl.h"