Import stripped gcc-4.0.1 sources.
[dragonfly.git] / contrib / gcc-4.0 / gcc / cp / decl.c
blob127c83214d7380205b05763b36300311abd86460
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 Free Software Foundation, Inc.
4 Contributed by Michael Tiemann (tiemann@cygnus.com)
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
13 GCC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING. If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
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 "output.h"
43 #include "except.h"
44 #include "toplev.h"
45 #include "hashtab.h"
46 #include "tm_p.h"
47 #include "target.h"
48 #include "c-common.h"
49 #include "c-pragma.h"
50 #include "diagnostic.h"
51 #include "debug.h"
52 #include "timevar.h"
53 #include "tree-flow.h"
55 static tree grokparms (cp_parameter_declarator *, tree *);
56 static const char *redeclaration_error_message (tree, tree);
58 static int decl_jump_unsafe (tree);
59 static void require_complete_types_for_parms (tree);
60 static int ambi_op_p (enum tree_code);
61 static int unary_op_p (enum tree_code);
62 static void push_local_name (tree);
63 static tree grok_reference_init (tree, tree, tree, tree *);
64 static tree grokvardecl (tree, tree, const cp_decl_specifier_seq *,
65 int, int, tree);
66 static void record_unknown_type (tree, const char *);
67 static tree builtin_function_1 (const char *, tree, tree,
68 enum built_in_function code,
69 enum built_in_class cl, const char *,
70 tree);
71 static tree build_library_fn_1 (tree, enum tree_code, tree);
72 static int member_function_or_else (tree, tree, enum overload_flags);
73 static void bad_specifiers (tree, const char *, int, int, int, int,
74 int);
75 static void check_for_uninitialized_const_var (tree);
76 static hashval_t typename_hash (const void *);
77 static int typename_compare (const void *, const void *);
78 static tree local_variable_p_walkfn (tree *, int *, void *);
79 static tree record_builtin_java_type (const char *, int);
80 static const char *tag_name (enum tag_types);
81 static tree lookup_and_check_tag (enum tag_types, tree, tag_scope, bool);
82 static int walk_namespaces_r (tree, walk_namespaces_fn, void *);
83 static tree make_label_decl (tree, int);
84 static void use_label (tree);
85 static void check_previous_goto_1 (tree, struct cp_binding_level *, tree,
86 const location_t *);
87 static void check_previous_goto (struct named_label_use_list *);
88 static void check_switch_goto (struct cp_binding_level *);
89 static void check_previous_gotos (tree);
90 static void pop_label (tree, tree);
91 static void pop_labels (tree);
92 static void maybe_deduce_size_from_array_init (tree, tree);
93 static void layout_var_decl (tree);
94 static void maybe_commonize_var (tree);
95 static tree check_initializer (tree, tree, int, tree *);
96 static void make_rtl_for_nonlocal_decl (tree, tree, const char *);
97 static void save_function_data (tree);
98 static void check_function_type (tree, tree);
99 static void finish_constructor_body (void);
100 static void begin_destructor_body (void);
101 static void finish_destructor_body (void);
102 static tree create_array_type_for_decl (tree, tree, tree);
103 static tree get_atexit_node (void);
104 static tree get_dso_handle_node (void);
105 static tree start_cleanup_fn (void);
106 static void end_cleanup_fn (void);
107 static tree cp_make_fname_decl (tree, int);
108 static void initialize_predefined_identifiers (void);
109 static tree check_special_function_return_type
110 (special_function_kind, tree, tree);
111 static tree push_cp_library_fn (enum tree_code, tree);
112 static tree build_cp_library_fn (tree, enum tree_code, tree);
113 static void store_parm_decls (tree);
114 static void initialize_local_var (tree, tree);
115 static void expand_static_init (tree, tree);
116 static tree next_initializable_field (tree);
117 static tree reshape_init (tree, tree *);
119 /* Erroneous argument lists can use this *IFF* they do not modify it. */
120 tree error_mark_list;
122 /* The following symbols are subsumed in the cp_global_trees array, and
123 listed here individually for documentation purposes.
125 C++ extensions
126 tree wchar_decl_node;
128 tree vtable_entry_type;
129 tree delta_type_node;
130 tree __t_desc_type_node;
131 tree ti_desc_type_node;
132 tree bltn_desc_type_node, ptr_desc_type_node;
133 tree ary_desc_type_node, func_desc_type_node, enum_desc_type_node;
134 tree class_desc_type_node, si_class_desc_type_node, vmi_class_desc_type_node;
135 tree ptm_desc_type_node;
136 tree base_desc_type_node;
138 tree class_type_node;
139 tree unknown_type_node;
141 Array type `vtable_entry_type[]'
143 tree vtbl_type_node;
144 tree vtbl_ptr_type_node;
146 Namespaces,
148 tree std_node;
149 tree abi_node;
151 A FUNCTION_DECL which can call `abort'. Not necessarily the
152 one that the user will declare, but sufficient to be called
153 by routines that want to abort the program.
155 tree abort_fndecl;
157 The FUNCTION_DECL for the default `::operator delete'.
159 tree global_delete_fndecl;
161 Used by RTTI
162 tree type_info_type_node, tinfo_decl_id, tinfo_decl_type;
163 tree tinfo_var_id;
167 tree cp_global_trees[CPTI_MAX];
169 /* Indicates that there is a type value in some namespace, although
170 that is not necessarily in scope at the moment. */
172 tree global_type_node;
174 /* The node that holds the "name" of the global scope. */
175 tree global_scope_name;
177 /* Used only for jumps to as-yet undefined labels, since jumps to
178 defined labels can have their validity checked immediately. */
180 struct named_label_use_list GTY(())
182 struct cp_binding_level *binding_level;
183 tree names_in_scope;
184 tree label_decl;
185 location_t o_goto_locus;
186 struct named_label_use_list *next;
189 #define named_label_uses cp_function_chain->x_named_label_uses
191 #define local_names cp_function_chain->x_local_names
193 /* A list of objects which have constructors or destructors
194 which reside in the global scope. The decl is stored in
195 the TREE_VALUE slot and the initializer is stored
196 in the TREE_PURPOSE slot. */
197 tree static_aggregates;
199 /* -- end of C++ */
201 /* A node for the integer constants 2, and 3. */
203 tree integer_two_node, integer_three_node;
205 /* A list of all LABEL_DECLs in the function that have names. Here so
206 we can clear out their names' definitions at the end of the
207 function, and so we can check the validity of jumps to these labels. */
209 struct named_label_list GTY(())
211 struct cp_binding_level *binding_level;
212 tree names_in_scope;
213 tree old_value;
214 tree label_decl;
215 tree bad_decls;
216 struct named_label_list *next;
217 unsigned int in_try_scope : 1;
218 unsigned int in_catch_scope : 1;
221 #define named_labels cp_function_chain->x_named_labels
223 /* The number of function bodies which we are currently processing.
224 (Zero if we are at namespace scope, one inside the body of a
225 function, two inside the body of a function in a local class, etc.) */
226 int function_depth;
228 /* States indicating how grokdeclarator() should handle declspecs marked
229 with __attribute__((deprecated)). An object declared as
230 __attribute__((deprecated)) suppresses warnings of uses of other
231 deprecated items. */
233 enum deprecated_states {
234 DEPRECATED_NORMAL,
235 DEPRECATED_SUPPRESS
238 static enum deprecated_states deprecated_state = DEPRECATED_NORMAL;
240 /* True if a declaration with an `extern' linkage specifier is being
241 processed. */
242 bool have_extern_spec;
245 /* A TREE_LIST of VAR_DECLs. The TREE_PURPOSE is a RECORD_TYPE or
246 UNION_TYPE; the TREE_VALUE is a VAR_DECL with that type. At the
247 time the VAR_DECL was declared, the type was incomplete. */
249 static GTY(()) tree incomplete_vars;
251 /* Returns the kind of template specialization we are currently
252 processing, given that it's declaration contained N_CLASS_SCOPES
253 explicit scope qualifications. */
255 tmpl_spec_kind
256 current_tmpl_spec_kind (int n_class_scopes)
258 int n_template_parm_scopes = 0;
259 int seen_specialization_p = 0;
260 int innermost_specialization_p = 0;
261 struct cp_binding_level *b;
263 /* Scan through the template parameter scopes. */
264 for (b = current_binding_level;
265 b->kind == sk_template_parms;
266 b = b->level_chain)
268 /* If we see a specialization scope inside a parameter scope,
269 then something is wrong. That corresponds to a declaration
270 like:
272 template <class T> template <> ...
274 which is always invalid since [temp.expl.spec] forbids the
275 specialization of a class member template if the enclosing
276 class templates are not explicitly specialized as well. */
277 if (b->explicit_spec_p)
279 if (n_template_parm_scopes == 0)
280 innermost_specialization_p = 1;
281 else
282 seen_specialization_p = 1;
284 else if (seen_specialization_p == 1)
285 return tsk_invalid_member_spec;
287 ++n_template_parm_scopes;
290 /* Handle explicit instantiations. */
291 if (processing_explicit_instantiation)
293 if (n_template_parm_scopes != 0)
294 /* We've seen a template parameter list during an explicit
295 instantiation. For example:
297 template <class T> template void f(int);
299 This is erroneous. */
300 return tsk_invalid_expl_inst;
301 else
302 return tsk_expl_inst;
305 if (n_template_parm_scopes < n_class_scopes)
306 /* We've not seen enough template headers to match all the
307 specialized classes present. For example:
309 template <class T> void R<T>::S<T>::f(int);
311 This is invalid; there needs to be one set of template
312 parameters for each class. */
313 return tsk_insufficient_parms;
314 else if (n_template_parm_scopes == n_class_scopes)
315 /* We're processing a non-template declaration (even though it may
316 be a member of a template class.) For example:
318 template <class T> void S<T>::f(int);
320 The `class T' maches the `S<T>', leaving no template headers
321 corresponding to the `f'. */
322 return tsk_none;
323 else if (n_template_parm_scopes > n_class_scopes + 1)
324 /* We've got too many template headers. For example:
326 template <> template <class T> void f (T);
328 There need to be more enclosing classes. */
329 return tsk_excessive_parms;
330 else
331 /* This must be a template. It's of the form:
333 template <class T> template <class U> void S<T>::f(U);
335 This is a specialization if the innermost level was a
336 specialization; otherwise it's just a definition of the
337 template. */
338 return innermost_specialization_p ? tsk_expl_spec : tsk_template;
341 /* Exit the current scope. */
343 void
344 finish_scope (void)
346 poplevel (0, 0, 0);
349 /* When a label goes out of scope, check to see if that label was used
350 in a valid manner, and issue any appropriate warnings or errors. */
352 static void
353 pop_label (tree label, tree old_value)
355 if (!processing_template_decl)
357 if (DECL_INITIAL (label) == NULL_TREE)
359 location_t location;
361 cp_error_at ("label %qD used but not defined", label);
362 #ifdef USE_MAPPED_LOCATION
363 location = input_location; /* FIXME want (input_filename, (line)0) */
364 #else
365 location.file = input_filename;
366 location.line = 0;
367 #endif
368 /* Avoid crashing later. */
369 define_label (location, DECL_NAME (label));
371 else if (warn_unused_label && !TREE_USED (label))
372 cp_warning_at ("label %qD defined but not used", label);
375 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value);
378 /* At the end of a function, all labels declared within the function
379 go out of scope. BLOCK is the top-level block for the
380 function. */
382 static void
383 pop_labels (tree block)
385 struct named_label_list *link;
387 /* Clear out the definitions of all label names, since their scopes
388 end here. */
389 for (link = named_labels; link; link = link->next)
391 pop_label (link->label_decl, link->old_value);
392 /* Put the labels into the "variables" of the top-level block,
393 so debugger can see them. */
394 TREE_CHAIN (link->label_decl) = BLOCK_VARS (block);
395 BLOCK_VARS (block) = link->label_decl;
398 named_labels = NULL;
401 /* The following two routines are used to interface to Objective-C++.
402 The binding level is purposely treated as an opaque type. */
404 void *
405 objc_get_current_scope (void)
407 return current_binding_level;
410 /* The following routine is used by the NeXT-style SJLJ exceptions;
411 variables get marked 'volatile' so as to not be clobbered by
412 _setjmp()/_longjmp() calls. All variables in the current scope,
413 as well as parent scopes up to (but not including) ENCLOSING_BLK
414 shall be thusly marked. */
416 void
417 objc_mark_locals_volatile (void *enclosing_blk)
419 struct cp_binding_level *scope;
421 for (scope = current_binding_level;
422 scope && scope != enclosing_blk && scope->kind == sk_block;
423 scope = scope->level_chain)
425 tree decl;
427 for (decl = scope->names; decl; decl = TREE_CHAIN (decl))
429 if (TREE_CODE (decl) == VAR_DECL)
431 DECL_REGISTER (decl) = 0;
432 TREE_THIS_VOLATILE (decl) = 1;
438 /* Exit a binding level.
439 Pop the level off, and restore the state of the identifier-decl mappings
440 that were in effect when this level was entered.
442 If KEEP == 1, this level had explicit declarations, so
443 and create a "block" (a BLOCK node) for the level
444 to record its declarations and subblocks for symbol table output.
446 If FUNCTIONBODY is nonzero, this level is the body of a function,
447 so create a block as if KEEP were set and also clear out all
448 label names.
450 If REVERSE is nonzero, reverse the order of decls before putting
451 them into the BLOCK. */
453 tree
454 poplevel (int keep, int reverse, int functionbody)
456 tree link;
457 /* The chain of decls was accumulated in reverse order.
458 Put it into forward order, just for cleanliness. */
459 tree decls;
460 int tmp = functionbody;
461 int real_functionbody;
462 tree subblocks;
463 tree block;
464 tree decl;
465 int leaving_for_scope;
466 scope_kind kind;
468 timevar_push (TV_NAME_LOOKUP);
469 restart:
471 block = NULL_TREE;
473 gcc_assert (current_binding_level->kind != sk_class);
475 real_functionbody = (current_binding_level->kind == sk_cleanup
476 ? ((functionbody = 0), tmp) : functionbody);
477 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
479 gcc_assert (!VEC_length(cp_class_binding,
480 current_binding_level->class_shadowed));
482 /* We used to use KEEP == 2 to indicate that the new block should go
483 at the beginning of the list of blocks at this binding level,
484 rather than the end. This hack is no longer used. */
485 gcc_assert (keep == 0 || keep == 1);
487 if (current_binding_level->keep)
488 keep = 1;
490 /* Any uses of undefined labels, and any defined labels, now operate
491 under constraints of next binding contour. */
492 if (cfun && !functionbody)
494 struct cp_binding_level *level_chain;
495 level_chain = current_binding_level->level_chain;
496 if (level_chain)
498 struct named_label_use_list *uses;
499 struct named_label_list *labels;
500 for (labels = named_labels; labels; labels = labels->next)
501 if (labels->binding_level == current_binding_level)
503 tree decl;
504 if (current_binding_level->kind == sk_try)
505 labels->in_try_scope = 1;
506 if (current_binding_level->kind == sk_catch)
507 labels->in_catch_scope = 1;
508 for (decl = labels->names_in_scope; decl;
509 decl = TREE_CHAIN (decl))
510 if (decl_jump_unsafe (decl))
511 labels->bad_decls = tree_cons (NULL_TREE, decl,
512 labels->bad_decls);
513 labels->binding_level = level_chain;
514 labels->names_in_scope = level_chain->names;
517 for (uses = named_label_uses; uses; uses = uses->next)
518 if (uses->binding_level == current_binding_level)
520 uses->binding_level = level_chain;
521 uses->names_in_scope = level_chain->names;
526 /* Get the decls in the order they were written.
527 Usually current_binding_level->names is in reverse order.
528 But parameter decls were previously put in forward order. */
530 if (reverse)
531 current_binding_level->names
532 = decls = nreverse (current_binding_level->names);
533 else
534 decls = current_binding_level->names;
536 /* If there were any declarations or structure tags in that level,
537 or if this level is a function body,
538 create a BLOCK to record them for the life of this function. */
539 block = NULL_TREE;
540 if (keep == 1 || functionbody)
541 block = make_node (BLOCK);
542 if (block != NULL_TREE)
544 BLOCK_VARS (block) = decls;
545 BLOCK_SUBBLOCKS (block) = subblocks;
548 /* In each subblock, record that this is its superior. */
549 if (keep >= 0)
550 for (link = subblocks; link; link = TREE_CHAIN (link))
551 BLOCK_SUPERCONTEXT (link) = block;
553 /* We still support the old for-scope rules, whereby the variables
554 in a for-init statement were in scope after the for-statement
555 ended. We only use the new rules if flag_new_for_scope is
556 nonzero. */
557 leaving_for_scope
558 = current_binding_level->kind == sk_for && flag_new_for_scope == 1;
560 /* Before we remove the declarations first check for unused variables. */
561 if (warn_unused_variable
562 && !processing_template_decl)
563 for (decl = getdecls (); decl; decl = TREE_CHAIN (decl))
564 if (TREE_CODE (decl) == VAR_DECL
565 && ! TREE_USED (decl)
566 && ! DECL_IN_SYSTEM_HEADER (decl)
567 && DECL_NAME (decl) && ! DECL_ARTIFICIAL (decl))
568 warning ("%Junused variable %qD", decl, decl);
570 /* Remove declarations for all the DECLs in this level. */
571 for (link = decls; link; link = TREE_CHAIN (link))
573 if (leaving_for_scope && TREE_CODE (link) == VAR_DECL
574 && DECL_NAME (link))
576 tree name = DECL_NAME (link);
577 cxx_binding *ob;
578 tree ns_binding;
580 ob = outer_binding (name,
581 IDENTIFIER_BINDING (name),
582 /*class_p=*/true);
583 if (!ob)
584 ns_binding = IDENTIFIER_NAMESPACE_VALUE (name);
585 else
586 ns_binding = NULL_TREE;
588 if (ob && ob->scope == current_binding_level->level_chain)
589 /* We have something like:
591 int i;
592 for (int i; ;);
594 and we are leaving the `for' scope. There's no reason to
595 keep the binding of the inner `i' in this case. */
596 pop_binding (name, link);
597 else if ((ob && (TREE_CODE (ob->value) == TYPE_DECL))
598 || (ns_binding && TREE_CODE (ns_binding) == TYPE_DECL))
599 /* Here, we have something like:
601 typedef int I;
603 void f () {
604 for (int I; ;);
607 We must pop the for-scope binding so we know what's a
608 type and what isn't. */
609 pop_binding (name, link);
610 else
612 /* Mark this VAR_DECL as dead so that we can tell we left it
613 there only for backward compatibility. */
614 DECL_DEAD_FOR_LOCAL (link) = 1;
616 /* Keep track of what should have happened when we
617 popped the binding. */
618 if (ob && ob->value)
619 DECL_SHADOWED_FOR_VAR (link) = ob->value;
621 /* Add it to the list of dead variables in the next
622 outermost binding to that we can remove these when we
623 leave that binding. */
624 current_binding_level->level_chain->dead_vars_from_for
625 = tree_cons (NULL_TREE, link,
626 current_binding_level->level_chain->
627 dead_vars_from_for);
629 /* Although we don't pop the cxx_binding, we do clear
630 its SCOPE since the scope is going away now. */
631 IDENTIFIER_BINDING (name)->scope
632 = current_binding_level->level_chain;
635 else
637 tree name;
639 /* Remove the binding. */
640 decl = link;
642 if (TREE_CODE (decl) == TREE_LIST)
643 decl = TREE_VALUE (decl);
644 name = decl;
646 if (TREE_CODE (name) == OVERLOAD)
647 name = OVL_FUNCTION (name);
649 gcc_assert (DECL_P (name));
650 pop_binding (DECL_NAME (name), decl);
654 /* Remove declarations for any `for' variables from inner scopes
655 that we kept around. */
656 for (link = current_binding_level->dead_vars_from_for;
657 link; link = TREE_CHAIN (link))
658 pop_binding (DECL_NAME (TREE_VALUE (link)), TREE_VALUE (link));
660 /* Restore the IDENTIFIER_TYPE_VALUEs. */
661 for (link = current_binding_level->type_shadowed;
662 link; link = TREE_CHAIN (link))
663 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (link), TREE_VALUE (link));
665 /* Restore the IDENTIFIER_LABEL_VALUEs for local labels. */
666 for (link = current_binding_level->shadowed_labels;
667 link;
668 link = TREE_CHAIN (link))
669 pop_label (TREE_VALUE (link), TREE_PURPOSE (link));
671 /* There may be OVERLOADs (wrapped in TREE_LISTs) on the BLOCK_VARs
672 list if a `using' declaration put them there. The debugging
673 back-ends won't understand OVERLOAD, so we remove them here.
674 Because the BLOCK_VARS are (temporarily) shared with
675 CURRENT_BINDING_LEVEL->NAMES we must do this fixup after we have
676 popped all the bindings. */
677 if (block)
679 tree* d;
681 for (d = &BLOCK_VARS (block); *d; )
683 if (TREE_CODE (*d) == TREE_LIST)
684 *d = TREE_CHAIN (*d);
685 else
686 d = &TREE_CHAIN (*d);
690 /* If the level being exited is the top level of a function,
691 check over all the labels. */
692 if (functionbody)
694 /* Since this is the top level block of a function, the vars are
695 the function's parameters. Don't leave them in the BLOCK
696 because they are found in the FUNCTION_DECL instead. */
697 BLOCK_VARS (block) = 0;
698 pop_labels (block);
701 kind = current_binding_level->kind;
702 if (kind == sk_cleanup)
704 tree stmt;
706 /* If this is a temporary binding created for a cleanup, then we'll
707 have pushed a statement list level. Pop that, create a new
708 BIND_EXPR for the block, and insert it into the stream. */
709 stmt = pop_stmt_list (current_binding_level->statement_list);
710 stmt = c_build_bind_expr (block, stmt);
711 add_stmt (stmt);
714 leave_scope ();
715 if (functionbody)
716 DECL_INITIAL (current_function_decl) = block;
717 else if (block)
718 current_binding_level->blocks
719 = chainon (current_binding_level->blocks, block);
721 /* If we did not make a block for the level just exited,
722 any blocks made for inner levels
723 (since they cannot be recorded as subblocks in that level)
724 must be carried forward so they will later become subblocks
725 of something else. */
726 else if (subblocks)
727 current_binding_level->blocks
728 = chainon (current_binding_level->blocks, subblocks);
730 /* Each and every BLOCK node created here in `poplevel' is important
731 (e.g. for proper debugging information) so if we created one
732 earlier, mark it as "used". */
733 if (block)
734 TREE_USED (block) = 1;
736 /* All temporary bindings created for cleanups are popped silently. */
737 if (kind == sk_cleanup)
738 goto restart;
740 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, block);
743 /* Insert BLOCK at the end of the list of subblocks of the
744 current binding level. This is used when a BIND_EXPR is expanded,
745 to handle the BLOCK node inside the BIND_EXPR. */
747 void
748 insert_block (tree block)
750 TREE_USED (block) = 1;
751 current_binding_level->blocks
752 = chainon (current_binding_level->blocks, block);
755 /* Walk all the namespaces contained NAMESPACE, including NAMESPACE
756 itself, calling F for each. The DATA is passed to F as well. */
758 static int
759 walk_namespaces_r (tree namespace, walk_namespaces_fn f, void* data)
761 int result = 0;
762 tree current = NAMESPACE_LEVEL (namespace)->namespaces;
764 result |= (*f) (namespace, data);
766 for (; current; current = TREE_CHAIN (current))
767 result |= walk_namespaces_r (current, f, data);
769 return result;
772 /* Walk all the namespaces, calling F for each. The DATA is passed to
773 F as well. */
776 walk_namespaces (walk_namespaces_fn f, void* data)
778 return walk_namespaces_r (global_namespace, f, data);
781 /* Call wrapup_globals_declarations for the globals in NAMESPACE. If
782 DATA is non-NULL, this is the last time we will call
783 wrapup_global_declarations for this NAMESPACE. */
786 wrapup_globals_for_namespace (tree namespace, void* data)
788 struct cp_binding_level *level = NAMESPACE_LEVEL (namespace);
789 varray_type statics = level->static_decls;
790 tree *vec = &VARRAY_TREE (statics, 0);
791 int len = VARRAY_ACTIVE_SIZE (statics);
792 int last_time = (data != 0);
794 if (last_time)
796 check_global_declarations (vec, len);
797 return 0;
800 /* Write out any globals that need to be output. */
801 return wrapup_global_declarations (vec, len);
805 /* In C++, you don't have to write `struct S' to refer to `S'; you
806 can just use `S'. We accomplish this by creating a TYPE_DECL as
807 if the user had written `typedef struct S S'. Create and return
808 the TYPE_DECL for TYPE. */
810 tree
811 create_implicit_typedef (tree name, tree type)
813 tree decl;
815 decl = build_decl (TYPE_DECL, name, type);
816 DECL_ARTIFICIAL (decl) = 1;
817 /* There are other implicit type declarations, like the one *within*
818 a class that allows you to write `S::S'. We must distinguish
819 amongst these. */
820 SET_DECL_IMPLICIT_TYPEDEF_P (decl);
821 TYPE_NAME (type) = decl;
823 return decl;
826 /* Remember a local name for name-mangling purposes. */
828 static void
829 push_local_name (tree decl)
831 size_t i, nelts;
832 tree t, name;
834 timevar_push (TV_NAME_LOOKUP);
835 if (!local_names)
836 VARRAY_TREE_INIT (local_names, 8, "local_names");
838 name = DECL_NAME (decl);
840 nelts = VARRAY_ACTIVE_SIZE (local_names);
841 for (i = 0; i < nelts; i++)
843 t = VARRAY_TREE (local_names, i);
844 if (DECL_NAME (t) == name)
846 if (!DECL_LANG_SPECIFIC (decl))
847 retrofit_lang_decl (decl);
848 DECL_LANG_SPECIFIC (decl)->decl_flags.u2sel = 1;
849 if (DECL_LANG_SPECIFIC (t))
850 DECL_DISCRIMINATOR (decl) = DECL_DISCRIMINATOR (t) + 1;
851 else
852 DECL_DISCRIMINATOR (decl) = 1;
854 VARRAY_TREE (local_names, i) = decl;
855 timevar_pop (TV_NAME_LOOKUP);
856 return;
860 VARRAY_PUSH_TREE (local_names, decl);
861 timevar_pop (TV_NAME_LOOKUP);
864 /* Subroutine of duplicate_decls: return truthvalue of whether
865 or not types of these decls match.
867 For C++, we must compare the parameter list so that `int' can match
868 `int&' in a parameter position, but `int&' is not confused with
869 `const int&'. */
872 decls_match (tree newdecl, tree olddecl)
874 int types_match;
876 if (newdecl == olddecl)
877 return 1;
879 if (TREE_CODE (newdecl) != TREE_CODE (olddecl))
880 /* If the two DECLs are not even the same kind of thing, we're not
881 interested in their types. */
882 return 0;
884 if (TREE_CODE (newdecl) == FUNCTION_DECL)
886 tree f1 = TREE_TYPE (newdecl);
887 tree f2 = TREE_TYPE (olddecl);
888 tree p1 = TYPE_ARG_TYPES (f1);
889 tree p2 = TYPE_ARG_TYPES (f2);
891 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
892 && ! (DECL_EXTERN_C_P (newdecl)
893 && DECL_EXTERN_C_P (olddecl)))
894 return 0;
896 if (TREE_CODE (f1) != TREE_CODE (f2))
897 return 0;
899 if (same_type_p (TREE_TYPE (f1), TREE_TYPE (f2)))
901 if (p2 == NULL_TREE && DECL_EXTERN_C_P (olddecl)
902 && (DECL_BUILT_IN (olddecl)
903 #ifndef NO_IMPLICIT_EXTERN_C
904 || (DECL_IN_SYSTEM_HEADER (newdecl) && !DECL_CLASS_SCOPE_P (newdecl))
905 || (DECL_IN_SYSTEM_HEADER (olddecl) && !DECL_CLASS_SCOPE_P (olddecl))
906 #endif
909 types_match = self_promoting_args_p (p1);
910 if (p1 == void_list_node)
911 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
913 #ifndef NO_IMPLICIT_EXTERN_C
914 else if (p1 == NULL_TREE
915 && (DECL_EXTERN_C_P (olddecl)
916 && DECL_IN_SYSTEM_HEADER (olddecl)
917 && !DECL_CLASS_SCOPE_P (olddecl))
918 && (DECL_EXTERN_C_P (newdecl)
919 && DECL_IN_SYSTEM_HEADER (newdecl)
920 && !DECL_CLASS_SCOPE_P (newdecl)))
922 types_match = self_promoting_args_p (p2);
923 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
925 #endif
926 else
927 types_match = compparms (p1, p2);
929 else
930 types_match = 0;
932 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
934 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl))
935 != TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)))
936 return 0;
938 if (!comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
939 DECL_TEMPLATE_PARMS (olddecl)))
940 return 0;
942 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
943 types_match = same_type_p (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl)),
944 TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl)));
945 else
946 types_match = decls_match (DECL_TEMPLATE_RESULT (olddecl),
947 DECL_TEMPLATE_RESULT (newdecl));
949 else
951 /* Need to check scope for variable declaration (VAR_DECL).
952 For typedef (TYPE_DECL), scope is ignored. */
953 if (TREE_CODE (newdecl) == VAR_DECL
954 && CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl))
955 return 0;
957 if (TREE_TYPE (newdecl) == error_mark_node)
958 types_match = TREE_TYPE (olddecl) == error_mark_node;
959 else if (TREE_TYPE (olddecl) == NULL_TREE)
960 types_match = TREE_TYPE (newdecl) == NULL_TREE;
961 else if (TREE_TYPE (newdecl) == NULL_TREE)
962 types_match = 0;
963 else
964 types_match = comptypes (TREE_TYPE (newdecl),
965 TREE_TYPE (olddecl),
966 COMPARE_REDECLARATION);
969 return types_match;
972 /* If NEWDECL is `static' and an `extern' was seen previously,
973 warn about it. OLDDECL is the previous declaration.
975 Note that this does not apply to the C++ case of declaring
976 a variable `extern const' and then later `const'.
978 Don't complain about built-in functions, since they are beyond
979 the user's control. */
981 void
982 warn_extern_redeclared_static (tree newdecl, tree olddecl)
984 tree name;
986 if (TREE_CODE (newdecl) == TYPE_DECL
987 || TREE_CODE (newdecl) == TEMPLATE_DECL
988 || TREE_CODE (newdecl) == CONST_DECL
989 || TREE_CODE (newdecl) == NAMESPACE_DECL)
990 return;
992 /* Don't get confused by static member functions; that's a different
993 use of `static'. */
994 if (TREE_CODE (newdecl) == FUNCTION_DECL
995 && DECL_STATIC_FUNCTION_P (newdecl))
996 return;
998 /* If the old declaration was `static', or the new one isn't, then
999 then everything is OK. */
1000 if (DECL_THIS_STATIC (olddecl) || !DECL_THIS_STATIC (newdecl))
1001 return;
1003 /* It's OK to declare a builtin function as `static'. */
1004 if (TREE_CODE (olddecl) == FUNCTION_DECL
1005 && DECL_ARTIFICIAL (olddecl))
1006 return;
1008 name = DECL_ASSEMBLER_NAME (newdecl);
1009 pedwarn ("%qD was declared %<extern%> and later %<static%>", newdecl);
1010 cp_pedwarn_at ("previous declaration of %qD", olddecl);
1013 /* If NEWDECL is a redeclaration of OLDDECL, merge the declarations.
1014 If the redeclaration is invalid, a diagnostic is issued, and the
1015 error_mark_node is returned. Otherwise, OLDDECL is returned.
1017 If NEWDECL is not a redeclaration of OLDDECL, NULL_TREE is
1018 returned. */
1020 tree
1021 duplicate_decls (tree newdecl, tree olddecl)
1023 unsigned olddecl_uid = DECL_UID (olddecl);
1024 int olddecl_friend = 0, types_match = 0;
1025 int new_defines_function = 0;
1027 if (newdecl == olddecl)
1028 return olddecl;
1030 types_match = decls_match (newdecl, olddecl);
1032 /* If either the type of the new decl or the type of the old decl is an
1033 error_mark_node, then that implies that we have already issued an
1034 error (earlier) for some bogus type specification, and in that case,
1035 it is rather pointless to harass the user with yet more error message
1036 about the same declaration, so just pretend the types match here. */
1037 if (TREE_TYPE (newdecl) == error_mark_node
1038 || TREE_TYPE (olddecl) == error_mark_node)
1039 types_match = 1;
1041 if (DECL_P (olddecl)
1042 && TREE_CODE (newdecl) == FUNCTION_DECL
1043 && TREE_CODE (olddecl) == FUNCTION_DECL
1044 && (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl)))
1046 if (DECL_DECLARED_INLINE_P (newdecl)
1047 && DECL_UNINLINABLE (newdecl)
1048 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1049 /* Already warned elsewhere. */;
1050 else if (DECL_DECLARED_INLINE_P (olddecl)
1051 && DECL_UNINLINABLE (olddecl)
1052 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1053 /* Already warned. */;
1054 else if (DECL_DECLARED_INLINE_P (newdecl)
1055 && DECL_UNINLINABLE (olddecl)
1056 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1058 warning ("%Jfunction %qD redeclared as inline", newdecl, newdecl);
1059 warning ("%Jprevious declaration of %qD with attribute noinline",
1060 olddecl, olddecl);
1062 else if (DECL_DECLARED_INLINE_P (olddecl)
1063 && DECL_UNINLINABLE (newdecl)
1064 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1066 warning ("%Jfunction %qD redeclared with attribute noinline",
1067 newdecl, newdecl);
1068 warning ("%Jprevious declaration of %qD was inline",
1069 olddecl, olddecl);
1073 /* Check for redeclaration and other discrepancies. */
1074 if (TREE_CODE (olddecl) == FUNCTION_DECL
1075 && DECL_ARTIFICIAL (olddecl))
1077 if (TREE_CODE (newdecl) != FUNCTION_DECL)
1079 /* Avoid warnings redeclaring anticipated built-ins. */
1080 if (DECL_ANTICIPATED (olddecl))
1081 return NULL_TREE;
1083 /* If you declare a built-in or predefined function name as static,
1084 the old definition is overridden, but optionally warn this was a
1085 bad choice of name. */
1086 if (! TREE_PUBLIC (newdecl))
1088 if (warn_shadow)
1089 warning ("shadowing %s function %q#D",
1090 DECL_BUILT_IN (olddecl) ? "built-in" : "library",
1091 olddecl);
1092 /* Discard the old built-in function. */
1093 return NULL_TREE;
1095 /* If the built-in is not ansi, then programs can override
1096 it even globally without an error. */
1097 else if (! DECL_BUILT_IN (olddecl))
1098 warning ("library function %q#D redeclared as non-function %q#D",
1099 olddecl, newdecl);
1100 else
1102 error ("declaration of %q#D", newdecl);
1103 error ("conflicts with built-in declaration %q#D",
1104 olddecl);
1106 return NULL_TREE;
1108 else if (!types_match)
1110 /* Avoid warnings redeclaring anticipated built-ins. */
1111 if (DECL_ANTICIPATED (olddecl))
1113 /* Deal with fileptr_type_node. FILE type is not known
1114 at the time we create the builtins. */
1115 tree t1, t2;
1117 for (t1 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1118 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1119 t1 || t2;
1120 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2))
1121 if (!t1 || !t2)
1122 break;
1123 else if (TREE_VALUE (t2) == fileptr_type_node)
1125 tree t = TREE_VALUE (t1);
1127 if (TREE_CODE (t) == POINTER_TYPE
1128 && TYPE_NAME (TREE_TYPE (t))
1129 && DECL_NAME (TYPE_NAME (TREE_TYPE (t)))
1130 == get_identifier ("FILE")
1131 && compparms (TREE_CHAIN (t1), TREE_CHAIN (t2)))
1133 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1135 TYPE_ARG_TYPES (TREE_TYPE (olddecl))
1136 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1137 types_match = decls_match (newdecl, olddecl);
1138 if (types_match)
1139 return duplicate_decls (newdecl, olddecl);
1140 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1143 else if (! same_type_p (TREE_VALUE (t1), TREE_VALUE (t2)))
1144 break;
1146 else if ((DECL_EXTERN_C_P (newdecl)
1147 && DECL_EXTERN_C_P (olddecl))
1148 || compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1149 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1151 /* A near match; override the builtin. */
1153 if (TREE_PUBLIC (newdecl))
1155 warning ("new declaration %q#D", newdecl);
1156 warning ("ambiguates built-in declaration %q#D",
1157 olddecl);
1159 else if (warn_shadow)
1160 warning ("shadowing %s function %q#D",
1161 DECL_BUILT_IN (olddecl) ? "built-in" : "library",
1162 olddecl);
1164 else
1165 /* Discard the old built-in function. */
1166 return NULL_TREE;
1168 /* Replace the old RTL to avoid problems with inlining. */
1169 COPY_DECL_RTL (newdecl, olddecl);
1171 /* Even if the types match, prefer the new declarations type
1172 for anticipated built-ins, for exception lists, etc... */
1173 else if (DECL_ANTICIPATED (olddecl))
1175 tree type = TREE_TYPE (newdecl);
1176 tree attribs = (*targetm.merge_type_attributes)
1177 (TREE_TYPE (olddecl), type);
1179 type = cp_build_type_attribute_variant (type, attribs);
1180 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = type;
1183 /* Whether or not the builtin can throw exceptions has no
1184 bearing on this declarator. */
1185 TREE_NOTHROW (olddecl) = 0;
1187 if (DECL_THIS_STATIC (newdecl) && !DECL_THIS_STATIC (olddecl))
1189 /* If a builtin function is redeclared as `static', merge
1190 the declarations, but make the original one static. */
1191 DECL_THIS_STATIC (olddecl) = 1;
1192 TREE_PUBLIC (olddecl) = 0;
1194 /* Make the old declaration consistent with the new one so
1195 that all remnants of the builtin-ness of this function
1196 will be banished. */
1197 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
1198 COPY_DECL_RTL (newdecl, olddecl);
1201 else if (TREE_CODE (olddecl) != TREE_CODE (newdecl))
1203 if ((TREE_CODE (olddecl) == TYPE_DECL && DECL_ARTIFICIAL (olddecl)
1204 && TREE_CODE (newdecl) != TYPE_DECL
1205 && ! (TREE_CODE (newdecl) == TEMPLATE_DECL
1206 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL))
1207 || (TREE_CODE (newdecl) == TYPE_DECL && DECL_ARTIFICIAL (newdecl)
1208 && TREE_CODE (olddecl) != TYPE_DECL
1209 && ! (TREE_CODE (olddecl) == TEMPLATE_DECL
1210 && (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl))
1211 == TYPE_DECL))))
1213 /* We do nothing special here, because C++ does such nasty
1214 things with TYPE_DECLs. Instead, just let the TYPE_DECL
1215 get shadowed, and know that if we need to find a TYPE_DECL
1216 for a given name, we can look in the IDENTIFIER_TYPE_VALUE
1217 slot of the identifier. */
1218 return NULL_TREE;
1221 if ((TREE_CODE (newdecl) == FUNCTION_DECL
1222 && DECL_FUNCTION_TEMPLATE_P (olddecl))
1223 || (TREE_CODE (olddecl) == FUNCTION_DECL
1224 && DECL_FUNCTION_TEMPLATE_P (newdecl)))
1225 return NULL_TREE;
1227 error ("%q#D redeclared as different kind of symbol", newdecl);
1228 if (TREE_CODE (olddecl) == TREE_LIST)
1229 olddecl = TREE_VALUE (olddecl);
1230 cp_error_at ("previous declaration of %q#D", olddecl);
1232 return error_mark_node;
1234 else if (!types_match)
1236 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl))
1237 /* These are certainly not duplicate declarations; they're
1238 from different scopes. */
1239 return NULL_TREE;
1241 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1243 /* The name of a class template may not be declared to refer to
1244 any other template, class, function, object, namespace, value,
1245 or type in the same scope. */
1246 if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == TYPE_DECL
1247 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1249 error ("declaration of template %q#D", newdecl);
1250 cp_error_at ("conflicts with previous declaration %q#D",
1251 olddecl);
1253 else if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == FUNCTION_DECL
1254 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == FUNCTION_DECL
1255 && compparms (TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl))),
1256 TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl))))
1257 && comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1258 DECL_TEMPLATE_PARMS (olddecl))
1259 /* Template functions can be disambiguated by
1260 return type. */
1261 && same_type_p (TREE_TYPE (TREE_TYPE (newdecl)),
1262 TREE_TYPE (TREE_TYPE (olddecl))))
1264 error ("new declaration %q#D", newdecl);
1265 cp_error_at ("ambiguates old declaration %q#D", olddecl);
1267 return NULL_TREE;
1269 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1271 if (DECL_EXTERN_C_P (newdecl) && DECL_EXTERN_C_P (olddecl))
1273 error ("declaration of C function %q#D conflicts with",
1274 newdecl);
1275 cp_error_at ("previous declaration %q#D here", olddecl);
1277 else if (compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1278 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1280 error ("new declaration %q#D", newdecl);
1281 cp_error_at ("ambiguates old declaration %q#D", olddecl);
1283 else
1284 return NULL_TREE;
1286 else
1288 error ("conflicting declaration %q#D", newdecl);
1289 cp_error_at ("%qD has a previous declaration as %q#D",
1290 olddecl, olddecl);
1291 return error_mark_node;
1294 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1295 && ((DECL_TEMPLATE_SPECIALIZATION (olddecl)
1296 && (!DECL_TEMPLATE_INFO (newdecl)
1297 || (DECL_TI_TEMPLATE (newdecl)
1298 != DECL_TI_TEMPLATE (olddecl))))
1299 || (DECL_TEMPLATE_SPECIALIZATION (newdecl)
1300 && (!DECL_TEMPLATE_INFO (olddecl)
1301 || (DECL_TI_TEMPLATE (olddecl)
1302 != DECL_TI_TEMPLATE (newdecl))))))
1303 /* It's OK to have a template specialization and a non-template
1304 with the same type, or to have specializations of two
1305 different templates with the same type. Note that if one is a
1306 specialization, and the other is an instantiation of the same
1307 template, that we do not exit at this point. That situation
1308 can occur if we instantiate a template class, and then
1309 specialize one of its methods. This situation is valid, but
1310 the declarations must be merged in the usual way. */
1311 return NULL_TREE;
1312 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1313 && ((DECL_TEMPLATE_INSTANTIATION (olddecl)
1314 && !DECL_USE_TEMPLATE (newdecl))
1315 || (DECL_TEMPLATE_INSTANTIATION (newdecl)
1316 && !DECL_USE_TEMPLATE (olddecl))))
1317 /* One of the declarations is a template instantiation, and the
1318 other is not a template at all. That's OK. */
1319 return NULL_TREE;
1320 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
1322 /* In [namespace.alias] we have:
1324 In a declarative region, a namespace-alias-definition can be
1325 used to redefine a namespace-alias declared in that declarative
1326 region to refer only to the namespace to which it already
1327 refers.
1329 Therefore, if we encounter a second alias directive for the same
1330 alias, we can just ignore the second directive. */
1331 if (DECL_NAMESPACE_ALIAS (newdecl)
1332 && (DECL_NAMESPACE_ALIAS (newdecl)
1333 == DECL_NAMESPACE_ALIAS (olddecl)))
1334 return olddecl;
1335 /* [namespace.alias]
1337 A namespace-name or namespace-alias shall not be declared as
1338 the name of any other entity in the same declarative region.
1339 A namespace-name defined at global scope shall not be
1340 declared as the name of any other entity in any global scope
1341 of the program. */
1342 error ("declaration of namespace %qD conflicts with", newdecl);
1343 cp_error_at ("previous declaration of namespace %qD here", olddecl);
1344 return error_mark_node;
1346 else
1348 const char *errmsg = redeclaration_error_message (newdecl, olddecl);
1349 if (errmsg)
1351 error (errmsg, newdecl);
1352 if (DECL_NAME (olddecl) != NULL_TREE)
1353 cp_error_at ((DECL_INITIAL (olddecl)
1354 && namespace_bindings_p ())
1355 ? "%q#D previously defined here"
1356 : "%q#D previously declared here", olddecl);
1357 return error_mark_node;
1359 else if (TREE_CODE (olddecl) == FUNCTION_DECL
1360 && DECL_INITIAL (olddecl) != NULL_TREE
1361 && TYPE_ARG_TYPES (TREE_TYPE (olddecl)) == NULL_TREE
1362 && TYPE_ARG_TYPES (TREE_TYPE (newdecl)) != NULL_TREE)
1364 /* Prototype decl follows defn w/o prototype. */
1365 cp_warning_at ("prototype for %q#D", newdecl);
1366 warning ("%Jfollows non-prototype definition here", olddecl);
1368 else if (TREE_CODE (olddecl) == FUNCTION_DECL
1369 && DECL_LANGUAGE (newdecl) != DECL_LANGUAGE (olddecl))
1371 /* extern "C" int foo ();
1372 int foo () { bar (); }
1373 is OK. */
1374 if (current_lang_depth () == 0)
1375 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
1376 else
1378 cp_error_at ("previous declaration of %q#D with %qL linkage",
1379 olddecl, DECL_LANGUAGE (olddecl));
1380 error ("conflicts with new declaration with %qL linkage",
1381 DECL_LANGUAGE (newdecl));
1385 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl))
1387 else if (TREE_CODE (olddecl) == FUNCTION_DECL)
1389 tree t1 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1390 tree t2 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1391 int i = 1;
1393 if (TREE_CODE (TREE_TYPE (newdecl)) == METHOD_TYPE)
1394 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2);
1396 for (; t1 && t1 != void_list_node;
1397 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2), i++)
1398 if (TREE_PURPOSE (t1) && TREE_PURPOSE (t2))
1400 if (1 == simple_cst_equal (TREE_PURPOSE (t1),
1401 TREE_PURPOSE (t2)))
1403 pedwarn ("default argument given for parameter %d of %q#D",
1404 i, newdecl);
1405 cp_pedwarn_at ("after previous specification in %q#D",
1406 olddecl);
1408 else
1410 error ("default argument given for parameter %d of %q#D",
1411 i, newdecl);
1412 cp_error_at ("after previous specification in %q#D",
1413 olddecl);
1417 if (DECL_DECLARED_INLINE_P (newdecl)
1418 && ! DECL_DECLARED_INLINE_P (olddecl)
1419 && TREE_ADDRESSABLE (olddecl) && warn_inline)
1421 warning ("%q#D was used before it was declared inline", newdecl);
1422 warning ("%Jprevious non-inline declaration here", olddecl);
1427 /* Do not merge an implicit typedef with an explicit one. In:
1429 class A;
1431 typedef class A A __attribute__ ((foo));
1433 the attribute should apply only to the typedef. */
1434 if (TREE_CODE (olddecl) == TYPE_DECL
1435 && (DECL_IMPLICIT_TYPEDEF_P (olddecl)
1436 || DECL_IMPLICIT_TYPEDEF_P (newdecl)))
1437 return NULL_TREE;
1439 /* If new decl is `static' and an `extern' was seen previously,
1440 warn about it. */
1441 warn_extern_redeclared_static (newdecl, olddecl);
1443 /* We have committed to returning 1 at this point. */
1444 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1446 /* Now that functions must hold information normally held
1447 by field decls, there is extra work to do so that
1448 declaration information does not get destroyed during
1449 definition. */
1450 if (DECL_VINDEX (olddecl))
1451 DECL_VINDEX (newdecl) = DECL_VINDEX (olddecl);
1452 if (DECL_CONTEXT (olddecl))
1453 DECL_CONTEXT (newdecl) = DECL_CONTEXT (olddecl);
1454 DECL_STATIC_CONSTRUCTOR (newdecl) |= DECL_STATIC_CONSTRUCTOR (olddecl);
1455 DECL_STATIC_DESTRUCTOR (newdecl) |= DECL_STATIC_DESTRUCTOR (olddecl);
1456 DECL_PURE_VIRTUAL_P (newdecl) |= DECL_PURE_VIRTUAL_P (olddecl);
1457 DECL_VIRTUAL_P (newdecl) |= DECL_VIRTUAL_P (olddecl);
1458 DECL_THIS_STATIC (newdecl) |= DECL_THIS_STATIC (olddecl);
1459 if (DECL_OVERLOADED_OPERATOR_P (olddecl) != ERROR_MARK)
1460 SET_OVERLOADED_OPERATOR_CODE
1461 (newdecl, DECL_OVERLOADED_OPERATOR_P (olddecl));
1462 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE;
1464 /* Optionally warn about more than one declaration for the same
1465 name, but don't warn about a function declaration followed by a
1466 definition. */
1467 if (warn_redundant_decls && ! DECL_ARTIFICIAL (olddecl)
1468 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE)
1469 /* Don't warn about extern decl followed by definition. */
1470 && !(DECL_EXTERNAL (olddecl) && ! DECL_EXTERNAL (newdecl))
1471 /* Don't warn about friends, let add_friend take care of it. */
1472 && ! (DECL_FRIEND_P (newdecl) || DECL_FRIEND_P (olddecl)))
1474 warning ("redundant redeclaration of %qD in same scope", newdecl);
1475 cp_warning_at ("previous declaration of %qD", olddecl);
1479 /* Deal with C++: must preserve virtual function table size. */
1480 if (TREE_CODE (olddecl) == TYPE_DECL)
1482 tree newtype = TREE_TYPE (newdecl);
1483 tree oldtype = TREE_TYPE (olddecl);
1485 if (newtype != error_mark_node && oldtype != error_mark_node
1486 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1487 CLASSTYPE_FRIEND_CLASSES (newtype)
1488 = CLASSTYPE_FRIEND_CLASSES (oldtype);
1490 DECL_ORIGINAL_TYPE (newdecl) = DECL_ORIGINAL_TYPE (olddecl);
1493 /* Copy all the DECL_... slots specified in the new decl
1494 except for any that we copy here from the old type. */
1495 DECL_ATTRIBUTES (newdecl)
1496 = (*targetm.merge_decl_attributes) (olddecl, newdecl);
1498 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1500 TREE_TYPE (olddecl) = TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl));
1501 DECL_TEMPLATE_SPECIALIZATIONS (olddecl)
1502 = chainon (DECL_TEMPLATE_SPECIALIZATIONS (olddecl),
1503 DECL_TEMPLATE_SPECIALIZATIONS (newdecl));
1505 /* If the new declaration is a definition, update the file and
1506 line information on the declaration. */
1507 if (DECL_INITIAL (DECL_TEMPLATE_RESULT (olddecl)) == NULL_TREE
1508 && DECL_INITIAL (DECL_TEMPLATE_RESULT (newdecl)) != NULL_TREE)
1510 DECL_SOURCE_LOCATION (olddecl)
1511 = DECL_SOURCE_LOCATION (DECL_TEMPLATE_RESULT (olddecl))
1512 = DECL_SOURCE_LOCATION (newdecl);
1513 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
1514 DECL_ARGUMENTS (DECL_TEMPLATE_RESULT (olddecl))
1515 = DECL_ARGUMENTS (DECL_TEMPLATE_RESULT (newdecl));
1518 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
1520 DECL_INLINE (DECL_TEMPLATE_RESULT (olddecl))
1521 |= DECL_INLINE (DECL_TEMPLATE_RESULT (newdecl));
1522 DECL_DECLARED_INLINE_P (DECL_TEMPLATE_RESULT (olddecl))
1523 |= DECL_DECLARED_INLINE_P (DECL_TEMPLATE_RESULT (newdecl));
1526 return olddecl;
1529 if (types_match)
1531 /* Automatically handles default parameters. */
1532 tree oldtype = TREE_TYPE (olddecl);
1533 tree newtype;
1535 /* Merge the data types specified in the two decls. */
1536 newtype = merge_types (TREE_TYPE (newdecl), TREE_TYPE (olddecl));
1538 /* If merge_types produces a non-typedef type, just use the old type. */
1539 if (TREE_CODE (newdecl) == TYPE_DECL
1540 && newtype == DECL_ORIGINAL_TYPE (newdecl))
1541 newtype = oldtype;
1543 if (TREE_CODE (newdecl) == VAR_DECL)
1545 DECL_THIS_EXTERN (newdecl) |= DECL_THIS_EXTERN (olddecl);
1546 DECL_INITIALIZED_P (newdecl) |= DECL_INITIALIZED_P (olddecl);
1547 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (newdecl)
1548 |= DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (olddecl);
1551 /* Do this after calling `merge_types' so that default
1552 parameters don't confuse us. */
1553 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1554 && (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl))
1555 != TYPE_RAISES_EXCEPTIONS (TREE_TYPE (olddecl))))
1557 TREE_TYPE (newdecl) = build_exception_variant (newtype,
1558 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl)));
1559 TREE_TYPE (olddecl) = build_exception_variant (newtype,
1560 TYPE_RAISES_EXCEPTIONS (oldtype));
1562 if ((pedantic || ! DECL_IN_SYSTEM_HEADER (olddecl))
1563 && ! DECL_IS_BUILTIN (olddecl)
1564 && flag_exceptions
1565 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl)),
1566 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (olddecl)), 1))
1568 error ("declaration of %qF throws different exceptions",
1569 newdecl);
1570 cp_error_at ("than previous declaration %qF", olddecl);
1573 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = newtype;
1575 /* Lay the type out, unless already done. */
1576 if (! same_type_p (newtype, oldtype)
1577 && TREE_TYPE (newdecl) != error_mark_node
1578 && !(processing_template_decl && uses_template_parms (newdecl)))
1579 layout_type (TREE_TYPE (newdecl));
1581 if ((TREE_CODE (newdecl) == VAR_DECL
1582 || TREE_CODE (newdecl) == PARM_DECL
1583 || TREE_CODE (newdecl) == RESULT_DECL
1584 || TREE_CODE (newdecl) == FIELD_DECL
1585 || TREE_CODE (newdecl) == TYPE_DECL)
1586 && !(processing_template_decl && uses_template_parms (newdecl)))
1587 layout_decl (newdecl, 0);
1589 /* Merge the type qualifiers. */
1590 if (TREE_READONLY (newdecl))
1591 TREE_READONLY (olddecl) = 1;
1592 if (TREE_THIS_VOLATILE (newdecl))
1593 TREE_THIS_VOLATILE (olddecl) = 1;
1594 if (TREE_NOTHROW (newdecl))
1595 TREE_NOTHROW (olddecl) = 1;
1597 /* Merge deprecatedness. */
1598 if (TREE_DEPRECATED (newdecl))
1599 TREE_DEPRECATED (olddecl) = 1;
1601 /* Merge the initialization information. */
1602 if (DECL_INITIAL (newdecl) == NULL_TREE
1603 && DECL_INITIAL (olddecl) != NULL_TREE)
1605 DECL_INITIAL (newdecl) = DECL_INITIAL (olddecl);
1606 DECL_SOURCE_LOCATION (newdecl) = DECL_SOURCE_LOCATION (olddecl);
1607 if (CAN_HAVE_FULL_LANG_DECL_P (newdecl)
1608 && DECL_LANG_SPECIFIC (newdecl)
1609 && DECL_LANG_SPECIFIC (olddecl))
1611 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl);
1612 DECL_STRUCT_FUNCTION (newdecl) = DECL_STRUCT_FUNCTION (olddecl);
1616 /* Merge the section attribute.
1617 We want to issue an error if the sections conflict but that must be
1618 done later in decl_attributes since we are called before attributes
1619 are assigned. */
1620 if (DECL_SECTION_NAME (newdecl) == NULL_TREE)
1621 DECL_SECTION_NAME (newdecl) = DECL_SECTION_NAME (olddecl);
1623 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1625 DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (newdecl)
1626 |= DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (olddecl);
1627 DECL_NO_LIMIT_STACK (newdecl) |= DECL_NO_LIMIT_STACK (olddecl);
1628 TREE_THIS_VOLATILE (newdecl) |= TREE_THIS_VOLATILE (olddecl);
1629 TREE_READONLY (newdecl) |= TREE_READONLY (olddecl);
1630 TREE_NOTHROW (newdecl) |= TREE_NOTHROW (olddecl);
1631 DECL_IS_MALLOC (newdecl) |= DECL_IS_MALLOC (olddecl);
1632 DECL_IS_PURE (newdecl) |= DECL_IS_PURE (olddecl);
1633 /* Keep the old RTL. */
1634 COPY_DECL_RTL (olddecl, newdecl);
1636 else if (TREE_CODE (newdecl) == VAR_DECL
1637 && (DECL_SIZE (olddecl) || !DECL_SIZE (newdecl)))
1639 /* Keep the old RTL. We cannot keep the old RTL if the old
1640 declaration was for an incomplete object and the new
1641 declaration is not since many attributes of the RTL will
1642 change. */
1643 COPY_DECL_RTL (olddecl, newdecl);
1646 /* If cannot merge, then use the new type and qualifiers,
1647 and don't preserve the old rtl. */
1648 else
1650 /* Clean out any memory we had of the old declaration. */
1651 tree oldstatic = value_member (olddecl, static_aggregates);
1652 if (oldstatic)
1653 TREE_VALUE (oldstatic) = error_mark_node;
1655 TREE_TYPE (olddecl) = TREE_TYPE (newdecl);
1656 TREE_READONLY (olddecl) = TREE_READONLY (newdecl);
1657 TREE_THIS_VOLATILE (olddecl) = TREE_THIS_VOLATILE (newdecl);
1658 TREE_SIDE_EFFECTS (olddecl) = TREE_SIDE_EFFECTS (newdecl);
1661 /* Merge the storage class information. */
1662 merge_weak (newdecl, olddecl);
1664 DECL_ONE_ONLY (newdecl) |= DECL_ONE_ONLY (olddecl);
1665 DECL_DEFER_OUTPUT (newdecl) |= DECL_DEFER_OUTPUT (olddecl);
1666 TREE_PUBLIC (newdecl) = TREE_PUBLIC (olddecl);
1667 TREE_STATIC (olddecl) = TREE_STATIC (newdecl) |= TREE_STATIC (olddecl);
1668 if (! DECL_EXTERNAL (olddecl))
1669 DECL_EXTERNAL (newdecl) = 0;
1671 if (DECL_LANG_SPECIFIC (newdecl) && DECL_LANG_SPECIFIC (olddecl))
1673 DECL_INTERFACE_KNOWN (newdecl) |= DECL_INTERFACE_KNOWN (olddecl);
1674 DECL_NOT_REALLY_EXTERN (newdecl) |= DECL_NOT_REALLY_EXTERN (olddecl);
1675 DECL_COMDAT (newdecl) |= DECL_COMDAT (olddecl);
1676 DECL_TEMPLATE_INSTANTIATED (newdecl)
1677 |= DECL_TEMPLATE_INSTANTIATED (olddecl);
1679 /* If the OLDDECL is an instantiation and/or specialization,
1680 then the NEWDECL must be too. But, it may not yet be marked
1681 as such if the caller has created NEWDECL, but has not yet
1682 figured out that it is a redeclaration. */
1683 if (!DECL_USE_TEMPLATE (newdecl))
1684 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl);
1686 /* Don't really know how much of the language-specific
1687 values we should copy from old to new. */
1688 DECL_IN_AGGR_P (newdecl) = DECL_IN_AGGR_P (olddecl);
1689 DECL_LANG_SPECIFIC (newdecl)->decl_flags.u2 =
1690 DECL_LANG_SPECIFIC (olddecl)->decl_flags.u2;
1691 DECL_NONCONVERTING_P (newdecl) = DECL_NONCONVERTING_P (olddecl);
1692 DECL_REPO_AVAILABLE_P (newdecl) = DECL_REPO_AVAILABLE_P (olddecl);
1693 DECL_TEMPLATE_INFO (newdecl) = DECL_TEMPLATE_INFO (olddecl);
1694 DECL_INITIALIZED_IN_CLASS_P (newdecl)
1695 |= DECL_INITIALIZED_IN_CLASS_P (olddecl);
1696 olddecl_friend = DECL_FRIEND_P (olddecl);
1698 /* Only functions have DECL_BEFRIENDING_CLASSES. */
1699 if (TREE_CODE (newdecl) == FUNCTION_DECL
1700 || DECL_FUNCTION_TEMPLATE_P (newdecl))
1702 DECL_BEFRIENDING_CLASSES (newdecl)
1703 = chainon (DECL_BEFRIENDING_CLASSES (newdecl),
1704 DECL_BEFRIENDING_CLASSES (olddecl));
1705 /* DECL_THUNKS is only valid for virtual functions,
1706 otherwise it is a DECL_FRIEND_CONTEXT. */
1707 if (DECL_VIRTUAL_P (newdecl))
1708 DECL_THUNKS (newdecl) = DECL_THUNKS (olddecl);
1712 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1714 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
1715 && !DECL_TEMPLATE_INSTANTIATION (newdecl))
1717 /* If newdecl is not a specialization, then it is not a
1718 template-related function at all. And that means that we
1719 should have exited above, returning 0. */
1720 gcc_assert (DECL_TEMPLATE_SPECIALIZATION (newdecl));
1722 if (TREE_USED (olddecl))
1723 /* From [temp.expl.spec]:
1725 If a template, a member template or the member of a class
1726 template is explicitly specialized then that
1727 specialization shall be declared before the first use of
1728 that specialization that would cause an implicit
1729 instantiation to take place, in every translation unit in
1730 which such a use occurs. */
1731 error ("explicit specialization of %qD after first use",
1732 olddecl);
1734 SET_DECL_TEMPLATE_SPECIALIZATION (olddecl);
1736 /* [temp.expl.spec/14] We don't inline explicit specialization
1737 just because the primary template says so. */
1739 else
1741 if (DECL_PENDING_INLINE_INFO (newdecl) == 0)
1742 DECL_PENDING_INLINE_INFO (newdecl) = DECL_PENDING_INLINE_INFO (olddecl);
1744 DECL_DECLARED_INLINE_P (newdecl) |= DECL_DECLARED_INLINE_P (olddecl);
1746 /* If either decl says `inline', this fn is inline, unless
1747 its definition was passed already. */
1748 if (DECL_INLINE (newdecl) && DECL_INITIAL (olddecl) == NULL_TREE)
1749 DECL_INLINE (olddecl) = 1;
1750 DECL_INLINE (newdecl) = DECL_INLINE (olddecl);
1752 DECL_UNINLINABLE (newdecl) = DECL_UNINLINABLE (olddecl)
1753 = (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl));
1756 /* Preserve abstractness on cloned [cd]tors. */
1757 DECL_ABSTRACT (newdecl) = DECL_ABSTRACT (olddecl);
1759 if (! types_match)
1761 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
1762 COPY_DECL_ASSEMBLER_NAME (newdecl, olddecl);
1763 COPY_DECL_RTL (newdecl, olddecl);
1765 if (! types_match || new_defines_function)
1767 /* These need to be copied so that the names are available.
1768 Note that if the types do match, we'll preserve inline
1769 info and other bits, but if not, we won't. */
1770 DECL_ARGUMENTS (olddecl) = DECL_ARGUMENTS (newdecl);
1771 DECL_RESULT (olddecl) = DECL_RESULT (newdecl);
1773 if (new_defines_function)
1774 /* If defining a function declared with other language
1775 linkage, use the previously declared language linkage. */
1776 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
1777 else if (types_match)
1779 /* If redeclaring a builtin function, and not a definition,
1780 it stays built in. */
1781 if (DECL_BUILT_IN (olddecl))
1783 DECL_BUILT_IN_CLASS (newdecl) = DECL_BUILT_IN_CLASS (olddecl);
1784 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl);
1785 /* If we're keeping the built-in definition, keep the rtl,
1786 regardless of declaration matches. */
1787 COPY_DECL_RTL (olddecl, newdecl);
1790 DECL_RESULT (newdecl) = DECL_RESULT (olddecl);
1791 /* Don't clear out the arguments if we're redefining a function. */
1792 if (DECL_ARGUMENTS (olddecl))
1793 DECL_ARGUMENTS (newdecl) = DECL_ARGUMENTS (olddecl);
1796 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
1797 NAMESPACE_LEVEL (newdecl) = NAMESPACE_LEVEL (olddecl);
1799 /* Now preserve various other info from the definition. */
1800 TREE_ADDRESSABLE (newdecl) = TREE_ADDRESSABLE (olddecl);
1801 TREE_ASM_WRITTEN (newdecl) = TREE_ASM_WRITTEN (olddecl);
1802 DECL_COMMON (newdecl) = DECL_COMMON (olddecl);
1803 COPY_DECL_ASSEMBLER_NAME (olddecl, newdecl);
1805 /* Warn about conflicting visibility specifications. */
1806 if (DECL_VISIBILITY_SPECIFIED (olddecl)
1807 && DECL_VISIBILITY_SPECIFIED (newdecl)
1808 && DECL_VISIBILITY (newdecl) != DECL_VISIBILITY (olddecl))
1810 warning ("%J%qD: visibility attribute ignored because it",
1811 newdecl, newdecl);
1812 warning ("%Jconflicts with previous declaration here", olddecl);
1814 /* Choose the declaration which specified visibility. */
1815 if (DECL_VISIBILITY_SPECIFIED (olddecl))
1817 DECL_VISIBILITY (newdecl) = DECL_VISIBILITY (olddecl);
1818 DECL_VISIBILITY_SPECIFIED (newdecl) = 1;
1821 /* The DECL_LANG_SPECIFIC information in OLDDECL will be replaced
1822 with that from NEWDECL below. */
1823 if (DECL_LANG_SPECIFIC (olddecl))
1825 gcc_assert (DECL_LANG_SPECIFIC (olddecl)
1826 != DECL_LANG_SPECIFIC (newdecl));
1827 ggc_free (DECL_LANG_SPECIFIC (olddecl));
1830 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1832 int function_size;
1834 function_size = sizeof (struct tree_decl);
1836 memcpy ((char *) olddecl + sizeof (struct tree_common),
1837 (char *) newdecl + sizeof (struct tree_common),
1838 function_size - sizeof (struct tree_common));
1840 if (DECL_TEMPLATE_INSTANTIATION (newdecl))
1841 /* If newdecl is a template instantiation, it is possible that
1842 the following sequence of events has occurred:
1844 o A friend function was declared in a class template. The
1845 class template was instantiated.
1847 o The instantiation of the friend declaration was
1848 recorded on the instantiation list, and is newdecl.
1850 o Later, however, instantiate_class_template called pushdecl
1851 on the newdecl to perform name injection. But, pushdecl in
1852 turn called duplicate_decls when it discovered that another
1853 declaration of a global function with the same name already
1854 existed.
1856 o Here, in duplicate_decls, we decided to clobber newdecl.
1858 If we're going to do that, we'd better make sure that
1859 olddecl, and not newdecl, is on the list of
1860 instantiations so that if we try to do the instantiation
1861 again we won't get the clobbered declaration. */
1862 reregister_specialization (newdecl,
1863 DECL_TI_TEMPLATE (newdecl),
1864 olddecl);
1866 else
1868 memcpy ((char *) olddecl + sizeof (struct tree_common),
1869 (char *) newdecl + sizeof (struct tree_common),
1870 sizeof (struct tree_decl) - sizeof (struct tree_common)
1871 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
1874 DECL_UID (olddecl) = olddecl_uid;
1875 if (olddecl_friend)
1876 DECL_FRIEND_P (olddecl) = 1;
1878 /* NEWDECL contains the merged attribute lists.
1879 Update OLDDECL to be the same. */
1880 DECL_ATTRIBUTES (olddecl) = DECL_ATTRIBUTES (newdecl);
1882 /* If OLDDECL had its DECL_RTL instantiated, re-invoke make_decl_rtl
1883 so that encode_section_info has a chance to look at the new decl
1884 flags and attributes. */
1885 if (DECL_RTL_SET_P (olddecl)
1886 && (TREE_CODE (olddecl) == FUNCTION_DECL
1887 || (TREE_CODE (olddecl) == VAR_DECL
1888 && TREE_STATIC (olddecl))))
1889 make_decl_rtl (olddecl);
1891 /* The NEWDECL will no longer be needed. Because every out-of-class
1892 declaration of a member results in a call to duplicate_decls,
1893 freeing these nodes represents in a significant savings. */
1894 ggc_free (newdecl);
1896 return olddecl;
1899 /* Return zero if the declaration NEWDECL is valid
1900 when the declaration OLDDECL (assumed to be for the same name)
1901 has already been seen.
1902 Otherwise return an error message format string with a %s
1903 where the identifier should go. */
1905 static const char *
1906 redeclaration_error_message (tree newdecl, tree olddecl)
1908 if (TREE_CODE (newdecl) == TYPE_DECL)
1910 /* Because C++ can put things into name space for free,
1911 constructs like "typedef struct foo { ... } foo"
1912 would look like an erroneous redeclaration. */
1913 if (same_type_p (TREE_TYPE (newdecl), TREE_TYPE (olddecl)))
1914 return 0;
1915 else
1916 return "redefinition of %q#D";
1918 else if (TREE_CODE (newdecl) == FUNCTION_DECL)
1920 /* If this is a pure function, its olddecl will actually be
1921 the original initialization to `0' (which we force to call
1922 abort()). Don't complain about redefinition in this case. */
1923 if (DECL_LANG_SPECIFIC (olddecl) && DECL_PURE_VIRTUAL_P (olddecl)
1924 && DECL_INITIAL (olddecl) == NULL_TREE)
1925 return 0;
1927 /* If both functions come from different namespaces, this is not
1928 a redeclaration - this is a conflict with a used function. */
1929 if (DECL_NAMESPACE_SCOPE_P (olddecl)
1930 && DECL_CONTEXT (olddecl) != DECL_CONTEXT (newdecl)
1931 && ! decls_match (olddecl, newdecl))
1932 return "%qD conflicts with used function";
1934 /* We'll complain about linkage mismatches in
1935 warn_extern_redeclared_static. */
1937 /* Defining the same name twice is no good. */
1938 if (DECL_INITIAL (olddecl) != NULL_TREE
1939 && DECL_INITIAL (newdecl) != NULL_TREE)
1941 if (DECL_NAME (olddecl) == NULL_TREE)
1942 return "%q#D not declared in class";
1943 else
1944 return "redefinition of %q#D";
1946 return 0;
1948 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1950 tree nt, ot;
1952 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1954 if (COMPLETE_TYPE_P (TREE_TYPE (newdecl))
1955 && COMPLETE_TYPE_P (TREE_TYPE (olddecl)))
1956 return "redefinition of %q#D";
1957 return NULL;
1960 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != FUNCTION_DECL
1961 || (DECL_TEMPLATE_RESULT (newdecl)
1962 == DECL_TEMPLATE_RESULT (olddecl)))
1963 return NULL;
1965 nt = DECL_TEMPLATE_RESULT (newdecl);
1966 if (DECL_TEMPLATE_INFO (nt))
1967 nt = DECL_TEMPLATE_RESULT (template_for_substitution (nt));
1968 ot = DECL_TEMPLATE_RESULT (olddecl);
1969 if (DECL_TEMPLATE_INFO (ot))
1970 ot = DECL_TEMPLATE_RESULT (template_for_substitution (ot));
1971 if (DECL_INITIAL (nt) && DECL_INITIAL (ot))
1972 return "redefinition of %q#D";
1974 return NULL;
1976 else if (toplevel_bindings_p () || DECL_NAMESPACE_SCOPE_P (newdecl))
1978 /* Objects declared at top level: */
1979 /* If at least one is a reference, it's ok. */
1980 if (DECL_EXTERNAL (newdecl) || DECL_EXTERNAL (olddecl))
1981 return 0;
1982 /* Reject two definitions. */
1983 return "redefinition of %q#D";
1985 else
1987 /* Objects declared with block scope: */
1988 /* Reject two definitions, and reject a definition
1989 together with an external reference. */
1990 if (!(DECL_EXTERNAL (newdecl) && DECL_EXTERNAL (olddecl)))
1991 return "redeclaration of %q#D";
1992 return 0;
1996 /* Create a new label, named ID. */
1998 static tree
1999 make_label_decl (tree id, int local_p)
2001 tree decl;
2003 decl = build_decl (LABEL_DECL, id, void_type_node);
2005 DECL_CONTEXT (decl) = current_function_decl;
2006 DECL_MODE (decl) = VOIDmode;
2007 C_DECLARED_LABEL_FLAG (decl) = local_p;
2009 /* Say where one reference is to the label, for the sake of the
2010 error if it is not defined. */
2011 DECL_SOURCE_LOCATION (decl) = input_location;
2013 /* Record the fact that this identifier is bound to this label. */
2014 SET_IDENTIFIER_LABEL_VALUE (id, decl);
2016 return decl;
2019 /* Record this label on the list of used labels so that we can check
2020 at the end of the function to see whether or not the label was
2021 actually defined, and so we can check when the label is defined whether
2022 this use is valid. */
2024 static void
2025 use_label (tree decl)
2027 if (named_label_uses == NULL
2028 || named_label_uses->names_in_scope != current_binding_level->names
2029 || named_label_uses->label_decl != decl)
2031 struct named_label_use_list *new_ent;
2032 new_ent = GGC_NEW (struct named_label_use_list);
2033 new_ent->label_decl = decl;
2034 new_ent->names_in_scope = current_binding_level->names;
2035 new_ent->binding_level = current_binding_level;
2036 new_ent->o_goto_locus = input_location;
2037 new_ent->next = named_label_uses;
2038 named_label_uses = new_ent;
2042 /* Look for a label named ID in the current function. If one cannot
2043 be found, create one. (We keep track of used, but undefined,
2044 labels, and complain about them at the end of a function.) */
2046 tree
2047 lookup_label (tree id)
2049 tree decl;
2050 struct named_label_list *ent;
2052 timevar_push (TV_NAME_LOOKUP);
2053 /* You can't use labels at global scope. */
2054 if (current_function_decl == NULL_TREE)
2056 error ("label %qE referenced outside of any function", id);
2057 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, NULL_TREE);
2060 /* See if we've already got this label. */
2061 decl = IDENTIFIER_LABEL_VALUE (id);
2062 if (decl != NULL_TREE && DECL_CONTEXT (decl) == current_function_decl)
2063 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, decl);
2065 /* Record this label on the list of labels used in this function.
2066 We do this before calling make_label_decl so that we get the
2067 IDENTIFIER_LABEL_VALUE before the new label is declared. */
2068 ent = GGC_CNEW (struct named_label_list);
2069 ent->old_value = IDENTIFIER_LABEL_VALUE (id);
2070 ent->next = named_labels;
2071 named_labels = ent;
2073 /* We need a new label. */
2074 decl = make_label_decl (id, /*local_p=*/0);
2076 /* Now fill in the information we didn't have before. */
2077 ent->label_decl = decl;
2079 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, decl);
2082 /* Declare a local label named ID. */
2084 tree
2085 declare_local_label (tree id)
2087 tree decl;
2089 /* Add a new entry to the SHADOWED_LABELS list so that when we leave
2090 this scope we can restore the old value of
2091 IDENTIFIER_TYPE_VALUE. */
2092 current_binding_level->shadowed_labels
2093 = tree_cons (IDENTIFIER_LABEL_VALUE (id), NULL_TREE,
2094 current_binding_level->shadowed_labels);
2095 /* Look for the label. */
2096 decl = make_label_decl (id, /*local_p=*/1);
2097 /* Now fill in the information we didn't have before. */
2098 TREE_VALUE (current_binding_level->shadowed_labels) = decl;
2100 return decl;
2103 /* Returns nonzero if it is ill-formed to jump past the declaration of
2104 DECL. Returns 2 if it's also a real problem. */
2106 static int
2107 decl_jump_unsafe (tree decl)
2109 if (TREE_CODE (decl) != VAR_DECL || TREE_STATIC (decl))
2110 return 0;
2112 if (DECL_INITIAL (decl) == NULL_TREE
2113 && pod_type_p (TREE_TYPE (decl)))
2114 return 0;
2116 /* This is really only important if we're crossing an initialization.
2117 The POD stuff is just pedantry; why should it matter if the class
2118 contains a field of pointer to member type? */
2119 if (DECL_INITIAL (decl)
2120 || (TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl))))
2121 return 2;
2122 return 1;
2125 /* Check that a single previously seen jump to a newly defined label
2126 is OK. DECL is the LABEL_DECL or 0; LEVEL is the binding_level for
2127 the jump context; NAMES are the names in scope in LEVEL at the jump
2128 context; FILE and LINE are the source position of the jump or 0. */
2130 static void
2131 check_previous_goto_1 (tree decl,
2132 struct cp_binding_level* level,
2133 tree names, const location_t *locus)
2135 int identified = 0;
2136 int saw_eh = 0;
2137 struct cp_binding_level *b = current_binding_level;
2138 for (; b; b = b->level_chain)
2140 tree new_decls = b->names;
2141 tree old_decls = (b == level ? names : NULL_TREE);
2142 for (; new_decls != old_decls;
2143 new_decls = TREE_CHAIN (new_decls))
2145 int problem = decl_jump_unsafe (new_decls);
2146 if (! problem)
2147 continue;
2149 if (! identified)
2151 if (decl)
2152 pedwarn ("jump to label %qD", decl);
2153 else
2154 pedwarn ("jump to case label");
2156 if (locus)
2157 pedwarn ("%H from here", locus);
2158 identified = 1;
2161 if (problem > 1)
2162 cp_error_at (" crosses initialization of %q#D",
2163 new_decls);
2164 else
2165 cp_pedwarn_at (" enters scope of non-POD %q#D",
2166 new_decls);
2169 if (b == level)
2170 break;
2171 if ((b->kind == sk_try || b->kind == sk_catch) && ! saw_eh)
2173 if (! identified)
2175 if (decl)
2176 pedwarn ("jump to label %qD", decl);
2177 else
2178 pedwarn ("jump to case label");
2180 if (locus)
2181 pedwarn ("%H from here", locus);
2182 identified = 1;
2184 if (b->kind == sk_try)
2185 error (" enters try block");
2186 else
2187 error (" enters catch block");
2188 saw_eh = 1;
2193 static void
2194 check_previous_goto (struct named_label_use_list* use)
2196 check_previous_goto_1 (use->label_decl, use->binding_level,
2197 use->names_in_scope, &use->o_goto_locus);
2200 static void
2201 check_switch_goto (struct cp_binding_level* level)
2203 check_previous_goto_1 (NULL_TREE, level, level->names, NULL);
2206 /* Check that any previously seen jumps to a newly defined label DECL
2207 are OK. Called by define_label. */
2209 static void
2210 check_previous_gotos (tree decl)
2212 struct named_label_use_list **usep;
2214 if (! TREE_USED (decl))
2215 return;
2217 for (usep = &named_label_uses; *usep; )
2219 struct named_label_use_list *use = *usep;
2220 if (use->label_decl == decl)
2222 check_previous_goto (use);
2223 *usep = use->next;
2225 else
2226 usep = &(use->next);
2230 /* Check that a new jump to a label DECL is OK. Called by
2231 finish_goto_stmt. */
2233 void
2234 check_goto (tree decl)
2236 int identified = 0;
2237 tree bad;
2238 struct named_label_list *lab;
2240 /* We can't know where a computed goto is jumping. So we assume
2241 that it's OK. */
2242 if (! DECL_P (decl))
2243 return;
2245 /* If the label hasn't been defined yet, defer checking. */
2246 if (! DECL_INITIAL (decl))
2248 use_label (decl);
2249 return;
2252 for (lab = named_labels; lab; lab = lab->next)
2253 if (decl == lab->label_decl)
2254 break;
2256 /* If the label is not on named_labels it's a gcc local label, so
2257 it must be in an outer scope, so jumping to it is always OK. */
2258 if (lab == 0)
2259 return;
2261 if ((lab->in_try_scope || lab->in_catch_scope || lab->bad_decls)
2262 && !identified)
2264 cp_pedwarn_at ("jump to label %qD", decl);
2265 pedwarn (" from here");
2266 identified = 1;
2269 for (bad = lab->bad_decls; bad; bad = TREE_CHAIN (bad))
2271 tree b = TREE_VALUE (bad);
2272 int u = decl_jump_unsafe (b);
2274 if (u > 1 && DECL_ARTIFICIAL (b))
2275 /* Can't skip init of __exception_info. */
2276 error ("%J enters catch block", b);
2277 else if (u > 1)
2278 cp_error_at (" skips initialization of %q#D", b);
2279 else
2280 cp_pedwarn_at (" enters scope of non-POD %q#D", b);
2283 if (lab->in_try_scope)
2284 error (" enters try block");
2285 else if (lab->in_catch_scope)
2286 error (" enters catch block");
2289 /* Define a label, specifying the location in the source file.
2290 Return the LABEL_DECL node for the label. */
2292 tree
2293 define_label (location_t location, tree name)
2295 tree decl = lookup_label (name);
2296 struct named_label_list *ent;
2297 struct cp_binding_level *p;
2299 timevar_push (TV_NAME_LOOKUP);
2300 for (ent = named_labels; ent; ent = ent->next)
2301 if (ent->label_decl == decl)
2302 break;
2304 /* After labels, make any new cleanups in the function go into their
2305 own new (temporary) binding contour. */
2306 for (p = current_binding_level;
2307 p->kind != sk_function_parms;
2308 p = p->level_chain)
2309 p->more_cleanups_ok = 0;
2311 if (name == get_identifier ("wchar_t"))
2312 pedwarn ("label named wchar_t");
2314 if (DECL_INITIAL (decl) != NULL_TREE)
2315 error ("duplicate label %qD", decl);
2316 else
2318 /* Mark label as having been defined. */
2319 DECL_INITIAL (decl) = error_mark_node;
2320 /* Say where in the source. */
2321 DECL_SOURCE_LOCATION (decl) = location;
2322 if (ent)
2324 ent->names_in_scope = current_binding_level->names;
2325 ent->binding_level = current_binding_level;
2327 check_previous_gotos (decl);
2330 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, decl);
2333 struct cp_switch
2335 struct cp_binding_level *level;
2336 struct cp_switch *next;
2337 /* The SWITCH_STMT being built. */
2338 tree switch_stmt;
2339 /* A splay-tree mapping the low element of a case range to the high
2340 element, or NULL_TREE if there is no high element. Used to
2341 determine whether or not a new case label duplicates an old case
2342 label. We need a tree, rather than simply a hash table, because
2343 of the GNU case range extension. */
2344 splay_tree cases;
2347 /* A stack of the currently active switch statements. The innermost
2348 switch statement is on the top of the stack. There is no need to
2349 mark the stack for garbage collection because it is only active
2350 during the processing of the body of a function, and we never
2351 collect at that point. */
2353 static struct cp_switch *switch_stack;
2355 /* Called right after a switch-statement condition is parsed.
2356 SWITCH_STMT is the switch statement being parsed. */
2358 void
2359 push_switch (tree switch_stmt)
2361 struct cp_switch *p = xmalloc (sizeof (struct cp_switch));
2362 p->level = current_binding_level;
2363 p->next = switch_stack;
2364 p->switch_stmt = switch_stmt;
2365 p->cases = splay_tree_new (case_compare, NULL, NULL);
2366 switch_stack = p;
2369 void
2370 pop_switch (void)
2372 struct cp_switch *cs = switch_stack;
2374 /* Emit warnings as needed. */
2375 c_do_switch_warnings (cs->cases, cs->switch_stmt);
2377 splay_tree_delete (cs->cases);
2378 switch_stack = switch_stack->next;
2379 free (cs);
2382 /* Note that we've seen a definition of a case label, and complain if this
2383 is a bad place for one. */
2385 tree
2386 finish_case_label (tree low_value, tree high_value)
2388 tree cond, r;
2389 struct cp_binding_level *p;
2391 if (processing_template_decl)
2393 tree label;
2395 /* For templates, just add the case label; we'll do semantic
2396 analysis at instantiation-time. */
2397 label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
2398 return add_stmt (build_case_label (low_value, high_value, label));
2401 /* Find the condition on which this switch statement depends. */
2402 cond = SWITCH_STMT_COND (switch_stack->switch_stmt);
2403 if (cond && TREE_CODE (cond) == TREE_LIST)
2404 cond = TREE_VALUE (cond);
2406 r = c_add_case_label (switch_stack->cases, cond, TREE_TYPE (cond),
2407 low_value, high_value);
2409 check_switch_goto (switch_stack->level);
2411 /* After labels, make any new cleanups in the function go into their
2412 own new (temporary) binding contour. */
2413 for (p = current_binding_level;
2414 p->kind != sk_function_parms;
2415 p = p->level_chain)
2416 p->more_cleanups_ok = 0;
2418 return r;
2421 /* Hash a TYPENAME_TYPE. K is really of type `tree'. */
2423 static hashval_t
2424 typename_hash (const void* k)
2426 hashval_t hash;
2427 tree t = (tree) k;
2429 hash = (htab_hash_pointer (TYPE_CONTEXT (t))
2430 ^ htab_hash_pointer (DECL_NAME (TYPE_NAME (t))));
2432 return hash;
2435 typedef struct typename_info {
2436 tree scope;
2437 tree name;
2438 tree template_id;
2439 bool enum_p;
2440 bool class_p;
2441 } typename_info;
2443 /* Compare two TYPENAME_TYPEs. K1 and K2 are really of type `tree'. */
2445 static int
2446 typename_compare (const void * k1, const void * k2)
2448 tree t1;
2449 const typename_info *t2;
2451 t1 = (tree) k1;
2452 t2 = (const typename_info *) k2;
2454 return (DECL_NAME (TYPE_NAME (t1)) == t2->name
2455 && TYPE_CONTEXT (t1) == t2->scope
2456 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id
2457 && TYPENAME_IS_ENUM_P (t1) == t2->enum_p
2458 && TYPENAME_IS_CLASS_P (t1) == t2->class_p);
2461 /* Build a TYPENAME_TYPE. If the type is `typename T::t', CONTEXT is
2462 the type of `T', NAME is the IDENTIFIER_NODE for `t'.
2464 Returns the new TYPENAME_TYPE. */
2466 static GTY ((param_is (union tree_node))) htab_t typename_htab;
2468 static tree
2469 build_typename_type (tree context, tree name, tree fullname,
2470 enum tag_types tag_type)
2472 tree t;
2473 tree d;
2474 typename_info ti;
2475 void **e;
2476 hashval_t hash;
2478 if (typename_htab == NULL)
2479 typename_htab = htab_create_ggc (61, &typename_hash,
2480 &typename_compare, NULL);
2482 ti.scope = FROB_CONTEXT (context);
2483 ti.name = name;
2484 ti.template_id = fullname;
2485 ti.enum_p = tag_type == enum_type;
2486 ti.class_p = (tag_type == class_type
2487 || tag_type == record_type
2488 || tag_type == union_type);
2489 hash = (htab_hash_pointer (ti.scope)
2490 ^ htab_hash_pointer (ti.name));
2492 /* See if we already have this type. */
2493 e = htab_find_slot_with_hash (typename_htab, &ti, hash, INSERT);
2494 if (*e)
2495 t = (tree) *e;
2496 else
2498 /* Build the TYPENAME_TYPE. */
2499 t = make_aggr_type (TYPENAME_TYPE);
2500 TYPE_CONTEXT (t) = ti.scope;
2501 TYPENAME_TYPE_FULLNAME (t) = ti.template_id;
2502 TYPENAME_IS_ENUM_P (t) = ti.enum_p;
2503 TYPENAME_IS_CLASS_P (t) = ti.class_p;
2505 /* Build the corresponding TYPE_DECL. */
2506 d = build_decl (TYPE_DECL, name, t);
2507 TYPE_NAME (TREE_TYPE (d)) = d;
2508 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
2509 DECL_CONTEXT (d) = FROB_CONTEXT (context);
2510 DECL_ARTIFICIAL (d) = 1;
2512 /* Store it in the hash table. */
2513 *e = t;
2516 return t;
2519 /* Resolve `typename CONTEXT::NAME'. TAG_TYPE indicates the tag
2520 provided to name the type. Returns an appropriate type, unless an
2521 error occurs, in which case error_mark_node is returned. If we
2522 locate a non-artificial TYPE_DECL and TF_KEEP_TYPE_DECL is set, we
2523 return that, rather than the _TYPE it corresponds to, in other
2524 cases we look through the type decl. If TF_ERROR is set, complain
2525 about errors, otherwise be quiet. */
2527 tree
2528 make_typename_type (tree context, tree name, enum tag_types tag_type,
2529 tsubst_flags_t complain)
2531 tree fullname;
2533 if (name == error_mark_node
2534 || context == NULL_TREE
2535 || context == error_mark_node)
2536 return error_mark_node;
2538 if (TYPE_P (name))
2540 if (!(TYPE_LANG_SPECIFIC (name)
2541 && (CLASSTYPE_IS_TEMPLATE (name)
2542 || CLASSTYPE_USE_TEMPLATE (name))))
2543 name = TYPE_IDENTIFIER (name);
2544 else
2545 /* Create a TEMPLATE_ID_EXPR for the type. */
2546 name = build_nt (TEMPLATE_ID_EXPR,
2547 CLASSTYPE_TI_TEMPLATE (name),
2548 CLASSTYPE_TI_ARGS (name));
2550 else if (TREE_CODE (name) == TYPE_DECL)
2551 name = DECL_NAME (name);
2553 fullname = name;
2555 if (TREE_CODE (name) == TEMPLATE_ID_EXPR)
2557 name = TREE_OPERAND (name, 0);
2558 if (TREE_CODE (name) == TEMPLATE_DECL)
2559 name = TREE_OPERAND (fullname, 0) = DECL_NAME (name);
2561 if (TREE_CODE (name) == TEMPLATE_DECL)
2563 error ("%qD used without template parameters", name);
2564 return error_mark_node;
2566 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
2567 gcc_assert (TYPE_P (context));
2569 if (!dependent_type_p (context)
2570 || currently_open_class (context))
2572 if (TREE_CODE (fullname) == TEMPLATE_ID_EXPR)
2574 tree tmpl = NULL_TREE;
2575 if (IS_AGGR_TYPE (context))
2576 tmpl = lookup_field (context, name, 0, false);
2577 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl))
2579 if (complain & tf_error)
2580 error ("no class template named %q#T in %q#T",
2581 name, context);
2582 return error_mark_node;
2585 if (complain & tf_error)
2586 perform_or_defer_access_check (TYPE_BINFO (context), tmpl);
2588 return lookup_template_class (tmpl,
2589 TREE_OPERAND (fullname, 1),
2590 NULL_TREE, context,
2591 /*entering_scope=*/0,
2592 tf_error | tf_warning | tf_user);
2594 else
2596 tree t;
2598 if (!IS_AGGR_TYPE (context))
2600 if (complain & tf_error)
2601 error ("no type named %q#T in %q#T", name, context);
2602 return error_mark_node;
2605 t = lookup_field (context, name, 0, true);
2606 if (t)
2608 if (TREE_CODE (t) != TYPE_DECL)
2610 if (complain & tf_error)
2611 error ("no type named %q#T in %q#T", name, context);
2612 return error_mark_node;
2615 if (complain & tf_error)
2616 perform_or_defer_access_check (TYPE_BINFO (context), t);
2618 if (DECL_ARTIFICIAL (t) || !(complain & tf_keep_type_decl))
2619 t = TREE_TYPE (t);
2621 return t;
2626 /* If the CONTEXT is not a template type, then either the field is
2627 there now or its never going to be. */
2628 if (!dependent_type_p (context))
2630 if (complain & tf_error)
2631 error ("no type named %q#T in %q#T", name, context);
2632 return error_mark_node;
2635 return build_typename_type (context, name, fullname, tag_type);
2638 /* Resolve `CONTEXT::template NAME'. Returns a TEMPLATE_DECL if the name
2639 can be resolved or an UNBOUND_CLASS_TEMPLATE, unless an error occurs,
2640 in which case error_mark_node is returned.
2642 If PARM_LIST is non-NULL, also make sure that the template parameter
2643 list of TEMPLATE_DECL matches.
2645 If COMPLAIN zero, don't complain about any errors that occur. */
2647 tree
2648 make_unbound_class_template (tree context, tree name, tree parm_list,
2649 tsubst_flags_t complain)
2651 tree t;
2652 tree d;
2654 if (TYPE_P (name))
2655 name = TYPE_IDENTIFIER (name);
2656 else if (DECL_P (name))
2657 name = DECL_NAME (name);
2658 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
2660 if (!dependent_type_p (context)
2661 || currently_open_class (context))
2663 tree tmpl = NULL_TREE;
2665 if (IS_AGGR_TYPE (context))
2666 tmpl = lookup_field (context, name, 0, false);
2668 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl))
2670 if (complain & tf_error)
2671 error ("no class template named %q#T in %q#T", name, context);
2672 return error_mark_node;
2675 if (parm_list
2676 && !comp_template_parms (DECL_TEMPLATE_PARMS (tmpl), parm_list))
2678 if (complain & tf_error)
2680 error ("template parameters do not match template");
2681 cp_error_at ("%qD declared here", tmpl);
2683 return error_mark_node;
2686 if (complain & tf_error)
2687 perform_or_defer_access_check (TYPE_BINFO (context), tmpl);
2689 return tmpl;
2692 /* Build the UNBOUND_CLASS_TEMPLATE. */
2693 t = make_aggr_type (UNBOUND_CLASS_TEMPLATE);
2694 TYPE_CONTEXT (t) = FROB_CONTEXT (context);
2695 TREE_TYPE (t) = NULL_TREE;
2697 /* Build the corresponding TEMPLATE_DECL. */
2698 d = build_decl (TEMPLATE_DECL, name, t);
2699 TYPE_NAME (TREE_TYPE (d)) = d;
2700 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
2701 DECL_CONTEXT (d) = FROB_CONTEXT (context);
2702 DECL_ARTIFICIAL (d) = 1;
2703 DECL_TEMPLATE_PARMS (d) = parm_list;
2705 return t;
2710 /* Push the declarations of builtin types into the namespace.
2711 RID_INDEX is the index of the builtin type in the array
2712 RID_POINTERS. NAME is the name used when looking up the builtin
2713 type. TYPE is the _TYPE node for the builtin type. */
2715 void
2716 record_builtin_type (enum rid rid_index,
2717 const char* name,
2718 tree type)
2720 tree rname = NULL_TREE, tname = NULL_TREE;
2721 tree tdecl = NULL_TREE;
2723 if ((int) rid_index < (int) RID_MAX)
2724 rname = ridpointers[(int) rid_index];
2725 if (name)
2726 tname = get_identifier (name);
2728 /* The calls to SET_IDENTIFIER_GLOBAL_VALUE below should be
2729 eliminated. Built-in types should not be looked up name; their
2730 names are keywords that the parser can recognize. However, there
2731 is code in c-common.c that uses identifier_global_value to look
2732 up built-in types by name. */
2733 if (tname)
2735 tdecl = build_decl (TYPE_DECL, tname, type);
2736 DECL_ARTIFICIAL (tdecl) = 1;
2737 SET_IDENTIFIER_GLOBAL_VALUE (tname, tdecl);
2739 if (rname)
2741 if (!tdecl)
2743 tdecl = build_decl (TYPE_DECL, rname, type);
2744 DECL_ARTIFICIAL (tdecl) = 1;
2746 SET_IDENTIFIER_GLOBAL_VALUE (rname, tdecl);
2749 if (!TYPE_NAME (type))
2750 TYPE_NAME (type) = tdecl;
2752 if (tdecl)
2753 debug_hooks->type_decl (tdecl, 0);
2756 /* Record one of the standard Java types.
2757 * Declare it as having the given NAME.
2758 * If SIZE > 0, it is the size of one of the integral types;
2759 * otherwise it is the negative of the size of one of the other types. */
2761 static tree
2762 record_builtin_java_type (const char* name, int size)
2764 tree type, decl;
2765 if (size > 0)
2766 type = make_signed_type (size);
2767 else if (size > -32)
2768 { /* "__java_char" or ""__java_boolean". */
2769 type = make_unsigned_type (-size);
2770 /*if (size == -1) TREE_SET_CODE (type, BOOLEAN_TYPE);*/
2772 else
2773 { /* "__java_float" or ""__java_double". */
2774 type = make_node (REAL_TYPE);
2775 TYPE_PRECISION (type) = - size;
2776 layout_type (type);
2778 record_builtin_type (RID_MAX, name, type);
2779 decl = TYPE_NAME (type);
2781 /* Suppress generate debug symbol entries for these types,
2782 since for normal C++ they are just clutter.
2783 However, push_lang_context undoes this if extern "Java" is seen. */
2784 DECL_IGNORED_P (decl) = 1;
2786 TYPE_FOR_JAVA (type) = 1;
2787 return type;
2790 /* Push a type into the namespace so that the back-ends ignore it. */
2792 static void
2793 record_unknown_type (tree type, const char* name)
2795 tree decl = pushdecl (build_decl (TYPE_DECL, get_identifier (name), type));
2796 /* Make sure the "unknown type" typedecl gets ignored for debug info. */
2797 DECL_IGNORED_P (decl) = 1;
2798 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
2799 TYPE_SIZE (type) = TYPE_SIZE (void_type_node);
2800 TYPE_ALIGN (type) = 1;
2801 TYPE_USER_ALIGN (type) = 0;
2802 TYPE_MODE (type) = TYPE_MODE (void_type_node);
2805 /* An string for which we should create an IDENTIFIER_NODE at
2806 startup. */
2808 typedef struct predefined_identifier
2810 /* The name of the identifier. */
2811 const char *const name;
2812 /* The place where the IDENTIFIER_NODE should be stored. */
2813 tree *const node;
2814 /* Nonzero if this is the name of a constructor or destructor. */
2815 const int ctor_or_dtor_p;
2816 } predefined_identifier;
2818 /* Create all the predefined identifiers. */
2820 static void
2821 initialize_predefined_identifiers (void)
2823 const predefined_identifier *pid;
2825 /* A table of identifiers to create at startup. */
2826 static const predefined_identifier predefined_identifiers[] = {
2827 { "C++", &lang_name_cplusplus, 0 },
2828 { "C", &lang_name_c, 0 },
2829 { "Java", &lang_name_java, 0 },
2830 /* Some of these names have a trailing space so that it is
2831 impossible for them to conflict with names written by users. */
2832 { "__ct ", &ctor_identifier, 1 },
2833 { "__base_ctor ", &base_ctor_identifier, 1 },
2834 { "__comp_ctor ", &complete_ctor_identifier, 1 },
2835 { "__dt ", &dtor_identifier, 1 },
2836 { "__comp_dtor ", &complete_dtor_identifier, 1 },
2837 { "__base_dtor ", &base_dtor_identifier, 1 },
2838 { "__deleting_dtor ", &deleting_dtor_identifier, 1 },
2839 { IN_CHARGE_NAME, &in_charge_identifier, 0 },
2840 { "nelts", &nelts_identifier, 0 },
2841 { THIS_NAME, &this_identifier, 0 },
2842 { VTABLE_DELTA_NAME, &delta_identifier, 0 },
2843 { VTABLE_PFN_NAME, &pfn_identifier, 0 },
2844 { "_vptr", &vptr_identifier, 0 },
2845 { "__vtt_parm", &vtt_parm_identifier, 0 },
2846 { "::", &global_scope_name, 0 },
2847 { "std", &std_identifier, 0 },
2848 { NULL, NULL, 0 }
2851 for (pid = predefined_identifiers; pid->name; ++pid)
2853 *pid->node = get_identifier (pid->name);
2854 if (pid->ctor_or_dtor_p)
2855 IDENTIFIER_CTOR_OR_DTOR_P (*pid->node) = 1;
2859 /* Create the predefined scalar types of C,
2860 and some nodes representing standard constants (0, 1, (void *)0).
2861 Initialize the global binding level.
2862 Make definitions for built-in primitive functions. */
2864 void
2865 cxx_init_decl_processing (void)
2867 tree void_ftype;
2868 tree void_ftype_ptr;
2870 build_common_tree_nodes (flag_signed_char, false);
2872 /* Create all the identifiers we need. */
2873 initialize_predefined_identifiers ();
2875 /* Create the global variables. */
2876 push_to_top_level ();
2878 current_function_decl = NULL_TREE;
2879 current_binding_level = NULL;
2880 /* Enter the global namespace. */
2881 gcc_assert (global_namespace == NULL_TREE);
2882 global_namespace = build_lang_decl (NAMESPACE_DECL, global_scope_name,
2883 void_type_node);
2884 begin_scope (sk_namespace, global_namespace);
2886 current_lang_name = NULL_TREE;
2888 /* Adjust various flags based on command-line settings. */
2889 if (!flag_permissive)
2890 flag_pedantic_errors = 1;
2891 if (!flag_no_inline)
2893 flag_inline_trees = 1;
2894 flag_no_inline = 1;
2896 if (flag_inline_functions)
2897 flag_inline_trees = 2;
2899 /* Force minimum function alignment if using the least significant
2900 bit of function pointers to store the virtual bit. */
2901 if (TARGET_PTRMEMFUNC_VBIT_LOCATION == ptrmemfunc_vbit_in_pfn
2902 && force_align_functions_log < 1)
2903 force_align_functions_log = 1;
2905 /* Initially, C. */
2906 current_lang_name = lang_name_c;
2908 error_mark_list = build_tree_list (error_mark_node, error_mark_node);
2909 TREE_TYPE (error_mark_list) = error_mark_node;
2911 /* Create the `std' namespace. */
2912 push_namespace (std_identifier);
2913 std_node = current_namespace;
2914 pop_namespace ();
2916 c_common_nodes_and_builtins ();
2918 java_byte_type_node = record_builtin_java_type ("__java_byte", 8);
2919 java_short_type_node = record_builtin_java_type ("__java_short", 16);
2920 java_int_type_node = record_builtin_java_type ("__java_int", 32);
2921 java_long_type_node = record_builtin_java_type ("__java_long", 64);
2922 java_float_type_node = record_builtin_java_type ("__java_float", -32);
2923 java_double_type_node = record_builtin_java_type ("__java_double", -64);
2924 java_char_type_node = record_builtin_java_type ("__java_char", -16);
2925 java_boolean_type_node = record_builtin_java_type ("__java_boolean", -1);
2927 integer_two_node = build_int_cst (NULL_TREE, 2);
2928 integer_three_node = build_int_cst (NULL_TREE, 3);
2930 record_builtin_type (RID_BOOL, "bool", boolean_type_node);
2931 truthvalue_type_node = boolean_type_node;
2932 truthvalue_false_node = boolean_false_node;
2933 truthvalue_true_node = boolean_true_node;
2935 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE);
2937 #if 0
2938 record_builtin_type (RID_MAX, NULL, string_type_node);
2939 #endif
2941 delta_type_node = ptrdiff_type_node;
2942 vtable_index_type = ptrdiff_type_node;
2944 vtt_parm_type = build_pointer_type (const_ptr_type_node);
2945 void_ftype = build_function_type (void_type_node, void_list_node);
2946 void_ftype_ptr = build_function_type (void_type_node,
2947 tree_cons (NULL_TREE,
2948 ptr_type_node,
2949 void_list_node));
2950 void_ftype_ptr
2951 = build_exception_variant (void_ftype_ptr, empty_except_spec);
2953 /* C++ extensions */
2955 unknown_type_node = make_node (UNKNOWN_TYPE);
2956 record_unknown_type (unknown_type_node, "unknown type");
2958 /* Indirecting an UNKNOWN_TYPE node yields an UNKNOWN_TYPE node. */
2959 TREE_TYPE (unknown_type_node) = unknown_type_node;
2961 /* Looking up TYPE_POINTER_TO and TYPE_REFERENCE_TO yield the same
2962 result. */
2963 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node;
2964 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node;
2967 /* Make sure we get a unique function type, so we can give
2968 its pointer type a name. (This wins for gdb.) */
2969 tree vfunc_type = make_node (FUNCTION_TYPE);
2970 TREE_TYPE (vfunc_type) = integer_type_node;
2971 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE;
2972 layout_type (vfunc_type);
2974 vtable_entry_type = build_pointer_type (vfunc_type);
2976 record_builtin_type (RID_MAX, VTBL_PTR_TYPE, vtable_entry_type);
2978 vtbl_type_node
2979 = build_cplus_array_type (vtable_entry_type, NULL_TREE);
2980 layout_type (vtbl_type_node);
2981 vtbl_type_node = build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST);
2982 record_builtin_type (RID_MAX, NULL, vtbl_type_node);
2983 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type);
2984 layout_type (vtbl_ptr_type_node);
2985 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node);
2987 push_namespace (get_identifier ("__cxxabiv1"));
2988 abi_node = current_namespace;
2989 pop_namespace ();
2991 global_type_node = make_node (LANG_TYPE);
2992 record_unknown_type (global_type_node, "global type");
2994 /* Now, C++. */
2995 current_lang_name = lang_name_cplusplus;
2998 tree bad_alloc_id;
2999 tree bad_alloc_type_node;
3000 tree bad_alloc_decl;
3001 tree newtype, deltype;
3002 tree ptr_ftype_sizetype;
3004 push_namespace (std_identifier);
3005 bad_alloc_id = get_identifier ("bad_alloc");
3006 bad_alloc_type_node = make_aggr_type (RECORD_TYPE);
3007 TYPE_CONTEXT (bad_alloc_type_node) = current_namespace;
3008 bad_alloc_decl
3009 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node);
3010 DECL_CONTEXT (bad_alloc_decl) = current_namespace;
3011 TYPE_STUB_DECL (bad_alloc_type_node) = bad_alloc_decl;
3012 pop_namespace ();
3014 ptr_ftype_sizetype
3015 = build_function_type (ptr_type_node,
3016 tree_cons (NULL_TREE,
3017 size_type_node,
3018 void_list_node));
3019 newtype = build_exception_variant
3020 (ptr_ftype_sizetype, add_exception_specifier
3021 (NULL_TREE, bad_alloc_type_node, -1));
3022 deltype = build_exception_variant (void_ftype_ptr, empty_except_spec);
3023 push_cp_library_fn (NEW_EXPR, newtype);
3024 push_cp_library_fn (VEC_NEW_EXPR, newtype);
3025 global_delete_fndecl = push_cp_library_fn (DELETE_EXPR, deltype);
3026 push_cp_library_fn (VEC_DELETE_EXPR, deltype);
3029 abort_fndecl
3030 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype);
3032 /* Perform other language dependent initializations. */
3033 init_class_processing ();
3034 init_rtti_processing ();
3036 if (flag_exceptions)
3037 init_exception_processing ();
3039 if (! supports_one_only ())
3040 flag_weak = 0;
3042 make_fname_decl = cp_make_fname_decl;
3043 start_fname_decls ();
3045 /* Show we use EH for cleanups. */
3046 if (flag_exceptions)
3047 using_eh_for_cleanups ();
3050 /* Generate an initializer for a function naming variable from
3051 NAME. NAME may be NULL, to indicate a dependent name. TYPE_P is
3052 filled in with the type of the init. */
3054 tree
3055 cp_fname_init (const char* name, tree *type_p)
3057 tree domain = NULL_TREE;
3058 tree type;
3059 tree init = NULL_TREE;
3060 size_t length = 0;
3062 if (name)
3064 length = strlen (name);
3065 domain = build_index_type (size_int (length));
3066 init = build_string (length + 1, name);
3069 type = build_qualified_type (char_type_node, TYPE_QUAL_CONST);
3070 type = build_cplus_array_type (type, domain);
3072 *type_p = type;
3074 if (init)
3075 TREE_TYPE (init) = type;
3076 else
3077 init = error_mark_node;
3079 return init;
3082 /* Create the VAR_DECL for __FUNCTION__ etc. ID is the name to give the
3083 decl, NAME is the initialization string and TYPE_DEP indicates whether
3084 NAME depended on the type of the function. We make use of that to detect
3085 __PRETTY_FUNCTION__ inside a template fn. This is being done
3086 lazily at the point of first use, so we mustn't push the decl now. */
3088 static tree
3089 cp_make_fname_decl (tree id, int type_dep)
3091 const char *const name = (type_dep && processing_template_decl
3092 ? NULL : fname_as_string (type_dep));
3093 tree type;
3094 tree init = cp_fname_init (name, &type);
3095 tree decl = build_decl (VAR_DECL, id, type);
3097 if (name)
3098 free ((char *) name);
3100 /* As we're using pushdecl_with_scope, we must set the context. */
3101 DECL_CONTEXT (decl) = current_function_decl;
3102 DECL_PRETTY_FUNCTION_P (decl) = type_dep;
3104 TREE_STATIC (decl) = 1;
3105 TREE_READONLY (decl) = 1;
3106 DECL_ARTIFICIAL (decl) = 1;
3107 DECL_INITIAL (decl) = init;
3109 TREE_USED (decl) = 1;
3111 if (current_function_decl)
3113 struct cp_binding_level *b = current_binding_level;
3114 while (b->level_chain->kind != sk_function_parms)
3115 b = b->level_chain;
3116 pushdecl_with_scope (decl, b);
3117 cp_finish_decl (decl, init, NULL_TREE, LOOKUP_ONLYCONVERTING);
3119 else
3120 pushdecl_top_level_and_finish (decl, init);
3122 return decl;
3125 /* Make a definition for a builtin function named NAME in the current
3126 namespace, whose data type is TYPE and whose context is CONTEXT.
3127 TYPE should be a function type with argument types.
3129 CLASS and CODE tell later passes how to compile calls to this function.
3130 See tree.h for possible values.
3132 If LIBNAME is nonzero, use that for DECL_ASSEMBLER_NAME,
3133 the name to be called if we can't opencode the function.
3134 If ATTRS is nonzero, use that for the function's attribute
3135 list. */
3137 static tree
3138 builtin_function_1 (const char* name,
3139 tree type,
3140 tree context,
3141 enum built_in_function code,
3142 enum built_in_class class,
3143 const char* libname,
3144 tree attrs)
3146 tree decl = build_library_fn_1 (get_identifier (name), ERROR_MARK, type);
3147 DECL_BUILT_IN_CLASS (decl) = class;
3148 DECL_FUNCTION_CODE (decl) = code;
3149 DECL_CONTEXT (decl) = context;
3151 pushdecl (decl);
3153 /* Since `pushdecl' relies on DECL_ASSEMBLER_NAME instead of DECL_NAME,
3154 we cannot change DECL_ASSEMBLER_NAME until we have installed this
3155 function in the namespace. */
3156 if (libname)
3157 SET_DECL_ASSEMBLER_NAME (decl, get_identifier (libname));
3159 /* Warn if a function in the namespace for users
3160 is used without an occasion to consider it declared. */
3161 if (name[0] != '_' || name[1] != '_')
3162 DECL_ANTICIPATED (decl) = 1;
3164 /* Possibly apply some default attributes to this built-in function. */
3165 if (attrs)
3166 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN);
3167 else
3168 decl_attributes (&decl, NULL_TREE, 0);
3170 return decl;
3173 /* Entry point for the benefit of c_common_nodes_and_builtins.
3175 Make a definition for a builtin function named NAME and whose data type
3176 is TYPE. TYPE should be a function type with argument types. This
3177 function places the anticipated declaration in the global namespace
3178 and additionally in the std namespace if appropriate.
3180 CLASS and CODE tell later passes how to compile calls to this function.
3181 See tree.h for possible values.
3183 If LIBNAME is nonzero, use that for DECL_ASSEMBLER_NAME,
3184 the name to be called if we can't opencode the function.
3186 If ATTRS is nonzero, use that for the function's attribute
3187 list. */
3189 tree
3190 builtin_function (const char* name,
3191 tree type,
3192 int code,
3193 enum built_in_class cl,
3194 const char* libname,
3195 tree attrs)
3197 /* All builtins that don't begin with an '_' should additionally
3198 go in the 'std' namespace. */
3199 if (name[0] != '_')
3201 push_namespace (std_identifier);
3202 builtin_function_1 (name, type, std_node, code, cl, libname, attrs);
3203 pop_namespace ();
3206 return builtin_function_1 (name, type, NULL_TREE, code,
3207 cl, libname, attrs);
3210 /* Generate a FUNCTION_DECL with the typical flags for a runtime library
3211 function. Not called directly. */
3213 static tree
3214 build_library_fn_1 (tree name, enum tree_code operator_code, tree type)
3216 tree fn = build_lang_decl (FUNCTION_DECL, name, type);
3217 DECL_EXTERNAL (fn) = 1;
3218 TREE_PUBLIC (fn) = 1;
3219 DECL_ARTIFICIAL (fn) = 1;
3220 TREE_NOTHROW (fn) = 1;
3221 SET_OVERLOADED_OPERATOR_CODE (fn, operator_code);
3222 SET_DECL_LANGUAGE (fn, lang_c);
3223 /* Runtime library routines are, by definition, available in an
3224 external shared object. */
3225 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT;
3226 DECL_VISIBILITY_SPECIFIED (fn) = 1;
3227 return fn;
3230 /* Returns the _DECL for a library function with C linkage.
3231 We assume that such functions never throw; if this is incorrect,
3232 callers should unset TREE_NOTHROW. */
3234 tree
3235 build_library_fn (tree name, tree type)
3237 return build_library_fn_1 (name, ERROR_MARK, type);
3240 /* Returns the _DECL for a library function with C++ linkage. */
3242 static tree
3243 build_cp_library_fn (tree name, enum tree_code operator_code, tree type)
3245 tree fn = build_library_fn_1 (name, operator_code, type);
3246 TREE_NOTHROW (fn) = TYPE_NOTHROW_P (type);
3247 DECL_CONTEXT (fn) = FROB_CONTEXT (current_namespace);
3248 SET_DECL_LANGUAGE (fn, lang_cplusplus);
3249 return fn;
3252 /* Like build_library_fn, but takes a C string instead of an
3253 IDENTIFIER_NODE. */
3255 tree
3256 build_library_fn_ptr (const char* name, tree type)
3258 return build_library_fn (get_identifier (name), type);
3261 /* Like build_cp_library_fn, but takes a C string instead of an
3262 IDENTIFIER_NODE. */
3264 tree
3265 build_cp_library_fn_ptr (const char* name, tree type)
3267 return build_cp_library_fn (get_identifier (name), ERROR_MARK, type);
3270 /* Like build_library_fn, but also pushes the function so that we will
3271 be able to find it via IDENTIFIER_GLOBAL_VALUE. */
3273 tree
3274 push_library_fn (tree name, tree type)
3276 tree fn = build_library_fn (name, type);
3277 pushdecl_top_level (fn);
3278 return fn;
3281 /* Like build_cp_library_fn, but also pushes the function so that it
3282 will be found by normal lookup. */
3284 static tree
3285 push_cp_library_fn (enum tree_code operator_code, tree type)
3287 tree fn = build_cp_library_fn (ansi_opname (operator_code),
3288 operator_code,
3289 type);
3290 pushdecl (fn);
3291 return fn;
3294 /* Like push_library_fn, but takes a TREE_LIST of parm types rather than
3295 a FUNCTION_TYPE. */
3297 tree
3298 push_void_library_fn (tree name, tree parmtypes)
3300 tree type = build_function_type (void_type_node, parmtypes);
3301 return push_library_fn (name, type);
3304 /* Like push_library_fn, but also note that this function throws
3305 and does not return. Used for __throw_foo and the like. */
3307 tree
3308 push_throw_library_fn (tree name, tree type)
3310 tree fn = push_library_fn (name, type);
3311 TREE_THIS_VOLATILE (fn) = 1;
3312 TREE_NOTHROW (fn) = 0;
3313 return fn;
3316 /* When we call finish_struct for an anonymous union, we create
3317 default copy constructors and such. But, an anonymous union
3318 shouldn't have such things; this function undoes the damage to the
3319 anonymous union type T.
3321 (The reason that we create the synthesized methods is that we don't
3322 distinguish `union { int i; }' from `typedef union { int i; } U'.
3323 The first is an anonymous union; the second is just an ordinary
3324 union type.) */
3326 void
3327 fixup_anonymous_aggr (tree t)
3329 tree *q;
3331 /* Wipe out memory of synthesized methods. */
3332 TYPE_HAS_CONSTRUCTOR (t) = 0;
3333 TYPE_HAS_DEFAULT_CONSTRUCTOR (t) = 0;
3334 TYPE_HAS_INIT_REF (t) = 0;
3335 TYPE_HAS_CONST_INIT_REF (t) = 0;
3336 TYPE_HAS_ASSIGN_REF (t) = 0;
3337 TYPE_HAS_CONST_ASSIGN_REF (t) = 0;
3339 /* Splice the implicitly generated functions out of the TYPE_METHODS
3340 list. */
3341 q = &TYPE_METHODS (t);
3342 while (*q)
3344 if (DECL_ARTIFICIAL (*q))
3345 *q = TREE_CHAIN (*q);
3346 else
3347 q = &TREE_CHAIN (*q);
3350 /* ISO C++ 9.5.3. Anonymous unions may not have function members. */
3351 if (TYPE_METHODS (t))
3352 error ("%Jan anonymous union cannot have function members",
3353 TYPE_MAIN_DECL (t));
3355 /* Anonymous aggregates cannot have fields with ctors, dtors or complex
3356 assignment operators (because they cannot have these methods themselves).
3357 For anonymous unions this is already checked because they are not allowed
3358 in any union, otherwise we have to check it. */
3359 if (TREE_CODE (t) != UNION_TYPE)
3361 tree field, type;
3363 for (field = TYPE_FIELDS (t); field; field = TREE_CHAIN (field))
3364 if (TREE_CODE (field) == FIELD_DECL)
3366 type = TREE_TYPE (field);
3367 if (CLASS_TYPE_P (type))
3369 if (TYPE_NEEDS_CONSTRUCTING (type))
3370 cp_error_at ("member %q#D with constructor not allowed "
3371 "in anonymous aggregate",
3372 field);
3373 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
3374 cp_error_at ("member %q#D with destructor not allowed "
3375 "in anonymous aggregate",
3376 field);
3377 if (TYPE_HAS_COMPLEX_ASSIGN_REF (type))
3378 cp_error_at ("member %q#D with copy assignment operator "
3379 "not allowed in anonymous aggregate",
3380 field);
3386 /* Make sure that a declaration with no declarator is well-formed, i.e.
3387 just declares a tagged type or anonymous union.
3389 Returns the type declared; or NULL_TREE if none. */
3391 tree
3392 check_tag_decl (cp_decl_specifier_seq *declspecs)
3394 int saw_friend = declspecs->specs[(int)ds_friend] != 0;
3395 int saw_typedef = declspecs->specs[(int)ds_typedef] != 0;
3396 /* If a class, struct, or enum type is declared by the DECLSPECS
3397 (i.e, if a class-specifier, enum-specifier, or non-typename
3398 elaborated-type-specifier appears in the DECLSPECS),
3399 DECLARED_TYPE is set to the corresponding type. */
3400 tree declared_type = NULL_TREE;
3401 bool error_p = false;
3403 if (declspecs->multiple_types_p)
3404 error ("multiple types in one declaration");
3405 else if (declspecs->redefined_builtin_type)
3407 if (!in_system_header)
3408 pedwarn ("redeclaration of C++ built-in type %qT",
3409 declspecs->redefined_builtin_type);
3410 return NULL_TREE;
3413 if (declspecs->type
3414 && TYPE_P (declspecs->type)
3415 && ((TREE_CODE (declspecs->type) != TYPENAME_TYPE
3416 && IS_AGGR_TYPE (declspecs->type))
3417 || TREE_CODE (declspecs->type) == ENUMERAL_TYPE))
3418 declared_type = declspecs->type;
3419 else if (declspecs->type == error_mark_node)
3420 error_p = true;
3421 if (declared_type == NULL_TREE && ! saw_friend && !error_p)
3422 pedwarn ("declaration does not declare anything");
3423 /* Check for an anonymous union. */
3424 else if (declared_type && IS_AGGR_TYPE_CODE (TREE_CODE (declared_type))
3425 && TYPE_ANONYMOUS_P (declared_type))
3427 /* 7/3 In a simple-declaration, the optional init-declarator-list
3428 can be omitted only when declaring a class (clause 9) or
3429 enumeration (7.2), that is, when the decl-specifier-seq contains
3430 either a class-specifier, an elaborated-type-specifier with
3431 a class-key (9.1), or an enum-specifier. In these cases and
3432 whenever a class-specifier or enum-specifier is present in the
3433 decl-specifier-seq, the identifiers in these specifiers are among
3434 the names being declared by the declaration (as class-name,
3435 enum-names, or enumerators, depending on the syntax). In such
3436 cases, and except for the declaration of an unnamed bit-field (9.6),
3437 the decl-specifier-seq shall introduce one or more names into the
3438 program, or shall redeclare a name introduced by a previous
3439 declaration. [Example:
3440 enum { }; // ill-formed
3441 typedef class { }; // ill-formed
3442 --end example] */
3443 if (saw_typedef)
3445 error ("missing type-name in typedef-declaration");
3446 return NULL_TREE;
3448 /* Anonymous unions are objects, so they can have specifiers. */;
3449 SET_ANON_AGGR_TYPE_P (declared_type);
3451 if (TREE_CODE (declared_type) != UNION_TYPE && pedantic
3452 && !in_system_header)
3453 pedwarn ("ISO C++ prohibits anonymous structs");
3456 else
3458 if (declspecs->specs[(int)ds_inline]
3459 || declspecs->specs[(int)ds_virtual])
3460 error ("%qs can only be specified for functions",
3461 declspecs->specs[(int)ds_inline]
3462 ? "inline" : "virtual");
3463 else if (saw_friend
3464 && (!current_class_type
3465 || current_scope () != current_class_type))
3466 error ("%<friend%> can only be specified inside a class");
3467 else if (declspecs->specs[(int)ds_explicit])
3468 error ("%<explicit%> can only be specified for constructors");
3469 else if (declspecs->storage_class)
3470 error ("a storage class can only be specified for objects "
3471 "and functions");
3472 else if (declspecs->specs[(int)ds_const]
3473 || declspecs->specs[(int)ds_volatile]
3474 || declspecs->specs[(int)ds_restrict]
3475 || declspecs->specs[(int)ds_thread])
3476 error ("qualifiers can only be specified for objects "
3477 "and functions");
3480 return declared_type;
3483 /* Called when a declaration is seen that contains no names to declare.
3484 If its type is a reference to a structure, union or enum inherited
3485 from a containing scope, shadow that tag name for the current scope
3486 with a forward reference.
3487 If its type defines a new named structure or union
3488 or defines an enum, it is valid but we need not do anything here.
3489 Otherwise, it is an error.
3491 C++: may have to grok the declspecs to learn about static,
3492 complain for anonymous unions.
3494 Returns the TYPE declared -- or NULL_TREE if none. */
3496 tree
3497 shadow_tag (cp_decl_specifier_seq *declspecs)
3499 tree t = check_tag_decl (declspecs);
3501 if (!t)
3502 return NULL_TREE;
3504 if (declspecs->attributes)
3506 cp_warning_at ("attribute ignored in declaration of %q#T", t);
3507 cp_warning_at ("attribute for %q#T must follow the %qs keyword",
3509 class_key_or_enum_as_string (t));
3513 maybe_process_partial_specialization (t);
3515 /* This is where the variables in an anonymous union are
3516 declared. An anonymous union declaration looks like:
3517 union { ... } ;
3518 because there is no declarator after the union, the parser
3519 sends that declaration here. */
3520 if (ANON_AGGR_TYPE_P (t))
3522 fixup_anonymous_aggr (t);
3524 if (TYPE_FIELDS (t))
3526 tree decl = grokdeclarator (/*declarator=*/NULL,
3527 declspecs, NORMAL, 0, NULL);
3528 finish_anon_union (decl);
3532 return t;
3535 /* Decode a "typename", such as "int **", returning a ..._TYPE node. */
3537 tree
3538 groktypename (cp_decl_specifier_seq *type_specifiers,
3539 const cp_declarator *declarator)
3541 tree attrs;
3542 tree type;
3543 attrs = type_specifiers->attributes;
3544 type_specifiers->attributes = NULL_TREE;
3545 type = grokdeclarator (declarator, type_specifiers, TYPENAME, 0, &attrs);
3546 if (attrs)
3547 cplus_decl_attributes (&type, attrs, 0);
3548 return type;
3551 /* Decode a declarator in an ordinary declaration or data definition.
3552 This is called as soon as the type information and variable name
3553 have been parsed, before parsing the initializer if any.
3554 Here we create the ..._DECL node, fill in its type,
3555 and put it on the list of decls for the current context.
3556 The ..._DECL node is returned as the value.
3558 Exception: for arrays where the length is not specified,
3559 the type is left null, to be filled in by `cp_finish_decl'.
3561 Function definitions do not come here; they go to start_function
3562 instead. However, external and forward declarations of functions
3563 do go through here. Structure field declarations are done by
3564 grokfield and not through here. */
3566 tree
3567 start_decl (const cp_declarator *declarator,
3568 cp_decl_specifier_seq *declspecs,
3569 int initialized,
3570 tree attributes,
3571 tree prefix_attributes,
3572 tree *pushed_scope_p)
3574 tree decl;
3575 tree type, tem;
3576 tree context;
3578 *pushed_scope_p = NULL_TREE;
3580 /* This should only be done once on the top most decl. */
3581 if (have_extern_spec)
3583 declspecs->storage_class = sc_extern;
3584 have_extern_spec = false;
3587 /* An object declared as __attribute__((deprecated)) suppresses
3588 warnings of uses of other deprecated items. */
3589 if (lookup_attribute ("deprecated", attributes))
3590 deprecated_state = DEPRECATED_SUPPRESS;
3592 attributes = chainon (attributes, prefix_attributes);
3594 decl = grokdeclarator (declarator, declspecs, NORMAL, initialized,
3595 &attributes);
3597 deprecated_state = DEPRECATED_NORMAL;
3599 if (decl == NULL_TREE || TREE_CODE (decl) == VOID_TYPE)
3600 return error_mark_node;
3602 type = TREE_TYPE (decl);
3604 if (type == error_mark_node)
3605 return error_mark_node;
3607 context = DECL_CONTEXT (decl);
3609 if (context)
3611 *pushed_scope_p = push_scope (context);
3613 /* We are only interested in class contexts, later. */
3614 if (TREE_CODE (context) == NAMESPACE_DECL)
3615 context = NULL_TREE;
3618 if (initialized)
3619 /* Is it valid for this decl to have an initializer at all?
3620 If not, set INITIALIZED to zero, which will indirectly
3621 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
3622 switch (TREE_CODE (decl))
3624 case TYPE_DECL:
3625 error ("typedef %qD is initialized (use __typeof__ instead)", decl);
3626 initialized = 0;
3627 break;
3629 case FUNCTION_DECL:
3630 error ("function %q#D is initialized like a variable", decl);
3631 initialized = 0;
3632 break;
3634 default:
3635 break;
3638 if (initialized)
3640 if (! toplevel_bindings_p ()
3641 && DECL_EXTERNAL (decl))
3642 warning ("declaration of %q#D has %<extern%> and is initialized",
3643 decl);
3644 DECL_EXTERNAL (decl) = 0;
3645 if (toplevel_bindings_p ())
3646 TREE_STATIC (decl) = 1;
3648 /* Tell `pushdecl' this is an initialized decl
3649 even though we don't yet have the initializer expression.
3650 Also tell `cp_finish_decl' it may store the real initializer. */
3651 DECL_INITIAL (decl) = error_mark_node;
3654 /* Set attributes here so if duplicate decl, will have proper attributes. */
3655 cplus_decl_attributes (&decl, attributes, 0);
3657 /* If #pragma weak was used, mark the decl weak now. */
3658 maybe_apply_pragma_weak (decl);
3660 if (TREE_CODE (decl) == FUNCTION_DECL
3661 && DECL_DECLARED_INLINE_P (decl)
3662 && DECL_UNINLINABLE (decl)
3663 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl)))
3664 warning ("%Jinline function %qD given attribute noinline", decl, decl);
3666 if (context && COMPLETE_TYPE_P (complete_type (context)))
3668 if (TREE_CODE (decl) == VAR_DECL)
3670 tree field = lookup_field (context, DECL_NAME (decl), 0, false);
3671 if (field == NULL_TREE || TREE_CODE (field) != VAR_DECL)
3672 error ("%q#D is not a static member of %q#T", decl, context);
3673 else
3675 if (DECL_CONTEXT (field) != context)
3677 if (!same_type_p (DECL_CONTEXT (field), context))
3678 pedwarn ("ISO C++ does not permit %<%T::%D%> "
3679 "to be defined as %<%T::%D%>",
3680 DECL_CONTEXT (field), DECL_NAME (decl),
3681 context, DECL_NAME (decl));
3682 DECL_CONTEXT (decl) = DECL_CONTEXT (field);
3684 if (processing_specialization
3685 && template_class_depth (context) == 0
3686 && CLASSTYPE_TEMPLATE_SPECIALIZATION (context))
3687 error ("template header not allowed in member definition "
3688 "of explicitly specialized class");
3689 /* Static data member are tricky; an in-class initialization
3690 still doesn't provide a definition, so the in-class
3691 declaration will have DECL_EXTERNAL set, but will have an
3692 initialization. Thus, duplicate_decls won't warn
3693 about this situation, and so we check here. */
3694 if (DECL_INITIAL (decl) && DECL_INITIAL (field))
3695 error ("duplicate initialization of %qD", decl);
3696 if (duplicate_decls (decl, field))
3697 decl = field;
3700 else
3702 tree field = check_classfn (context, decl,
3703 (processing_template_decl
3704 > template_class_depth (context))
3705 ? current_template_parms
3706 : NULL_TREE);
3707 if (field && duplicate_decls (decl, field))
3708 decl = field;
3711 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
3712 DECL_IN_AGGR_P (decl) = 0;
3713 if ((DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl))
3714 || CLASSTYPE_TEMPLATE_INSTANTIATION (context))
3716 /* Do not mark DECL as an explicit specialization if it was
3717 not already marked as an instantiation; a declaration
3718 should never be marked as a specialization unless we know
3719 what template is being specialized. */
3720 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl))
3721 SET_DECL_TEMPLATE_SPECIALIZATION (decl);
3722 /* [temp.expl.spec] An explicit specialization of a static data
3723 member of a template is a definition if the declaration
3724 includes an initializer; otherwise, it is a declaration.
3726 We check for processing_specialization so this only applies
3727 to the new specialization syntax. */
3728 if (DECL_INITIAL (decl) == NULL_TREE && processing_specialization)
3729 DECL_EXTERNAL (decl) = 1;
3732 if (DECL_EXTERNAL (decl) && ! DECL_TEMPLATE_SPECIALIZATION (decl))
3733 pedwarn ("declaration of %q#D outside of class is not definition",
3734 decl);
3737 /* Enter this declaration into the symbol table. */
3738 tem = maybe_push_decl (decl);
3740 if (processing_template_decl)
3741 tem = push_template_decl (tem);
3742 if (tem == error_mark_node)
3743 return error_mark_node;
3745 #if ! defined (ASM_OUTPUT_BSS) && ! defined (ASM_OUTPUT_ALIGNED_BSS)
3746 /* Tell the back-end to use or not use .common as appropriate. If we say
3747 -fconserve-space, we want this to save .data space, at the expense of
3748 wrong semantics. If we say -fno-conserve-space, we want this to
3749 produce errors about redefs; to do this we force variables into the
3750 data segment. */
3751 DECL_COMMON (tem) = ((TREE_CODE (tem) != VAR_DECL
3752 || !DECL_THREAD_LOCAL (tem))
3753 && (flag_conserve_space || ! TREE_PUBLIC (tem)));
3754 #endif
3756 if (! processing_template_decl)
3757 start_decl_1 (tem);
3759 return tem;
3762 void
3763 start_decl_1 (tree decl)
3765 tree type = TREE_TYPE (decl);
3766 int initialized = (DECL_INITIAL (decl) != NULL_TREE);
3768 if (type == error_mark_node)
3769 return;
3771 if (initialized)
3772 /* Is it valid for this decl to have an initializer at all?
3773 If not, set INITIALIZED to zero, which will indirectly
3774 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
3776 /* Don't allow initializations for incomplete types except for
3777 arrays which might be completed by the initialization. */
3778 if (COMPLETE_TYPE_P (complete_type (type)))
3779 ; /* A complete type is ok. */
3780 else if (TREE_CODE (type) != ARRAY_TYPE)
3782 error ("variable %q#D has initializer but incomplete type", decl);
3783 initialized = 0;
3784 type = TREE_TYPE (decl) = error_mark_node;
3786 else if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type))))
3788 if (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl))
3789 error ("elements of array %q#D have incomplete type", decl);
3790 /* else we already gave an error in start_decl. */
3791 initialized = 0;
3795 if (!initialized
3796 && TREE_CODE (decl) != TYPE_DECL
3797 && TREE_CODE (decl) != TEMPLATE_DECL
3798 && type != error_mark_node
3799 && IS_AGGR_TYPE (type)
3800 && ! DECL_EXTERNAL (decl))
3802 if ((! processing_template_decl || ! uses_template_parms (type))
3803 && !COMPLETE_TYPE_P (complete_type (type)))
3805 error ("aggregate %q#D has incomplete type and cannot be defined",
3806 decl);
3807 /* Change the type so that assemble_variable will give
3808 DECL an rtl we can live with: (mem (const_int 0)). */
3809 type = TREE_TYPE (decl) = error_mark_node;
3811 else
3813 /* If any base type in the hierarchy of TYPE needs a constructor,
3814 then we set initialized to 1. This way any nodes which are
3815 created for the purposes of initializing this aggregate
3816 will live as long as it does. This is necessary for global
3817 aggregates which do not have their initializers processed until
3818 the end of the file. */
3819 initialized = TYPE_NEEDS_CONSTRUCTING (type);
3823 if (! initialized)
3824 DECL_INITIAL (decl) = NULL_TREE;
3826 /* Create a new scope to hold this declaration if necessary.
3827 Whether or not a new scope is necessary cannot be determined
3828 until after the type has been completed; if the type is a
3829 specialization of a class template it is not until after
3830 instantiation has occurred that TYPE_HAS_NONTRIVIAL_DESTRUCTOR
3831 will be set correctly. */
3832 maybe_push_cleanup_level (type);
3835 /* Handle initialization of references. DECL, TYPE, and INIT have the
3836 same meaning as in cp_finish_decl. *CLEANUP must be NULL on entry,
3837 but will be set to a new CLEANUP_STMT if a temporary is created
3838 that must be destroyed subsequently.
3840 Returns an initializer expression to use to initialize DECL, or
3841 NULL if the initialization can be performed statically.
3843 Quotes on semantics can be found in ARM 8.4.3. */
3845 static tree
3846 grok_reference_init (tree decl, tree type, tree init, tree *cleanup)
3848 tree tmp;
3850 if (init == NULL_TREE)
3852 if ((DECL_LANG_SPECIFIC (decl) == 0
3853 || DECL_IN_AGGR_P (decl) == 0)
3854 && ! DECL_THIS_EXTERN (decl))
3855 error ("%qD declared as reference but not initialized", decl);
3856 return NULL_TREE;
3859 if (TREE_CODE (init) == CONSTRUCTOR)
3861 error ("ISO C++ forbids use of initializer list to "
3862 "initialize reference %qD", decl);
3863 return NULL_TREE;
3866 if (TREE_CODE (init) == TREE_LIST)
3867 init = build_x_compound_expr_from_list (init, "initializer");
3869 if (TREE_CODE (TREE_TYPE (type)) != ARRAY_TYPE
3870 && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE)
3871 /* Note: default conversion is only called in very special cases. */
3872 init = decay_conversion (init);
3874 /* Convert INIT to the reference type TYPE. This may involve the
3875 creation of a temporary, whose lifetime must be the same as that
3876 of the reference. If so, a DECL_EXPR for the temporary will be
3877 added just after the DECL_EXPR for DECL. That's why we don't set
3878 DECL_INITIAL for local references (instead assigning to them
3879 explicitly); we need to allow the temporary to be initialized
3880 first. */
3881 tmp = initialize_reference (type, init, decl, cleanup);
3883 if (tmp == error_mark_node)
3884 return NULL_TREE;
3885 else if (tmp == NULL_TREE)
3887 error ("cannot initialize %qT from %qT", type, TREE_TYPE (init));
3888 return NULL_TREE;
3891 if (TREE_STATIC (decl) && !TREE_CONSTANT (tmp))
3892 return tmp;
3894 DECL_INITIAL (decl) = tmp;
3896 return NULL_TREE;
3899 /* When parsing `int a[] = {1, 2};' we don't know the size of the
3900 array until we finish parsing the initializer. If that's the
3901 situation we're in, update DECL accordingly. */
3903 static void
3904 maybe_deduce_size_from_array_init (tree decl, tree init)
3906 tree type = TREE_TYPE (decl);
3908 if (TREE_CODE (type) == ARRAY_TYPE
3909 && TYPE_DOMAIN (type) == NULL_TREE
3910 && TREE_CODE (decl) != TYPE_DECL)
3912 /* do_default is really a C-ism to deal with tentative definitions.
3913 But let's leave it here to ease the eventual merge. */
3914 int do_default = !DECL_EXTERNAL (decl);
3915 tree initializer = init ? init : DECL_INITIAL (decl);
3916 int failure = cp_complete_array_type (&TREE_TYPE (decl), initializer,
3917 do_default);
3919 if (failure == 1)
3920 error ("initializer fails to determine size of %qD", decl);
3922 if (failure == 2)
3924 if (do_default)
3925 error ("array size missing in %qD", decl);
3926 /* If a `static' var's size isn't known, make it extern as
3927 well as static, so it does not get allocated. If it's not
3928 `static', then don't mark it extern; finish_incomplete_decl
3929 will give it a default size and it will get allocated. */
3930 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
3931 DECL_EXTERNAL (decl) = 1;
3934 if (failure == 3)
3935 error ("zero-size array %qD", decl);
3937 cp_apply_type_quals_to_decl (cp_type_quals (TREE_TYPE (decl)), decl);
3939 layout_decl (decl, 0);
3943 /* Set DECL_SIZE, DECL_ALIGN, etc. for DECL (a VAR_DECL), and issue
3944 any appropriate error messages regarding the layout. */
3946 static void
3947 layout_var_decl (tree decl)
3949 tree type = TREE_TYPE (decl);
3950 #if 0
3951 tree ttype = target_type (type);
3952 #endif
3954 /* If we haven't already layed out this declaration, do so now.
3955 Note that we must not call complete type for an external object
3956 because it's type might involve templates that we are not
3957 supposed to instantiate yet. (And it's perfectly valid to say
3958 `extern X x' for some incomplete type `X'.) */
3959 if (!DECL_EXTERNAL (decl))
3960 complete_type (type);
3961 if (!DECL_SIZE (decl)
3962 && TREE_TYPE (decl) != error_mark_node
3963 && (COMPLETE_TYPE_P (type)
3964 || (TREE_CODE (type) == ARRAY_TYPE
3965 && !TYPE_DOMAIN (type)
3966 && COMPLETE_TYPE_P (TREE_TYPE (type)))))
3967 layout_decl (decl, 0);
3969 if (!DECL_EXTERNAL (decl) && DECL_SIZE (decl) == NULL_TREE)
3971 /* An automatic variable with an incomplete type: that is an error.
3972 Don't talk about array types here, since we took care of that
3973 message in grokdeclarator. */
3974 error ("storage size of %qD isn't known", decl);
3975 TREE_TYPE (decl) = error_mark_node;
3977 #if 0
3978 /* Keep this code around in case we later want to control debug info
3979 based on whether a type is "used". (jason 1999-11-11) */
3981 else if (!DECL_EXTERNAL (decl) && IS_AGGR_TYPE (ttype))
3982 /* Let debugger know it should output info for this type. */
3983 note_debug_info_needed (ttype);
3985 if (TREE_STATIC (decl) && DECL_CLASS_SCOPE_P (decl))
3986 note_debug_info_needed (DECL_CONTEXT (decl));
3987 #endif
3989 if ((DECL_EXTERNAL (decl) || TREE_STATIC (decl))
3990 && DECL_SIZE (decl) != NULL_TREE
3991 && ! TREE_CONSTANT (DECL_SIZE (decl)))
3993 if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST)
3994 constant_expression_warning (DECL_SIZE (decl));
3995 else
3996 error ("storage size of %qD isn't constant", decl);
3999 if (TREE_STATIC (decl)
4000 && !DECL_ARTIFICIAL (decl)
4001 && current_function_decl
4002 && DECL_CONTEXT (decl) == current_function_decl)
4003 push_local_name (decl);
4006 /* If a local static variable is declared in an inline function, or if
4007 we have a weak definition, we must endeavor to create only one
4008 instance of the variable at link-time. */
4010 static void
4011 maybe_commonize_var (tree decl)
4013 /* Static data in a function with comdat linkage also has comdat
4014 linkage. */
4015 if (TREE_STATIC (decl)
4016 /* Don't mess with __FUNCTION__. */
4017 && ! DECL_ARTIFICIAL (decl)
4018 && DECL_FUNCTION_SCOPE_P (decl)
4019 /* Unfortunately, import_export_decl has not always been called
4020 before the function is processed, so we cannot simply check
4021 DECL_COMDAT. */
4022 && (DECL_COMDAT (DECL_CONTEXT (decl))
4023 || ((DECL_DECLARED_INLINE_P (DECL_CONTEXT (decl))
4024 || DECL_TEMPLATE_INSTANTIATION (DECL_CONTEXT (decl)))
4025 && TREE_PUBLIC (DECL_CONTEXT (decl)))))
4027 if (flag_weak)
4029 /* With weak symbols, we simply make the variable COMDAT;
4030 that will cause copies in multiple translations units to
4031 be merged. */
4032 comdat_linkage (decl);
4034 else
4036 if (DECL_INITIAL (decl) == NULL_TREE
4037 || DECL_INITIAL (decl) == error_mark_node)
4039 /* Without weak symbols, we can use COMMON to merge
4040 uninitialized variables. */
4041 TREE_PUBLIC (decl) = 1;
4042 DECL_COMMON (decl) = 1;
4044 else
4046 /* While for initialized variables, we must use internal
4047 linkage -- which means that multiple copies will not
4048 be merged. */
4049 TREE_PUBLIC (decl) = 0;
4050 DECL_COMMON (decl) = 0;
4051 cp_warning_at ("sorry: semantics of inline function static "
4052 "data %q#D are wrong (you'll wind up "
4053 "with multiple copies)", decl);
4054 warning ("%J you can work around this by removing "
4055 "the initializer",
4056 decl);
4060 else if (DECL_LANG_SPECIFIC (decl) && DECL_COMDAT (decl))
4061 /* Set it up again; we might have set DECL_INITIAL since the last
4062 time. */
4063 comdat_linkage (decl);
4066 /* Issue an error message if DECL is an uninitialized const variable. */
4068 static void
4069 check_for_uninitialized_const_var (tree decl)
4071 tree type = TREE_TYPE (decl);
4073 /* ``Unless explicitly declared extern, a const object does not have
4074 external linkage and must be initialized. ($8.4; $12.1)'' ARM
4075 7.1.6 */
4076 if (TREE_CODE (decl) == VAR_DECL
4077 && TREE_CODE (type) != REFERENCE_TYPE
4078 && CP_TYPE_CONST_P (type)
4079 && !TYPE_NEEDS_CONSTRUCTING (type)
4080 && !DECL_INITIAL (decl))
4081 error ("uninitialized const %qD", decl);
4084 /* FIELD is a FIELD_DECL or NULL. In the former case, the value
4085 returned is the next FIELD_DECL (possibly FIELD itself) that can be
4086 initialized. If there are no more such fields, the return value
4087 will be NULL. */
4089 static tree
4090 next_initializable_field (tree field)
4092 while (field
4093 && (TREE_CODE (field) != FIELD_DECL
4094 || (DECL_C_BIT_FIELD (field) && !DECL_NAME (field))
4095 || DECL_ARTIFICIAL (field)))
4096 field = TREE_CHAIN (field);
4098 return field;
4101 /* Subroutine of reshape_init. Reshape the constructor for an array. INITP
4102 is the pointer to the old constructor list (to the CONSTRUCTOR_ELTS of
4103 the CONSTRUCTOR we are processing), while NEW_INIT is the CONSTRUCTOR we
4104 are building.
4105 ELT_TYPE is the element type of the array. MAX_INDEX is an INTEGER_CST
4106 representing the size of the array minus one (the maximum index), or
4107 NULL_TREE if the array was declared without specifying the size. */
4109 static bool
4110 reshape_init_array (tree elt_type, tree max_index,
4111 tree *initp, tree new_init)
4113 bool sized_array_p = (max_index != NULL_TREE);
4114 unsigned HOST_WIDE_INT max_index_cst = 0;
4115 unsigned HOST_WIDE_INT index;
4117 if (sized_array_p)
4119 if (host_integerp (max_index, 1))
4120 max_index_cst = tree_low_cst (max_index, 1);
4121 /* sizetype is sign extended, not zero extended. */
4122 else
4123 max_index_cst = tree_low_cst (fold_convert (size_type_node, max_index),
4127 /* Loop until there are no more initializers. */
4128 for (index = 0;
4129 *initp && (!sized_array_p || index <= max_index_cst);
4130 ++index)
4132 tree element_init;
4133 tree designated_index;
4135 element_init = reshape_init (elt_type, initp);
4136 if (element_init == error_mark_node)
4137 return false;
4138 TREE_CHAIN (element_init) = CONSTRUCTOR_ELTS (new_init);
4139 CONSTRUCTOR_ELTS (new_init) = element_init;
4140 designated_index = TREE_PURPOSE (element_init);
4141 if (designated_index)
4143 /* Handle array designated initializers (GNU extension). */
4144 if (TREE_CODE (designated_index) == IDENTIFIER_NODE)
4146 error ("name %qD used in a GNU-style designated "
4147 "initializer for an array", designated_index);
4148 TREE_PURPOSE (element_init) = NULL_TREE;
4150 else
4151 gcc_unreachable ();
4155 return true;
4158 /* Undo the brace-elision allowed by [dcl.init.aggr] in a
4159 brace-enclosed aggregate initializer.
4161 *INITP is one of a list of initializers describing a brace-enclosed
4162 initializer for an entity of the indicated aggregate TYPE. It may
4163 not presently match the shape of the TYPE; for example:
4165 struct S { int a; int b; };
4166 struct S a[] = { 1, 2, 3, 4 };
4168 Here *INITP will point to TREE_LIST of four elements, rather than a
4169 list of two elements, each itself a list of two elements. This
4170 routine transforms INIT from the former form into the latter. The
4171 revised initializer is returned. */
4173 static tree
4174 reshape_init (tree type, tree *initp)
4176 tree inits;
4177 tree old_init;
4178 tree old_init_value;
4179 tree new_init;
4180 bool brace_enclosed_p;
4181 bool string_init_p;
4183 old_init = *initp;
4184 old_init_value = (TREE_CODE (*initp) == TREE_LIST
4185 ? TREE_VALUE (*initp) : old_init);
4187 gcc_assert (old_init_value);
4189 /* If the initializer is brace-enclosed, pull initializers from the
4190 enclosed elements. Advance past the brace-enclosed initializer
4191 now. */
4192 if (TREE_CODE (old_init_value) == CONSTRUCTOR
4193 && BRACE_ENCLOSED_INITIALIZER_P (old_init_value))
4195 *initp = TREE_CHAIN (old_init);
4196 TREE_CHAIN (old_init) = NULL_TREE;
4197 inits = CONSTRUCTOR_ELTS (old_init_value);
4198 initp = &inits;
4199 brace_enclosed_p = true;
4201 else
4203 inits = NULL_TREE;
4204 brace_enclosed_p = false;
4207 /* A non-aggregate type is always initialized with a single
4208 initializer. */
4209 if (!CP_AGGREGATE_TYPE_P (type))
4211 *initp = TREE_CHAIN (old_init);
4212 TREE_CHAIN (old_init) = NULL_TREE;
4213 /* It is invalid to initialize a non-aggregate type with a
4214 brace-enclosed initializer. */
4215 if (brace_enclosed_p)
4217 error ("brace-enclosed initializer used to initialize %qT",
4218 type);
4219 if (TREE_CODE (old_init) == TREE_LIST)
4220 TREE_VALUE (old_init) = error_mark_node;
4221 else
4222 old_init = error_mark_node;
4225 return old_init;
4228 /* [dcl.init.aggr]
4230 All implicit type conversions (clause _conv_) are considered when
4231 initializing the aggregate member with an initializer from an
4232 initializer-list. If the initializer can initialize a member,
4233 the member is initialized. Otherwise, if the member is itself a
4234 non-empty subaggregate, brace elision is assumed and the
4235 initializer is considered for the initialization of the first
4236 member of the subaggregate. */
4237 if (!brace_enclosed_p
4238 && can_convert_arg (type, TREE_TYPE (old_init_value), old_init_value))
4240 *initp = TREE_CHAIN (old_init);
4241 TREE_CHAIN (old_init) = NULL_TREE;
4242 return old_init;
4245 string_init_p = false;
4246 if (TREE_CODE (old_init_value) == STRING_CST
4247 && TREE_CODE (type) == ARRAY_TYPE
4248 && char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (type))))
4250 /* [dcl.init.string]
4252 A char array (whether plain char, signed char, or unsigned char)
4253 can be initialized by a string-literal (optionally enclosed in
4254 braces); a wchar_t array can be initialized by a wide
4255 string-literal (optionally enclosed in braces). */
4256 new_init = old_init;
4257 /* Move past the initializer. */
4258 *initp = TREE_CHAIN (old_init);
4259 TREE_CHAIN (old_init) = NULL_TREE;
4260 string_init_p = true;
4262 else
4264 /* Build a CONSTRUCTOR to hold the contents of the aggregate. */
4265 new_init = build_constructor (NULL_TREE, NULL_TREE);
4267 if (CLASS_TYPE_P (type))
4269 tree field;
4271 field = next_initializable_field (TYPE_FIELDS (type));
4273 if (!field)
4275 /* [dcl.init.aggr]
4277 An initializer for an aggregate member that is an
4278 empty class shall have the form of an empty
4279 initializer-list {}. */
4280 if (!brace_enclosed_p)
4282 error ("initializer for %qT must be brace-enclosed", type);
4283 return error_mark_node;
4286 else
4288 /* Loop through the initializable fields, gathering
4289 initializers. */
4290 while (*initp)
4292 tree field_init;
4294 /* Handle designated initializers, as an extension. */
4295 if (TREE_PURPOSE (*initp))
4297 if (pedantic)
4298 pedwarn ("ISO C++ does not allow designated initializers");
4299 field = lookup_field_1 (type, TREE_PURPOSE (*initp),
4300 /*want_type=*/false);
4301 if (!field || TREE_CODE (field) != FIELD_DECL)
4302 error ("%qT has no non-static data member named %qD",
4303 type, TREE_PURPOSE (*initp));
4305 if (!field)
4306 break;
4308 field_init = reshape_init (TREE_TYPE (field), initp);
4309 if (field_init == error_mark_node)
4310 return error_mark_node;
4311 TREE_CHAIN (field_init) = CONSTRUCTOR_ELTS (new_init);
4312 CONSTRUCTOR_ELTS (new_init) = field_init;
4313 /* [dcl.init.aggr]
4315 When a union is initialized with a brace-enclosed
4316 initializer, the braces shall only contain an
4317 initializer for the first member of the union. */
4318 if (TREE_CODE (type) == UNION_TYPE)
4319 break;
4320 field = next_initializable_field (TREE_CHAIN (field));
4324 else if (TREE_CODE (type) == ARRAY_TYPE
4325 || TREE_CODE (type) == VECTOR_TYPE)
4327 /* If the bound of the array is known, take no more initializers
4328 than are allowed. */
4329 tree max_index = NULL_TREE;
4330 if (TREE_CODE (type) == ARRAY_TYPE)
4332 if (TYPE_DOMAIN (type))
4333 max_index = array_type_nelts (type);
4335 else
4337 /* For a vector, the representation type is a struct
4338 containing a single member which is an array of the
4339 appropriate size. */
4340 tree rtype = TYPE_DEBUG_REPRESENTATION_TYPE (type);
4341 if (rtype && TYPE_DOMAIN (TREE_TYPE (TYPE_FIELDS (rtype))))
4342 max_index = array_type_nelts (TREE_TYPE (TYPE_FIELDS
4343 (rtype)));
4346 if (!reshape_init_array (TREE_TYPE (type), max_index,
4347 initp, new_init))
4348 return error_mark_node;
4350 else
4351 gcc_unreachable ();
4353 /* The initializers were placed in reverse order in the
4354 CONSTRUCTOR. */
4355 CONSTRUCTOR_ELTS (new_init) = nreverse (CONSTRUCTOR_ELTS (new_init));
4357 if (TREE_CODE (old_init) == TREE_LIST)
4358 new_init = build_tree_list (TREE_PURPOSE (old_init), new_init);
4361 /* If there are more initializers than necessary, issue a
4362 diagnostic. */
4363 if (*initp)
4365 if (brace_enclosed_p)
4366 error ("too many initializers for %qT", type);
4367 else if (warn_missing_braces && !string_init_p)
4368 warning ("missing braces around initializer");
4371 return new_init;
4374 /* Verify INIT (the initializer for DECL), and record the
4375 initialization in DECL_INITIAL, if appropriate. CLEANUP is as for
4376 grok_reference_init.
4378 If the return value is non-NULL, it is an expression that must be
4379 evaluated dynamically to initialize DECL. */
4381 static tree
4382 check_initializer (tree decl, tree init, int flags, tree *cleanup)
4384 tree type = TREE_TYPE (decl);
4385 tree init_code = NULL;
4387 /* If `start_decl' didn't like having an initialization, ignore it now. */
4388 if (init != NULL_TREE && DECL_INITIAL (decl) == NULL_TREE)
4389 init = NULL_TREE;
4391 /* If an initializer is present, DECL_INITIAL has been
4392 error_mark_node, to indicate that an as-of-yet unevaluated
4393 initialization will occur. From now on, DECL_INITIAL reflects
4394 the static initialization -- if any -- of DECL. */
4395 DECL_INITIAL (decl) = NULL_TREE;
4397 /* Things that are going to be initialized need to have complete
4398 type. */
4399 TREE_TYPE (decl) = type = complete_type (TREE_TYPE (decl));
4401 if (type == error_mark_node)
4402 /* We will have already complained. */
4403 init = NULL_TREE;
4404 else if (init && COMPLETE_TYPE_P (type)
4405 && !TREE_CONSTANT (TYPE_SIZE (type)))
4407 error ("variable-sized object %qD may not be initialized", decl);
4408 init = NULL_TREE;
4410 else if (TREE_CODE (type) == ARRAY_TYPE
4411 && !COMPLETE_TYPE_P (complete_type (TREE_TYPE (type))))
4413 error ("elements of array %q#D have incomplete type", decl);
4414 init = NULL_TREE;
4416 else if (TREE_CODE (type) != ARRAY_TYPE && !COMPLETE_TYPE_P (type))
4418 error ("%qD has incomplete type", decl);
4419 TREE_TYPE (decl) = error_mark_node;
4420 init = NULL_TREE;
4423 if (TREE_CODE (decl) == CONST_DECL)
4425 gcc_assert (TREE_CODE (decl) != REFERENCE_TYPE);
4427 DECL_INITIAL (decl) = init;
4429 gcc_assert (init != NULL_TREE);
4430 init = NULL_TREE;
4432 else if (!DECL_EXTERNAL (decl) && TREE_CODE (type) == REFERENCE_TYPE)
4433 init = grok_reference_init (decl, type, init, cleanup);
4434 else if (init)
4436 if (TREE_CODE (init) == CONSTRUCTOR
4437 && BRACE_ENCLOSED_INITIALIZER_P (init))
4439 /* [dcl.init] paragraph 13,
4440 If T is a scalar type, then a declaration of the form
4441 T x = { a };
4442 is equivalent to
4443 T x = a;
4445 reshape_init will complain about the extra braces,
4446 and doesn't do anything useful in the case where TYPE is
4447 scalar, so just don't call it. */
4448 if (CP_AGGREGATE_TYPE_P (type))
4449 init = reshape_init (type, &init);
4451 if ((*targetm.vector_opaque_p) (type))
4453 error ("opaque vector types cannot be initialized");
4454 init = error_mark_node;
4458 /* If DECL has an array type without a specific bound, deduce the
4459 array size from the initializer. */
4460 maybe_deduce_size_from_array_init (decl, init);
4461 type = TREE_TYPE (decl);
4463 if (TYPE_HAS_CONSTRUCTOR (type) || TYPE_NEEDS_CONSTRUCTING (type))
4465 if (TREE_CODE (type) == ARRAY_TYPE)
4466 goto initialize_aggr;
4467 else if (TREE_CODE (init) == CONSTRUCTOR
4468 && BRACE_ENCLOSED_INITIALIZER_P (init))
4470 if (TYPE_NON_AGGREGATE_CLASS (type))
4472 error ("%qD must be initialized by constructor, "
4473 "not by %<{...}%>",
4474 decl);
4475 init = error_mark_node;
4477 else
4478 goto dont_use_constructor;
4480 else
4482 int saved_stmts_are_full_exprs_p;
4484 initialize_aggr:
4485 saved_stmts_are_full_exprs_p = 0;
4486 if (building_stmt_tree ())
4488 saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
4489 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
4491 init = build_aggr_init (decl, init, flags);
4492 if (building_stmt_tree ())
4493 current_stmt_tree ()->stmts_are_full_exprs_p =
4494 saved_stmts_are_full_exprs_p;
4495 return init;
4498 else
4500 dont_use_constructor:
4501 if (TREE_CODE (init) != TREE_VEC)
4503 init_code = store_init_value (decl, init);
4504 if (pedantic && TREE_CODE (type) == ARRAY_TYPE
4505 && DECL_INITIAL (decl)
4506 && TREE_CODE (DECL_INITIAL (decl)) == STRING_CST
4507 && PAREN_STRING_LITERAL_P (DECL_INITIAL (decl)))
4508 warning ("array %qD initialized by parenthesized string literal %qE",
4509 decl, DECL_INITIAL (decl));
4510 init = NULL;
4514 else if (DECL_EXTERNAL (decl))
4516 else if (TYPE_P (type) && TYPE_NEEDS_CONSTRUCTING (type))
4517 goto initialize_aggr;
4518 else if (IS_AGGR_TYPE (type))
4520 tree core_type = strip_array_types (type);
4522 if (CLASSTYPE_READONLY_FIELDS_NEED_INIT (core_type))
4523 error ("structure %qD with uninitialized const members", decl);
4524 if (CLASSTYPE_REF_FIELDS_NEED_INIT (core_type))
4525 error ("structure %qD with uninitialized reference members", decl);
4527 check_for_uninitialized_const_var (decl);
4529 else
4530 check_for_uninitialized_const_var (decl);
4532 if (init && init != error_mark_node)
4533 init_code = build2 (INIT_EXPR, type, decl, init);
4535 return init_code;
4538 /* If DECL is not a local variable, give it RTL. */
4540 static void
4541 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec)
4543 int toplev = toplevel_bindings_p ();
4544 int defer_p;
4546 /* Set the DECL_ASSEMBLER_NAME for the object. */
4547 if (asmspec)
4549 /* The `register' keyword, when used together with an
4550 asm-specification, indicates that the variable should be
4551 placed in a particular register. */
4552 if (TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl))
4554 change_decl_assembler_name (decl, get_identifier (asmspec));
4555 DECL_HARD_REGISTER (decl) = 1;
4557 else
4559 if (TREE_CODE (decl) == FUNCTION_DECL
4560 && DECL_BUILT_IN_CLASS (decl) == BUILT_IN_NORMAL)
4561 set_builtin_user_assembler_name (decl, asmspec);
4562 set_user_assembler_name (decl, asmspec);
4566 /* Handle non-variables up front. */
4567 if (TREE_CODE (decl) != VAR_DECL)
4569 rest_of_decl_compilation (decl, toplev, at_eof);
4570 return;
4573 /* If we see a class member here, it should be a static data
4574 member. */
4575 if (DECL_LANG_SPECIFIC (decl) && DECL_IN_AGGR_P (decl))
4577 gcc_assert (TREE_STATIC (decl));
4578 /* An in-class declaration of a static data member should be
4579 external; it is only a declaration, and not a definition. */
4580 if (init == NULL_TREE)
4581 gcc_assert (DECL_EXTERNAL (decl));
4584 /* We don't create any RTL for local variables. */
4585 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
4586 return;
4588 /* We defer emission of local statics until the corresponding
4589 DECL_EXPR is expanded. */
4590 defer_p = DECL_FUNCTION_SCOPE_P (decl) || DECL_VIRTUAL_P (decl);
4592 /* We try to defer namespace-scope static constants so that they are
4593 not emitted into the object file unnecessarily. */
4594 if (!DECL_VIRTUAL_P (decl)
4595 && TREE_READONLY (decl)
4596 && DECL_INITIAL (decl) != NULL_TREE
4597 && DECL_INITIAL (decl) != error_mark_node
4598 && ! EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl))
4599 && toplev
4600 && !TREE_PUBLIC (decl))
4602 /* Fool with the linkage of static consts according to #pragma
4603 interface. */
4604 struct c_fileinfo *finfo = get_fileinfo (lbasename (input_filename));
4605 if (!finfo->interface_unknown && !TREE_PUBLIC (decl))
4607 TREE_PUBLIC (decl) = 1;
4608 DECL_EXTERNAL (decl) = finfo->interface_only;
4611 defer_p = 1;
4613 /* Likewise for template instantiations. */
4614 else if (DECL_LANG_SPECIFIC (decl)
4615 && DECL_IMPLICIT_INSTANTIATION (decl))
4616 defer_p = 1;
4618 /* If we're not deferring, go ahead and assemble the variable. */
4619 if (!defer_p)
4620 rest_of_decl_compilation (decl, toplev, at_eof);
4623 /* Generate code to initialize DECL (a local variable). */
4625 static void
4626 initialize_local_var (tree decl, tree init)
4628 tree type = TREE_TYPE (decl);
4629 tree cleanup;
4631 gcc_assert (TREE_CODE (decl) == VAR_DECL
4632 || TREE_CODE (decl) == RESULT_DECL);
4633 gcc_assert (!TREE_STATIC (decl));
4635 if (DECL_SIZE (decl) == NULL_TREE)
4637 /* If we used it already as memory, it must stay in memory. */
4638 DECL_INITIAL (decl) = NULL_TREE;
4639 TREE_ADDRESSABLE (decl) = TREE_USED (decl);
4642 if (DECL_SIZE (decl) && type != error_mark_node)
4644 int already_used;
4646 /* Compute and store the initial value. */
4647 already_used = TREE_USED (decl) || TREE_USED (type);
4649 /* Perform the initialization. */
4650 if (init)
4652 int saved_stmts_are_full_exprs_p;
4654 gcc_assert (building_stmt_tree ());
4655 saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
4656 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
4657 finish_expr_stmt (init);
4658 current_stmt_tree ()->stmts_are_full_exprs_p =
4659 saved_stmts_are_full_exprs_p;
4662 /* Set this to 0 so we can tell whether an aggregate which was
4663 initialized was ever used. Don't do this if it has a
4664 destructor, so we don't complain about the 'resource
4665 allocation is initialization' idiom. Now set
4666 attribute((unused)) on types so decls of that type will be
4667 marked used. (see TREE_USED, above.) */
4668 if (TYPE_NEEDS_CONSTRUCTING (type)
4669 && ! already_used
4670 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type)
4671 && DECL_NAME (decl))
4672 TREE_USED (decl) = 0;
4673 else if (already_used)
4674 TREE_USED (decl) = 1;
4677 /* Generate a cleanup, if necessary. */
4678 cleanup = cxx_maybe_build_cleanup (decl);
4679 if (DECL_SIZE (decl) && cleanup)
4680 finish_decl_cleanup (decl, cleanup);
4683 /* DECL is a VAR_DECL for a compiler-generated variable with static
4684 storage duration (like a virtual table) whose initializer is a
4685 compile-time constant. Initialize the variable and provide it to
4686 the back end. */
4688 void
4689 initialize_artificial_var (tree decl, tree init)
4691 DECL_INITIAL (decl) = build_constructor (NULL_TREE, init);
4692 DECL_INITIALIZED_P (decl) = 1;
4693 determine_visibility (decl);
4694 layout_var_decl (decl);
4695 maybe_commonize_var (decl);
4696 make_rtl_for_nonlocal_decl (decl, init, /*asmspec=*/NULL);
4699 /* Finish processing of a declaration;
4700 install its line number and initial value.
4701 If the length of an array type is not known before,
4702 it must be determined now, from the initial value, or it is an error.
4704 INIT holds the value of an initializer that should be allowed to escape
4705 the normal rules.
4707 FLAGS is LOOKUP_ONLYCONVERTING if the = init syntax was used, else 0
4708 if the (init) syntax was used. */
4710 void
4711 cp_finish_decl (tree decl, tree init, tree asmspec_tree, int flags)
4713 tree type;
4714 tree ttype = NULL_TREE;
4715 tree cleanup;
4716 const char *asmspec = NULL;
4717 int was_readonly = 0;
4718 bool var_definition_p = false;
4720 if (decl == error_mark_node)
4721 return;
4722 else if (! decl)
4724 if (init)
4725 error ("assignment (not initialization) in declaration");
4726 return;
4729 gcc_assert (TREE_CODE (decl) != RESULT_DECL);
4731 /* Assume no cleanup is required. */
4732 cleanup = NULL_TREE;
4734 /* If a name was specified, get the string. */
4735 if (global_scope_p (current_binding_level))
4736 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree);
4737 if (asmspec_tree)
4738 asmspec = TREE_STRING_POINTER (asmspec_tree);
4740 if (init && TREE_CODE (init) == NAMESPACE_DECL)
4742 error ("cannot initialize %qD to namespace %qD", decl, init);
4743 init = NULL_TREE;
4746 if (current_class_type
4747 && CP_DECL_CONTEXT (decl) == current_class_type
4748 && TYPE_BEING_DEFINED (current_class_type)
4749 && (DECL_INITIAL (decl) || init))
4750 DECL_INITIALIZED_IN_CLASS_P (decl) = 1;
4752 type = TREE_TYPE (decl);
4754 if (type == error_mark_node)
4755 goto finish_end;
4757 if (processing_template_decl)
4759 /* Add this declaration to the statement-tree. */
4760 if (at_function_scope_p ())
4761 add_decl_expr (decl);
4763 if (init && DECL_INITIAL (decl))
4764 DECL_INITIAL (decl) = init;
4765 if (TREE_CODE (decl) == VAR_DECL
4766 && !DECL_PRETTY_FUNCTION_P (decl)
4767 && !dependent_type_p (TREE_TYPE (decl)))
4768 maybe_deduce_size_from_array_init (decl, init);
4770 goto finish_end;
4773 /* Parameters are handled by store_parm_decls, not cp_finish_decl. */
4774 gcc_assert (TREE_CODE (decl) != PARM_DECL);
4776 /* Take care of TYPE_DECLs up front. */
4777 if (TREE_CODE (decl) == TYPE_DECL)
4779 if (type != error_mark_node
4780 && IS_AGGR_TYPE (type) && DECL_NAME (decl))
4782 if (TREE_TYPE (DECL_NAME (decl)) && TREE_TYPE (decl) != type)
4783 warning ("shadowing previous type declaration of %q#D", decl);
4784 set_identifier_type_value (DECL_NAME (decl), decl);
4787 /* If we have installed this as the canonical typedef for this
4788 type, and that type has not been defined yet, delay emitting
4789 the debug information for it, as we will emit it later. */
4790 if (TYPE_MAIN_DECL (TREE_TYPE (decl)) == decl
4791 && !COMPLETE_TYPE_P (TREE_TYPE (decl)))
4792 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
4794 rest_of_decl_compilation (decl, DECL_CONTEXT (decl) == NULL_TREE,
4795 at_eof);
4796 goto finish_end;
4799 if (TREE_CODE (decl) != FUNCTION_DECL)
4800 ttype = target_type (type);
4803 /* A reference will be modified here, as it is initialized. */
4804 if (! DECL_EXTERNAL (decl)
4805 && TREE_READONLY (decl)
4806 && TREE_CODE (type) == REFERENCE_TYPE)
4808 was_readonly = 1;
4809 TREE_READONLY (decl) = 0;
4812 if (TREE_CODE (decl) == VAR_DECL)
4814 /* Only PODs can have thread-local storage. Other types may require
4815 various kinds of non-trivial initialization. */
4816 if (DECL_THREAD_LOCAL (decl) && !pod_type_p (TREE_TYPE (decl)))
4817 error ("%qD cannot be thread-local because it has non-POD type %qT",
4818 decl, TREE_TYPE (decl));
4819 /* Convert the initializer to the type of DECL, if we have not
4820 already initialized DECL. */
4821 if (!DECL_INITIALIZED_P (decl)
4822 /* If !DECL_EXTERNAL then DECL is being defined. In the
4823 case of a static data member initialized inside the
4824 class-specifier, there can be an initializer even if DECL
4825 is *not* defined. */
4826 && (!DECL_EXTERNAL (decl) || init))
4828 init = check_initializer (decl, init, flags, &cleanup);
4829 /* Thread-local storage cannot be dynamically initialized. */
4830 if (DECL_THREAD_LOCAL (decl) && init)
4832 error ("%qD is thread-local and so cannot be dynamically "
4833 "initialized", decl);
4834 init = NULL_TREE;
4836 /* Handle:
4838 [dcl.init]
4840 The memory occupied by any object of static storage
4841 duration is zero-initialized at program startup before
4842 any other initialization takes place.
4844 We cannot create an appropriate initializer until after
4845 the type of DECL is finalized. If DECL_INITIAL is set,
4846 then the DECL is statically initialized, and any
4847 necessary zero-initialization has already been performed. */
4848 if (TREE_STATIC (decl) && !DECL_INITIAL (decl))
4849 DECL_INITIAL (decl) = build_zero_init (TREE_TYPE (decl),
4850 /*nelts=*/NULL_TREE,
4851 /*static_storage_p=*/true);
4852 /* Remember that the initialization for this variable has
4853 taken place. */
4854 DECL_INITIALIZED_P (decl) = 1;
4855 /* This declaration is the definition of this variable,
4856 unless we are initializing a static data member within
4857 the class specifier. */
4858 if (!DECL_EXTERNAL (decl))
4859 var_definition_p = true;
4860 /* The variable is being defined, so determine its
4861 visibility. */
4862 determine_visibility (decl);
4864 /* If the variable has an array type, lay out the type, even if
4865 there is no initializer. It is valid to index through the
4866 array, and we must get TYPE_ALIGN set correctly on the array
4867 type. */
4868 else if (TREE_CODE (type) == ARRAY_TYPE)
4869 layout_type (type);
4872 /* Add this declaration to the statement-tree. This needs to happen
4873 after the call to check_initializer so that the DECL_EXPR for a
4874 reference temp is added before the DECL_EXPR for the reference itself. */
4875 if (at_function_scope_p ())
4876 add_decl_expr (decl);
4878 if (TREE_CODE (decl) == VAR_DECL)
4879 layout_var_decl (decl);
4881 /* Output the assembler code and/or RTL code for variables and functions,
4882 unless the type is an undefined structure or union.
4883 If not, it will get done when the type is completed. */
4884 if (TREE_CODE (decl) == VAR_DECL || TREE_CODE (decl) == FUNCTION_DECL)
4886 if (TREE_CODE (decl) == VAR_DECL)
4887 maybe_commonize_var (decl);
4889 make_rtl_for_nonlocal_decl (decl, init, asmspec);
4891 /* Check for abstractness of the type. Notice that there is no
4892 need to strip array types here since the check for those types
4893 is already done within create_array_type_for_decl. */
4894 if (TREE_CODE (type) == FUNCTION_TYPE
4895 || TREE_CODE (type) == METHOD_TYPE)
4896 abstract_virtuals_error (decl, TREE_TYPE (type));
4897 else
4898 abstract_virtuals_error (decl, type);
4900 if (TREE_CODE (decl) == FUNCTION_DECL
4901 || TREE_TYPE (decl) == error_mark_node)
4902 /* No initialization required. */
4904 else if (DECL_EXTERNAL (decl)
4905 && ! (DECL_LANG_SPECIFIC (decl)
4906 && DECL_NOT_REALLY_EXTERN (decl)))
4908 if (init)
4909 DECL_INITIAL (decl) = init;
4911 else
4913 /* A variable definition. */
4914 if (DECL_FUNCTION_SCOPE_P (decl))
4916 /* Initialize the local variable. */
4917 if (processing_template_decl)
4919 if (init || DECL_INITIAL (decl) == error_mark_node)
4920 DECL_INITIAL (decl) = init;
4922 else if (!TREE_STATIC (decl))
4923 initialize_local_var (decl, init);
4926 /* If a variable is defined, and then a subsequent
4927 definition with external linkage is encountered, we will
4928 get here twice for the same variable. We want to avoid
4929 calling expand_static_init more than once. For variables
4930 that are not static data members, we can call
4931 expand_static_init only when we actually process the
4932 initializer. It is not legal to redeclare a static data
4933 member, so this issue does not arise in that case. */
4934 if (var_definition_p && TREE_STATIC (decl))
4935 expand_static_init (decl, init);
4939 /* If a CLEANUP_STMT was created to destroy a temporary bound to a
4940 reference, insert it in the statement-tree now. */
4941 if (cleanup)
4942 push_cleanup (decl, cleanup, false);
4944 finish_end:
4946 if (was_readonly)
4947 TREE_READONLY (decl) = 1;
4949 /* If this was marked 'used', be sure it will be output. */
4950 if (lookup_attribute ("used", DECL_ATTRIBUTES (decl)))
4951 mark_decl_referenced (decl);
4954 /* This is here for a midend callback from c-common.c. */
4956 void
4957 finish_decl (tree decl, tree init, tree asmspec_tree)
4959 cp_finish_decl (decl, init, asmspec_tree, 0);
4962 /* Returns a declaration for a VAR_DECL as if:
4964 extern "C" TYPE NAME;
4966 had been seen. Used to create compiler-generated global
4967 variables. */
4969 tree
4970 declare_global_var (tree name, tree type)
4972 tree decl;
4974 push_to_top_level ();
4975 decl = build_decl (VAR_DECL, name, type);
4976 TREE_PUBLIC (decl) = 1;
4977 DECL_EXTERNAL (decl) = 1;
4978 DECL_ARTIFICIAL (decl) = 1;
4979 /* If the user has explicitly declared this variable (perhaps
4980 because the code we are compiling is part of a low-level runtime
4981 library), then it is possible that our declaration will be merged
4982 with theirs by pushdecl. */
4983 decl = pushdecl (decl);
4984 cp_finish_decl (decl, NULL_TREE, NULL_TREE, 0);
4985 pop_from_top_level ();
4987 return decl;
4990 /* Returns a pointer to the `atexit' function. Note that if
4991 FLAG_USE_CXA_ATEXIT is nonzero, then this will actually be the new
4992 `__cxa_atexit' function specified in the IA64 C++ ABI. */
4994 static tree
4995 get_atexit_node (void)
4997 tree atexit_fndecl;
4998 tree arg_types;
4999 tree fn_type;
5000 tree fn_ptr_type;
5001 const char *name;
5003 if (atexit_node)
5004 return atexit_node;
5006 if (flag_use_cxa_atexit)
5008 /* The declaration for `__cxa_atexit' is:
5010 int __cxa_atexit (void (*)(void *), void *, void *)
5012 We build up the argument types and then then function type
5013 itself. */
5015 /* First, build the pointer-to-function type for the first
5016 argument. */
5017 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
5018 fn_type = build_function_type (void_type_node, arg_types);
5019 fn_ptr_type = build_pointer_type (fn_type);
5020 /* Then, build the rest of the argument types. */
5021 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
5022 arg_types = tree_cons (NULL_TREE, ptr_type_node, arg_types);
5023 arg_types = tree_cons (NULL_TREE, fn_ptr_type, arg_types);
5024 /* And the final __cxa_atexit type. */
5025 fn_type = build_function_type (integer_type_node, arg_types);
5026 fn_ptr_type = build_pointer_type (fn_type);
5027 name = "__cxa_atexit";
5029 else
5031 /* The declaration for `atexit' is:
5033 int atexit (void (*)());
5035 We build up the argument types and then then function type
5036 itself. */
5037 fn_type = build_function_type (void_type_node, void_list_node);
5038 fn_ptr_type = build_pointer_type (fn_type);
5039 arg_types = tree_cons (NULL_TREE, fn_ptr_type, void_list_node);
5040 /* Build the final atexit type. */
5041 fn_type = build_function_type (integer_type_node, arg_types);
5042 name = "atexit";
5045 /* Now, build the function declaration. */
5046 push_lang_context (lang_name_c);
5047 atexit_fndecl = build_library_fn_ptr (name, fn_type);
5048 mark_used (atexit_fndecl);
5049 pop_lang_context ();
5050 atexit_node = decay_conversion (atexit_fndecl);
5052 return atexit_node;
5055 /* Returns the __dso_handle VAR_DECL. */
5057 static tree
5058 get_dso_handle_node (void)
5060 if (dso_handle_node)
5061 return dso_handle_node;
5063 /* Declare the variable. */
5064 dso_handle_node = declare_global_var (get_identifier ("__dso_handle"),
5065 ptr_type_node);
5067 return dso_handle_node;
5070 /* Begin a new function with internal linkage whose job will be simply
5071 to destroy some particular variable. */
5073 static GTY(()) int start_cleanup_cnt;
5075 static tree
5076 start_cleanup_fn (void)
5078 char name[32];
5079 tree parmtypes;
5080 tree fntype;
5081 tree fndecl;
5083 push_to_top_level ();
5085 /* No need to mangle this. */
5086 push_lang_context (lang_name_c);
5088 /* Build the parameter-types. */
5089 parmtypes = void_list_node;
5090 /* Functions passed to __cxa_atexit take an additional parameter.
5091 We'll just ignore it. After we implement the new calling
5092 convention for destructors, we can eliminate the use of
5093 additional cleanup functions entirely in the -fnew-abi case. */
5094 if (flag_use_cxa_atexit)
5095 parmtypes = tree_cons (NULL_TREE, ptr_type_node, parmtypes);
5096 /* Build the function type itself. */
5097 fntype = build_function_type (void_type_node, parmtypes);
5098 /* Build the name of the function. */
5099 sprintf (name, "__tcf_%d", start_cleanup_cnt++);
5100 /* Build the function declaration. */
5101 fndecl = build_lang_decl (FUNCTION_DECL, get_identifier (name), fntype);
5102 /* It's a function with internal linkage, generated by the
5103 compiler. */
5104 TREE_PUBLIC (fndecl) = 0;
5105 DECL_ARTIFICIAL (fndecl) = 1;
5106 /* Make the function `inline' so that it is only emitted if it is
5107 actually needed. It is unlikely that it will be inlined, since
5108 it is only called via a function pointer, but we avoid unnecessary
5109 emissions this way. */
5110 DECL_INLINE (fndecl) = 1;
5111 DECL_DECLARED_INLINE_P (fndecl) = 1;
5112 DECL_INTERFACE_KNOWN (fndecl) = 1;
5113 /* Build the parameter. */
5114 if (flag_use_cxa_atexit)
5116 tree parmdecl;
5118 parmdecl = cp_build_parm_decl (NULL_TREE, ptr_type_node);
5119 DECL_CONTEXT (parmdecl) = fndecl;
5120 TREE_USED (parmdecl) = 1;
5121 DECL_ARGUMENTS (fndecl) = parmdecl;
5124 pushdecl (fndecl);
5125 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED);
5127 pop_lang_context ();
5129 return current_function_decl;
5132 /* Finish the cleanup function begun by start_cleanup_fn. */
5134 static void
5135 end_cleanup_fn (void)
5137 expand_or_defer_fn (finish_function (0));
5139 pop_from_top_level ();
5142 /* Generate code to handle the destruction of DECL, an object with
5143 static storage duration. */
5145 tree
5146 register_dtor_fn (tree decl)
5148 tree cleanup;
5149 tree compound_stmt;
5150 tree args;
5151 tree fcall;
5153 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
5154 return void_zero_node;
5156 /* Call build_cleanup before we enter the anonymous function so that
5157 any access checks will be done relative to the current scope,
5158 rather than the scope of the anonymous function. */
5159 build_cleanup (decl);
5161 /* Now start the function. */
5162 cleanup = start_cleanup_fn ();
5164 /* Now, recompute the cleanup. It may contain SAVE_EXPRs that refer
5165 to the original function, rather than the anonymous one. That
5166 will make the back-end think that nested functions are in use,
5167 which causes confusion. */
5169 push_deferring_access_checks (dk_no_check);
5170 fcall = build_cleanup (decl);
5171 pop_deferring_access_checks ();
5173 /* Create the body of the anonymous function. */
5174 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
5175 finish_expr_stmt (fcall);
5176 finish_compound_stmt (compound_stmt);
5177 end_cleanup_fn ();
5179 /* Call atexit with the cleanup function. */
5180 cxx_mark_addressable (cleanup);
5181 mark_used (cleanup);
5182 cleanup = build_unary_op (ADDR_EXPR, cleanup, 0);
5183 if (flag_use_cxa_atexit)
5185 args = tree_cons (NULL_TREE,
5186 build_unary_op (ADDR_EXPR, get_dso_handle_node (), 0),
5187 NULL_TREE);
5188 args = tree_cons (NULL_TREE, null_pointer_node, args);
5189 args = tree_cons (NULL_TREE, cleanup, args);
5191 else
5192 args = tree_cons (NULL_TREE, cleanup, NULL_TREE);
5193 return build_function_call (get_atexit_node (), args);
5196 /* DECL is a VAR_DECL with static storage duration. INIT, if present,
5197 is its initializer. Generate code to handle the construction
5198 and destruction of DECL. */
5200 static void
5201 expand_static_init (tree decl, tree init)
5203 gcc_assert (TREE_CODE (decl) == VAR_DECL);
5204 gcc_assert (TREE_STATIC (decl));
5206 /* Some variables require no initialization. */
5207 if (!init
5208 && !TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl))
5209 && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
5210 return;
5212 if (DECL_FUNCTION_SCOPE_P (decl))
5214 /* Emit code to perform this initialization but once. */
5215 tree if_stmt = NULL_TREE, inner_if_stmt = NULL_TREE;
5216 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE;
5217 tree guard, guard_addr, guard_addr_list;
5218 tree acquire_fn, release_fn, abort_fn;
5219 tree flag, begin;
5221 /* Emit code to perform this initialization but once. This code
5222 looks like:
5224 static <type> guard;
5225 if (!guard.first_byte) {
5226 if (__cxa_guard_acquire (&guard)) {
5227 bool flag = false;
5228 try {
5229 // Do initialization.
5230 flag = true; __cxa_guard_release (&guard);
5231 // Register variable for destruction at end of program.
5232 } catch {
5233 if (!flag) __cxa_guard_abort (&guard);
5237 Note that the `flag' variable is only set to 1 *after* the
5238 initialization is complete. This ensures that an exception,
5239 thrown during the construction, will cause the variable to
5240 reinitialized when we pass through this code again, as per:
5242 [stmt.dcl]
5244 If the initialization exits by throwing an exception, the
5245 initialization is not complete, so it will be tried again
5246 the next time control enters the declaration.
5248 This process should be thread-safe, too; multiple threads
5249 should not be able to initialize the variable more than
5250 once. */
5252 /* Create the guard variable. */
5253 guard = get_guard (decl);
5255 /* This optimization isn't safe on targets with relaxed memory
5256 consistency. On such targets we force synchronization in
5257 __cxa_guard_acquire. */
5258 if (!targetm.relaxed_ordering || !flag_threadsafe_statics)
5260 /* Begin the conditional initialization. */
5261 if_stmt = begin_if_stmt ();
5262 finish_if_stmt_cond (get_guard_cond (guard), if_stmt);
5263 then_clause = begin_compound_stmt (BCS_NO_SCOPE);
5266 if (flag_threadsafe_statics)
5268 guard_addr = build_address (guard);
5269 guard_addr_list = build_tree_list (NULL_TREE, guard_addr);
5271 acquire_fn = get_identifier ("__cxa_guard_acquire");
5272 release_fn = get_identifier ("__cxa_guard_release");
5273 abort_fn = get_identifier ("__cxa_guard_abort");
5274 if (!get_global_value_if_present (acquire_fn, &acquire_fn))
5276 tree argtypes = tree_cons (NULL_TREE, TREE_TYPE (guard_addr),
5277 void_list_node);
5278 tree vfntype = build_function_type (void_type_node, argtypes);
5279 acquire_fn = push_library_fn
5280 (acquire_fn, build_function_type (integer_type_node, argtypes));
5281 release_fn = push_library_fn (release_fn, vfntype);
5282 abort_fn = push_library_fn (abort_fn, vfntype);
5284 else
5286 release_fn = identifier_global_value (release_fn);
5287 abort_fn = identifier_global_value (abort_fn);
5290 inner_if_stmt = begin_if_stmt ();
5291 finish_if_stmt_cond (build_call (acquire_fn, guard_addr_list),
5292 inner_if_stmt);
5294 inner_then_clause = begin_compound_stmt (BCS_NO_SCOPE);
5295 begin = get_target_expr (boolean_false_node);
5296 flag = TARGET_EXPR_SLOT (begin);
5298 TARGET_EXPR_CLEANUP (begin)
5299 = build (COND_EXPR, void_type_node, flag,
5300 void_zero_node,
5301 build_call (abort_fn, guard_addr_list));
5302 CLEANUP_EH_ONLY (begin) = 1;
5304 /* Do the initialization itself. */
5305 init = add_stmt_to_compound (begin, init);
5306 init = add_stmt_to_compound
5307 (init, build (MODIFY_EXPR, void_type_node, flag, boolean_true_node));
5308 init = add_stmt_to_compound
5309 (init, build_call (release_fn, guard_addr_list));
5311 else
5312 init = add_stmt_to_compound (init, set_guard (guard));
5314 /* Use atexit to register a function for destroying this static
5315 variable. */
5316 init = add_stmt_to_compound (init, register_dtor_fn (decl));
5318 finish_expr_stmt (init);
5320 if (flag_threadsafe_statics)
5322 finish_compound_stmt (inner_then_clause);
5323 finish_then_clause (inner_if_stmt);
5324 finish_if_stmt (inner_if_stmt);
5327 if (!targetm.relaxed_ordering || !flag_threadsafe_statics)
5329 finish_compound_stmt (then_clause);
5330 finish_then_clause (if_stmt);
5331 finish_if_stmt (if_stmt);
5334 else
5335 static_aggregates = tree_cons (init, decl, static_aggregates);
5339 /* Make TYPE a complete type based on INITIAL_VALUE.
5340 Return 0 if successful, 1 if INITIAL_VALUE can't be deciphered,
5341 2 if there was no information (in which case assume 0 if DO_DEFAULT). */
5344 cp_complete_array_type (tree *ptype, tree initial_value, bool do_default)
5346 int failure;
5347 tree type, elt_type;
5349 if (initial_value)
5351 /* An array of character type can be initialized from a
5352 brace-enclosed string constant. */
5353 if (char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (*ptype)))
5354 && TREE_CODE (initial_value) == CONSTRUCTOR
5355 && CONSTRUCTOR_ELTS (initial_value)
5356 && (TREE_CODE (TREE_VALUE (CONSTRUCTOR_ELTS (initial_value)))
5357 == STRING_CST)
5358 && TREE_CHAIN (CONSTRUCTOR_ELTS (initial_value)) == NULL_TREE)
5359 initial_value = TREE_VALUE (CONSTRUCTOR_ELTS (initial_value));
5362 failure = complete_array_type (ptype, initial_value, do_default);
5364 /* We can create the array before the element type is complete, which
5365 means that we didn't have these two bits set in the original type
5366 either. In completing the type, we are expected to propagate these
5367 bits. See also complete_type which does the same thing for arrays
5368 of fixed size. */
5369 type = *ptype;
5370 if (TYPE_DOMAIN (type))
5372 elt_type = TREE_TYPE (type);
5373 TYPE_NEEDS_CONSTRUCTING (type) = TYPE_NEEDS_CONSTRUCTING (elt_type);
5374 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
5375 = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (elt_type);
5378 return failure;
5381 /* Return zero if something is declared to be a member of type
5382 CTYPE when in the context of CUR_TYPE. STRING is the error
5383 message to print in that case. Otherwise, quietly return 1. */
5385 static int
5386 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags)
5388 if (ctype && ctype != cur_type)
5390 if (flags == DTOR_FLAG)
5391 error ("destructor for alien class %qT cannot be a member", ctype);
5392 else
5393 error ("constructor for alien class %qT cannot be a member", ctype);
5394 return 0;
5396 return 1;
5399 /* Subroutine of `grokdeclarator'. */
5401 /* Generate errors possibly applicable for a given set of specifiers.
5402 This is for ARM $7.1.2. */
5404 static void
5405 bad_specifiers (tree object,
5406 const char* type,
5407 int virtualp,
5408 int quals,
5409 int inlinep,
5410 int friendp,
5411 int raises)
5413 if (virtualp)
5414 error ("%qD declared as a %<virtual%> %s", object, type);
5415 if (inlinep)
5416 error ("%qD declared as an %<inline%> %s", object, type);
5417 if (quals)
5418 error ("%<const%> and %<volatile%> function specifiers on "
5419 "%qD invalid in %s declaration",
5420 object, type);
5421 if (friendp)
5422 cp_error_at ("%qD declared as a friend", object);
5423 if (raises
5424 && (TREE_CODE (object) == TYPE_DECL
5425 || (!TYPE_PTRFN_P (TREE_TYPE (object))
5426 && !TYPE_REFFN_P (TREE_TYPE (object))
5427 && !TYPE_PTRMEMFUNC_P (TREE_TYPE (object)))))
5428 cp_error_at ("%qD declared with an exception specification", object);
5431 /* CTYPE is class type, or null if non-class.
5432 TYPE is type this FUNCTION_DECL should have, either FUNCTION_TYPE
5433 or METHOD_TYPE.
5434 DECLARATOR is the function's name.
5435 PARMS is a chain of PARM_DECLs for the function.
5436 VIRTUALP is truthvalue of whether the function is virtual or not.
5437 FLAGS are to be passed through to `grokclassfn'.
5438 QUALS are qualifiers indicating whether the function is `const'
5439 or `volatile'.
5440 RAISES is a list of exceptions that this function can raise.
5441 CHECK is 1 if we must find this method in CTYPE, 0 if we should
5442 not look, and -1 if we should not call `grokclassfn' at all.
5444 SFK is the kind of special function (if any) for the new function.
5446 Returns `NULL_TREE' if something goes wrong, after issuing
5447 applicable error messages. */
5449 static tree
5450 grokfndecl (tree ctype,
5451 tree type,
5452 tree declarator,
5453 tree parms,
5454 tree orig_declarator,
5455 int virtualp,
5456 enum overload_flags flags,
5457 cp_cv_quals quals,
5458 tree raises,
5459 int check,
5460 int friendp,
5461 int publicp,
5462 int inlinep,
5463 special_function_kind sfk,
5464 int funcdef_flag,
5465 int template_count,
5466 tree in_namespace,
5467 tree* attrlist)
5469 tree decl;
5470 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE;
5471 int has_default_arg = 0;
5472 tree t;
5474 if (raises)
5475 type = build_exception_variant (type, raises);
5477 decl = build_lang_decl (FUNCTION_DECL, declarator, type);
5478 DECL_ARGUMENTS (decl) = parms;
5479 /* Propagate volatile out from type to decl. */
5480 if (TYPE_VOLATILE (type))
5481 TREE_THIS_VOLATILE (decl) = 1;
5483 /* If this decl has namespace scope, set that up. */
5484 if (in_namespace)
5485 set_decl_namespace (decl, in_namespace, friendp);
5486 else if (!ctype)
5487 DECL_CONTEXT (decl) = FROB_CONTEXT (current_namespace);
5489 /* `main' and builtins have implicit 'C' linkage. */
5490 if ((MAIN_NAME_P (declarator)
5491 || (IDENTIFIER_LENGTH (declarator) > 10
5492 && IDENTIFIER_POINTER (declarator)[0] == '_'
5493 && IDENTIFIER_POINTER (declarator)[1] == '_'
5494 && strncmp (IDENTIFIER_POINTER (declarator)+2, "builtin_", 8) == 0))
5495 && current_lang_name == lang_name_cplusplus
5496 && ctype == NULL_TREE
5497 /* NULL_TREE means global namespace. */
5498 && DECL_CONTEXT (decl) == NULL_TREE)
5499 SET_DECL_LANGUAGE (decl, lang_c);
5501 /* Should probably propagate const out from type to decl I bet (mrs). */
5502 if (staticp)
5504 DECL_STATIC_FUNCTION_P (decl) = 1;
5505 DECL_CONTEXT (decl) = ctype;
5508 if (ctype)
5509 DECL_CONTEXT (decl) = ctype;
5511 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
5513 if (processing_template_decl)
5514 error ("cannot declare %<::main%> to be a template");
5515 if (inlinep)
5516 error ("cannot declare %<::main%> to be inline");
5517 if (!publicp)
5518 error ("cannot declare %<::main%> to be static");
5519 if (!same_type_p (TREE_TYPE (TREE_TYPE (decl)),
5520 integer_type_node))
5522 error ("%<::main%> must return %<int%>");
5523 TREE_TYPE (TREE_TYPE (decl)) = integer_type_node;
5525 inlinep = 0;
5526 publicp = 1;
5529 /* Members of anonymous types and local classes have no linkage; make
5530 them internal. If a typedef is made later, this will be changed. */
5531 if (ctype && (TYPE_ANONYMOUS_P (ctype)
5532 || decl_function_context (TYPE_MAIN_DECL (ctype))))
5533 publicp = 0;
5535 if (publicp)
5537 /* [basic.link]: A name with no linkage (notably, the name of a class
5538 or enumeration declared in a local scope) shall not be used to
5539 declare an entity with linkage.
5541 Only check this for public decls for now. See core 319, 389. */
5542 t = no_linkage_check (TREE_TYPE (decl),
5543 /*relaxed_p=*/false);
5544 if (t)
5546 if (TYPE_ANONYMOUS_P (t))
5548 if (DECL_EXTERN_C_P (decl))
5549 /* Allow this; it's pretty common in C. */;
5550 else
5552 pedwarn ("non-local function %q#D uses anonymous type",
5553 decl);
5554 if (DECL_ORIGINAL_TYPE (TYPE_NAME (t)))
5555 cp_pedwarn_at ("%q#D does not refer to the unqualified "
5556 "type, so it is not used for linkage",
5557 TYPE_NAME (t));
5560 else
5561 pedwarn ("non-local function %q#D uses local type %qT", decl, t);
5565 TREE_PUBLIC (decl) = publicp;
5566 if (! publicp)
5568 DECL_INTERFACE_KNOWN (decl) = 1;
5569 DECL_NOT_REALLY_EXTERN (decl) = 1;
5572 /* If the declaration was declared inline, mark it as such. */
5573 if (inlinep)
5574 DECL_DECLARED_INLINE_P (decl) = 1;
5575 /* We inline functions that are explicitly declared inline, or, when
5576 the user explicitly asks us to, all functions. */
5577 if (DECL_DECLARED_INLINE_P (decl)
5578 || (flag_inline_trees == 2 && !DECL_INLINE (decl) && funcdef_flag))
5579 DECL_INLINE (decl) = 1;
5581 DECL_EXTERNAL (decl) = 1;
5582 if (quals && TREE_CODE (type) == FUNCTION_TYPE)
5584 error ("%smember function %qD cannot have cv-qualifier",
5585 (ctype ? "static " : "non-"), decl);
5586 quals = TYPE_UNQUALIFIED;
5589 if (IDENTIFIER_OPNAME_P (DECL_NAME (decl)))
5590 grok_op_properties (decl, /*complain=*/true);
5592 if (ctype && decl_function_context (decl))
5593 DECL_NO_STATIC_CHAIN (decl) = 1;
5595 for (t = TYPE_ARG_TYPES (TREE_TYPE (decl)); t; t = TREE_CHAIN (t))
5596 if (TREE_PURPOSE (t)
5597 && TREE_CODE (TREE_PURPOSE (t)) == DEFAULT_ARG)
5599 has_default_arg = 1;
5600 break;
5603 if (friendp
5604 && TREE_CODE (orig_declarator) == TEMPLATE_ID_EXPR)
5606 if (funcdef_flag)
5607 error
5608 ("defining explicit specialization %qD in friend declaration",
5609 orig_declarator);
5610 else
5612 tree fns = TREE_OPERAND (orig_declarator, 0);
5613 tree args = TREE_OPERAND (orig_declarator, 1);
5615 if (PROCESSING_REAL_TEMPLATE_DECL_P ())
5617 /* Something like `template <class T> friend void f<T>()'. */
5618 error ("invalid use of template-id %qD in declaration "
5619 "of primary template",
5620 orig_declarator);
5621 return NULL_TREE;
5625 /* A friend declaration of the form friend void f<>(). Record
5626 the information in the TEMPLATE_ID_EXPR. */
5627 SET_DECL_IMPLICIT_INSTANTIATION (decl);
5629 if (TREE_CODE (fns) == COMPONENT_REF)
5631 /* Due to bison parser ickiness, we will have already looked
5632 up an operator_name or PFUNCNAME within the current class
5633 (see template_id in parse.y). If the current class contains
5634 such a name, we'll get a COMPONENT_REF here. Undo that. */
5636 gcc_assert (TREE_TYPE (TREE_OPERAND (fns, 0))
5637 == current_class_type);
5638 fns = TREE_OPERAND (fns, 1);
5640 gcc_assert (TREE_CODE (fns) == IDENTIFIER_NODE
5641 || TREE_CODE (fns) == OVERLOAD);
5642 DECL_TEMPLATE_INFO (decl) = tree_cons (fns, args, NULL_TREE);
5644 if (has_default_arg)
5646 error ("default arguments are not allowed in declaration "
5647 "of friend template specialization %qD",
5648 decl);
5649 return NULL_TREE;
5652 if (inlinep)
5654 error ("%<inline%> is not allowed in declaration of friend "
5655 "template specialization %qD",
5656 decl);
5657 return NULL_TREE;
5662 if (funcdef_flag)
5663 /* Make the init_value nonzero so pushdecl knows this is not
5664 tentative. error_mark_node is replaced later with the BLOCK. */
5665 DECL_INITIAL (decl) = error_mark_node;
5667 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl))
5668 TREE_NOTHROW (decl) = 1;
5670 /* Caller will do the rest of this. */
5671 if (check < 0)
5672 return decl;
5674 if (ctype != NULL_TREE)
5676 if (sfk == sfk_constructor)
5677 DECL_CONSTRUCTOR_P (decl) = 1;
5679 grokclassfn (ctype, decl, flags, quals);
5682 decl = check_explicit_specialization (orig_declarator, decl,
5683 template_count,
5684 2 * (funcdef_flag != 0) +
5685 4 * (friendp != 0));
5686 if (decl == error_mark_node)
5687 return NULL_TREE;
5689 if (attrlist)
5691 cplus_decl_attributes (&decl, *attrlist, 0);
5692 *attrlist = NULL_TREE;
5695 if (ctype != NULL_TREE
5696 && (! TYPE_FOR_JAVA (ctype) || check_java_method (decl))
5697 && check)
5699 tree old_decl;
5701 old_decl = check_classfn (ctype, decl,
5702 (processing_template_decl
5703 > template_class_depth (ctype))
5704 ? current_template_parms
5705 : NULL_TREE);
5707 if (old_decl && TREE_CODE (old_decl) == TEMPLATE_DECL)
5708 /* Because grokfndecl is always supposed to return a
5709 FUNCTION_DECL, we pull out the DECL_TEMPLATE_RESULT
5710 here. We depend on our callers to figure out that its
5711 really a template that's being returned. */
5712 old_decl = DECL_TEMPLATE_RESULT (old_decl);
5714 if (old_decl && DECL_STATIC_FUNCTION_P (old_decl)
5715 && TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE)
5716 /* Remove the `this' parm added by grokclassfn.
5717 XXX Isn't this done in start_function, too? */
5718 revert_static_member_fn (decl);
5719 if (old_decl && DECL_ARTIFICIAL (old_decl))
5720 error ("definition of implicitly-declared %qD", old_decl);
5722 if (old_decl)
5724 tree ok;
5725 tree pushed_scope;
5727 /* Since we've smashed OLD_DECL to its
5728 DECL_TEMPLATE_RESULT, we must do the same to DECL. */
5729 if (TREE_CODE (decl) == TEMPLATE_DECL)
5730 decl = DECL_TEMPLATE_RESULT (decl);
5732 /* Attempt to merge the declarations. This can fail, in
5733 the case of some invalid specialization declarations. */
5734 pushed_scope = push_scope (ctype);
5735 ok = duplicate_decls (decl, old_decl);
5736 if (pushed_scope)
5737 pop_scope (pushed_scope);
5738 if (!ok)
5740 error ("no %q#D member function declared in class %qT",
5741 decl, ctype);
5742 return NULL_TREE;
5744 return old_decl;
5748 if (DECL_CONSTRUCTOR_P (decl) && !grok_ctor_properties (ctype, decl))
5749 return NULL_TREE;
5751 if (ctype == NULL_TREE || check)
5752 return decl;
5754 if (virtualp)
5755 DECL_VIRTUAL_P (decl) = 1;
5757 return decl;
5760 /* DECL is a VAR_DECL for a static data member. Set flags to reflect
5761 the linkage that DECL will receive in the object file. */
5763 static void
5764 set_linkage_for_static_data_member (tree decl)
5766 /* A static data member always has static storage duration and
5767 external linkage. Note that static data members are forbidden in
5768 local classes -- the only situation in which a class has
5769 non-external linkage. */
5770 TREE_PUBLIC (decl) = 1;
5771 TREE_STATIC (decl) = 1;
5772 /* For non-template classes, static data members are always put
5773 out in exactly those files where they are defined, just as
5774 with ordinary namespace-scope variables. */
5775 if (!processing_template_decl)
5776 DECL_INTERFACE_KNOWN (decl) = 1;
5779 /* Create a VAR_DECL named NAME with the indicated TYPE.
5781 If SCOPE is non-NULL, it is the class type or namespace containing
5782 the variable. If SCOPE is NULL, the variable should is created in
5783 the innermost enclosings scope. */
5785 static tree
5786 grokvardecl (tree type,
5787 tree name,
5788 const cp_decl_specifier_seq *declspecs,
5789 int initialized,
5790 int constp,
5791 tree scope)
5793 tree decl;
5794 tree explicit_scope;
5796 gcc_assert (!name || TREE_CODE (name) == IDENTIFIER_NODE);
5798 /* Compute the scope in which to place the variable, but remember
5799 whether or not that scope was explicitly specified by the user. */
5800 explicit_scope = scope;
5801 if (!scope)
5803 /* An explicit "extern" specifier indicates a namespace-scope
5804 variable. */
5805 if (declspecs->storage_class == sc_extern)
5806 scope = current_namespace;
5807 else if (!at_function_scope_p ())
5808 scope = current_scope ();
5811 if (scope
5812 && (/* If the variable is a namespace-scope variable declared in a
5813 template, we need DECL_LANG_SPECIFIC. */
5814 (TREE_CODE (scope) == NAMESPACE_DECL && processing_template_decl)
5815 /* Similarly for namespace-scope variables with language linkage
5816 other than C++. */
5817 || (TREE_CODE (scope) == NAMESPACE_DECL
5818 && current_lang_name != lang_name_cplusplus)
5819 /* Similarly for static data members. */
5820 || TYPE_P (scope)))
5821 decl = build_lang_decl (VAR_DECL, name, type);
5822 else
5823 decl = build_decl (VAR_DECL, name, type);
5825 if (explicit_scope && TREE_CODE (explicit_scope) == NAMESPACE_DECL)
5826 set_decl_namespace (decl, explicit_scope, 0);
5827 else
5828 DECL_CONTEXT (decl) = scope;
5830 if (declspecs->storage_class == sc_extern)
5832 DECL_THIS_EXTERN (decl) = 1;
5833 DECL_EXTERNAL (decl) = !initialized;
5836 if (DECL_CLASS_SCOPE_P (decl))
5838 set_linkage_for_static_data_member (decl);
5839 /* This function is only called with out-of-class definitions. */
5840 DECL_EXTERNAL (decl) = 0;
5842 /* At top level, either `static' or no s.c. makes a definition
5843 (perhaps tentative), and absence of `static' makes it public. */
5844 else if (toplevel_bindings_p ())
5846 TREE_PUBLIC (decl) = (declspecs->storage_class != sc_static
5847 && (DECL_THIS_EXTERN (decl) || ! constp));
5848 TREE_STATIC (decl) = ! DECL_EXTERNAL (decl);
5850 /* Not at top level, only `static' makes a static definition. */
5851 else
5853 TREE_STATIC (decl) = declspecs->storage_class == sc_static;
5854 TREE_PUBLIC (decl) = DECL_EXTERNAL (decl);
5857 if (declspecs->specs[(int)ds_thread])
5859 if (targetm.have_tls)
5860 DECL_THREAD_LOCAL (decl) = 1;
5861 else
5862 /* A mere warning is sure to result in improper semantics
5863 at runtime. Don't bother to allow this to compile. */
5864 error ("thread-local storage not supported for this target");
5867 if (TREE_PUBLIC (decl))
5869 /* [basic.link]: A name with no linkage (notably, the name of a class
5870 or enumeration declared in a local scope) shall not be used to
5871 declare an entity with linkage.
5873 Only check this for public decls for now. */
5874 tree t = no_linkage_check (TREE_TYPE (decl), /*relaxed_p=*/false);
5875 if (t)
5877 if (TYPE_ANONYMOUS_P (t))
5879 if (DECL_EXTERN_C_P (decl))
5880 /* Allow this; it's pretty common in C. */
5882 else
5884 /* DRs 132, 319 and 389 seem to indicate types with
5885 no linkage can only be used to declare extern "C"
5886 entities. Since it's not always an error in the
5887 ISO C++ 90 Standard, we only issue a warning. */
5888 warning ("non-local variable %q#D uses anonymous type",
5889 decl);
5890 if (DECL_ORIGINAL_TYPE (TYPE_NAME (t)))
5891 cp_warning_at ("%q#D does not refer to the unqualified "
5892 "type, so it is not used for linkage",
5893 TYPE_NAME (t));
5896 else
5897 warning ("non-local variable %q#D uses local type %qT", decl, t);
5900 else
5901 DECL_INTERFACE_KNOWN (decl) = 1;
5903 return decl;
5906 /* Create and return a canonical pointer to member function type, for
5907 TYPE, which is a POINTER_TYPE to a METHOD_TYPE. */
5909 tree
5910 build_ptrmemfunc_type (tree type)
5912 tree field, fields;
5913 tree t;
5914 tree unqualified_variant = NULL_TREE;
5916 if (type == error_mark_node)
5917 return type;
5919 /* If a canonical type already exists for this type, use it. We use
5920 this method instead of type_hash_canon, because it only does a
5921 simple equality check on the list of field members. */
5923 if ((t = TYPE_GET_PTRMEMFUNC_TYPE (type)))
5924 return t;
5926 /* Make sure that we always have the unqualified pointer-to-member
5927 type first. */
5928 if (cp_type_quals (type) != TYPE_UNQUALIFIED)
5929 unqualified_variant
5930 = build_ptrmemfunc_type (TYPE_MAIN_VARIANT (type));
5932 t = make_aggr_type (RECORD_TYPE);
5933 xref_basetypes (t, NULL_TREE);
5935 /* Let the front-end know this is a pointer to member function... */
5936 TYPE_PTRMEMFUNC_FLAG (t) = 1;
5937 /* ... and not really an aggregate. */
5938 SET_IS_AGGR_TYPE (t, 0);
5940 field = build_decl (FIELD_DECL, pfn_identifier, type);
5941 fields = field;
5943 field = build_decl (FIELD_DECL, delta_identifier, delta_type_node);
5944 TREE_CHAIN (field) = fields;
5945 fields = field;
5947 finish_builtin_struct (t, "__ptrmemfunc_type", fields, ptr_type_node);
5949 /* Zap out the name so that the back-end will give us the debugging
5950 information for this anonymous RECORD_TYPE. */
5951 TYPE_NAME (t) = NULL_TREE;
5953 /* If this is not the unqualified form of this pointer-to-member
5954 type, set the TYPE_MAIN_VARIANT for this type to be the
5955 unqualified type. Since they are actually RECORD_TYPEs that are
5956 not variants of each other, we must do this manually. */
5957 if (cp_type_quals (type) != TYPE_UNQUALIFIED)
5959 t = build_qualified_type (t, cp_type_quals (type));
5960 TYPE_MAIN_VARIANT (t) = unqualified_variant;
5961 TYPE_NEXT_VARIANT (t) = TYPE_NEXT_VARIANT (unqualified_variant);
5962 TYPE_NEXT_VARIANT (unqualified_variant) = t;
5965 /* Cache this pointer-to-member type so that we can find it again
5966 later. */
5967 TYPE_SET_PTRMEMFUNC_TYPE (type, t);
5969 return t;
5972 /* Create and return a pointer to data member type. */
5974 tree
5975 build_ptrmem_type (tree class_type, tree member_type)
5977 if (TREE_CODE (member_type) == METHOD_TYPE)
5979 tree arg_types;
5981 arg_types = TYPE_ARG_TYPES (member_type);
5982 class_type = (cp_build_qualified_type
5983 (class_type,
5984 cp_type_quals (TREE_TYPE (TREE_VALUE (arg_types)))));
5985 member_type
5986 = build_method_type_directly (class_type,
5987 TREE_TYPE (member_type),
5988 TREE_CHAIN (arg_types));
5989 return build_ptrmemfunc_type (build_pointer_type (member_type));
5991 else
5993 gcc_assert (TREE_CODE (member_type) != FUNCTION_TYPE);
5994 return build_offset_type (class_type, member_type);
5998 /* DECL is a VAR_DECL defined in-class, whose TYPE is also given.
5999 Check to see that the definition is valid. Issue appropriate error
6000 messages. Return 1 if the definition is particularly bad, or 0
6001 otherwise. */
6004 check_static_variable_definition (tree decl, tree type)
6006 /* Motion 10 at San Diego: If a static const integral data member is
6007 initialized with an integral constant expression, the initializer
6008 may appear either in the declaration (within the class), or in
6009 the definition, but not both. If it appears in the class, the
6010 member is a member constant. The file-scope definition is always
6011 required. */
6012 if (!ARITHMETIC_TYPE_P (type) && TREE_CODE (type) != ENUMERAL_TYPE)
6014 error ("invalid in-class initialization of static data member "
6015 "of non-integral type %qT",
6016 type);
6017 /* If we just return the declaration, crashes will sometimes
6018 occur. We therefore return void_type_node, as if this were a
6019 friend declaration, to cause callers to completely ignore
6020 this declaration. */
6021 return 1;
6023 else if (!CP_TYPE_CONST_P (type))
6024 error ("ISO C++ forbids in-class initialization of non-const "
6025 "static member %qD",
6026 decl);
6027 else if (pedantic && !INTEGRAL_TYPE_P (type))
6028 pedwarn ("ISO C++ forbids initialization of member constant "
6029 "%qD of non-integral type %qT", decl, type);
6031 return 0;
6034 /* Given the SIZE (i.e., number of elements) in an array, compute an
6035 appropriate index type for the array. If non-NULL, NAME is the
6036 name of the thing being declared. */
6038 tree
6039 compute_array_index_type (tree name, tree size)
6041 tree type = TREE_TYPE (size);
6042 tree itype;
6044 /* The array bound must be an integer type. */
6045 if (!dependent_type_p (type) && !INTEGRAL_TYPE_P (type))
6047 if (name)
6048 error ("size of array %qD has non-integral type %qT", name, type);
6049 else
6050 error ("size of array has non-integral type %qT", type);
6051 size = integer_one_node;
6052 type = TREE_TYPE (size);
6055 if (abi_version_at_least (2)
6056 /* We should only handle value dependent expressions specially. */
6057 ? value_dependent_expression_p (size)
6058 /* But for abi-1, we handled all instances in templates. This
6059 effects the manglings produced. */
6060 : processing_template_decl)
6061 return build_index_type (build_min (MINUS_EXPR, sizetype,
6062 size, integer_one_node));
6064 /* The size might be the result of a cast. */
6065 STRIP_TYPE_NOPS (size);
6067 /* It might be a const variable or enumeration constant. */
6068 size = integral_constant_value (size);
6070 /* Normally, the array-bound will be a constant. */
6071 if (TREE_CODE (size) == INTEGER_CST)
6073 /* Check to see if the array bound overflowed. Make that an
6074 error, no matter how generous we're being. */
6075 int old_flag_pedantic_errors = flag_pedantic_errors;
6076 int old_pedantic = pedantic;
6077 pedantic = flag_pedantic_errors = 1;
6078 constant_expression_warning (size);
6079 pedantic = old_pedantic;
6080 flag_pedantic_errors = old_flag_pedantic_errors;
6082 /* An array must have a positive number of elements. */
6083 if (INT_CST_LT (size, integer_zero_node))
6085 if (name)
6086 error ("size of array %qD is negative", name);
6087 else
6088 error ("size of array is negative");
6089 size = integer_one_node;
6091 /* As an extension we allow zero-sized arrays. We always allow
6092 them in system headers because glibc uses them. */
6093 else if (integer_zerop (size) && pedantic && !in_system_header)
6095 if (name)
6096 pedwarn ("ISO C++ forbids zero-size array %qD", name);
6097 else
6098 pedwarn ("ISO C++ forbids zero-size array");
6101 else if (TREE_CONSTANT (size))
6103 /* `(int) &fn' is not a valid array bound. */
6104 if (name)
6105 error ("size of array %qD is not an integral constant-expression",
6106 name);
6107 else
6108 error ("size of array is not an integral constant-expression");
6110 else if (pedantic)
6112 if (name)
6113 pedwarn ("ISO C++ forbids variable-size array %qD", name);
6114 else
6115 pedwarn ("ISO C++ forbids variable-size array");
6118 if (processing_template_decl && !TREE_CONSTANT (size))
6119 /* A variable sized array. */
6120 itype = build_min (MINUS_EXPR, sizetype, size, integer_one_node);
6121 else
6123 HOST_WIDE_INT saved_processing_template_decl;
6125 /* Compute the index of the largest element in the array. It is
6126 one less than the number of elements in the array. We save
6127 and restore PROCESSING_TEMPLATE_DECL so that computations in
6128 cp_build_binary_op will be appropriately folded. */
6129 saved_processing_template_decl = processing_template_decl;
6130 processing_template_decl = 0;
6131 itype = cp_build_binary_op (MINUS_EXPR,
6132 cp_convert (ssizetype, size),
6133 cp_convert (ssizetype, integer_one_node));
6134 itype = fold (itype);
6135 processing_template_decl = saved_processing_template_decl;
6137 if (!TREE_CONSTANT (itype))
6138 /* A variable sized array. */
6139 itype = variable_size (itype);
6140 /* Make sure that there was no overflow when creating to a signed
6141 index type. (For example, on a 32-bit machine, an array with
6142 size 2^32 - 1 is too big.) */
6143 else if (TREE_OVERFLOW (itype))
6145 error ("overflow in array dimension");
6146 TREE_OVERFLOW (itype) = 0;
6150 /* Create and return the appropriate index type. */
6151 return build_index_type (itype);
6154 /* Returns the scope (if any) in which the entity declared by
6155 DECLARATOR will be located. If the entity was declared with an
6156 unqualified name, NULL_TREE is returned. */
6158 tree
6159 get_scope_of_declarator (const cp_declarator *declarator)
6161 while (declarator && declarator->kind != cdk_id)
6162 declarator = declarator->declarator;
6164 /* If the declarator-id is a SCOPE_REF, the scope in which the
6165 declaration occurs is the first operand. */
6166 if (declarator
6167 && declarator->u.id.qualifying_scope)
6168 return declarator->u.id.qualifying_scope;
6170 /* Otherwise, the declarator is not a qualified name; the entity will
6171 be declared in the current scope. */
6172 return NULL_TREE;
6175 /* Returns an ARRAY_TYPE for an array with SIZE elements of the
6176 indicated TYPE. If non-NULL, NAME is the NAME of the declaration
6177 with this type. */
6179 static tree
6180 create_array_type_for_decl (tree name, tree type, tree size)
6182 tree itype = NULL_TREE;
6183 const char* error_msg;
6185 /* If things have already gone awry, bail now. */
6186 if (type == error_mark_node || size == error_mark_node)
6187 return error_mark_node;
6189 /* Assume that everything will go OK. */
6190 error_msg = NULL;
6192 /* There are some types which cannot be array elements. */
6193 switch (TREE_CODE (type))
6195 case VOID_TYPE:
6196 error_msg = "array of void";
6197 break;
6199 case FUNCTION_TYPE:
6200 error_msg = "array of functions";
6201 break;
6203 case REFERENCE_TYPE:
6204 error_msg = "array of references";
6205 break;
6207 case METHOD_TYPE:
6208 error_msg = "array of function members";
6209 break;
6211 default:
6212 break;
6215 /* If something went wrong, issue an error-message and return. */
6216 if (error_msg)
6218 if (name)
6219 error ("declaration of %qD as %s", name, error_msg);
6220 else
6221 error ("creating %s", error_msg);
6223 return error_mark_node;
6226 /* [dcl.array]
6228 The constant expressions that specify the bounds of the arrays
6229 can be omitted only for the first member of the sequence. */
6230 if (TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type))
6232 if (name)
6233 error ("declaration of %qD as multidimensional array must "
6234 "have bounds for all dimensions except the first",
6235 name);
6236 else
6237 error ("multidimensional array must have bounds for all "
6238 "dimensions except the first");
6240 return error_mark_node;
6243 /* Figure out the index type for the array. */
6244 if (size)
6245 itype = compute_array_index_type (name, size);
6247 /* [dcl.array]
6248 T is called the array element type; this type shall not be [...] an
6249 abstract class type. */
6250 abstract_virtuals_error (name, type);
6252 return build_cplus_array_type (type, itype);
6255 /* Check that it's OK to declare a function with the indicated TYPE.
6256 SFK indicates the kind of special function (if any) that this
6257 function is. OPTYPE is the type given in a conversion operator
6258 declaration, or the class type for a constructor/destructor.
6259 Returns the actual return type of the function; that
6260 may be different than TYPE if an error occurs, or for certain
6261 special functions. */
6263 static tree
6264 check_special_function_return_type (special_function_kind sfk,
6265 tree type,
6266 tree optype)
6268 switch (sfk)
6270 case sfk_constructor:
6271 if (type)
6272 error ("return type specification for constructor invalid");
6274 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
6275 type = build_pointer_type (optype);
6276 else
6277 type = void_type_node;
6278 break;
6280 case sfk_destructor:
6281 if (type)
6282 error ("return type specification for destructor invalid");
6283 /* We can't use the proper return type here because we run into
6284 problems with ambiguous bases and covariant returns.
6285 Java classes are left unchanged because (void *) isn't a valid
6286 Java type, and we don't want to change the Java ABI. */
6287 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
6288 type = build_pointer_type (void_type_node);
6289 else
6290 type = void_type_node;
6291 break;
6293 case sfk_conversion:
6294 if (type && !same_type_p (type, optype))
6295 error ("operator %qT declared to return %qT", optype, type);
6296 else if (type)
6297 pedwarn ("return type specified for %<operator %T%>", optype);
6298 type = optype;
6299 break;
6301 default:
6302 gcc_unreachable ();
6305 return type;
6308 /* A variable or data member (whose unqualified name is IDENTIFIER)
6309 has been declared with the indicated TYPE. If the TYPE is not
6310 acceptable, issue an error message and return a type to use for
6311 error-recovery purposes. */
6313 tree
6314 check_var_type (tree identifier, tree type)
6316 if (VOID_TYPE_P (type))
6318 if (!identifier)
6319 error ("unnamed variable or field declared void");
6320 else if (TREE_CODE (identifier) == IDENTIFIER_NODE)
6322 gcc_assert (!IDENTIFIER_OPNAME_P (identifier));
6323 error ("variable or field %qE declared void", identifier);
6325 else
6326 error ("variable or field declared void");
6327 type = integer_type_node;
6330 return type;
6333 /* Given declspecs and a declarator (abstract or otherwise), determine
6334 the name and type of the object declared and construct a DECL node
6335 for it.
6337 DECLSPECS is a chain of tree_list nodes whose value fields
6338 are the storage classes and type specifiers.
6340 DECL_CONTEXT says which syntactic context this declaration is in:
6341 NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
6342 FUNCDEF for a function definition. Like NORMAL but a few different
6343 error messages in each case. Return value may be zero meaning
6344 this definition is too screwy to try to parse.
6345 MEMFUNCDEF for a function definition. Like FUNCDEF but prepares to
6346 handle member functions (which have FIELD context).
6347 Return value may be zero meaning this definition is too screwy to
6348 try to parse.
6349 PARM for a parameter declaration (either within a function prototype
6350 or before a function body). Make a PARM_DECL, or return void_type_node.
6351 CATCHPARM for a parameter declaration before a catch clause.
6352 TYPENAME if for a typename (in a cast or sizeof).
6353 Don't make a DECL node; just return the ..._TYPE node.
6354 FIELD for a struct or union field; make a FIELD_DECL.
6355 BITFIELD for a field with specified width.
6356 INITIALIZED is 1 if the decl has an initializer.
6358 ATTRLIST is a pointer to the list of attributes, which may be NULL
6359 if there are none; *ATTRLIST may be modified if attributes from inside
6360 the declarator should be applied to the declaration.
6362 When this function is called, scoping variables (such as
6363 CURRENT_CLASS_TYPE) should reflect the scope in which the
6364 declaration occurs, not the scope in which the new declaration will
6365 be placed. For example, on:
6367 void S::f() { ... }
6369 when grokdeclarator is called for `S::f', the CURRENT_CLASS_TYPE
6370 should not be `S'. */
6372 tree
6373 grokdeclarator (const cp_declarator *declarator,
6374 const cp_decl_specifier_seq *declspecs,
6375 enum decl_context decl_context,
6376 int initialized,
6377 tree* attrlist)
6379 tree type = NULL_TREE;
6380 int longlong = 0;
6381 int type_quals;
6382 int virtualp, explicitp, friendp, inlinep, staticp;
6383 int explicit_int = 0;
6384 int explicit_char = 0;
6385 int defaulted_int = 0;
6386 tree dependant_name = NULL_TREE;
6388 tree typedef_decl = NULL_TREE;
6389 const char *name = NULL;
6390 tree typedef_type = NULL_TREE;
6391 int funcdef_flag = 0;
6392 cp_declarator_kind innermost_code = cdk_error;
6393 int bitfield = 0;
6394 #if 0
6395 /* See the code below that used this. */
6396 tree decl_attr = NULL_TREE;
6397 #endif
6399 /* Keep track of what sort of function is being processed
6400 so that we can warn about default return values, or explicit
6401 return values which do not match prescribed defaults. */
6402 special_function_kind sfk = sfk_none;
6404 tree dname = NULL_TREE;
6405 tree ctor_return_type = NULL_TREE;
6406 enum overload_flags flags = NO_SPECIAL;
6407 cp_cv_quals quals = TYPE_UNQUALIFIED;
6408 tree raises = NULL_TREE;
6409 int template_count = 0;
6410 tree returned_attrs = NULL_TREE;
6411 tree parms = NULL_TREE;
6412 const cp_declarator *id_declarator;
6413 /* The unqualified name of the declarator; either an
6414 IDENTIFIER_NODE, BIT_NOT_EXPR, or TEMPLATE_ID_EXPR. */
6415 tree unqualified_id;
6416 /* The class type, if any, in which this entity is located,
6417 or NULL_TREE if none. Note that this value may be different from
6418 the current class type; for example if an attempt is made to declare
6419 "A::f" inside "B", this value will be "A". */
6420 tree ctype = current_class_type;
6421 /* The NAMESPACE_DECL for the namespace in which this entity is
6422 located. If an unqualified name is used to declare the entity,
6423 this value will be NULL_TREE, even if the entity is located at
6424 namespace scope. */
6425 tree in_namespace = NULL_TREE;
6426 cp_decl_spec ds;
6427 cp_storage_class storage_class;
6428 bool unsigned_p, signed_p, short_p, long_p, thread_p;
6429 bool type_was_error_mark_node = false;
6431 signed_p = declspecs->specs[(int)ds_signed];
6432 unsigned_p = declspecs->specs[(int)ds_unsigned];
6433 short_p = declspecs->specs[(int)ds_short];
6434 long_p = declspecs->specs[(int)ds_long];
6435 thread_p = declspecs->specs[(int)ds_thread];
6437 if (decl_context == FUNCDEF)
6438 funcdef_flag = 1, decl_context = NORMAL;
6439 else if (decl_context == MEMFUNCDEF)
6440 funcdef_flag = -1, decl_context = FIELD;
6441 else if (decl_context == BITFIELD)
6442 bitfield = 1, decl_context = FIELD;
6444 /* Look inside a declarator for the name being declared
6445 and get it as a string, for an error message. */
6446 for (id_declarator = declarator;
6447 id_declarator;
6448 id_declarator = id_declarator->declarator)
6450 if (id_declarator->kind != cdk_id)
6451 innermost_code = id_declarator->kind;
6453 switch (id_declarator->kind)
6455 case cdk_function:
6456 if (id_declarator->declarator
6457 && id_declarator->declarator->kind == cdk_id)
6459 sfk = id_declarator->declarator->u.id.sfk;
6460 if (sfk == sfk_destructor)
6461 flags = DTOR_FLAG;
6463 break;
6465 case cdk_id:
6467 tree qualifying_scope = id_declarator->u.id.qualifying_scope;
6468 tree decl = id_declarator->u.id.unqualified_name;
6469 if (!decl)
6470 break;
6471 if (qualifying_scope)
6473 if (TYPE_P (qualifying_scope))
6475 ctype = qualifying_scope;
6476 if (innermost_code != cdk_function
6477 && current_class_type
6478 && !UNIQUELY_DERIVED_FROM_P (ctype,
6479 current_class_type))
6481 error ("type %qT is not derived from type %qT",
6482 ctype, current_class_type);
6483 return error_mark_node;
6486 else if (TREE_CODE (qualifying_scope) == NAMESPACE_DECL)
6487 in_namespace = qualifying_scope;
6489 if (TREE_CODE (decl) == BASELINK)
6490 decl = BASELINK_FUNCTIONS (decl);
6491 if (decl == error_mark_node)
6492 return error_mark_node;
6493 switch (TREE_CODE (decl))
6495 case BIT_NOT_EXPR:
6497 tree type;
6499 if (innermost_code != cdk_function)
6501 error ("declaration of %qD as non-function", decl);
6502 return error_mark_node;
6504 else if (!qualifying_scope
6505 && !(current_class_type && at_class_scope_p ()))
6507 error ("declaration of %qD as non-member", decl);
6508 return error_mark_node;
6511 type = TREE_OPERAND (decl, 0);
6512 name = IDENTIFIER_POINTER (constructor_name (type));
6514 break;
6516 case TEMPLATE_ID_EXPR:
6518 tree fns = TREE_OPERAND (decl, 0);
6520 dname = fns;
6521 if (TREE_CODE (dname) == COMPONENT_REF)
6522 dname = TREE_OPERAND (dname, 1);
6523 if (TREE_CODE (dname) != IDENTIFIER_NODE)
6525 gcc_assert (is_overloaded_fn (dname));
6526 dname = DECL_NAME (get_first_fn (dname));
6529 /* Fall through. */
6531 case IDENTIFIER_NODE:
6532 if (TREE_CODE (decl) == IDENTIFIER_NODE)
6533 dname = decl;
6535 if (C_IS_RESERVED_WORD (dname))
6537 error ("declarator-id missing; using reserved word %qD",
6538 dname);
6539 name = IDENTIFIER_POINTER (dname);
6541 else if (!IDENTIFIER_TYPENAME_P (dname))
6542 name = IDENTIFIER_POINTER (dname);
6543 else
6545 gcc_assert (flags == NO_SPECIAL);
6546 flags = TYPENAME_FLAG;
6547 ctor_return_type = TREE_TYPE (dname);
6548 sfk = sfk_conversion;
6549 if (is_typename_at_global_scope (dname))
6550 name = IDENTIFIER_POINTER (dname);
6551 else
6552 name = "<invalid operator>";
6554 break;
6556 case TYPE_DECL:
6557 dname = constructor_name (TREE_TYPE (decl));
6558 name = IDENTIFIER_POINTER (dname);
6559 break;
6561 default:
6562 gcc_unreachable ();
6564 break;
6566 case cdk_array:
6567 case cdk_pointer:
6568 case cdk_reference:
6569 case cdk_ptrmem:
6570 break;
6572 case cdk_error:
6573 break;
6575 default:
6576 gcc_unreachable ();
6579 if (id_declarator->kind == cdk_id)
6580 break;
6583 /* A function definition's declarator must have the form of
6584 a function declarator. */
6586 if (funcdef_flag && innermost_code != cdk_function)
6587 return 0;
6589 if (((dname && IDENTIFIER_OPNAME_P (dname)) || flags == TYPENAME_FLAG)
6590 && innermost_code != cdk_function
6591 && ! (ctype && !declspecs->any_specifiers_p))
6593 error ("declaration of %qD as non-function", dname);
6594 return error_mark_node;
6597 /* Anything declared one level down from the top level
6598 must be one of the parameters of a function
6599 (because the body is at least two levels down). */
6601 /* This heuristic cannot be applied to C++ nodes! Fixed, however,
6602 by not allowing C++ class definitions to specify their parameters
6603 with xdecls (must be spec.d in the parmlist).
6605 Since we now wait to push a class scope until we are sure that
6606 we are in a legitimate method context, we must set oldcname
6607 explicitly (since current_class_name is not yet alive).
6609 We also want to avoid calling this a PARM if it is in a namespace. */
6611 if (decl_context == NORMAL && !toplevel_bindings_p ())
6613 struct cp_binding_level *b = current_binding_level;
6614 current_binding_level = b->level_chain;
6615 if (current_binding_level != 0 && toplevel_bindings_p ())
6616 decl_context = PARM;
6617 current_binding_level = b;
6620 if (name == NULL)
6621 name = decl_context == PARM ? "parameter" : "type name";
6623 /* If there were multiple types specified in the decl-specifier-seq,
6624 issue an error message. */
6625 if (declspecs->multiple_types_p)
6626 error ("two or more data types in declaration of %qs", name);
6627 /* Extract the basic type from the decl-specifier-seq. */
6628 type = declspecs->type;
6629 if (type == error_mark_node)
6631 type = NULL_TREE;
6632 type_was_error_mark_node = true;
6634 /* If the entire declaration is itself tagged as deprecated then
6635 suppress reports of deprecated items. */
6636 if (type && TREE_DEPRECATED (type)
6637 && deprecated_state != DEPRECATED_SUPPRESS)
6638 warn_deprecated_use (type);
6639 if (type && TREE_CODE (type) == TYPE_DECL)
6641 typedef_decl = type;
6642 type = TREE_TYPE (typedef_decl);
6644 /* No type at all: default to `int', and set DEFAULTED_INT
6645 because it was not a user-defined typedef. */
6646 if (type == NULL_TREE && (signed_p || unsigned_p || long_p || short_p))
6648 /* These imply 'int'. */
6649 type = integer_type_node;
6650 defaulted_int = 1;
6652 /* Gather flags. */
6653 explicit_int = declspecs->explicit_int_p;
6654 explicit_char = declspecs->explicit_char_p;
6656 /* Check for repeated decl-specifiers. */
6657 for (ds = ds_first; ds != ds_last; ++ds)
6659 unsigned count = declspecs->specs[(int)ds];
6660 if (count < 2)
6661 continue;
6662 /* The "long" specifier is a special case because of
6663 "long long". */
6664 if (ds == ds_long)
6666 if (count > 2)
6667 error ("%<long long long%> is too long for GCC");
6668 else if (pedantic && !in_system_header && warn_long_long)
6669 pedwarn ("ISO C++ does not support %<long long%>");
6670 else
6671 longlong = 1;
6673 else if (declspecs->specs[(int)ds] > 1)
6675 static const char *const decl_spec_names[] = {
6676 "signed",
6677 "unsigned",
6678 "short",
6679 "long",
6680 "const",
6681 "volatile",
6682 "restrict",
6683 "inline",
6684 "virtual",
6685 "explicit",
6686 "friend",
6687 "typedef",
6688 "__complex",
6689 "__thread"
6691 error ("duplicate %qs", decl_spec_names[(int)ds]);
6695 #if 0
6696 /* See the code below that used this. */
6697 if (typedef_decl)
6698 decl_attr = DECL_ATTRIBUTES (typedef_decl);
6699 #endif
6700 typedef_type = type;
6703 if (sfk != sfk_conversion)
6704 ctor_return_type = ctype;
6706 if (sfk != sfk_none)
6707 type = check_special_function_return_type (sfk, type,
6708 ctor_return_type);
6709 else if (type == NULL_TREE)
6711 int is_main;
6713 explicit_int = -1;
6715 /* We handle `main' specially here, because 'main () { }' is so
6716 common. With no options, it is allowed. With -Wreturn-type,
6717 it is a warning. It is only an error with -pedantic-errors. */
6718 is_main = (funcdef_flag
6719 && dname && MAIN_NAME_P (dname)
6720 && ctype == NULL_TREE
6721 && in_namespace == NULL_TREE
6722 && current_namespace == global_namespace);
6724 if (type_was_error_mark_node)
6725 /* We've already issued an error, don't complain more. */;
6726 else if (in_system_header || flag_ms_extensions)
6727 /* Allow it, sigh. */;
6728 else if (pedantic || ! is_main)
6729 pedwarn ("ISO C++ forbids declaration of %qs with no type", name);
6730 else if (warn_return_type)
6731 warning ("ISO C++ forbids declaration of %qs with no type", name);
6733 type = integer_type_node;
6736 ctype = NULL_TREE;
6738 /* Now process the modifiers that were specified
6739 and check for invalid combinations. */
6741 /* Long double is a special combination. */
6742 if (long_p && TYPE_MAIN_VARIANT (type) == double_type_node)
6744 long_p = false;
6745 type = build_qualified_type (long_double_type_node,
6746 cp_type_quals (type));
6749 /* Check all other uses of type modifiers. */
6751 if (unsigned_p || signed_p || long_p || short_p)
6753 int ok = 0;
6755 if (TREE_CODE (type) == REAL_TYPE)
6756 error ("short, signed or unsigned invalid for %qs", name);
6757 else if (TREE_CODE (type) != INTEGER_TYPE)
6758 error ("long, short, signed or unsigned invalid for %qs", name);
6759 else if (long_p && short_p)
6760 error ("long and short specified together for %qs", name);
6761 else if ((long_p || short_p) && explicit_char)
6762 error ("long or short specified with char for %qs", name);
6763 else if ((long_p|| short_p) && TREE_CODE (type) == REAL_TYPE)
6764 error ("long or short specified with floating type for %qs", name);
6765 else if (signed_p && unsigned_p)
6766 error ("signed and unsigned given together for %qs", name);
6767 else
6769 ok = 1;
6770 if (!explicit_int && !defaulted_int && !explicit_char && pedantic)
6772 pedwarn ("long, short, signed or unsigned used invalidly for %qs",
6773 name);
6774 if (flag_pedantic_errors)
6775 ok = 0;
6779 /* Discard the type modifiers if they are invalid. */
6780 if (! ok)
6782 unsigned_p = false;
6783 signed_p = false;
6784 long_p = false;
6785 short_p = false;
6786 longlong = 0;
6790 /* Decide whether an integer type is signed or not.
6791 Optionally treat bitfields as signed by default. */
6792 if (unsigned_p
6793 /* [class.bit]
6795 It is implementation-defined whether a plain (neither
6796 explicitly signed or unsigned) char, short, int, or long
6797 bit-field is signed or unsigned.
6799 Naturally, we extend this to long long as well. Note that
6800 this does not include wchar_t. */
6801 || (bitfield && !flag_signed_bitfields
6802 && !signed_p
6803 /* A typedef for plain `int' without `signed' can be
6804 controlled just like plain `int', but a typedef for
6805 `signed int' cannot be so controlled. */
6806 && !(typedef_decl
6807 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl))
6808 && (TREE_CODE (type) == INTEGER_TYPE
6809 || TREE_CODE (type) == CHAR_TYPE)
6810 && !same_type_p (TYPE_MAIN_VARIANT (type), wchar_type_node)))
6812 if (longlong)
6813 type = long_long_unsigned_type_node;
6814 else if (long_p)
6815 type = long_unsigned_type_node;
6816 else if (short_p)
6817 type = short_unsigned_type_node;
6818 else if (type == char_type_node)
6819 type = unsigned_char_type_node;
6820 else if (typedef_decl)
6821 type = c_common_unsigned_type (type);
6822 else
6823 type = unsigned_type_node;
6825 else if (signed_p && type == char_type_node)
6826 type = signed_char_type_node;
6827 else if (longlong)
6828 type = long_long_integer_type_node;
6829 else if (long_p)
6830 type = long_integer_type_node;
6831 else if (short_p)
6832 type = short_integer_type_node;
6834 if (declspecs->specs[(int)ds_complex])
6836 if (TREE_CODE (type) != INTEGER_TYPE && TREE_CODE (type) != REAL_TYPE)
6837 error ("complex invalid for %qs", name);
6838 /* If we just have "complex", it is equivalent to
6839 "complex double", but if any modifiers at all are specified it is
6840 the complex form of TYPE. E.g, "complex short" is
6841 "complex short int". */
6843 else if (defaulted_int && ! longlong
6844 && ! (long_p || short_p || signed_p || unsigned_p))
6845 type = complex_double_type_node;
6846 else if (type == integer_type_node)
6847 type = complex_integer_type_node;
6848 else if (type == float_type_node)
6849 type = complex_float_type_node;
6850 else if (type == double_type_node)
6851 type = complex_double_type_node;
6852 else if (type == long_double_type_node)
6853 type = complex_long_double_type_node;
6854 else
6855 type = build_complex_type (type);
6858 type_quals = TYPE_UNQUALIFIED;
6859 if (declspecs->specs[(int)ds_const])
6860 type_quals |= TYPE_QUAL_CONST;
6861 if (declspecs->specs[(int)ds_volatile])
6862 type_quals |= TYPE_QUAL_VOLATILE;
6863 if (declspecs->specs[(int)ds_restrict])
6864 type_quals |= TYPE_QUAL_RESTRICT;
6865 if (sfk == sfk_conversion && type_quals != TYPE_UNQUALIFIED)
6866 error ("qualifiers are not allowed on declaration of %<operator %T%>",
6867 ctor_return_type);
6869 if (TREE_CODE (type) == FUNCTION_TYPE
6870 && type_quals != TYPE_UNQUALIFIED)
6872 /* This was an error in C++98 (cv-qualifiers cannot be added to
6873 a function type), but DR 295 makes the code well-formed by
6874 dropping the extra qualifiers. */
6875 if (pedantic)
6877 tree bad_type = build_qualified_type (type, type_quals);
6878 pedwarn ("ignoring %qV qualifiers added to function type %qT",
6879 bad_type, type);
6881 type_quals = TYPE_UNQUALIFIED;
6883 type_quals |= cp_type_quals (type);
6884 type = cp_build_qualified_type_real
6885 (type, type_quals, ((typedef_decl && !DECL_ARTIFICIAL (typedef_decl)
6886 ? tf_ignore_bad_quals : 0) | tf_error | tf_warning));
6887 /* We might have ignored or rejected some of the qualifiers. */
6888 type_quals = cp_type_quals (type);
6890 staticp = 0;
6891 inlinep = !! declspecs->specs[(int)ds_inline];
6892 virtualp = !! declspecs->specs[(int)ds_virtual];
6893 explicitp = !! declspecs->specs[(int)ds_explicit];
6895 storage_class = declspecs->storage_class;
6896 if (storage_class == sc_static)
6897 staticp = 1 + (decl_context == FIELD);
6899 if (virtualp && staticp == 2)
6901 error ("member %qD cannot be declared both virtual and static", dname);
6902 staticp = 0;
6904 friendp = !! declspecs->specs[(int)ds_friend];
6906 if (dependant_name && !friendp)
6908 error ("%<%T::%D%> is not a valid declarator", ctype, dependant_name);
6909 return void_type_node;
6912 /* Issue errors about use of storage classes for parameters. */
6913 if (decl_context == PARM)
6915 if (declspecs->specs[(int)ds_typedef])
6916 error ("typedef declaration invalid in parameter declaration");
6917 else if (storage_class == sc_static
6918 || storage_class == sc_extern
6919 || thread_p)
6920 error ("storage class specifiers invalid in parameter declarations");
6923 /* Give error if `virtual' is used outside of class declaration. */
6924 if (virtualp
6925 && (current_class_name == NULL_TREE || decl_context != FIELD))
6927 error ("virtual outside class declaration");
6928 virtualp = 0;
6931 /* Static anonymous unions are dealt with here. */
6932 if (staticp && decl_context == TYPENAME
6933 && declspecs->type
6934 && ANON_AGGR_TYPE_P (declspecs->type))
6935 decl_context = FIELD;
6937 /* Warn about storage classes that are invalid for certain
6938 kinds of declarations (parameters, typenames, etc.). */
6939 if (declspecs->multiple_storage_classes_p)
6940 error ("multiple storage classes in declaration of %qs", name);
6941 else if (thread_p
6942 && ((storage_class
6943 && storage_class != sc_extern
6944 && storage_class != sc_static)
6945 || declspecs->specs[(int)ds_typedef]))
6947 error ("multiple storage classes in declaration of %qs", name);
6948 thread_p = false;
6950 else if (decl_context != NORMAL
6951 && ((storage_class != sc_none
6952 && storage_class != sc_mutable)
6953 || thread_p))
6955 if ((decl_context == PARM || decl_context == CATCHPARM)
6956 && (storage_class == sc_register
6957 || storage_class == sc_auto))
6959 else if (declspecs->specs[(int)ds_typedef])
6961 else if (decl_context == FIELD
6962 /* C++ allows static class elements. */
6963 && storage_class == sc_static)
6964 /* C++ also allows inlines and signed and unsigned elements,
6965 but in those cases we don't come in here. */
6967 else
6969 if (decl_context == FIELD)
6970 error ("storage class specified for %qs", name);
6971 else
6973 if (decl_context == PARM || decl_context == CATCHPARM)
6974 error ("storage class specified for parameter %qs", name);
6975 else
6976 error ("storage class specified for typename");
6978 if (storage_class == sc_register
6979 || storage_class == sc_auto
6980 || storage_class == sc_extern
6981 || thread_p)
6982 storage_class = sc_none;
6985 else if (storage_class == sc_extern && initialized
6986 && !funcdef_flag)
6988 if (toplevel_bindings_p ())
6990 /* It's common practice (and completely valid) to have a const
6991 be initialized and declared extern. */
6992 if (!(type_quals & TYPE_QUAL_CONST))
6993 warning ("%qs initialized and declared %<extern%>", name);
6995 else
6996 error ("%qs has both %<extern%> and initializer", name);
6998 else if (storage_class == sc_extern && funcdef_flag
6999 && ! toplevel_bindings_p ())
7000 error ("nested function %qs declared %<extern%>", name);
7001 else if (toplevel_bindings_p ())
7003 if (storage_class == sc_auto)
7004 error ("top-level declaration of %qs specifies %<auto%>", name);
7006 else if (thread_p
7007 && storage_class != sc_extern
7008 && storage_class != sc_static)
7010 error ("function-scope %qs implicitly auto and declared %<__thread%>",
7011 name);
7012 thread_p = false;
7015 if (storage_class && friendp)
7016 error ("storage class specifiers invalid in friend function declarations");
7018 if (!id_declarator)
7019 unqualified_id = NULL_TREE;
7020 else
7022 unqualified_id = id_declarator->u.id.unqualified_name;
7023 if (TREE_CODE (unqualified_id) == BASELINK)
7024 unqualified_id = BASELINK_FUNCTIONS (unqualified_id);
7025 switch (TREE_CODE (unqualified_id))
7027 case BIT_NOT_EXPR:
7028 unqualified_id
7029 = constructor_name (TREE_OPERAND (unqualified_id, 0));
7030 break;
7032 case TYPE_DECL:
7033 unqualified_id
7034 = constructor_name (TREE_TYPE (unqualified_id));
7035 break;
7037 case IDENTIFIER_NODE:
7038 case TEMPLATE_ID_EXPR:
7039 break;
7041 default:
7042 gcc_unreachable ();
7046 /* Determine the type of the entity declared by recurring on the
7047 declarator. */
7048 for (; declarator; declarator = declarator->declarator)
7050 const cp_declarator *inner_declarator;
7051 tree attrs;
7053 if (type == error_mark_node)
7054 return error_mark_node;
7056 attrs = declarator->attributes;
7057 if (attrs)
7059 int attr_flags;
7061 attr_flags = 0;
7062 if (declarator == NULL || declarator->kind == cdk_id)
7063 attr_flags |= (int) ATTR_FLAG_DECL_NEXT;
7064 if (declarator->kind == cdk_function)
7065 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT;
7066 if (declarator->kind == cdk_array)
7067 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT;
7068 returned_attrs = decl_attributes (&type,
7069 chainon (returned_attrs, attrs),
7070 attr_flags);
7073 if (declarator->kind == cdk_id)
7074 break;
7076 inner_declarator = declarator->declarator;
7078 switch (declarator->kind)
7080 case cdk_array:
7081 type = create_array_type_for_decl (dname, type,
7082 declarator->u.array.bounds);
7083 break;
7085 case cdk_function:
7087 tree arg_types;
7088 int funcdecl_p;
7090 /* Declaring a function type.
7091 Make sure we have a valid type for the function to return. */
7093 /* We now know that the TYPE_QUALS don't apply to the
7094 decl, but to its return type. */
7095 type_quals = TYPE_UNQUALIFIED;
7097 /* Warn about some types functions can't return. */
7099 if (TREE_CODE (type) == FUNCTION_TYPE)
7101 error ("%qs declared as function returning a function", name);
7102 type = integer_type_node;
7104 if (TREE_CODE (type) == ARRAY_TYPE)
7106 error ("%qs declared as function returning an array", name);
7107 type = integer_type_node;
7110 /* Pick up type qualifiers which should be applied to `this'. */
7111 quals = declarator->u.function.qualifiers;
7113 /* Pick up the exception specifications. */
7114 raises = declarator->u.function.exception_specification;
7116 /* Say it's a definition only for the CALL_EXPR
7117 closest to the identifier. */
7118 funcdecl_p = inner_declarator && inner_declarator->kind == cdk_id;
7120 if (ctype == NULL_TREE
7121 && decl_context == FIELD
7122 && funcdecl_p
7123 && (friendp == 0 || dname == current_class_name))
7124 ctype = current_class_type;
7126 if (ctype && sfk == sfk_conversion)
7127 TYPE_HAS_CONVERSION (ctype) = 1;
7128 if (ctype && (sfk == sfk_constructor
7129 || sfk == sfk_destructor))
7131 /* We are within a class's scope. If our declarator name
7132 is the same as the class name, and we are defining
7133 a function, then it is a constructor/destructor, and
7134 therefore returns a void type. */
7136 if (flags == DTOR_FLAG)
7138 /* ISO C++ 12.4/2. A destructor may not be
7139 declared const or volatile. A destructor may
7140 not be static. */
7141 if (staticp == 2)
7142 error ("destructor cannot be static member function");
7143 if (quals)
7145 error ("destructors may not be cv-qualified");
7146 quals = TYPE_UNQUALIFIED;
7148 if (decl_context == FIELD)
7150 if (! member_function_or_else (ctype,
7151 current_class_type,
7152 flags))
7153 return void_type_node;
7156 else /* It's a constructor. */
7158 if (explicitp == 1)
7159 explicitp = 2;
7160 /* ISO C++ 12.1. A constructor may not be
7161 declared const or volatile. A constructor may
7162 not be virtual. A constructor may not be
7163 static. */
7164 if (staticp == 2)
7165 error ("constructor cannot be static member function");
7166 if (virtualp)
7168 pedwarn ("constructors cannot be declared virtual");
7169 virtualp = 0;
7171 if (quals)
7173 error ("constructors may not be cv-qualified");
7174 quals = TYPE_UNQUALIFIED;
7176 if (decl_context == FIELD)
7178 if (! member_function_or_else (ctype,
7179 current_class_type,
7180 flags))
7181 return void_type_node;
7182 TYPE_HAS_CONSTRUCTOR (ctype) = 1;
7183 if (sfk != sfk_constructor)
7184 return NULL_TREE;
7187 if (decl_context == FIELD)
7188 staticp = 0;
7190 else if (friendp)
7192 if (initialized)
7193 error ("can't initialize friend function %qs", name);
7194 if (virtualp)
7196 /* Cannot be both friend and virtual. */
7197 error ("virtual functions cannot be friends");
7198 friendp = 0;
7200 if (decl_context == NORMAL)
7201 error ("friend declaration not in class definition");
7202 if (current_function_decl && funcdef_flag)
7203 error ("can't define friend function %qs in a local "
7204 "class definition",
7205 name);
7208 arg_types = grokparms (declarator->u.function.parameters,
7209 &parms);
7211 if (inner_declarator
7212 && inner_declarator->kind == cdk_id
7213 && inner_declarator->u.id.sfk == sfk_destructor
7214 && arg_types != void_list_node)
7216 error ("destructors may not have parameters");
7217 arg_types = void_list_node;
7218 parms = NULL_TREE;
7221 type = build_function_type (type, arg_types);
7222 type = cp_build_qualified_type (type, quals);
7224 break;
7226 case cdk_pointer:
7227 case cdk_reference:
7228 case cdk_ptrmem:
7229 /* Filter out pointers-to-references and references-to-references.
7230 We can get these if a TYPE_DECL is used. */
7232 if (TREE_CODE (type) == REFERENCE_TYPE)
7234 error (declarator->kind == cdk_reference
7235 ? "cannot declare reference to %q#T"
7236 : "cannot declare pointer to %q#T", type);
7237 type = TREE_TYPE (type);
7239 else if (VOID_TYPE_P (type))
7241 if (declarator->kind == cdk_reference)
7242 error ("cannot declare reference to %q#T", type);
7243 else if (declarator->kind == cdk_ptrmem)
7244 error ("cannot declare pointer to %q#T member", type);
7247 /* We now know that the TYPE_QUALS don't apply to the decl,
7248 but to the target of the pointer. */
7249 type_quals = TYPE_UNQUALIFIED;
7251 if (declarator->kind == cdk_ptrmem
7252 && (TREE_CODE (type) == FUNCTION_TYPE
7253 || (quals && TREE_CODE (type) == METHOD_TYPE)))
7255 tree dummy;
7257 /* If the type is a FUNCTION_TYPE, pick up the
7258 qualifiers from that function type. No other
7259 qualifiers may be supplied. */
7260 if (TREE_CODE (type) == FUNCTION_TYPE)
7261 quals = cp_type_quals (type);
7263 dummy = build_decl (TYPE_DECL, NULL_TREE, type);
7264 grok_method_quals (declarator->u.pointer.class_type,
7265 dummy, quals);
7266 type = TREE_TYPE (dummy);
7267 quals = TYPE_UNQUALIFIED;
7270 if (declarator->kind == cdk_reference)
7272 if (!VOID_TYPE_P (type))
7273 type = build_reference_type (type);
7275 else if (TREE_CODE (type) == METHOD_TYPE)
7276 type = build_ptrmemfunc_type (build_pointer_type (type));
7277 else if (declarator->kind == cdk_ptrmem)
7279 /* We might have parsed a namespace as the class type. */
7280 if (TREE_CODE (declarator->u.pointer.class_type)
7281 == NAMESPACE_DECL)
7283 error ("%qD is a namespace",
7284 declarator->u.pointer.class_type);
7285 type = build_pointer_type (type);
7287 else if (declarator->u.pointer.class_type == error_mark_node)
7288 /* We will already have complained. */
7289 type = error_mark_node;
7290 else
7291 type = build_ptrmem_type (declarator->u.pointer.class_type,
7292 type);
7294 else
7295 type = build_pointer_type (type);
7297 /* Process a list of type modifier keywords (such as
7298 const or volatile) that were given inside the `*' or `&'. */
7300 if (declarator->u.pointer.qualifiers)
7302 type
7303 = cp_build_qualified_type (type,
7304 declarator->u.pointer.qualifiers);
7305 type_quals = cp_type_quals (type);
7307 ctype = NULL_TREE;
7308 break;
7310 case cdk_error:
7311 break;
7313 default:
7314 gcc_unreachable ();
7318 if (unqualified_id && TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR
7319 && TREE_CODE (type) != FUNCTION_TYPE
7320 && TREE_CODE (type) != METHOD_TYPE)
7322 error ("template-id %qD used as a declarator",
7323 unqualified_id);
7324 unqualified_id = dname;
7327 /* If DECLARATOR is non-NULL, we know it is a cdk_id declarator;
7328 otherwise, we would not have exited the loop above. */
7329 if (declarator
7330 && declarator->u.id.qualifying_scope
7331 && TYPE_P (declarator->u.id.qualifying_scope))
7333 tree t;
7335 ctype = declarator->u.id.qualifying_scope;
7336 ctype = TYPE_MAIN_VARIANT (ctype);
7337 t = ctype;
7338 while (t != NULL_TREE && CLASS_TYPE_P (t))
7340 /* You're supposed to have one `template <...>' for every
7341 template class, but you don't need one for a full
7342 specialization. For example:
7344 template <class T> struct S{};
7345 template <> struct S<int> { void f(); };
7346 void S<int>::f () {}
7348 is correct; there shouldn't be a `template <>' for the
7349 definition of `S<int>::f'. */
7350 if (CLASSTYPE_TEMPLATE_INFO (t)
7351 && (CLASSTYPE_TEMPLATE_INSTANTIATION (t)
7352 || uses_template_parms (CLASSTYPE_TI_ARGS (t)))
7353 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (t)))
7354 template_count += 1;
7356 t = TYPE_MAIN_DECL (t);
7357 t = DECL_CONTEXT (t);
7360 if (ctype == current_class_type)
7362 /* class A {
7363 void A::f ();
7366 Is this ill-formed? */
7368 if (pedantic)
7369 pedwarn ("extra qualification %<%T::%> on member %qs ignored",
7370 ctype, name);
7372 else if (TREE_CODE (type) == FUNCTION_TYPE)
7374 tree sname = declarator->u.id.unqualified_name;
7376 if (TREE_CODE (sname) == IDENTIFIER_NODE
7377 && NEW_DELETE_OPNAME_P (sname))
7378 /* Overloaded operator new and operator delete
7379 are always static functions. */
7381 else if (current_class_type == NULL_TREE || friendp)
7382 type
7383 = build_method_type_directly (ctype,
7384 TREE_TYPE (type),
7385 TYPE_ARG_TYPES (type));
7386 else
7388 error ("cannot declare member function %<%T::%s%> within %<%T%>",
7389 ctype, name, current_class_type);
7390 return error_mark_node;
7393 else if (declspecs->specs[(int)ds_typedef]
7394 || COMPLETE_TYPE_P (complete_type (ctype)))
7396 /* Have to move this code elsewhere in this function.
7397 this code is used for i.e., typedef int A::M; M *pm;
7399 It is? How? jason 10/2/94 */
7401 if (current_class_type)
7403 error ("cannot declare member %<%T::%s%> within %qT",
7404 ctype, name, current_class_type);
7405 return void_type_node;
7408 else
7410 cxx_incomplete_type_error (NULL_TREE, ctype);
7411 return error_mark_node;
7415 if (returned_attrs)
7417 if (attrlist)
7418 *attrlist = chainon (returned_attrs, *attrlist);
7419 else
7420 attrlist = &returned_attrs;
7423 /* Now TYPE has the actual type. */
7425 /* Did array size calculations overflow? */
7427 if (TREE_CODE (type) == ARRAY_TYPE
7428 && COMPLETE_TYPE_P (type)
7429 && TREE_OVERFLOW (TYPE_SIZE (type)))
7431 error ("size of array %qs is too large", name);
7432 /* If we proceed with the array type as it is, we'll eventually
7433 crash in tree_low_cst(). */
7434 type = error_mark_node;
7437 if ((decl_context == FIELD || decl_context == PARM)
7438 && !processing_template_decl
7439 && variably_modified_type_p (type, NULL_TREE))
7441 if (decl_context == FIELD)
7442 error ("data member may not have variably modified type %qT", type);
7443 else
7444 error ("parameter may not have variably modified type %qT", type);
7445 type = error_mark_node;
7448 if (explicitp == 1 || (explicitp && friendp))
7450 /* [dcl.fct.spec] The explicit specifier shall only be used in
7451 declarations of constructors within a class definition. */
7452 error ("only declarations of constructors can be %<explicit%>");
7453 explicitp = 0;
7456 if (storage_class == sc_mutable)
7458 if (decl_context != FIELD || friendp)
7460 error ("non-member %qs cannot be declared %<mutable%>", name);
7461 storage_class = sc_none;
7463 else if (decl_context == TYPENAME || declspecs->specs[(int)ds_typedef])
7465 error ("non-object member %qs cannot be declared %<mutable%>", name);
7466 storage_class = sc_none;
7468 else if (TREE_CODE (type) == FUNCTION_TYPE
7469 || TREE_CODE (type) == METHOD_TYPE)
7471 error ("function %qs cannot be declared %<mutable%>", name);
7472 storage_class = sc_none;
7474 else if (staticp)
7476 error ("static %qs cannot be declared %<mutable%>", name);
7477 storage_class = sc_none;
7479 else if (type_quals & TYPE_QUAL_CONST)
7481 error ("const %qs cannot be declared %<mutable%>", name);
7482 storage_class = sc_none;
7486 /* If this is declaring a typedef name, return a TYPE_DECL. */
7487 if (declspecs->specs[(int)ds_typedef] && decl_context != TYPENAME)
7489 tree decl;
7491 /* Note that the grammar rejects storage classes
7492 in typenames, fields or parameters. */
7493 if (current_lang_name == lang_name_java)
7494 TYPE_FOR_JAVA (type) = 1;
7496 if (decl_context == FIELD)
7497 decl = build_lang_decl (TYPE_DECL, unqualified_id, type);
7498 else
7499 decl = build_decl (TYPE_DECL, unqualified_id, type);
7500 if (id_declarator && declarator->u.id.qualifying_scope)
7501 error ("%Jtypedef name may not be a nested-name-specifier", decl);
7503 if (decl_context != FIELD)
7505 if (!current_function_decl)
7506 DECL_CONTEXT (decl) = FROB_CONTEXT (current_namespace);
7507 else if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (current_function_decl)
7508 || (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P
7509 (current_function_decl)))
7510 /* The TYPE_DECL is "abstract" because there will be
7511 clones of this constructor/destructor, and there will
7512 be copies of this TYPE_DECL generated in those
7513 clones. */
7514 DECL_ABSTRACT (decl) = 1;
7516 else if (constructor_name_p (unqualified_id, current_class_type))
7517 pedwarn ("ISO C++ forbids nested type %qD with same name "
7518 "as enclosing class",
7519 unqualified_id);
7521 /* If the user declares "typedef struct {...} foo" then the
7522 struct will have an anonymous name. Fill that name in now.
7523 Nothing can refer to it, so nothing needs know about the name
7524 change. */
7525 if (type != error_mark_node
7526 && unqualified_id
7527 && TYPE_NAME (type)
7528 && TREE_CODE (TYPE_NAME (type)) == TYPE_DECL
7529 && TYPE_ANONYMOUS_P (type)
7530 /* Don't do this if there are attributes. */
7531 && (!attrlist || !*attrlist)
7532 && cp_type_quals (type) == TYPE_UNQUALIFIED)
7534 tree oldname = TYPE_NAME (type);
7535 tree t;
7537 /* Replace the anonymous name with the real name everywhere. */
7538 for (t = TYPE_MAIN_VARIANT (type); t; t = TYPE_NEXT_VARIANT (t))
7539 if (TYPE_NAME (t) == oldname)
7540 TYPE_NAME (t) = decl;
7542 if (TYPE_LANG_SPECIFIC (type))
7543 TYPE_WAS_ANONYMOUS (type) = 1;
7545 /* If this is a typedef within a template class, the nested
7546 type is a (non-primary) template. The name for the
7547 template needs updating as well. */
7548 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type))
7549 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type))
7550 = TYPE_IDENTIFIER (type);
7552 /* FIXME remangle member functions; member functions of a
7553 type with external linkage have external linkage. */
7556 if (quals)
7558 if (ctype == NULL_TREE)
7560 if (TREE_CODE (type) == METHOD_TYPE)
7561 ctype = TYPE_METHOD_BASETYPE (type);
7562 /* Any qualifiers on a function type typedef have
7563 already been dealt with. */
7564 else if (TREE_CODE (type) == FUNCTION_TYPE)
7565 quals = TYPE_UNQUALIFIED;
7567 if (ctype != NULL_TREE)
7568 grok_method_quals (ctype, decl, quals);
7571 if (signed_p
7572 || (typedef_decl && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl)))
7573 C_TYPEDEF_EXPLICITLY_SIGNED (decl) = 1;
7575 bad_specifiers (decl, "type", virtualp, quals != TYPE_UNQUALIFIED,
7576 inlinep, friendp, raises != NULL_TREE);
7578 return decl;
7581 /* Detect the case of an array type of unspecified size
7582 which came, as such, direct from a typedef name.
7583 We must copy the type, so that the array's domain can be
7584 individually set by the object's initializer. */
7586 if (type && typedef_type
7587 && TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type)
7588 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
7589 type = build_cplus_array_type (TREE_TYPE (type), NULL_TREE);
7591 /* Detect where we're using a typedef of function type to declare a
7592 function. PARMS will not be set, so we must create it now. */
7594 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
7596 tree decls = NULL_TREE;
7597 tree args;
7599 for (args = TYPE_ARG_TYPES (type); args; args = TREE_CHAIN (args))
7601 tree decl = cp_build_parm_decl (NULL_TREE, TREE_VALUE (args));
7603 TREE_CHAIN (decl) = decls;
7604 decls = decl;
7607 parms = nreverse (decls);
7609 if (decl_context != TYPENAME)
7611 /* A cv-qualifier-seq shall only be part of the function type
7612 for a non-static member function. [8.3.5/4 dcl.fct] */
7613 if (cp_type_quals (type) != TYPE_UNQUALIFIED
7614 && (current_class_type == NULL_TREE || staticp) )
7616 error ("qualified function types cannot be used to declare %s functions",
7617 (staticp? "static member" : "free"));
7618 type = TYPE_MAIN_VARIANT (type);
7621 /* The qualifiers on the function type become the qualifiers on
7622 the non-static member function. */
7623 quals |= cp_type_quals (type);
7627 /* If this is a type name (such as, in a cast or sizeof),
7628 compute the type and return it now. */
7630 if (decl_context == TYPENAME)
7632 /* Note that the grammar rejects storage classes
7633 in typenames, fields or parameters. */
7634 if (type_quals != TYPE_UNQUALIFIED)
7635 type_quals = TYPE_UNQUALIFIED;
7637 /* Special case: "friend class foo" looks like a TYPENAME context. */
7638 if (friendp)
7640 if (type_quals != TYPE_UNQUALIFIED)
7642 error ("type qualifiers specified for friend class declaration");
7643 type_quals = TYPE_UNQUALIFIED;
7645 if (inlinep)
7647 error ("%<inline%> specified for friend class declaration");
7648 inlinep = 0;
7651 if (!current_aggr)
7653 /* Don't allow friend declaration without a class-key. */
7654 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
7655 pedwarn ("template parameters cannot be friends");
7656 else if (TREE_CODE (type) == TYPENAME_TYPE)
7657 pedwarn ("friend declaration requires class-key, "
7658 "i.e. %<friend class %T::%D%>",
7659 TYPE_CONTEXT (type), TYPENAME_TYPE_FULLNAME (type));
7660 else
7661 pedwarn ("friend declaration requires class-key, "
7662 "i.e. %<friend %#T%>",
7663 type);
7666 /* Only try to do this stuff if we didn't already give up. */
7667 if (type != integer_type_node)
7669 /* A friendly class? */
7670 if (current_class_type)
7671 make_friend_class (current_class_type, TYPE_MAIN_VARIANT (type),
7672 /*complain=*/true);
7673 else
7674 error ("trying to make class %qT a friend of global scope",
7675 type);
7677 type = void_type_node;
7680 else if (quals)
7682 if (ctype == NULL_TREE)
7684 if (TREE_CODE (type) != METHOD_TYPE)
7685 error ("invalid qualifiers on non-member function type");
7686 else
7687 ctype = TYPE_METHOD_BASETYPE (type);
7689 if (ctype)
7691 tree dummy = build_decl (TYPE_DECL, unqualified_id, type);
7692 grok_method_quals (ctype, dummy, quals);
7693 type = TREE_TYPE (dummy);
7697 return type;
7699 else if (unqualified_id == NULL_TREE && decl_context != PARM
7700 && decl_context != CATCHPARM
7701 && TREE_CODE (type) != UNION_TYPE
7702 && ! bitfield)
7704 error ("abstract declarator %qT used as declaration", type);
7705 return error_mark_node;
7708 /* Only functions may be declared using an operator-function-id. */
7709 if (unqualified_id
7710 && IDENTIFIER_OPNAME_P (unqualified_id)
7711 && TREE_CODE (type) != FUNCTION_TYPE
7712 && TREE_CODE (type) != METHOD_TYPE)
7714 error ("declaration of %qD as non-function", unqualified_id);
7715 return error_mark_node;
7718 /* We don't check parameter types here because we can emit a better
7719 error message later. */
7720 if (decl_context != PARM)
7721 type = check_var_type (unqualified_id, type);
7723 /* Now create the decl, which may be a VAR_DECL, a PARM_DECL
7724 or a FUNCTION_DECL, depending on DECL_CONTEXT and TYPE. */
7726 if (decl_context == PARM || decl_context == CATCHPARM)
7728 if (ctype || in_namespace)
7729 error ("cannot use %<::%> in parameter declaration");
7731 /* A parameter declared as an array of T is really a pointer to T.
7732 One declared as a function is really a pointer to a function.
7733 One declared as a member is really a pointer to member. */
7735 if (TREE_CODE (type) == ARRAY_TYPE)
7737 /* Transfer const-ness of array into that of type pointed to. */
7738 type = build_pointer_type (TREE_TYPE (type));
7739 type_quals = TYPE_UNQUALIFIED;
7741 else if (TREE_CODE (type) == FUNCTION_TYPE)
7742 type = build_pointer_type (type);
7746 tree decl;
7748 if (decl_context == PARM)
7750 decl = cp_build_parm_decl (unqualified_id, type);
7752 bad_specifiers (decl, "parameter", virtualp, quals != TYPE_UNQUALIFIED,
7753 inlinep, friendp, raises != NULL_TREE);
7755 else if (decl_context == FIELD)
7757 /* The C99 flexible array extension. */
7758 if (!staticp && TREE_CODE (type) == ARRAY_TYPE
7759 && TYPE_DOMAIN (type) == NULL_TREE)
7761 tree itype = compute_array_index_type (dname, integer_zero_node);
7762 type = build_cplus_array_type (TREE_TYPE (type), itype);
7765 if (type == error_mark_node)
7767 /* Happens when declaring arrays of sizes which
7768 are error_mark_node, for example. */
7769 decl = NULL_TREE;
7771 else if (in_namespace && !friendp)
7773 /* Something like struct S { int N::j; }; */
7774 error ("invalid use of %<::%>");
7775 decl = NULL_TREE;
7777 else if (TREE_CODE (type) == FUNCTION_TYPE)
7779 int publicp = 0;
7780 tree function_context;
7782 if (friendp == 0)
7784 if (ctype == NULL_TREE)
7785 ctype = current_class_type;
7787 if (ctype == NULL_TREE)
7789 error ("can't make %qD into a method -- not in a class",
7790 unqualified_id);
7791 return void_type_node;
7794 /* ``A union may [ ... ] not [ have ] virtual functions.''
7795 ARM 9.5 */
7796 if (virtualp && TREE_CODE (ctype) == UNION_TYPE)
7798 error ("function %qD declared virtual inside a union",
7799 unqualified_id);
7800 return void_type_node;
7803 if (NEW_DELETE_OPNAME_P (unqualified_id))
7805 if (virtualp)
7807 error ("%qD cannot be declared virtual, since it "
7808 "is always static",
7809 unqualified_id);
7810 virtualp = 0;
7813 else if (staticp < 2)
7814 type = build_method_type_directly (ctype,
7815 TREE_TYPE (type),
7816 TYPE_ARG_TYPES (type));
7819 /* Check that the name used for a destructor makes sense. */
7820 if (sfk == sfk_destructor
7821 && !same_type_p (TREE_OPERAND
7822 (id_declarator->u.id.unqualified_name, 0),
7823 ctype))
7825 error ("declaration of %qD as member of %qT",
7826 id_declarator->u.id.unqualified_name,
7827 ctype);
7828 return error_mark_node;
7831 /* Tell grokfndecl if it needs to set TREE_PUBLIC on the node. */
7832 function_context = (ctype != NULL_TREE) ?
7833 decl_function_context (TYPE_MAIN_DECL (ctype)) : NULL_TREE;
7834 publicp = (! friendp || ! staticp)
7835 && function_context == NULL_TREE;
7836 decl = grokfndecl (ctype, type,
7837 TREE_CODE (unqualified_id) != TEMPLATE_ID_EXPR
7838 ? unqualified_id : dname,
7839 parms,
7840 unqualified_id,
7841 virtualp, flags, quals, raises,
7842 friendp ? -1 : 0, friendp, publicp, inlinep,
7843 sfk,
7844 funcdef_flag, template_count, in_namespace, attrlist);
7845 if (decl == NULL_TREE)
7846 return decl;
7847 #if 0
7848 /* This clobbers the attrs stored in `decl' from `attrlist'. */
7849 /* The decl and setting of decl_attr is also turned off. */
7850 decl = build_decl_attribute_variant (decl, decl_attr);
7851 #endif
7853 /* [class.conv.ctor]
7855 A constructor declared without the function-specifier
7856 explicit that can be called with a single parameter
7857 specifies a conversion from the type of its first
7858 parameter to the type of its class. Such a constructor
7859 is called a converting constructor. */
7860 if (explicitp == 2)
7861 DECL_NONCONVERTING_P (decl) = 1;
7862 else if (DECL_CONSTRUCTOR_P (decl))
7864 /* The constructor can be called with exactly one
7865 parameter if there is at least one parameter, and
7866 any subsequent parameters have default arguments.
7867 Ignore any compiler-added parms. */
7868 tree arg_types = FUNCTION_FIRST_USER_PARMTYPE (decl);
7870 if (arg_types == void_list_node
7871 || (arg_types
7872 && TREE_CHAIN (arg_types)
7873 && TREE_CHAIN (arg_types) != void_list_node
7874 && !TREE_PURPOSE (TREE_CHAIN (arg_types))))
7875 DECL_NONCONVERTING_P (decl) = 1;
7878 else if (TREE_CODE (type) == METHOD_TYPE)
7880 /* We only get here for friend declarations of
7881 members of other classes. */
7882 /* All method decls are public, so tell grokfndecl to set
7883 TREE_PUBLIC, also. */
7884 decl = grokfndecl (ctype, type,
7885 TREE_CODE (unqualified_id) != TEMPLATE_ID_EXPR
7886 ? unqualified_id : dname,
7887 parms,
7888 unqualified_id,
7889 virtualp, flags, quals, raises,
7890 friendp ? -1 : 0, friendp, 1, 0, sfk,
7891 funcdef_flag, template_count, in_namespace,
7892 attrlist);
7893 if (decl == NULL_TREE)
7894 return NULL_TREE;
7896 else if (!staticp && !dependent_type_p (type)
7897 && !COMPLETE_TYPE_P (complete_type (type))
7898 && (TREE_CODE (type) != ARRAY_TYPE || initialized == 0))
7900 if (unqualified_id)
7901 error ("field %qD has incomplete type", unqualified_id);
7902 else
7903 error ("name %qT has incomplete type", type);
7905 /* If we're instantiating a template, tell them which
7906 instantiation made the field's type be incomplete. */
7907 if (current_class_type
7908 && TYPE_NAME (current_class_type)
7909 && IDENTIFIER_TEMPLATE (TYPE_IDENTIFIER (current_class_type))
7910 && declspecs->type
7911 && declspecs->type == type)
7912 error (" in instantiation of template %qT",
7913 current_class_type);
7915 type = error_mark_node;
7916 decl = NULL_TREE;
7918 else
7920 if (friendp)
7922 error ("%qE is neither function nor member function; "
7923 "cannot be declared friend", unqualified_id);
7924 friendp = 0;
7926 decl = NULL_TREE;
7929 if (friendp)
7931 /* Friends are treated specially. */
7932 if (ctype == current_class_type)
7933 warning ("member functions are implicitly friends of their class");
7934 else if (decl && DECL_NAME (decl))
7936 if (template_class_depth (current_class_type) == 0)
7938 decl = check_explicit_specialization
7939 (unqualified_id, decl, template_count,
7940 2 * (funcdef_flag != 0) + 4);
7941 if (decl == error_mark_node)
7942 return error_mark_node;
7945 decl = do_friend (ctype, unqualified_id, decl,
7946 *attrlist, flags, quals, funcdef_flag);
7947 return decl;
7949 else
7950 return void_type_node;
7953 /* Structure field. It may not be a function, except for C++. */
7955 if (decl == NULL_TREE)
7957 if (initialized)
7959 if (!staticp)
7961 /* An attempt is being made to initialize a non-static
7962 member. But, from [class.mem]:
7964 4 A member-declarator can contain a
7965 constant-initializer only if it declares a static
7966 member (_class.static_) of integral or enumeration
7967 type, see _class.static.data_.
7969 This used to be relatively common practice, but
7970 the rest of the compiler does not correctly
7971 handle the initialization unless the member is
7972 static so we make it static below. */
7973 pedwarn ("ISO C++ forbids initialization of member %qD",
7974 unqualified_id);
7975 pedwarn ("making %qD static", unqualified_id);
7976 staticp = 1;
7979 if (uses_template_parms (type))
7980 /* We'll check at instantiation time. */
7982 else if (check_static_variable_definition (unqualified_id,
7983 type))
7984 /* If we just return the declaration, crashes
7985 will sometimes occur. We therefore return
7986 void_type_node, as if this was a friend
7987 declaration, to cause callers to completely
7988 ignore this declaration. */
7989 return void_type_node;
7992 if (staticp)
7994 /* C++ allows static class members. All other work
7995 for this is done by grokfield. */
7996 decl = build_lang_decl (VAR_DECL, unqualified_id, type);
7997 set_linkage_for_static_data_member (decl);
7998 /* Even if there is an in-class initialization, DECL
7999 is considered undefined until an out-of-class
8000 definition is provided. */
8001 DECL_EXTERNAL (decl) = 1;
8003 else
8005 decl = build_decl (FIELD_DECL, unqualified_id, type);
8006 DECL_NONADDRESSABLE_P (decl) = bitfield;
8007 if (storage_class == sc_mutable)
8009 DECL_MUTABLE_P (decl) = 1;
8010 storage_class = sc_none;
8014 bad_specifiers (decl, "field", virtualp, quals != TYPE_UNQUALIFIED,
8015 inlinep, friendp, raises != NULL_TREE);
8018 else if (TREE_CODE (type) == FUNCTION_TYPE
8019 || TREE_CODE (type) == METHOD_TYPE)
8021 tree original_name;
8022 int publicp = 0;
8024 if (!unqualified_id)
8025 return NULL_TREE;
8027 if (TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR)
8028 original_name = dname;
8029 else
8030 original_name = unqualified_id;
8032 if (storage_class == sc_auto)
8033 error ("storage class %<auto%> invalid for function %qs", name);
8034 else if (storage_class == sc_register)
8035 error ("storage class %<register%> invalid for function %qs", name);
8036 else if (thread_p)
8037 error ("storage class %<__thread%> invalid for function %qs", name);
8039 /* Function declaration not at top level.
8040 Storage classes other than `extern' are not allowed
8041 and `extern' makes no difference. */
8042 if (! toplevel_bindings_p ()
8043 && (storage_class == sc_static
8044 || declspecs->specs[(int)ds_inline])
8045 && pedantic)
8047 if (storage_class == sc_static)
8048 pedwarn ("%<static%> specified invalid for function %qs "
8049 "declared out of global scope", name);
8050 else
8051 pedwarn ("%<inline%> specifier invalid for function %qs "
8052 "declared out of global scope", name);
8055 if (ctype == NULL_TREE)
8057 if (virtualp)
8059 error ("virtual non-class function %qs", name);
8060 virtualp = 0;
8063 else if (TREE_CODE (type) == FUNCTION_TYPE && staticp < 2
8064 && !NEW_DELETE_OPNAME_P (original_name))
8065 type = build_method_type_directly (ctype,
8066 TREE_TYPE (type),
8067 TYPE_ARG_TYPES (type));
8069 /* Record presence of `static'. */
8070 publicp = (ctype != NULL_TREE
8071 || storage_class == sc_extern
8072 || storage_class != sc_static);
8074 decl = grokfndecl (ctype, type, original_name, parms, unqualified_id,
8075 virtualp, flags, quals, raises,
8076 1, friendp,
8077 publicp, inlinep, sfk, funcdef_flag,
8078 template_count, in_namespace, attrlist);
8079 if (decl == NULL_TREE)
8080 return NULL_TREE;
8082 if (staticp == 1)
8084 int invalid_static = 0;
8086 /* Don't allow a static member function in a class, and forbid
8087 declaring main to be static. */
8088 if (TREE_CODE (type) == METHOD_TYPE)
8090 pedwarn ("cannot declare member function %qD to have "
8091 "static linkage", decl);
8092 invalid_static = 1;
8094 else if (current_function_decl)
8096 /* FIXME need arm citation */
8097 error ("cannot declare static function inside another function");
8098 invalid_static = 1;
8101 if (invalid_static)
8103 staticp = 0;
8104 storage_class = sc_none;
8108 else
8110 /* It's a variable. */
8112 /* An uninitialized decl with `extern' is a reference. */
8113 decl = grokvardecl (type, unqualified_id,
8114 declspecs,
8115 initialized,
8116 (type_quals & TYPE_QUAL_CONST) != 0,
8117 ctype ? ctype : in_namespace);
8118 bad_specifiers (decl, "variable", virtualp, quals != TYPE_UNQUALIFIED,
8119 inlinep, friendp, raises != NULL_TREE);
8121 if (ctype)
8123 DECL_CONTEXT (decl) = ctype;
8124 if (staticp == 1)
8126 pedwarn ("%<static%> may not be used when defining "
8127 "(as opposed to declaring) a static data member");
8128 staticp = 0;
8129 storage_class = sc_none;
8131 if (storage_class == sc_register && TREE_STATIC (decl))
8133 error ("static member %qD declared %<register%>", decl);
8134 storage_class = sc_none;
8136 if (storage_class == sc_extern && pedantic)
8138 pedwarn ("cannot explicitly declare member %q#D to have "
8139 "extern linkage",
8140 decl);
8141 storage_class = sc_none;
8146 /* Record `register' declaration for warnings on &
8147 and in case doing stupid register allocation. */
8149 if (storage_class == sc_register)
8150 DECL_REGISTER (decl) = 1;
8151 else if (storage_class == sc_extern)
8152 DECL_THIS_EXTERN (decl) = 1;
8153 else if (storage_class == sc_static)
8154 DECL_THIS_STATIC (decl) = 1;
8156 /* Record constancy and volatility. There's no need to do this
8157 when processing a template; we'll do this for the instantiated
8158 declaration based on the type of DECL. */
8159 if (!processing_template_decl)
8160 cp_apply_type_quals_to_decl (type_quals, decl);
8162 return decl;
8166 /* Subroutine of start_function. Ensure that each of the parameter
8167 types (as listed in PARMS) is complete, as is required for a
8168 function definition. */
8170 static void
8171 require_complete_types_for_parms (tree parms)
8173 for (; parms; parms = TREE_CHAIN (parms))
8175 if (dependent_type_p (TREE_TYPE (parms)))
8176 continue;
8177 if (VOID_TYPE_P (TREE_TYPE (parms)))
8178 /* grokparms will have already issued an error. */
8179 TREE_TYPE (parms) = error_mark_node;
8180 else if (complete_type_or_else (TREE_TYPE (parms), parms))
8182 layout_decl (parms, 0);
8183 DECL_ARG_TYPE (parms) = type_passed_as (TREE_TYPE (parms));
8188 /* Returns nonzero if T is a local variable. */
8191 local_variable_p (tree t)
8193 if ((TREE_CODE (t) == VAR_DECL
8194 /* A VAR_DECL with a context that is a _TYPE is a static data
8195 member. */
8196 && !TYPE_P (CP_DECL_CONTEXT (t))
8197 /* Any other non-local variable must be at namespace scope. */
8198 && !DECL_NAMESPACE_SCOPE_P (t))
8199 || (TREE_CODE (t) == PARM_DECL))
8200 return 1;
8202 return 0;
8205 /* Returns nonzero if T is an automatic local variable or a label.
8206 (These are the declarations that need to be remapped when the code
8207 containing them is duplicated.) */
8210 nonstatic_local_decl_p (tree t)
8212 return ((local_variable_p (t) && !TREE_STATIC (t))
8213 || TREE_CODE (t) == LABEL_DECL
8214 || TREE_CODE (t) == RESULT_DECL);
8217 /* Like local_variable_p, but suitable for use as a tree-walking
8218 function. */
8220 static tree
8221 local_variable_p_walkfn (tree *tp, int *walk_subtrees,
8222 void *data ATTRIBUTE_UNUSED)
8224 if (local_variable_p (*tp) && !DECL_ARTIFICIAL (*tp))
8225 return *tp;
8226 else if (TYPE_P (*tp))
8227 *walk_subtrees = 0;
8229 return NULL_TREE;
8233 /* Check that ARG, which is a default-argument expression for a
8234 parameter DECL, is valid. Returns ARG, or ERROR_MARK_NODE, if
8235 something goes wrong. DECL may also be a _TYPE node, rather than a
8236 DECL, if there is no DECL available. */
8238 tree
8239 check_default_argument (tree decl, tree arg)
8241 tree var;
8242 tree decl_type;
8244 if (TREE_CODE (arg) == DEFAULT_ARG)
8245 /* We get a DEFAULT_ARG when looking at an in-class declaration
8246 with a default argument. Ignore the argument for now; we'll
8247 deal with it after the class is complete. */
8248 return arg;
8250 if (processing_template_decl || uses_template_parms (arg))
8251 /* We don't do anything checking until instantiation-time. Note
8252 that there may be uninstantiated arguments even for an
8253 instantiated function, since default arguments are not
8254 instantiated until they are needed. */
8255 return arg;
8257 if (TYPE_P (decl))
8259 decl_type = decl;
8260 decl = NULL_TREE;
8262 else
8263 decl_type = TREE_TYPE (decl);
8265 if (arg == error_mark_node
8266 || decl == error_mark_node
8267 || TREE_TYPE (arg) == error_mark_node
8268 || decl_type == error_mark_node)
8269 /* Something already went wrong. There's no need to check
8270 further. */
8271 return error_mark_node;
8273 /* [dcl.fct.default]
8275 A default argument expression is implicitly converted to the
8276 parameter type. */
8277 if (!TREE_TYPE (arg)
8278 || !can_convert_arg (decl_type, TREE_TYPE (arg), arg))
8280 if (decl)
8281 error ("default argument for %q#D has type %qT",
8282 decl, TREE_TYPE (arg));
8283 else
8284 error ("default argument for parameter of type %qT has type %qT",
8285 decl_type, TREE_TYPE (arg));
8287 return error_mark_node;
8290 /* [dcl.fct.default]
8292 Local variables shall not be used in default argument
8293 expressions.
8295 The keyword `this' shall not be used in a default argument of a
8296 member function. */
8297 var = walk_tree_without_duplicates (&arg, local_variable_p_walkfn,
8298 NULL);
8299 if (var)
8301 error ("default argument %qE uses local variable %qD", arg, var);
8302 return error_mark_node;
8305 /* All is well. */
8306 return arg;
8309 /* Decode the list of parameter types for a function type.
8310 Given the list of things declared inside the parens,
8311 return a list of types.
8313 If this parameter does not end with an ellipsis, we append
8314 void_list_node.
8316 *PARMS is set to the chain of PARM_DECLs created. */
8318 static tree
8319 grokparms (cp_parameter_declarator *first_parm, tree *parms)
8321 tree result = NULL_TREE;
8322 tree decls = NULL_TREE;
8323 int ellipsis = !first_parm || first_parm->ellipsis_p;
8324 cp_parameter_declarator *parm;
8325 int any_error = 0;
8327 for (parm = first_parm; parm != NULL; parm = parm->next)
8329 tree type = NULL_TREE;
8330 tree init = parm->default_argument;
8331 tree attrs;
8332 tree decl;
8334 if (parm == no_parameters)
8335 break;
8337 attrs = parm->decl_specifiers.attributes;
8338 parm->decl_specifiers.attributes = NULL_TREE;
8339 decl = grokdeclarator (parm->declarator, &parm->decl_specifiers,
8340 PARM, init != NULL_TREE, &attrs);
8341 if (! decl || TREE_TYPE (decl) == error_mark_node)
8342 continue;
8344 if (attrs)
8345 cplus_decl_attributes (&decl, attrs, 0);
8347 type = TREE_TYPE (decl);
8348 if (VOID_TYPE_P (type))
8350 if (same_type_p (type, void_type_node)
8351 && !DECL_NAME (decl) && !result && !parm->next && !ellipsis)
8352 /* this is a parmlist of `(void)', which is ok. */
8353 break;
8354 cxx_incomplete_type_error (decl, type);
8355 /* It's not a good idea to actually create parameters of
8356 type `void'; other parts of the compiler assume that a
8357 void type terminates the parameter list. */
8358 type = error_mark_node;
8359 TREE_TYPE (decl) = error_mark_node;
8362 if (type != error_mark_node)
8364 /* Top-level qualifiers on the parameters are
8365 ignored for function types. */
8366 type = cp_build_qualified_type (type, 0);
8367 if (TREE_CODE (type) == METHOD_TYPE)
8369 error ("parameter %qD invalidly declared method type", decl);
8370 type = build_pointer_type (type);
8371 TREE_TYPE (decl) = type;
8373 else if (abstract_virtuals_error (decl, type))
8374 any_error = 1; /* Seems like a good idea. */
8375 else if (POINTER_TYPE_P (type))
8377 /* [dcl.fct]/6, parameter types cannot contain pointers
8378 (references) to arrays of unknown bound. */
8379 tree t = TREE_TYPE (type);
8380 int ptr = TYPE_PTR_P (type);
8382 while (1)
8384 if (TYPE_PTR_P (t))
8385 ptr = 1;
8386 else if (TREE_CODE (t) != ARRAY_TYPE)
8387 break;
8388 else if (!TYPE_DOMAIN (t))
8389 break;
8390 t = TREE_TYPE (t);
8392 if (TREE_CODE (t) == ARRAY_TYPE)
8393 error ("parameter %qD includes %s to array of unknown "
8394 "bound %qT",
8395 decl, ptr ? "pointer" : "reference", t);
8398 if (!any_error && init)
8399 init = check_default_argument (decl, init);
8400 else
8401 init = NULL_TREE;
8404 TREE_CHAIN (decl) = decls;
8405 decls = decl;
8406 result = tree_cons (init, type, result);
8408 decls = nreverse (decls);
8409 result = nreverse (result);
8410 if (!ellipsis)
8411 result = chainon (result, void_list_node);
8412 *parms = decls;
8414 return result;
8418 /* D is a constructor or overloaded `operator='.
8420 Let T be the class in which D is declared. Then, this function
8421 returns:
8423 -1 if D's is an ill-formed constructor or copy assignment operator
8424 whose first parameter is of type `T'.
8425 0 if D is not a copy constructor or copy assignment
8426 operator.
8427 1 if D is a copy constructor or copy assignment operator whose
8428 first parameter is a reference to const qualified T.
8429 2 if D is a copy constructor or copy assignment operator whose
8430 first parameter is a reference to non-const qualified T.
8432 This function can be used as a predicate. Positive values indicate
8433 a copy constructor and nonzero values indicate a copy assignment
8434 operator. */
8437 copy_fn_p (tree d)
8439 tree args;
8440 tree arg_type;
8441 int result = 1;
8443 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
8445 if (DECL_TEMPLATE_INFO (d)
8446 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d)))
8447 /* Instantiations of template member functions are never copy
8448 functions. Note that member functions of templated classes are
8449 represented as template functions internally, and we must
8450 accept those as copy functions. */
8451 return 0;
8453 args = FUNCTION_FIRST_USER_PARMTYPE (d);
8454 if (!args)
8455 return 0;
8457 arg_type = TREE_VALUE (args);
8459 if (TYPE_MAIN_VARIANT (arg_type) == DECL_CONTEXT (d))
8461 /* Pass by value copy assignment operator. */
8462 result = -1;
8464 else if (TREE_CODE (arg_type) == REFERENCE_TYPE
8465 && TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)) == DECL_CONTEXT (d))
8467 if (CP_TYPE_CONST_P (TREE_TYPE (arg_type)))
8468 result = 2;
8470 else
8471 return 0;
8473 args = TREE_CHAIN (args);
8475 if (args && args != void_list_node && !TREE_PURPOSE (args))
8476 /* There are more non-optional args. */
8477 return 0;
8479 return result;
8482 /* Remember any special properties of member function DECL. */
8484 void grok_special_member_properties (tree decl)
8486 if (!DECL_NONSTATIC_MEMBER_FUNCTION_P(decl))
8487 ; /* Not special. */
8488 else if (DECL_CONSTRUCTOR_P (decl))
8490 int ctor = copy_fn_p (decl);
8492 if (ctor > 0)
8494 /* [class.copy]
8496 A non-template constructor for class X is a copy
8497 constructor if its first parameter is of type X&, const
8498 X&, volatile X& or const volatile X&, and either there
8499 are no other parameters or else all other parameters have
8500 default arguments. */
8501 TYPE_HAS_INIT_REF (DECL_CONTEXT (decl)) = 1;
8502 if (ctor > 1)
8503 TYPE_HAS_CONST_INIT_REF (DECL_CONTEXT (decl)) = 1;
8505 else if (sufficient_parms_p (FUNCTION_FIRST_USER_PARMTYPE (decl)))
8506 TYPE_HAS_DEFAULT_CONSTRUCTOR (DECL_CONTEXT (decl)) = 1;
8508 else if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR)
8510 /* [class.copy]
8512 A non-template assignment operator for class X is a copy
8513 assignment operator if its parameter is of type X, X&, const
8514 X&, volatile X& or const volatile X&. */
8516 int assop = copy_fn_p (decl);
8518 if (assop)
8520 TYPE_HAS_ASSIGN_REF (DECL_CONTEXT (decl)) = 1;
8521 if (assop != 1)
8522 TYPE_HAS_CONST_ASSIGN_REF (DECL_CONTEXT (decl)) = 1;
8527 /* Check a constructor DECL has the correct form. Complains
8528 if the class has a constructor of the form X(X). */
8531 grok_ctor_properties (tree ctype, tree decl)
8533 int ctor_parm = copy_fn_p (decl);
8535 if (ctor_parm < 0)
8537 /* [class.copy]
8539 A declaration of a constructor for a class X is ill-formed if
8540 its first parameter is of type (optionally cv-qualified) X
8541 and either there are no other parameters or else all other
8542 parameters have default arguments.
8544 We *don't* complain about member template instantiations that
8545 have this form, though; they can occur as we try to decide
8546 what constructor to use during overload resolution. Since
8547 overload resolution will never prefer such a constructor to
8548 the non-template copy constructor (which is either explicitly
8549 or implicitly defined), there's no need to worry about their
8550 existence. Theoretically, they should never even be
8551 instantiated, but that's hard to forestall. */
8552 error ("invalid constructor; you probably meant %<%T (const %T&)%>",
8553 ctype, ctype);
8554 return 0;
8557 return 1;
8560 /* An operator with this code is unary, but can also be binary. */
8562 static int
8563 ambi_op_p (enum tree_code code)
8565 return (code == INDIRECT_REF
8566 || code == ADDR_EXPR
8567 || code == CONVERT_EXPR
8568 || code == NEGATE_EXPR
8569 || code == PREINCREMENT_EXPR
8570 || code == PREDECREMENT_EXPR);
8573 /* An operator with this name can only be unary. */
8575 static int
8576 unary_op_p (enum tree_code code)
8578 return (code == TRUTH_NOT_EXPR
8579 || code == BIT_NOT_EXPR
8580 || code == COMPONENT_REF
8581 || code == TYPE_EXPR);
8584 /* DECL is a declaration for an overloaded operator. Returns true if
8585 the declaration is valid; false otherwise. If COMPLAIN is true,
8586 errors are issued for invalid declarations. */
8588 bool
8589 grok_op_properties (tree decl, bool complain)
8591 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
8592 tree argtype;
8593 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE);
8594 tree name = DECL_NAME (decl);
8595 enum tree_code operator_code;
8596 int arity;
8597 bool ok;
8598 tree class_type;
8600 /* Assume that the declaration is valid. */
8601 ok = true;
8603 /* Count the number of arguments. */
8604 for (argtype = argtypes, arity = 0;
8605 argtype && argtype != void_list_node;
8606 argtype = TREE_CHAIN (argtype))
8607 ++arity;
8609 class_type = DECL_CONTEXT (decl);
8610 if (class_type && !CLASS_TYPE_P (class_type))
8611 class_type = NULL_TREE;
8613 if (DECL_CONV_FN_P (decl))
8614 operator_code = TYPE_EXPR;
8615 else
8618 #define DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, ASSN_P) \
8619 if (ansi_opname (CODE) == name) \
8621 operator_code = (CODE); \
8622 break; \
8624 else if (ansi_assopname (CODE) == name) \
8626 operator_code = (CODE); \
8627 DECL_ASSIGNMENT_OPERATOR_P (decl) = 1; \
8628 break; \
8631 #include "operators.def"
8632 #undef DEF_OPERATOR
8634 gcc_unreachable ();
8636 while (0);
8637 gcc_assert (operator_code != LAST_CPLUS_TREE_CODE);
8638 SET_OVERLOADED_OPERATOR_CODE (decl, operator_code);
8640 if (class_type)
8641 switch (operator_code)
8643 case NEW_EXPR:
8644 TYPE_HAS_NEW_OPERATOR (class_type) = 1;
8645 break;
8647 case DELETE_EXPR:
8648 TYPE_GETS_DELETE (class_type) |= 1;
8649 break;
8651 case VEC_NEW_EXPR:
8652 TYPE_HAS_ARRAY_NEW_OPERATOR (class_type) = 1;
8653 break;
8655 case VEC_DELETE_EXPR:
8656 TYPE_GETS_DELETE (class_type) |= 2;
8657 break;
8659 default:
8660 break;
8663 /* [basic.std.dynamic.allocation]/1:
8665 A program is ill-formed if an allocation function is declared
8666 in a namespace scope other than global scope or declared static
8667 in global scope.
8669 The same also holds true for deallocation functions. */
8670 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR
8671 || operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR)
8673 if (DECL_NAMESPACE_SCOPE_P (decl))
8675 if (CP_DECL_CONTEXT (decl) != global_namespace)
8676 error ("%qD may not be declared within a namespace", decl);
8677 else if (!TREE_PUBLIC (decl))
8678 error ("%qD may not be declared as static", decl);
8682 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR)
8683 TREE_TYPE (decl) = coerce_new_type (TREE_TYPE (decl));
8684 else if (operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR)
8685 TREE_TYPE (decl) = coerce_delete_type (TREE_TYPE (decl));
8686 else
8688 /* An operator function must either be a non-static member function
8689 or have at least one parameter of a class, a reference to a class,
8690 an enumeration, or a reference to an enumeration. 13.4.0.6 */
8691 if (! methodp || DECL_STATIC_FUNCTION_P (decl))
8693 if (operator_code == TYPE_EXPR
8694 || operator_code == CALL_EXPR
8695 || operator_code == COMPONENT_REF
8696 || operator_code == ARRAY_REF
8697 || operator_code == NOP_EXPR)
8698 error ("%qD must be a nonstatic member function", decl);
8699 else
8701 tree p;
8703 if (DECL_STATIC_FUNCTION_P (decl))
8704 error ("%qD must be either a non-static member "
8705 "function or a non-member function", decl);
8707 for (p = argtypes; p && p != void_list_node; p = TREE_CHAIN (p))
8709 tree arg = non_reference (TREE_VALUE (p));
8710 /* IS_AGGR_TYPE, rather than CLASS_TYPE_P, is used
8711 because these checks are performed even on
8712 template functions. */
8713 if (IS_AGGR_TYPE (arg) || TREE_CODE (arg) == ENUMERAL_TYPE)
8714 break;
8717 if (!p || p == void_list_node)
8719 if (!complain)
8720 return false;
8722 error ("%qD must have an argument of class or "
8723 "enumerated type",
8724 decl);
8725 ok = false;
8730 /* There are no restrictions on the arguments to an overloaded
8731 "operator ()". */
8732 if (operator_code == CALL_EXPR)
8733 return ok;
8735 if (IDENTIFIER_TYPENAME_P (name)
8736 && ! DECL_TEMPLATE_INFO (decl)
8737 && warn_conversion
8738 /* Warn only declaring the function; there is no need to
8739 warn again about out-of-class definitions. */
8740 && class_type == current_class_type)
8742 tree t = TREE_TYPE (name);
8743 int ref = (TREE_CODE (t) == REFERENCE_TYPE);
8744 const char *what = 0;
8746 if (ref)
8747 t = TYPE_MAIN_VARIANT (TREE_TYPE (t));
8749 if (TREE_CODE (t) == VOID_TYPE)
8750 what = "void";
8751 else if (class_type)
8753 if (t == current_class_type)
8754 what = "the same type";
8755 /* Don't force t to be complete here. */
8756 else if (IS_AGGR_TYPE (t)
8757 && COMPLETE_TYPE_P (t)
8758 && DERIVED_FROM_P (t, class_type))
8759 what = "a base class";
8762 if (what)
8763 warning ("conversion to %s%s will never use a type "
8764 "conversion operator",
8765 ref ? "a reference to " : "", what);
8767 if (operator_code == COND_EXPR)
8769 /* 13.4.0.3 */
8770 error ("ISO C++ prohibits overloading operator ?:");
8772 else if (ambi_op_p (operator_code))
8774 if (arity == 1)
8775 /* We pick the one-argument operator codes by default, so
8776 we don't have to change anything. */
8778 else if (arity == 2)
8780 /* If we thought this was a unary operator, we now know
8781 it to be a binary operator. */
8782 switch (operator_code)
8784 case INDIRECT_REF:
8785 operator_code = MULT_EXPR;
8786 break;
8788 case ADDR_EXPR:
8789 operator_code = BIT_AND_EXPR;
8790 break;
8792 case CONVERT_EXPR:
8793 operator_code = PLUS_EXPR;
8794 break;
8796 case NEGATE_EXPR:
8797 operator_code = MINUS_EXPR;
8798 break;
8800 case PREINCREMENT_EXPR:
8801 operator_code = POSTINCREMENT_EXPR;
8802 break;
8804 case PREDECREMENT_EXPR:
8805 operator_code = POSTDECREMENT_EXPR;
8806 break;
8808 default:
8809 gcc_unreachable ();
8812 SET_OVERLOADED_OPERATOR_CODE (decl, operator_code);
8814 if ((operator_code == POSTINCREMENT_EXPR
8815 || operator_code == POSTDECREMENT_EXPR)
8816 && ! processing_template_decl
8817 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node))
8819 if (methodp)
8820 error ("postfix %qD must take %<int%> as its argument",
8821 decl);
8822 else
8823 error
8824 ("postfix %qD must take %<int%> as its second argument",
8825 decl);
8828 else
8830 if (methodp)
8831 error ("%qD must take either zero or one argument", decl);
8832 else
8833 error ("%qD must take either one or two arguments", decl);
8836 /* More Effective C++ rule 6. */
8837 if (warn_ecpp
8838 && (operator_code == POSTINCREMENT_EXPR
8839 || operator_code == POSTDECREMENT_EXPR
8840 || operator_code == PREINCREMENT_EXPR
8841 || operator_code == PREDECREMENT_EXPR))
8843 tree arg = TREE_VALUE (argtypes);
8844 tree ret = TREE_TYPE (TREE_TYPE (decl));
8845 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE)
8846 arg = TREE_TYPE (arg);
8847 arg = TYPE_MAIN_VARIANT (arg);
8848 if (operator_code == PREINCREMENT_EXPR
8849 || operator_code == PREDECREMENT_EXPR)
8851 if (TREE_CODE (ret) != REFERENCE_TYPE
8852 || !same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (ret)),
8853 arg))
8854 warning ("prefix %qD should return %qT", decl,
8855 build_reference_type (arg));
8857 else
8859 if (!same_type_p (TYPE_MAIN_VARIANT (ret), arg))
8860 warning ("postfix %qD should return %qT", decl, arg);
8864 else if (unary_op_p (operator_code))
8866 if (arity != 1)
8868 if (methodp)
8869 error ("%qD must take %<void%>", decl);
8870 else
8871 error ("%qD must take exactly one argument", decl);
8874 else /* if (binary_op_p (operator_code)) */
8876 if (arity != 2)
8878 if (methodp)
8879 error ("%qD must take exactly one argument", decl);
8880 else
8881 error ("%qD must take exactly two arguments", decl);
8884 /* More Effective C++ rule 7. */
8885 if (warn_ecpp
8886 && (operator_code == TRUTH_ANDIF_EXPR
8887 || operator_code == TRUTH_ORIF_EXPR
8888 || operator_code == COMPOUND_EXPR))
8889 warning ("user-defined %qD always evaluates both arguments",
8890 decl);
8893 /* Effective C++ rule 23. */
8894 if (warn_ecpp
8895 && arity == 2
8896 && !DECL_ASSIGNMENT_OPERATOR_P (decl)
8897 && (operator_code == PLUS_EXPR
8898 || operator_code == MINUS_EXPR
8899 || operator_code == TRUNC_DIV_EXPR
8900 || operator_code == MULT_EXPR
8901 || operator_code == TRUNC_MOD_EXPR)
8902 && TREE_CODE (TREE_TYPE (TREE_TYPE (decl))) == REFERENCE_TYPE)
8903 warning ("%qD should return by value", decl);
8905 /* [over.oper]/8 */
8906 for (; argtypes && argtypes != void_list_node;
8907 argtypes = TREE_CHAIN (argtypes))
8908 if (TREE_PURPOSE (argtypes))
8910 TREE_PURPOSE (argtypes) = NULL_TREE;
8911 if (operator_code == POSTINCREMENT_EXPR
8912 || operator_code == POSTDECREMENT_EXPR)
8914 if (pedantic)
8915 pedwarn ("%qD cannot have default arguments", decl);
8917 else
8918 error ("%qD cannot have default arguments", decl);
8923 return ok;
8926 /* Return a string giving the keyword associate with CODE. */
8928 static const char *
8929 tag_name (enum tag_types code)
8931 switch (code)
8933 case record_type:
8934 return "struct";
8935 case class_type:
8936 return "class";
8937 case union_type:
8938 return "union";
8939 case enum_type:
8940 return "enum";
8941 case typename_type:
8942 return "typename";
8943 default:
8944 gcc_unreachable ();
8948 /* Name lookup in an elaborated-type-specifier (after the keyword
8949 indicated by TAG_CODE) has found the TYPE_DECL DECL. If the
8950 elaborated-type-specifier is invalid, issue a diagnostic and return
8951 error_mark_node; otherwise, return the *_TYPE to which it referred.
8952 If ALLOW_TEMPLATE_P is true, TYPE may be a class template. */
8954 tree
8955 check_elaborated_type_specifier (enum tag_types tag_code,
8956 tree decl,
8957 bool allow_template_p)
8959 tree type;
8961 /* In the case of:
8963 struct S { struct S *p; };
8965 name lookup will find the TYPE_DECL for the implicit "S::S"
8966 typedef. Adjust for that here. */
8967 if (DECL_SELF_REFERENCE_P (decl))
8968 decl = TYPE_NAME (TREE_TYPE (decl));
8970 type = TREE_TYPE (decl);
8972 /* Check TEMPLATE_TYPE_PARM first because DECL_IMPLICIT_TYPEDEF_P
8973 is false for this case as well. */
8974 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
8976 error ("using template type parameter %qT after %qs",
8977 type, tag_name (tag_code));
8978 return error_mark_node;
8980 /* [dcl.type.elab]
8982 If the identifier resolves to a typedef-name or a template
8983 type-parameter, the elaborated-type-specifier is ill-formed.
8985 In other words, the only legitimate declaration to use in the
8986 elaborated type specifier is the implicit typedef created when
8987 the type is declared. */
8988 else if (!DECL_IMPLICIT_TYPEDEF_P (decl)
8989 && tag_code != typename_type)
8991 error ("using typedef-name %qD after %qs", decl, tag_name (tag_code));
8992 cp_error_at ("%qD has a previous declaration here", decl);
8993 return error_mark_node;
8995 else if (TREE_CODE (type) != RECORD_TYPE
8996 && TREE_CODE (type) != UNION_TYPE
8997 && tag_code != enum_type
8998 && tag_code != typename_type)
9000 error ("%qT referred to as %qs", type, tag_name (tag_code));
9001 cp_error_at ("%qT has a previous declaration here", type);
9002 return error_mark_node;
9004 else if (TREE_CODE (type) != ENUMERAL_TYPE
9005 && tag_code == enum_type
9006 && tag_code != typename_type)
9008 error ("%qT referred to as enum", type);
9009 cp_error_at ("%qT has a previous declaration here", type);
9010 return error_mark_node;
9012 else if (!allow_template_p
9013 && TREE_CODE (type) == RECORD_TYPE
9014 && CLASSTYPE_IS_TEMPLATE (type))
9016 /* If a class template appears as elaborated type specifier
9017 without a template header such as:
9019 template <class T> class C {};
9020 void f(class C); // No template header here
9022 then the required template argument is missing. */
9023 error ("template argument required for %<%s %T%>",
9024 tag_name (tag_code),
9025 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type)));
9026 return error_mark_node;
9029 return type;
9032 /* Lookup NAME in elaborate type specifier in scope according to
9033 SCOPE and issue diagnostics if necessary.
9034 Return *_TYPE node upon success, NULL_TREE when the NAME is not
9035 found, and ERROR_MARK_NODE for type error. */
9037 static tree
9038 lookup_and_check_tag (enum tag_types tag_code, tree name,
9039 tag_scope scope, bool template_header_p)
9041 tree t;
9042 tree decl;
9043 if (scope == ts_global)
9045 /* First try ordinary name lookup, ignoring hidden class name
9046 injected via friend declaration. */
9047 decl = lookup_name (name, 2);
9048 /* If that fails, the name will be placed in the smallest
9049 non-class, non-function-prototype scope according to 3.3.1/5.
9050 We may already have a hidden name declared as friend in this
9051 scope. So lookup again but not ignoring hidden name.
9052 If we find one, that name will be made visible rather than
9053 creating a new tag. */
9054 if (!decl)
9055 decl = lookup_type_scope (name, ts_within_enclosing_non_class);
9057 else
9058 decl = lookup_type_scope (name, scope);
9060 if (decl && DECL_CLASS_TEMPLATE_P (decl))
9061 decl = DECL_TEMPLATE_RESULT (decl);
9063 if (decl && TREE_CODE (decl) == TYPE_DECL)
9065 /* Look for invalid nested type:
9066 class C {
9067 class C {};
9068 }; */
9069 if (scope == ts_current && DECL_SELF_REFERENCE_P (decl))
9071 error ("%qD has the same name as the class in which it is "
9072 "declared",
9073 decl);
9074 return error_mark_node;
9077 /* Two cases we need to consider when deciding if a class
9078 template is allowed as an elaborated type specifier:
9079 1. It is a self reference to its own class.
9080 2. It comes with a template header.
9082 For example:
9084 template <class T> class C {
9085 class C *c1; // DECL_SELF_REFERENCE_P is true
9086 class D;
9088 template <class U> class C; // template_header_p is true
9089 template <class T> class C<T>::D {
9090 class C *c2; // DECL_SELF_REFERENCE_P is true
9091 }; */
9093 t = check_elaborated_type_specifier (tag_code,
9094 decl,
9095 template_header_p
9096 | DECL_SELF_REFERENCE_P (decl));
9097 return t;
9099 else
9100 return NULL_TREE;
9103 /* Get the struct, enum or union (TAG_CODE says which) with tag NAME.
9104 Define the tag as a forward-reference if it is not defined.
9106 If a declaration is given, process it here, and report an error if
9107 multiple declarations are not identical.
9109 SCOPE is TS_CURRENT when this is also a definition. Only look in
9110 the current frame for the name (since C++ allows new names in any
9111 scope.) It is TS_WITHIN_ENCLOSING_NON_CLASS if this is a friend
9112 declaration. Only look beginning from the current scope outward up
9113 till the nearest non-class scope. Otherwise it is TS_GLOBAL.
9115 TEMPLATE_HEADER_P is true when this declaration is preceded by
9116 a set of template parameters. */
9118 tree
9119 xref_tag (enum tag_types tag_code, tree name,
9120 tag_scope scope, bool template_header_p)
9122 enum tree_code code;
9123 tree t;
9124 tree context = NULL_TREE;
9126 timevar_push (TV_NAME_LOOKUP);
9128 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
9130 switch (tag_code)
9132 case record_type:
9133 case class_type:
9134 code = RECORD_TYPE;
9135 break;
9136 case union_type:
9137 code = UNION_TYPE;
9138 break;
9139 case enum_type:
9140 code = ENUMERAL_TYPE;
9141 break;
9142 default:
9143 gcc_unreachable ();
9146 /* In case of anonymous name, xref_tag is only called to
9147 make type node and push name. Name lookup is not required. */
9148 if (ANON_AGGRNAME_P (name))
9149 t = NULL_TREE;
9150 else
9151 t = lookup_and_check_tag (tag_code, name,
9152 scope, template_header_p);
9154 if (t == error_mark_node)
9155 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
9157 if (scope != ts_current && t && current_class_type
9158 && template_class_depth (current_class_type)
9159 && template_header_p)
9161 /* Since SCOPE is not TS_CURRENT, we are not looking at a
9162 definition of this tag. Since, in addition, we are currently
9163 processing a (member) template declaration of a template
9164 class, we must be very careful; consider:
9166 template <class X>
9167 struct S1
9169 template <class U>
9170 struct S2
9171 { template <class V>
9172 friend struct S1; };
9174 Here, the S2::S1 declaration should not be confused with the
9175 outer declaration. In particular, the inner version should
9176 have a template parameter of level 2, not level 1. This
9177 would be particularly important if the member declaration
9178 were instead:
9180 template <class V = U> friend struct S1;
9182 say, when we should tsubst into `U' when instantiating
9183 S2. On the other hand, when presented with:
9185 template <class T>
9186 struct S1 {
9187 template <class U>
9188 struct S2 {};
9189 template <class U>
9190 friend struct S2;
9193 we must find the inner binding eventually. We
9194 accomplish this by making sure that the new type we
9195 create to represent this declaration has the right
9196 TYPE_CONTEXT. */
9197 context = TYPE_CONTEXT (t);
9198 t = NULL_TREE;
9201 if (! t)
9203 /* If no such tag is yet defined, create a forward-reference node
9204 and record it as the "definition".
9205 When a real declaration of this type is found,
9206 the forward-reference will be altered into a real type. */
9207 if (code == ENUMERAL_TYPE)
9209 error ("use of enum %q#D without previous declaration", name);
9210 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
9212 else
9214 t = make_aggr_type (code);
9215 TYPE_CONTEXT (t) = context;
9216 t = pushtag (name, t, scope);
9219 else
9221 if (template_header_p && IS_AGGR_TYPE (t))
9222 redeclare_class_template (t, current_template_parms);
9223 else if (!processing_template_decl
9224 && CLASS_TYPE_P (t)
9225 && CLASSTYPE_IS_TEMPLATE (t))
9227 error ("redeclaration of %qT as a non-template", t);
9228 t = error_mark_node;
9231 /* Make injected friend class visible. */
9232 if (scope != ts_within_enclosing_non_class
9233 && hidden_name_p (TYPE_NAME (t)))
9235 DECL_ANTICIPATED (TYPE_NAME (t)) = 0;
9236 DECL_FRIEND_P (TYPE_NAME (t)) = 0;
9238 if (TYPE_TEMPLATE_INFO (t))
9240 DECL_ANTICIPATED (TYPE_TI_TEMPLATE (t)) = 0;
9241 DECL_FRIEND_P (TYPE_TI_TEMPLATE (t)) = 0;
9246 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, t);
9249 tree
9250 xref_tag_from_type (tree old, tree id, tag_scope scope)
9252 enum tag_types tag_kind;
9254 if (TREE_CODE (old) == RECORD_TYPE)
9255 tag_kind = (CLASSTYPE_DECLARED_CLASS (old) ? class_type : record_type);
9256 else
9257 tag_kind = union_type;
9259 if (id == NULL_TREE)
9260 id = TYPE_IDENTIFIER (old);
9262 return xref_tag (tag_kind, id, scope, false);
9265 /* Create the binfo hierarchy for REF with (possibly NULL) base list
9266 BASE_LIST. For each element on BASE_LIST the TREE_PURPOSE is an
9267 access_* node, and the TREE_VALUE is the type of the base-class.
9268 Non-NULL TREE_TYPE indicates virtual inheritance. */
9270 void
9271 xref_basetypes (tree ref, tree base_list)
9273 tree *basep;
9274 tree binfo, base_binfo;
9275 unsigned max_vbases = 0; /* Maximum direct & indirect virtual bases. */
9276 unsigned max_bases = 0; /* Maximum direct bases. */
9277 int i;
9278 tree default_access;
9279 tree igo_prev; /* Track Inheritance Graph Order. */
9281 if (ref == error_mark_node)
9282 return;
9284 /* The base of a derived class is private by default, all others are
9285 public. */
9286 default_access = (TREE_CODE (ref) == RECORD_TYPE
9287 && CLASSTYPE_DECLARED_CLASS (ref)
9288 ? access_private_node : access_public_node);
9290 /* First, make sure that any templates in base-classes are
9291 instantiated. This ensures that if we call ourselves recursively
9292 we do not get confused about which classes are marked and which
9293 are not. */
9294 basep = &base_list;
9295 while (*basep)
9297 tree basetype = TREE_VALUE (*basep);
9299 if (!(processing_template_decl && uses_template_parms (basetype))
9300 && !complete_type_or_else (basetype, NULL))
9301 /* An incomplete type. Remove it from the list. */
9302 *basep = TREE_CHAIN (*basep);
9303 else
9305 max_bases++;
9306 if (TREE_TYPE (*basep))
9307 max_vbases++;
9308 if (CLASS_TYPE_P (basetype))
9309 max_vbases += VEC_length (tree, CLASSTYPE_VBASECLASSES (basetype));
9310 basep = &TREE_CHAIN (*basep);
9314 TYPE_MARKED_P (ref) = 1;
9316 /* The binfo slot should be empty, unless this is an (ill-formed)
9317 redefinition. */
9318 gcc_assert (!TYPE_BINFO (ref) || TYPE_SIZE (ref));
9319 gcc_assert (TYPE_MAIN_VARIANT (ref) == ref);
9321 binfo = make_tree_binfo (max_bases);
9323 TYPE_BINFO (ref) = binfo;
9324 BINFO_OFFSET (binfo) = size_zero_node;
9325 BINFO_TYPE (binfo) = ref;
9327 if (max_bases)
9329 BINFO_BASE_ACCESSES (binfo) = VEC_alloc (tree, max_bases);
9330 /* An aggregate cannot have baseclasses. */
9331 CLASSTYPE_NON_AGGREGATE (ref) = 1;
9333 if (TREE_CODE (ref) == UNION_TYPE)
9334 error ("derived union %qT invalid", ref);
9337 if (max_bases > 1)
9339 if (TYPE_FOR_JAVA (ref))
9340 error ("Java class %qT cannot have multiple bases", ref);
9343 if (max_vbases)
9345 CLASSTYPE_VBASECLASSES (ref) = VEC_alloc (tree, max_vbases);
9347 if (TYPE_FOR_JAVA (ref))
9348 error ("Java class %qT cannot have virtual bases", ref);
9351 for (igo_prev = binfo; base_list; base_list = TREE_CHAIN (base_list))
9353 tree access = TREE_PURPOSE (base_list);
9354 int via_virtual = TREE_TYPE (base_list) != NULL_TREE;
9355 tree basetype = TREE_VALUE (base_list);
9357 if (access == access_default_node)
9358 access = default_access;
9360 if (TREE_CODE (basetype) == TYPE_DECL)
9361 basetype = TREE_TYPE (basetype);
9362 if (TREE_CODE (basetype) != RECORD_TYPE
9363 && TREE_CODE (basetype) != TYPENAME_TYPE
9364 && TREE_CODE (basetype) != TEMPLATE_TYPE_PARM
9365 && TREE_CODE (basetype) != BOUND_TEMPLATE_TEMPLATE_PARM)
9367 error ("base type %qT fails to be a struct or class type",
9368 basetype);
9369 continue;
9372 if (TYPE_FOR_JAVA (basetype) && (current_lang_depth () == 0))
9373 TYPE_FOR_JAVA (ref) = 1;
9375 base_binfo = NULL_TREE;
9376 if (CLASS_TYPE_P (basetype) && !dependent_type_p (basetype))
9378 base_binfo = TYPE_BINFO (basetype);
9379 /* The original basetype could have been a typedef'd type. */
9380 basetype = BINFO_TYPE (base_binfo);
9382 /* Inherit flags from the base. */
9383 TYPE_HAS_NEW_OPERATOR (ref)
9384 |= TYPE_HAS_NEW_OPERATOR (basetype);
9385 TYPE_HAS_ARRAY_NEW_OPERATOR (ref)
9386 |= TYPE_HAS_ARRAY_NEW_OPERATOR (basetype);
9387 TYPE_GETS_DELETE (ref) |= TYPE_GETS_DELETE (basetype);
9388 TYPE_HAS_CONVERSION (ref) |= TYPE_HAS_CONVERSION (basetype);
9389 CLASSTYPE_DIAMOND_SHAPED_P (ref)
9390 |= CLASSTYPE_DIAMOND_SHAPED_P (basetype);
9391 CLASSTYPE_REPEATED_BASE_P (ref)
9392 |= CLASSTYPE_REPEATED_BASE_P (basetype);
9395 /* We must do this test after we've seen through a typedef
9396 type. */
9397 if (TYPE_MARKED_P (basetype))
9399 if (basetype == ref)
9400 error ("recursive type %qT undefined", basetype);
9401 else
9402 error ("duplicate base type %qT invalid", basetype);
9403 continue;
9405 TYPE_MARKED_P (basetype) = 1;
9407 base_binfo = copy_binfo (base_binfo, basetype, ref,
9408 &igo_prev, via_virtual);
9409 if (!BINFO_INHERITANCE_CHAIN (base_binfo))
9410 BINFO_INHERITANCE_CHAIN (base_binfo) = binfo;
9412 BINFO_BASE_APPEND (binfo, base_binfo);
9413 BINFO_BASE_ACCESS_APPEND (binfo, access);
9416 if (VEC_space (tree, CLASSTYPE_VBASECLASSES (ref), 1))
9417 /* If we have space in the vbase vector, we must have shared at
9418 least one of them, and are therefore diamond shaped. */
9419 CLASSTYPE_DIAMOND_SHAPED_P (ref) = 1;
9421 /* Unmark all the types. */
9422 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
9423 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
9424 TYPE_MARKED_P (ref) = 0;
9426 /* Now see if we have a repeated base type. */
9427 if (!CLASSTYPE_REPEATED_BASE_P (ref))
9429 for (base_binfo = binfo; base_binfo;
9430 base_binfo = TREE_CHAIN (base_binfo))
9432 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
9434 CLASSTYPE_REPEATED_BASE_P (ref) = 1;
9435 break;
9437 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 1;
9439 for (base_binfo = binfo; base_binfo;
9440 base_binfo = TREE_CHAIN (base_binfo))
9441 if (TYPE_MARKED_P (BINFO_TYPE (base_binfo)))
9442 TYPE_MARKED_P (BINFO_TYPE (base_binfo)) = 0;
9443 else
9444 break;
9449 /* Begin compiling the definition of an enumeration type.
9450 NAME is its name.
9451 Returns the type object, as yet incomplete.
9452 Also records info about it so that build_enumerator
9453 may be used to declare the individual values as they are read. */
9455 tree
9456 start_enum (tree name)
9458 tree enumtype;
9460 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
9462 /* If this is the real definition for a previous forward reference,
9463 fill in the contents in the same object that used to be the
9464 forward reference. */
9466 enumtype = lookup_and_check_tag (enum_type, name,
9467 /*tag_scope=*/ts_current,
9468 /*template_header_p=*/false);
9470 if (enumtype != NULL_TREE && TREE_CODE (enumtype) == ENUMERAL_TYPE)
9472 error ("multiple definition of %q#T", enumtype);
9473 error ("%Jprevious definition here", TYPE_MAIN_DECL (enumtype));
9474 /* Clear out TYPE_VALUES, and start again. */
9475 TYPE_VALUES (enumtype) = NULL_TREE;
9477 else
9479 /* In case of error, make a dummy enum to allow parsing to
9480 continue. */
9481 if (enumtype == error_mark_node)
9482 name = make_anon_name ();
9484 enumtype = make_node (ENUMERAL_TYPE);
9485 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
9488 return enumtype;
9491 /* After processing and defining all the values of an enumeration type,
9492 install their decls in the enumeration type and finish it off.
9493 ENUMTYPE is the type object and VALUES a list of name-value pairs. */
9495 void
9496 finish_enum (tree enumtype)
9498 tree values;
9499 tree decl;
9500 tree value;
9501 tree minnode;
9502 tree maxnode;
9503 tree t;
9504 bool unsignedp;
9505 bool use_short_enum;
9506 int lowprec;
9507 int highprec;
9508 int precision;
9509 integer_type_kind itk;
9510 tree underlying_type = NULL_TREE;
9512 /* We built up the VALUES in reverse order. */
9513 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
9515 /* For an enum defined in a template, just set the type of the values;
9516 all further processing is postponed until the template is
9517 instantiated. We need to set the type so that tsubst of a CONST_DECL
9518 works. */
9519 if (processing_template_decl)
9521 for (values = TYPE_VALUES (enumtype);
9522 values;
9523 values = TREE_CHAIN (values))
9524 TREE_TYPE (TREE_VALUE (values)) = enumtype;
9525 if (at_function_scope_p ())
9526 add_stmt (build_min (TAG_DEFN, enumtype));
9527 return;
9530 /* Determine the minimum and maximum values of the enumerators. */
9531 if (TYPE_VALUES (enumtype))
9533 minnode = maxnode = NULL_TREE;
9535 for (values = TYPE_VALUES (enumtype);
9536 values;
9537 values = TREE_CHAIN (values))
9539 decl = TREE_VALUE (values);
9541 /* [dcl.enum]: Following the closing brace of an enum-specifier,
9542 each enumerator has the type of its enumeration. Prior to the
9543 closing brace, the type of each enumerator is the type of its
9544 initializing value. */
9545 TREE_TYPE (decl) = enumtype;
9547 /* Update the minimum and maximum values, if appropriate. */
9548 value = DECL_INITIAL (decl);
9549 /* Figure out what the minimum and maximum values of the
9550 enumerators are. */
9551 if (!minnode)
9552 minnode = maxnode = value;
9553 else if (tree_int_cst_lt (maxnode, value))
9554 maxnode = value;
9555 else if (tree_int_cst_lt (value, minnode))
9556 minnode = value;
9559 else
9560 /* [dcl.enum]
9562 If the enumerator-list is empty, the underlying type is as if
9563 the enumeration had a single enumerator with value 0. */
9564 minnode = maxnode = integer_zero_node;
9566 /* Compute the number of bits require to represent all values of the
9567 enumeration. We must do this before the type of MINNODE and
9568 MAXNODE are transformed, since min_precision relies on the
9569 TREE_TYPE of the value it is passed. */
9570 unsignedp = tree_int_cst_sgn (minnode) >= 0;
9571 lowprec = min_precision (minnode, unsignedp);
9572 highprec = min_precision (maxnode, unsignedp);
9573 precision = MAX (lowprec, highprec);
9575 /* Determine the underlying type of the enumeration.
9577 [dcl.enum]
9579 The underlying type of an enumeration is an integral type that
9580 can represent all the enumerator values defined in the
9581 enumeration. It is implementation-defined which integral type is
9582 used as the underlying type for an enumeration except that the
9583 underlying type shall not be larger than int unless the value of
9584 an enumerator cannot fit in an int or unsigned int.
9586 We use "int" or an "unsigned int" as the underlying type, even if
9587 a smaller integral type would work, unless the user has
9588 explicitly requested that we use the smallest possible type. The
9589 user can request that for all enumerations with a command line
9590 flag, or for just one enumeration with an attribute. */
9592 use_short_enum = flag_short_enums
9593 || lookup_attribute ("packed", TYPE_ATTRIBUTES (enumtype));
9595 for (itk = (use_short_enum ? itk_char : itk_int);
9596 itk != itk_none;
9597 itk++)
9599 underlying_type = integer_types[itk];
9600 if (TYPE_PRECISION (underlying_type) >= precision
9601 && TYPE_UNSIGNED (underlying_type) == unsignedp)
9602 break;
9604 if (itk == itk_none)
9606 /* DR 377
9608 IF no integral type can represent all the enumerator values, the
9609 enumeration is ill-formed. */
9610 error ("no integral type can represent all of the enumerator values "
9611 "for %qT", enumtype);
9612 precision = TYPE_PRECISION (long_long_integer_type_node);
9613 underlying_type = integer_types[itk_unsigned_long_long];
9616 /* Compute the minium and maximum values for the type.
9618 [dcl.enum]
9620 For an enumeration where emin is the smallest enumerator and emax
9621 is the largest, the values of the enumeration are the values of the
9622 underlying type in the range bmin to bmax, where bmin and bmax are,
9623 respectively, the smallest and largest values of the smallest bit-
9624 field that can store emin and emax. */
9626 /* The middle-end currently assumes that types with TYPE_PRECISION
9627 narrower than their underlying type are suitably zero or sign
9628 extended to fill their mode. g++ doesn't make these guarantees.
9629 Until the middle-end can represent such paradoxical types, we
9630 set the TYPE_PRECISION to the width of the underlying type. */
9631 TYPE_PRECISION (enumtype) = TYPE_PRECISION (underlying_type);
9633 set_min_and_max_values_for_integral_type (enumtype, precision, unsignedp);
9635 /* [dcl.enum]
9637 The value of sizeof() applied to an enumeration type, an object
9638 of an enumeration type, or an enumerator, is the value of sizeof()
9639 applied to the underlying type. */
9640 TYPE_SIZE (enumtype) = TYPE_SIZE (underlying_type);
9641 TYPE_SIZE_UNIT (enumtype) = TYPE_SIZE_UNIT (underlying_type);
9642 TYPE_MODE (enumtype) = TYPE_MODE (underlying_type);
9643 TYPE_ALIGN (enumtype) = TYPE_ALIGN (underlying_type);
9644 TYPE_USER_ALIGN (enumtype) = TYPE_USER_ALIGN (underlying_type);
9645 TYPE_UNSIGNED (enumtype) = TYPE_UNSIGNED (underlying_type);
9647 /* Convert each of the enumerators to the type of the underlying
9648 type of the enumeration. */
9649 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values))
9651 decl = TREE_VALUE (values);
9652 value = perform_implicit_conversion (underlying_type,
9653 DECL_INITIAL (decl));
9655 /* Do not clobber shared ints. */
9656 value = copy_node (value);
9658 TREE_TYPE (value) = enumtype;
9659 DECL_INITIAL (decl) = value;
9660 TREE_VALUE (values) = value;
9663 /* Fix up all variant types of this enum type. */
9664 for (t = TYPE_MAIN_VARIANT (enumtype); t; t = TYPE_NEXT_VARIANT (t))
9666 TYPE_VALUES (t) = TYPE_VALUES (enumtype);
9667 TYPE_MIN_VALUE (t) = TYPE_MIN_VALUE (enumtype);
9668 TYPE_MAX_VALUE (t) = TYPE_MAX_VALUE (enumtype);
9669 TYPE_SIZE (t) = TYPE_SIZE (enumtype);
9670 TYPE_SIZE_UNIT (t) = TYPE_SIZE_UNIT (enumtype);
9671 TYPE_MODE (t) = TYPE_MODE (enumtype);
9672 TYPE_PRECISION (t) = TYPE_PRECISION (enumtype);
9673 TYPE_ALIGN (t) = TYPE_ALIGN (enumtype);
9674 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (enumtype);
9675 TYPE_UNSIGNED (t) = TYPE_UNSIGNED (enumtype);
9678 /* Finish debugging output for this type. */
9679 rest_of_type_compilation (enumtype, namespace_bindings_p ());
9682 /* Build and install a CONST_DECL for an enumeration constant of the
9683 enumeration type ENUMTYPE whose NAME and VALUE (if any) are provided.
9684 Assignment of sequential values by default is handled here. */
9686 void
9687 build_enumerator (tree name, tree value, tree enumtype)
9689 tree decl;
9690 tree context;
9691 tree type;
9693 /* If the VALUE was erroneous, pretend it wasn't there; that will
9694 result in the enum being assigned the next value in sequence. */
9695 if (value == error_mark_node)
9696 value = NULL_TREE;
9698 /* Remove no-op casts from the value. */
9699 if (value)
9700 STRIP_TYPE_NOPS (value);
9702 if (! processing_template_decl)
9704 /* Validate and default VALUE. */
9705 if (value != NULL_TREE)
9707 value = integral_constant_value (value);
9709 if (TREE_CODE (value) == INTEGER_CST)
9711 value = perform_integral_promotions (value);
9712 constant_expression_warning (value);
9714 else
9716 error ("enumerator value for %qD not integer constant", name);
9717 value = NULL_TREE;
9721 /* Default based on previous value. */
9722 if (value == NULL_TREE)
9724 if (TYPE_VALUES (enumtype))
9726 HOST_WIDE_INT hi;
9727 unsigned HOST_WIDE_INT lo;
9728 tree prev_value;
9729 bool overflowed;
9731 /* The next value is the previous value plus one. We can
9732 safely assume that the previous value is an INTEGER_CST.
9733 add_double doesn't know the type of the target expression,
9734 so we must check with int_fits_type_p as well. */
9735 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype)));
9736 overflowed = add_double (TREE_INT_CST_LOW (prev_value),
9737 TREE_INT_CST_HIGH (prev_value),
9738 1, 0, &lo, &hi);
9739 value = build_int_cst_wide (TREE_TYPE (prev_value), lo, hi);
9740 overflowed |= !int_fits_type_p (value, TREE_TYPE (prev_value));
9742 if (overflowed)
9743 error ("overflow in enumeration values at %qD", name);
9745 else
9746 value = integer_zero_node;
9749 /* Remove no-op casts from the value. */
9750 STRIP_TYPE_NOPS (value);
9753 /* C++ associates enums with global, function, or class declarations. */
9754 context = current_scope ();
9756 /* Build the actual enumeration constant. Note that the enumeration
9757 constants have the type of their initializers until the
9758 enumeration is complete:
9760 [ dcl.enum ]
9762 Following the closing brace of an enum-specifier, each enumer-
9763 ator has the type of its enumeration. Prior to the closing
9764 brace, the type of each enumerator is the type of its
9765 initializing value.
9767 In finish_enum we will reset the type. Of course, if we're
9768 processing a template, there may be no value. */
9769 type = value ? TREE_TYPE (value) : NULL_TREE;
9771 if (context && context == current_class_type)
9772 /* This enum declaration is local to the class. We need the full
9773 lang_decl so that we can record DECL_CLASS_CONTEXT, for example. */
9774 decl = build_lang_decl (CONST_DECL, name, type);
9775 else
9776 /* It's a global enum, or it's local to a function. (Note local to
9777 a function could mean local to a class method. */
9778 decl = build_decl (CONST_DECL, name, type);
9780 DECL_CONTEXT (decl) = FROB_CONTEXT (context);
9781 TREE_CONSTANT (decl) = 1;
9782 TREE_INVARIANT (decl) = 1;
9783 TREE_READONLY (decl) = 1;
9784 DECL_INITIAL (decl) = value;
9786 if (context && context == current_class_type)
9787 /* In something like `struct S { enum E { i = 7 }; };' we put `i'
9788 on the TYPE_FIELDS list for `S'. (That's so that you can say
9789 things like `S::i' later.) */
9790 finish_member_declaration (decl);
9791 else
9792 pushdecl (decl);
9794 /* Add this enumeration constant to the list for this type. */
9795 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype));
9799 /* We're defining DECL. Make sure that it's type is OK. */
9801 static void
9802 check_function_type (tree decl, tree current_function_parms)
9804 tree fntype = TREE_TYPE (decl);
9805 tree return_type = complete_type (TREE_TYPE (fntype));
9807 /* In a function definition, arg types must be complete. */
9808 require_complete_types_for_parms (current_function_parms);
9810 if (dependent_type_p (return_type))
9811 return;
9812 if (!COMPLETE_OR_VOID_TYPE_P (return_type))
9814 error ("return type %q#T is incomplete", TREE_TYPE (fntype));
9816 /* Make it return void instead, but don't change the
9817 type of the DECL_RESULT, in case we have a named return value. */
9818 if (TREE_CODE (fntype) == METHOD_TYPE)
9820 tree ctype = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fntype)));
9821 TREE_TYPE (decl)
9822 = build_method_type_directly (ctype,
9823 void_type_node,
9824 FUNCTION_ARG_CHAIN (decl));
9826 else
9827 TREE_TYPE (decl)
9828 = build_function_type (void_type_node,
9829 TYPE_ARG_TYPES (TREE_TYPE (decl)));
9830 TREE_TYPE (decl)
9831 = build_exception_variant (fntype,
9832 TYPE_RAISES_EXCEPTIONS (fntype));
9834 else
9835 abstract_virtuals_error (decl, TREE_TYPE (fntype));
9838 /* Create the FUNCTION_DECL for a function definition.
9839 DECLSPECS and DECLARATOR are the parts of the declaration;
9840 they describe the function's name and the type it returns,
9841 but twisted together in a fashion that parallels the syntax of C.
9843 FLAGS is a bitwise or of SF_PRE_PARSED (indicating that the
9844 DECLARATOR is really the DECL for the function we are about to
9845 process and that DECLSPECS should be ignored), SF_INCLASS_INLINE
9846 indicating that the function is an inline defined in-class.
9848 This function creates a binding context for the function body
9849 as well as setting up the FUNCTION_DECL in current_function_decl.
9851 For C++, we must first check whether that datum makes any sense.
9852 For example, "class A local_a(1,2);" means that variable local_a
9853 is an aggregate of type A, which should have a constructor
9854 applied to it with the argument list [1, 2]. */
9856 void
9857 start_preparsed_function (tree decl1, tree attrs, int flags)
9859 tree ctype = NULL_TREE;
9860 tree fntype;
9861 tree restype;
9862 int doing_friend = 0;
9863 struct cp_binding_level *bl;
9864 tree current_function_parms;
9865 struct c_fileinfo *finfo
9866 = get_fileinfo (lbasename (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1))));
9868 /* Sanity check. */
9869 gcc_assert (TREE_CODE (TREE_VALUE (void_list_node)) == VOID_TYPE);
9870 gcc_assert (TREE_CHAIN (void_list_node) == NULL_TREE);
9872 fntype = TREE_TYPE (decl1);
9873 if (TREE_CODE (fntype) == METHOD_TYPE)
9874 ctype = TYPE_METHOD_BASETYPE (fntype);
9876 /* ISO C++ 11.4/5. A friend function defined in a class is in
9877 the (lexical) scope of the class in which it is defined. */
9878 if (!ctype && DECL_FRIEND_P (decl1))
9880 ctype = DECL_FRIEND_CONTEXT (decl1);
9882 /* CTYPE could be null here if we're dealing with a template;
9883 for example, `inline friend float foo()' inside a template
9884 will have no CTYPE set. */
9885 if (ctype && TREE_CODE (ctype) != RECORD_TYPE)
9886 ctype = NULL_TREE;
9887 else
9888 doing_friend = 1;
9891 if (DECL_DECLARED_INLINE_P (decl1)
9892 && lookup_attribute ("noinline", attrs))
9893 warning ("%Jinline function %qD given attribute noinline", decl1, decl1);
9895 if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (decl1))
9896 /* This is a constructor, we must ensure that any default args
9897 introduced by this definition are propagated to the clones
9898 now. The clones are used directly in overload resolution. */
9899 adjust_clone_args (decl1);
9901 /* Sometimes we don't notice that a function is a static member, and
9902 build a METHOD_TYPE for it. Fix that up now. */
9903 if (ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1)
9904 && TREE_CODE (TREE_TYPE (decl1)) == METHOD_TYPE)
9906 revert_static_member_fn (decl1);
9907 ctype = NULL_TREE;
9910 /* Set up current_class_type, and enter the scope of the class, if
9911 appropriate. */
9912 if (ctype)
9913 push_nested_class (ctype);
9914 else if (DECL_STATIC_FUNCTION_P (decl1))
9915 push_nested_class (DECL_CONTEXT (decl1));
9917 /* Now that we have entered the scope of the class, we must restore
9918 the bindings for any template parameters surrounding DECL1, if it
9919 is an inline member template. (Order is important; consider the
9920 case where a template parameter has the same name as a field of
9921 the class.) It is not until after this point that
9922 PROCESSING_TEMPLATE_DECL is guaranteed to be set up correctly. */
9923 if (flags & SF_INCLASS_INLINE)
9924 maybe_begin_member_template_processing (decl1);
9926 /* Effective C++ rule 15. */
9927 if (warn_ecpp
9928 && DECL_OVERLOADED_OPERATOR_P (decl1) == NOP_EXPR
9929 && TREE_CODE (TREE_TYPE (fntype)) == VOID_TYPE)
9930 warning ("%<operator=%> should return a reference to %<*this%>");
9932 /* Make the init_value nonzero so pushdecl knows this is not tentative.
9933 error_mark_node is replaced below (in poplevel) with the BLOCK. */
9934 if (!DECL_INITIAL (decl1))
9935 DECL_INITIAL (decl1) = error_mark_node;
9937 /* This function exists in static storage.
9938 (This does not mean `static' in the C sense!) */
9939 TREE_STATIC (decl1) = 1;
9941 /* We must call push_template_decl after current_class_type is set
9942 up. (If we are processing inline definitions after exiting a
9943 class scope, current_class_type will be NULL_TREE until set above
9944 by push_nested_class.) */
9945 if (processing_template_decl)
9947 /* FIXME: Handle error_mark_node more gracefully. */
9948 tree newdecl1 = push_template_decl (decl1);
9949 if (newdecl1 != error_mark_node)
9950 decl1 = newdecl1;
9953 /* We are now in the scope of the function being defined. */
9954 current_function_decl = decl1;
9956 /* Save the parm names or decls from this function's declarator
9957 where store_parm_decls will find them. */
9958 current_function_parms = DECL_ARGUMENTS (decl1);
9960 /* Make sure the parameter and return types are reasonable. When
9961 you declare a function, these types can be incomplete, but they
9962 must be complete when you define the function. */
9963 check_function_type (decl1, current_function_parms);
9965 /* Build the return declaration for the function. */
9966 restype = TREE_TYPE (fntype);
9967 /* Promote the value to int before returning it. */
9968 if (c_promoting_integer_type_p (restype))
9969 restype = type_promotes_to (restype);
9970 if (DECL_RESULT (decl1) == NULL_TREE)
9972 tree resdecl;
9974 resdecl = build_decl (RESULT_DECL, 0, TYPE_MAIN_VARIANT (restype));
9975 DECL_ARTIFICIAL (resdecl) = 1;
9976 DECL_IGNORED_P (resdecl) = 1;
9977 DECL_RESULT (decl1) = resdecl;
9979 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
9982 /* Initialize RTL machinery. We cannot do this until
9983 CURRENT_FUNCTION_DECL and DECL_RESULT are set up. We do this
9984 even when processing a template; this is how we get
9985 CFUN set up, and our per-function variables initialized.
9986 FIXME factor out the non-RTL stuff. */
9987 bl = current_binding_level;
9988 allocate_struct_function (decl1);
9989 current_binding_level = bl;
9991 /* Even though we're inside a function body, we still don't want to
9992 call expand_expr to calculate the size of a variable-sized array.
9993 We haven't necessarily assigned RTL to all variables yet, so it's
9994 not safe to try to expand expressions involving them. */
9995 cfun->x_dont_save_pending_sizes_p = 1;
9997 /* Start the statement-tree, start the tree now. */
9998 DECL_SAVED_TREE (decl1) = push_stmt_list ();
10000 /* Let the user know we're compiling this function. */
10001 announce_function (decl1);
10003 /* Record the decl so that the function name is defined.
10004 If we already have a decl for this name, and it is a FUNCTION_DECL,
10005 use the old decl. */
10006 if (!processing_template_decl && !(flags & SF_PRE_PARSED))
10008 /* A specialization is not used to guide overload resolution. */
10009 if (!DECL_FUNCTION_MEMBER_P (decl1)
10010 && !(DECL_USE_TEMPLATE (decl1) &&
10011 PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl1))))
10013 tree olddecl = pushdecl (decl1);
10015 if (olddecl == error_mark_node)
10016 /* If something went wrong when registering the declaration,
10017 use DECL1; we have to have a FUNCTION_DECL to use when
10018 parsing the body of the function. */
10020 else
10021 /* Otherwise, OLDDECL is either a previous declaration of
10022 the same function or DECL1 itself. */
10023 decl1 = olddecl;
10025 else
10027 /* We need to set the DECL_CONTEXT. */
10028 if (!DECL_CONTEXT (decl1) && DECL_TEMPLATE_INFO (decl1))
10029 DECL_CONTEXT (decl1) = DECL_CONTEXT (DECL_TI_TEMPLATE (decl1));
10030 /* And make sure we have enough default args. */
10031 check_default_args (decl1);
10033 fntype = TREE_TYPE (decl1);
10036 /* Determine the ELF visibility attribute for the function. We must
10037 not do this before calling "pushdecl", as we must allow
10038 "duplicate_decls" to merge any attributes appropriately. */
10039 if (!DECL_CLONED_FUNCTION_P (decl1))
10040 determine_visibility (decl1);
10042 /* Reset these in case the call to pushdecl changed them. */
10043 current_function_decl = decl1;
10044 cfun->decl = decl1;
10046 /* If we are (erroneously) defining a function that we have already
10047 defined before, wipe out what we knew before. */
10048 if (!DECL_PENDING_INLINE_P (decl1))
10049 DECL_SAVED_FUNCTION_DATA (decl1) = NULL;
10051 if (ctype && !doing_friend && !DECL_STATIC_FUNCTION_P (decl1))
10053 /* We know that this was set up by `grokclassfn'. We do not
10054 wait until `store_parm_decls', since evil parse errors may
10055 never get us to that point. Here we keep the consistency
10056 between `current_class_type' and `current_class_ptr'. */
10057 tree t = DECL_ARGUMENTS (decl1);
10059 gcc_assert (t != NULL_TREE && TREE_CODE (t) == PARM_DECL);
10060 gcc_assert (TREE_CODE (TREE_TYPE (t)) == POINTER_TYPE);
10062 cp_function_chain->x_current_class_ref
10063 = build_indirect_ref (t, NULL);
10064 cp_function_chain->x_current_class_ptr = t;
10066 /* Constructors and destructors need to know whether they're "in
10067 charge" of initializing virtual base classes. */
10068 t = TREE_CHAIN (t);
10069 if (DECL_HAS_IN_CHARGE_PARM_P (decl1))
10071 current_in_charge_parm = t;
10072 t = TREE_CHAIN (t);
10074 if (DECL_HAS_VTT_PARM_P (decl1))
10076 gcc_assert (DECL_NAME (t) == vtt_parm_identifier);
10077 current_vtt_parm = t;
10081 if (DECL_INTERFACE_KNOWN (decl1))
10083 tree ctx = decl_function_context (decl1);
10085 if (DECL_NOT_REALLY_EXTERN (decl1))
10086 DECL_EXTERNAL (decl1) = 0;
10088 if (ctx != NULL_TREE && DECL_DECLARED_INLINE_P (ctx)
10089 && TREE_PUBLIC (ctx))
10090 /* This is a function in a local class in an extern inline
10091 function. */
10092 comdat_linkage (decl1);
10094 /* If this function belongs to an interface, it is public.
10095 If it belongs to someone else's interface, it is also external.
10096 This only affects inlines and template instantiations. */
10097 else if (finfo->interface_unknown == 0
10098 && ! DECL_TEMPLATE_INSTANTIATION (decl1))
10100 if (DECL_DECLARED_INLINE_P (decl1)
10101 || DECL_TEMPLATE_INSTANTIATION (decl1)
10102 || processing_template_decl)
10104 DECL_EXTERNAL (decl1)
10105 = (finfo->interface_only
10106 || (DECL_DECLARED_INLINE_P (decl1)
10107 && ! flag_implement_inlines
10108 && !DECL_VINDEX (decl1)));
10110 /* For WIN32 we also want to put these in linkonce sections. */
10111 maybe_make_one_only (decl1);
10113 else
10114 DECL_EXTERNAL (decl1) = 0;
10115 DECL_NOT_REALLY_EXTERN (decl1) = 0;
10116 DECL_INTERFACE_KNOWN (decl1) = 1;
10117 /* If this function is in an interface implemented in this file,
10118 make sure that the backend knows to emit this function
10119 here. */
10120 if (!DECL_EXTERNAL (decl1))
10121 mark_needed (decl1);
10123 else if (finfo->interface_unknown && finfo->interface_only
10124 && ! DECL_TEMPLATE_INSTANTIATION (decl1))
10126 /* If MULTIPLE_SYMBOL_SPACES is defined and we saw a #pragma
10127 interface, we will have both finfo->interface_unknown and
10128 finfo->interface_only set. In that case, we don't want to
10129 use the normal heuristics because someone will supply a
10130 #pragma implementation elsewhere, and deducing it here would
10131 produce a conflict. */
10132 comdat_linkage (decl1);
10133 DECL_EXTERNAL (decl1) = 0;
10134 DECL_INTERFACE_KNOWN (decl1) = 1;
10135 DECL_DEFER_OUTPUT (decl1) = 1;
10137 else
10139 /* This is a definition, not a reference.
10140 So clear DECL_EXTERNAL. */
10141 DECL_EXTERNAL (decl1) = 0;
10143 if ((DECL_DECLARED_INLINE_P (decl1)
10144 || DECL_TEMPLATE_INSTANTIATION (decl1))
10145 && ! DECL_INTERFACE_KNOWN (decl1)
10146 /* Don't try to defer nested functions for now. */
10147 && ! decl_function_context (decl1))
10148 DECL_DEFER_OUTPUT (decl1) = 1;
10149 else
10150 DECL_INTERFACE_KNOWN (decl1) = 1;
10153 begin_scope (sk_function_parms, decl1);
10155 ++function_depth;
10157 if (DECL_DESTRUCTOR_P (decl1)
10158 || (DECL_CONSTRUCTOR_P (decl1)
10159 && targetm.cxx.cdtor_returns_this ()))
10161 cdtor_label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
10162 DECL_CONTEXT (cdtor_label) = current_function_decl;
10165 start_fname_decls ();
10167 store_parm_decls (current_function_parms);
10171 /* Like start_preparsed_function, except that instead of a
10172 FUNCTION_DECL, this function takes DECLSPECS and DECLARATOR.
10174 Returns 1 on success. If the DECLARATOR is not suitable for a function
10175 (it defines a datum instead), we return 0, which tells
10176 yyparse to report a parse error. */
10179 start_function (cp_decl_specifier_seq *declspecs,
10180 const cp_declarator *declarator,
10181 tree attrs)
10183 tree decl1;
10185 if (have_extern_spec)
10187 declspecs->storage_class = sc_extern;
10188 /* This should only be done once on the outermost decl. */
10189 have_extern_spec = false;
10192 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, 1, &attrs);
10193 /* If the declarator is not suitable for a function definition,
10194 cause a syntax error. */
10195 if (decl1 == NULL_TREE || TREE_CODE (decl1) != FUNCTION_DECL)
10196 return 0;
10198 /* If #pragma weak was used, mark the decl weak now. */
10199 if (global_scope_p (current_binding_level))
10200 maybe_apply_pragma_weak (decl1);
10202 if (DECL_MAIN_P (decl1))
10203 /* main must return int. grokfndecl should have corrected it
10204 (and issued a diagnostic) if the user got it wrong. */
10205 gcc_assert (same_type_p (TREE_TYPE (TREE_TYPE (decl1)),
10206 integer_type_node));
10208 start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT);
10210 return 1;
10213 /* Store the parameter declarations into the current function declaration.
10214 This is called after parsing the parameter declarations, before
10215 digesting the body of the function.
10217 Also install to binding contour return value identifier, if any. */
10219 static void
10220 store_parm_decls (tree current_function_parms)
10222 tree fndecl = current_function_decl;
10223 tree parm;
10225 /* This is a chain of any other decls that came in among the parm
10226 declarations. If a parm is declared with enum {foo, bar} x;
10227 then CONST_DECLs for foo and bar are put here. */
10228 tree nonparms = NULL_TREE;
10230 if (current_function_parms)
10232 /* This case is when the function was defined with an ANSI prototype.
10233 The parms already have decls, so we need not do anything here
10234 except record them as in effect
10235 and complain if any redundant old-style parm decls were written. */
10237 tree specparms = current_function_parms;
10238 tree next;
10240 /* Must clear this because it might contain TYPE_DECLs declared
10241 at class level. */
10242 current_binding_level->names = NULL;
10244 /* If we're doing semantic analysis, then we'll call pushdecl
10245 for each of these. We must do them in reverse order so that
10246 they end in the correct forward order. */
10247 specparms = nreverse (specparms);
10249 for (parm = specparms; parm; parm = next)
10251 next = TREE_CHAIN (parm);
10252 if (TREE_CODE (parm) == PARM_DECL)
10254 if (DECL_NAME (parm) == NULL_TREE
10255 || TREE_CODE (parm) != VOID_TYPE)
10256 pushdecl (parm);
10257 else
10258 error ("parameter %qD declared void", parm);
10260 else
10262 /* If we find an enum constant or a type tag,
10263 put it aside for the moment. */
10264 TREE_CHAIN (parm) = NULL_TREE;
10265 nonparms = chainon (nonparms, parm);
10269 /* Get the decls in their original chain order and record in the
10270 function. This is all and only the PARM_DECLs that were
10271 pushed into scope by the loop above. */
10272 DECL_ARGUMENTS (fndecl) = getdecls ();
10274 else
10275 DECL_ARGUMENTS (fndecl) = NULL_TREE;
10277 /* Now store the final chain of decls for the arguments
10278 as the decl-chain of the current lexical scope.
10279 Put the enumerators in as well, at the front so that
10280 DECL_ARGUMENTS is not modified. */
10281 current_binding_level->names = chainon (nonparms, DECL_ARGUMENTS (fndecl));
10283 /* For a cloned function, we've already got all the code we need;
10284 there's no need to add any extra bits. */
10285 if (!DECL_CLONED_FUNCTION_P (fndecl))
10287 /* Do the starting of the exception specifications, if we have any. */
10288 if (flag_exceptions && !processing_template_decl
10289 && flag_enforce_eh_specs
10290 && TYPE_RAISES_EXCEPTIONS (TREE_TYPE (current_function_decl)))
10291 current_eh_spec_block = begin_eh_spec_block ();
10296 /* We have finished doing semantic analysis on DECL, but have not yet
10297 generated RTL for its body. Save away our current state, so that
10298 when we want to generate RTL later we know what to do. */
10300 static void
10301 save_function_data (tree decl)
10303 struct language_function *f;
10305 /* Save the language-specific per-function data so that we can
10306 get it back when we really expand this function. */
10307 gcc_assert (!DECL_PENDING_INLINE_P (decl));
10309 /* Make a copy. */
10310 f = GGC_NEW (struct language_function);
10311 memcpy (f, cp_function_chain, sizeof (struct language_function));
10312 DECL_SAVED_FUNCTION_DATA (decl) = f;
10314 /* Clear out the bits we don't need. */
10315 f->base.x_stmt_tree.x_cur_stmt_list = NULL_TREE;
10316 f->x_named_label_uses = NULL;
10317 f->bindings = NULL;
10318 f->x_local_names = NULL;
10322 /* Set the return value of the constructor (if present). */
10324 static void
10325 finish_constructor_body (void)
10327 tree val;
10328 tree exprstmt;
10330 if (targetm.cxx.cdtor_returns_this ())
10332 /* Any return from a constructor will end up here. */
10333 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
10335 val = DECL_ARGUMENTS (current_function_decl);
10336 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
10337 DECL_RESULT (current_function_decl), val);
10338 /* Return the address of the object. */
10339 exprstmt = build_stmt (RETURN_EXPR, val);
10340 add_stmt (exprstmt);
10344 /* Do all the processing for the beginning of a destructor; set up the
10345 vtable pointers and cleanups for bases and members. */
10347 static void
10348 begin_destructor_body (void)
10350 tree if_stmt;
10351 tree compound_stmt;
10353 /* If the dtor is empty, and we know there is not any possible
10354 way we could use any vtable entries, before they are possibly
10355 set by a base class dtor, we don't have to setup the vtables,
10356 as we know that any base class dtor will set up any vtables
10357 it needs. We avoid MI, because one base class dtor can do a
10358 virtual dispatch to an overridden function that would need to
10359 have a non-related vtable set up, we cannot avoid setting up
10360 vtables in that case. We could change this to see if there
10361 is just one vtable.
10363 ??? In the destructor for a class, the vtables are set
10364 appropriately for that class. There will be no non-related
10365 vtables. jason 2001-12-11. */
10366 if_stmt = begin_if_stmt ();
10368 /* If it is not safe to avoid setting up the vtables, then
10369 someone will change the condition to be boolean_true_node.
10370 (Actually, for now, we do not have code to set the condition
10371 appropriately, so we just assume that we always need to
10372 initialize the vtables.) */
10373 finish_if_stmt_cond (boolean_true_node, if_stmt);
10375 compound_stmt = begin_compound_stmt (0);
10377 /* Make all virtual function table pointers in non-virtual base
10378 classes point to CURRENT_CLASS_TYPE's virtual function
10379 tables. */
10380 initialize_vtbl_ptrs (current_class_ptr);
10382 finish_compound_stmt (compound_stmt);
10383 finish_then_clause (if_stmt);
10384 finish_if_stmt (if_stmt);
10386 /* And insert cleanups for our bases and members so that they
10387 will be properly destroyed if we throw. */
10388 push_base_cleanups ();
10391 /* At the end of every destructor we generate code to delete the object if
10392 necessary. Do that now. */
10394 static void
10395 finish_destructor_body (void)
10397 tree exprstmt;
10399 /* Any return from a destructor will end up here; that way all base
10400 and member cleanups will be run when the function returns. */
10401 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
10403 /* In a virtual destructor, we must call delete. */
10404 if (DECL_VIRTUAL_P (current_function_decl))
10406 tree if_stmt;
10407 tree virtual_size = cxx_sizeof (current_class_type);
10409 /* [class.dtor]
10411 At the point of definition of a virtual destructor (including
10412 an implicit definition), non-placement operator delete shall
10413 be looked up in the scope of the destructor's class and if
10414 found shall be accessible and unambiguous. */
10415 exprstmt = build_op_delete_call
10416 (DELETE_EXPR, current_class_ptr, virtual_size,
10417 /*global_p=*/false, NULL_TREE);
10419 if_stmt = begin_if_stmt ();
10420 finish_if_stmt_cond (build2 (BIT_AND_EXPR, integer_type_node,
10421 current_in_charge_parm,
10422 integer_one_node),
10423 if_stmt);
10424 finish_expr_stmt (exprstmt);
10425 finish_then_clause (if_stmt);
10426 finish_if_stmt (if_stmt);
10429 if (targetm.cxx.cdtor_returns_this ())
10431 tree val;
10433 val = DECL_ARGUMENTS (current_function_decl);
10434 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
10435 DECL_RESULT (current_function_decl), val);
10436 /* Return the address of the object. */
10437 exprstmt = build_stmt (RETURN_EXPR, val);
10438 add_stmt (exprstmt);
10442 /* Do the necessary processing for the beginning of a function body, which
10443 in this case includes member-initializers, but not the catch clauses of
10444 a function-try-block. Currently, this means opening a binding level
10445 for the member-initializers (in a ctor) and member cleanups (in a dtor).
10446 In other functions, this isn't necessary, but it doesn't hurt. */
10448 tree
10449 begin_function_body (void)
10451 tree stmt;
10453 if (processing_template_decl)
10454 /* Do nothing now. */;
10455 else
10456 /* Always keep the BLOCK node associated with the outermost pair of
10457 curly braces of a function. These are needed for correct
10458 operation of dwarfout.c. */
10459 keep_next_level (true);
10461 stmt = begin_compound_stmt (BCS_FN_BODY);
10463 if (processing_template_decl)
10464 /* Do nothing now. */;
10465 else if (DECL_DESTRUCTOR_P (current_function_decl))
10466 begin_destructor_body ();
10468 return stmt;
10471 /* Do the processing for the end of a function body. Currently, this means
10472 closing out the cleanups for fully-constructed bases and members, and in
10473 the case of the destructor, deleting the object if desired. Again, this
10474 is only meaningful for [cd]tors, since they are the only functions where
10475 there is a significant distinction between the main body and any
10476 function catch clauses. Handling, say, main() return semantics here
10477 would be wrong, as flowing off the end of a function catch clause for
10478 main() would also need to return 0. */
10480 void
10481 finish_function_body (tree compstmt)
10483 /* Close the block. */
10484 finish_compound_stmt (compstmt);
10486 if (processing_template_decl)
10487 /* Do nothing now. */;
10488 else if (DECL_CONSTRUCTOR_P (current_function_decl))
10489 finish_constructor_body ();
10490 else if (DECL_DESTRUCTOR_P (current_function_decl))
10491 finish_destructor_body ();
10494 /* Finish up a function declaration and compile that function
10495 all the way to assembler language output. The free the storage
10496 for the function definition.
10498 FLAGS is a bitwise or of the following values:
10499 2 - INCLASS_INLINE
10500 We just finished processing the body of an in-class inline
10501 function definition. (This processing will have taken place
10502 after the class definition is complete.) */
10504 tree
10505 finish_function (int flags)
10507 tree fndecl = current_function_decl;
10508 tree fntype, ctype = NULL_TREE;
10509 int inclass_inline = (flags & 2) != 0;
10510 int nested;
10512 /* When we get some parse errors, we can end up without a
10513 current_function_decl, so cope. */
10514 if (fndecl == NULL_TREE)
10515 return error_mark_node;
10517 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (fndecl)
10518 && DECL_VIRTUAL_P (fndecl)
10519 && !processing_template_decl)
10521 tree fnclass = DECL_CONTEXT (fndecl);
10522 if (fndecl == CLASSTYPE_KEY_METHOD (fnclass))
10523 keyed_classes = tree_cons (NULL_TREE, fnclass, keyed_classes);
10526 nested = function_depth > 1;
10527 fntype = TREE_TYPE (fndecl);
10529 /* TREE_READONLY (fndecl) = 1;
10530 This caused &foo to be of type ptr-to-const-function
10531 which then got a warning when stored in a ptr-to-function variable. */
10533 gcc_assert (building_stmt_tree ());
10535 /* For a cloned function, we've already got all the code we need;
10536 there's no need to add any extra bits. */
10537 if (!DECL_CLONED_FUNCTION_P (fndecl))
10539 if (DECL_MAIN_P (current_function_decl))
10541 tree stmt;
10543 /* Make it so that `main' always returns 0 by default (or
10544 1 for VMS). */
10545 #if VMS_TARGET
10546 stmt = finish_return_stmt (integer_one_node);
10547 #else
10548 stmt = finish_return_stmt (integer_zero_node);
10549 #endif
10550 /* Hack. We don't want the middle-end to warn that this
10551 return is unreachable, so put the statement on the
10552 special line 0. */
10553 annotate_with_file_line (stmt, input_filename, 0);
10556 /* Finish dealing with exception specifiers. */
10557 if (flag_exceptions && !processing_template_decl
10558 && flag_enforce_eh_specs
10559 && TYPE_RAISES_EXCEPTIONS (TREE_TYPE (current_function_decl)))
10560 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS
10561 (TREE_TYPE (current_function_decl)),
10562 current_eh_spec_block);
10565 /* If we're saving up tree structure, tie off the function now. */
10566 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl));
10568 finish_fname_decls ();
10570 /* If this function can't throw any exceptions, remember that. */
10571 if (!processing_template_decl
10572 && !cp_function_chain->can_throw
10573 && !flag_non_call_exceptions)
10574 TREE_NOTHROW (fndecl) = 1;
10576 /* This must come after expand_function_end because cleanups might
10577 have declarations (from inline functions) that need to go into
10578 this function's blocks. */
10580 /* If the current binding level isn't the outermost binding level
10581 for this function, either there is a bug, or we have experienced
10582 syntax errors and the statement tree is malformed. */
10583 if (current_binding_level->kind != sk_function_parms)
10585 /* Make sure we have already experienced errors. */
10586 gcc_assert (errorcount);
10588 /* Throw away the broken statement tree and extra binding
10589 levels. */
10590 DECL_SAVED_TREE (fndecl) = alloc_stmt_list ();
10592 while (current_binding_level->kind != sk_function_parms)
10594 if (current_binding_level->kind == sk_class)
10595 pop_nested_class ();
10596 else
10597 poplevel (0, 0, 0);
10600 poplevel (1, 0, 1);
10602 /* Statements should always be full-expressions at the outermost set
10603 of curly braces for a function. */
10604 gcc_assert (stmts_are_full_exprs_p ());
10606 /* Set up the named return value optimization, if we can. Candidate
10607 variables are selected in check_return_value. */
10608 if (current_function_return_value)
10610 tree r = current_function_return_value;
10611 tree outer;
10613 if (r != error_mark_node
10614 /* This is only worth doing for fns that return in memory--and
10615 simpler, since we don't have to worry about promoted modes. */
10616 && aggregate_value_p (TREE_TYPE (TREE_TYPE (fndecl)), fndecl)
10617 /* Only allow this for variables declared in the outer scope of
10618 the function so we know that their lifetime always ends with a
10619 return; see g++.dg/opt/nrv6.C. We could be more flexible if
10620 we were to do this optimization in tree-ssa. */
10621 && (outer = BLOCK_SUBBLOCKS (DECL_INITIAL (fndecl)))
10622 /* Skip the artificial function body block. */
10623 && (outer = BLOCK_SUBBLOCKS (outer))
10624 && chain_member (r, BLOCK_VARS (outer)))
10625 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl));
10627 current_function_return_value = NULL_TREE;
10630 /* Remember that we were in class scope. */
10631 if (current_class_name)
10632 ctype = current_class_type;
10634 /* Must mark the RESULT_DECL as being in this function. */
10635 DECL_CONTEXT (DECL_RESULT (fndecl)) = fndecl;
10637 /* Set the BLOCK_SUPERCONTEXT of the outermost function scope to point
10638 to the FUNCTION_DECL node itself. */
10639 BLOCK_SUPERCONTEXT (DECL_INITIAL (fndecl)) = fndecl;
10641 /* Save away current state, if appropriate. */
10642 if (!processing_template_decl)
10643 save_function_data (fndecl);
10645 /* Complain if there's just no return statement. */
10646 if (warn_return_type
10647 && TREE_CODE (TREE_TYPE (fntype)) != VOID_TYPE
10648 && !dependent_type_p (TREE_TYPE (fntype))
10649 && !current_function_returns_value && !current_function_returns_null
10650 /* Don't complain if we abort or throw. */
10651 && !current_function_returns_abnormally
10652 && !DECL_NAME (DECL_RESULT (fndecl))
10653 /* Normally, with -Wreturn-type, flow will complain. Unless we're an
10654 inline function, as we might never be compiled separately. */
10655 && (DECL_INLINE (fndecl) || processing_template_decl)
10656 /* Structor return values (if any) are set by the compiler. */
10657 && !DECL_CONSTRUCTOR_P (fndecl)
10658 && !DECL_DESTRUCTOR_P (fndecl))
10659 warning ("no return statement in function returning non-void");
10661 /* Store the end of the function, so that we get good line number
10662 info for the epilogue. */
10663 cfun->function_end_locus = input_location;
10665 /* Genericize before inlining. */
10666 if (!processing_template_decl)
10668 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl);
10669 cp_genericize (fndecl);
10670 /* Clear out the bits we don't need. */
10671 f->x_current_class_ptr = NULL;
10672 f->x_current_class_ref = NULL;
10673 f->x_eh_spec_block = NULL;
10674 f->x_in_charge_parm = NULL;
10675 f->x_vtt_parm = NULL;
10676 f->x_return_value = NULL;
10677 f->bindings = NULL;
10679 /* Handle attribute((warn_unused_result)). Relies on gimple input. */
10680 c_warn_unused_result (&DECL_SAVED_TREE (fndecl));
10682 /* Clear out the bits we don't need. */
10683 local_names = NULL;
10684 named_label_uses = NULL;
10686 /* We're leaving the context of this function, so zap cfun. It's still in
10687 DECL_STRUCT_FUNCTION, and we'll restore it in tree_rest_of_compilation. */
10688 cfun = NULL;
10689 current_function_decl = NULL;
10691 /* If this is an in-class inline definition, we may have to pop the
10692 bindings for the template parameters that we added in
10693 maybe_begin_member_template_processing when start_function was
10694 called. */
10695 if (inclass_inline)
10696 maybe_end_member_template_processing ();
10698 /* Leave the scope of the class. */
10699 if (ctype)
10700 pop_nested_class ();
10702 --function_depth;
10704 /* Clean up. */
10705 if (! nested)
10706 /* Let the error reporting routines know that we're outside a
10707 function. For a nested function, this value is used in
10708 cxx_pop_function_context and then reset via pop_function_context. */
10709 current_function_decl = NULL_TREE;
10711 return fndecl;
10714 /* Create the FUNCTION_DECL for a function definition.
10715 DECLSPECS and DECLARATOR are the parts of the declaration;
10716 they describe the return type and the name of the function,
10717 but twisted together in a fashion that parallels the syntax of C.
10719 This function creates a binding context for the function body
10720 as well as setting up the FUNCTION_DECL in current_function_decl.
10722 Returns a FUNCTION_DECL on success.
10724 If the DECLARATOR is not suitable for a function (it defines a datum
10725 instead), we return 0, which tells yyparse to report a parse error.
10727 May return void_type_node indicating that this method is actually
10728 a friend. See grokfield for more details.
10730 Came here with a `.pushlevel' .
10732 DO NOT MAKE ANY CHANGES TO THIS CODE WITHOUT MAKING CORRESPONDING
10733 CHANGES TO CODE IN `grokfield'. */
10735 tree
10736 start_method (cp_decl_specifier_seq *declspecs,
10737 const cp_declarator *declarator, tree attrlist)
10739 tree fndecl = grokdeclarator (declarator, declspecs, MEMFUNCDEF, 0,
10740 &attrlist);
10742 if (fndecl == error_mark_node)
10743 return error_mark_node;
10745 if (fndecl == NULL || TREE_CODE (fndecl) != FUNCTION_DECL)
10747 error ("invalid member function declaration");
10748 return error_mark_node;
10751 if (attrlist)
10752 cplus_decl_attributes (&fndecl, attrlist, 0);
10754 /* Pass friends other than inline friend functions back. */
10755 if (fndecl == void_type_node)
10756 return fndecl;
10758 if (DECL_IN_AGGR_P (fndecl))
10760 if (DECL_CONTEXT (fndecl)
10761 && TREE_CODE( DECL_CONTEXT (fndecl)) != NAMESPACE_DECL)
10762 error ("%qD is already defined in class %qT", fndecl,
10763 DECL_CONTEXT (fndecl));
10764 return void_type_node;
10767 check_template_shadow (fndecl);
10769 DECL_DECLARED_INLINE_P (fndecl) = 1;
10770 if (flag_default_inline)
10771 DECL_INLINE (fndecl) = 1;
10773 /* We process method specializations in finish_struct_1. */
10774 if (processing_template_decl && !DECL_TEMPLATE_SPECIALIZATION (fndecl))
10776 fndecl = push_template_decl (fndecl);
10777 if (fndecl == error_mark_node)
10778 return fndecl;
10781 if (! DECL_FRIEND_P (fndecl))
10783 if (TREE_CHAIN (fndecl))
10785 fndecl = copy_node (fndecl);
10786 TREE_CHAIN (fndecl) = NULL_TREE;
10788 grok_special_member_properties (fndecl);
10791 cp_finish_decl (fndecl, NULL_TREE, NULL_TREE, 0);
10793 /* Make a place for the parms. */
10794 begin_scope (sk_function_parms, fndecl);
10796 DECL_IN_AGGR_P (fndecl) = 1;
10797 return fndecl;
10800 /* Go through the motions of finishing a function definition.
10801 We don't compile this method until after the whole class has
10802 been processed.
10804 FINISH_METHOD must return something that looks as though it
10805 came from GROKFIELD (since we are defining a method, after all).
10807 This is called after parsing the body of the function definition.
10808 STMTS is the chain of statements that makes up the function body.
10810 DECL is the ..._DECL that `start_method' provided. */
10812 tree
10813 finish_method (tree decl)
10815 tree fndecl = decl;
10816 tree old_initial;
10818 tree link;
10820 if (decl == void_type_node)
10821 return decl;
10823 old_initial = DECL_INITIAL (fndecl);
10825 /* Undo the level for the parms (from start_method).
10826 This is like poplevel, but it causes nothing to be
10827 saved. Saving information here confuses symbol-table
10828 output routines. Besides, this information will
10829 be correctly output when this method is actually
10830 compiled. */
10832 /* Clear out the meanings of the local variables of this level;
10833 also record in each decl which block it belongs to. */
10835 for (link = current_binding_level->names; link; link = TREE_CHAIN (link))
10837 if (DECL_NAME (link) != NULL_TREE)
10838 pop_binding (DECL_NAME (link), link);
10839 gcc_assert (TREE_CODE (link) != FUNCTION_DECL);
10840 DECL_CONTEXT (link) = NULL_TREE;
10843 poplevel (0, 0, 0);
10845 DECL_INITIAL (fndecl) = old_initial;
10847 /* We used to check if the context of FNDECL was different from
10848 current_class_type as another way to get inside here. This didn't work
10849 for String.cc in libg++. */
10850 if (DECL_FRIEND_P (fndecl))
10852 VEC_safe_push (tree, CLASSTYPE_INLINE_FRIENDS (current_class_type),
10853 fndecl);
10854 decl = void_type_node;
10857 return decl;
10861 /* VAR is a VAR_DECL. If its type is incomplete, remember VAR so that
10862 we can lay it out later, when and if its type becomes complete. */
10864 void
10865 maybe_register_incomplete_var (tree var)
10867 gcc_assert (TREE_CODE (var) == VAR_DECL);
10869 /* Keep track of variables with incomplete types. */
10870 if (!processing_template_decl && TREE_TYPE (var) != error_mark_node
10871 && DECL_EXTERNAL (var))
10873 tree inner_type = TREE_TYPE (var);
10875 while (TREE_CODE (inner_type) == ARRAY_TYPE)
10876 inner_type = TREE_TYPE (inner_type);
10877 inner_type = TYPE_MAIN_VARIANT (inner_type);
10879 if ((!COMPLETE_TYPE_P (inner_type) && CLASS_TYPE_P (inner_type))
10880 /* RTTI TD entries are created while defining the type_info. */
10881 || (TYPE_LANG_SPECIFIC (inner_type)
10882 && TYPE_BEING_DEFINED (inner_type)))
10883 incomplete_vars = tree_cons (inner_type, var, incomplete_vars);
10887 /* Called when a class type (given by TYPE) is defined. If there are
10888 any existing VAR_DECLs whose type hsa been completed by this
10889 declaration, update them now. */
10891 void
10892 complete_vars (tree type)
10894 tree *list = &incomplete_vars;
10896 gcc_assert (CLASS_TYPE_P (type));
10897 while (*list)
10899 if (same_type_p (type, TREE_PURPOSE (*list)))
10901 tree var = TREE_VALUE (*list);
10902 tree type = TREE_TYPE (var);
10903 /* Complete the type of the variable. The VAR_DECL itself
10904 will be laid out in expand_expr. */
10905 complete_type (type);
10906 cp_apply_type_quals_to_decl (cp_type_quals (type), var);
10907 /* Remove this entry from the list. */
10908 *list = TREE_CHAIN (*list);
10910 else
10911 list = &TREE_CHAIN (*list);
10914 /* Check for pending declarations which may have abstract type. */
10915 complete_type_check_abstract (type);
10918 /* If DECL is of a type which needs a cleanup, build that cleanup
10919 here. */
10921 tree
10922 cxx_maybe_build_cleanup (tree decl)
10924 tree type = TREE_TYPE (decl);
10926 if (type != error_mark_node && TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
10928 int flags = LOOKUP_NORMAL|LOOKUP_DESTRUCTOR;
10929 tree rval;
10930 bool has_vbases = (TREE_CODE (type) == RECORD_TYPE
10931 && CLASSTYPE_VBASECLASSES (type));
10933 if (TREE_CODE (type) == ARRAY_TYPE)
10934 rval = decl;
10935 else
10937 cxx_mark_addressable (decl);
10938 rval = build_unary_op (ADDR_EXPR, decl, 0);
10941 /* Optimize for space over speed here. */
10942 if (!has_vbases || flag_expensive_optimizations)
10943 flags |= LOOKUP_NONVIRTUAL;
10945 rval = build_delete (TREE_TYPE (rval), rval,
10946 sfk_complete_destructor, flags, 0);
10948 return rval;
10950 return NULL_TREE;
10953 /* When a stmt has been parsed, this function is called. */
10955 void
10956 finish_stmt (void)
10960 /* DECL was originally constructed as a non-static member function,
10961 but turned out to be static. Update it accordingly. */
10963 void
10964 revert_static_member_fn (tree decl)
10966 tree tmp;
10967 tree function = TREE_TYPE (decl);
10968 tree args = TYPE_ARG_TYPES (function);
10970 if (cp_type_quals (TREE_TYPE (TREE_VALUE (args)))
10971 != TYPE_UNQUALIFIED)
10972 error ("static member function %q#D declared with type qualifiers", decl);
10974 args = TREE_CHAIN (args);
10975 tmp = build_function_type (TREE_TYPE (function), args);
10976 tmp = build_qualified_type (tmp, cp_type_quals (function));
10977 tmp = build_exception_variant (tmp,
10978 TYPE_RAISES_EXCEPTIONS (function));
10979 TREE_TYPE (decl) = tmp;
10980 if (DECL_ARGUMENTS (decl))
10981 DECL_ARGUMENTS (decl) = TREE_CHAIN (DECL_ARGUMENTS (decl));
10982 DECL_STATIC_FUNCTION_P (decl) = 1;
10985 /* Initialize the variables used during compilation of a C++
10986 function. */
10988 void
10989 cxx_push_function_context (struct function * f)
10991 struct language_function *p = GGC_CNEW (struct language_function);
10992 f->language = p;
10994 /* Whenever we start a new function, we destroy temporaries in the
10995 usual way. */
10996 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
10998 if (f->decl)
11000 tree fn = f->decl;
11002 if (DECL_SAVED_FUNCTION_DATA (fn))
11004 /* If we already parsed this function, and we're just expanding it
11005 now, restore saved state. */
11006 *cp_function_chain = *DECL_SAVED_FUNCTION_DATA (fn);
11008 /* We don't need the saved data anymore. Unless this is an inline
11009 function; we need the named return value info for
11010 declare_return_variable. */
11011 if (! DECL_INLINE (fn))
11012 DECL_SAVED_FUNCTION_DATA (fn) = NULL;
11017 /* Free the language-specific parts of F, now that we've finished
11018 compiling the function. */
11020 void
11021 cxx_pop_function_context (struct function * f)
11023 f->language = 0;
11026 /* Return which tree structure is used by T, or TS_CP_GENERIC if T is
11027 one of the language-independent trees. */
11029 enum cp_tree_node_structure_enum
11030 cp_tree_node_structure (union lang_tree_node * t)
11032 switch (TREE_CODE (&t->generic))
11034 case DEFAULT_ARG: return TS_CP_DEFAULT_ARG;
11035 case IDENTIFIER_NODE: return TS_CP_IDENTIFIER;
11036 case OVERLOAD: return TS_CP_OVERLOAD;
11037 case TEMPLATE_PARM_INDEX: return TS_CP_TPI;
11038 case TINST_LEVEL: return TS_CP_TINST_LEVEL;
11039 case PTRMEM_CST: return TS_CP_PTRMEM;
11040 case BASELINK: return TS_CP_BASELINK;
11041 default: return TS_CP_GENERIC;
11045 /* Build the void_list_node (void_type_node having been created). */
11046 tree
11047 build_void_list_node (void)
11049 tree t = build_tree_list (NULL_TREE, void_type_node);
11050 return t;
11053 bool
11054 cp_missing_noreturn_ok_p (tree decl)
11056 /* A missing noreturn is ok for the `main' function. */
11057 return DECL_MAIN_P (decl);
11060 /* Return the COMDAT group into which DECL should be placed. */
11062 const char *
11063 cxx_comdat_group (tree decl)
11065 tree name;
11067 /* Virtual tables, construction virtual tables, and virtual table
11068 tables all go in a single COMDAT group, named after the primary
11069 virtual table. */
11070 if (TREE_CODE (decl) == VAR_DECL && DECL_VTABLE_OR_VTT_P (decl))
11071 name = DECL_ASSEMBLER_NAME (CLASSTYPE_VTABLES (DECL_CONTEXT (decl)));
11072 /* For all other DECLs, the COMDAT group is the mangled name of the
11073 declaration itself. */
11074 else
11076 while (DECL_THUNK_P (decl))
11078 /* If TARGET_USE_LOCAL_THUNK_ALIAS_P, use_thunk puts the thunk
11079 into the same section as the target function. In that case
11080 we must return target's name. */
11081 tree target = THUNK_TARGET (decl);
11082 if (TARGET_USE_LOCAL_THUNK_ALIAS_P (target)
11083 && DECL_SECTION_NAME (target) != NULL
11084 && DECL_ONE_ONLY (target))
11085 decl = target;
11086 else
11087 break;
11089 name = DECL_ASSEMBLER_NAME (decl);
11092 return IDENTIFIER_POINTER (name);
11095 #include "gt-cp-decl.h"