decl.c (build_enumerator): Use add_double and int_fits_type_p instead of cp_build_bin...
[official-gcc.git] / gcc / cp / decl.c
blob5cb43d2b3705d6be1c99594770a424d895eb3c02
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 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 grokfndecl (tree, tree, tree, tree, tree, int,
65 enum overload_flags, cp_cv_quals,
66 tree, int, int, int, int, int, int, tree);
67 static tree grokvardecl (tree, tree, const cp_decl_specifier_seq *,
68 int, int, tree);
69 static void record_unknown_type (tree, const char *);
70 static tree builtin_function_1 (const char *, tree, tree,
71 enum built_in_function code,
72 enum built_in_class cl, const char *,
73 tree);
74 static tree build_library_fn_1 (tree, enum tree_code, tree);
75 static int member_function_or_else (tree, tree, enum overload_flags);
76 static void bad_specifiers (tree, const char *, int, int, int, int,
77 int);
78 static void check_for_uninitialized_const_var (tree);
79 static hashval_t typename_hash (const void *);
80 static int typename_compare (const void *, const void *);
81 static tree local_variable_p_walkfn (tree *, int *, void *);
82 static tree record_builtin_java_type (const char *, int);
83 static const char *tag_name (enum tag_types code);
84 static int walk_namespaces_r (tree, walk_namespaces_fn, void *);
85 static int walk_globals_r (tree, void*);
86 static int walk_vtables_r (tree, void*);
87 static tree make_label_decl (tree, int);
88 static void use_label (tree);
89 static void check_previous_goto_1 (tree, struct cp_binding_level *, tree,
90 const location_t *);
91 static void check_previous_goto (struct named_label_use_list *);
92 static void check_switch_goto (struct cp_binding_level *);
93 static void check_previous_gotos (tree);
94 static void pop_label (tree, tree);
95 static void pop_labels (tree);
96 static void maybe_deduce_size_from_array_init (tree, tree);
97 static void layout_var_decl (tree);
98 static void maybe_commonize_var (tree);
99 static tree check_initializer (tree, tree, int, tree *);
100 static void make_rtl_for_nonlocal_decl (tree, tree, const char *);
101 static void save_function_data (tree);
102 static void check_function_type (tree, tree);
103 static void finish_constructor_body (void);
104 static void begin_destructor_body (void);
105 static void finish_destructor_body (void);
106 static tree create_array_type_for_decl (tree, tree, tree);
107 static tree get_atexit_node (void);
108 static tree get_dso_handle_node (void);
109 static tree start_cleanup_fn (void);
110 static void end_cleanup_fn (void);
111 static tree cp_make_fname_decl (tree, int);
112 static void initialize_predefined_identifiers (void);
113 static tree check_special_function_return_type
114 (special_function_kind, tree, tree);
115 static tree push_cp_library_fn (enum tree_code, tree);
116 static tree build_cp_library_fn (tree, enum tree_code, tree);
117 static void store_parm_decls (tree);
118 static void initialize_local_var (tree, tree);
119 static void expand_static_init (tree, tree);
120 static tree next_initializable_field (tree);
121 static tree reshape_init (tree, tree *);
122 static tree build_typename_type (tree, tree, tree);
124 /* Erroneous argument lists can use this *IFF* they do not modify it. */
125 tree error_mark_list;
127 /* The following symbols are subsumed in the cp_global_trees array, and
128 listed here individually for documentation purposes.
130 C++ extensions
131 tree wchar_decl_node;
133 tree vtable_entry_type;
134 tree delta_type_node;
135 tree __t_desc_type_node;
136 tree ti_desc_type_node;
137 tree bltn_desc_type_node, ptr_desc_type_node;
138 tree ary_desc_type_node, func_desc_type_node, enum_desc_type_node;
139 tree class_desc_type_node, si_class_desc_type_node, vmi_class_desc_type_node;
140 tree ptm_desc_type_node;
141 tree base_desc_type_node;
143 tree class_type_node;
144 tree unknown_type_node;
146 Array type `vtable_entry_type[]'
148 tree vtbl_type_node;
149 tree vtbl_ptr_type_node;
151 Namespaces,
153 tree std_node;
154 tree abi_node;
156 A FUNCTION_DECL which can call `abort'. Not necessarily the
157 one that the user will declare, but sufficient to be called
158 by routines that want to abort the program.
160 tree abort_fndecl;
162 The FUNCTION_DECL for the default `::operator delete'.
164 tree global_delete_fndecl;
166 Used by RTTI
167 tree type_info_type_node, tinfo_decl_id, tinfo_decl_type;
168 tree tinfo_var_id;
172 tree cp_global_trees[CPTI_MAX];
174 /* Indicates that there is a type value in some namespace, although
175 that is not necessarily in scope at the moment. */
177 tree global_type_node;
179 /* The node that holds the "name" of the global scope. */
180 tree global_scope_name;
182 /* Used only for jumps to as-yet undefined labels, since jumps to
183 defined labels can have their validity checked immediately. */
185 struct named_label_use_list GTY(())
187 struct cp_binding_level *binding_level;
188 tree names_in_scope;
189 tree label_decl;
190 location_t o_goto_locus;
191 struct named_label_use_list *next;
194 #define named_label_uses cp_function_chain->x_named_label_uses
196 #define local_names cp_function_chain->x_local_names
198 /* A list of objects which have constructors or destructors
199 which reside in the global scope. The decl is stored in
200 the TREE_VALUE slot and the initializer is stored
201 in the TREE_PURPOSE slot. */
202 tree static_aggregates;
204 /* -- end of C++ */
206 /* A node for the integer constants 2, and 3. */
208 tree integer_two_node, integer_three_node;
210 /* A list of all LABEL_DECLs in the function that have names. Here so
211 we can clear out their names' definitions at the end of the
212 function, and so we can check the validity of jumps to these labels. */
214 struct named_label_list GTY(())
216 struct cp_binding_level *binding_level;
217 tree names_in_scope;
218 tree old_value;
219 tree label_decl;
220 tree bad_decls;
221 struct named_label_list *next;
222 unsigned int in_try_scope : 1;
223 unsigned int in_catch_scope : 1;
226 #define named_labels cp_function_chain->x_named_labels
228 /* The number of function bodies which we are currently processing.
229 (Zero if we are at namespace scope, one inside the body of a
230 function, two inside the body of a function in a local class, etc.) */
231 int function_depth;
233 /* States indicating how grokdeclarator() should handle declspecs marked
234 with __attribute__((deprecated)). An object declared as
235 __attribute__((deprecated)) suppresses warnings of uses of other
236 deprecated items. */
238 enum deprecated_states {
239 DEPRECATED_NORMAL,
240 DEPRECATED_SUPPRESS
243 static enum deprecated_states deprecated_state = DEPRECATED_NORMAL;
245 /* True if a declaration with an `extern' linkage specifier is being
246 processed. */
247 bool have_extern_spec;
250 /* A TREE_LIST of VAR_DECLs. The TREE_PURPOSE is a RECORD_TYPE or
251 UNION_TYPE; the TREE_VALUE is a VAR_DECL with that type. At the
252 time the VAR_DECL was declared, the type was incomplete. */
254 static GTY(()) tree incomplete_vars;
256 /* Returns the kind of template specialization we are currently
257 processing, given that it's declaration contained N_CLASS_SCOPES
258 explicit scope qualifications. */
260 tmpl_spec_kind
261 current_tmpl_spec_kind (int n_class_scopes)
263 int n_template_parm_scopes = 0;
264 int seen_specialization_p = 0;
265 int innermost_specialization_p = 0;
266 struct cp_binding_level *b;
268 /* Scan through the template parameter scopes. */
269 for (b = current_binding_level;
270 b->kind == sk_template_parms;
271 b = b->level_chain)
273 /* If we see a specialization scope inside a parameter scope,
274 then something is wrong. That corresponds to a declaration
275 like:
277 template <class T> template <> ...
279 which is always invalid since [temp.expl.spec] forbids the
280 specialization of a class member template if the enclosing
281 class templates are not explicitly specialized as well. */
282 if (b->explicit_spec_p)
284 if (n_template_parm_scopes == 0)
285 innermost_specialization_p = 1;
286 else
287 seen_specialization_p = 1;
289 else if (seen_specialization_p == 1)
290 return tsk_invalid_member_spec;
292 ++n_template_parm_scopes;
295 /* Handle explicit instantiations. */
296 if (processing_explicit_instantiation)
298 if (n_template_parm_scopes != 0)
299 /* We've seen a template parameter list during an explicit
300 instantiation. For example:
302 template <class T> template void f(int);
304 This is erroneous. */
305 return tsk_invalid_expl_inst;
306 else
307 return tsk_expl_inst;
310 if (n_template_parm_scopes < n_class_scopes)
311 /* We've not seen enough template headers to match all the
312 specialized classes present. For example:
314 template <class T> void R<T>::S<T>::f(int);
316 This is invalid; there needs to be one set of template
317 parameters for each class. */
318 return tsk_insufficient_parms;
319 else if (n_template_parm_scopes == n_class_scopes)
320 /* We're processing a non-template declaration (even though it may
321 be a member of a template class.) For example:
323 template <class T> void S<T>::f(int);
325 The `class T' maches the `S<T>', leaving no template headers
326 corresponding to the `f'. */
327 return tsk_none;
328 else if (n_template_parm_scopes > n_class_scopes + 1)
329 /* We've got too many template headers. For example:
331 template <> template <class T> void f (T);
333 There need to be more enclosing classes. */
334 return tsk_excessive_parms;
335 else
336 /* This must be a template. It's of the form:
338 template <class T> template <class U> void S<T>::f(U);
340 This is a specialization if the innermost level was a
341 specialization; otherwise it's just a definition of the
342 template. */
343 return innermost_specialization_p ? tsk_expl_spec : tsk_template;
346 /* Exit the current scope. */
348 void
349 finish_scope (void)
351 poplevel (0, 0, 0);
354 /* When a label goes out of scope, check to see if that label was used
355 in a valid manner, and issue any appropriate warnings or errors. */
357 static void
358 pop_label (tree label, tree old_value)
360 if (!processing_template_decl)
362 if (DECL_INITIAL (label) == NULL_TREE)
364 location_t location;
366 cp_error_at ("label `%D' used but not defined", label);
367 #ifdef USE_MAPPED_LOCATION
368 location = input_location; /* FIXME want (input_filename, (line)0) */
369 #else
370 location.file = input_filename;
371 location.line = 0;
372 #endif
373 /* Avoid crashing later. */
374 define_label (location, DECL_NAME (label));
376 else if (warn_unused_label && !TREE_USED (label))
377 cp_warning_at ("label `%D' defined but not used", label);
380 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value);
383 /* At the end of a function, all labels declared within the function
384 go out of scope. BLOCK is the top-level block for the
385 function. */
387 static void
388 pop_labels (tree block)
390 struct named_label_list *link;
392 /* Clear out the definitions of all label names, since their scopes
393 end here. */
394 for (link = named_labels; link; link = link->next)
396 pop_label (link->label_decl, link->old_value);
397 /* Put the labels into the "variables" of the top-level block,
398 so debugger can see them. */
399 TREE_CHAIN (link->label_decl) = BLOCK_VARS (block);
400 BLOCK_VARS (block) = link->label_decl;
403 named_labels = NULL;
406 /* Exit a binding level.
407 Pop the level off, and restore the state of the identifier-decl mappings
408 that were in effect when this level was entered.
410 If KEEP == 1, this level had explicit declarations, so
411 and create a "block" (a BLOCK node) for the level
412 to record its declarations and subblocks for symbol table output.
414 If FUNCTIONBODY is nonzero, this level is the body of a function,
415 so create a block as if KEEP were set and also clear out all
416 label names.
418 If REVERSE is nonzero, reverse the order of decls before putting
419 them into the BLOCK. */
421 tree
422 poplevel (int keep, int reverse, int functionbody)
424 tree link;
425 /* The chain of decls was accumulated in reverse order.
426 Put it into forward order, just for cleanliness. */
427 tree decls;
428 int tmp = functionbody;
429 int real_functionbody;
430 tree subblocks;
431 tree block;
432 tree decl;
433 int leaving_for_scope;
434 scope_kind kind;
436 timevar_push (TV_NAME_LOOKUP);
437 restart:
439 block = NULL_TREE;
441 gcc_assert (current_binding_level->kind != sk_class);
443 real_functionbody = (current_binding_level->kind == sk_cleanup
444 ? ((functionbody = 0), tmp) : functionbody);
445 subblocks = functionbody >= 0 ? current_binding_level->blocks : 0;
447 gcc_assert (!VEC_length(cp_class_binding,
448 current_binding_level->class_shadowed));
450 /* We used to use KEEP == 2 to indicate that the new block should go
451 at the beginning of the list of blocks at this binding level,
452 rather than the end. This hack is no longer used. */
453 gcc_assert (keep == 0 || keep == 1);
455 if (current_binding_level->keep)
456 keep = 1;
458 /* Any uses of undefined labels, and any defined labels, now operate
459 under constraints of next binding contour. */
460 if (cfun && !functionbody)
462 struct cp_binding_level *level_chain;
463 level_chain = current_binding_level->level_chain;
464 if (level_chain)
466 struct named_label_use_list *uses;
467 struct named_label_list *labels;
468 for (labels = named_labels; labels; labels = labels->next)
469 if (labels->binding_level == current_binding_level)
471 tree decl;
472 if (current_binding_level->kind == sk_try)
473 labels->in_try_scope = 1;
474 if (current_binding_level->kind == sk_catch)
475 labels->in_catch_scope = 1;
476 for (decl = labels->names_in_scope; decl;
477 decl = TREE_CHAIN (decl))
478 if (decl_jump_unsafe (decl))
479 labels->bad_decls = tree_cons (NULL_TREE, decl,
480 labels->bad_decls);
481 labels->binding_level = level_chain;
482 labels->names_in_scope = level_chain->names;
485 for (uses = named_label_uses; uses; uses = uses->next)
486 if (uses->binding_level == current_binding_level)
488 uses->binding_level = level_chain;
489 uses->names_in_scope = level_chain->names;
494 /* Get the decls in the order they were written.
495 Usually current_binding_level->names is in reverse order.
496 But parameter decls were previously put in forward order. */
498 if (reverse)
499 current_binding_level->names
500 = decls = nreverse (current_binding_level->names);
501 else
502 decls = current_binding_level->names;
504 /* If there were any declarations or structure tags in that level,
505 or if this level is a function body,
506 create a BLOCK to record them for the life of this function. */
507 block = NULL_TREE;
508 if (keep == 1 || functionbody)
509 block = make_node (BLOCK);
510 if (block != NULL_TREE)
512 BLOCK_VARS (block) = decls;
513 BLOCK_SUBBLOCKS (block) = subblocks;
516 /* In each subblock, record that this is its superior. */
517 if (keep >= 0)
518 for (link = subblocks; link; link = TREE_CHAIN (link))
519 BLOCK_SUPERCONTEXT (link) = block;
521 /* We still support the old for-scope rules, whereby the variables
522 in a for-init statement were in scope after the for-statement
523 ended. We only use the new rules if flag_new_for_scope is
524 nonzero. */
525 leaving_for_scope
526 = current_binding_level->kind == sk_for && flag_new_for_scope == 1;
528 /* Before we remove the declarations first check for unused variables. */
529 if (warn_unused_variable
530 && !processing_template_decl)
531 for (decl = getdecls (); decl; decl = TREE_CHAIN (decl))
532 if (TREE_CODE (decl) == VAR_DECL
533 && ! TREE_USED (decl)
534 && ! DECL_IN_SYSTEM_HEADER (decl)
535 && DECL_NAME (decl) && ! DECL_ARTIFICIAL (decl))
536 warning ("%Junused variable '%D'", decl, decl);
538 /* Remove declarations for all the DECLs in this level. */
539 for (link = decls; link; link = TREE_CHAIN (link))
541 if (leaving_for_scope && TREE_CODE (link) == VAR_DECL
542 && DECL_NAME (link))
544 tree name = DECL_NAME (link);
545 cxx_binding *ob;
546 tree ns_binding;
548 ob = outer_binding (name,
549 IDENTIFIER_BINDING (name),
550 /*class_p=*/true);
551 if (!ob)
552 ns_binding = IDENTIFIER_NAMESPACE_VALUE (name);
553 else
554 ns_binding = NULL_TREE;
556 if (ob && ob->scope == current_binding_level->level_chain)
557 /* We have something like:
559 int i;
560 for (int i; ;);
562 and we are leaving the `for' scope. There's no reason to
563 keep the binding of the inner `i' in this case. */
564 pop_binding (name, link);
565 else if ((ob && (TREE_CODE (ob->value) == TYPE_DECL))
566 || (ns_binding && TREE_CODE (ns_binding) == TYPE_DECL))
567 /* Here, we have something like:
569 typedef int I;
571 void f () {
572 for (int I; ;);
575 We must pop the for-scope binding so we know what's a
576 type and what isn't. */
577 pop_binding (name, link);
578 else
580 /* Mark this VAR_DECL as dead so that we can tell we left it
581 there only for backward compatibility. */
582 DECL_DEAD_FOR_LOCAL (link) = 1;
584 /* Keep track of what should have happened when we
585 popped the binding. */
586 if (ob && ob->value)
587 DECL_SHADOWED_FOR_VAR (link) = ob->value;
589 /* Add it to the list of dead variables in the next
590 outermost binding to that we can remove these when we
591 leave that binding. */
592 current_binding_level->level_chain->dead_vars_from_for
593 = tree_cons (NULL_TREE, link,
594 current_binding_level->level_chain->
595 dead_vars_from_for);
597 /* Although we don't pop the cxx_binding, we do clear
598 its SCOPE since the scope is going away now. */
599 IDENTIFIER_BINDING (name)->scope
600 = current_binding_level->level_chain;
603 else
605 tree name;
607 /* Remove the binding. */
608 decl = link;
610 if (TREE_CODE (decl) == TREE_LIST)
611 decl = TREE_VALUE (decl);
612 name = decl;
614 if (TREE_CODE (name) == OVERLOAD)
615 name = OVL_FUNCTION (name);
617 gcc_assert (DECL_P (name));
618 pop_binding (DECL_NAME (name), decl);
622 /* Remove declarations for any `for' variables from inner scopes
623 that we kept around. */
624 for (link = current_binding_level->dead_vars_from_for;
625 link; link = TREE_CHAIN (link))
626 pop_binding (DECL_NAME (TREE_VALUE (link)), TREE_VALUE (link));
628 /* Restore the IDENTIFIER_TYPE_VALUEs. */
629 for (link = current_binding_level->type_shadowed;
630 link; link = TREE_CHAIN (link))
631 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (link), TREE_VALUE (link));
633 /* Restore the IDENTIFIER_LABEL_VALUEs for local labels. */
634 for (link = current_binding_level->shadowed_labels;
635 link;
636 link = TREE_CHAIN (link))
637 pop_label (TREE_VALUE (link), TREE_PURPOSE (link));
639 /* There may be OVERLOADs (wrapped in TREE_LISTs) on the BLOCK_VARs
640 list if a `using' declaration put them there. The debugging
641 back-ends won't understand OVERLOAD, so we remove them here.
642 Because the BLOCK_VARS are (temporarily) shared with
643 CURRENT_BINDING_LEVEL->NAMES we must do this fixup after we have
644 popped all the bindings. */
645 if (block)
647 tree* d;
649 for (d = &BLOCK_VARS (block); *d; )
651 if (TREE_CODE (*d) == TREE_LIST)
652 *d = TREE_CHAIN (*d);
653 else
654 d = &TREE_CHAIN (*d);
658 /* If the level being exited is the top level of a function,
659 check over all the labels. */
660 if (functionbody)
662 /* Since this is the top level block of a function, the vars are
663 the function's parameters. Don't leave them in the BLOCK
664 because they are found in the FUNCTION_DECL instead. */
665 BLOCK_VARS (block) = 0;
666 pop_labels (block);
669 kind = current_binding_level->kind;
670 if (kind == sk_cleanup)
672 tree stmt;
674 /* If this is a temporary binding created for a cleanup, then we'll
675 have pushed a statement list level. Pop that, create a new
676 BIND_EXPR for the block, and insert it into the stream. */
677 stmt = pop_stmt_list (current_binding_level->statement_list);
678 stmt = c_build_bind_expr (block, stmt);
679 add_stmt (stmt);
682 leave_scope ();
683 if (functionbody)
684 DECL_INITIAL (current_function_decl) = block;
685 else if (block)
686 current_binding_level->blocks
687 = chainon (current_binding_level->blocks, block);
689 /* If we did not make a block for the level just exited,
690 any blocks made for inner levels
691 (since they cannot be recorded as subblocks in that level)
692 must be carried forward so they will later become subblocks
693 of something else. */
694 else if (subblocks)
695 current_binding_level->blocks
696 = chainon (current_binding_level->blocks, subblocks);
698 /* Each and every BLOCK node created here in `poplevel' is important
699 (e.g. for proper debugging information) so if we created one
700 earlier, mark it as "used". */
701 if (block)
702 TREE_USED (block) = 1;
704 /* All temporary bindings created for cleanups are popped silently. */
705 if (kind == sk_cleanup)
706 goto restart;
708 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, block);
711 /* Delete the node BLOCK from the current binding level.
712 This is used for the block inside a stmt expr ({...})
713 so that the block can be reinserted where appropriate. */
715 void
716 delete_block (tree block)
718 tree t;
719 if (current_binding_level->blocks == block)
720 current_binding_level->blocks = TREE_CHAIN (block);
721 for (t = current_binding_level->blocks; t;)
723 if (TREE_CHAIN (t) == block)
724 TREE_CHAIN (t) = TREE_CHAIN (block);
725 else
726 t = TREE_CHAIN (t);
728 TREE_CHAIN (block) = NULL_TREE;
729 /* Clear TREE_USED which is always set by poplevel.
730 The flag is set again if insert_block is called. */
731 TREE_USED (block) = 0;
734 /* Insert BLOCK at the end of the list of subblocks of the
735 current binding level. This is used when a BIND_EXPR is expanded,
736 to handle the BLOCK node inside the BIND_EXPR. */
738 void
739 insert_block (tree block)
741 TREE_USED (block) = 1;
742 current_binding_level->blocks
743 = chainon (current_binding_level->blocks, block);
746 /* Returns nonzero if T is a virtual function table. */
749 vtable_decl_p (tree t, void* data ATTRIBUTE_UNUSED )
751 return (TREE_CODE (t) == VAR_DECL && DECL_VIRTUAL_P (t));
754 /* Returns nonzero if T is a TYPE_DECL for a type with virtual
755 functions. */
758 vtype_decl_p (tree t, void *data ATTRIBUTE_UNUSED )
760 return (TREE_CODE (t) == TYPE_DECL
761 && TREE_CODE (TREE_TYPE (t)) == RECORD_TYPE
762 && TYPE_POLYMORPHIC_P (TREE_TYPE (t)));
765 struct walk_globals_data {
766 walk_globals_pred p;
767 walk_globals_fn f;
768 void *data;
771 /* Walk the vtable declarations in NAMESPACE. Whenever one is found
772 for which P returns nonzero, call F with its address. If any call
773 to F returns a nonzero value, return a nonzero value. */
775 static int
776 walk_vtables_r (tree namespace, void* data)
778 struct walk_globals_data* wgd = (struct walk_globals_data *) data;
779 walk_globals_fn f = wgd->f;
780 void *d = wgd->data;
781 tree decl = NAMESPACE_LEVEL (namespace)->vtables;
782 int result = 0;
784 for (; decl ; decl = TREE_CHAIN (decl))
785 result |= (*f) (&decl, d);
787 return result;
790 /* Walk the vtable declarations. Whenever one is found for which P
791 returns nonzero, call F with its address. If any call to F
792 returns a nonzero value, return a nonzero value. */
793 bool
794 walk_vtables (walk_globals_pred p, walk_globals_fn f, void *data)
796 struct walk_globals_data wgd;
797 wgd.p = p;
798 wgd.f = f;
799 wgd.data = data;
801 return walk_namespaces (walk_vtables_r, &wgd);
804 /* Walk all the namespaces contained NAMESPACE, including NAMESPACE
805 itself, calling F for each. The DATA is passed to F as well. */
807 static int
808 walk_namespaces_r (tree namespace, walk_namespaces_fn f, void* data)
810 int result = 0;
811 tree current = NAMESPACE_LEVEL (namespace)->namespaces;
813 result |= (*f) (namespace, data);
815 for (; current; current = TREE_CHAIN (current))
816 result |= walk_namespaces_r (current, f, data);
818 return result;
821 /* Walk all the namespaces, calling F for each. The DATA is passed to
822 F as well. */
825 walk_namespaces (walk_namespaces_fn f, void* data)
827 return walk_namespaces_r (global_namespace, f, data);
830 /* Walk the global declarations in NAMESPACE. Whenever one is found
831 for which P returns nonzero, call F with its address. If any call
832 to F returns a nonzero value, return a nonzero value. */
834 static int
835 walk_globals_r (tree namespace, void* data)
837 struct walk_globals_data* wgd = (struct walk_globals_data *) data;
838 walk_globals_pred p = wgd->p;
839 walk_globals_fn f = wgd->f;
840 void *d = wgd->data;
841 tree *t;
842 int result = 0;
844 t = &NAMESPACE_LEVEL (namespace)->names;
846 while (*t)
848 tree glbl = *t;
850 if ((*p) (glbl, d))
851 result |= (*f) (t, d);
853 /* If F changed *T, then *T still points at the next item to
854 examine. */
855 if (*t == glbl)
856 t = &TREE_CHAIN (*t);
859 return result;
862 /* Walk the global declarations. Whenever one is found for which P
863 returns true, call F with its address. If any call to F
864 returns true, return true. */
866 bool
867 walk_globals (walk_globals_pred p, walk_globals_fn f, void *data)
869 struct walk_globals_data wgd;
870 wgd.p = p;
871 wgd.f = f;
872 wgd.data = data;
874 return walk_namespaces (walk_globals_r, &wgd);
877 /* Call wrapup_globals_declarations for the globals in NAMESPACE. If
878 DATA is non-NULL, this is the last time we will call
879 wrapup_global_declarations for this NAMESPACE. */
882 wrapup_globals_for_namespace (tree namespace, void* data)
884 struct cp_binding_level *level = NAMESPACE_LEVEL (namespace);
885 varray_type statics = level->static_decls;
886 tree *vec = &VARRAY_TREE (statics, 0);
887 int len = VARRAY_ACTIVE_SIZE (statics);
888 int last_time = (data != 0);
890 if (last_time)
892 check_global_declarations (vec, len);
893 return 0;
896 /* Write out any globals that need to be output. */
897 return wrapup_global_declarations (vec, len);
901 /* In C++, you don't have to write `struct S' to refer to `S'; you
902 can just use `S'. We accomplish this by creating a TYPE_DECL as
903 if the user had written `typedef struct S S'. Create and return
904 the TYPE_DECL for TYPE. */
906 tree
907 create_implicit_typedef (tree name, tree type)
909 tree decl;
911 decl = build_decl (TYPE_DECL, name, type);
912 DECL_ARTIFICIAL (decl) = 1;
913 /* There are other implicit type declarations, like the one *within*
914 a class that allows you to write `S::S'. We must distinguish
915 amongst these. */
916 SET_DECL_IMPLICIT_TYPEDEF_P (decl);
917 TYPE_NAME (type) = decl;
919 return decl;
922 /* Remember a local name for name-mangling purposes. */
924 static void
925 push_local_name (tree decl)
927 size_t i, nelts;
928 tree t, name;
930 timevar_push (TV_NAME_LOOKUP);
931 if (!local_names)
932 VARRAY_TREE_INIT (local_names, 8, "local_names");
934 name = DECL_NAME (decl);
936 nelts = VARRAY_ACTIVE_SIZE (local_names);
937 for (i = 0; i < nelts; i++)
939 t = VARRAY_TREE (local_names, i);
940 if (DECL_NAME (t) == name)
942 if (!DECL_LANG_SPECIFIC (decl))
943 retrofit_lang_decl (decl);
944 DECL_LANG_SPECIFIC (decl)->decl_flags.u2sel = 1;
945 if (DECL_LANG_SPECIFIC (t))
946 DECL_DISCRIMINATOR (decl) = DECL_DISCRIMINATOR (t) + 1;
947 else
948 DECL_DISCRIMINATOR (decl) = 1;
950 VARRAY_TREE (local_names, i) = decl;
951 timevar_pop (TV_NAME_LOOKUP);
952 return;
956 VARRAY_PUSH_TREE (local_names, decl);
957 timevar_pop (TV_NAME_LOOKUP);
960 /* Subroutine of duplicate_decls: return truthvalue of whether
961 or not types of these decls match.
963 For C++, we must compare the parameter list so that `int' can match
964 `int&' in a parameter position, but `int&' is not confused with
965 `const int&'. */
968 decls_match (tree newdecl, tree olddecl)
970 int types_match;
972 if (newdecl == olddecl)
973 return 1;
975 if (TREE_CODE (newdecl) != TREE_CODE (olddecl))
976 /* If the two DECLs are not even the same kind of thing, we're not
977 interested in their types. */
978 return 0;
980 if (TREE_CODE (newdecl) == FUNCTION_DECL)
982 tree f1 = TREE_TYPE (newdecl);
983 tree f2 = TREE_TYPE (olddecl);
984 tree p1 = TYPE_ARG_TYPES (f1);
985 tree p2 = TYPE_ARG_TYPES (f2);
987 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
988 && ! (DECL_EXTERN_C_P (newdecl)
989 && DECL_EXTERN_C_P (olddecl)))
990 return 0;
992 if (TREE_CODE (f1) != TREE_CODE (f2))
993 return 0;
995 if (same_type_p (TREE_TYPE (f1), TREE_TYPE (f2)))
997 if (p2 == NULL_TREE && DECL_EXTERN_C_P (olddecl)
998 && (DECL_BUILT_IN (olddecl)
999 #ifndef NO_IMPLICIT_EXTERN_C
1000 || (DECL_IN_SYSTEM_HEADER (newdecl) && !DECL_CLASS_SCOPE_P (newdecl))
1001 || (DECL_IN_SYSTEM_HEADER (olddecl) && !DECL_CLASS_SCOPE_P (olddecl))
1002 #endif
1005 types_match = self_promoting_args_p (p1);
1006 if (p1 == void_list_node)
1007 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
1009 #ifndef NO_IMPLICIT_EXTERN_C
1010 else if (p1 == NULL_TREE
1011 && (DECL_EXTERN_C_P (olddecl)
1012 && DECL_IN_SYSTEM_HEADER (olddecl)
1013 && !DECL_CLASS_SCOPE_P (olddecl))
1014 && (DECL_EXTERN_C_P (newdecl)
1015 && DECL_IN_SYSTEM_HEADER (newdecl)
1016 && !DECL_CLASS_SCOPE_P (newdecl)))
1018 types_match = self_promoting_args_p (p2);
1019 TREE_TYPE (newdecl) = TREE_TYPE (olddecl);
1021 #endif
1022 else
1023 types_match = compparms (p1, p2);
1025 else
1026 types_match = 0;
1028 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1030 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl))
1031 != TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)))
1032 return 0;
1034 if (!comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1035 DECL_TEMPLATE_PARMS (olddecl)))
1036 return 0;
1038 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1039 types_match = same_type_p (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl)),
1040 TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl)));
1041 else
1042 types_match = decls_match (DECL_TEMPLATE_RESULT (olddecl),
1043 DECL_TEMPLATE_RESULT (newdecl));
1045 else
1047 if (TREE_TYPE (newdecl) == error_mark_node)
1048 types_match = TREE_TYPE (olddecl) == error_mark_node;
1049 else if (TREE_TYPE (olddecl) == NULL_TREE)
1050 types_match = TREE_TYPE (newdecl) == NULL_TREE;
1051 else if (TREE_TYPE (newdecl) == NULL_TREE)
1052 types_match = 0;
1053 else
1054 types_match = comptypes (TREE_TYPE (newdecl),
1055 TREE_TYPE (olddecl),
1056 COMPARE_REDECLARATION);
1059 return types_match;
1062 /* If NEWDECL is `static' and an `extern' was seen previously,
1063 warn about it. OLDDECL is the previous declaration.
1065 Note that this does not apply to the C++ case of declaring
1066 a variable `extern const' and then later `const'.
1068 Don't complain about built-in functions, since they are beyond
1069 the user's control. */
1071 void
1072 warn_extern_redeclared_static (tree newdecl, tree olddecl)
1074 tree name;
1076 if (TREE_CODE (newdecl) == TYPE_DECL
1077 || TREE_CODE (newdecl) == TEMPLATE_DECL
1078 || TREE_CODE (newdecl) == CONST_DECL
1079 || TREE_CODE (newdecl) == NAMESPACE_DECL)
1080 return;
1082 /* Don't get confused by static member functions; that's a different
1083 use of `static'. */
1084 if (TREE_CODE (newdecl) == FUNCTION_DECL
1085 && DECL_STATIC_FUNCTION_P (newdecl))
1086 return;
1088 /* If the old declaration was `static', or the new one isn't, then
1089 then everything is OK. */
1090 if (DECL_THIS_STATIC (olddecl) || !DECL_THIS_STATIC (newdecl))
1091 return;
1093 /* It's OK to declare a builtin function as `static'. */
1094 if (TREE_CODE (olddecl) == FUNCTION_DECL
1095 && DECL_ARTIFICIAL (olddecl))
1096 return;
1098 name = DECL_ASSEMBLER_NAME (newdecl);
1099 pedwarn ("`%D' was declared `extern' and later `static'", newdecl);
1100 cp_pedwarn_at ("previous declaration of `%D'", olddecl);
1103 /* If NEWDECL is a redeclaration of OLDDECL, merge the declarations.
1104 If the redeclaration is invalid, a diagnostic is issued, and the
1105 error_mark_node is returned. Otherwise, OLDDECL is returned.
1107 If NEWDECL is not a redeclaration of OLDDECL, NULL_TREE is
1108 returned. */
1110 tree
1111 duplicate_decls (tree newdecl, tree olddecl)
1113 unsigned olddecl_uid = DECL_UID (olddecl);
1114 int olddecl_friend = 0, types_match = 0;
1115 int new_defines_function = 0;
1117 if (newdecl == olddecl)
1118 return olddecl;
1120 types_match = decls_match (newdecl, olddecl);
1122 /* If either the type of the new decl or the type of the old decl is an
1123 error_mark_node, then that implies that we have already issued an
1124 error (earlier) for some bogus type specification, and in that case,
1125 it is rather pointless to harass the user with yet more error message
1126 about the same declaration, so just pretend the types match here. */
1127 if (TREE_TYPE (newdecl) == error_mark_node
1128 || TREE_TYPE (olddecl) == error_mark_node)
1129 types_match = 1;
1131 if (DECL_P (olddecl)
1132 && TREE_CODE (newdecl) == FUNCTION_DECL
1133 && TREE_CODE (olddecl) == FUNCTION_DECL
1134 && (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl)))
1136 if (DECL_DECLARED_INLINE_P (newdecl)
1137 && DECL_UNINLINABLE (newdecl)
1138 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1139 /* Already warned elsewhere. */;
1140 else if (DECL_DECLARED_INLINE_P (olddecl)
1141 && DECL_UNINLINABLE (olddecl)
1142 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1143 /* Already warned. */;
1144 else if (DECL_DECLARED_INLINE_P (newdecl)
1145 && DECL_UNINLINABLE (olddecl)
1146 && lookup_attribute ("noinline", DECL_ATTRIBUTES (olddecl)))
1148 warning ("%Jfunction '%D' redeclared as inline", newdecl, newdecl);
1149 warning ("%Jprevious declaration of '%D' with attribute noinline",
1150 olddecl, olddecl);
1152 else if (DECL_DECLARED_INLINE_P (olddecl)
1153 && DECL_UNINLINABLE (newdecl)
1154 && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl)))
1156 warning ("%Jfunction '%D' redeclared with attribute noinline",
1157 newdecl, newdecl);
1158 warning ("%Jprevious declaration of '%D' was inline",
1159 olddecl, olddecl);
1163 /* Check for redeclaration and other discrepancies. */
1164 if (TREE_CODE (olddecl) == FUNCTION_DECL
1165 && DECL_ARTIFICIAL (olddecl))
1167 if (TREE_CODE (newdecl) != FUNCTION_DECL)
1169 /* Avoid warnings redeclaring anticipated built-ins. */
1170 if (DECL_ANTICIPATED (olddecl))
1171 return NULL_TREE;
1173 /* If you declare a built-in or predefined function name as static,
1174 the old definition is overridden, but optionally warn this was a
1175 bad choice of name. */
1176 if (! TREE_PUBLIC (newdecl))
1178 if (warn_shadow)
1179 warning ("shadowing %s function `%#D'",
1180 DECL_BUILT_IN (olddecl) ? "built-in" : "library",
1181 olddecl);
1182 /* Discard the old built-in function. */
1183 return NULL_TREE;
1185 /* If the built-in is not ansi, then programs can override
1186 it even globally without an error. */
1187 else if (! DECL_BUILT_IN (olddecl))
1188 warning ("library function `%#D' redeclared as non-function `%#D'",
1189 olddecl, newdecl);
1190 else
1192 error ("declaration of `%#D'", newdecl);
1193 error ("conflicts with built-in declaration `%#D'",
1194 olddecl);
1196 return NULL_TREE;
1198 else if (!types_match)
1200 /* Avoid warnings redeclaring anticipated built-ins. */
1201 if (DECL_ANTICIPATED (olddecl))
1203 /* Deal with fileptr_type_node. FILE type is not known
1204 at the time we create the builtins. */
1205 tree t1, t2;
1207 for (t1 = TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1208 t2 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1209 t1 || t2;
1210 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2))
1211 if (!t1 || !t2)
1212 break;
1213 else if (TREE_VALUE (t2) == fileptr_type_node)
1215 tree t = TREE_VALUE (t1);
1217 if (TREE_CODE (t) == POINTER_TYPE
1218 && TYPE_NAME (TREE_TYPE (t))
1219 && DECL_NAME (TYPE_NAME (TREE_TYPE (t)))
1220 == get_identifier ("FILE")
1221 && compparms (TREE_CHAIN (t1), TREE_CHAIN (t2)))
1223 tree oldargs = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1225 TYPE_ARG_TYPES (TREE_TYPE (olddecl))
1226 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1227 types_match = decls_match (newdecl, olddecl);
1228 if (types_match)
1229 return duplicate_decls (newdecl, olddecl);
1230 TYPE_ARG_TYPES (TREE_TYPE (olddecl)) = oldargs;
1233 else if (! same_type_p (TREE_VALUE (t1), TREE_VALUE (t2)))
1234 break;
1236 else if ((DECL_EXTERN_C_P (newdecl)
1237 && DECL_EXTERN_C_P (olddecl))
1238 || compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1239 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1241 /* A near match; override the builtin. */
1243 if (TREE_PUBLIC (newdecl))
1245 warning ("new declaration `%#D'", newdecl);
1246 warning ("ambiguates built-in declaration `%#D'",
1247 olddecl);
1249 else if (warn_shadow)
1250 warning ("shadowing %s function `%#D'",
1251 DECL_BUILT_IN (olddecl) ? "built-in" : "library",
1252 olddecl);
1254 else
1255 /* Discard the old built-in function. */
1256 return NULL_TREE;
1258 /* Replace the old RTL to avoid problems with inlining. */
1259 COPY_DECL_RTL (newdecl, olddecl);
1261 /* Even if the types match, prefer the new declarations type
1262 for anticipated built-ins, for exception lists, etc... */
1263 else if (DECL_ANTICIPATED (olddecl))
1265 tree type = TREE_TYPE (newdecl);
1266 tree attribs = (*targetm.merge_type_attributes)
1267 (TREE_TYPE (olddecl), type);
1269 type = cp_build_type_attribute_variant (type, attribs);
1270 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = type;
1273 /* Whether or not the builtin can throw exceptions has no
1274 bearing on this declarator. */
1275 TREE_NOTHROW (olddecl) = 0;
1277 if (DECL_THIS_STATIC (newdecl) && !DECL_THIS_STATIC (olddecl))
1279 /* If a builtin function is redeclared as `static', merge
1280 the declarations, but make the original one static. */
1281 DECL_THIS_STATIC (olddecl) = 1;
1282 TREE_PUBLIC (olddecl) = 0;
1284 /* Make the old declaration consistent with the new one so
1285 that all remnants of the builtin-ness of this function
1286 will be banished. */
1287 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
1288 COPY_DECL_RTL (newdecl, olddecl);
1291 else if (TREE_CODE (olddecl) != TREE_CODE (newdecl))
1293 if ((TREE_CODE (olddecl) == TYPE_DECL && DECL_ARTIFICIAL (olddecl)
1294 && TREE_CODE (newdecl) != TYPE_DECL
1295 && ! (TREE_CODE (newdecl) == TEMPLATE_DECL
1296 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL))
1297 || (TREE_CODE (newdecl) == TYPE_DECL && DECL_ARTIFICIAL (newdecl)
1298 && TREE_CODE (olddecl) != TYPE_DECL
1299 && ! (TREE_CODE (olddecl) == TEMPLATE_DECL
1300 && (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl))
1301 == TYPE_DECL))))
1303 /* We do nothing special here, because C++ does such nasty
1304 things with TYPE_DECLs. Instead, just let the TYPE_DECL
1305 get shadowed, and know that if we need to find a TYPE_DECL
1306 for a given name, we can look in the IDENTIFIER_TYPE_VALUE
1307 slot of the identifier. */
1308 return NULL_TREE;
1311 if ((TREE_CODE (newdecl) == FUNCTION_DECL
1312 && DECL_FUNCTION_TEMPLATE_P (olddecl))
1313 || (TREE_CODE (olddecl) == FUNCTION_DECL
1314 && DECL_FUNCTION_TEMPLATE_P (newdecl)))
1315 return NULL_TREE;
1317 error ("`%#D' redeclared as different kind of symbol", newdecl);
1318 if (TREE_CODE (olddecl) == TREE_LIST)
1319 olddecl = TREE_VALUE (olddecl);
1320 cp_error_at ("previous declaration of `%#D'", olddecl);
1322 return error_mark_node;
1324 else if (!types_match)
1326 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl))
1327 /* These are certainly not duplicate declarations; they're
1328 from different scopes. */
1329 return NULL_TREE;
1331 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1333 /* The name of a class template may not be declared to refer to
1334 any other template, class, function, object, namespace, value,
1335 or type in the same scope. */
1336 if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == TYPE_DECL
1337 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
1339 error ("declaration of template `%#D'", newdecl);
1340 cp_error_at ("conflicts with previous declaration `%#D'",
1341 olddecl);
1343 else if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl)) == FUNCTION_DECL
1344 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == FUNCTION_DECL
1345 && compparms (TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl))),
1346 TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl))))
1347 && comp_template_parms (DECL_TEMPLATE_PARMS (newdecl),
1348 DECL_TEMPLATE_PARMS (olddecl))
1349 /* Template functions can be disambiguated by
1350 return type. */
1351 && same_type_p (TREE_TYPE (TREE_TYPE (newdecl)),
1352 TREE_TYPE (TREE_TYPE (olddecl))))
1354 error ("new declaration `%#D'", newdecl);
1355 cp_error_at ("ambiguates old declaration `%#D'", olddecl);
1357 return NULL_TREE;
1359 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1361 if (DECL_EXTERN_C_P (newdecl) && DECL_EXTERN_C_P (olddecl))
1363 error ("declaration of C function `%#D' conflicts with",
1364 newdecl);
1365 cp_error_at ("previous declaration `%#D' here", olddecl);
1367 else if (compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl)),
1368 TYPE_ARG_TYPES (TREE_TYPE (olddecl))))
1370 error ("new declaration `%#D'", newdecl);
1371 cp_error_at ("ambiguates old declaration `%#D'", olddecl);
1373 else
1374 return NULL_TREE;
1376 else
1378 error ("conflicting declaration '%#D'", newdecl);
1379 cp_error_at ("'%D' has a previous declaration as `%#D'",
1380 olddecl, olddecl);
1381 return NULL_TREE;
1384 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1385 && ((DECL_TEMPLATE_SPECIALIZATION (olddecl)
1386 && (!DECL_TEMPLATE_INFO (newdecl)
1387 || (DECL_TI_TEMPLATE (newdecl)
1388 != DECL_TI_TEMPLATE (olddecl))))
1389 || (DECL_TEMPLATE_SPECIALIZATION (newdecl)
1390 && (!DECL_TEMPLATE_INFO (olddecl)
1391 || (DECL_TI_TEMPLATE (olddecl)
1392 != DECL_TI_TEMPLATE (newdecl))))))
1393 /* It's OK to have a template specialization and a non-template
1394 with the same type, or to have specializations of two
1395 different templates with the same type. Note that if one is a
1396 specialization, and the other is an instantiation of the same
1397 template, that we do not exit at this point. That situation
1398 can occur if we instantiate a template class, and then
1399 specialize one of its methods. This situation is valid, but
1400 the declarations must be merged in the usual way. */
1401 return NULL_TREE;
1402 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1403 && ((DECL_TEMPLATE_INSTANTIATION (olddecl)
1404 && !DECL_USE_TEMPLATE (newdecl))
1405 || (DECL_TEMPLATE_INSTANTIATION (newdecl)
1406 && !DECL_USE_TEMPLATE (olddecl))))
1407 /* One of the declarations is a template instantiation, and the
1408 other is not a template at all. That's OK. */
1409 return NULL_TREE;
1410 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
1412 /* In [namespace.alias] we have:
1414 In a declarative region, a namespace-alias-definition can be
1415 used to redefine a namespace-alias declared in that declarative
1416 region to refer only to the namespace to which it already
1417 refers.
1419 Therefore, if we encounter a second alias directive for the same
1420 alias, we can just ignore the second directive. */
1421 if (DECL_NAMESPACE_ALIAS (newdecl)
1422 && (DECL_NAMESPACE_ALIAS (newdecl)
1423 == DECL_NAMESPACE_ALIAS (olddecl)))
1424 return olddecl;
1425 /* [namespace.alias]
1427 A namespace-name or namespace-alias shall not be declared as
1428 the name of any other entity in the same declarative region.
1429 A namespace-name defined at global scope shall not be
1430 declared as the name of any other entity in any glogal scope
1431 of the program. */
1432 error ("declaration of `namespace %D' conflicts with", newdecl);
1433 cp_error_at ("previous declaration of `namespace %D' here", olddecl);
1434 return error_mark_node;
1436 else
1438 const char *errmsg = redeclaration_error_message (newdecl, olddecl);
1439 if (errmsg)
1441 error (errmsg, newdecl);
1442 if (DECL_NAME (olddecl) != NULL_TREE)
1443 cp_error_at ((DECL_INITIAL (olddecl)
1444 && namespace_bindings_p ())
1445 ? "`%#D' previously defined here"
1446 : "`%#D' previously declared here", olddecl);
1447 return error_mark_node;
1449 else if (TREE_CODE (olddecl) == FUNCTION_DECL
1450 && DECL_INITIAL (olddecl) != NULL_TREE
1451 && TYPE_ARG_TYPES (TREE_TYPE (olddecl)) == NULL_TREE
1452 && TYPE_ARG_TYPES (TREE_TYPE (newdecl)) != NULL_TREE)
1454 /* Prototype decl follows defn w/o prototype. */
1455 cp_warning_at ("prototype for `%#D'", newdecl);
1456 warning ("%Jfollows non-prototype definition here", olddecl);
1458 else if (TREE_CODE (olddecl) == FUNCTION_DECL
1459 && DECL_LANGUAGE (newdecl) != DECL_LANGUAGE (olddecl))
1461 /* extern "C" int foo ();
1462 int foo () { bar (); }
1463 is OK. */
1464 if (current_lang_depth () == 0)
1465 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
1466 else
1468 cp_error_at ("previous declaration of `%#D' with %L linkage",
1469 olddecl, DECL_LANGUAGE (olddecl));
1470 error ("conflicts with new declaration with %L linkage",
1471 DECL_LANGUAGE (newdecl));
1475 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl))
1477 else if (TREE_CODE (olddecl) == FUNCTION_DECL)
1479 tree t1 = TYPE_ARG_TYPES (TREE_TYPE (olddecl));
1480 tree t2 = TYPE_ARG_TYPES (TREE_TYPE (newdecl));
1481 int i = 1;
1483 if (TREE_CODE (TREE_TYPE (newdecl)) == METHOD_TYPE)
1484 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2);
1486 for (; t1 && t1 != void_list_node;
1487 t1 = TREE_CHAIN (t1), t2 = TREE_CHAIN (t2), i++)
1488 if (TREE_PURPOSE (t1) && TREE_PURPOSE (t2))
1490 if (1 == simple_cst_equal (TREE_PURPOSE (t1),
1491 TREE_PURPOSE (t2)))
1493 pedwarn ("default argument given for parameter %d of `%#D'",
1494 i, newdecl);
1495 cp_pedwarn_at ("after previous specification in `%#D'",
1496 olddecl);
1498 else
1500 error ("default argument given for parameter %d of `%#D'",
1501 i, newdecl);
1502 cp_error_at ("after previous specification in `%#D'",
1503 olddecl);
1507 if (DECL_DECLARED_INLINE_P (newdecl)
1508 && ! DECL_DECLARED_INLINE_P (olddecl)
1509 && TREE_ADDRESSABLE (olddecl) && warn_inline)
1511 warning ("`%#D' was used before it was declared inline", newdecl);
1512 warning ("%Jprevious non-inline declaration here", olddecl);
1517 /* Do not merge an implicit typedef with an explicit one. In:
1519 class A;
1521 typedef class A A __attribute__ ((foo));
1523 the attribute should apply only to the typedef. */
1524 if (TREE_CODE (olddecl) == TYPE_DECL
1525 && (DECL_IMPLICIT_TYPEDEF_P (olddecl)
1526 || DECL_IMPLICIT_TYPEDEF_P (newdecl)))
1527 return NULL_TREE;
1529 /* If new decl is `static' and an `extern' was seen previously,
1530 warn about it. */
1531 warn_extern_redeclared_static (newdecl, olddecl);
1533 /* We have committed to returning 1 at this point. */
1534 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1536 /* Now that functions must hold information normally held
1537 by field decls, there is extra work to do so that
1538 declaration information does not get destroyed during
1539 definition. */
1540 if (DECL_VINDEX (olddecl))
1541 DECL_VINDEX (newdecl) = DECL_VINDEX (olddecl);
1542 if (DECL_CONTEXT (olddecl))
1543 DECL_CONTEXT (newdecl) = DECL_CONTEXT (olddecl);
1544 DECL_STATIC_CONSTRUCTOR (newdecl) |= DECL_STATIC_CONSTRUCTOR (olddecl);
1545 DECL_STATIC_DESTRUCTOR (newdecl) |= DECL_STATIC_DESTRUCTOR (olddecl);
1546 DECL_PURE_VIRTUAL_P (newdecl) |= DECL_PURE_VIRTUAL_P (olddecl);
1547 DECL_VIRTUAL_P (newdecl) |= DECL_VIRTUAL_P (olddecl);
1548 DECL_NEEDS_FINAL_OVERRIDER_P (newdecl) |= DECL_NEEDS_FINAL_OVERRIDER_P (olddecl);
1549 DECL_THIS_STATIC (newdecl) |= DECL_THIS_STATIC (olddecl);
1550 if (DECL_OVERLOADED_OPERATOR_P (olddecl) != ERROR_MARK)
1551 SET_OVERLOADED_OPERATOR_CODE
1552 (newdecl, DECL_OVERLOADED_OPERATOR_P (olddecl));
1553 new_defines_function = DECL_INITIAL (newdecl) != NULL_TREE;
1555 /* Optionally warn about more than one declaration for the same
1556 name, but don't warn about a function declaration followed by a
1557 definition. */
1558 if (warn_redundant_decls && ! DECL_ARTIFICIAL (olddecl)
1559 && !(new_defines_function && DECL_INITIAL (olddecl) == NULL_TREE)
1560 /* Don't warn about extern decl followed by definition. */
1561 && !(DECL_EXTERNAL (olddecl) && ! DECL_EXTERNAL (newdecl))
1562 /* Don't warn about friends, let add_friend take care of it. */
1563 && ! (DECL_FRIEND_P (newdecl) || DECL_FRIEND_P (olddecl)))
1565 warning ("redundant redeclaration of `%D' in same scope", newdecl);
1566 cp_warning_at ("previous declaration of `%D'", olddecl);
1570 /* Deal with C++: must preserve virtual function table size. */
1571 if (TREE_CODE (olddecl) == TYPE_DECL)
1573 tree newtype = TREE_TYPE (newdecl);
1574 tree oldtype = TREE_TYPE (olddecl);
1576 if (newtype != error_mark_node && oldtype != error_mark_node
1577 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1578 CLASSTYPE_FRIEND_CLASSES (newtype)
1579 = CLASSTYPE_FRIEND_CLASSES (oldtype);
1581 DECL_ORIGINAL_TYPE (newdecl) = DECL_ORIGINAL_TYPE (olddecl);
1584 /* Copy all the DECL_... slots specified in the new decl
1585 except for any that we copy here from the old type. */
1586 DECL_ATTRIBUTES (newdecl)
1587 = (*targetm.merge_decl_attributes) (olddecl, newdecl);
1589 if (TREE_CODE (newdecl) == TEMPLATE_DECL)
1591 TREE_TYPE (olddecl) = TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl));
1592 DECL_TEMPLATE_SPECIALIZATIONS (olddecl)
1593 = chainon (DECL_TEMPLATE_SPECIALIZATIONS (olddecl),
1594 DECL_TEMPLATE_SPECIALIZATIONS (newdecl));
1596 /* If the new declaration is a definition, update the file and
1597 line information on the declaration. */
1598 if (DECL_INITIAL (DECL_TEMPLATE_RESULT (olddecl)) == NULL_TREE
1599 && DECL_INITIAL (DECL_TEMPLATE_RESULT (newdecl)) != NULL_TREE)
1601 DECL_SOURCE_LOCATION (olddecl)
1602 = DECL_SOURCE_LOCATION (DECL_TEMPLATE_RESULT (olddecl))
1603 = DECL_SOURCE_LOCATION (newdecl);
1604 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
1605 DECL_ARGUMENTS (DECL_TEMPLATE_RESULT (olddecl))
1606 = DECL_ARGUMENTS (DECL_TEMPLATE_RESULT (newdecl));
1609 if (DECL_FUNCTION_TEMPLATE_P (newdecl))
1611 DECL_INLINE (DECL_TEMPLATE_RESULT (olddecl))
1612 |= DECL_INLINE (DECL_TEMPLATE_RESULT (newdecl));
1613 DECL_DECLARED_INLINE_P (DECL_TEMPLATE_RESULT (olddecl))
1614 |= DECL_DECLARED_INLINE_P (DECL_TEMPLATE_RESULT (newdecl));
1617 return olddecl;
1620 if (types_match)
1622 /* Automatically handles default parameters. */
1623 tree oldtype = TREE_TYPE (olddecl);
1624 tree newtype;
1626 /* Merge the data types specified in the two decls. */
1627 newtype = merge_types (TREE_TYPE (newdecl), TREE_TYPE (olddecl));
1629 /* If merge_types produces a non-typedef type, just use the old type. */
1630 if (TREE_CODE (newdecl) == TYPE_DECL
1631 && newtype == DECL_ORIGINAL_TYPE (newdecl))
1632 newtype = oldtype;
1634 if (TREE_CODE (newdecl) == VAR_DECL)
1636 DECL_THIS_EXTERN (newdecl) |= DECL_THIS_EXTERN (olddecl);
1637 DECL_INITIALIZED_P (newdecl) |= DECL_INITIALIZED_P (olddecl);
1638 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (newdecl)
1639 |= DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (olddecl);
1642 /* Do this after calling `merge_types' so that default
1643 parameters don't confuse us. */
1644 else if (TREE_CODE (newdecl) == FUNCTION_DECL
1645 && (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl))
1646 != TYPE_RAISES_EXCEPTIONS (TREE_TYPE (olddecl))))
1648 TREE_TYPE (newdecl) = build_exception_variant (newtype,
1649 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl)));
1650 TREE_TYPE (olddecl) = build_exception_variant (newtype,
1651 TYPE_RAISES_EXCEPTIONS (oldtype));
1653 if ((pedantic || ! DECL_IN_SYSTEM_HEADER (olddecl))
1654 && ! DECL_IS_BUILTIN (olddecl)
1655 && flag_exceptions
1656 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl)),
1657 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (olddecl)), 1))
1659 error ("declaration of `%F' throws different exceptions",
1660 newdecl);
1661 cp_error_at ("than previous declaration `%F'", olddecl);
1664 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = newtype;
1666 /* Lay the type out, unless already done. */
1667 if (! same_type_p (newtype, oldtype)
1668 && TREE_TYPE (newdecl) != error_mark_node
1669 && !(processing_template_decl && uses_template_parms (newdecl)))
1670 layout_type (TREE_TYPE (newdecl));
1672 if ((TREE_CODE (newdecl) == VAR_DECL
1673 || TREE_CODE (newdecl) == PARM_DECL
1674 || TREE_CODE (newdecl) == RESULT_DECL
1675 || TREE_CODE (newdecl) == FIELD_DECL
1676 || TREE_CODE (newdecl) == TYPE_DECL)
1677 && !(processing_template_decl && uses_template_parms (newdecl)))
1678 layout_decl (newdecl, 0);
1680 /* Merge the type qualifiers. */
1681 if (TREE_READONLY (newdecl))
1682 TREE_READONLY (olddecl) = 1;
1683 if (TREE_THIS_VOLATILE (newdecl))
1684 TREE_THIS_VOLATILE (olddecl) = 1;
1686 /* Merge the initialization information. */
1687 if (DECL_INITIAL (newdecl) == NULL_TREE
1688 && DECL_INITIAL (olddecl) != NULL_TREE)
1690 DECL_INITIAL (newdecl) = DECL_INITIAL (olddecl);
1691 DECL_SOURCE_LOCATION (newdecl) = DECL_SOURCE_LOCATION (olddecl);
1692 if (CAN_HAVE_FULL_LANG_DECL_P (newdecl)
1693 && DECL_LANG_SPECIFIC (newdecl)
1694 && DECL_LANG_SPECIFIC (olddecl))
1696 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl);
1697 DECL_STRUCT_FUNCTION (newdecl) = DECL_STRUCT_FUNCTION (olddecl);
1701 /* Merge the section attribute.
1702 We want to issue an error if the sections conflict but that must be
1703 done later in decl_attributes since we are called before attributes
1704 are assigned. */
1705 if (DECL_SECTION_NAME (newdecl) == NULL_TREE)
1706 DECL_SECTION_NAME (newdecl) = DECL_SECTION_NAME (olddecl);
1708 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1710 DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (newdecl)
1711 |= DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (olddecl);
1712 DECL_NO_LIMIT_STACK (newdecl) |= DECL_NO_LIMIT_STACK (olddecl);
1713 TREE_THIS_VOLATILE (newdecl) |= TREE_THIS_VOLATILE (olddecl);
1714 TREE_READONLY (newdecl) |= TREE_READONLY (olddecl);
1715 TREE_NOTHROW (newdecl) |= TREE_NOTHROW (olddecl);
1716 DECL_IS_MALLOC (newdecl) |= DECL_IS_MALLOC (olddecl);
1717 DECL_IS_PURE (newdecl) |= DECL_IS_PURE (olddecl);
1718 /* Keep the old RTL. */
1719 COPY_DECL_RTL (olddecl, newdecl);
1721 else if (TREE_CODE (newdecl) == VAR_DECL
1722 && (DECL_SIZE (olddecl) || !DECL_SIZE (newdecl)))
1724 /* Keep the old RTL. We cannot keep the old RTL if the old
1725 declaration was for an incomplete object and the new
1726 declaration is not since many attributes of the RTL will
1727 change. */
1728 COPY_DECL_RTL (olddecl, newdecl);
1731 /* If cannot merge, then use the new type and qualifiers,
1732 and don't preserve the old rtl. */
1733 else
1735 /* Clean out any memory we had of the old declaration. */
1736 tree oldstatic = value_member (olddecl, static_aggregates);
1737 if (oldstatic)
1738 TREE_VALUE (oldstatic) = error_mark_node;
1740 TREE_TYPE (olddecl) = TREE_TYPE (newdecl);
1741 TREE_READONLY (olddecl) = TREE_READONLY (newdecl);
1742 TREE_THIS_VOLATILE (olddecl) = TREE_THIS_VOLATILE (newdecl);
1743 TREE_SIDE_EFFECTS (olddecl) = TREE_SIDE_EFFECTS (newdecl);
1746 /* Merge the storage class information. */
1747 merge_weak (newdecl, olddecl);
1749 DECL_ONE_ONLY (newdecl) |= DECL_ONE_ONLY (olddecl);
1750 DECL_DEFER_OUTPUT (newdecl) |= DECL_DEFER_OUTPUT (olddecl);
1751 TREE_PUBLIC (newdecl) = TREE_PUBLIC (olddecl);
1752 TREE_STATIC (olddecl) = TREE_STATIC (newdecl) |= TREE_STATIC (olddecl);
1753 if (! DECL_EXTERNAL (olddecl))
1754 DECL_EXTERNAL (newdecl) = 0;
1756 if (DECL_LANG_SPECIFIC (newdecl) && DECL_LANG_SPECIFIC (olddecl))
1758 DECL_INTERFACE_KNOWN (newdecl) |= DECL_INTERFACE_KNOWN (olddecl);
1759 DECL_NOT_REALLY_EXTERN (newdecl) |= DECL_NOT_REALLY_EXTERN (olddecl);
1760 DECL_COMDAT (newdecl) |= DECL_COMDAT (olddecl);
1761 DECL_TEMPLATE_INSTANTIATED (newdecl)
1762 |= DECL_TEMPLATE_INSTANTIATED (olddecl);
1763 /* Don't really know how much of the language-specific
1764 values we should copy from old to new. */
1765 DECL_IN_AGGR_P (newdecl) = DECL_IN_AGGR_P (olddecl);
1766 DECL_LANG_SPECIFIC (newdecl)->decl_flags.u2 =
1767 DECL_LANG_SPECIFIC (olddecl)->decl_flags.u2;
1768 DECL_NONCONVERTING_P (newdecl) = DECL_NONCONVERTING_P (olddecl);
1769 DECL_REPO_AVAILABLE_P (newdecl) = DECL_REPO_AVAILABLE_P (olddecl);
1770 DECL_TEMPLATE_INFO (newdecl) = DECL_TEMPLATE_INFO (olddecl);
1771 DECL_INITIALIZED_IN_CLASS_P (newdecl)
1772 |= DECL_INITIALIZED_IN_CLASS_P (olddecl);
1773 olddecl_friend = DECL_FRIEND_P (olddecl);
1775 /* Only functions have DECL_BEFRIENDING_CLASSES. */
1776 if (TREE_CODE (newdecl) == FUNCTION_DECL
1777 || DECL_FUNCTION_TEMPLATE_P (newdecl))
1779 DECL_BEFRIENDING_CLASSES (newdecl)
1780 = chainon (DECL_BEFRIENDING_CLASSES (newdecl),
1781 DECL_BEFRIENDING_CLASSES (olddecl));
1782 /* DECL_THUNKS is only valid for virtual functions,
1783 otherwise it is a DECL_FRIEND_CONTEXT. */
1784 if (DECL_VIRTUAL_P (newdecl))
1785 DECL_THUNKS (newdecl) = DECL_THUNKS (olddecl);
1789 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1791 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
1792 && !DECL_TEMPLATE_INSTANTIATION (newdecl))
1794 /* If newdecl is not a specialization, then it is not a
1795 template-related function at all. And that means that we
1796 should have exited above, returning 0. */
1797 gcc_assert (DECL_TEMPLATE_SPECIALIZATION (newdecl));
1799 if (TREE_USED (olddecl))
1800 /* From [temp.expl.spec]:
1802 If a template, a member template or the member of a class
1803 template is explicitly specialized then that
1804 specialization shall be declared before the first use of
1805 that specialization that would cause an implicit
1806 instantiation to take place, in every translation unit in
1807 which such a use occurs. */
1808 error ("explicit specialization of %D after first use",
1809 olddecl);
1811 SET_DECL_TEMPLATE_SPECIALIZATION (olddecl);
1813 /* [temp.expl.spec/14] We don't inline explicit specialization
1814 just because the primary template says so. */
1816 else
1818 if (DECL_PENDING_INLINE_INFO (newdecl) == 0)
1819 DECL_PENDING_INLINE_INFO (newdecl) = DECL_PENDING_INLINE_INFO (olddecl);
1821 DECL_DECLARED_INLINE_P (newdecl) |= DECL_DECLARED_INLINE_P (olddecl);
1823 /* If either decl says `inline', this fn is inline, unless
1824 its definition was passed already. */
1825 if (DECL_INLINE (newdecl) && DECL_INITIAL (olddecl) == NULL_TREE)
1826 DECL_INLINE (olddecl) = 1;
1827 DECL_INLINE (newdecl) = DECL_INLINE (olddecl);
1829 DECL_UNINLINABLE (newdecl) = DECL_UNINLINABLE (olddecl)
1830 = (DECL_UNINLINABLE (newdecl) || DECL_UNINLINABLE (olddecl));
1833 /* Preserve abstractness on cloned [cd]tors. */
1834 DECL_ABSTRACT (newdecl) = DECL_ABSTRACT (olddecl);
1836 if (! types_match)
1838 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl));
1839 COPY_DECL_ASSEMBLER_NAME (newdecl, olddecl);
1840 COPY_DECL_RTL (newdecl, olddecl);
1842 if (! types_match || new_defines_function)
1844 /* These need to be copied so that the names are available.
1845 Note that if the types do match, we'll preserve inline
1846 info and other bits, but if not, we won't. */
1847 DECL_ARGUMENTS (olddecl) = DECL_ARGUMENTS (newdecl);
1848 DECL_RESULT (olddecl) = DECL_RESULT (newdecl);
1850 if (new_defines_function)
1851 /* If defining a function declared with other language
1852 linkage, use the previously declared language linkage. */
1853 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl));
1854 else if (types_match)
1856 /* If redeclaring a builtin function, and not a definition,
1857 it stays built in. */
1858 if (DECL_BUILT_IN (olddecl))
1860 DECL_BUILT_IN_CLASS (newdecl) = DECL_BUILT_IN_CLASS (olddecl);
1861 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl);
1862 /* If we're keeping the built-in definition, keep the rtl,
1863 regardless of declaration matches. */
1864 COPY_DECL_RTL (olddecl, newdecl);
1867 DECL_RESULT (newdecl) = DECL_RESULT (olddecl);
1868 /* Don't clear out the arguments if we're redefining a function. */
1869 if (DECL_ARGUMENTS (olddecl))
1870 DECL_ARGUMENTS (newdecl) = DECL_ARGUMENTS (olddecl);
1873 else if (TREE_CODE (newdecl) == NAMESPACE_DECL)
1874 NAMESPACE_LEVEL (newdecl) = NAMESPACE_LEVEL (olddecl);
1876 /* Now preserve various other info from the definition. */
1877 TREE_ADDRESSABLE (newdecl) = TREE_ADDRESSABLE (olddecl);
1878 TREE_ASM_WRITTEN (newdecl) = TREE_ASM_WRITTEN (olddecl);
1879 DECL_COMMON (newdecl) = DECL_COMMON (olddecl);
1880 COPY_DECL_ASSEMBLER_NAME (olddecl, newdecl);
1882 /* Warn about conflicting visibility specifications. */
1883 if (DECL_VISIBILITY_SPECIFIED (olddecl)
1884 && DECL_VISIBILITY_SPECIFIED (newdecl)
1885 && DECL_VISIBILITY (newdecl) != DECL_VISIBILITY (olddecl))
1887 warning ("%J'%D': visibility attribute ignored because it",
1888 newdecl, newdecl);
1889 warning ("%Jconflicts with previous declaration here", olddecl);
1891 /* Choose the declaration which specified visibility. */
1892 if (DECL_VISIBILITY_SPECIFIED (olddecl))
1894 DECL_VISIBILITY (newdecl) = DECL_VISIBILITY (olddecl);
1895 DECL_VISIBILITY_SPECIFIED (newdecl) = 1;
1898 if (TREE_CODE (newdecl) == FUNCTION_DECL)
1900 int function_size;
1902 function_size = sizeof (struct tree_decl);
1904 memcpy ((char *) olddecl + sizeof (struct tree_common),
1905 (char *) newdecl + sizeof (struct tree_common),
1906 function_size - sizeof (struct tree_common));
1908 if (DECL_TEMPLATE_INSTANTIATION (newdecl))
1909 /* If newdecl is a template instantiation, it is possible that
1910 the following sequence of events has occurred:
1912 o A friend function was declared in a class template. The
1913 class template was instantiated.
1915 o The instantiation of the friend declaration was
1916 recorded on the instantiation list, and is newdecl.
1918 o Later, however, instantiate_class_template called pushdecl
1919 on the newdecl to perform name injection. But, pushdecl in
1920 turn called duplicate_decls when it discovered that another
1921 declaration of a global function with the same name already
1922 existed.
1924 o Here, in duplicate_decls, we decided to clobber newdecl.
1926 If we're going to do that, we'd better make sure that
1927 olddecl, and not newdecl, is on the list of
1928 instantiations so that if we try to do the instantiation
1929 again we won't get the clobbered declaration. */
1930 reregister_specialization (newdecl,
1931 DECL_TI_TEMPLATE (newdecl),
1932 olddecl);
1934 else
1936 memcpy ((char *) olddecl + sizeof (struct tree_common),
1937 (char *) newdecl + sizeof (struct tree_common),
1938 sizeof (struct tree_decl) - sizeof (struct tree_common)
1939 + TREE_CODE_LENGTH (TREE_CODE (newdecl)) * sizeof (char *));
1942 DECL_UID (olddecl) = olddecl_uid;
1943 if (olddecl_friend)
1944 DECL_FRIEND_P (olddecl) = 1;
1946 /* NEWDECL contains the merged attribute lists.
1947 Update OLDDECL to be the same. */
1948 DECL_ATTRIBUTES (olddecl) = DECL_ATTRIBUTES (newdecl);
1950 /* If OLDDECL had its DECL_RTL instantiated, re-invoke make_decl_rtl
1951 so that encode_section_info has a chance to look at the new decl
1952 flags and attributes. */
1953 if (DECL_RTL_SET_P (olddecl)
1954 && (TREE_CODE (olddecl) == FUNCTION_DECL
1955 || (TREE_CODE (olddecl) == VAR_DECL
1956 && TREE_STATIC (olddecl))))
1957 make_decl_rtl (olddecl);
1959 return olddecl;
1962 /* Return zero if the declaration NEWDECL is valid
1963 when the declaration OLDDECL (assumed to be for the same name)
1964 has already been seen.
1965 Otherwise return an error message format string with a %s
1966 where the identifier should go. */
1968 static const char *
1969 redeclaration_error_message (tree newdecl, tree olddecl)
1971 if (TREE_CODE (newdecl) == TYPE_DECL)
1973 /* Because C++ can put things into name space for free,
1974 constructs like "typedef struct foo { ... } foo"
1975 would look like an erroneous redeclaration. */
1976 if (same_type_p (TREE_TYPE (newdecl), TREE_TYPE (olddecl)))
1977 return 0;
1978 else
1979 return "redefinition of `%#D'";
1981 else if (TREE_CODE (newdecl) == FUNCTION_DECL)
1983 /* If this is a pure function, its olddecl will actually be
1984 the original initialization to `0' (which we force to call
1985 abort()). Don't complain about redefinition in this case. */
1986 if (DECL_LANG_SPECIFIC (olddecl) && DECL_PURE_VIRTUAL_P (olddecl))
1987 return 0;
1989 /* If both functions come from different namespaces, this is not
1990 a redeclaration - this is a conflict with a used function. */
1991 if (DECL_NAMESPACE_SCOPE_P (olddecl)
1992 && DECL_CONTEXT (olddecl) != DECL_CONTEXT (newdecl))
1993 return "`%D' conflicts with used function";
1995 /* We'll complain about linkage mismatches in
1996 warn_extern_redeclared_static. */
1998 /* Defining the same name twice is no good. */
1999 if (DECL_INITIAL (olddecl) != NULL_TREE
2000 && DECL_INITIAL (newdecl) != NULL_TREE)
2002 if (DECL_NAME (olddecl) == NULL_TREE)
2003 return "`%#D' not declared in class";
2004 else
2005 return "redefinition of `%#D'";
2007 return 0;
2009 else if (TREE_CODE (newdecl) == TEMPLATE_DECL)
2011 tree nt, ot;
2013 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) == TYPE_DECL)
2015 if (COMPLETE_TYPE_P (TREE_TYPE (newdecl))
2016 && COMPLETE_TYPE_P (TREE_TYPE (olddecl)))
2017 return "redefinition of `%#D'";
2018 return NULL;
2021 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl)) != FUNCTION_DECL
2022 || (DECL_TEMPLATE_RESULT (newdecl)
2023 == DECL_TEMPLATE_RESULT (olddecl)))
2024 return NULL;
2026 nt = DECL_TEMPLATE_RESULT (newdecl);
2027 if (DECL_TEMPLATE_INFO (nt))
2028 nt = DECL_TEMPLATE_RESULT (template_for_substitution (nt));
2029 ot = DECL_TEMPLATE_RESULT (olddecl);
2030 if (DECL_TEMPLATE_INFO (ot))
2031 ot = DECL_TEMPLATE_RESULT (template_for_substitution (ot));
2032 if (DECL_INITIAL (nt) && DECL_INITIAL (ot))
2033 return "redefinition of `%#D'";
2035 return NULL;
2037 else if (toplevel_bindings_p () || DECL_NAMESPACE_SCOPE_P (newdecl))
2039 /* Objects declared at top level: */
2040 /* If at least one is a reference, it's ok. */
2041 if (DECL_EXTERNAL (newdecl) || DECL_EXTERNAL (olddecl))
2042 return 0;
2043 /* Reject two definitions. */
2044 return "redefinition of `%#D'";
2046 else
2048 /* Objects declared with block scope: */
2049 /* Reject two definitions, and reject a definition
2050 together with an external reference. */
2051 if (!(DECL_EXTERNAL (newdecl) && DECL_EXTERNAL (olddecl)))
2052 return "redeclaration of `%#D'";
2053 return 0;
2057 /* Create a new label, named ID. */
2059 static tree
2060 make_label_decl (tree id, int local_p)
2062 tree decl;
2064 decl = build_decl (LABEL_DECL, id, void_type_node);
2066 DECL_CONTEXT (decl) = current_function_decl;
2067 DECL_MODE (decl) = VOIDmode;
2068 C_DECLARED_LABEL_FLAG (decl) = local_p;
2070 /* Say where one reference is to the label, for the sake of the
2071 error if it is not defined. */
2072 DECL_SOURCE_LOCATION (decl) = input_location;
2074 /* Record the fact that this identifier is bound to this label. */
2075 SET_IDENTIFIER_LABEL_VALUE (id, decl);
2077 return decl;
2080 /* Record this label on the list of used labels so that we can check
2081 at the end of the function to see whether or not the label was
2082 actually defined, and so we can check when the label is defined whether
2083 this use is valid. */
2085 static void
2086 use_label (tree decl)
2088 if (named_label_uses == NULL
2089 || named_label_uses->names_in_scope != current_binding_level->names
2090 || named_label_uses->label_decl != decl)
2092 struct named_label_use_list *new_ent;
2093 new_ent = GGC_NEW (struct named_label_use_list);
2094 new_ent->label_decl = decl;
2095 new_ent->names_in_scope = current_binding_level->names;
2096 new_ent->binding_level = current_binding_level;
2097 new_ent->o_goto_locus = input_location;
2098 new_ent->next = named_label_uses;
2099 named_label_uses = new_ent;
2103 /* Look for a label named ID in the current function. If one cannot
2104 be found, create one. (We keep track of used, but undefined,
2105 labels, and complain about them at the end of a function.) */
2107 tree
2108 lookup_label (tree id)
2110 tree decl;
2111 struct named_label_list *ent;
2113 timevar_push (TV_NAME_LOOKUP);
2114 /* You can't use labels at global scope. */
2115 if (current_function_decl == NULL_TREE)
2117 error ("label `%E' referenced outside of any function", id);
2118 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, NULL_TREE);
2121 /* See if we've already got this label. */
2122 decl = IDENTIFIER_LABEL_VALUE (id);
2123 if (decl != NULL_TREE && DECL_CONTEXT (decl) == current_function_decl)
2124 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, decl);
2126 /* Record this label on the list of labels used in this function.
2127 We do this before calling make_label_decl so that we get the
2128 IDENTIFIER_LABEL_VALUE before the new label is declared. */
2129 ent = GGC_CNEW (struct named_label_list);
2130 ent->old_value = IDENTIFIER_LABEL_VALUE (id);
2131 ent->next = named_labels;
2132 named_labels = ent;
2134 /* We need a new label. */
2135 decl = make_label_decl (id, /*local_p=*/0);
2137 /* Now fill in the information we didn't have before. */
2138 ent->label_decl = decl;
2140 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, decl);
2143 /* Declare a local label named ID. */
2145 tree
2146 declare_local_label (tree id)
2148 tree decl;
2150 /* Add a new entry to the SHADOWED_LABELS list so that when we leave
2151 this scope we can restore the old value of
2152 IDENTIFIER_TYPE_VALUE. */
2153 current_binding_level->shadowed_labels
2154 = tree_cons (IDENTIFIER_LABEL_VALUE (id), NULL_TREE,
2155 current_binding_level->shadowed_labels);
2156 /* Look for the label. */
2157 decl = make_label_decl (id, /*local_p=*/1);
2158 /* Now fill in the information we didn't have before. */
2159 TREE_VALUE (current_binding_level->shadowed_labels) = decl;
2161 return decl;
2164 /* Returns nonzero if it is ill-formed to jump past the declaration of
2165 DECL. Returns 2 if it's also a real problem. */
2167 static int
2168 decl_jump_unsafe (tree decl)
2170 if (TREE_CODE (decl) != VAR_DECL || TREE_STATIC (decl))
2171 return 0;
2173 if (DECL_INITIAL (decl) == NULL_TREE
2174 && pod_type_p (TREE_TYPE (decl)))
2175 return 0;
2177 /* This is really only important if we're crossing an initialization.
2178 The POD stuff is just pedantry; why should it matter if the class
2179 contains a field of pointer to member type? */
2180 if (DECL_INITIAL (decl)
2181 || (TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl))))
2182 return 2;
2183 return 1;
2186 /* Check that a single previously seen jump to a newly defined label
2187 is OK. DECL is the LABEL_DECL or 0; LEVEL is the binding_level for
2188 the jump context; NAMES are the names in scope in LEVEL at the jump
2189 context; FILE and LINE are the source position of the jump or 0. */
2191 static void
2192 check_previous_goto_1 (tree decl,
2193 struct cp_binding_level* level,
2194 tree names, const location_t *locus)
2196 int identified = 0;
2197 int saw_eh = 0;
2198 struct cp_binding_level *b = current_binding_level;
2199 for (; b; b = b->level_chain)
2201 tree new_decls = b->names;
2202 tree old_decls = (b == level ? names : NULL_TREE);
2203 for (; new_decls != old_decls;
2204 new_decls = TREE_CHAIN (new_decls))
2206 int problem = decl_jump_unsafe (new_decls);
2207 if (! problem)
2208 continue;
2210 if (! identified)
2212 if (decl)
2213 pedwarn ("jump to label `%D'", decl);
2214 else
2215 pedwarn ("jump to case label");
2217 if (locus)
2218 pedwarn ("%H from here", locus);
2219 identified = 1;
2222 if (problem > 1)
2223 cp_error_at (" crosses initialization of `%#D'",
2224 new_decls);
2225 else
2226 cp_pedwarn_at (" enters scope of non-POD `%#D'",
2227 new_decls);
2230 if (b == level)
2231 break;
2232 if ((b->kind == sk_try || b->kind == sk_catch) && ! saw_eh)
2234 if (! identified)
2236 if (decl)
2237 pedwarn ("jump to label `%D'", decl);
2238 else
2239 pedwarn ("jump to case label");
2241 if (locus)
2242 pedwarn ("%H from here", locus);
2243 identified = 1;
2245 if (b->kind == sk_try)
2246 error (" enters try block");
2247 else
2248 error (" enters catch block");
2249 saw_eh = 1;
2254 static void
2255 check_previous_goto (struct named_label_use_list* use)
2257 check_previous_goto_1 (use->label_decl, use->binding_level,
2258 use->names_in_scope, &use->o_goto_locus);
2261 static void
2262 check_switch_goto (struct cp_binding_level* level)
2264 check_previous_goto_1 (NULL_TREE, level, level->names, NULL);
2267 /* Check that any previously seen jumps to a newly defined label DECL
2268 are OK. Called by define_label. */
2270 static void
2271 check_previous_gotos (tree decl)
2273 struct named_label_use_list **usep;
2275 if (! TREE_USED (decl))
2276 return;
2278 for (usep = &named_label_uses; *usep; )
2280 struct named_label_use_list *use = *usep;
2281 if (use->label_decl == decl)
2283 check_previous_goto (use);
2284 *usep = use->next;
2286 else
2287 usep = &(use->next);
2291 /* Check that a new jump to a label DECL is OK. Called by
2292 finish_goto_stmt. */
2294 void
2295 check_goto (tree decl)
2297 int identified = 0;
2298 tree bad;
2299 struct named_label_list *lab;
2301 /* We can't know where a computed goto is jumping. So we assume
2302 that it's OK. */
2303 if (! DECL_P (decl))
2304 return;
2306 /* If the label hasn't been defined yet, defer checking. */
2307 if (! DECL_INITIAL (decl))
2309 use_label (decl);
2310 return;
2313 for (lab = named_labels; lab; lab = lab->next)
2314 if (decl == lab->label_decl)
2315 break;
2317 /* If the label is not on named_labels it's a gcc local label, so
2318 it must be in an outer scope, so jumping to it is always OK. */
2319 if (lab == 0)
2320 return;
2322 if ((lab->in_try_scope || lab->in_catch_scope || lab->bad_decls)
2323 && !identified)
2325 cp_pedwarn_at ("jump to label `%D'", decl);
2326 pedwarn (" from here");
2327 identified = 1;
2330 for (bad = lab->bad_decls; bad; bad = TREE_CHAIN (bad))
2332 tree b = TREE_VALUE (bad);
2333 int u = decl_jump_unsafe (b);
2335 if (u > 1 && DECL_ARTIFICIAL (b))
2336 /* Can't skip init of __exception_info. */
2337 error ("%J enters catch block", b);
2338 else if (u > 1)
2339 cp_error_at (" skips initialization of `%#D'", b);
2340 else
2341 cp_pedwarn_at (" enters scope of non-POD `%#D'", b);
2344 if (lab->in_try_scope)
2345 error (" enters try block");
2346 else if (lab->in_catch_scope)
2347 error (" enters catch block");
2350 /* Define a label, specifying the location in the source file.
2351 Return the LABEL_DECL node for the label. */
2353 tree
2354 define_label (location_t location, tree name)
2356 tree decl = lookup_label (name);
2357 struct named_label_list *ent;
2358 struct cp_binding_level *p;
2360 timevar_push (TV_NAME_LOOKUP);
2361 for (ent = named_labels; ent; ent = ent->next)
2362 if (ent->label_decl == decl)
2363 break;
2365 /* After labels, make any new cleanups in the function go into their
2366 own new (temporary) binding contour. */
2367 for (p = current_binding_level;
2368 p->kind != sk_function_parms;
2369 p = p->level_chain)
2370 p->more_cleanups_ok = 0;
2372 if (name == get_identifier ("wchar_t"))
2373 pedwarn ("label named wchar_t");
2375 if (DECL_INITIAL (decl) != NULL_TREE)
2376 error ("duplicate label `%D'", decl);
2377 else
2379 /* Mark label as having been defined. */
2380 DECL_INITIAL (decl) = error_mark_node;
2381 /* Say where in the source. */
2382 DECL_SOURCE_LOCATION (decl) = location;
2383 if (ent)
2385 ent->names_in_scope = current_binding_level->names;
2386 ent->binding_level = current_binding_level;
2388 check_previous_gotos (decl);
2391 timevar_pop (TV_NAME_LOOKUP);
2392 return decl;
2395 struct cp_switch
2397 struct cp_binding_level *level;
2398 struct cp_switch *next;
2399 /* The SWITCH_STMT being built. */
2400 tree switch_stmt;
2401 /* A splay-tree mapping the low element of a case range to the high
2402 element, or NULL_TREE if there is no high element. Used to
2403 determine whether or not a new case label duplicates an old case
2404 label. We need a tree, rather than simply a hash table, because
2405 of the GNU case range extension. */
2406 splay_tree cases;
2409 /* A stack of the currently active switch statements. The innermost
2410 switch statement is on the top of the stack. There is no need to
2411 mark the stack for garbage collection because it is only active
2412 during the processing of the body of a function, and we never
2413 collect at that point. */
2415 static struct cp_switch *switch_stack;
2417 /* Called right after a switch-statement condition is parsed.
2418 SWITCH_STMT is the switch statement being parsed. */
2420 void
2421 push_switch (tree switch_stmt)
2423 struct cp_switch *p = xmalloc (sizeof (struct cp_switch));
2424 p->level = current_binding_level;
2425 p->next = switch_stack;
2426 p->switch_stmt = switch_stmt;
2427 p->cases = splay_tree_new (case_compare, NULL, NULL);
2428 switch_stack = p;
2431 void
2432 pop_switch (void)
2434 struct cp_switch *cs = switch_stack;
2436 /* Emit warnings as needed. */
2437 c_do_switch_warnings (cs->cases, cs->switch_stmt);
2439 splay_tree_delete (cs->cases);
2440 switch_stack = switch_stack->next;
2441 free (cs);
2444 /* Note that we've seen a definition of a case label, and complain if this
2445 is a bad place for one. */
2447 tree
2448 finish_case_label (tree low_value, tree high_value)
2450 tree cond, r;
2451 struct cp_binding_level *p;
2453 if (processing_template_decl)
2455 tree label;
2457 /* For templates, just add the case label; we'll do semantic
2458 analysis at instantiation-time. */
2459 label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
2460 return add_stmt (build_case_label (low_value, high_value, label));
2463 /* Find the condition on which this switch statement depends. */
2464 cond = SWITCH_COND (switch_stack->switch_stmt);
2465 if (cond && TREE_CODE (cond) == TREE_LIST)
2466 cond = TREE_VALUE (cond);
2468 r = c_add_case_label (switch_stack->cases, cond, TREE_TYPE (cond),
2469 low_value, high_value);
2471 check_switch_goto (switch_stack->level);
2473 /* After labels, make any new cleanups in the function go into their
2474 own new (temporary) binding contour. */
2475 for (p = current_binding_level;
2476 p->kind != sk_function_parms;
2477 p = p->level_chain)
2478 p->more_cleanups_ok = 0;
2480 return r;
2483 /* Hash a TYPENAME_TYPE. K is really of type `tree'. */
2485 static hashval_t
2486 typename_hash (const void* k)
2488 hashval_t hash;
2489 tree t = (tree) k;
2491 hash = (htab_hash_pointer (TYPE_CONTEXT (t))
2492 ^ htab_hash_pointer (DECL_NAME (TYPE_NAME (t))));
2494 return hash;
2497 /* Compare two TYPENAME_TYPEs. K1 and K2 are really of type `tree'. */
2499 static int
2500 typename_compare (const void * k1, const void * k2)
2502 tree t1;
2503 tree t2;
2504 tree d1;
2505 tree d2;
2507 t1 = (tree) k1;
2508 t2 = (tree) k2;
2509 d1 = TYPE_NAME (t1);
2510 d2 = TYPE_NAME (t2);
2512 return (DECL_NAME (d1) == DECL_NAME (d2)
2513 && TYPE_CONTEXT (t1) == TYPE_CONTEXT (t2)
2514 && ((TREE_TYPE (t1) != NULL_TREE)
2515 == (TREE_TYPE (t2) != NULL_TREE))
2516 && same_type_p (TREE_TYPE (t1), TREE_TYPE (t2))
2517 && TYPENAME_TYPE_FULLNAME (t1) == TYPENAME_TYPE_FULLNAME (t2));
2520 /* Build a TYPENAME_TYPE. If the type is `typename T::t', CONTEXT is
2521 the type of `T', NAME is the IDENTIFIER_NODE for `t'. If BASE_TYPE
2522 is non-NULL, this type is being created by the implicit typename
2523 extension, and BASE_TYPE is a type named `t' in some base class of
2524 `T' which depends on template parameters.
2526 Returns the new TYPENAME_TYPE. */
2528 static GTY ((param_is (union tree_node))) htab_t typename_htab;
2530 static tree
2531 build_typename_type (tree context, tree name, tree fullname)
2533 tree t;
2534 tree d;
2535 void **e;
2537 if (typename_htab == NULL)
2539 typename_htab = htab_create_ggc (61, &typename_hash,
2540 &typename_compare, NULL);
2543 /* Build the TYPENAME_TYPE. */
2544 t = make_aggr_type (TYPENAME_TYPE);
2545 TYPE_CONTEXT (t) = FROB_CONTEXT (context);
2546 TYPENAME_TYPE_FULLNAME (t) = fullname;
2548 /* Build the corresponding TYPE_DECL. */
2549 d = build_decl (TYPE_DECL, name, t);
2550 TYPE_NAME (TREE_TYPE (d)) = d;
2551 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
2552 DECL_CONTEXT (d) = FROB_CONTEXT (context);
2553 DECL_ARTIFICIAL (d) = 1;
2555 /* See if we already have this type. */
2556 e = htab_find_slot (typename_htab, t, INSERT);
2557 if (*e)
2558 t = (tree) *e;
2559 else
2560 *e = t;
2562 return t;
2565 /* Resolve `typename CONTEXT::NAME'. Returns an appropriate type,
2566 unless an error occurs, in which case error_mark_node is returned.
2567 If we locate a non-artificial TYPE_DECL and TF_KEEP_TYPE_DECL is
2568 set, we return that, rather than the _TYPE it corresponds to, in
2569 other cases we look through the type decl. If TF_ERROR is set,
2570 complain about errors, otherwise be quiet. */
2572 tree
2573 make_typename_type (tree context, tree name, tsubst_flags_t complain)
2575 tree fullname;
2577 if (name == error_mark_node
2578 || context == NULL_TREE
2579 || context == error_mark_node)
2580 return error_mark_node;
2582 if (TYPE_P (name))
2584 if (!(TYPE_LANG_SPECIFIC (name)
2585 && (CLASSTYPE_IS_TEMPLATE (name)
2586 || CLASSTYPE_USE_TEMPLATE (name))))
2587 name = TYPE_IDENTIFIER (name);
2588 else
2589 /* Create a TEMPLATE_ID_EXPR for the type. */
2590 name = build_nt (TEMPLATE_ID_EXPR,
2591 CLASSTYPE_TI_TEMPLATE (name),
2592 CLASSTYPE_TI_ARGS (name));
2594 else if (TREE_CODE (name) == TYPE_DECL)
2595 name = DECL_NAME (name);
2597 fullname = name;
2599 if (TREE_CODE (name) == TEMPLATE_ID_EXPR)
2601 name = TREE_OPERAND (name, 0);
2602 if (TREE_CODE (name) == TEMPLATE_DECL)
2603 name = TREE_OPERAND (fullname, 0) = DECL_NAME (name);
2605 if (TREE_CODE (name) == TEMPLATE_DECL)
2607 error ("`%D' used without template parameters", name);
2608 return error_mark_node;
2610 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
2612 if (TREE_CODE (context) == NAMESPACE_DECL)
2614 /* We can get here from typename_sub0 in the explicit_template_type
2615 expansion. Just fail. */
2616 if (complain & tf_error)
2617 error ("no class template named `%#T' in `%#T'",
2618 name, context);
2619 return error_mark_node;
2622 if (!dependent_type_p (context)
2623 || currently_open_class (context))
2625 if (TREE_CODE (fullname) == TEMPLATE_ID_EXPR)
2627 tree tmpl = NULL_TREE;
2628 if (IS_AGGR_TYPE (context))
2629 tmpl = lookup_field (context, name, 0, false);
2630 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl))
2632 if (complain & tf_error)
2633 error ("no class template named `%#T' in `%#T'",
2634 name, context);
2635 return error_mark_node;
2638 if (complain & tf_error)
2639 perform_or_defer_access_check (TYPE_BINFO (context), tmpl);
2641 return lookup_template_class (tmpl,
2642 TREE_OPERAND (fullname, 1),
2643 NULL_TREE, context,
2644 /*entering_scope=*/0,
2645 tf_error | tf_warning | tf_user);
2647 else
2649 tree t;
2651 if (!IS_AGGR_TYPE (context))
2653 if (complain & tf_error)
2654 error ("no type named `%#T' in `%#T'", name, context);
2655 return error_mark_node;
2658 t = lookup_field (context, name, 0, true);
2659 if (t)
2661 if (TREE_CODE (t) != TYPE_DECL)
2663 if (complain & tf_error)
2664 error ("no type named `%#T' in `%#T'", name, context);
2665 return error_mark_node;
2668 if (complain & tf_error)
2669 perform_or_defer_access_check (TYPE_BINFO (context), t);
2671 if (DECL_ARTIFICIAL (t) || !(complain & tf_keep_type_decl))
2672 t = TREE_TYPE (t);
2674 return t;
2679 /* If the CONTEXT is not a template type, then either the field is
2680 there now or its never going to be. */
2681 if (!dependent_type_p (context))
2683 if (complain & tf_error)
2684 error ("no type named `%#T' in `%#T'", name, context);
2685 return error_mark_node;
2688 return build_typename_type (context, name, fullname);
2691 /* Resolve `CONTEXT::template NAME'. Returns an appropriate type,
2692 unless an error occurs, in which case error_mark_node is returned.
2693 If we locate a TYPE_DECL, we return that, rather than the _TYPE it
2694 corresponds to. If COMPLAIN zero, don't complain about any errors
2695 that occur. */
2697 tree
2698 make_unbound_class_template (tree context, tree name, tsubst_flags_t complain)
2700 tree t;
2701 tree d;
2703 if (TYPE_P (name))
2704 name = TYPE_IDENTIFIER (name);
2705 else if (DECL_P (name))
2706 name = DECL_NAME (name);
2707 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
2709 if (!dependent_type_p (context)
2710 || currently_open_class (context))
2712 tree tmpl = NULL_TREE;
2714 if (IS_AGGR_TYPE (context))
2715 tmpl = lookup_field (context, name, 0, false);
2717 if (!tmpl || !DECL_CLASS_TEMPLATE_P (tmpl))
2719 if (complain & tf_error)
2720 error ("no class template named `%#T' in `%#T'", name, context);
2721 return error_mark_node;
2724 if (complain & tf_error)
2725 perform_or_defer_access_check (TYPE_BINFO (context), tmpl);
2727 return tmpl;
2730 /* Build the UNBOUND_CLASS_TEMPLATE. */
2731 t = make_aggr_type (UNBOUND_CLASS_TEMPLATE);
2732 TYPE_CONTEXT (t) = FROB_CONTEXT (context);
2733 TREE_TYPE (t) = NULL_TREE;
2735 /* Build the corresponding TEMPLATE_DECL. */
2736 d = build_decl (TEMPLATE_DECL, name, t);
2737 TYPE_NAME (TREE_TYPE (d)) = d;
2738 TYPE_STUB_DECL (TREE_TYPE (d)) = d;
2739 DECL_CONTEXT (d) = FROB_CONTEXT (context);
2740 DECL_ARTIFICIAL (d) = 1;
2742 return t;
2747 /* Push the declarations of builtin types into the namespace.
2748 RID_INDEX is the index of the builtin type in the array
2749 RID_POINTERS. NAME is the name used when looking up the builtin
2750 type. TYPE is the _TYPE node for the builtin type. */
2752 void
2753 record_builtin_type (enum rid rid_index,
2754 const char* name,
2755 tree type)
2757 tree rname = NULL_TREE, tname = NULL_TREE;
2758 tree tdecl = NULL_TREE;
2760 if ((int) rid_index < (int) RID_MAX)
2761 rname = ridpointers[(int) rid_index];
2762 if (name)
2763 tname = get_identifier (name);
2765 /* The calls to SET_IDENTIFIER_GLOBAL_VALUE below should be
2766 eliminated. Built-in types should not be looked up name; their
2767 names are keywords that the parser can recognize. However, there
2768 is code in c-common.c that uses identifier_global_value to look
2769 up built-in types by name. */
2770 if (tname)
2772 tdecl = build_decl (TYPE_DECL, tname, type);
2773 DECL_ARTIFICIAL (tdecl) = 1;
2774 SET_IDENTIFIER_GLOBAL_VALUE (tname, tdecl);
2776 if (rname)
2778 if (!tdecl)
2780 tdecl = build_decl (TYPE_DECL, rname, type);
2781 DECL_ARTIFICIAL (tdecl) = 1;
2783 SET_IDENTIFIER_GLOBAL_VALUE (rname, tdecl);
2786 if (!TYPE_NAME (type))
2787 TYPE_NAME (type) = tdecl;
2789 if (tdecl)
2790 debug_hooks->type_decl (tdecl, 0);
2793 /* Record one of the standard Java types.
2794 * Declare it as having the given NAME.
2795 * If SIZE > 0, it is the size of one of the integral types;
2796 * otherwise it is the negative of the size of one of the other types. */
2798 static tree
2799 record_builtin_java_type (const char* name, int size)
2801 tree type, decl;
2802 if (size > 0)
2803 type = make_signed_type (size);
2804 else if (size > -32)
2805 { /* "__java_char" or ""__java_boolean". */
2806 type = make_unsigned_type (-size);
2807 /*if (size == -1) TREE_SET_CODE (type, BOOLEAN_TYPE);*/
2809 else
2810 { /* "__java_float" or ""__java_double". */
2811 type = make_node (REAL_TYPE);
2812 TYPE_PRECISION (type) = - size;
2813 layout_type (type);
2815 record_builtin_type (RID_MAX, name, type);
2816 decl = TYPE_NAME (type);
2818 /* Suppress generate debug symbol entries for these types,
2819 since for normal C++ they are just clutter.
2820 However, push_lang_context undoes this if extern "Java" is seen. */
2821 DECL_IGNORED_P (decl) = 1;
2823 TYPE_FOR_JAVA (type) = 1;
2824 return type;
2827 /* Push a type into the namespace so that the back-ends ignore it. */
2829 static void
2830 record_unknown_type (tree type, const char* name)
2832 tree decl = pushdecl (build_decl (TYPE_DECL, get_identifier (name), type));
2833 /* Make sure the "unknown type" typedecl gets ignored for debug info. */
2834 DECL_IGNORED_P (decl) = 1;
2835 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
2836 TYPE_SIZE (type) = TYPE_SIZE (void_type_node);
2837 TYPE_ALIGN (type) = 1;
2838 TYPE_USER_ALIGN (type) = 0;
2839 TYPE_MODE (type) = TYPE_MODE (void_type_node);
2842 /* An string for which we should create an IDENTIFIER_NODE at
2843 startup. */
2845 typedef struct predefined_identifier
2847 /* The name of the identifier. */
2848 const char *const name;
2849 /* The place where the IDENTIFIER_NODE should be stored. */
2850 tree *const node;
2851 /* Nonzero if this is the name of a constructor or destructor. */
2852 const int ctor_or_dtor_p;
2853 } predefined_identifier;
2855 /* Create all the predefined identifiers. */
2857 static void
2858 initialize_predefined_identifiers (void)
2860 const predefined_identifier *pid;
2862 /* A table of identifiers to create at startup. */
2863 static const predefined_identifier predefined_identifiers[] = {
2864 { "C++", &lang_name_cplusplus, 0 },
2865 { "C", &lang_name_c, 0 },
2866 { "Java", &lang_name_java, 0 },
2867 { CTOR_NAME, &ctor_identifier, 1 },
2868 { "__base_ctor", &base_ctor_identifier, 1 },
2869 { "__comp_ctor", &complete_ctor_identifier, 1 },
2870 { DTOR_NAME, &dtor_identifier, 1 },
2871 { "__comp_dtor", &complete_dtor_identifier, 1 },
2872 { "__base_dtor", &base_dtor_identifier, 1 },
2873 { "__deleting_dtor", &deleting_dtor_identifier, 1 },
2874 { IN_CHARGE_NAME, &in_charge_identifier, 0 },
2875 { "nelts", &nelts_identifier, 0 },
2876 { THIS_NAME, &this_identifier, 0 },
2877 { VTABLE_DELTA_NAME, &delta_identifier, 0 },
2878 { VTABLE_PFN_NAME, &pfn_identifier, 0 },
2879 { "_vptr", &vptr_identifier, 0 },
2880 { "__vtt_parm", &vtt_parm_identifier, 0 },
2881 { "::", &global_scope_name, 0 },
2882 { "std", &std_identifier, 0 },
2883 { NULL, NULL, 0 }
2886 for (pid = predefined_identifiers; pid->name; ++pid)
2888 *pid->node = get_identifier (pid->name);
2889 if (pid->ctor_or_dtor_p)
2890 IDENTIFIER_CTOR_OR_DTOR_P (*pid->node) = 1;
2894 /* Create the predefined scalar types of C,
2895 and some nodes representing standard constants (0, 1, (void *)0).
2896 Initialize the global binding level.
2897 Make definitions for built-in primitive functions. */
2899 void
2900 cxx_init_decl_processing (void)
2902 tree void_ftype;
2903 tree void_ftype_ptr;
2905 build_common_tree_nodes (flag_signed_char, false);
2907 /* Create all the identifiers we need. */
2908 initialize_predefined_identifiers ();
2910 /* Create the global variables. */
2911 push_to_top_level ();
2913 current_function_decl = NULL_TREE;
2914 current_binding_level = NULL;
2915 /* Enter the global namespace. */
2916 gcc_assert (global_namespace == NULL_TREE);
2917 global_namespace = build_lang_decl (NAMESPACE_DECL, global_scope_name,
2918 void_type_node);
2919 begin_scope (sk_namespace, global_namespace);
2921 current_lang_name = NULL_TREE;
2923 /* Adjust various flags based on command-line settings. */
2924 if (!flag_permissive)
2925 flag_pedantic_errors = 1;
2926 if (!flag_no_inline)
2928 flag_inline_trees = 1;
2929 flag_no_inline = 1;
2931 if (flag_inline_functions)
2933 flag_inline_trees = 2;
2934 flag_inline_functions = 0;
2937 /* Force minimum function alignment if using the least significant
2938 bit of function pointers to store the virtual bit. */
2939 if (TARGET_PTRMEMFUNC_VBIT_LOCATION == ptrmemfunc_vbit_in_pfn
2940 && force_align_functions_log < 1)
2941 force_align_functions_log = 1;
2943 /* Initially, C. */
2944 current_lang_name = lang_name_c;
2946 error_mark_list = build_tree_list (error_mark_node, error_mark_node);
2947 TREE_TYPE (error_mark_list) = error_mark_node;
2949 /* Create the `std' namespace. */
2950 push_namespace (std_identifier);
2951 std_node = current_namespace;
2952 pop_namespace ();
2954 c_common_nodes_and_builtins ();
2956 java_byte_type_node = record_builtin_java_type ("__java_byte", 8);
2957 java_short_type_node = record_builtin_java_type ("__java_short", 16);
2958 java_int_type_node = record_builtin_java_type ("__java_int", 32);
2959 java_long_type_node = record_builtin_java_type ("__java_long", 64);
2960 java_float_type_node = record_builtin_java_type ("__java_float", -32);
2961 java_double_type_node = record_builtin_java_type ("__java_double", -64);
2962 java_char_type_node = record_builtin_java_type ("__java_char", -16);
2963 java_boolean_type_node = record_builtin_java_type ("__java_boolean", -1);
2965 integer_two_node = build_int_cst (NULL_TREE, 2);
2966 integer_three_node = build_int_cst (NULL_TREE, 3);
2968 record_builtin_type (RID_BOOL, "bool", boolean_type_node);
2969 truthvalue_type_node = boolean_type_node;
2970 truthvalue_false_node = boolean_false_node;
2971 truthvalue_true_node = boolean_true_node;
2973 empty_except_spec = build_tree_list (NULL_TREE, NULL_TREE);
2975 #if 0
2976 record_builtin_type (RID_MAX, NULL, string_type_node);
2977 #endif
2979 delta_type_node = ptrdiff_type_node;
2980 vtable_index_type = ptrdiff_type_node;
2982 vtt_parm_type = build_pointer_type (const_ptr_type_node);
2983 void_ftype = build_function_type (void_type_node, void_list_node);
2984 void_ftype_ptr = build_function_type (void_type_node,
2985 tree_cons (NULL_TREE,
2986 ptr_type_node,
2987 void_list_node));
2988 void_ftype_ptr
2989 = build_exception_variant (void_ftype_ptr, empty_except_spec);
2991 /* C++ extensions */
2993 unknown_type_node = make_node (UNKNOWN_TYPE);
2994 record_unknown_type (unknown_type_node, "unknown type");
2996 /* Indirecting an UNKNOWN_TYPE node yields an UNKNOWN_TYPE node. */
2997 TREE_TYPE (unknown_type_node) = unknown_type_node;
2999 /* Looking up TYPE_POINTER_TO and TYPE_REFERENCE_TO yield the same
3000 result. */
3001 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node;
3002 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node;
3005 /* Make sure we get a unique function type, so we can give
3006 its pointer type a name. (This wins for gdb.) */
3007 tree vfunc_type = make_node (FUNCTION_TYPE);
3008 TREE_TYPE (vfunc_type) = integer_type_node;
3009 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE;
3010 layout_type (vfunc_type);
3012 vtable_entry_type = build_pointer_type (vfunc_type);
3014 record_builtin_type (RID_MAX, VTBL_PTR_TYPE, vtable_entry_type);
3016 vtbl_type_node
3017 = build_cplus_array_type (vtable_entry_type, NULL_TREE);
3018 layout_type (vtbl_type_node);
3019 vtbl_type_node = build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST);
3020 record_builtin_type (RID_MAX, NULL, vtbl_type_node);
3021 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type);
3022 layout_type (vtbl_ptr_type_node);
3023 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node);
3025 push_namespace (get_identifier ("__cxxabiv1"));
3026 abi_node = current_namespace;
3027 pop_namespace ();
3029 global_type_node = make_node (LANG_TYPE);
3030 record_unknown_type (global_type_node, "global type");
3032 /* Now, C++. */
3033 current_lang_name = lang_name_cplusplus;
3036 tree bad_alloc_id;
3037 tree bad_alloc_type_node;
3038 tree bad_alloc_decl;
3039 tree newtype, deltype;
3040 tree ptr_ftype_sizetype;
3042 push_namespace (std_identifier);
3043 bad_alloc_id = get_identifier ("bad_alloc");
3044 bad_alloc_type_node = make_aggr_type (RECORD_TYPE);
3045 TYPE_CONTEXT (bad_alloc_type_node) = current_namespace;
3046 bad_alloc_decl
3047 = create_implicit_typedef (bad_alloc_id, bad_alloc_type_node);
3048 DECL_CONTEXT (bad_alloc_decl) = current_namespace;
3049 TYPE_STUB_DECL (bad_alloc_type_node) = bad_alloc_decl;
3050 pop_namespace ();
3052 ptr_ftype_sizetype
3053 = build_function_type (ptr_type_node,
3054 tree_cons (NULL_TREE,
3055 size_type_node,
3056 void_list_node));
3057 newtype = build_exception_variant
3058 (ptr_ftype_sizetype, add_exception_specifier
3059 (NULL_TREE, bad_alloc_type_node, -1));
3060 deltype = build_exception_variant (void_ftype_ptr, empty_except_spec);
3061 push_cp_library_fn (NEW_EXPR, newtype);
3062 push_cp_library_fn (VEC_NEW_EXPR, newtype);
3063 global_delete_fndecl = push_cp_library_fn (DELETE_EXPR, deltype);
3064 push_cp_library_fn (VEC_DELETE_EXPR, deltype);
3067 abort_fndecl
3068 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype);
3070 /* Perform other language dependent initializations. */
3071 init_class_processing ();
3072 init_rtti_processing ();
3074 if (flag_exceptions)
3075 init_exception_processing ();
3077 if (! supports_one_only ())
3078 flag_weak = 0;
3080 make_fname_decl = cp_make_fname_decl;
3081 start_fname_decls ();
3083 /* Show we use EH for cleanups. */
3084 if (flag_exceptions)
3085 using_eh_for_cleanups ();
3088 /* Generate an initializer for a function naming variable from
3089 NAME. NAME may be NULL, to indicate a dependent name. TYPE_P is
3090 filled in with the type of the init. */
3092 tree
3093 cp_fname_init (const char* name, tree *type_p)
3095 tree domain = NULL_TREE;
3096 tree type;
3097 tree init = NULL_TREE;
3098 size_t length = 0;
3100 if (name)
3102 length = strlen (name);
3103 domain = build_index_type (size_int (length));
3104 init = build_string (length + 1, name);
3107 type = build_qualified_type (char_type_node, TYPE_QUAL_CONST);
3108 type = build_cplus_array_type (type, domain);
3110 *type_p = type;
3112 if (init)
3113 TREE_TYPE (init) = type;
3114 else
3115 init = error_mark_node;
3117 return init;
3120 /* Create the VAR_DECL for __FUNCTION__ etc. ID is the name to give the
3121 decl, NAME is the initialization string and TYPE_DEP indicates whether
3122 NAME depended on the type of the function. We make use of that to detect
3123 __PRETTY_FUNCTION__ inside a template fn. This is being done
3124 lazily at the point of first use, so we mustn't push the decl now. */
3126 static tree
3127 cp_make_fname_decl (tree id, int type_dep)
3129 const char *const name = (type_dep && processing_template_decl
3130 ? NULL : fname_as_string (type_dep));
3131 tree type;
3132 tree init = cp_fname_init (name, &type);
3133 tree decl = build_decl (VAR_DECL, id, type);
3135 if (name)
3136 free ((char *) name);
3138 /* As we're using pushdecl_with_scope, we must set the context. */
3139 DECL_CONTEXT (decl) = current_function_decl;
3140 DECL_PRETTY_FUNCTION_P (decl) = type_dep;
3142 TREE_STATIC (decl) = 1;
3143 TREE_READONLY (decl) = 1;
3144 DECL_ARTIFICIAL (decl) = 1;
3145 DECL_INITIAL (decl) = init;
3147 TREE_USED (decl) = 1;
3149 if (current_function_decl)
3151 struct cp_binding_level *b = current_binding_level;
3152 while (b->level_chain->kind != sk_function_parms)
3153 b = b->level_chain;
3154 pushdecl_with_scope (decl, b);
3155 cp_finish_decl (decl, init, NULL_TREE, LOOKUP_ONLYCONVERTING);
3157 else
3158 pushdecl_top_level_and_finish (decl, init);
3160 return decl;
3163 /* Make a definition for a builtin function named NAME in the current
3164 namespace, whose data type is TYPE and whose context is CONTEXT.
3165 TYPE should be a function type with argument types.
3167 CLASS and CODE tell later passes how to compile calls to this function.
3168 See tree.h for possible values.
3170 If LIBNAME is nonzero, use that for DECL_ASSEMBLER_NAME,
3171 the name to be called if we can't opencode the function.
3172 If ATTRS is nonzero, use that for the function's attribute
3173 list. */
3175 static tree
3176 builtin_function_1 (const char* name,
3177 tree type,
3178 tree context,
3179 enum built_in_function code,
3180 enum built_in_class class,
3181 const char* libname,
3182 tree attrs)
3184 tree decl = build_library_fn_1 (get_identifier (name), ERROR_MARK, type);
3185 DECL_BUILT_IN_CLASS (decl) = class;
3186 DECL_FUNCTION_CODE (decl) = code;
3187 DECL_CONTEXT (decl) = context;
3189 pushdecl (decl);
3191 /* Since `pushdecl' relies on DECL_ASSEMBLER_NAME instead of DECL_NAME,
3192 we cannot change DECL_ASSEMBLER_NAME until we have installed this
3193 function in the namespace. */
3194 if (libname)
3195 SET_DECL_ASSEMBLER_NAME (decl, get_identifier (libname));
3197 /* Warn if a function in the namespace for users
3198 is used without an occasion to consider it declared. */
3199 if (name[0] != '_' || name[1] != '_')
3200 DECL_ANTICIPATED (decl) = 1;
3202 /* Possibly apply some default attributes to this built-in function. */
3203 if (attrs)
3204 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN);
3205 else
3206 decl_attributes (&decl, NULL_TREE, 0);
3208 return decl;
3211 /* Entry point for the benefit of c_common_nodes_and_builtins.
3213 Make a definition for a builtin function named NAME and whose data type
3214 is TYPE. TYPE should be a function type with argument types. This
3215 function places the anticipated declaration in the global namespace
3216 and additionally in the std namespace if appropriate.
3218 CLASS and CODE tell later passes how to compile calls to this function.
3219 See tree.h for possible values.
3221 If LIBNAME is nonzero, use that for DECL_ASSEMBLER_NAME,
3222 the name to be called if we can't opencode the function.
3224 If ATTRS is nonzero, use that for the function's attribute
3225 list. */
3227 tree
3228 builtin_function (const char* name,
3229 tree type,
3230 int code,
3231 enum built_in_class cl,
3232 const char* libname,
3233 tree attrs)
3235 /* All builtins that don't begin with an '_' should additionally
3236 go in the 'std' namespace. */
3237 if (name[0] != '_')
3239 push_namespace (std_identifier);
3240 builtin_function_1 (name, type, std_node, code, cl, libname, attrs);
3241 pop_namespace ();
3244 return builtin_function_1 (name, type, NULL_TREE, code,
3245 cl, libname, attrs);
3248 /* Generate a FUNCTION_DECL with the typical flags for a runtime library
3249 function. Not called directly. */
3251 static tree
3252 build_library_fn_1 (tree name, enum tree_code operator_code, tree type)
3254 tree fn = build_lang_decl (FUNCTION_DECL, name, type);
3255 DECL_EXTERNAL (fn) = 1;
3256 TREE_PUBLIC (fn) = 1;
3257 DECL_ARTIFICIAL (fn) = 1;
3258 TREE_NOTHROW (fn) = 1;
3259 SET_OVERLOADED_OPERATOR_CODE (fn, operator_code);
3260 SET_DECL_LANGUAGE (fn, lang_c);
3261 /* Runtime library routines are, by definition, available in an
3262 external shared object. */
3263 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT;
3264 DECL_VISIBILITY_SPECIFIED (fn) = 1;
3265 return fn;
3268 /* Returns the _DECL for a library function with C linkage.
3269 We assume that such functions never throw; if this is incorrect,
3270 callers should unset TREE_NOTHROW. */
3272 tree
3273 build_library_fn (tree name, tree type)
3275 return build_library_fn_1 (name, ERROR_MARK, type);
3278 /* Returns the _DECL for a library function with C++ linkage. */
3280 static tree
3281 build_cp_library_fn (tree name, enum tree_code operator_code, tree type)
3283 tree fn = build_library_fn_1 (name, operator_code, type);
3284 TREE_NOTHROW (fn) = TYPE_NOTHROW_P (type);
3285 DECL_CONTEXT (fn) = FROB_CONTEXT (current_namespace);
3286 SET_DECL_LANGUAGE (fn, lang_cplusplus);
3287 return fn;
3290 /* Like build_library_fn, but takes a C string instead of an
3291 IDENTIFIER_NODE. */
3293 tree
3294 build_library_fn_ptr (const char* name, tree type)
3296 return build_library_fn (get_identifier (name), type);
3299 /* Like build_cp_library_fn, but takes a C string instead of an
3300 IDENTIFIER_NODE. */
3302 tree
3303 build_cp_library_fn_ptr (const char* name, tree type)
3305 return build_cp_library_fn (get_identifier (name), ERROR_MARK, type);
3308 /* Like build_library_fn, but also pushes the function so that we will
3309 be able to find it via IDENTIFIER_GLOBAL_VALUE. */
3311 tree
3312 push_library_fn (tree name, tree type)
3314 tree fn = build_library_fn (name, type);
3315 pushdecl_top_level (fn);
3316 return fn;
3319 /* Like build_cp_library_fn, but also pushes the function so that it
3320 will be found by normal lookup. */
3322 static tree
3323 push_cp_library_fn (enum tree_code operator_code, tree type)
3325 tree fn = build_cp_library_fn (ansi_opname (operator_code),
3326 operator_code,
3327 type);
3328 pushdecl (fn);
3329 return fn;
3332 /* Like push_library_fn, but takes a TREE_LIST of parm types rather than
3333 a FUNCTION_TYPE. */
3335 tree
3336 push_void_library_fn (tree name, tree parmtypes)
3338 tree type = build_function_type (void_type_node, parmtypes);
3339 return push_library_fn (name, type);
3342 /* Like push_library_fn, but also note that this function throws
3343 and does not return. Used for __throw_foo and the like. */
3345 tree
3346 push_throw_library_fn (tree name, tree type)
3348 tree fn = push_library_fn (name, type);
3349 TREE_THIS_VOLATILE (fn) = 1;
3350 TREE_NOTHROW (fn) = 0;
3351 return fn;
3354 /* When we call finish_struct for an anonymous union, we create
3355 default copy constructors and such. But, an anonymous union
3356 shouldn't have such things; this function undoes the damage to the
3357 anonymous union type T.
3359 (The reason that we create the synthesized methods is that we don't
3360 distinguish `union { int i; }' from `typedef union { int i; } U'.
3361 The first is an anonymous union; the second is just an ordinary
3362 union type.) */
3364 void
3365 fixup_anonymous_aggr (tree t)
3367 tree *q;
3369 /* Wipe out memory of synthesized methods. */
3370 TYPE_HAS_CONSTRUCTOR (t) = 0;
3371 TYPE_HAS_DEFAULT_CONSTRUCTOR (t) = 0;
3372 TYPE_HAS_INIT_REF (t) = 0;
3373 TYPE_HAS_CONST_INIT_REF (t) = 0;
3374 TYPE_HAS_ASSIGN_REF (t) = 0;
3375 TYPE_HAS_CONST_ASSIGN_REF (t) = 0;
3377 /* Splice the implicitly generated functions out of the TYPE_METHODS
3378 list. */
3379 q = &TYPE_METHODS (t);
3380 while (*q)
3382 if (DECL_ARTIFICIAL (*q))
3383 *q = TREE_CHAIN (*q);
3384 else
3385 q = &TREE_CHAIN (*q);
3388 /* ISO C++ 9.5.3. Anonymous unions may not have function members. */
3389 if (TYPE_METHODS (t))
3390 error ("%Jan anonymous union cannot have function members",
3391 TYPE_MAIN_DECL (t));
3393 /* Anonymous aggregates cannot have fields with ctors, dtors or complex
3394 assignment operators (because they cannot have these methods themselves).
3395 For anonymous unions this is already checked because they are not allowed
3396 in any union, otherwise we have to check it. */
3397 if (TREE_CODE (t) != UNION_TYPE)
3399 tree field, type;
3401 for (field = TYPE_FIELDS (t); field; field = TREE_CHAIN (field))
3402 if (TREE_CODE (field) == FIELD_DECL)
3404 type = TREE_TYPE (field);
3405 if (CLASS_TYPE_P (type))
3407 if (TYPE_NEEDS_CONSTRUCTING (type))
3408 cp_error_at ("member %#D' with constructor not allowed in anonymous aggregate",
3409 field);
3410 if (TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
3411 cp_error_at ("member %#D' with destructor not allowed in anonymous aggregate",
3412 field);
3413 if (TYPE_HAS_COMPLEX_ASSIGN_REF (type))
3414 cp_error_at ("member %#D' with copy assignment operator not allowed in anonymous aggregate",
3415 field);
3421 /* Make sure that a declaration with no declarator is well-formed, i.e.
3422 just declares a tagged type or anonymous union.
3424 Returns the type declared; or NULL_TREE if none. */
3426 tree
3427 check_tag_decl (cp_decl_specifier_seq *declspecs)
3429 int saw_friend = declspecs->specs[(int)ds_friend] != 0;
3430 int saw_typedef = declspecs->specs[(int)ds_typedef] != 0;
3431 /* If a class, struct, or enum type is declared by the DECLSPECS
3432 (i.e, if a class-specifier, enum-specifier, or non-typename
3433 elaborated-type-specifier appears in the DECLSPECS),
3434 DECLARED_TYPE is set to the corresponding type. */
3435 tree declared_type = NULL_TREE;
3436 bool error_p = false;
3438 if (declspecs->multiple_types_p)
3439 error ("multiple types in one declaration");
3440 else if (declspecs->redefined_builtin_type)
3442 if (!in_system_header)
3443 pedwarn ("redeclaration of C++ built-in type %qT",
3444 declspecs->redefined_builtin_type);
3445 return NULL_TREE;
3448 if (TYPE_P (declspecs->type)
3449 && ((TREE_CODE (declspecs->type) != TYPENAME_TYPE
3450 && IS_AGGR_TYPE (declspecs->type))
3451 || TREE_CODE (declspecs->type) == ENUMERAL_TYPE))
3452 declared_type = declspecs->type;
3453 else if (declspecs->type == error_mark_node)
3454 error_p = true;
3455 if (declared_type == NULL_TREE && ! saw_friend && !error_p)
3456 pedwarn ("declaration does not declare anything");
3457 /* Check for an anonymous union. */
3458 else if (declared_type && IS_AGGR_TYPE_CODE (TREE_CODE (declared_type))
3459 && TYPE_ANONYMOUS_P (declared_type))
3461 /* 7/3 In a simple-declaration, the optional init-declarator-list
3462 can be omitted only when declaring a class (clause 9) or
3463 enumeration (7.2), that is, when the decl-specifier-seq contains
3464 either a class-specifier, an elaborated-type-specifier with
3465 a class-key (9.1), or an enum-specifier. In these cases and
3466 whenever a class-specifier or enum-specifier is present in the
3467 decl-specifier-seq, the identifiers in these specifiers are among
3468 the names being declared by the declaration (as class-name,
3469 enum-names, or enumerators, depending on the syntax). In such
3470 cases, and except for the declaration of an unnamed bit-field (9.6),
3471 the decl-specifier-seq shall introduce one or more names into the
3472 program, or shall redeclare a name introduced by a previous
3473 declaration. [Example:
3474 enum { }; // ill-formed
3475 typedef class { }; // ill-formed
3476 --end example] */
3477 if (saw_typedef)
3479 error ("missing type-name in typedef-declaration");
3480 return NULL_TREE;
3482 /* Anonymous unions are objects, so they can have specifiers. */;
3483 SET_ANON_AGGR_TYPE_P (declared_type);
3485 if (TREE_CODE (declared_type) != UNION_TYPE && pedantic
3486 && !in_system_header)
3487 pedwarn ("ISO C++ prohibits anonymous structs");
3490 else
3492 if (declspecs->specs[(int)ds_inline]
3493 || declspecs->specs[(int)ds_virtual])
3494 error ("`%s' can only be specified for functions",
3495 declspecs->specs[(int)ds_inline]
3496 ? "inline" : "virtual");
3497 else if (saw_friend
3498 && (!current_class_type
3499 || current_scope () != current_class_type))
3500 error ("`friend' can only be specified inside a class");
3501 else if (declspecs->specs[(int)ds_explicit])
3502 error ("`explicit' can only be specified for constructors");
3503 else if (declspecs->storage_class)
3504 error ("a storage class can only be specified for objects "
3505 "and functions");
3506 else if (declspecs->specs[(int)ds_const]
3507 || declspecs->specs[(int)ds_volatile]
3508 || declspecs->specs[(int)ds_restrict]
3509 || declspecs->specs[(int)ds_thread])
3510 error ("qualifiers can only be specified for objects "
3511 "and functions");
3514 return declared_type;
3517 /* Called when a declaration is seen that contains no names to declare.
3518 If its type is a reference to a structure, union or enum inherited
3519 from a containing scope, shadow that tag name for the current scope
3520 with a forward reference.
3521 If its type defines a new named structure or union
3522 or defines an enum, it is valid but we need not do anything here.
3523 Otherwise, it is an error.
3525 C++: may have to grok the declspecs to learn about static,
3526 complain for anonymous unions.
3528 Returns the TYPE declared -- or NULL_TREE if none. */
3530 tree
3531 shadow_tag (cp_decl_specifier_seq *declspecs)
3533 tree t = check_tag_decl (declspecs);
3535 if (!t)
3536 return NULL_TREE;
3538 maybe_process_partial_specialization (t);
3540 /* This is where the variables in an anonymous union are
3541 declared. An anonymous union declaration looks like:
3542 union { ... } ;
3543 because there is no declarator after the union, the parser
3544 sends that declaration here. */
3545 if (ANON_AGGR_TYPE_P (t))
3547 fixup_anonymous_aggr (t);
3549 if (TYPE_FIELDS (t))
3551 tree decl = grokdeclarator (/*declarator=*/NULL,
3552 declspecs, NORMAL, 0, NULL);
3553 finish_anon_union (decl);
3557 return t;
3560 /* Decode a "typename", such as "int **", returning a ..._TYPE node. */
3562 tree
3563 groktypename (cp_decl_specifier_seq *type_specifiers,
3564 const cp_declarator *declarator)
3566 tree attrs;
3567 tree type;
3568 attrs = type_specifiers->attributes;
3569 type_specifiers->attributes = NULL_TREE;
3570 type = grokdeclarator (declarator, type_specifiers, TYPENAME, 0, &attrs);
3571 if (attrs)
3572 cplus_decl_attributes (&type, attrs, 0);
3573 return type;
3576 /* Decode a declarator in an ordinary declaration or data definition.
3577 This is called as soon as the type information and variable name
3578 have been parsed, before parsing the initializer if any.
3579 Here we create the ..._DECL node, fill in its type,
3580 and put it on the list of decls for the current context.
3581 The ..._DECL node is returned as the value.
3583 Exception: for arrays where the length is not specified,
3584 the type is left null, to be filled in by `cp_finish_decl'.
3586 Function definitions do not come here; they go to start_function
3587 instead. However, external and forward declarations of functions
3588 do go through here. Structure field declarations are done by
3589 grokfield and not through here. */
3591 tree
3592 start_decl (const cp_declarator *declarator,
3593 cp_decl_specifier_seq *declspecs,
3594 int initialized,
3595 tree attributes,
3596 tree prefix_attributes,
3597 bool *pop_scope_p)
3599 tree decl;
3600 tree type, tem;
3601 tree context;
3603 /* This should only be done once on the top most decl. */
3604 if (have_extern_spec)
3606 declspecs->storage_class = sc_extern;
3607 have_extern_spec = false;
3610 /* An object declared as __attribute__((deprecated)) suppresses
3611 warnings of uses of other deprecated items. */
3612 if (lookup_attribute ("deprecated", attributes))
3613 deprecated_state = DEPRECATED_SUPPRESS;
3615 attributes = chainon (attributes, prefix_attributes);
3617 decl = grokdeclarator (declarator, declspecs, NORMAL, initialized,
3618 &attributes);
3620 deprecated_state = DEPRECATED_NORMAL;
3622 if (decl == NULL_TREE || TREE_CODE (decl) == VOID_TYPE)
3623 return NULL_TREE;
3625 type = TREE_TYPE (decl);
3627 if (type == error_mark_node)
3628 return NULL_TREE;
3630 context = DECL_CONTEXT (decl);
3632 if (context)
3633 *pop_scope_p = push_scope (context);
3634 else
3635 *pop_scope_p = false;
3637 /* We are only interested in class contexts, later. */
3638 if (context && TREE_CODE (context) == NAMESPACE_DECL)
3639 context = NULL_TREE;
3641 if (initialized)
3642 /* Is it valid for this decl to have an initializer at all?
3643 If not, set INITIALIZED to zero, which will indirectly
3644 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
3645 switch (TREE_CODE (decl))
3647 case TYPE_DECL:
3648 error ("typedef `%D' is initialized (use __typeof__ instead)", decl);
3649 initialized = 0;
3650 break;
3652 case FUNCTION_DECL:
3653 error ("function `%#D' is initialized like a variable", decl);
3654 initialized = 0;
3655 break;
3657 default:
3658 break;
3661 if (initialized)
3663 if (! toplevel_bindings_p ()
3664 && DECL_EXTERNAL (decl))
3665 warning ("declaration of `%#D' has `extern' and is initialized",
3666 decl);
3667 DECL_EXTERNAL (decl) = 0;
3668 if (toplevel_bindings_p ())
3669 TREE_STATIC (decl) = 1;
3671 /* Tell `pushdecl' this is an initialized decl
3672 even though we don't yet have the initializer expression.
3673 Also tell `cp_finish_decl' it may store the real initializer. */
3674 DECL_INITIAL (decl) = error_mark_node;
3677 /* Set attributes here so if duplicate decl, will have proper attributes. */
3678 cplus_decl_attributes (&decl, attributes, 0);
3680 /* If #pragma weak was used, mark the decl weak now. */
3681 if (global_scope_p (current_binding_level))
3682 maybe_apply_pragma_weak (decl);
3684 if (TREE_CODE (decl) == FUNCTION_DECL
3685 && DECL_DECLARED_INLINE_P (decl)
3686 && DECL_UNINLINABLE (decl)
3687 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl)))
3688 warning ("%Jinline function '%D' given attribute noinline", decl, decl);
3690 if (context && COMPLETE_TYPE_P (complete_type (context)))
3692 if (TREE_CODE (decl) == VAR_DECL)
3694 tree field = lookup_field (context, DECL_NAME (decl), 0, false);
3695 if (field == NULL_TREE || TREE_CODE (field) != VAR_DECL)
3696 error ("`%#D' is not a static member of `%#T'", decl, context);
3697 else
3699 if (DECL_CONTEXT (field) != context)
3701 if (!same_type_p (DECL_CONTEXT (field), context))
3702 pedwarn ("ISO C++ does not permit `%T::%D' to be defined as `%T::%D'",
3703 DECL_CONTEXT (field), DECL_NAME (decl),
3704 context, DECL_NAME (decl));
3705 DECL_CONTEXT (decl) = DECL_CONTEXT (field);
3707 /* Static data member are tricky; an in-class initialization
3708 still doesn't provide a definition, so the in-class
3709 declaration will have DECL_EXTERNAL set, but will have an
3710 initialization. Thus, duplicate_decls won't warn
3711 about this situation, and so we check here. */
3712 if (DECL_INITIAL (decl) && DECL_INITIAL (field))
3713 error ("duplicate initialization of %D", decl);
3714 if (duplicate_decls (decl, field))
3715 decl = field;
3718 else
3720 tree field = check_classfn (context, decl,
3721 (processing_template_decl
3722 > template_class_depth (context))
3723 ? current_template_parms
3724 : NULL_TREE);
3725 if (field && duplicate_decls (decl, field))
3726 decl = field;
3729 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
3730 DECL_IN_AGGR_P (decl) = 0;
3731 if ((DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl))
3732 || CLASSTYPE_TEMPLATE_INSTANTIATION (context))
3734 SET_DECL_TEMPLATE_SPECIALIZATION (decl);
3735 /* [temp.expl.spec] An explicit specialization of a static data
3736 member of a template is a definition if the declaration
3737 includes an initializer; otherwise, it is a declaration.
3739 We check for processing_specialization so this only applies
3740 to the new specialization syntax. */
3741 if (DECL_INITIAL (decl) == NULL_TREE && processing_specialization)
3742 DECL_EXTERNAL (decl) = 1;
3745 if (DECL_EXTERNAL (decl) && ! DECL_TEMPLATE_SPECIALIZATION (decl))
3746 pedwarn ("declaration of `%#D' outside of class is not definition",
3747 decl);
3750 /* Enter this declaration into the symbol table. */
3751 tem = maybe_push_decl (decl);
3753 if (processing_template_decl)
3754 tem = push_template_decl (tem);
3755 if (tem == error_mark_node)
3756 return error_mark_node;
3758 #if ! defined (ASM_OUTPUT_BSS) && ! defined (ASM_OUTPUT_ALIGNED_BSS)
3759 /* Tell the back-end to use or not use .common as appropriate. If we say
3760 -fconserve-space, we want this to save .data space, at the expense of
3761 wrong semantics. If we say -fno-conserve-space, we want this to
3762 produce errors about redefs; to do this we force variables into the
3763 data segment. */
3764 DECL_COMMON (tem) = ((TREE_CODE (tem) != VAR_DECL
3765 || !DECL_THREAD_LOCAL (tem))
3766 && (flag_conserve_space || ! TREE_PUBLIC (tem)));
3767 #endif
3769 if (! processing_template_decl)
3770 start_decl_1 (tem);
3772 return tem;
3775 void
3776 start_decl_1 (tree decl)
3778 tree type = TREE_TYPE (decl);
3779 int initialized = (DECL_INITIAL (decl) != NULL_TREE);
3781 if (type == error_mark_node)
3782 return;
3784 if (initialized)
3785 /* Is it valid for this decl to have an initializer at all?
3786 If not, set INITIALIZED to zero, which will indirectly
3787 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
3789 /* Don't allow initializations for incomplete types except for
3790 arrays which might be completed by the initialization. */
3791 if (COMPLETE_TYPE_P (complete_type (type)))
3792 ; /* A complete type is ok. */
3793 else if (TREE_CODE (type) != ARRAY_TYPE)
3795 error ("variable `%#D' has initializer but incomplete type",
3796 decl);
3797 initialized = 0;
3798 type = TREE_TYPE (decl) = error_mark_node;
3800 else if (!COMPLETE_TYPE_P (complete_type (TREE_TYPE (type))))
3802 if (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl))
3803 error ("elements of array `%#D' have incomplete type", decl);
3804 /* else we already gave an error in start_decl. */
3805 initialized = 0;
3809 if (!initialized
3810 && TREE_CODE (decl) != TYPE_DECL
3811 && TREE_CODE (decl) != TEMPLATE_DECL
3812 && type != error_mark_node
3813 && IS_AGGR_TYPE (type)
3814 && ! DECL_EXTERNAL (decl))
3816 if ((! processing_template_decl || ! uses_template_parms (type))
3817 && !COMPLETE_TYPE_P (complete_type (type)))
3819 error ("aggregate `%#D' has incomplete type and cannot be defined",
3820 decl);
3821 /* Change the type so that assemble_variable will give
3822 DECL an rtl we can live with: (mem (const_int 0)). */
3823 type = TREE_TYPE (decl) = error_mark_node;
3825 else
3827 /* If any base type in the hierarchy of TYPE needs a constructor,
3828 then we set initialized to 1. This way any nodes which are
3829 created for the purposes of initializing this aggregate
3830 will live as long as it does. This is necessary for global
3831 aggregates which do not have their initializers processed until
3832 the end of the file. */
3833 initialized = TYPE_NEEDS_CONSTRUCTING (type);
3837 if (! initialized)
3838 DECL_INITIAL (decl) = NULL_TREE;
3840 /* Create a new scope to hold this declaration if necessary.
3841 Whether or not a new scope is necessary cannot be determined
3842 until after the type has been completed; if the type is a
3843 specialization of a class template it is not until after
3844 instantiation has occurred that TYPE_HAS_NONTRIVIAL_DESTRUCTOR
3845 will be set correctly. */
3846 maybe_push_cleanup_level (type);
3849 /* Handle initialization of references. DECL, TYPE, and INIT have the
3850 same meaning as in cp_finish_decl. *CLEANUP must be NULL on entry,
3851 but will be set to a new CLEANUP_STMT if a temporary is created
3852 that must be destroyed subsequently.
3854 Returns an initializer expression to use to initialize DECL, or
3855 NULL if the initialization can be performed statically.
3857 Quotes on semantics can be found in ARM 8.4.3. */
3859 static tree
3860 grok_reference_init (tree decl, tree type, tree init, tree *cleanup)
3862 tree tmp;
3864 if (init == NULL_TREE)
3866 if ((DECL_LANG_SPECIFIC (decl) == 0
3867 || DECL_IN_AGGR_P (decl) == 0)
3868 && ! DECL_THIS_EXTERN (decl))
3869 error ("`%D' declared as reference but not initialized", decl);
3870 return NULL_TREE;
3873 if (TREE_CODE (init) == CONSTRUCTOR)
3875 error ("ISO C++ forbids use of initializer list to initialize reference `%D'", decl);
3876 return NULL_TREE;
3879 if (TREE_CODE (init) == TREE_LIST)
3880 init = build_x_compound_expr_from_list (init, "initializer");
3882 if (TREE_CODE (TREE_TYPE (init)) == REFERENCE_TYPE)
3883 init = convert_from_reference (init);
3885 if (TREE_CODE (TREE_TYPE (type)) != ARRAY_TYPE
3886 && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE)
3887 /* Note: default conversion is only called in very special cases. */
3888 init = decay_conversion (init);
3890 /* Convert INIT to the reference type TYPE. This may involve the
3891 creation of a temporary, whose lifetime must be the same as that
3892 of the reference. If so, a DECL_EXPR for the temporary will be
3893 added just after the DECL_EXPR for DECL. That's why we don't set
3894 DECL_INITIAL for local references (instead assigning to them
3895 explicitly); we need to allow the temporary to be initialized
3896 first. */
3897 tmp = initialize_reference (type, init, decl, cleanup);
3899 if (tmp == error_mark_node)
3900 return NULL_TREE;
3901 else if (tmp == NULL_TREE)
3903 error ("cannot initialize `%T' from `%T'", type, TREE_TYPE (init));
3904 return NULL_TREE;
3907 if (TREE_STATIC (decl) && !TREE_CONSTANT (tmp))
3908 return tmp;
3910 DECL_INITIAL (decl) = tmp;
3912 return NULL_TREE;
3915 /* When parsing `int a[] = {1, 2};' we don't know the size of the
3916 array until we finish parsing the initializer. If that's the
3917 situation we're in, update DECL accordingly. */
3919 static void
3920 maybe_deduce_size_from_array_init (tree decl, tree init)
3922 tree type = TREE_TYPE (decl);
3924 if (TREE_CODE (type) == ARRAY_TYPE
3925 && TYPE_DOMAIN (type) == NULL_TREE
3926 && TREE_CODE (decl) != TYPE_DECL)
3928 /* do_default is really a C-ism to deal with tentative definitions.
3929 But let's leave it here to ease the eventual merge. */
3930 int do_default = !DECL_EXTERNAL (decl);
3931 tree initializer = init ? init : DECL_INITIAL (decl);
3932 int failure = complete_array_type (type, initializer, do_default);
3934 if (failure == 1)
3935 error ("initializer fails to determine size of `%D'", decl);
3937 if (failure == 2)
3939 if (do_default)
3940 error ("array size missing in `%D'", decl);
3941 /* If a `static' var's size isn't known, make it extern as
3942 well as static, so it does not get allocated. If it's not
3943 `static', then don't mark it extern; finish_incomplete_decl
3944 will give it a default size and it will get allocated. */
3945 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl))
3946 DECL_EXTERNAL (decl) = 1;
3949 if (pedantic && TYPE_DOMAIN (type) != NULL_TREE
3950 && tree_int_cst_lt (TYPE_MAX_VALUE (TYPE_DOMAIN (type)),
3951 integer_zero_node))
3952 error ("zero-size array `%D'", decl);
3954 layout_decl (decl, 0);
3958 /* Set DECL_SIZE, DECL_ALIGN, etc. for DECL (a VAR_DECL), and issue
3959 any appropriate error messages regarding the layout. */
3961 static void
3962 layout_var_decl (tree decl)
3964 tree type = TREE_TYPE (decl);
3965 #if 0
3966 tree ttype = target_type (type);
3967 #endif
3969 /* If we haven't already layed out this declaration, do so now.
3970 Note that we must not call complete type for an external object
3971 because it's type might involve templates that we are not
3972 supposed to instantiate yet. (And it's perfectly valid to say
3973 `extern X x' for some incomplete type `X'.) */
3974 if (!DECL_EXTERNAL (decl))
3975 complete_type (type);
3976 if (!DECL_SIZE (decl)
3977 && TREE_TYPE (decl) != error_mark_node
3978 && (COMPLETE_TYPE_P (type)
3979 || (TREE_CODE (type) == ARRAY_TYPE
3980 && !TYPE_DOMAIN (type)
3981 && COMPLETE_TYPE_P (TREE_TYPE (type)))))
3982 layout_decl (decl, 0);
3984 if (!DECL_EXTERNAL (decl) && DECL_SIZE (decl) == NULL_TREE)
3986 /* An automatic variable with an incomplete type: that is an error.
3987 Don't talk about array types here, since we took care of that
3988 message in grokdeclarator. */
3989 error ("storage size of `%D' isn't known", decl);
3990 TREE_TYPE (decl) = error_mark_node;
3992 #if 0
3993 /* Keep this code around in case we later want to control debug info
3994 based on whether a type is "used". (jason 1999-11-11) */
3996 else if (!DECL_EXTERNAL (decl) && IS_AGGR_TYPE (ttype))
3997 /* Let debugger know it should output info for this type. */
3998 note_debug_info_needed (ttype);
4000 if (TREE_STATIC (decl) && DECL_CLASS_SCOPE_P (decl))
4001 note_debug_info_needed (DECL_CONTEXT (decl));
4002 #endif
4004 if ((DECL_EXTERNAL (decl) || TREE_STATIC (decl))
4005 && DECL_SIZE (decl) != NULL_TREE
4006 && ! TREE_CONSTANT (DECL_SIZE (decl)))
4008 if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST)
4009 constant_expression_warning (DECL_SIZE (decl));
4010 else
4011 error ("storage size of `%D' isn't constant", decl);
4014 if (TREE_STATIC (decl)
4015 && !DECL_ARTIFICIAL (decl)
4016 && current_function_decl
4017 && DECL_CONTEXT (decl) == current_function_decl)
4018 push_local_name (decl);
4021 /* If a local static variable is declared in an inline function, or if
4022 we have a weak definition, we must endeavor to create only one
4023 instance of the variable at link-time. */
4025 static void
4026 maybe_commonize_var (tree decl)
4028 /* Static data in a function with comdat linkage also has comdat
4029 linkage. */
4030 if (TREE_STATIC (decl)
4031 /* Don't mess with __FUNCTION__. */
4032 && ! DECL_ARTIFICIAL (decl)
4033 && DECL_FUNCTION_SCOPE_P (decl)
4034 /* Unfortunately, import_export_decl has not always been called
4035 before the function is processed, so we cannot simply check
4036 DECL_COMDAT. */
4037 && (DECL_COMDAT (DECL_CONTEXT (decl))
4038 || ((DECL_DECLARED_INLINE_P (DECL_CONTEXT (decl))
4039 || DECL_TEMPLATE_INSTANTIATION (DECL_CONTEXT (decl)))
4040 && TREE_PUBLIC (DECL_CONTEXT (decl)))))
4042 if (flag_weak)
4044 /* With weak symbols, we simply make the variable COMDAT;
4045 that will cause copies in multiple translations units to
4046 be merged. */
4047 comdat_linkage (decl);
4049 else
4051 if (DECL_INITIAL (decl) == NULL_TREE
4052 || DECL_INITIAL (decl) == error_mark_node)
4054 /* Without weak symbols, we can use COMMON to merge
4055 uninitialized variables. */
4056 TREE_PUBLIC (decl) = 1;
4057 DECL_COMMON (decl) = 1;
4059 else
4061 /* While for initialized variables, we must use internal
4062 linkage -- which means that multiple copies will not
4063 be merged. */
4064 TREE_PUBLIC (decl) = 0;
4065 DECL_COMMON (decl) = 0;
4066 cp_warning_at ("sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)", decl);
4067 warning ("%J you can work around this by removing the initializer",
4068 decl);
4072 else if (DECL_LANG_SPECIFIC (decl) && DECL_COMDAT (decl))
4073 /* Set it up again; we might have set DECL_INITIAL since the last
4074 time. */
4075 comdat_linkage (decl);
4078 /* Issue an error message if DECL is an uninitialized const variable. */
4080 static void
4081 check_for_uninitialized_const_var (tree decl)
4083 tree type = TREE_TYPE (decl);
4085 /* ``Unless explicitly declared extern, a const object does not have
4086 external linkage and must be initialized. ($8.4; $12.1)'' ARM
4087 7.1.6 */
4088 if (TREE_CODE (decl) == VAR_DECL
4089 && TREE_CODE (type) != REFERENCE_TYPE
4090 && CP_TYPE_CONST_P (type)
4091 && !TYPE_NEEDS_CONSTRUCTING (type)
4092 && !DECL_INITIAL (decl))
4093 error ("uninitialized const `%D'", decl);
4096 /* FIELD is a FIELD_DECL or NULL. In the former case, the value
4097 returned is the next FIELD_DECL (possibly FIELD itself) that can be
4098 initialized. If there are no more such fields, the return value
4099 will be NULL. */
4101 static tree
4102 next_initializable_field (tree field)
4104 while (field
4105 && (TREE_CODE (field) != FIELD_DECL
4106 || (DECL_C_BIT_FIELD (field) && !DECL_NAME (field))
4107 || DECL_ARTIFICIAL (field)))
4108 field = TREE_CHAIN (field);
4110 return field;
4113 /* Undo the brace-elision allowed by [dcl.init.aggr] in a
4114 brace-enclosed aggregate initializer.
4116 *INITP is one of a list of initializers describing a brace-enclosed
4117 initializer for an entity of the indicated aggregate TYPE. It may
4118 not presently match the shape of the TYPE; for example:
4120 struct S { int a; int b; };
4121 struct S a[] = { 1, 2, 3, 4 };
4123 Here *INITP will point to TREE_LIST of four elements, rather than a
4124 list of two elements, each itself a list of two elements. This
4125 routine transforms INIT from the former form into the latter. The
4126 revised initializer is returned. */
4128 static tree
4129 reshape_init (tree type, tree *initp)
4131 tree inits;
4132 tree old_init;
4133 tree old_init_value;
4134 tree new_init;
4135 bool brace_enclosed_p;
4137 old_init = *initp;
4138 old_init_value = (TREE_CODE (*initp) == TREE_LIST
4139 ? TREE_VALUE (*initp) : old_init);
4141 gcc_assert (old_init_value);
4143 /* If the initializer is brace-enclosed, pull initializers from the
4144 enclosed elements. Advance past the brace-enclosed initializer
4145 now. */
4146 if (TREE_CODE (old_init_value) == CONSTRUCTOR
4147 && BRACE_ENCLOSED_INITIALIZER_P (old_init_value))
4149 *initp = TREE_CHAIN (old_init);
4150 TREE_CHAIN (old_init) = NULL_TREE;
4151 inits = CONSTRUCTOR_ELTS (old_init_value);
4152 initp = &inits;
4153 brace_enclosed_p = true;
4155 else
4157 inits = NULL_TREE;
4158 brace_enclosed_p = false;
4161 /* A non-aggregate type is always initialized with a single
4162 initializer. */
4163 if (!CP_AGGREGATE_TYPE_P (type))
4165 *initp = TREE_CHAIN (old_init);
4166 TREE_CHAIN (old_init) = NULL_TREE;
4167 /* It is invalid to initialize a non-aggregate type with a
4168 brace-enclosed initializer. */
4169 if (brace_enclosed_p)
4171 error ("brace-enclosed initializer used to initialize `%T'",
4172 type);
4173 if (TREE_CODE (old_init) == TREE_LIST)
4174 TREE_VALUE (old_init) = error_mark_node;
4175 else
4176 old_init = error_mark_node;
4179 return old_init;
4182 /* [dcl.init.aggr]
4184 All implicit type conversions (clause _conv_) are considered when
4185 initializing the aggregate member with an initializer from an
4186 initializer-list. If the initializer can initialize a member,
4187 the member is initialized. Otherwise, if the member is itself a
4188 non-empty subaggregate, brace elision is assumed and the
4189 initializer is considered for the initialization of the first
4190 member of the subaggregate. */
4191 if (!brace_enclosed_p
4192 && can_convert_arg (type, TREE_TYPE (old_init_value), old_init_value))
4194 *initp = TREE_CHAIN (old_init);
4195 TREE_CHAIN (old_init) = NULL_TREE;
4196 return old_init;
4199 if (TREE_CODE (old_init_value) == STRING_CST
4200 && TREE_CODE (type) == ARRAY_TYPE
4201 && char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (type))))
4203 /* [dcl.init.string]
4205 A char array (whether plain char, signed char, or unsigned char)
4206 can be initialized by a string-literal (optionally enclosed in
4207 braces); a wchar_t array can be initialized by a wide
4208 string-literal (optionally enclosed in braces). */
4209 new_init = old_init;
4210 /* Move past the initializer. */
4211 *initp = TREE_CHAIN (old_init);
4212 TREE_CHAIN (old_init) = NULL_TREE;
4214 else
4216 /* Build a CONSTRUCTOR to hold the contents of the aggregate. */
4217 new_init = build_constructor (NULL_TREE, NULL_TREE);
4219 if (CLASS_TYPE_P (type))
4221 tree field;
4223 field = next_initializable_field (TYPE_FIELDS (type));
4225 if (!field)
4227 /* [dcl.init.aggr]
4229 An initializer for an aggregate member that is an
4230 empty class shall have the form of an empty
4231 initializer-list {}. */
4232 if (!brace_enclosed_p)
4234 error ("initializer for `%T' must be brace-enclosed",
4235 type);
4236 return error_mark_node;
4239 else
4241 /* Loop through the initializable fields, gathering
4242 initializers. */
4243 while (*initp)
4245 tree field_init;
4247 /* Handle designated initializers, as an extension. */
4248 if (TREE_PURPOSE (*initp))
4250 if (pedantic)
4251 pedwarn ("ISO C++ does not allow designated initializers");
4252 field = lookup_field_1 (type, TREE_PURPOSE (*initp),
4253 /*want_type=*/false);
4254 if (!field || TREE_CODE (field) != FIELD_DECL)
4255 error ("`%T' has no non-static data member named `%D'",
4256 type, TREE_PURPOSE (*initp));
4258 if (!field)
4259 break;
4261 field_init = reshape_init (TREE_TYPE (field), initp);
4262 if (field_init == error_mark_node)
4263 return error_mark_node;
4264 TREE_CHAIN (field_init) = CONSTRUCTOR_ELTS (new_init);
4265 CONSTRUCTOR_ELTS (new_init) = field_init;
4266 /* [dcl.init.aggr]
4268 When a union is initialized with a brace-enclosed
4269 initializer, the braces shall only contain an
4270 initializer for the first member of the union. */
4271 if (TREE_CODE (type) == UNION_TYPE)
4272 break;
4273 field = next_initializable_field (TREE_CHAIN (field));
4277 else if (TREE_CODE (type) == ARRAY_TYPE
4278 || TREE_CODE (type) == VECTOR_TYPE)
4280 tree index;
4281 tree max_index;
4283 /* If the bound of the array is known, take no more initializers
4284 than are allowed. */
4285 max_index = NULL_TREE;
4286 if (TREE_CODE (type) == ARRAY_TYPE)
4288 if (TYPE_DOMAIN (type))
4289 max_index = array_type_nelts (type);
4291 else
4293 /* For a vector, the representation type is a struct
4294 containing a single member which is an array of the
4295 appropriate size. */
4296 tree rtype = TYPE_DEBUG_REPRESENTATION_TYPE (type);
4297 if (rtype && TYPE_DOMAIN (TREE_TYPE (TYPE_FIELDS (rtype))))
4298 max_index = array_type_nelts (TREE_TYPE (TYPE_FIELDS (rtype)));
4301 /* Loop through the array elements, gathering initializers. */
4302 for (index = size_zero_node;
4303 *initp && (!max_index || !tree_int_cst_lt (max_index, index));
4304 index = size_binop (PLUS_EXPR, index, size_one_node))
4306 tree element_init;
4308 element_init = reshape_init (TREE_TYPE (type), initp);
4309 if (element_init == error_mark_node)
4310 return error_mark_node;
4311 TREE_CHAIN (element_init) = CONSTRUCTOR_ELTS (new_init);
4312 CONSTRUCTOR_ELTS (new_init) = element_init;
4313 if (TREE_PURPOSE (element_init))
4315 tree next_index = TREE_PURPOSE (element_init);
4316 if (TREE_CODE (next_index) == IDENTIFIER_NODE)
4318 error ("name `%D' used in a GNU-style designated "
4319 "initializer for an array", next_index);
4320 TREE_PURPOSE (element_init) = NULL_TREE;
4322 else
4323 index = next_index;
4327 else
4328 gcc_unreachable ();
4330 /* The initializers were placed in reverse order in the
4331 CONSTRUCTOR. */
4332 CONSTRUCTOR_ELTS (new_init) = nreverse (CONSTRUCTOR_ELTS (new_init));
4334 if (TREE_CODE (old_init) == TREE_LIST)
4335 new_init = build_tree_list (TREE_PURPOSE (old_init), new_init);
4338 /* If this was a brace-enclosed initializer and all of the
4339 initializers were not used up, there is a problem. */
4340 if (brace_enclosed_p && *initp)
4341 error ("too many initializers for `%T'", type);
4343 return new_init;
4346 /* Verify INIT (the initializer for DECL), and record the
4347 initialization in DECL_INITIAL, if appropriate. CLEANUP is as for
4348 grok_reference_init.
4350 If the return value is non-NULL, it is an expression that must be
4351 evaluated dynamically to initialize DECL. */
4353 static tree
4354 check_initializer (tree decl, tree init, int flags, tree *cleanup)
4356 tree type = TREE_TYPE (decl);
4357 tree init_code = NULL;
4359 /* If `start_decl' didn't like having an initialization, ignore it now. */
4360 if (init != NULL_TREE && DECL_INITIAL (decl) == NULL_TREE)
4361 init = NULL_TREE;
4363 /* If an initializer is present, DECL_INITIAL has been
4364 error_mark_node, to indicate that an as-of-yet unevaluated
4365 initialization will occur. From now on, DECL_INITIAL reflects
4366 the static initialization -- if any -- of DECL. */
4367 DECL_INITIAL (decl) = NULL_TREE;
4369 /* Things that are going to be initialized need to have complete
4370 type. */
4371 TREE_TYPE (decl) = type = complete_type (TREE_TYPE (decl));
4373 if (type == error_mark_node)
4374 /* We will have already complained. */
4375 init = NULL_TREE;
4376 else if (init && COMPLETE_TYPE_P (type)
4377 && !TREE_CONSTANT (TYPE_SIZE (type)))
4379 error ("variable-sized object `%D' may not be initialized", decl);
4380 init = NULL_TREE;
4382 else if (TREE_CODE (type) == ARRAY_TYPE
4383 && !COMPLETE_TYPE_P (complete_type (TREE_TYPE (type))))
4385 error ("elements of array `%#D' have incomplete type", decl);
4386 init = NULL_TREE;
4388 else if (TREE_CODE (type) != ARRAY_TYPE && !COMPLETE_TYPE_P (type))
4390 error ("`%D' has incomplete type", decl);
4391 TREE_TYPE (decl) = error_mark_node;
4392 init = NULL_TREE;
4395 if (TREE_CODE (decl) == CONST_DECL)
4397 gcc_assert (TREE_CODE (decl) != REFERENCE_TYPE);
4399 DECL_INITIAL (decl) = init;
4401 gcc_assert (init != NULL_TREE);
4402 init = NULL_TREE;
4404 else if (!DECL_EXTERNAL (decl) && TREE_CODE (type) == REFERENCE_TYPE)
4405 init = grok_reference_init (decl, type, init, cleanup);
4406 else if (init)
4408 if (TREE_CODE (init) == CONSTRUCTOR
4409 && BRACE_ENCLOSED_INITIALIZER_P (init))
4411 /* [dcl.init] paragraph 13,
4412 If T is a scalar type, then a declaration of the form
4413 T x = { a };
4414 is equivalent to
4415 T x = a;
4417 reshape_init will complain about the extra braces,
4418 and doesn't do anything useful in the case where TYPE is
4419 scalar, so just don't call it. */
4420 if (CP_AGGREGATE_TYPE_P (type))
4421 init = reshape_init (type, &init);
4423 if ((*targetm.vector_opaque_p) (type))
4425 error ("opaque vector types cannot be initialized");
4426 init = error_mark_node;
4430 /* If DECL has an array type without a specific bound, deduce the
4431 array size from the initializer. */
4432 maybe_deduce_size_from_array_init (decl, init);
4433 type = TREE_TYPE (decl);
4435 if (TYPE_HAS_CONSTRUCTOR (type) || TYPE_NEEDS_CONSTRUCTING (type))
4437 if (TREE_CODE (type) == ARRAY_TYPE)
4438 goto initialize_aggr;
4439 else if (TREE_CODE (init) == CONSTRUCTOR
4440 && BRACE_ENCLOSED_INITIALIZER_P (init))
4442 if (TYPE_NON_AGGREGATE_CLASS (type))
4444 error ("`%D' must be initialized by constructor, not by `{...}'",
4445 decl);
4446 init = error_mark_node;
4448 else
4449 goto dont_use_constructor;
4451 else
4453 int saved_stmts_are_full_exprs_p;
4455 initialize_aggr:
4456 saved_stmts_are_full_exprs_p = 0;
4457 if (building_stmt_tree ())
4459 saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
4460 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
4462 init = build_aggr_init (decl, init, flags);
4463 if (building_stmt_tree ())
4464 current_stmt_tree ()->stmts_are_full_exprs_p =
4465 saved_stmts_are_full_exprs_p;
4466 return init;
4469 else
4471 dont_use_constructor:
4472 if (TREE_CODE (init) != TREE_VEC)
4474 init_code = store_init_value (decl, init);
4475 init = NULL;
4479 else if (DECL_EXTERNAL (decl))
4481 else if (TYPE_P (type) && TYPE_NEEDS_CONSTRUCTING (type))
4482 goto initialize_aggr;
4483 else if (IS_AGGR_TYPE (type))
4485 tree core_type = strip_array_types (type);
4487 if (CLASSTYPE_READONLY_FIELDS_NEED_INIT (core_type))
4488 error ("structure `%D' with uninitialized const members", decl);
4489 if (CLASSTYPE_REF_FIELDS_NEED_INIT (core_type))
4490 error ("structure `%D' with uninitialized reference members",
4491 decl);
4493 check_for_uninitialized_const_var (decl);
4495 else
4496 check_for_uninitialized_const_var (decl);
4498 if (init && init != error_mark_node)
4499 init_code = build2 (INIT_EXPR, type, decl, init);
4501 return init_code;
4504 /* If DECL is not a local variable, give it RTL. */
4506 static void
4507 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec)
4509 int toplev = toplevel_bindings_p ();
4510 int defer_p;
4512 /* Set the DECL_ASSEMBLER_NAME for the object. */
4513 if (asmspec)
4515 /* The `register' keyword, when used together with an
4516 asm-specification, indicates that the variable should be
4517 placed in a particular register. */
4518 if (TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl))
4520 change_decl_assembler_name (decl, get_identifier (asmspec));
4521 DECL_HARD_REGISTER (decl) = 1;
4523 else
4524 set_user_assembler_name (decl, asmspec);
4527 /* Handle non-variables up front. */
4528 if (TREE_CODE (decl) != VAR_DECL)
4530 rest_of_decl_compilation (decl, toplev, at_eof);
4531 return;
4534 /* If we see a class member here, it should be a static data
4535 member. */
4536 if (DECL_LANG_SPECIFIC (decl) && DECL_IN_AGGR_P (decl))
4538 gcc_assert (TREE_STATIC (decl));
4539 /* An in-class declaration of a static data member should be
4540 external; it is only a declaration, and not a definition. */
4541 if (init == NULL_TREE)
4542 gcc_assert (DECL_EXTERNAL (decl));
4545 /* We don't create any RTL for local variables. */
4546 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl))
4547 return;
4549 /* We defer emission of local statics until the corresponding
4550 DECL_EXPR is expanded. */
4551 defer_p = DECL_FUNCTION_SCOPE_P (decl) || DECL_VIRTUAL_P (decl);
4553 /* We try to defer namespace-scope static constants so that they are
4554 not emitted into the object file unnecessarily. */
4555 if (!DECL_VIRTUAL_P (decl)
4556 && TREE_READONLY (decl)
4557 && DECL_INITIAL (decl) != NULL_TREE
4558 && DECL_INITIAL (decl) != error_mark_node
4559 && ! EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl))
4560 && toplev
4561 && !TREE_PUBLIC (decl))
4563 /* Fool with the linkage of static consts according to #pragma
4564 interface. */
4565 if (!interface_unknown && !TREE_PUBLIC (decl))
4567 TREE_PUBLIC (decl) = 1;
4568 DECL_EXTERNAL (decl) = interface_only;
4571 defer_p = 1;
4573 /* Likewise for template instantiations. */
4574 else if (DECL_LANG_SPECIFIC (decl)
4575 && DECL_IMPLICIT_INSTANTIATION (decl))
4576 defer_p = 1;
4578 /* If we're not deferring, go ahead and assemble the variable. */
4579 if (!defer_p)
4580 rest_of_decl_compilation (decl, toplev, at_eof);
4583 /* Generate code to initialize DECL (a local variable). */
4585 static void
4586 initialize_local_var (tree decl, tree init)
4588 tree type = TREE_TYPE (decl);
4589 tree cleanup;
4591 gcc_assert (TREE_CODE (decl) == VAR_DECL
4592 || TREE_CODE (decl) == RESULT_DECL);
4593 gcc_assert (!TREE_STATIC (decl));
4595 if (DECL_SIZE (decl) == NULL_TREE)
4597 /* If we used it already as memory, it must stay in memory. */
4598 DECL_INITIAL (decl) = NULL_TREE;
4599 TREE_ADDRESSABLE (decl) = TREE_USED (decl);
4602 if (DECL_SIZE (decl) && type != error_mark_node)
4604 int already_used;
4606 /* Compute and store the initial value. */
4607 already_used = TREE_USED (decl) || TREE_USED (type);
4609 /* Perform the initialization. */
4610 if (init)
4612 int saved_stmts_are_full_exprs_p;
4614 gcc_assert (building_stmt_tree ());
4615 saved_stmts_are_full_exprs_p = stmts_are_full_exprs_p ();
4616 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
4617 finish_expr_stmt (init);
4618 current_stmt_tree ()->stmts_are_full_exprs_p =
4619 saved_stmts_are_full_exprs_p;
4622 /* Set this to 0 so we can tell whether an aggregate which was
4623 initialized was ever used. Don't do this if it has a
4624 destructor, so we don't complain about the 'resource
4625 allocation is initialization' idiom. Now set
4626 attribute((unused)) on types so decls of that type will be
4627 marked used. (see TREE_USED, above.) */
4628 if (TYPE_NEEDS_CONSTRUCTING (type)
4629 && ! already_used
4630 && TYPE_HAS_TRIVIAL_DESTRUCTOR (type)
4631 && DECL_NAME (decl))
4632 TREE_USED (decl) = 0;
4633 else if (already_used)
4634 TREE_USED (decl) = 1;
4637 /* Generate a cleanup, if necessary. */
4638 cleanup = cxx_maybe_build_cleanup (decl);
4639 if (DECL_SIZE (decl) && cleanup)
4640 finish_decl_cleanup (decl, cleanup);
4643 /* DECL is a VAR_DECL for a compiler-generated variable with static
4644 storage duration (like a virtual table) whose initializer is a
4645 compile-time constant. Initialize the variable and provide it to
4646 the back end. */
4648 void
4649 initialize_artificial_var (tree decl, tree init)
4651 DECL_INITIAL (decl) = build_constructor (NULL_TREE, init);
4652 DECL_INITIALIZED_P (decl) = 1;
4653 determine_visibility (decl);
4654 layout_var_decl (decl);
4655 maybe_commonize_var (decl);
4656 make_rtl_for_nonlocal_decl (decl, init, /*asmspec=*/NULL);
4659 /* Finish processing of a declaration;
4660 install its line number and initial value.
4661 If the length of an array type is not known before,
4662 it must be determined now, from the initial value, or it is an error.
4664 INIT holds the value of an initializer that should be allowed to escape
4665 the normal rules.
4667 FLAGS is LOOKUP_ONLYCONVERTING if the = init syntax was used, else 0
4668 if the (init) syntax was used. */
4670 void
4671 cp_finish_decl (tree decl, tree init, tree asmspec_tree, int flags)
4673 tree type;
4674 tree ttype = NULL_TREE;
4675 tree cleanup;
4676 const char *asmspec = NULL;
4677 int was_readonly = 0;
4679 if (decl == error_mark_node)
4680 return;
4681 else if (! decl)
4683 if (init)
4684 error ("assignment (not initialization) in declaration");
4685 return;
4688 gcc_assert (TREE_CODE (decl) != RESULT_DECL);
4690 /* Assume no cleanup is required. */
4691 cleanup = NULL_TREE;
4693 /* If a name was specified, get the string. */
4694 if (global_scope_p (current_binding_level))
4695 asmspec_tree = maybe_apply_renaming_pragma (decl, asmspec_tree);
4696 if (asmspec_tree)
4697 asmspec = TREE_STRING_POINTER (asmspec_tree);
4699 if (init && TREE_CODE (init) == NAMESPACE_DECL)
4701 error ("cannot initialize `%D' to namespace `%D'",
4702 decl, init);
4703 init = NULL_TREE;
4706 if (current_class_type
4707 && CP_DECL_CONTEXT (decl) == current_class_type
4708 && TYPE_BEING_DEFINED (current_class_type)
4709 && (DECL_INITIAL (decl) || init))
4710 DECL_INITIALIZED_IN_CLASS_P (decl) = 1;
4712 type = TREE_TYPE (decl);
4714 if (type == error_mark_node)
4715 goto finish_end;
4717 if (TYPE_HAS_MUTABLE_P (type))
4718 TREE_READONLY (decl) = 0;
4720 if (processing_template_decl)
4722 /* Add this declaration to the statement-tree. */
4723 if (at_function_scope_p ())
4724 add_decl_expr (decl);
4726 if (init && DECL_INITIAL (decl))
4727 DECL_INITIAL (decl) = init;
4728 if (TREE_CODE (decl) == VAR_DECL
4729 && !DECL_PRETTY_FUNCTION_P (decl)
4730 && !dependent_type_p (TREE_TYPE (decl)))
4731 maybe_deduce_size_from_array_init (decl, init);
4732 goto finish_end;
4735 /* Parameters are handled by store_parm_decls, not cp_finish_decl. */
4736 gcc_assert (TREE_CODE (decl) != PARM_DECL);
4738 /* Take care of TYPE_DECLs up front. */
4739 if (TREE_CODE (decl) == TYPE_DECL)
4741 if (type != error_mark_node
4742 && IS_AGGR_TYPE (type) && DECL_NAME (decl))
4744 if (TREE_TYPE (DECL_NAME (decl)) && TREE_TYPE (decl) != type)
4745 warning ("shadowing previous type declaration of `%#D'", decl);
4746 set_identifier_type_value (DECL_NAME (decl), decl);
4749 /* If we have installed this as the canonical typedef for this
4750 type, and that type has not been defined yet, delay emitting
4751 the debug information for it, as we will emit it later. */
4752 if (TYPE_MAIN_DECL (TREE_TYPE (decl)) == decl
4753 && !COMPLETE_TYPE_P (TREE_TYPE (decl)))
4754 TYPE_DECL_SUPPRESS_DEBUG (decl) = 1;
4756 rest_of_decl_compilation (decl, DECL_CONTEXT (decl) == NULL_TREE,
4757 at_eof);
4758 goto finish_end;
4761 if (TREE_CODE (decl) != FUNCTION_DECL)
4762 ttype = target_type (type);
4765 /* Currently, GNU C++ puts constants in text space, making them
4766 impossible to initialize. In the future, one would hope for
4767 an operating system which understood the difference between
4768 initialization and the running of a program. */
4769 if (! DECL_EXTERNAL (decl) && TREE_READONLY (decl))
4771 was_readonly = 1;
4772 if (TYPE_NEEDS_CONSTRUCTING (type)
4773 || TREE_CODE (type) == REFERENCE_TYPE)
4774 TREE_READONLY (decl) = 0;
4777 if (TREE_CODE (decl) == VAR_DECL)
4779 /* Only PODs can have thread-local storage. Other types may require
4780 various kinds of non-trivial initialization. */
4781 if (DECL_THREAD_LOCAL (decl) && !pod_type_p (TREE_TYPE (decl)))
4782 error ("`%D' cannot be thread-local because it has non-POD type `%T'",
4783 decl, TREE_TYPE (decl));
4784 /* Convert the initializer to the type of DECL, if we have not
4785 already initialized DECL. */
4786 if (!DECL_INITIALIZED_P (decl)
4787 /* If !DECL_EXTERNAL then DECL is being defined. In the
4788 case of a static data member initialized inside the
4789 class-specifier, there can be an initializer even if DECL
4790 is *not* defined. */
4791 && (!DECL_EXTERNAL (decl) || init))
4793 init = check_initializer (decl, init, flags, &cleanup);
4794 /* Thread-local storage cannot be dynamically initialized. */
4795 if (DECL_THREAD_LOCAL (decl) && init)
4797 error ("`%D' is thread-local and so cannot be dynamically "
4798 "initialized", decl);
4799 init = NULL_TREE;
4801 /* Handle:
4803 [dcl.init]
4805 The memory occupied by any object of static storage
4806 duration is zero-initialized at program startup before
4807 any other initialization takes place.
4809 We cannot create an appropriate initializer until after
4810 the type of DECL is finalized. If DECL_INITIAL is set,
4811 then the DECL is statically initialized, and any
4812 necessary zero-initialization has already been performed. */
4813 if (TREE_STATIC (decl) && !DECL_INITIAL (decl))
4814 DECL_INITIAL (decl) = build_zero_init (TREE_TYPE (decl),
4815 /*nelts=*/NULL_TREE,
4816 /*static_storage_p=*/true);
4817 /* Remember that the initialization for this variable has
4818 taken place. */
4819 DECL_INITIALIZED_P (decl) = 1;
4820 /* The variable is being defined, so determine its
4821 visibility. */
4822 determine_visibility (decl);
4824 /* If the variable has an array type, lay out the type, even if
4825 there is no initializer. It is valid to index through the
4826 array, and we must get TYPE_ALIGN set correctly on the array
4827 type. */
4828 else if (TREE_CODE (type) == ARRAY_TYPE)
4829 layout_type (type);
4832 /* Add this declaration to the statement-tree. This needs to happen
4833 after the call to check_initializer so that the DECL_EXPR for a
4834 reference temp is added before the DECL_EXPR for the reference itself. */
4835 if (at_function_scope_p ())
4836 add_decl_expr (decl);
4838 if (TREE_CODE (decl) == VAR_DECL)
4839 layout_var_decl (decl);
4841 /* Output the assembler code and/or RTL code for variables and functions,
4842 unless the type is an undefined structure or union.
4843 If not, it will get done when the type is completed. */
4844 if (TREE_CODE (decl) == VAR_DECL || TREE_CODE (decl) == FUNCTION_DECL)
4846 if (TREE_CODE (decl) == VAR_DECL)
4847 maybe_commonize_var (decl);
4849 make_rtl_for_nonlocal_decl (decl, init, asmspec);
4851 /* Check for abstractness of the type. Notice that there is no
4852 need to strip array types here since the check for those types
4853 is already done within create_array_type_for_decl. */
4854 if (TREE_CODE (type) == FUNCTION_TYPE
4855 || TREE_CODE (type) == METHOD_TYPE)
4856 abstract_virtuals_error (decl, TREE_TYPE (type));
4857 else
4858 abstract_virtuals_error (decl, type);
4860 if (TREE_CODE (decl) == FUNCTION_DECL
4861 || TREE_TYPE (decl) == error_mark_node)
4862 /* No initialization required. */
4864 else if (DECL_EXTERNAL (decl)
4865 && ! (DECL_LANG_SPECIFIC (decl)
4866 && DECL_NOT_REALLY_EXTERN (decl)))
4868 if (init)
4869 DECL_INITIAL (decl) = init;
4871 else
4873 /* A variable definition. */
4874 if (DECL_FUNCTION_SCOPE_P (decl))
4876 /* Initialize the local variable. */
4877 if (processing_template_decl)
4879 if (init || DECL_INITIAL (decl) == error_mark_node)
4880 DECL_INITIAL (decl) = init;
4882 else if (!TREE_STATIC (decl))
4883 initialize_local_var (decl, init);
4886 if (TREE_STATIC (decl))
4887 expand_static_init (decl, init);
4891 /* If a CLEANUP_STMT was created to destroy a temporary bound to a
4892 reference, insert it in the statement-tree now. */
4893 if (cleanup)
4894 push_cleanup (decl, cleanup, false);
4896 finish_end:
4898 if (was_readonly)
4899 TREE_READONLY (decl) = 1;
4901 /* If this was marked 'used', be sure it will be output. */
4902 if (lookup_attribute ("used", DECL_ATTRIBUTES (decl)))
4903 mark_decl_referenced (decl);
4906 /* This is here for a midend callback from c-common.c. */
4908 void
4909 finish_decl (tree decl, tree init, tree asmspec_tree)
4911 cp_finish_decl (decl, init, asmspec_tree, 0);
4914 /* Returns a declaration for a VAR_DECL as if:
4916 extern "C" TYPE NAME;
4918 had been seen. Used to create compiler-generated global
4919 variables. */
4921 tree
4922 declare_global_var (tree name, tree type)
4924 tree decl;
4926 push_to_top_level ();
4927 decl = build_decl (VAR_DECL, name, type);
4928 TREE_PUBLIC (decl) = 1;
4929 DECL_EXTERNAL (decl) = 1;
4930 DECL_ARTIFICIAL (decl) = 1;
4931 pushdecl (decl);
4932 cp_finish_decl (decl, NULL_TREE, NULL_TREE, 0);
4933 pop_from_top_level ();
4935 return decl;
4938 /* Returns a pointer to the `atexit' function. Note that if
4939 FLAG_USE_CXA_ATEXIT is nonzero, then this will actually be the new
4940 `__cxa_atexit' function specified in the IA64 C++ ABI. */
4942 static tree
4943 get_atexit_node (void)
4945 tree atexit_fndecl;
4946 tree arg_types;
4947 tree fn_type;
4948 tree fn_ptr_type;
4949 const char *name;
4951 if (atexit_node)
4952 return atexit_node;
4954 if (flag_use_cxa_atexit)
4956 /* The declaration for `__cxa_atexit' is:
4958 int __cxa_atexit (void (*)(void *), void *, void *)
4960 We build up the argument types and then then function type
4961 itself. */
4963 /* First, build the pointer-to-function type for the first
4964 argument. */
4965 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
4966 fn_type = build_function_type (void_type_node, arg_types);
4967 fn_ptr_type = build_pointer_type (fn_type);
4968 /* Then, build the rest of the argument types. */
4969 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
4970 arg_types = tree_cons (NULL_TREE, ptr_type_node, arg_types);
4971 arg_types = tree_cons (NULL_TREE, fn_ptr_type, arg_types);
4972 /* And the final __cxa_atexit type. */
4973 fn_type = build_function_type (integer_type_node, arg_types);
4974 fn_ptr_type = build_pointer_type (fn_type);
4975 name = "__cxa_atexit";
4977 else
4979 /* The declaration for `atexit' is:
4981 int atexit (void (*)());
4983 We build up the argument types and then then function type
4984 itself. */
4985 fn_type = build_function_type (void_type_node, void_list_node);
4986 fn_ptr_type = build_pointer_type (fn_type);
4987 arg_types = tree_cons (NULL_TREE, fn_ptr_type, void_list_node);
4988 /* Build the final atexit type. */
4989 fn_type = build_function_type (integer_type_node, arg_types);
4990 name = "atexit";
4993 /* Now, build the function declaration. */
4994 push_lang_context (lang_name_c);
4995 atexit_fndecl = build_library_fn_ptr (name, fn_type);
4996 mark_used (atexit_fndecl);
4997 pop_lang_context ();
4998 atexit_node = decay_conversion (atexit_fndecl);
5000 return atexit_node;
5003 /* Returns the __dso_handle VAR_DECL. */
5005 static tree
5006 get_dso_handle_node (void)
5008 if (dso_handle_node)
5009 return dso_handle_node;
5011 /* Declare the variable. */
5012 dso_handle_node = declare_global_var (get_identifier ("__dso_handle"),
5013 ptr_type_node);
5015 return dso_handle_node;
5018 /* Begin a new function with internal linkage whose job will be simply
5019 to destroy some particular variable. */
5021 static GTY(()) int start_cleanup_cnt;
5023 static tree
5024 start_cleanup_fn (void)
5026 int old_interface_only = interface_only;
5027 int old_interface_unknown = interface_unknown;
5028 char name[32];
5029 tree parmtypes;
5030 tree fntype;
5031 tree fndecl;
5033 push_to_top_level ();
5035 /* No need to mangle this. */
5036 push_lang_context (lang_name_c);
5038 interface_only = 0;
5039 interface_unknown = 1;
5041 /* Build the parameter-types. */
5042 parmtypes = void_list_node;
5043 /* Functions passed to __cxa_atexit take an additional parameter.
5044 We'll just ignore it. After we implement the new calling
5045 convention for destructors, we can eliminate the use of
5046 additional cleanup functions entirely in the -fnew-abi case. */
5047 if (flag_use_cxa_atexit)
5048 parmtypes = tree_cons (NULL_TREE, ptr_type_node, parmtypes);
5049 /* Build the function type itself. */
5050 fntype = build_function_type (void_type_node, parmtypes);
5051 /* Build the name of the function. */
5052 sprintf (name, "__tcf_%d", start_cleanup_cnt++);
5053 /* Build the function declaration. */
5054 fndecl = build_lang_decl (FUNCTION_DECL, get_identifier (name), fntype);
5055 /* It's a function with internal linkage, generated by the
5056 compiler. */
5057 TREE_PUBLIC (fndecl) = 0;
5058 DECL_ARTIFICIAL (fndecl) = 1;
5059 /* Make the function `inline' so that it is only emitted if it is
5060 actually needed. It is unlikely that it will be inlined, since
5061 it is only called via a function pointer, but we avoid unnecessary
5062 emissions this way. */
5063 DECL_INLINE (fndecl) = 1;
5064 DECL_DECLARED_INLINE_P (fndecl) = 1;
5065 DECL_INTERFACE_KNOWN (fndecl) = 1;
5066 /* Build the parameter. */
5067 if (flag_use_cxa_atexit)
5069 tree parmdecl;
5071 parmdecl = cp_build_parm_decl (NULL_TREE, ptr_type_node);
5072 DECL_CONTEXT (parmdecl) = fndecl;
5073 TREE_USED (parmdecl) = 1;
5074 DECL_ARGUMENTS (fndecl) = parmdecl;
5077 pushdecl (fndecl);
5078 start_preparsed_function (fndecl, NULL_TREE, SF_PRE_PARSED);
5080 interface_unknown = old_interface_unknown;
5081 interface_only = old_interface_only;
5083 pop_lang_context ();
5085 return current_function_decl;
5088 /* Finish the cleanup function begun by start_cleanup_fn. */
5090 static void
5091 end_cleanup_fn (void)
5093 expand_or_defer_fn (finish_function (0));
5095 pop_from_top_level ();
5098 /* Generate code to handle the destruction of DECL, an object with
5099 static storage duration. */
5101 tree
5102 register_dtor_fn (tree decl)
5104 tree cleanup;
5105 tree compound_stmt;
5106 tree args;
5107 tree fcall;
5109 if (TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
5110 return void_zero_node;
5112 /* Call build_cleanup before we enter the anonymous function so that
5113 any access checks will be done relative to the current scope,
5114 rather than the scope of the anonymous function. */
5115 build_cleanup (decl);
5117 /* Now start the function. */
5118 cleanup = start_cleanup_fn ();
5120 /* Now, recompute the cleanup. It may contain SAVE_EXPRs that refer
5121 to the original function, rather than the anonymous one. That
5122 will make the back-end think that nested functions are in use,
5123 which causes confusion. */
5125 push_deferring_access_checks (dk_no_check);
5126 fcall = build_cleanup (decl);
5127 pop_deferring_access_checks ();
5129 /* Create the body of the anonymous function. */
5130 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
5131 finish_expr_stmt (fcall);
5132 finish_compound_stmt (compound_stmt);
5133 end_cleanup_fn ();
5135 /* Call atexit with the cleanup function. */
5136 cxx_mark_addressable (cleanup);
5137 mark_used (cleanup);
5138 cleanup = build_unary_op (ADDR_EXPR, cleanup, 0);
5139 if (flag_use_cxa_atexit)
5141 args = tree_cons (NULL_TREE,
5142 build_unary_op (ADDR_EXPR, get_dso_handle_node (), 0),
5143 NULL_TREE);
5144 args = tree_cons (NULL_TREE, null_pointer_node, args);
5145 args = tree_cons (NULL_TREE, cleanup, args);
5147 else
5148 args = tree_cons (NULL_TREE, cleanup, NULL_TREE);
5149 return build_function_call (get_atexit_node (), args);
5152 /* DECL is a VAR_DECL with static storage duration. INIT, if present,
5153 is its initializer. Generate code to handle the construction
5154 and destruction of DECL. */
5156 static void
5157 expand_static_init (tree decl, tree init)
5159 gcc_assert (TREE_CODE (decl) == VAR_DECL);
5160 gcc_assert (TREE_STATIC (decl));
5162 /* Some variables require no initialization. */
5163 if (!init
5164 && !TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl))
5165 && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
5166 return;
5168 if (DECL_FUNCTION_SCOPE_P (decl))
5170 /* Emit code to perform this initialization but once. */
5171 tree if_stmt, inner_if_stmt = NULL_TREE;
5172 tree then_clause, inner_then_clause = NULL_TREE;
5173 tree guard, guard_addr, guard_addr_list;
5174 tree acquire_fn, release_fn, abort_fn;
5175 tree flag, begin;
5177 /* Emit code to perform this initialization but once. This code
5178 looks like:
5180 static <type> guard;
5181 if (!guard.first_byte) {
5182 if (__cxa_guard_acquire (&guard)) {
5183 bool flag = false;
5184 try {
5185 // Do initialization.
5186 flag = true; __cxa_guard_release (&guard);
5187 // Register variable for destruction at end of program.
5188 } catch {
5189 if (!flag) __cxa_guard_abort (&guard);
5193 Note that the `flag' variable is only set to 1 *after* the
5194 initialization is complete. This ensures that an exception,
5195 thrown during the construction, will cause the variable to
5196 reinitialized when we pass through this code again, as per:
5198 [stmt.dcl]
5200 If the initialization exits by throwing an exception, the
5201 initialization is not complete, so it will be tried again
5202 the next time control enters the declaration.
5204 This process should be thread-safe, too; multiple threads
5205 should not be able to initialize the variable more than
5206 once. */
5208 /* Create the guard variable. */
5209 guard = get_guard (decl);
5211 /* Begin the conditional initialization. */
5212 if_stmt = begin_if_stmt ();
5213 finish_if_stmt_cond (get_guard_cond (guard), if_stmt);
5214 then_clause = begin_compound_stmt (BCS_NO_SCOPE);
5216 if (flag_threadsafe_statics)
5218 guard_addr = build_address (guard);
5219 guard_addr_list = build_tree_list (NULL_TREE, guard_addr);
5221 acquire_fn = get_identifier ("__cxa_guard_acquire");
5222 release_fn = get_identifier ("__cxa_guard_release");
5223 abort_fn = get_identifier ("__cxa_guard_abort");
5224 if (!get_global_value_if_present (acquire_fn, &acquire_fn))
5226 tree argtypes = tree_cons (NULL_TREE, TREE_TYPE (guard_addr),
5227 void_list_node);
5228 tree vfntype = build_function_type (void_type_node, argtypes);
5229 acquire_fn = push_library_fn
5230 (acquire_fn, build_function_type (integer_type_node, argtypes));
5231 release_fn = push_library_fn (release_fn, vfntype);
5232 abort_fn = push_library_fn (abort_fn, vfntype);
5234 else
5236 release_fn = identifier_global_value (release_fn);
5237 abort_fn = identifier_global_value (abort_fn);
5240 inner_if_stmt = begin_if_stmt ();
5241 finish_if_stmt_cond (build_call (acquire_fn, guard_addr_list),
5242 inner_if_stmt);
5244 inner_then_clause = begin_compound_stmt (BCS_NO_SCOPE);
5245 begin = get_target_expr (boolean_false_node);
5246 flag = TARGET_EXPR_SLOT (begin);
5248 TARGET_EXPR_CLEANUP (begin)
5249 = build (COND_EXPR, void_type_node, flag,
5250 void_zero_node,
5251 build_call (abort_fn, guard_addr_list));
5252 CLEANUP_EH_ONLY (begin) = 1;
5254 /* Do the initialization itself. */
5255 init = add_stmt_to_compound (begin, init);
5256 init = add_stmt_to_compound
5257 (init, build (MODIFY_EXPR, void_type_node, flag, boolean_true_node));
5258 init = add_stmt_to_compound
5259 (init, build_call (release_fn, guard_addr_list));
5261 else
5262 init = add_stmt_to_compound (init, set_guard (guard));
5264 /* Use atexit to register a function for destroying this static
5265 variable. */
5266 init = add_stmt_to_compound (init, register_dtor_fn (decl));
5268 finish_expr_stmt (init);
5270 if (flag_threadsafe_statics)
5272 finish_compound_stmt (inner_then_clause);
5273 finish_then_clause (inner_if_stmt);
5274 finish_if_stmt (inner_if_stmt);
5277 finish_compound_stmt (then_clause);
5278 finish_then_clause (if_stmt);
5279 finish_if_stmt (if_stmt);
5281 else
5282 static_aggregates = tree_cons (init, decl, static_aggregates);
5286 /* Make TYPE a complete type based on INITIAL_VALUE.
5287 Return 0 if successful, 1 if INITIAL_VALUE can't be deciphered,
5288 2 if there was no information (in which case assume 0 if DO_DEFAULT). */
5291 complete_array_type (tree type, tree initial_value, int do_default)
5293 tree maxindex = NULL_TREE;
5294 int value = 0;
5296 if (initial_value)
5298 /* An array of character type can be initialized from a
5299 brace-enclosed string constant. */
5300 if (char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (type)))
5301 && TREE_CODE (initial_value) == CONSTRUCTOR
5302 && CONSTRUCTOR_ELTS (initial_value)
5303 && (TREE_CODE (TREE_VALUE (CONSTRUCTOR_ELTS (initial_value)))
5304 == STRING_CST)
5305 && TREE_CHAIN (CONSTRUCTOR_ELTS (initial_value)) == NULL_TREE)
5306 initial_value = TREE_VALUE (CONSTRUCTOR_ELTS (initial_value));
5308 /* Note MAXINDEX is really the maximum index, one less than the
5309 size. */
5310 if (TREE_CODE (initial_value) == STRING_CST)
5312 int eltsize
5313 = int_size_in_bytes (TREE_TYPE (TREE_TYPE (initial_value)));
5314 maxindex = build_int_cst (NULL_TREE,
5315 (TREE_STRING_LENGTH (initial_value)
5316 / eltsize) - 1);
5318 else if (TREE_CODE (initial_value) == CONSTRUCTOR)
5320 tree elts = CONSTRUCTOR_ELTS (initial_value);
5322 maxindex = ssize_int (-1);
5323 for (; elts; elts = TREE_CHAIN (elts))
5325 if (TREE_PURPOSE (elts))
5326 maxindex = TREE_PURPOSE (elts);
5327 else
5328 maxindex = size_binop (PLUS_EXPR, maxindex, ssize_int (1));
5331 else
5333 /* Make an error message unless that happened already. */
5334 if (initial_value != error_mark_node)
5335 value = 1;
5336 else
5337 initial_value = NULL_TREE;
5339 /* Prevent further error messages. */
5340 maxindex = build_int_cst (NULL_TREE, 0);
5344 if (!maxindex)
5346 if (do_default)
5347 maxindex = build_int_cst (NULL_TREE, 0);
5348 value = 2;
5351 if (maxindex)
5353 tree itype;
5354 tree domain;
5355 tree elt_type;
5357 domain = build_index_type (maxindex);
5358 TYPE_DOMAIN (type) = domain;
5360 if (initial_value)
5361 itype = TREE_TYPE (initial_value);
5362 else
5363 itype = NULL;
5364 if (itype && !TYPE_DOMAIN (itype))
5365 TYPE_DOMAIN (itype) = domain;
5366 /* The type of the main variant should never be used for arrays
5367 of different sizes. It should only ever be completed with the
5368 size of the array. */
5369 if (! TYPE_DOMAIN (TYPE_MAIN_VARIANT (type)))
5370 TYPE_DOMAIN (TYPE_MAIN_VARIANT (type)) = domain;
5372 elt_type = TREE_TYPE (type);
5373 TYPE_NEEDS_CONSTRUCTING (type)
5374 = TYPE_NEEDS_CONSTRUCTING (TYPE_MAIN_VARIANT (elt_type));
5375 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type)
5376 = TYPE_HAS_NONTRIVIAL_DESTRUCTOR (TYPE_MAIN_VARIANT (elt_type));
5379 /* Lay out the type now that we can get the real answer. */
5381 layout_type (type);
5383 return value;
5386 /* Return zero if something is declared to be a member of type
5387 CTYPE when in the context of CUR_TYPE. STRING is the error
5388 message to print in that case. Otherwise, quietly return 1. */
5390 static int
5391 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags)
5393 if (ctype && ctype != cur_type)
5395 if (flags == DTOR_FLAG)
5396 error ("destructor for alien class `%T' cannot be a member",
5397 ctype);
5398 else
5399 error ("constructor for alien class `%T' cannot be a member",
5400 ctype);
5401 return 0;
5403 return 1;
5406 /* Subroutine of `grokdeclarator'. */
5408 /* Generate errors possibly applicable for a given set of specifiers.
5409 This is for ARM $7.1.2. */
5411 static void
5412 bad_specifiers (tree object,
5413 const char* type,
5414 int virtualp,
5415 int quals,
5416 int inlinep,
5417 int friendp,
5418 int raises)
5420 if (virtualp)
5421 error ("`%D' declared as a `virtual' %s", object, type);
5422 if (inlinep)
5423 error ("`%D' declared as an `inline' %s", object, type);
5424 if (quals)
5425 error ("`const' and `volatile' function specifiers on `%D' invalid in %s declaration",
5426 object, type);
5427 if (friendp)
5428 cp_error_at ("`%D' declared as a friend", object);
5429 if (raises
5430 && (TREE_CODE (object) == TYPE_DECL
5431 || (!TYPE_PTRFN_P (TREE_TYPE (object))
5432 && !TYPE_REFFN_P (TREE_TYPE (object))
5433 && !TYPE_PTRMEMFUNC_P (TREE_TYPE (object)))))
5434 cp_error_at ("`%D' declared with an exception specification", object);
5437 /* CTYPE is class type, or null if non-class.
5438 TYPE is type this FUNCTION_DECL should have, either FUNCTION_TYPE
5439 or METHOD_TYPE.
5440 DECLARATOR is the function's name.
5441 PARMS is a chain of PARM_DECLs for the function.
5442 VIRTUALP is truthvalue of whether the function is virtual or not.
5443 FLAGS are to be passed through to `grokclassfn'.
5444 QUALS are qualifiers indicating whether the function is `const'
5445 or `volatile'.
5446 RAISES is a list of exceptions that this function can raise.
5447 CHECK is 1 if we must find this method in CTYPE, 0 if we should
5448 not look, and -1 if we should not call `grokclassfn' at all.
5450 Returns `NULL_TREE' if something goes wrong, after issuing
5451 applicable error messages. */
5453 static tree
5454 grokfndecl (tree ctype,
5455 tree type,
5456 tree declarator,
5457 tree parms,
5458 tree orig_declarator,
5459 int virtualp,
5460 enum overload_flags flags,
5461 cp_cv_quals quals,
5462 tree raises,
5463 int check,
5464 int friendp,
5465 int publicp,
5466 int inlinep,
5467 int funcdef_flag,
5468 int template_count,
5469 tree in_namespace)
5471 tree decl;
5472 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE;
5473 int has_default_arg = 0;
5474 tree t;
5476 if (raises)
5477 type = build_exception_variant (type, raises);
5479 decl = build_lang_decl (FUNCTION_DECL, declarator, type);
5480 DECL_ARGUMENTS (decl) = parms;
5481 /* Propagate volatile out from type to decl. */
5482 if (TYPE_VOLATILE (type))
5483 TREE_THIS_VOLATILE (decl) = 1;
5485 /* If this decl has namespace scope, set that up. */
5486 if (in_namespace)
5487 set_decl_namespace (decl, in_namespace, friendp);
5488 else if (!ctype)
5489 DECL_CONTEXT (decl) = FROB_CONTEXT (current_namespace);
5491 /* `main' and builtins have implicit 'C' linkage. */
5492 if ((MAIN_NAME_P (declarator)
5493 || (IDENTIFIER_LENGTH (declarator) > 10
5494 && IDENTIFIER_POINTER (declarator)[0] == '_'
5495 && IDENTIFIER_POINTER (declarator)[1] == '_'
5496 && strncmp (IDENTIFIER_POINTER (declarator)+2, "builtin_", 8) == 0))
5497 && current_lang_name == lang_name_cplusplus
5498 && ctype == NULL_TREE
5499 /* NULL_TREE means global namespace. */
5500 && DECL_CONTEXT (decl) == NULL_TREE)
5501 SET_DECL_LANGUAGE (decl, lang_c);
5503 /* Should probably propagate const out from type to decl I bet (mrs). */
5504 if (staticp)
5506 DECL_STATIC_FUNCTION_P (decl) = 1;
5507 DECL_CONTEXT (decl) = ctype;
5510 if (ctype)
5511 DECL_CONTEXT (decl) = ctype;
5513 if (ctype == NULL_TREE && DECL_MAIN_P (decl))
5515 if (processing_template_decl)
5516 error ("cannot declare `::main' to be a template");
5517 if (inlinep)
5518 error ("cannot declare `::main' to be inline");
5519 if (!publicp)
5520 error ("cannot declare `::main' to be static");
5521 if (!same_type_p (TREE_TYPE (TREE_TYPE (decl)),
5522 integer_type_node))
5523 error ("`main' must return `int'");
5524 inlinep = 0;
5525 publicp = 1;
5528 /* Members of anonymous types and local classes have no linkage; make
5529 them internal. If a typedef is made later, this will be changed. */
5530 if (ctype && (TYPE_ANONYMOUS_P (ctype)
5531 || decl_function_context (TYPE_MAIN_DECL (ctype))))
5532 publicp = 0;
5534 if (publicp)
5536 /* [basic.link]: A name with no linkage (notably, the name of a class
5537 or enumeration declared in a local scope) shall not be used to
5538 declare an entity with linkage.
5540 Only check this for public decls for now. See core 319, 389. */
5541 t = no_linkage_check (TREE_TYPE (decl),
5542 /*relaxed_p=*/false);
5543 if (t)
5545 if (TYPE_ANONYMOUS_P (t))
5547 if (DECL_EXTERN_C_P (decl))
5548 /* Allow this; it's pretty common in C. */;
5549 else
5551 pedwarn ("non-local function `%#D' uses anonymous type",
5552 decl);
5553 if (DECL_ORIGINAL_TYPE (TYPE_NAME (t)))
5554 cp_pedwarn_at ("\
5555 `%#D' does not refer to the unqualified type, so it is not used for linkage",
5556 TYPE_NAME (t));
5559 else
5560 pedwarn ("non-local function `%#D' uses local type `%T'",
5561 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 `%D' 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, friendp, /*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 `%D' 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 `%D' in declaration of primary template",
5619 orig_declarator);
5620 return NULL_TREE;
5624 /* A friend declaration of the form friend void f<>(). Record
5625 the information in the TEMPLATE_ID_EXPR. */
5626 SET_DECL_IMPLICIT_INSTANTIATION (decl);
5628 if (TREE_CODE (fns) == COMPONENT_REF)
5630 /* Due to bison parser ickiness, we will have already looked
5631 up an operator_name or PFUNCNAME within the current class
5632 (see template_id in parse.y). If the current class contains
5633 such a name, we'll get a COMPONENT_REF here. Undo that. */
5635 gcc_assert (TREE_TYPE (TREE_OPERAND (fns, 0))
5636 == current_class_type);
5637 fns = TREE_OPERAND (fns, 1);
5639 gcc_assert (TREE_CODE (fns) == IDENTIFIER_NODE
5640 || TREE_CODE (fns) == OVERLOAD);
5641 DECL_TEMPLATE_INFO (decl) = tree_cons (fns, args, NULL_TREE);
5643 if (has_default_arg)
5645 error ("default arguments are not allowed in declaration of friend template specialization `%D'",
5646 decl);
5647 return NULL_TREE;
5650 if (inlinep)
5652 error ("`inline' is not allowed in declaration of friend template specialization `%D'",
5653 decl);
5654 return NULL_TREE;
5659 if (funcdef_flag)
5660 /* Make the init_value nonzero so pushdecl knows this is not
5661 tentative. error_mark_node is replaced later with the BLOCK. */
5662 DECL_INITIAL (decl) = error_mark_node;
5664 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl))
5665 TREE_NOTHROW (decl) = 1;
5667 /* Caller will do the rest of this. */
5668 if (check < 0)
5669 return decl;
5671 if (flags == NO_SPECIAL && ctype && constructor_name_p (declarator, ctype))
5672 DECL_CONSTRUCTOR_P (decl) = 1;
5674 /* Function gets the ugly name, field gets the nice one. This call
5675 may change the type of the function (because of default
5676 parameters)! */
5677 if (ctype != NULL_TREE)
5678 grokclassfn (ctype, decl, flags, quals);
5680 decl = check_explicit_specialization (orig_declarator, decl,
5681 template_count,
5682 2 * (funcdef_flag != 0) +
5683 4 * (friendp != 0));
5684 if (decl == error_mark_node)
5685 return NULL_TREE;
5687 if (ctype != NULL_TREE
5688 && (! TYPE_FOR_JAVA (ctype) || check_java_method (decl))
5689 && check)
5691 tree old_decl;
5693 old_decl = check_classfn (ctype, decl,
5694 (processing_template_decl
5695 > template_class_depth (ctype))
5696 ? current_template_parms
5697 : NULL_TREE);
5699 if (old_decl && TREE_CODE (old_decl) == TEMPLATE_DECL)
5700 /* Because grokfndecl is always supposed to return a
5701 FUNCTION_DECL, we pull out the DECL_TEMPLATE_RESULT
5702 here. We depend on our callers to figure out that its
5703 really a template that's being returned. */
5704 old_decl = DECL_TEMPLATE_RESULT (old_decl);
5706 if (old_decl && DECL_STATIC_FUNCTION_P (old_decl)
5707 && TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE)
5708 /* Remove the `this' parm added by grokclassfn.
5709 XXX Isn't this done in start_function, too? */
5710 revert_static_member_fn (decl);
5711 if (old_decl && DECL_ARTIFICIAL (old_decl))
5712 error ("definition of implicitly-declared `%D'", old_decl);
5714 if (old_decl)
5716 tree ok;
5717 bool pop_p;
5719 /* Since we've smashed OLD_DECL to its
5720 DECL_TEMPLATE_RESULT, we must do the same to DECL. */
5721 if (TREE_CODE (decl) == TEMPLATE_DECL)
5722 decl = DECL_TEMPLATE_RESULT (decl);
5724 /* Attempt to merge the declarations. This can fail, in
5725 the case of some invalid specialization declarations. */
5726 pop_p = push_scope (ctype);
5727 ok = duplicate_decls (decl, old_decl);
5728 if (pop_p)
5729 pop_scope (ctype);
5730 if (!ok)
5732 error ("no `%#D' member function declared in class `%T'",
5733 decl, ctype);
5734 return NULL_TREE;
5736 return old_decl;
5740 if (DECL_CONSTRUCTOR_P (decl) && !grok_ctor_properties (ctype, decl))
5741 return NULL_TREE;
5743 if (ctype == NULL_TREE || check)
5744 return decl;
5746 if (virtualp)
5747 DECL_VIRTUAL_P (decl) = 1;
5749 return decl;
5752 /* DECL is a VAR_DECL for a static data member. Set flags to reflect
5753 the linkage that DECL will receive in the object file. */
5755 static void
5756 set_linkage_for_static_data_member (tree decl)
5758 /* A static data member always has static storage duration and
5759 external linkage. Note that static data members are forbidden in
5760 local classes -- the only situation in which a class has
5761 non-external linkage. */
5762 TREE_PUBLIC (decl) = 1;
5763 TREE_STATIC (decl) = 1;
5764 /* For non-template classes, static data members are always put
5765 out in exactly those files where they are defined, just as
5766 with ordinarly namespace-scope variables. */
5767 if (!processing_template_decl)
5768 DECL_INTERFACE_KNOWN (decl) = 1;
5771 /* Create a VAR_DECL named NAME with the indicated TYPE.
5773 If SCOPE is non-NULL, it is the class type or namespace containing
5774 the variable. If SCOPE is NULL, the variable should is created in
5775 the innermost enclosings scope. */
5777 static tree
5778 grokvardecl (tree type,
5779 tree name,
5780 const cp_decl_specifier_seq *declspecs,
5781 int initialized,
5782 int constp,
5783 tree scope)
5785 tree decl;
5787 gcc_assert (!name || TREE_CODE (name) == IDENTIFIER_NODE);
5789 /* Compute the scope in which to place the variable. */
5790 if (!scope)
5792 /* An explicit "extern" specifier indicates a namespace-scope
5793 variable. */
5794 if (declspecs->storage_class == sc_extern)
5795 scope = current_namespace;
5796 else if (!at_function_scope_p ())
5798 scope = current_scope ();
5799 if (!scope)
5800 scope = current_namespace;
5804 if (scope
5805 && (/* If the variable is a namespace-scope variable declared in a
5806 template, we need DECL_LANG_SPECIFIC. */
5807 (TREE_CODE (scope) == NAMESPACE_DECL && processing_template_decl)
5808 /* Similarly for namespace-scope variables with language linkage
5809 other than C++. */
5810 || (TREE_CODE (scope) == NAMESPACE_DECL
5811 && current_lang_name != lang_name_cplusplus)
5812 /* Similarly for static data members. */
5813 || TYPE_P (scope)))
5814 decl = build_lang_decl (VAR_DECL, name, type);
5815 else
5816 decl = build_decl (VAR_DECL, name, type);
5818 if (scope && TREE_CODE (scope) == NAMESPACE_DECL)
5819 set_decl_namespace (decl, scope, 0);
5820 else
5821 DECL_CONTEXT (decl) = scope;
5823 if (declspecs->storage_class == sc_extern)
5825 DECL_THIS_EXTERN (decl) = 1;
5826 DECL_EXTERNAL (decl) = !initialized;
5829 if (DECL_CLASS_SCOPE_P (decl))
5831 set_linkage_for_static_data_member (decl);
5832 /* This function is only called with out-of-class definitions. */
5833 DECL_EXTERNAL (decl) = 0;
5835 /* At top level, either `static' or no s.c. makes a definition
5836 (perhaps tentative), and absence of `static' makes it public. */
5837 else if (toplevel_bindings_p ())
5839 TREE_PUBLIC (decl) = (declspecs->storage_class != sc_static
5840 && (DECL_THIS_EXTERN (decl) || ! constp));
5841 TREE_STATIC (decl) = ! DECL_EXTERNAL (decl);
5843 /* Not at top level, only `static' makes a static definition. */
5844 else
5846 TREE_STATIC (decl) = declspecs->storage_class == sc_static;
5847 TREE_PUBLIC (decl) = DECL_EXTERNAL (decl);
5850 if (declspecs->specs[(int)ds_thread])
5852 if (targetm.have_tls)
5853 DECL_THREAD_LOCAL (decl) = 1;
5854 else
5855 /* A mere warning is sure to result in improper semantics
5856 at runtime. Don't bother to allow this to compile. */
5857 error ("thread-local storage not supported for this target");
5860 if (TREE_PUBLIC (decl))
5862 /* [basic.link]: A name with no linkage (notably, the name of a class
5863 or enumeration declared in a local scope) shall not be used to
5864 declare an entity with linkage.
5866 Only check this for public decls for now. */
5867 tree t = no_linkage_check (TREE_TYPE (decl),
5868 /*relaxed_p=*/false);
5869 if (t)
5871 if (TYPE_ANONYMOUS_P (t))
5873 if (DECL_EXTERN_C_P (decl))
5874 /* Allow this; it's pretty common in C. */;
5875 else
5877 pedwarn ("non-local variable `%#D' uses anonymous type",
5878 decl);
5879 if (DECL_ORIGINAL_TYPE (TYPE_NAME (t)))
5880 cp_pedwarn_at ("\
5881 `%#D' does not refer to the unqualified type, so it is not used for linkage",
5882 TYPE_NAME (t));
5885 else
5886 pedwarn ("non-local variable `%#D' uses local type `%T'",
5887 decl, t);
5891 return decl;
5894 /* Create and return a canonical pointer to member function type, for
5895 TYPE, which is a POINTER_TYPE to a METHOD_TYPE. */
5897 tree
5898 build_ptrmemfunc_type (tree type)
5900 tree field, fields;
5901 tree t;
5902 tree unqualified_variant = NULL_TREE;
5904 if (type == error_mark_node)
5905 return type;
5907 /* If a canonical type already exists for this type, use it. We use
5908 this method instead of type_hash_canon, because it only does a
5909 simple equality check on the list of field members. */
5911 if ((t = TYPE_GET_PTRMEMFUNC_TYPE (type)))
5912 return t;
5914 /* Make sure that we always have the unqualified pointer-to-member
5915 type first. */
5916 if (cp_type_quals (type) != TYPE_UNQUALIFIED)
5917 unqualified_variant
5918 = build_ptrmemfunc_type (TYPE_MAIN_VARIANT (type));
5920 t = make_aggr_type (RECORD_TYPE);
5921 xref_basetypes (t, NULL_TREE);
5923 /* Let the front-end know this is a pointer to member function... */
5924 TYPE_PTRMEMFUNC_FLAG (t) = 1;
5925 /* ... and not really an aggregate. */
5926 SET_IS_AGGR_TYPE (t, 0);
5928 field = build_decl (FIELD_DECL, pfn_identifier, type);
5929 fields = field;
5931 field = build_decl (FIELD_DECL, delta_identifier, delta_type_node);
5932 TREE_CHAIN (field) = fields;
5933 fields = field;
5935 finish_builtin_struct (t, "__ptrmemfunc_type", fields, ptr_type_node);
5937 /* Zap out the name so that the back-end will give us the debugging
5938 information for this anonymous RECORD_TYPE. */
5939 TYPE_NAME (t) = NULL_TREE;
5941 /* If this is not the unqualified form of this pointer-to-member
5942 type, set the TYPE_MAIN_VARIANT for this type to be the
5943 unqualified type. Since they are actually RECORD_TYPEs that are
5944 not variants of each other, we must do this manually. */
5945 if (cp_type_quals (type) != TYPE_UNQUALIFIED)
5947 t = build_qualified_type (t, cp_type_quals (type));
5948 TYPE_MAIN_VARIANT (t) = unqualified_variant;
5949 TYPE_NEXT_VARIANT (t) = TYPE_NEXT_VARIANT (unqualified_variant);
5950 TYPE_NEXT_VARIANT (unqualified_variant) = t;
5953 /* Cache this pointer-to-member type so that we can find it again
5954 later. */
5955 TYPE_SET_PTRMEMFUNC_TYPE (type, t);
5957 return t;
5960 /* Create and return a pointer to data member type. */
5962 tree
5963 build_ptrmem_type (tree class_type, tree member_type)
5965 if (TREE_CODE (member_type) == METHOD_TYPE)
5967 tree arg_types;
5969 arg_types = TYPE_ARG_TYPES (member_type);
5970 class_type = (cp_build_qualified_type
5971 (class_type,
5972 cp_type_quals (TREE_TYPE (TREE_VALUE (arg_types)))));
5973 member_type
5974 = build_method_type_directly (class_type,
5975 TREE_TYPE (member_type),
5976 TREE_CHAIN (arg_types));
5977 return build_ptrmemfunc_type (build_pointer_type (member_type));
5979 else
5981 gcc_assert (TREE_CODE (member_type) != FUNCTION_TYPE);
5982 return build_offset_type (class_type, member_type);
5986 /* DECL is a VAR_DECL defined in-class, whose TYPE is also given.
5987 Check to see that the definition is valid. Issue appropriate error
5988 messages. Return 1 if the definition is particularly bad, or 0
5989 otherwise. */
5992 check_static_variable_definition (tree decl, tree type)
5994 /* Motion 10 at San Diego: If a static const integral data member is
5995 initialized with an integral constant expression, the initializer
5996 may appear either in the declaration (within the class), or in
5997 the definition, but not both. If it appears in the class, the
5998 member is a member constant. The file-scope definition is always
5999 required. */
6000 if (!ARITHMETIC_TYPE_P (type) && TREE_CODE (type) != ENUMERAL_TYPE)
6002 error ("invalid in-class initialization of static data member of non-integral type `%T'",
6003 type);
6004 /* If we just return the declaration, crashes will sometimes
6005 occur. We therefore return void_type_node, as if this were a
6006 friend declaration, to cause callers to completely ignore
6007 this declaration. */
6008 return 1;
6010 else if (!CP_TYPE_CONST_P (type))
6011 error ("ISO C++ forbids in-class initialization of non-const static member `%D'",
6012 decl);
6013 else if (pedantic && !INTEGRAL_TYPE_P (type))
6014 pedwarn ("ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'", decl, type);
6016 return 0;
6019 /* Given the SIZE (i.e., number of elements) in an array, compute an
6020 appropriate index type for the array. If non-NULL, NAME is the
6021 name of the thing being declared. */
6023 tree
6024 compute_array_index_type (tree name, tree size)
6026 tree type = TREE_TYPE (size);
6027 tree itype;
6029 /* The array bound must be an integer type. */
6030 if (!dependent_type_p (type) && !INTEGRAL_TYPE_P (type))
6032 if (name)
6033 error ("size of array `%D' has non-integral type `%T'", name, type);
6034 else
6035 error ("size of array has non-integral type `%T'", type);
6036 size = integer_one_node;
6037 type = TREE_TYPE (size);
6040 if (abi_version_at_least (2)
6041 /* We should only handle value dependent expressions specially. */
6042 ? value_dependent_expression_p (size)
6043 /* But for abi-1, we handled all instances in templates. This
6044 effects the manglings produced. */
6045 : processing_template_decl)
6046 return build_index_type (build_min (MINUS_EXPR, sizetype,
6047 size, integer_one_node));
6049 /* The size might be the result of a cast. */
6050 STRIP_TYPE_NOPS (size);
6052 /* It might be a const variable or enumeration constant. */
6053 size = decl_constant_value (size);
6055 /* Normally, the array-bound will be a constant. */
6056 if (TREE_CODE (size) == INTEGER_CST)
6058 /* Check to see if the array bound overflowed. Make that an
6059 error, no matter how generous we're being. */
6060 int old_flag_pedantic_errors = flag_pedantic_errors;
6061 int old_pedantic = pedantic;
6062 pedantic = flag_pedantic_errors = 1;
6063 constant_expression_warning (size);
6064 pedantic = old_pedantic;
6065 flag_pedantic_errors = old_flag_pedantic_errors;
6067 /* An array must have a positive number of elements. */
6068 if (INT_CST_LT (size, integer_zero_node))
6070 if (name)
6071 error ("size of array `%D' is negative", name);
6072 else
6073 error ("size of array is negative");
6074 size = integer_one_node;
6076 /* As an extension we allow zero-sized arrays. We always allow
6077 them in system headers because glibc uses them. */
6078 else if (integer_zerop (size) && pedantic && !in_system_header)
6080 if (name)
6081 pedwarn ("ISO C++ forbids zero-size array `%D'", name);
6082 else
6083 pedwarn ("ISO C++ forbids zero-size array");
6086 else if (TREE_CONSTANT (size))
6088 /* `(int) &fn' is not a valid array bound. */
6089 if (name)
6090 error ("size of array `%D' is not an integral constant-expression",
6091 name);
6092 else
6093 error ("size of array is not an integral constant-expression");
6095 else if (pedantic)
6097 if (name)
6098 pedwarn ("ISO C++ forbids variable-size array `%D'", name);
6099 else
6100 pedwarn ("ISO C++ forbids variable-size array");
6103 if (processing_template_decl && !TREE_CONSTANT (size))
6104 /* A variable sized array. */
6105 itype = build_min (MINUS_EXPR, sizetype, size, integer_one_node);
6106 else
6108 /* Compute the index of the largest element in the array. It is
6109 one less than the number of elements in the array. */
6110 itype
6111 = fold (cp_build_binary_op (MINUS_EXPR,
6112 cp_convert (ssizetype, size),
6113 cp_convert (ssizetype, integer_one_node)));
6114 if (!TREE_CONSTANT (itype))
6115 /* A variable sized array. */
6116 itype = variable_size (itype);
6117 /* Make sure that there was no overflow when creating to a signed
6118 index type. (For example, on a 32-bit machine, an array with
6119 size 2^32 - 1 is too big.) */
6120 else if (TREE_OVERFLOW (itype))
6122 error ("overflow in array dimension");
6123 TREE_OVERFLOW (itype) = 0;
6127 /* Create and return the appropriate index type. */
6128 return build_index_type (itype);
6131 /* Returns the scope (if any) in which the entity declared by
6132 DECLARATOR will be located. If the entity was declared with an
6133 unqualified name, NULL_TREE is returned. */
6135 tree
6136 get_scope_of_declarator (const cp_declarator *declarator)
6138 while (declarator && declarator->kind != cdk_id)
6139 declarator = declarator->declarator;
6141 /* If the declarator-id is a SCOPE_REF, the scope in which the
6142 declaration occurs is the first operand. */
6143 if (declarator
6144 && declarator->u.id.name
6145 && TREE_CODE (declarator->u.id.name) == SCOPE_REF)
6146 return TREE_OPERAND (declarator->u.id.name, 0);
6148 /* Otherwise, the declarator is not a quablified name; the entity will
6149 be declared in the current scope. */
6150 return NULL_TREE;
6153 /* Returns an ARRAY_TYPE for an array with SIZE elements of the
6154 indicated TYPE. If non-NULL, NAME is the NAME of the declaration
6155 with this type. */
6157 static tree
6158 create_array_type_for_decl (tree name, tree type, tree size)
6160 tree itype = NULL_TREE;
6161 const char* error_msg;
6163 /* If things have already gone awry, bail now. */
6164 if (type == error_mark_node || size == error_mark_node)
6165 return error_mark_node;
6167 /* Assume that everything will go OK. */
6168 error_msg = NULL;
6170 /* There are some types which cannot be array elements. */
6171 switch (TREE_CODE (type))
6173 case VOID_TYPE:
6174 error_msg = "array of void";
6175 break;
6177 case FUNCTION_TYPE:
6178 error_msg = "array of functions";
6179 break;
6181 case REFERENCE_TYPE:
6182 error_msg = "array of references";
6183 break;
6185 case METHOD_TYPE:
6186 error_msg = "array of function members";
6187 break;
6189 default:
6190 break;
6193 /* If something went wrong, issue an error-message and return. */
6194 if (error_msg)
6196 if (name)
6197 error ("declaration of `%D' as %s", name, error_msg);
6198 else
6199 error ("creating %s", error_msg);
6201 return error_mark_node;
6204 /* [dcl.array]
6206 The constant expressions that specify the bounds of the arrays
6207 can be omitted only for the first member of the sequence. */
6208 if (TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type))
6210 if (name)
6211 error ("declaration of `%D' as multidimensional array must have bounds for all dimensions except the first",
6212 name);
6213 else
6214 error ("multidimensional array must have bounds for all dimensions except the first");
6216 return error_mark_node;
6219 /* Figure out the index type for the array. */
6220 if (size)
6221 itype = compute_array_index_type (name, size);
6223 /* [dcl.array]
6224 T is called the array element type; this type shall not be [...] an
6225 abstract class type. */
6226 abstract_virtuals_error (name, type);
6228 return build_cplus_array_type (type, itype);
6231 /* Check that it's OK to declare a function with the indicated TYPE.
6232 SFK indicates the kind of special function (if any) that this
6233 function is. OPTYPE is the type given in a conversion operator
6234 declaration, or the class type for a constructor/destructor.
6235 Returns the actual return type of the function; that
6236 may be different than TYPE if an error occurs, or for certain
6237 special functions. */
6239 static tree
6240 check_special_function_return_type (special_function_kind sfk,
6241 tree type,
6242 tree optype)
6244 switch (sfk)
6246 case sfk_constructor:
6247 if (type)
6248 error ("return type specification for constructor invalid");
6250 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
6251 type = build_pointer_type (optype);
6252 else
6253 type = void_type_node;
6254 break;
6256 case sfk_destructor:
6257 if (type)
6258 error ("return type specification for destructor invalid");
6259 /* We can't use the proper return type here because we run into
6260 problems with abiguous bases and covariant returns.
6261 Java classes are left unchanged because (void *) isn't a valid
6262 Java type, and we don't want to change the Java ABI. */
6263 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
6264 type = build_pointer_type (void_type_node);
6265 else
6266 type = void_type_node;
6267 break;
6269 case sfk_conversion:
6270 if (type && !same_type_p (type, optype))
6271 error ("operator `%T' declared to return `%T'", optype, type);
6272 else if (type)
6273 pedwarn ("return type specified for `operator %T'", optype);
6274 type = optype;
6275 break;
6277 default:
6278 gcc_unreachable ();
6281 return type;
6284 /* Given declspecs and a declarator (abstract or otherwise), determine
6285 the name and type of the object declared and construct a DECL node
6286 for it.
6288 DECLSPECS is a chain of tree_list nodes whose value fields
6289 are the storage classes and type specifiers.
6291 DECL_CONTEXT says which syntactic context this declaration is in:
6292 NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
6293 FUNCDEF for a function definition. Like NORMAL but a few different
6294 error messages in each case. Return value may be zero meaning
6295 this definition is too screwy to try to parse.
6296 MEMFUNCDEF for a function definition. Like FUNCDEF but prepares to
6297 handle member functions (which have FIELD context).
6298 Return value may be zero meaning this definition is too screwy to
6299 try to parse.
6300 PARM for a parameter declaration (either within a function prototype
6301 or before a function body). Make a PARM_DECL, or return void_type_node.
6302 CATCHPARM for a parameter declaration before a catch clause.
6303 TYPENAME if for a typename (in a cast or sizeof).
6304 Don't make a DECL node; just return the ..._TYPE node.
6305 FIELD for a struct or union field; make a FIELD_DECL.
6306 BITFIELD for a field with specified width.
6307 INITIALIZED is 1 if the decl has an initializer.
6309 ATTRLIST is a pointer to the list of attributes, which may be NULL
6310 if there are none; *ATTRLIST may be modified if attributes from inside
6311 the declarator should be applied to the declaration.
6313 When this function is called, scoping variables (such as
6314 CURRENT_CLASS_TYPE) should reflect the scope in which the
6315 declaration occurs, not the scope in which the new declaration will
6316 be placed. For example, on:
6318 void S::f() { ... }
6320 when grokdeclarator is called for `S::f', the CURRENT_CLASS_TYPE
6321 should not be `S'. */
6323 tree
6324 grokdeclarator (const cp_declarator *declarator,
6325 const cp_decl_specifier_seq *declspecs,
6326 enum decl_context decl_context,
6327 int initialized,
6328 tree* attrlist)
6330 tree type = NULL_TREE;
6331 int longlong = 0;
6332 int type_quals;
6333 int virtualp, explicitp, friendp, inlinep, staticp;
6334 int explicit_int = 0;
6335 int explicit_char = 0;
6336 int defaulted_int = 0;
6337 tree dependant_name = NULL_TREE;
6339 tree typedef_decl = NULL_TREE;
6340 const char *name = NULL;
6341 tree typedef_type = NULL_TREE;
6342 int funcdef_flag = 0;
6343 cp_declarator_kind innermost_code = cdk_error;
6344 int bitfield = 0;
6345 #if 0
6346 /* See the code below that used this. */
6347 tree decl_attr = NULL_TREE;
6348 #endif
6350 /* Keep track of what sort of function is being processed
6351 so that we can warn about default return values, or explicit
6352 return values which do not match prescribed defaults. */
6353 special_function_kind sfk = sfk_none;
6355 tree dname = NULL_TREE;
6356 tree ctor_return_type = NULL_TREE;
6357 enum overload_flags flags = NO_SPECIAL;
6358 cp_cv_quals quals = TYPE_UNQUALIFIED;
6359 tree raises = NULL_TREE;
6360 int template_count = 0;
6361 tree returned_attrs = NULL_TREE;
6362 tree parms = NULL_TREE;
6363 const cp_declarator *id_declarator;
6364 /* The unqualified name of the declarator; either an
6365 IDENTIFIER_NODE, BIT_NOT_EXPR, or TEMPLATE_ID_EXPR. */
6366 tree unqualified_id;
6367 /* The class type, if any, in which this entity is located,
6368 or NULL_TREE if none. Note that this value may be different from
6369 the current class type; for example if an attempt is made to declare
6370 "A::f" inside "B", this value will be "A". */
6371 tree ctype = current_class_type;
6372 /* The NAMESPACE_DECL for the namespace in which this entity is
6373 located. If an unqualified name is used to declare the entity,
6374 this value will be NULL_TREE, even if the entity is located at
6375 namespace scope. */
6376 tree in_namespace = NULL_TREE;
6377 cp_decl_spec ds;
6378 cp_storage_class storage_class;
6379 bool unsigned_p, signed_p, short_p, long_p, thread_p;
6381 signed_p = declspecs->specs[(int)ds_signed];
6382 unsigned_p = declspecs->specs[(int)ds_unsigned];
6383 short_p = declspecs->specs[(int)ds_short];
6384 long_p = declspecs->specs[(int)ds_long];
6385 thread_p = declspecs->specs[(int)ds_thread];
6387 if (decl_context == FUNCDEF)
6388 funcdef_flag = 1, decl_context = NORMAL;
6389 else if (decl_context == MEMFUNCDEF)
6390 funcdef_flag = -1, decl_context = FIELD;
6391 else if (decl_context == BITFIELD)
6392 bitfield = 1, decl_context = FIELD;
6394 /* Look inside a declarator for the name being declared
6395 and get it as a string, for an error message. */
6396 for (id_declarator = declarator;
6397 id_declarator;
6398 id_declarator = id_declarator->declarator)
6400 if (id_declarator->kind != cdk_id)
6401 innermost_code = id_declarator->kind;
6403 switch (id_declarator->kind)
6405 case cdk_function:
6406 if (id_declarator->declarator
6407 && id_declarator->declarator->kind == cdk_id)
6409 sfk = id_declarator->declarator->u.id.sfk;
6410 if (sfk == sfk_destructor)
6411 flags = DTOR_FLAG;
6413 break;
6415 case cdk_id:
6417 tree decl = id_declarator->u.id.name;
6418 if (!decl)
6419 break;
6420 if (TREE_CODE (decl) == SCOPE_REF)
6422 tree qualifying_scope = TREE_OPERAND (decl, 0);
6424 /* It is valid to write:
6426 class C { void f(); };
6427 typedef C D;
6428 void D::f();
6430 The standard is not clear about whether `typedef const C D' is
6431 legal; as of 2002-09-15 the committee is considering
6432 that question. EDG 3.0 allows that syntax.
6433 Therefore, we do as well. */
6434 if (qualifying_scope && TYPE_P (qualifying_scope))
6436 ctype = TYPE_MAIN_VARIANT (qualifying_scope);
6437 if (innermost_code != cdk_function
6438 && current_class_type
6439 && !UNIQUELY_DERIVED_FROM_P (ctype,
6440 current_class_type))
6442 error ("type `%T' is not derived from type `%T'",
6443 ctype, current_class_type);
6444 ctype = NULL_TREE;
6446 TREE_OPERAND (decl, 0) = ctype;
6448 else if (TREE_CODE (qualifying_scope) == NAMESPACE_DECL)
6449 in_namespace = qualifying_scope;
6450 decl = TREE_OPERAND (decl, 1);
6452 if (TREE_CODE (decl) == BASELINK)
6453 decl = BASELINK_FUNCTIONS (decl);
6454 if (decl == error_mark_node)
6455 return error_mark_node;
6456 switch (TREE_CODE (decl))
6458 case BIT_NOT_EXPR:
6460 tree type = TREE_OPERAND (decl, 0);
6461 type = constructor_name (type);
6462 name = IDENTIFIER_POINTER (type);
6464 break;
6466 case TEMPLATE_ID_EXPR:
6468 tree fns = TREE_OPERAND (decl, 0);
6470 dname = fns;
6471 if (TREE_CODE (dname) == COMPONENT_REF)
6472 dname = TREE_OPERAND (dname, 1);
6473 if (TREE_CODE (dname) != IDENTIFIER_NODE)
6475 gcc_assert (is_overloaded_fn (dname));
6476 dname = DECL_NAME (get_first_fn (dname));
6479 /* Fall through. */
6481 case IDENTIFIER_NODE:
6482 if (TREE_CODE (decl) == IDENTIFIER_NODE)
6483 dname = decl;
6485 if (C_IS_RESERVED_WORD (dname))
6487 error ("declarator-id missing; using reserved word `%D'",
6488 dname);
6489 name = IDENTIFIER_POINTER (dname);
6491 else if (!IDENTIFIER_TYPENAME_P (dname))
6492 name = IDENTIFIER_POINTER (dname);
6493 else
6495 gcc_assert (flags == NO_SPECIAL);
6496 flags = TYPENAME_FLAG;
6497 ctor_return_type = TREE_TYPE (dname);
6498 sfk = sfk_conversion;
6499 if (is_typename_at_global_scope (dname))
6500 name = IDENTIFIER_POINTER (dname);
6501 else
6502 name = "<invalid operator>";
6504 break;
6506 case TYPE_DECL:
6507 dname = constructor_name (TREE_TYPE (decl));
6508 name = IDENTIFIER_POINTER (dname);
6509 break;
6511 default:
6512 gcc_unreachable ();
6514 break;
6516 case cdk_array:
6517 case cdk_pointer:
6518 case cdk_reference:
6519 case cdk_ptrmem:
6520 break;
6522 case cdk_error:
6523 break;
6525 default:
6526 gcc_unreachable ();
6529 if (id_declarator->kind == cdk_id)
6530 break;
6533 /* A function definition's declarator must have the form of
6534 a function declarator. */
6536 if (funcdef_flag && innermost_code != cdk_function)
6537 return 0;
6539 if (((dname && IDENTIFIER_OPNAME_P (dname)) || flags == TYPENAME_FLAG)
6540 && innermost_code != cdk_function
6541 && ! (ctype && !declspecs->any_specifiers_p))
6543 error ("declaration of `%D' as non-function", dname);
6544 return void_type_node;
6547 /* Anything declared one level down from the top level
6548 must be one of the parameters of a function
6549 (because the body is at least two levels down). */
6551 /* This heuristic cannot be applied to C++ nodes! Fixed, however,
6552 by not allowing C++ class definitions to specify their parameters
6553 with xdecls (must be spec.d in the parmlist).
6555 Since we now wait to push a class scope until we are sure that
6556 we are in a legitimate method context, we must set oldcname
6557 explicitly (since current_class_name is not yet alive).
6559 We also want to avoid calling this a PARM if it is in a namespace. */
6561 if (decl_context == NORMAL && !toplevel_bindings_p ())
6563 struct cp_binding_level *b = current_binding_level;
6564 current_binding_level = b->level_chain;
6565 if (current_binding_level != 0 && toplevel_bindings_p ())
6566 decl_context = PARM;
6567 current_binding_level = b;
6570 if (name == NULL)
6571 name = decl_context == PARM ? "parameter" : "type name";
6573 /* If there were multiple types specified in the decl-specifier-seq,
6574 issue an error message. */
6575 if (declspecs->multiple_types_p)
6576 error ("two or more data types in declaration of `%s'", name);
6577 /* Extract the basic type from the decl-specifier-seq. */
6578 type = declspecs->type;
6579 if (type == error_mark_node)
6580 type = NULL_TREE;
6581 /* If the entire declaration is itself tagged as deprecated then
6582 suppress reports of deprecated items. */
6583 if (type && TREE_DEPRECATED (type)
6584 && deprecated_state != DEPRECATED_SUPPRESS)
6585 warn_deprecated_use (type);
6586 if (type && TREE_CODE (type) == TYPE_DECL)
6588 typedef_decl = type;
6589 type = TREE_TYPE (typedef_decl);
6591 /* No type at all: default to `int', and set DEFAULTED_INT
6592 because it was not a user-defined typedef. */
6593 if (type == NULL_TREE && (signed_p || unsigned_p || long_p || short_p))
6595 /* These imply 'int'. */
6596 type = integer_type_node;
6597 defaulted_int = 1;
6599 /* Gather flags. */
6600 explicit_int = declspecs->explicit_int_p;
6601 explicit_char = declspecs->explicit_char_p;
6603 /* Check for repeated decl-specifiers. */
6604 for (ds = ds_first; ds != ds_last; ++ds)
6606 unsigned count = declspecs->specs[(int)ds];
6607 if (count < 2)
6608 continue;
6609 /* The "long" specifier is a special case because of
6610 "long long". */
6611 if (ds == ds_long)
6613 if (count > 2)
6614 error ("`long long long' is too long for GCC");
6615 else if (pedantic && !in_system_header && warn_long_long)
6616 pedwarn ("ISO C++ does not support `long long'");
6617 else
6618 longlong = 1;
6620 else if (declspecs->specs[(int)ds] > 1)
6622 static const char *const decl_spec_names[] = {
6623 "signed",
6624 "unsigned",
6625 "short",
6626 "long",
6627 "const",
6628 "volatile",
6629 "restrict",
6630 "inline",
6631 "virtual",
6632 "explicit",
6633 "friend",
6634 "typedef",
6635 "__complex",
6636 "__thread"
6638 error ("duplicate `%s'", decl_spec_names[(int)ds]);
6642 #if 0
6643 /* See the code below that used this. */
6644 if (typedef_decl)
6645 decl_attr = DECL_ATTRIBUTES (typedef_decl);
6646 #endif
6647 typedef_type = type;
6650 if (sfk != sfk_conversion)
6651 ctor_return_type = ctype;
6653 if (sfk != sfk_none)
6654 type = check_special_function_return_type (sfk, type,
6655 ctor_return_type);
6656 else if (type == NULL_TREE)
6658 int is_main;
6660 explicit_int = -1;
6662 /* We handle `main' specially here, because 'main () { }' is so
6663 common. With no options, it is allowed. With -Wreturn-type,
6664 it is a warning. It is only an error with -pedantic-errors. */
6665 is_main = (funcdef_flag
6666 && dname && MAIN_NAME_P (dname)
6667 && ctype == NULL_TREE
6668 && in_namespace == NULL_TREE
6669 && current_namespace == global_namespace);
6671 if (in_system_header || flag_ms_extensions)
6672 /* Allow it, sigh. */;
6673 else if (pedantic || ! is_main)
6674 pedwarn ("ISO C++ forbids declaration of `%s' with no type",
6675 name);
6676 else if (warn_return_type)
6677 warning ("ISO C++ forbids declaration of `%s' with no type",
6678 name);
6680 type = integer_type_node;
6683 ctype = NULL_TREE;
6685 /* Now process the modifiers that were specified
6686 and check for invalid combinations. */
6688 /* Long double is a special combination. */
6689 if (long_p && TYPE_MAIN_VARIANT (type) == double_type_node)
6691 long_p = false;
6692 type = build_qualified_type (long_double_type_node,
6693 cp_type_quals (type));
6696 /* Check all other uses of type modifiers. */
6698 if (unsigned_p || signed_p || long_p || short_p)
6700 int ok = 0;
6702 if (TREE_CODE (type) == REAL_TYPE)
6703 error ("short, signed or unsigned invalid for `%s'", name);
6704 else if (TREE_CODE (type) != INTEGER_TYPE)
6705 error ("long, short, signed or unsigned invalid for `%s'", name);
6706 else if (long_p && short_p)
6707 error ("long and short specified together for `%s'", name);
6708 else if ((long_p || short_p) && explicit_char)
6709 error ("long or short specified with char for `%s'", name);
6710 else if ((long_p|| short_p) && TREE_CODE (type) == REAL_TYPE)
6711 error ("long or short specified with floating type for `%s'", name);
6712 else if (signed_p && unsigned_p)
6713 error ("signed and unsigned given together for `%s'", name);
6714 else
6716 ok = 1;
6717 if (!explicit_int && !defaulted_int && !explicit_char && pedantic)
6719 pedwarn ("long, short, signed or unsigned used invalidly for `%s'",
6720 name);
6721 if (flag_pedantic_errors)
6722 ok = 0;
6726 /* Discard the type modifiers if they are invalid. */
6727 if (! ok)
6729 unsigned_p = false;
6730 signed_p = false;
6731 long_p = false;
6732 short_p = false;
6733 longlong = 0;
6737 /* Decide whether an integer type is signed or not.
6738 Optionally treat bitfields as signed by default. */
6739 if (unsigned_p
6740 /* [class.bit]
6742 It is implementation-defined whether a plain (neither
6743 explicitly signed or unsigned) char, short, int, or long
6744 bit-field is signed or unsigned.
6746 Naturally, we extend this to long long as well. Note that
6747 this does not include wchar_t. */
6748 || (bitfield && !flag_signed_bitfields
6749 && !signed_p
6750 /* A typedef for plain `int' without `signed' can be
6751 controlled just like plain `int', but a typedef for
6752 `signed int' cannot be so controlled. */
6753 && !(typedef_decl
6754 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl))
6755 && (TREE_CODE (type) == INTEGER_TYPE
6756 || TREE_CODE (type) == CHAR_TYPE)
6757 && !same_type_p (TYPE_MAIN_VARIANT (type), wchar_type_node)))
6759 if (longlong)
6760 type = long_long_unsigned_type_node;
6761 else if (long_p)
6762 type = long_unsigned_type_node;
6763 else if (short_p)
6764 type = short_unsigned_type_node;
6765 else if (type == char_type_node)
6766 type = unsigned_char_type_node;
6767 else if (typedef_decl)
6768 type = c_common_unsigned_type (type);
6769 else
6770 type = unsigned_type_node;
6772 else if (signed_p && type == char_type_node)
6773 type = signed_char_type_node;
6774 else if (longlong)
6775 type = long_long_integer_type_node;
6776 else if (long_p)
6777 type = long_integer_type_node;
6778 else if (short_p)
6779 type = short_integer_type_node;
6781 if (declspecs->specs[(int)ds_complex])
6783 if (TREE_CODE (type) != INTEGER_TYPE && TREE_CODE (type) != REAL_TYPE)
6784 error ("complex invalid for `%s'", name);
6785 /* If we just have "complex", it is equivalent to
6786 "complex double", but if any modifiers at all are specified it is
6787 the complex form of TYPE. E.g, "complex short" is
6788 "complex short int". */
6790 else if (defaulted_int && ! longlong
6791 && ! (long_p || short_p || signed_p || unsigned_p))
6792 type = complex_double_type_node;
6793 else if (type == integer_type_node)
6794 type = complex_integer_type_node;
6795 else if (type == float_type_node)
6796 type = complex_float_type_node;
6797 else if (type == double_type_node)
6798 type = complex_double_type_node;
6799 else if (type == long_double_type_node)
6800 type = complex_long_double_type_node;
6801 else
6802 type = build_complex_type (type);
6805 type_quals = TYPE_UNQUALIFIED;
6806 if (declspecs->specs[(int)ds_const])
6807 type_quals |= TYPE_QUAL_CONST;
6808 if (declspecs->specs[(int)ds_volatile])
6809 type_quals |= TYPE_QUAL_VOLATILE;
6810 if (declspecs->specs[(int)ds_restrict])
6811 type_quals |= TYPE_QUAL_RESTRICT;
6812 if (sfk == sfk_conversion && type_quals != TYPE_UNQUALIFIED)
6813 error ("qualifiers are not allowed on declaration of `operator %T'",
6814 ctor_return_type);
6816 type_quals |= cp_type_quals (type);
6817 type = cp_build_qualified_type_real
6818 (type, type_quals, ((typedef_decl && !DECL_ARTIFICIAL (typedef_decl)
6819 ? tf_ignore_bad_quals : 0) | tf_error | tf_warning));
6820 /* We might have ignored or rejected some of the qualifiers. */
6821 type_quals = cp_type_quals (type);
6823 staticp = 0;
6824 inlinep = !! declspecs->specs[(int)ds_inline];
6825 virtualp = !! declspecs->specs[(int)ds_virtual];
6826 explicitp = !! declspecs->specs[(int)ds_explicit];
6828 storage_class = declspecs->storage_class;
6829 if (storage_class == sc_static)
6830 staticp = 1 + (decl_context == FIELD);
6832 if (virtualp && staticp == 2)
6834 error ("member `%D' cannot be declared both virtual and static",
6835 dname);
6836 staticp = 0;
6838 friendp = !! declspecs->specs[(int)ds_friend];
6840 if (dependant_name && !friendp)
6842 error ("`%T::%D' is not a valid declarator", ctype, dependant_name);
6843 return void_type_node;
6846 /* Issue errors about use of storage classes for parameters. */
6847 if (decl_context == PARM)
6849 if (declspecs->specs[(int)ds_typedef])
6850 error ("typedef declaration invalid in parameter declaration");
6851 else if (storage_class == sc_static
6852 || storage_class == sc_extern
6853 || thread_p)
6854 error ("storage class specifiers invalid in parameter declarations");
6857 /* Give error if `virtual' is used outside of class declaration. */
6858 if (virtualp
6859 && (current_class_name == NULL_TREE || decl_context != FIELD))
6861 error ("virtual outside class declaration");
6862 virtualp = 0;
6865 /* Static anonymous unions are dealt with here. */
6866 if (staticp && decl_context == TYPENAME
6867 && declspecs->type
6868 && ANON_AGGR_TYPE_P (declspecs->type))
6869 decl_context = FIELD;
6871 /* Warn about storage classes that are invalid for certain
6872 kinds of declarations (parameters, typenames, etc.). */
6873 if (declspecs->multiple_storage_classes_p)
6874 error ("multiple storage classes in declaration of `%s'", name);
6875 else if (thread_p
6876 && ((storage_class
6877 && storage_class != sc_extern
6878 && storage_class != sc_static)
6879 || declspecs->specs[(int)ds_typedef]))
6881 error ("multiple storage classes in declaration of `%s'", name);
6882 thread_p = false;
6884 else if (decl_context != NORMAL
6885 && ((storage_class != sc_none
6886 && storage_class != sc_mutable)
6887 || thread_p))
6889 if ((decl_context == PARM || decl_context == CATCHPARM)
6890 && (storage_class == sc_register
6891 || storage_class == sc_auto))
6893 else if (declspecs->specs[(int)ds_typedef])
6895 else if (decl_context == FIELD
6896 /* C++ allows static class elements. */
6897 && storage_class == sc_static)
6898 /* C++ also allows inlines and signed and unsigned elements,
6899 but in those cases we don't come in here. */
6901 else
6903 if (decl_context == FIELD)
6905 tree tmp = NULL_TREE;
6906 int op = 0;
6908 if (declarator)
6910 /* Avoid trying to get an operand off an identifier node. */
6911 if (declarator->kind != cdk_id)
6912 tmp = declarator->declarator->u.id.name;
6913 else
6914 tmp = declarator->u.id.name;
6915 op = IDENTIFIER_OPNAME_P (tmp);
6916 if (IDENTIFIER_TYPENAME_P (tmp))
6918 if (is_typename_at_global_scope (tmp))
6919 name = IDENTIFIER_POINTER (tmp);
6920 else
6921 name = "<invalid operator>";
6924 error ("storage class specified for %s `%s'",
6925 op ? "member operator" : "field",
6926 name);
6928 else
6930 if (decl_context == PARM || decl_context == CATCHPARM)
6931 error ("storage class specified for parameter `%s'", name);
6932 else
6933 error ("storage class specified for typename");
6935 if (storage_class == sc_register
6936 || storage_class == sc_auto
6937 || storage_class == sc_extern
6938 || thread_p)
6939 storage_class = sc_none;
6942 else if (storage_class == sc_extern && initialized
6943 && !funcdef_flag)
6945 if (toplevel_bindings_p ())
6947 /* It's common practice (and completely valid) to have a const
6948 be initialized and declared extern. */
6949 if (!(type_quals & TYPE_QUAL_CONST))
6950 warning ("`%s' initialized and declared `extern'", name);
6952 else
6953 error ("`%s' has both `extern' and initializer", name);
6955 else if (storage_class == sc_extern && funcdef_flag
6956 && ! toplevel_bindings_p ())
6957 error ("nested function `%s' declared `extern'", name);
6958 else if (toplevel_bindings_p ())
6960 if (storage_class == sc_auto)
6961 error ("top-level declaration of `%s' specifies `auto'", name);
6963 else if (thread_p
6964 && storage_class != sc_extern
6965 && storage_class != sc_static)
6967 error ("function-scope `%s' implicitly auto and declared `__thread'",
6968 name);
6969 thread_p = false;
6972 if (storage_class && friendp)
6973 error ("storage class specifiers invalid in friend function declarations");
6975 if (!id_declarator)
6976 unqualified_id = NULL_TREE;
6977 else
6979 unqualified_id = id_declarator->u.id.name;
6980 if (TREE_CODE (unqualified_id) == SCOPE_REF)
6981 unqualified_id = TREE_OPERAND (unqualified_id, 1);
6982 if (TREE_CODE (unqualified_id) == BASELINK)
6983 unqualified_id = BASELINK_FUNCTIONS (unqualified_id);
6984 switch (TREE_CODE (unqualified_id))
6986 case BIT_NOT_EXPR:
6987 unqualified_id
6988 = constructor_name (TREE_OPERAND (unqualified_id, 0));
6989 break;
6991 case TYPE_DECL:
6992 unqualified_id
6993 = constructor_name (TREE_TYPE (unqualified_id));
6994 break;
6996 case IDENTIFIER_NODE:
6997 case TEMPLATE_ID_EXPR:
6998 break;
7000 default:
7001 gcc_unreachable ();
7005 /* Determine the type of the entity declared by recurring on the
7006 declarator. */
7007 for (;
7008 declarator && declarator->kind != cdk_id;
7009 declarator = declarator->declarator)
7011 const cp_declarator *inner_declarator;
7012 tree attrs;
7014 if (type == error_mark_node)
7015 return error_mark_node;
7017 inner_declarator = declarator->declarator;
7019 attrs = declarator->attributes;
7020 if (attrs)
7022 int attr_flags;
7024 attr_flags = 0;
7025 if (declarator == NULL || declarator->kind == cdk_id)
7026 attr_flags |= (int) ATTR_FLAG_DECL_NEXT;
7027 if (declarator->kind == cdk_function)
7028 attr_flags |= (int) ATTR_FLAG_FUNCTION_NEXT;
7029 if (declarator->kind == cdk_array)
7030 attr_flags |= (int) ATTR_FLAG_ARRAY_NEXT;
7031 returned_attrs = decl_attributes (&type,
7032 chainon (returned_attrs, attrs),
7033 attr_flags);
7036 switch (declarator->kind)
7038 case cdk_array:
7039 type = create_array_type_for_decl (dname, type,
7040 declarator->u.array.bounds);
7041 if (inner_declarator
7042 && (inner_declarator->kind == cdk_pointer
7043 || inner_declarator->kind == cdk_reference
7044 || inner_declarator->kind == cdk_ptrmem))
7045 /* We can never complete an array type which is the
7046 target of a pointer, so go ahead and lay it out. */
7047 layout_type (type);
7048 break;
7050 case cdk_function:
7052 tree arg_types;
7053 int funcdecl_p;
7055 /* Declaring a function type.
7056 Make sure we have a valid type for the function to return. */
7058 /* We now know that the TYPE_QUALS don't apply to the
7059 decl, but to its return type. */
7060 type_quals = TYPE_UNQUALIFIED;
7062 /* Warn about some types functions can't return. */
7064 if (TREE_CODE (type) == FUNCTION_TYPE)
7066 error ("`%s' declared as function returning a function", name);
7067 type = integer_type_node;
7069 if (TREE_CODE (type) == ARRAY_TYPE)
7071 error ("`%s' declared as function returning an array", name);
7072 type = integer_type_node;
7075 /* Pick up type qualifiers which should be applied to `this'. */
7076 quals = declarator->u.function.qualifiers;
7078 /* Pick up the exception specifications. */
7079 raises = declarator->u.function.exception_specification;
7081 /* Say it's a definition only for the CALL_EXPR
7082 closest to the identifier. */
7083 funcdecl_p = inner_declarator && inner_declarator->kind == cdk_id;
7085 if (ctype == NULL_TREE
7086 && decl_context == FIELD
7087 && funcdecl_p
7088 && (friendp == 0 || dname == current_class_name))
7089 ctype = current_class_type;
7091 if (ctype && sfk == sfk_conversion)
7092 TYPE_HAS_CONVERSION (ctype) = 1;
7093 if (ctype && (sfk == sfk_constructor
7094 || sfk == sfk_destructor))
7096 /* We are within a class's scope. If our declarator name
7097 is the same as the class name, and we are defining
7098 a function, then it is a constructor/destructor, and
7099 therefore returns a void type. */
7101 if (flags == DTOR_FLAG)
7103 /* ISO C++ 12.4/2. A destructor may not be
7104 declared const or volatile. A destructor may
7105 not be static. */
7106 if (staticp == 2)
7107 error ("destructor cannot be static member function");
7108 if (quals)
7110 error ("destructors may not be cv-qualified");
7111 quals = TYPE_UNQUALIFIED;
7113 if (decl_context == FIELD)
7115 if (! member_function_or_else (ctype,
7116 current_class_type,
7117 flags))
7118 return void_type_node;
7121 else /* It's a constructor. */
7123 if (explicitp == 1)
7124 explicitp = 2;
7125 /* ISO C++ 12.1. A constructor may not be
7126 declared const or volatile. A constructor may
7127 not be virtual. A constructor may not be
7128 static. */
7129 if (staticp == 2)
7130 error ("constructor cannot be static member function");
7131 if (virtualp)
7133 pedwarn ("constructors cannot be declared virtual");
7134 virtualp = 0;
7136 if (quals)
7138 error ("constructors may not be cv-qualified");
7139 quals = TYPE_UNQUALIFIED;
7141 if (decl_context == FIELD)
7143 if (! member_function_or_else (ctype,
7144 current_class_type,
7145 flags))
7146 return void_type_node;
7147 TYPE_HAS_CONSTRUCTOR (ctype) = 1;
7148 if (sfk != sfk_constructor)
7149 return NULL_TREE;
7152 if (decl_context == FIELD)
7153 staticp = 0;
7155 else if (friendp)
7157 if (initialized)
7158 error ("can't initialize friend function `%s'", name);
7159 if (virtualp)
7161 /* Cannot be both friend and virtual. */
7162 error ("virtual functions cannot be friends");
7163 friendp = 0;
7165 if (decl_context == NORMAL)
7166 error ("friend declaration not in class definition");
7167 if (current_function_decl && funcdef_flag)
7168 error ("can't define friend function `%s' in a local class definition",
7169 name);
7172 arg_types = grokparms (declarator->u.function.parameters,
7173 &parms);
7175 if (inner_declarator
7176 && inner_declarator->kind == cdk_id
7177 && inner_declarator->u.id.sfk == sfk_destructor
7178 && arg_types != void_list_node)
7180 error ("destructors may not have parameters");
7181 arg_types = void_list_node;
7182 parms = NULL_TREE;
7185 type = build_function_type (type, arg_types);
7187 break;
7189 case cdk_pointer:
7190 case cdk_reference:
7191 case cdk_ptrmem:
7192 /* Filter out pointers-to-references and references-to-references.
7193 We can get these if a TYPE_DECL is used. */
7195 if (TREE_CODE (type) == REFERENCE_TYPE)
7197 error (declarator->kind == cdk_reference
7198 ? "cannot declare reference to `%#T'"
7199 : "cannot declare pointer to `%#T'", type);
7200 type = TREE_TYPE (type);
7202 else if (VOID_TYPE_P (type))
7204 if (declarator->kind == cdk_reference)
7205 error ("cannot declare reference to `%#T'", type);
7206 else if (declarator->kind == cdk_ptrmem)
7207 error ("cannot declare pointer to `%#T' member", type);
7210 /* We now know that the TYPE_QUALS don't apply to the decl,
7211 but to the target of the pointer. */
7212 type_quals = TYPE_UNQUALIFIED;
7214 if (declarator->kind == cdk_ptrmem
7215 && (TREE_CODE (type) == FUNCTION_TYPE
7216 || (quals && TREE_CODE (type) == METHOD_TYPE)))
7218 tree dummy = build_decl (TYPE_DECL, NULL_TREE, type);
7219 grok_method_quals (declarator->u.pointer.class_type,
7220 dummy, quals);
7221 type = TREE_TYPE (dummy);
7222 quals = TYPE_UNQUALIFIED;
7225 if (declarator->kind == cdk_reference)
7227 if (!VOID_TYPE_P (type))
7228 type = build_reference_type (type);
7230 else if (TREE_CODE (type) == METHOD_TYPE)
7231 type = build_ptrmemfunc_type (build_pointer_type (type));
7232 else if (declarator->kind == cdk_ptrmem)
7233 type = build_ptrmem_type (declarator->u.pointer.class_type,
7234 type);
7235 else
7236 type = build_pointer_type (type);
7238 /* Process a list of type modifier keywords (such as
7239 const or volatile) that were given inside the `*' or `&'. */
7241 if (declarator->u.pointer.qualifiers)
7243 type
7244 = cp_build_qualified_type (type,
7245 declarator->u.pointer.qualifiers);
7246 type_quals = cp_type_quals (type);
7248 ctype = NULL_TREE;
7249 break;
7251 case cdk_error:
7252 break;
7254 default:
7255 gcc_unreachable ();
7259 if (unqualified_id && TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR
7260 && TREE_CODE (type) != FUNCTION_TYPE
7261 && TREE_CODE (type) != METHOD_TYPE)
7263 error ("template-id `%D' used as a declarator",
7264 unqualified_id);
7265 unqualified_id = dname;
7268 /* If DECLARATOR is non-NULL, we know it is a cdk_id declarator;
7269 otherwise, we would not have exited the loop above. */
7270 if (declarator
7271 && TREE_CODE (declarator->u.id.name) == SCOPE_REF
7272 /* If the qualifying scope was invalid, it will have been set to
7273 NULL_TREE above. */
7274 && TREE_OPERAND (declarator->u.id.name, 0)
7275 && TYPE_P (TREE_OPERAND (declarator->u.id.name, 0)))
7277 tree t;
7279 ctype = TREE_OPERAND (declarator->u.id.name, 0);
7280 if (TYPE_P (ctype))
7281 ctype = TYPE_MAIN_VARIANT (ctype);
7282 t = ctype;
7283 while (t != NULL_TREE && CLASS_TYPE_P (t))
7285 /* You're supposed to have one `template <...>' for every
7286 template class, but you don't need one for a full
7287 specialization. For example:
7289 template <class T> struct S{};
7290 template <> struct S<int> { void f(); };
7291 void S<int>::f () {}
7293 is correct; there shouldn't be a `template <>' for the
7294 definition of `S<int>::f'. */
7295 if (CLASSTYPE_TEMPLATE_INFO (t)
7296 && (CLASSTYPE_TEMPLATE_INSTANTIATION (t)
7297 || uses_template_parms (CLASSTYPE_TI_ARGS (t)))
7298 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (t)))
7299 template_count += 1;
7301 t = TYPE_MAIN_DECL (t);
7302 t = DECL_CONTEXT (t);
7305 if (ctype == current_class_type)
7307 /* class A {
7308 void A::f ();
7311 Is this ill-formed? */
7313 if (pedantic)
7314 pedwarn ("extra qualification `%T::' on member `%s' ignored",
7315 ctype, name);
7317 else if (TREE_CODE (type) == FUNCTION_TYPE)
7319 tree sname = TREE_OPERAND (declarator->u.id.name, 1);
7321 if (TREE_CODE (sname) == IDENTIFIER_NODE
7322 && NEW_DELETE_OPNAME_P (sname))
7323 /* Overloaded operator new and operator delete
7324 are always static functions. */
7326 else if (current_class_type == NULL_TREE || friendp)
7327 type
7328 = build_method_type_directly (ctype,
7329 TREE_TYPE (type),
7330 TYPE_ARG_TYPES (type));
7331 else
7333 error ("cannot declare member function `%T::%s' within `%T'",
7334 ctype, name, current_class_type);
7335 return error_mark_node;
7338 else if (declspecs->specs[(int)ds_typedef]
7339 || COMPLETE_TYPE_P (complete_type (ctype)))
7341 /* Have to move this code elsewhere in this function.
7342 this code is used for i.e., typedef int A::M; M *pm;
7344 It is? How? jason 10/2/94 */
7346 if (current_class_type)
7348 error ("cannot declare member `%T::%s' within `%T'",
7349 ctype, name, current_class_type);
7350 return void_type_node;
7353 else
7355 cxx_incomplete_type_error (NULL_TREE, ctype);
7356 return error_mark_node;
7360 if (returned_attrs)
7362 if (attrlist)
7363 *attrlist = chainon (returned_attrs, *attrlist);
7364 else
7365 attrlist = &returned_attrs;
7368 /* Now TYPE has the actual type. */
7370 /* Did array size calculations overflow? */
7372 if (TREE_CODE (type) == ARRAY_TYPE
7373 && COMPLETE_TYPE_P (type)
7374 && TREE_OVERFLOW (TYPE_SIZE (type)))
7376 error ("size of array `%s' is too large", name);
7377 /* If we proceed with the array type as it is, we'll eventually
7378 crash in tree_low_cst(). */
7379 type = error_mark_node;
7382 if ((decl_context == FIELD || decl_context == PARM)
7383 && !processing_template_decl
7384 && variably_modified_type_p (type, NULL_TREE))
7386 if (decl_context == FIELD)
7387 error ("data member may not have variably modified type `%T'", type);
7388 else
7389 error ("parameter may not have variably modified type `%T'", type);
7390 type = error_mark_node;
7393 if (explicitp == 1 || (explicitp && friendp))
7395 /* [dcl.fct.spec] The explicit specifier shall only be used in
7396 declarations of constructors within a class definition. */
7397 error ("only declarations of constructors can be `explicit'");
7398 explicitp = 0;
7401 if (storage_class == sc_mutable)
7403 if (decl_context != FIELD || friendp)
7405 error ("non-member `%s' cannot be declared `mutable'", name);
7406 storage_class = sc_none;
7408 else if (decl_context == TYPENAME || declspecs->specs[(int)ds_typedef])
7410 error ("non-object member `%s' cannot be declared `mutable'", name);
7411 storage_class = sc_none;
7413 else if (TREE_CODE (type) == FUNCTION_TYPE
7414 || TREE_CODE (type) == METHOD_TYPE)
7416 error ("function `%s' cannot be declared `mutable'", name);
7417 storage_class = sc_none;
7419 else if (staticp)
7421 error ("static `%s' cannot be declared `mutable'", name);
7422 storage_class = sc_none;
7424 else if (type_quals & TYPE_QUAL_CONST)
7426 error ("const `%s' cannot be declared `mutable'", name);
7427 storage_class = sc_none;
7431 /* If this is declaring a typedef name, return a TYPE_DECL. */
7432 if (declspecs->specs[(int)ds_typedef] && decl_context != TYPENAME)
7434 tree decl;
7436 /* Note that the grammar rejects storage classes
7437 in typenames, fields or parameters. */
7438 if (current_lang_name == lang_name_java)
7439 TYPE_FOR_JAVA (type) = 1;
7441 if (decl_context == FIELD)
7443 if (constructor_name_p (unqualified_id, current_class_type))
7444 pedwarn ("ISO C++ forbids nested type `%D' with same name as enclosing class",
7445 unqualified_id);
7446 decl = build_lang_decl (TYPE_DECL, unqualified_id, type);
7448 else
7450 decl = build_decl (TYPE_DECL, unqualified_id, type);
7451 if (in_namespace || ctype)
7452 error ("%Jtypedef name may not be a nested-name-specifier", decl);
7453 if (!current_function_decl)
7454 DECL_CONTEXT (decl) = FROB_CONTEXT (current_namespace);
7457 /* If the user declares "typedef struct {...} foo" then the
7458 struct will have an anonymous name. Fill that name in now.
7459 Nothing can refer to it, so nothing needs know about the name
7460 change. */
7461 if (type != error_mark_node
7462 && unqualified_id
7463 && TYPE_NAME (type)
7464 && TREE_CODE (TYPE_NAME (type)) == TYPE_DECL
7465 && TYPE_ANONYMOUS_P (type)
7466 /* Don't do this if there are attributes. */
7467 && (!attrlist || !*attrlist)
7468 && cp_type_quals (type) == TYPE_UNQUALIFIED)
7470 tree oldname = TYPE_NAME (type);
7471 tree t;
7473 /* Replace the anonymous name with the real name everywhere. */
7474 lookup_tag_reverse (type, unqualified_id);
7475 for (t = TYPE_MAIN_VARIANT (type); t; t = TYPE_NEXT_VARIANT (t))
7476 if (TYPE_NAME (t) == oldname)
7477 TYPE_NAME (t) = decl;
7479 if (TYPE_LANG_SPECIFIC (type))
7480 TYPE_WAS_ANONYMOUS (type) = 1;
7482 /* If this is a typedef within a template class, the nested
7483 type is a (non-primary) template. The name for the
7484 template needs updating as well. */
7485 if (TYPE_LANG_SPECIFIC (type) && CLASSTYPE_TEMPLATE_INFO (type))
7486 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type))
7487 = TYPE_IDENTIFIER (type);
7489 /* FIXME remangle member functions; member functions of a
7490 type with external linkage have external linkage. */
7493 if (quals)
7495 if (ctype == NULL_TREE)
7497 if (TREE_CODE (type) != METHOD_TYPE)
7498 error ("%Jinvalid type qualifier for non-member function type",
7499 decl);
7500 else
7501 ctype = TYPE_METHOD_BASETYPE (type);
7503 if (ctype != NULL_TREE)
7504 grok_method_quals (ctype, decl, quals);
7507 if (signed_p
7508 || (typedef_decl && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl)))
7509 C_TYPEDEF_EXPLICITLY_SIGNED (decl) = 1;
7511 bad_specifiers (decl, "type", virtualp, quals != TYPE_UNQUALIFIED,
7512 inlinep, friendp, raises != NULL_TREE);
7514 return decl;
7517 /* Detect the case of an array type of unspecified size
7518 which came, as such, direct from a typedef name.
7519 We must copy the type, so that the array's domain can be
7520 individually set by the object's initializer. */
7522 if (type && typedef_type
7523 && TREE_CODE (type) == ARRAY_TYPE && !TYPE_DOMAIN (type)
7524 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
7525 type = build_cplus_array_type (TREE_TYPE (type), NULL_TREE);
7527 /* Detect where we're using a typedef of function type to declare a
7528 function. PARMS will not be set, so we must create it now. */
7530 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
7532 tree decls = NULL_TREE;
7533 tree args;
7535 for (args = TYPE_ARG_TYPES (type); args; args = TREE_CHAIN (args))
7537 tree decl = cp_build_parm_decl (NULL_TREE, TREE_VALUE (args));
7539 TREE_CHAIN (decl) = decls;
7540 decls = decl;
7543 parms = nreverse (decls);
7546 /* If this is a type name (such as, in a cast or sizeof),
7547 compute the type and return it now. */
7549 if (decl_context == TYPENAME)
7551 /* Note that the grammar rejects storage classes
7552 in typenames, fields or parameters. */
7553 if (type_quals != TYPE_UNQUALIFIED)
7554 type_quals = TYPE_UNQUALIFIED;
7556 /* Special case: "friend class foo" looks like a TYPENAME context. */
7557 if (friendp)
7559 if (type_quals != TYPE_UNQUALIFIED)
7561 error ("type qualifiers specified for friend class declaration");
7562 type_quals = TYPE_UNQUALIFIED;
7564 if (inlinep)
7566 error ("`inline' specified for friend class declaration");
7567 inlinep = 0;
7570 if (!current_aggr)
7572 /* Don't allow friend declaration without a class-key. */
7573 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
7574 pedwarn ("template parameters cannot be friends");
7575 else if (TREE_CODE (type) == TYPENAME_TYPE)
7576 pedwarn ("friend declaration requires class-key, "
7577 "i.e. `friend class %T::%D'",
7578 TYPE_CONTEXT (type), TYPENAME_TYPE_FULLNAME (type));
7579 else
7580 pedwarn ("friend declaration requires class-key, "
7581 "i.e. `friend %#T'",
7582 type);
7585 /* Only try to do this stuff if we didn't already give up. */
7586 if (type != integer_type_node)
7588 /* A friendly class? */
7589 if (current_class_type)
7590 make_friend_class (current_class_type, TYPE_MAIN_VARIANT (type),
7591 /*complain=*/true);
7592 else
7593 error ("trying to make class `%T' a friend of global scope",
7594 type);
7596 type = void_type_node;
7599 else if (quals)
7601 if (ctype == NULL_TREE)
7603 if (TREE_CODE (type) != METHOD_TYPE)
7604 error ("invalid qualifiers on non-member function type");
7605 else
7606 ctype = TYPE_METHOD_BASETYPE (type);
7608 if (ctype)
7610 tree dummy = build_decl (TYPE_DECL, unqualified_id, type);
7611 grok_method_quals (ctype, dummy, quals);
7612 type = TREE_TYPE (dummy);
7616 return type;
7618 else if (unqualified_id == NULL_TREE && decl_context != PARM
7619 && decl_context != CATCHPARM
7620 && TREE_CODE (type) != UNION_TYPE
7621 && ! bitfield)
7623 error ("abstract declarator `%T' used as declaration", type);
7624 unqualified_id = make_anon_name ();
7627 /* `void' at top level (not within pointer)
7628 is allowed only in typedefs or type names.
7629 We don't complain about parms either, but that is because
7630 a better error message can be made later. */
7632 if (TREE_CODE (type) == VOID_TYPE && decl_context != PARM)
7634 if (! unqualified_id)
7635 error ("unnamed variable or field declared void");
7636 else if (TREE_CODE (unqualified_id) == IDENTIFIER_NODE)
7638 gcc_assert (!IDENTIFIER_OPNAME_P (unqualified_id));
7639 error ("variable or field `%s' declared void", name);
7641 else
7642 error ("variable or field declared void");
7643 type = integer_type_node;
7646 /* Now create the decl, which may be a VAR_DECL, a PARM_DECL
7647 or a FUNCTION_DECL, depending on DECL_CONTEXT and TYPE. */
7649 if (decl_context == PARM || decl_context == CATCHPARM)
7651 if (ctype || in_namespace)
7652 error ("cannot use `::' in parameter declaration");
7654 /* A parameter declared as an array of T is really a pointer to T.
7655 One declared as a function is really a pointer to a function.
7656 One declared as a member is really a pointer to member. */
7658 if (TREE_CODE (type) == ARRAY_TYPE)
7660 /* Transfer const-ness of array into that of type pointed to. */
7661 type = build_pointer_type (TREE_TYPE (type));
7662 type_quals = TYPE_UNQUALIFIED;
7664 else if (TREE_CODE (type) == FUNCTION_TYPE)
7665 type = build_pointer_type (type);
7669 tree decl;
7671 if (decl_context == PARM)
7673 decl = cp_build_parm_decl (unqualified_id, type);
7675 bad_specifiers (decl, "parameter", virtualp, quals != TYPE_UNQUALIFIED,
7676 inlinep, friendp, raises != NULL_TREE);
7678 else if (decl_context == FIELD)
7680 /* The C99 flexible array extension. */
7681 if (!staticp && TREE_CODE (type) == ARRAY_TYPE
7682 && TYPE_DOMAIN (type) == NULL_TREE)
7684 tree itype = compute_array_index_type (dname, integer_zero_node);
7685 type = build_cplus_array_type (TREE_TYPE (type), itype);
7688 if (type == error_mark_node)
7690 /* Happens when declaring arrays of sizes which
7691 are error_mark_node, for example. */
7692 decl = NULL_TREE;
7694 else if (in_namespace && !friendp)
7696 /* Something like struct S { int N::j; }; */
7697 error ("invalid use of `::'");
7698 decl = NULL_TREE;
7700 else if (TREE_CODE (type) == FUNCTION_TYPE)
7702 int publicp = 0;
7703 tree function_context;
7705 /* We catch the others as conflicts with the builtin
7706 typedefs. */
7707 if (friendp && unqualified_id == ridpointers[(int) RID_SIGNED])
7709 error ("function `%D' cannot be declared friend",
7710 unqualified_id);
7711 friendp = 0;
7714 if (friendp == 0)
7716 if (ctype == NULL_TREE)
7717 ctype = current_class_type;
7719 if (ctype == NULL_TREE)
7721 error ("can't make `%D' into a method -- not in a class",
7722 unqualified_id);
7723 return void_type_node;
7726 /* ``A union may [ ... ] not [ have ] virtual functions.''
7727 ARM 9.5 */
7728 if (virtualp && TREE_CODE (ctype) == UNION_TYPE)
7730 error ("function `%D' declared virtual inside a union",
7731 unqualified_id);
7732 return void_type_node;
7735 if (NEW_DELETE_OPNAME_P (unqualified_id))
7737 if (virtualp)
7739 error ("`%D' cannot be declared virtual, since it is always static",
7740 unqualified_id);
7741 virtualp = 0;
7744 else if (staticp < 2)
7745 type = build_method_type_directly (ctype,
7746 TREE_TYPE (type),
7747 TYPE_ARG_TYPES (type));
7750 /* Tell grokfndecl if it needs to set TREE_PUBLIC on the node. */
7751 function_context = (ctype != NULL_TREE) ?
7752 decl_function_context (TYPE_MAIN_DECL (ctype)) : NULL_TREE;
7753 publicp = (! friendp || ! staticp)
7754 && function_context == NULL_TREE;
7755 decl = grokfndecl (ctype, type,
7756 TREE_CODE (unqualified_id) != TEMPLATE_ID_EXPR
7757 ? unqualified_id : dname,
7758 parms,
7759 unqualified_id,
7760 virtualp, flags, quals, raises,
7761 friendp ? -1 : 0, friendp, publicp, inlinep,
7762 funcdef_flag, template_count, in_namespace);
7763 if (decl == NULL_TREE)
7764 return decl;
7765 #if 0
7766 /* This clobbers the attrs stored in `decl' from `attrlist'. */
7767 /* The decl and setting of decl_attr is also turned off. */
7768 decl = build_decl_attribute_variant (decl, decl_attr);
7769 #endif
7771 /* [class.conv.ctor]
7773 A constructor declared without the function-specifier
7774 explicit that can be called with a single parameter
7775 specifies a conversion from the type of its first
7776 parameter to the type of its class. Such a constructor
7777 is called a converting constructor. */
7778 if (explicitp == 2)
7779 DECL_NONCONVERTING_P (decl) = 1;
7780 else if (DECL_CONSTRUCTOR_P (decl))
7782 /* The constructor can be called with exactly one
7783 parameter if there is at least one parameter, and
7784 any subsequent parameters have default arguments.
7785 Ignore any compiler-added parms. */
7786 tree arg_types = FUNCTION_FIRST_USER_PARMTYPE (decl);
7788 if (arg_types == void_list_node
7789 || (arg_types
7790 && TREE_CHAIN (arg_types)
7791 && TREE_CHAIN (arg_types) != void_list_node
7792 && !TREE_PURPOSE (TREE_CHAIN (arg_types))))
7793 DECL_NONCONVERTING_P (decl) = 1;
7796 else if (TREE_CODE (type) == METHOD_TYPE)
7798 /* We only get here for friend declarations of
7799 members of other classes. */
7800 /* All method decls are public, so tell grokfndecl to set
7801 TREE_PUBLIC, also. */
7802 decl = grokfndecl (ctype, type,
7803 TREE_CODE (unqualified_id) != TEMPLATE_ID_EXPR
7804 ? unqualified_id : dname,
7805 parms,
7806 unqualified_id,
7807 virtualp, flags, quals, raises,
7808 friendp ? -1 : 0, friendp, 1, 0, funcdef_flag,
7809 template_count, in_namespace);
7810 if (decl == NULL_TREE)
7811 return NULL_TREE;
7813 else if (!staticp && !dependent_type_p (type)
7814 && !COMPLETE_TYPE_P (complete_type (type))
7815 && (TREE_CODE (type) != ARRAY_TYPE || initialized == 0))
7817 if (unqualified_id)
7818 error ("field `%D' has incomplete type", unqualified_id);
7819 else
7820 error ("name `%T' has incomplete type", type);
7822 /* If we're instantiating a template, tell them which
7823 instantiation made the field's type be incomplete. */
7824 if (current_class_type
7825 && TYPE_NAME (current_class_type)
7826 && IDENTIFIER_TEMPLATE (TYPE_IDENTIFIER (current_class_type))
7827 && declspecs->type
7828 && declspecs->type == type)
7829 error (" in instantiation of template `%T'",
7830 current_class_type);
7832 type = error_mark_node;
7833 decl = NULL_TREE;
7835 else
7837 if (friendp)
7839 error ("`%E' is neither function nor member function; "
7840 "cannot be declared friend", unqualified_id);
7841 friendp = 0;
7843 decl = NULL_TREE;
7846 if (friendp)
7848 /* Friends are treated specially. */
7849 if (ctype == current_class_type)
7850 warning ("member functions are implicitly friends of their class");
7851 else if (decl && DECL_NAME (decl))
7853 if (template_class_depth (current_class_type) == 0)
7855 decl = check_explicit_specialization
7856 (unqualified_id, decl, template_count,
7857 2 * (funcdef_flag != 0) + 4);
7858 if (decl == error_mark_node)
7859 return error_mark_node;
7862 decl = do_friend (ctype, unqualified_id, decl,
7863 *attrlist, flags, quals, funcdef_flag);
7864 return decl;
7866 else
7867 return void_type_node;
7870 /* Structure field. It may not be a function, except for C++. */
7872 if (decl == NULL_TREE)
7874 if (initialized)
7876 if (!staticp)
7878 /* An attempt is being made to initialize a non-static
7879 member. But, from [class.mem]:
7881 4 A member-declarator can contain a
7882 constant-initializer only if it declares a static
7883 member (_class.static_) of integral or enumeration
7884 type, see _class.static.data_.
7886 This used to be relatively common practice, but
7887 the rest of the compiler does not correctly
7888 handle the initialization unless the member is
7889 static so we make it static below. */
7890 pedwarn ("ISO C++ forbids initialization of member `%D'",
7891 unqualified_id);
7892 pedwarn ("making `%D' static", unqualified_id);
7893 staticp = 1;
7896 if (uses_template_parms (type))
7897 /* We'll check at instantiation time. */
7899 else if (check_static_variable_definition (unqualified_id,
7900 type))
7901 /* If we just return the declaration, crashes
7902 will sometimes occur. We therefore return
7903 void_type_node, as if this was a friend
7904 declaration, to cause callers to completely
7905 ignore this declaration. */
7906 return void_type_node;
7909 if (staticp)
7911 /* C++ allows static class members. All other work
7912 for this is done by grokfield. */
7913 decl = build_lang_decl (VAR_DECL, unqualified_id, type);
7914 set_linkage_for_static_data_member (decl);
7915 /* Even if there is an in-class initialization, DECL
7916 is considered undefined until an out-of-class
7917 definition is provided. */
7918 DECL_EXTERNAL (decl) = 1;
7920 else
7922 decl = build_decl (FIELD_DECL, unqualified_id, type);
7923 DECL_NONADDRESSABLE_P (decl) = bitfield;
7924 if (storage_class == sc_mutable)
7926 DECL_MUTABLE_P (decl) = 1;
7927 storage_class = sc_none;
7931 bad_specifiers (decl, "field", virtualp, quals != TYPE_UNQUALIFIED,
7932 inlinep, friendp, raises != NULL_TREE);
7935 else if (TREE_CODE (type) == FUNCTION_TYPE
7936 || TREE_CODE (type) == METHOD_TYPE)
7938 tree original_name;
7939 int publicp = 0;
7941 if (!unqualified_id)
7942 return NULL_TREE;
7944 if (TREE_CODE (unqualified_id) == TEMPLATE_ID_EXPR)
7945 original_name = dname;
7946 else
7947 original_name = unqualified_id;
7949 if (storage_class == sc_auto)
7950 error ("storage class `auto' invalid for function `%s'", name);
7951 else if (storage_class == sc_register)
7952 error ("storage class `register' invalid for function `%s'", name);
7953 else if (thread_p)
7954 error ("storage class `__thread' invalid for function `%s'", name);
7956 /* Function declaration not at top level.
7957 Storage classes other than `extern' are not allowed
7958 and `extern' makes no difference. */
7959 if (! toplevel_bindings_p ()
7960 && (storage_class == sc_static
7961 || declspecs->specs[(int)ds_inline])
7962 && pedantic)
7964 if (storage_class == sc_static)
7965 pedwarn ("`static' specified invalid for function `%s' declared out of global scope", name);
7966 else
7967 pedwarn ("`inline' specifier invalid for function `%s' declared out of global scope", name);
7970 if (ctype == NULL_TREE)
7972 if (virtualp)
7974 error ("virtual non-class function `%s'", name);
7975 virtualp = 0;
7978 else if (TREE_CODE (type) == FUNCTION_TYPE && staticp < 2
7979 && !NEW_DELETE_OPNAME_P (original_name))
7980 type = build_method_type_directly (ctype,
7981 TREE_TYPE (type),
7982 TYPE_ARG_TYPES (type));
7984 /* Record presence of `static'. */
7985 publicp = (ctype != NULL_TREE
7986 || storage_class == sc_extern
7987 || storage_class != sc_static);
7989 decl = grokfndecl (ctype, type, original_name, parms, unqualified_id,
7990 virtualp, flags, quals, raises,
7991 1, friendp,
7992 publicp, inlinep, funcdef_flag,
7993 template_count, in_namespace);
7994 if (decl == NULL_TREE)
7995 return NULL_TREE;
7997 if (staticp == 1)
7999 int invalid_static = 0;
8001 /* Don't allow a static member function in a class, and forbid
8002 declaring main to be static. */
8003 if (TREE_CODE (type) == METHOD_TYPE)
8005 pedwarn ("cannot declare member function `%D' to have static linkage", decl);
8006 invalid_static = 1;
8008 else if (current_function_decl)
8010 /* FIXME need arm citation */
8011 error ("cannot declare static function inside another function");
8012 invalid_static = 1;
8015 if (invalid_static)
8017 staticp = 0;
8018 storage_class = sc_none;
8022 else
8024 /* It's a variable. */
8026 /* An uninitialized decl with `extern' is a reference. */
8027 decl = grokvardecl (type, unqualified_id,
8028 declspecs,
8029 initialized,
8030 (type_quals & TYPE_QUAL_CONST) != 0,
8031 ctype ? ctype : in_namespace);
8032 bad_specifiers (decl, "variable", virtualp, quals != TYPE_UNQUALIFIED,
8033 inlinep, friendp, raises != NULL_TREE);
8035 if (ctype)
8037 DECL_CONTEXT (decl) = ctype;
8038 if (staticp == 1)
8040 pedwarn ("`static' may not be used when defining (as opposed to declaring) a static data member");
8041 staticp = 0;
8042 storage_class = sc_none;
8044 if (storage_class == sc_register && TREE_STATIC (decl))
8046 error ("static member `%D' declared `register'", decl);
8047 storage_class = sc_none;
8049 if (storage_class == sc_extern && pedantic)
8051 pedwarn ("cannot explicitly declare member `%#D' to have extern linkage",
8052 decl);
8053 storage_class = sc_none;
8058 /* Record `register' declaration for warnings on &
8059 and in case doing stupid register allocation. */
8061 if (storage_class == sc_register)
8062 DECL_REGISTER (decl) = 1;
8063 else if (storage_class == sc_extern)
8064 DECL_THIS_EXTERN (decl) = 1;
8065 else if (storage_class == sc_static)
8066 DECL_THIS_STATIC (decl) = 1;
8068 /* Record constancy and volatility. There's no need to do this
8069 when processing a template; we'll do this for the instantiated
8070 declaration based on the type of DECL. */
8071 if (!processing_template_decl)
8072 c_apply_type_quals_to_decl (type_quals, decl);
8074 return decl;
8078 /* Subroutine of start_function. Ensure that each of the parameter
8079 types (as listed in PARMS) is complete, as is required for a
8080 function definition. */
8082 static void
8083 require_complete_types_for_parms (tree parms)
8085 for (; parms; parms = TREE_CHAIN (parms))
8087 if (VOID_TYPE_P (TREE_TYPE (parms)))
8088 /* grokparms will have already issued an error. */
8089 TREE_TYPE (parms) = error_mark_node;
8090 else if (complete_type_or_else (TREE_TYPE (parms), parms))
8092 layout_decl (parms, 0);
8093 DECL_ARG_TYPE (parms) = type_passed_as (TREE_TYPE (parms));
8098 /* Returns nonzero if T is a local variable. */
8101 local_variable_p (tree t)
8103 if ((TREE_CODE (t) == VAR_DECL
8104 /* A VAR_DECL with a context that is a _TYPE is a static data
8105 member. */
8106 && !TYPE_P (CP_DECL_CONTEXT (t))
8107 /* Any other non-local variable must be at namespace scope. */
8108 && !DECL_NAMESPACE_SCOPE_P (t))
8109 || (TREE_CODE (t) == PARM_DECL))
8110 return 1;
8112 return 0;
8115 /* Returns nonzero if T is an automatic local variable or a label.
8116 (These are the declarations that need to be remapped when the code
8117 containing them is duplicated.) */
8120 nonstatic_local_decl_p (tree t)
8122 return ((local_variable_p (t) && !TREE_STATIC (t))
8123 || TREE_CODE (t) == LABEL_DECL
8124 || TREE_CODE (t) == RESULT_DECL);
8127 /* Like local_variable_p, but suitable for use as a tree-walking
8128 function. */
8130 static tree
8131 local_variable_p_walkfn (tree *tp, int *walk_subtrees,
8132 void *data ATTRIBUTE_UNUSED)
8134 if (local_variable_p (*tp) && !DECL_ARTIFICIAL (*tp))
8135 return *tp;
8136 else if (TYPE_P (*tp))
8137 *walk_subtrees = 0;
8139 return NULL_TREE;
8143 /* Check that ARG, which is a default-argument expression for a
8144 parameter DECL, is valid. Returns ARG, or ERROR_MARK_NODE, if
8145 something goes wrong. DECL may also be a _TYPE node, rather than a
8146 DECL, if there is no DECL available. */
8148 tree
8149 check_default_argument (tree decl, tree arg)
8151 tree var;
8152 tree decl_type;
8154 if (TREE_CODE (arg) == DEFAULT_ARG)
8155 /* We get a DEFAULT_ARG when looking at an in-class declaration
8156 with a default argument. Ignore the argument for now; we'll
8157 deal with it after the class is complete. */
8158 return arg;
8160 if (processing_template_decl || uses_template_parms (arg))
8161 /* We don't do anything checking until instantiation-time. Note
8162 that there may be uninstantiated arguments even for an
8163 instantiated function, since default arguments are not
8164 instantiated until they are needed. */
8165 return arg;
8167 if (TYPE_P (decl))
8169 decl_type = decl;
8170 decl = NULL_TREE;
8172 else
8173 decl_type = TREE_TYPE (decl);
8175 if (arg == error_mark_node
8176 || decl == error_mark_node
8177 || TREE_TYPE (arg) == error_mark_node
8178 || decl_type == error_mark_node)
8179 /* Something already went wrong. There's no need to check
8180 further. */
8181 return error_mark_node;
8183 /* [dcl.fct.default]
8185 A default argument expression is implicitly converted to the
8186 parameter type. */
8187 if (!TREE_TYPE (arg)
8188 || !can_convert_arg (decl_type, TREE_TYPE (arg), arg))
8190 if (decl)
8191 error ("default argument for `%#D' has type `%T'",
8192 decl, TREE_TYPE (arg));
8193 else
8194 error ("default argument for parameter of type `%T' has type `%T'",
8195 decl_type, TREE_TYPE (arg));
8197 return error_mark_node;
8200 /* [dcl.fct.default]
8202 Local variables shall not be used in default argument
8203 expressions.
8205 The keyword `this' shall not be used in a default argument of a
8206 member function. */
8207 var = walk_tree_without_duplicates (&arg, local_variable_p_walkfn,
8208 NULL);
8209 if (var)
8211 error ("default argument `%E' uses local variable `%D'",
8212 arg, var);
8213 return error_mark_node;
8216 /* All is well. */
8217 return arg;
8220 /* Decode the list of parameter types for a function type.
8221 Given the list of things declared inside the parens,
8222 return a list of types.
8224 If this parameter does not end with an ellipsis, we append
8225 void_list_node.
8227 *PARMS is set to the chain of PARM_DECLs created. */
8229 static tree
8230 grokparms (cp_parameter_declarator *first_parm, tree *parms)
8232 tree result = NULL_TREE;
8233 tree decls = NULL_TREE;
8234 int ellipsis = !first_parm || first_parm->ellipsis_p;
8235 cp_parameter_declarator *parm;
8236 int any_error = 0;
8238 for (parm = first_parm; parm != NULL; parm = parm->next)
8240 tree type = NULL_TREE;
8241 tree init = parm->default_argument;
8242 tree attrs;
8243 tree decl;
8245 if (parm == no_parameters)
8246 break;
8248 attrs = parm->decl_specifiers.attributes;
8249 parm->decl_specifiers.attributes = NULL_TREE;
8250 decl = grokdeclarator (parm->declarator, &parm->decl_specifiers,
8251 PARM, init != NULL_TREE, &attrs);
8252 if (! decl || TREE_TYPE (decl) == error_mark_node)
8253 continue;
8255 if (attrs)
8256 cplus_decl_attributes (&decl, attrs, 0);
8258 type = TREE_TYPE (decl);
8259 if (VOID_TYPE_P (type))
8261 if (same_type_p (type, void_type_node)
8262 && !DECL_NAME (decl) && !result && !parm->next && !ellipsis)
8263 /* this is a parmlist of `(void)', which is ok. */
8264 break;
8265 cxx_incomplete_type_error (decl, type);
8266 /* It's not a good idea to actually create parameters of
8267 type `void'; other parts of the compiler assume that a
8268 void type terminates the parameter list. */
8269 type = error_mark_node;
8270 TREE_TYPE (decl) = error_mark_node;
8273 if (type != error_mark_node)
8275 /* Top-level qualifiers on the parameters are
8276 ignored for function types. */
8277 type = cp_build_qualified_type (type, 0);
8278 if (TREE_CODE (type) == METHOD_TYPE)
8280 error ("parameter `%D' invalidly declared method type", decl);
8281 type = build_pointer_type (type);
8282 TREE_TYPE (decl) = type;
8284 else if (abstract_virtuals_error (decl, type))
8285 any_error = 1; /* Seems like a good idea. */
8286 else if (POINTER_TYPE_P (type))
8288 /* [dcl.fct]/6, parameter types cannot contain pointers
8289 (references) to arrays of unknown bound. */
8290 tree t = TREE_TYPE (type);
8291 int ptr = TYPE_PTR_P (type);
8293 while (1)
8295 if (TYPE_PTR_P (t))
8296 ptr = 1;
8297 else if (TREE_CODE (t) != ARRAY_TYPE)
8298 break;
8299 else if (!TYPE_DOMAIN (t))
8300 break;
8301 t = TREE_TYPE (t);
8303 if (TREE_CODE (t) == ARRAY_TYPE)
8304 error ("parameter `%D' includes %s to array of unknown bound `%T'",
8305 decl, ptr ? "pointer" : "reference", t);
8308 if (!any_error && init)
8309 init = check_default_argument (decl, init);
8310 else
8311 init = NULL_TREE;
8314 TREE_CHAIN (decl) = decls;
8315 decls = decl;
8316 result = tree_cons (init, type, result);
8318 decls = nreverse (decls);
8319 result = nreverse (result);
8320 if (!ellipsis)
8321 result = chainon (result, void_list_node);
8322 *parms = decls;
8324 return result;
8328 /* D is a constructor or overloaded `operator='.
8330 Let T be the class in which D is declared. Then, this function
8331 returns:
8333 -1 if D's is an ill-formed constructor or copy assignment operator
8334 whose first parameter is of type `T'.
8335 0 if D is not a copy constructor or copy assignment
8336 operator.
8337 1 if D is a copy constructor or copy assignment operator whose
8338 first parameter is a reference to const qualified T.
8339 2 if D is a copy constructor or copy assignment operator whose
8340 first parameter is a reference to non-const qualified T.
8342 This function can be used as a predicate. Positive values indicate
8343 a copy constructor and nonzero values indicate a copy assignment
8344 operator. */
8347 copy_fn_p (tree d)
8349 tree args;
8350 tree arg_type;
8351 int result = 1;
8353 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
8355 if (DECL_TEMPLATE_INFO (d) && is_member_template (DECL_TI_TEMPLATE (d)))
8356 /* Instantiations of template member functions are never copy
8357 functions. Note that member functions of templated classes are
8358 represented as template functions internally, and we must
8359 accept those as copy functions. */
8360 return 0;
8362 args = FUNCTION_FIRST_USER_PARMTYPE (d);
8363 if (!args)
8364 return 0;
8366 arg_type = TREE_VALUE (args);
8368 if (TYPE_MAIN_VARIANT (arg_type) == DECL_CONTEXT (d))
8370 /* Pass by value copy assignment operator. */
8371 result = -1;
8373 else if (TREE_CODE (arg_type) == REFERENCE_TYPE
8374 && TYPE_MAIN_VARIANT (TREE_TYPE (arg_type)) == DECL_CONTEXT (d))
8376 if (CP_TYPE_CONST_P (TREE_TYPE (arg_type)))
8377 result = 2;
8379 else
8380 return 0;
8382 args = TREE_CHAIN (args);
8384 if (args && args != void_list_node && !TREE_PURPOSE (args))
8385 /* There are more non-optional args. */
8386 return 0;
8388 return result;
8391 /* Remember any special properties of member function DECL. */
8393 void grok_special_member_properties (tree decl)
8395 if (!DECL_NONSTATIC_MEMBER_FUNCTION_P(decl))
8396 ; /* Not special. */
8397 else if (DECL_CONSTRUCTOR_P (decl))
8399 int ctor = copy_fn_p (decl);
8401 if (ctor > 0)
8403 /* [class.copy]
8405 A non-template constructor for class X is a copy
8406 constructor if its first parameter is of type X&, const
8407 X&, volatile X& or const volatile X&, and either there
8408 are no other parameters or else all other parameters have
8409 default arguments. */
8410 TYPE_HAS_INIT_REF (DECL_CONTEXT (decl)) = 1;
8411 if (ctor > 1)
8412 TYPE_HAS_CONST_INIT_REF (DECL_CONTEXT (decl)) = 1;
8414 else if (sufficient_parms_p (FUNCTION_FIRST_USER_PARMTYPE (decl)))
8415 TYPE_HAS_DEFAULT_CONSTRUCTOR (DECL_CONTEXT (decl)) = 1;
8417 else if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR)
8419 /* [class.copy]
8421 A non-template assignment operator for class X is a copy
8422 assignment operator if its parameter is of type X, X&, const
8423 X&, volatile X& or const volatile X&. */
8425 int assop = copy_fn_p (decl);
8427 if (assop)
8429 TYPE_HAS_ASSIGN_REF (DECL_CONTEXT (decl)) = 1;
8430 if (assop != 1)
8431 TYPE_HAS_CONST_ASSIGN_REF (DECL_CONTEXT (decl)) = 1;
8436 /* Check a constructor DECL has the correct form. Complains
8437 if the class has a constructor of the form X(X). */
8440 grok_ctor_properties (tree ctype, tree decl)
8442 int ctor_parm = copy_fn_p (decl);
8444 if (ctor_parm < 0)
8446 /* [class.copy]
8448 A declaration of a constructor for a class X is ill-formed if
8449 its first parameter is of type (optionally cv-qualified) X
8450 and either there are no other parameters or else all other
8451 parameters have default arguments.
8453 We *don't* complain about member template instantiations that
8454 have this form, though; they can occur as we try to decide
8455 what constructor to use during overload resolution. Since
8456 overload resolution will never prefer such a constructor to
8457 the non-template copy constructor (which is either explicitly
8458 or implicitly defined), there's no need to worry about their
8459 existence. Theoretically, they should never even be
8460 instantiated, but that's hard to forestall. */
8461 error ("invalid constructor; you probably meant `%T (const %T&)'",
8462 ctype, ctype);
8463 return 0;
8466 return 1;
8469 /* An operator with this code is unary, but can also be binary. */
8471 static int
8472 ambi_op_p (enum tree_code code)
8474 return (code == INDIRECT_REF
8475 || code == ADDR_EXPR
8476 || code == CONVERT_EXPR
8477 || code == NEGATE_EXPR
8478 || code == PREINCREMENT_EXPR
8479 || code == PREDECREMENT_EXPR);
8482 /* An operator with this name can only be unary. */
8484 static int
8485 unary_op_p (enum tree_code code)
8487 return (code == TRUTH_NOT_EXPR
8488 || code == BIT_NOT_EXPR
8489 || code == COMPONENT_REF
8490 || code == TYPE_EXPR);
8493 /* DECL is a declaration for an overloaded operator. Returns true if
8494 the declaration is valid; false otherwise. If COMPLAIN is true,
8495 errors are issued for invalid declarations. */
8497 bool
8498 grok_op_properties (tree decl, int friendp, bool complain)
8500 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
8501 tree argtype;
8502 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE);
8503 tree name = DECL_NAME (decl);
8504 enum tree_code operator_code;
8505 int arity;
8506 bool ok;
8508 /* Assume that the declaration is valid. */
8509 ok = true;
8511 /* Count the number of arguments. */
8512 for (argtype = argtypes, arity = 0;
8513 argtype && argtype != void_list_node;
8514 argtype = TREE_CHAIN (argtype))
8515 ++arity;
8517 if (current_class_type == NULL_TREE)
8518 friendp = 1;
8520 if (DECL_CONV_FN_P (decl))
8521 operator_code = TYPE_EXPR;
8522 else
8525 #define DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, ASSN_P) \
8526 if (ansi_opname (CODE) == name) \
8528 operator_code = (CODE); \
8529 break; \
8531 else if (ansi_assopname (CODE) == name) \
8533 operator_code = (CODE); \
8534 DECL_ASSIGNMENT_OPERATOR_P (decl) = 1; \
8535 break; \
8538 #include "operators.def"
8539 #undef DEF_OPERATOR
8541 gcc_unreachable ();
8543 while (0);
8544 gcc_assert (operator_code != LAST_CPLUS_TREE_CODE);
8545 SET_OVERLOADED_OPERATOR_CODE (decl, operator_code);
8547 if (! friendp)
8549 switch (operator_code)
8551 case NEW_EXPR:
8552 TYPE_HAS_NEW_OPERATOR (current_class_type) = 1;
8553 break;
8555 case DELETE_EXPR:
8556 TYPE_GETS_DELETE (current_class_type) |= 1;
8557 break;
8559 case VEC_NEW_EXPR:
8560 TYPE_HAS_ARRAY_NEW_OPERATOR (current_class_type) = 1;
8561 break;
8563 case VEC_DELETE_EXPR:
8564 TYPE_GETS_DELETE (current_class_type) |= 2;
8565 break;
8567 default:
8568 break;
8572 /* [basic.std.dynamic.allocation]/1:
8574 A program is ill-formed if an allocation function is declared
8575 in a namespace scope other than global scope or declared static
8576 in global scope.
8578 The same also holds true for deallocation functions. */
8579 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR
8580 || operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR)
8582 if (DECL_NAMESPACE_SCOPE_P (decl))
8584 if (CP_DECL_CONTEXT (decl) != global_namespace)
8585 error ("`%D' may not be declared within a namespace", decl);
8586 else if (!TREE_PUBLIC (decl))
8587 error ("`%D' may not be declared as static", decl);
8591 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR)
8592 TREE_TYPE (decl) = coerce_new_type (TREE_TYPE (decl));
8593 else if (operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR)
8594 TREE_TYPE (decl) = coerce_delete_type (TREE_TYPE (decl));
8595 else
8597 /* An operator function must either be a non-static member function
8598 or have at least one parameter of a class, a reference to a class,
8599 an enumeration, or a reference to an enumeration. 13.4.0.6 */
8600 if (! methodp || DECL_STATIC_FUNCTION_P (decl))
8602 if (operator_code == TYPE_EXPR
8603 || operator_code == CALL_EXPR
8604 || operator_code == COMPONENT_REF
8605 || operator_code == ARRAY_REF
8606 || operator_code == NOP_EXPR)
8607 error ("`%D' must be a nonstatic member function", decl);
8608 else
8610 tree p;
8612 if (DECL_STATIC_FUNCTION_P (decl))
8613 error ("`%D' must be either a non-static member function or a non-member function", decl);
8615 for (p = argtypes; p && p != void_list_node; p = TREE_CHAIN (p))
8617 tree arg = non_reference (TREE_VALUE (p));
8618 /* IS_AGGR_TYPE, rather than CLASS_TYPE_P, is used
8619 because these checks are performed even on
8620 template functions. */
8621 if (IS_AGGR_TYPE (arg) || TREE_CODE (arg) == ENUMERAL_TYPE)
8622 break;
8625 if (!p || p == void_list_node)
8627 if (!complain)
8628 return false;
8630 error ("`%D' must have an argument of class or "
8631 "enumerated type",
8632 decl);
8633 ok = false;
8638 /* There are no restrictions on the arguments to an overloaded
8639 "operator ()". */
8640 if (operator_code == CALL_EXPR)
8641 return ok;
8643 if (IDENTIFIER_TYPENAME_P (name) && ! DECL_TEMPLATE_INFO (decl))
8645 tree t = TREE_TYPE (name);
8646 if (! friendp)
8648 int ref = (TREE_CODE (t) == REFERENCE_TYPE);
8649 const char *what = 0;
8651 if (ref)
8652 t = TYPE_MAIN_VARIANT (TREE_TYPE (t));
8654 if (TREE_CODE (t) == VOID_TYPE)
8655 what = "void";
8656 else if (t == current_class_type)
8657 what = "the same type";
8658 /* Don't force t to be complete here. */
8659 else if (IS_AGGR_TYPE (t)
8660 && COMPLETE_TYPE_P (t)
8661 && DERIVED_FROM_P (t, current_class_type))
8662 what = "a base class";
8664 if (what && warn_conversion)
8665 warning ("conversion to %s%s will never use a type conversion operator",
8666 ref ? "a reference to " : "", what);
8669 if (operator_code == COND_EXPR)
8671 /* 13.4.0.3 */
8672 error ("ISO C++ prohibits overloading operator ?:");
8674 else if (ambi_op_p (operator_code))
8676 if (arity == 1)
8677 /* We pick the one-argument operator codes by default, so
8678 we don't have to change anything. */
8680 else if (arity == 2)
8682 /* If we thought this was a unary operator, we now know
8683 it to be a binary operator. */
8684 switch (operator_code)
8686 case INDIRECT_REF:
8687 operator_code = MULT_EXPR;
8688 break;
8690 case ADDR_EXPR:
8691 operator_code = BIT_AND_EXPR;
8692 break;
8694 case CONVERT_EXPR:
8695 operator_code = PLUS_EXPR;
8696 break;
8698 case NEGATE_EXPR:
8699 operator_code = MINUS_EXPR;
8700 break;
8702 case PREINCREMENT_EXPR:
8703 operator_code = POSTINCREMENT_EXPR;
8704 break;
8706 case PREDECREMENT_EXPR:
8707 operator_code = POSTDECREMENT_EXPR;
8708 break;
8710 default:
8711 gcc_unreachable ();
8714 SET_OVERLOADED_OPERATOR_CODE (decl, operator_code);
8716 if ((operator_code == POSTINCREMENT_EXPR
8717 || operator_code == POSTDECREMENT_EXPR)
8718 && ! processing_template_decl
8719 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node))
8721 if (methodp)
8722 error ("postfix `%D' must take `int' as its argument",
8723 decl);
8724 else
8725 error
8726 ("postfix `%D' must take `int' as its second argument",
8727 decl);
8730 else
8732 if (methodp)
8733 error ("`%D' must take either zero or one argument", decl);
8734 else
8735 error ("`%D' must take either one or two arguments", decl);
8738 /* More Effective C++ rule 6. */
8739 if (warn_ecpp
8740 && (operator_code == POSTINCREMENT_EXPR
8741 || operator_code == POSTDECREMENT_EXPR
8742 || operator_code == PREINCREMENT_EXPR
8743 || operator_code == PREDECREMENT_EXPR))
8745 tree arg = TREE_VALUE (argtypes);
8746 tree ret = TREE_TYPE (TREE_TYPE (decl));
8747 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE)
8748 arg = TREE_TYPE (arg);
8749 arg = TYPE_MAIN_VARIANT (arg);
8750 if (operator_code == PREINCREMENT_EXPR
8751 || operator_code == PREDECREMENT_EXPR)
8753 if (TREE_CODE (ret) != REFERENCE_TYPE
8754 || !same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (ret)),
8755 arg))
8756 warning ("prefix `%D' should return `%T'", decl,
8757 build_reference_type (arg));
8759 else
8761 if (!same_type_p (TYPE_MAIN_VARIANT (ret), arg))
8762 warning ("postfix `%D' should return `%T'", decl, arg);
8766 else if (unary_op_p (operator_code))
8768 if (arity != 1)
8770 if (methodp)
8771 error ("`%D' must take `void'", decl);
8772 else
8773 error ("`%D' must take exactly one argument", decl);
8776 else /* if (binary_op_p (operator_code)) */
8778 if (arity != 2)
8780 if (methodp)
8781 error ("`%D' must take exactly one argument", decl);
8782 else
8783 error ("`%D' must take exactly two arguments", decl);
8786 /* More Effective C++ rule 7. */
8787 if (warn_ecpp
8788 && (operator_code == TRUTH_ANDIF_EXPR
8789 || operator_code == TRUTH_ORIF_EXPR
8790 || operator_code == COMPOUND_EXPR))
8791 warning ("user-defined `%D' always evaluates both arguments",
8792 decl);
8795 /* Effective C++ rule 23. */
8796 if (warn_ecpp
8797 && arity == 2
8798 && !DECL_ASSIGNMENT_OPERATOR_P (decl)
8799 && (operator_code == PLUS_EXPR
8800 || operator_code == MINUS_EXPR
8801 || operator_code == TRUNC_DIV_EXPR
8802 || operator_code == MULT_EXPR
8803 || operator_code == TRUNC_MOD_EXPR)
8804 && TREE_CODE (TREE_TYPE (TREE_TYPE (decl))) == REFERENCE_TYPE)
8805 warning ("`%D' should return by value", decl);
8807 /* [over.oper]/8 */
8808 for (; argtypes && argtypes != void_list_node;
8809 argtypes = TREE_CHAIN (argtypes))
8810 if (TREE_PURPOSE (argtypes))
8812 TREE_PURPOSE (argtypes) = NULL_TREE;
8813 if (operator_code == POSTINCREMENT_EXPR
8814 || operator_code == POSTDECREMENT_EXPR)
8816 if (pedantic)
8817 pedwarn ("`%D' cannot have default arguments", decl);
8819 else
8820 error ("`%D' cannot have default arguments", decl);
8825 return ok;
8828 static const char *
8829 tag_name (enum tag_types code)
8831 switch (code)
8833 case record_type:
8834 return "struct";
8835 case class_type:
8836 return "class";
8837 case union_type:
8838 return "union ";
8839 case enum_type:
8840 return "enum";
8841 default:
8842 gcc_unreachable ();
8846 /* Name lookup in an elaborated-type-specifier (after the keyword
8847 indicated by TAG_CODE) has found the TYPE_DECL DECL. If the
8848 elaborated-type-specifier is invalid, issue a diagnostic and return
8849 error_mark_node; otherwise, return the *_TYPE to which it referred.
8850 If ALLOW_TEMPLATE_P is true, TYPE may be a class template. */
8852 tree
8853 check_elaborated_type_specifier (enum tag_types tag_code,
8854 tree decl,
8855 bool allow_template_p)
8857 tree type;
8859 /* In the case of:
8861 struct S { struct S *p; };
8863 name lookup will find the TYPE_DECL for the implicit "S::S"
8864 typedef. Adjust for that here. */
8865 if (DECL_SELF_REFERENCE_P (decl))
8866 decl = TYPE_NAME (TREE_TYPE (decl));
8868 type = TREE_TYPE (decl);
8870 /* [dcl.type.elab]
8872 If the identifier resolves to a typedef-name or a template
8873 type-parameter, the elaborated-type-specifier is ill-formed.
8875 In other words, the only legitimate declaration to use in the
8876 elaborated type specifier is the implicit typedef created when
8877 the type is declared. */
8878 if (!DECL_IMPLICIT_TYPEDEF_P (decl))
8880 error ("using typedef-name `%D' after `%s'", decl, tag_name (tag_code));
8881 return IS_AGGR_TYPE (type) ? type : error_mark_node;
8884 if (TREE_CODE (type) == TEMPLATE_TYPE_PARM)
8886 error ("using template type parameter `%T' after `%s'",
8887 type, tag_name (tag_code));
8888 return error_mark_node;
8890 else if (TREE_CODE (type) != RECORD_TYPE
8891 && TREE_CODE (type) != UNION_TYPE
8892 && tag_code != enum_type)
8894 error ("`%T' referred to as `%s'", type, tag_name (tag_code));
8895 return error_mark_node;
8897 else if (TREE_CODE (type) != ENUMERAL_TYPE
8898 && tag_code == enum_type)
8900 error ("`%T' referred to as enum", type);
8901 return error_mark_node;
8903 else if (!allow_template_p
8904 && TREE_CODE (type) == RECORD_TYPE
8905 && CLASSTYPE_IS_TEMPLATE (type))
8907 /* If a class template appears as elaborated type specifier
8908 without a template header such as:
8910 template <class T> class C {};
8911 void f(class C); // No template header here
8913 then the required template argument is missing. */
8915 error ("template argument required for `%s %T'",
8916 tag_name (tag_code),
8917 DECL_NAME (CLASSTYPE_TI_TEMPLATE (type)));
8918 return error_mark_node;
8921 return type;
8924 /* Get the struct, enum or union (TAG_CODE says which) with tag NAME.
8925 Define the tag as a forward-reference if it is not defined.
8927 If a declaration is given, process it here, and report an error if
8928 multiple declarations are not identical.
8930 GLOBALIZE is false when this is also a definition. Only look in
8931 the current frame for the name (since C++ allows new names in any
8932 scope.)
8934 TEMPLATE_HEADER_P is true when this declaration is preceded by
8935 a set of template parameters. */
8937 tree
8938 xref_tag (enum tag_types tag_code, tree name,
8939 bool globalize, bool template_header_p)
8941 enum tree_code code;
8942 tree t;
8943 struct cp_binding_level *b = current_binding_level;
8944 tree context = NULL_TREE;
8946 timevar_push (TV_NAME_LOOKUP);
8948 gcc_assert (TREE_CODE (name) == IDENTIFIER_NODE);
8950 switch (tag_code)
8952 case record_type:
8953 case class_type:
8954 code = RECORD_TYPE;
8955 break;
8956 case union_type:
8957 code = UNION_TYPE;
8958 break;
8959 case enum_type:
8960 code = ENUMERAL_TYPE;
8961 break;
8962 default:
8963 gcc_unreachable ();
8966 if (! globalize)
8968 /* If we know we are defining this tag, only look it up in
8969 this scope and don't try to find it as a type. */
8970 t = lookup_tag (code, name, b, 1);
8972 else
8974 tree decl = lookup_name (name, 2);
8976 if (decl && DECL_CLASS_TEMPLATE_P (decl))
8977 decl = DECL_TEMPLATE_RESULT (decl);
8979 if (decl && TREE_CODE (decl) == TYPE_DECL)
8981 /* Two cases we need to consider when deciding if a class
8982 template is allowed as an elaborated type specifier:
8983 1. It is a self reference to its own class.
8984 2. It comes with a template header.
8986 For example:
8988 template <class T> class C {
8989 class C *c1; // DECL_SELF_REFERENCE_P is true
8990 class D;
8992 template <class U> class C; // template_header_p is true
8993 template <class T> class C<T>::D {
8994 class C *c2; // DECL_SELF_REFERENCE_P is true
8995 }; */
8997 t = check_elaborated_type_specifier (tag_code,
8998 decl,
8999 template_header_p
9000 | DECL_SELF_REFERENCE_P (decl));
9001 if (t == error_mark_node)
9002 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
9004 else
9005 t = NULL_TREE;
9007 if (t && current_class_type
9008 && template_class_depth (current_class_type)
9009 && template_header_p)
9011 /* Since GLOBALIZE is nonzero, we are not looking at a
9012 definition of this tag. Since, in addition, we are currently
9013 processing a (member) template declaration of a template
9014 class, we must be very careful; consider:
9016 template <class X>
9017 struct S1
9019 template <class U>
9020 struct S2
9021 { template <class V>
9022 friend struct S1; };
9024 Here, the S2::S1 declaration should not be confused with the
9025 outer declaration. In particular, the inner version should
9026 have a template parameter of level 2, not level 1. This
9027 would be particularly important if the member declaration
9028 were instead:
9030 template <class V = U> friend struct S1;
9032 say, when we should tsubst into `U' when instantiating
9033 S2. On the other hand, when presented with:
9035 template <class T>
9036 struct S1 {
9037 template <class U>
9038 struct S2 {};
9039 template <class U>
9040 friend struct S2;
9043 we must find the inner binding eventually. We
9044 accomplish this by making sure that the new type we
9045 create to represent this declaration has the right
9046 TYPE_CONTEXT. */
9047 context = TYPE_CONTEXT (t);
9048 t = NULL_TREE;
9052 if (! t)
9054 /* If no such tag is yet defined, create a forward-reference node
9055 and record it as the "definition".
9056 When a real declaration of this type is found,
9057 the forward-reference will be altered into a real type. */
9058 if (code == ENUMERAL_TYPE)
9060 error ("use of enum `%#D' without previous declaration", name);
9061 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);
9063 else
9065 t = make_aggr_type (code);
9066 TYPE_CONTEXT (t) = context;
9067 pushtag (name, t, globalize);
9070 else
9072 if (!globalize && processing_template_decl && IS_AGGR_TYPE (t))
9073 redeclare_class_template (t, current_template_parms);
9074 else if (!processing_template_decl
9075 && CLASS_TYPE_P (t)
9076 && CLASSTYPE_IS_TEMPLATE (t))
9078 error ("redeclaration of `%T' as a non-template", t);
9079 t = error_mark_node;
9083 POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, t);
9086 tree
9087 xref_tag_from_type (tree old, tree id, int globalize)
9089 enum tag_types tag_kind;
9091 if (TREE_CODE (old) == RECORD_TYPE)
9092 tag_kind = (CLASSTYPE_DECLARED_CLASS (old) ? class_type : record_type);
9093 else
9094 tag_kind = union_type;
9096 if (id == NULL_TREE)
9097 id = TYPE_IDENTIFIER (old);
9099 return xref_tag (tag_kind, id, globalize, false);
9102 /* Create the binfo hierarchy for REF with (possibly NULL) base list
9103 BASE_LIST. For each element on BASE_LIST the TREE_PURPOSE is an
9104 access_* node, and the TREE_VALUE is the type of the base-class.
9105 Non-NULL TREE_TYPE indicates virtual inheritance. */
9107 void
9108 xref_basetypes (tree ref, tree base_list)
9110 tree *basep;
9111 tree binfo, base_binfo;
9112 unsigned max_vbases = 0; /* Maxium direct & indirect virtual bases. */
9113 unsigned max_bases = 0; /* Maxium direct bases. */
9114 int i;
9115 tree default_access;
9116 tree igo_prev; /* Track Inheritance Graph Order. */
9118 if (ref == error_mark_node)
9119 return;
9121 /* The base of a derived class is private by default, all others are
9122 public. */
9123 default_access = (TREE_CODE (ref) == RECORD_TYPE
9124 && CLASSTYPE_DECLARED_CLASS (ref)
9125 ? access_private_node : access_public_node);
9127 /* First, make sure that any templates in base-classes are
9128 instantiated. This ensures that if we call ourselves recursively
9129 we do not get confused about which classes are marked and which
9130 are not. */
9131 basep = &base_list;
9132 while (*basep)
9134 tree basetype = TREE_VALUE (*basep);
9136 if (!(processing_template_decl && uses_template_parms (basetype))
9137 && !complete_type_or_else (basetype, NULL))
9138 /* An incomplete type. Remove it from the list. */
9139 *basep = TREE_CHAIN (*basep);
9140 else
9142 max_bases++;
9143 if (TREE_TYPE (*basep))
9144 max_vbases++;
9145 if (CLASS_TYPE_P (basetype))
9146 max_vbases += VEC_length (tree, CLASSTYPE_VBASECLASSES (basetype));
9147 basep = &TREE_CHAIN (*basep);
9151 SET_CLASSTYPE_MARKED (ref);
9153 /* The binfo slot should be empty, unless this is an (ill-formed)
9154 redefinition. */
9155 gcc_assert (!TYPE_BINFO (ref) || TYPE_SIZE (ref));
9156 gcc_assert (TYPE_MAIN_VARIANT (ref) == ref);
9158 binfo = make_tree_binfo (max_bases);
9160 TYPE_BINFO (ref) = binfo;
9161 BINFO_OFFSET (binfo) = size_zero_node;
9162 BINFO_TYPE (binfo) = ref;
9164 if (max_bases)
9166 BINFO_BASE_ACCESSES (binfo) = VEC_alloc (tree, max_bases);
9167 /* An aggregate cannot have baseclasses. */
9168 CLASSTYPE_NON_AGGREGATE (ref) = 1;
9170 if (TREE_CODE (ref) == UNION_TYPE)
9171 error ("derived union `%T' invalid", ref);
9174 if (max_bases > 1)
9176 TYPE_USES_MULTIPLE_INHERITANCE (ref) = 1;
9177 /* If there is more than one non-empty they cannot be at the
9178 same address. */
9179 TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P (ref) = 1;
9181 if (TYPE_FOR_JAVA (ref))
9182 error ("Java class '%T' cannot have multiple bases", ref);
9185 if (max_vbases)
9187 CLASSTYPE_VBASECLASSES (ref) = VEC_alloc (tree, max_vbases);
9188 TYPE_USES_VIRTUAL_BASECLASSES (ref) = 1;
9189 /* Converting to a virtual base class requires looking up the
9190 offset of the virtual base. */
9191 TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P (ref) = 1;
9193 if (TYPE_FOR_JAVA (ref))
9194 error ("Java class '%T' cannot have virtual bases", ref);
9197 for (igo_prev = binfo; base_list; base_list = TREE_CHAIN (base_list))
9199 tree access = TREE_PURPOSE (base_list);
9200 int via_virtual = TREE_TYPE (base_list) != NULL_TREE;
9201 tree basetype = TREE_VALUE (base_list);
9203 if (access == access_default_node)
9204 access = default_access;
9206 if (TREE_CODE (basetype) == TYPE_DECL)
9207 basetype = TREE_TYPE (basetype);
9208 if (TREE_CODE (basetype) != RECORD_TYPE
9209 && TREE_CODE (basetype) != TYPENAME_TYPE
9210 && TREE_CODE (basetype) != TEMPLATE_TYPE_PARM
9211 && TREE_CODE (basetype) != BOUND_TEMPLATE_TEMPLATE_PARM)
9213 error ("base type `%T' fails to be a struct or class type",
9214 basetype);
9215 continue;
9218 if (CLASSTYPE_MARKED (basetype))
9220 if (basetype == ref)
9221 error ("recursive type `%T' undefined", basetype);
9222 else
9223 error ("duplicate base type `%T' invalid", basetype);
9224 continue;
9226 SET_CLASSTYPE_MARKED (basetype);
9228 if (TYPE_FOR_JAVA (basetype) && (current_lang_depth () == 0))
9229 TYPE_FOR_JAVA (ref) = 1;
9231 base_binfo = NULL_TREE;
9232 if (CLASS_TYPE_P (basetype) && !dependent_type_p (basetype))
9234 base_binfo = TYPE_BINFO (basetype);
9235 /* The orignal basetype could have been a typedef'd type. */
9236 basetype = BINFO_TYPE (base_binfo);
9238 /* Inherit flags from the base. */
9239 TYPE_HAS_NEW_OPERATOR (ref)
9240 |= TYPE_HAS_NEW_OPERATOR (basetype);
9241 TYPE_HAS_ARRAY_NEW_OPERATOR (ref)
9242 |= TYPE_HAS_ARRAY_NEW_OPERATOR (basetype);
9243 TYPE_GETS_DELETE (ref) |= TYPE_GETS_DELETE (basetype);
9244 TYPE_USES_MULTIPLE_INHERITANCE (ref)
9245 |= TYPE_USES_MULTIPLE_INHERITANCE (basetype);
9246 TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P (ref)
9247 |= TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P (basetype);
9248 TYPE_HAS_CONVERSION (ref) |= TYPE_HAS_CONVERSION (basetype);
9251 base_binfo = copy_binfo (base_binfo, basetype, ref,
9252 &igo_prev, via_virtual);
9253 if (!BINFO_INHERITANCE_CHAIN (base_binfo))
9254 BINFO_INHERITANCE_CHAIN (base_binfo) = binfo;
9256 BINFO_BASE_APPEND (binfo, base_binfo);
9257 BINFO_BASE_ACCESS_APPEND (binfo, access);
9260 /* Unmark all the types. */
9261 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)
9262 CLEAR_CLASSTYPE_MARKED (BINFO_TYPE (base_binfo));
9263 CLEAR_CLASSTYPE_MARKED (ref);
9267 /* Begin compiling the definition of an enumeration type.
9268 NAME is its name (or null if anonymous).
9269 Returns the type object, as yet incomplete.
9270 Also records info about it so that build_enumerator
9271 may be used to declare the individual values as they are read. */
9273 tree
9274 start_enum (tree name)
9276 tree enumtype = NULL_TREE;
9277 struct cp_binding_level *b = current_binding_level;
9279 /* If this is the real definition for a previous forward reference,
9280 fill in the contents in the same object that used to be the
9281 forward reference. */
9283 if (name != NULL_TREE)
9284 enumtype = lookup_tag (ENUMERAL_TYPE, name, b, 1);
9286 if (enumtype != NULL_TREE && TREE_CODE (enumtype) == ENUMERAL_TYPE)
9288 error ("multiple definition of `%#T'", enumtype);
9289 error ("%Jprevious definition here", TYPE_MAIN_DECL (enumtype));
9290 /* Clear out TYPE_VALUES, and start again. */
9291 TYPE_VALUES (enumtype) = NULL_TREE;
9293 else
9295 enumtype = make_node (ENUMERAL_TYPE);
9296 pushtag (name, enumtype, 0);
9299 return enumtype;
9302 /* After processing and defining all the values of an enumeration type,
9303 install their decls in the enumeration type and finish it off.
9304 ENUMTYPE is the type object and VALUES a list of name-value pairs. */
9306 void
9307 finish_enum (tree enumtype)
9309 tree values;
9310 tree decl;
9311 tree value;
9312 tree minnode;
9313 tree maxnode;
9314 tree t;
9315 bool unsignedp;
9316 int lowprec;
9317 int highprec;
9318 int precision;
9319 integer_type_kind itk;
9320 tree underlying_type = NULL_TREE;
9322 /* We built up the VALUES in reverse order. */
9323 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
9325 /* For an enum defined in a template, just set the type of the values;
9326 all further processing is postponed until the template is
9327 instantiated. We need to set the type so that tsubst of a CONST_DECL
9328 works. */
9329 if (processing_template_decl)
9331 for (values = TYPE_VALUES (enumtype);
9332 values;
9333 values = TREE_CHAIN (values))
9334 TREE_TYPE (TREE_VALUE (values)) = enumtype;
9335 if (at_function_scope_p ())
9336 add_stmt (build_min (TAG_DEFN, enumtype));
9337 return;
9340 /* Determine the minimum and maximum values of the enumerators. */
9341 if (TYPE_VALUES (enumtype))
9343 minnode = maxnode = NULL_TREE;
9345 for (values = TYPE_VALUES (enumtype);
9346 values;
9347 values = TREE_CHAIN (values))
9349 decl = TREE_VALUE (values);
9351 /* [dcl.enum]: Following the closing brace of an enum-specifier,
9352 each enumerator has the type of its enumeration. Prior to the
9353 closing brace, the type of each enumerator is the type of its
9354 initializing value. */
9355 TREE_TYPE (decl) = enumtype;
9357 /* Update the minimum and maximum values, if appropriate. */
9358 value = DECL_INITIAL (decl);
9359 /* Figure out what the minimum and maximum values of the
9360 enumerators are. */
9361 if (!minnode)
9362 minnode = maxnode = value;
9363 else if (tree_int_cst_lt (maxnode, value))
9364 maxnode = value;
9365 else if (tree_int_cst_lt (value, minnode))
9366 minnode = value;
9369 else
9370 /* [dcl.enum]
9372 If the enumerator-list is empty, the underlying type is as if
9373 the enumeration had a single enumerator with value 0. */
9374 minnode = maxnode = integer_zero_node;
9376 /* Compute the number of bits require to represent all values of the
9377 enumeration. We must do this before the type of MINNODE and
9378 MAXNODE are transformed, since min_precision relies on the
9379 TREE_TYPE of the value it is passed. */
9380 unsignedp = tree_int_cst_sgn (minnode) >= 0;
9381 lowprec = min_precision (minnode, unsignedp);
9382 highprec = min_precision (maxnode, unsignedp);
9383 precision = MAX (lowprec, highprec);
9385 /* Determine the underlying type of the enumeration.
9387 [dcl.enum]
9389 The underlying type of an enumeration is an integral type that
9390 can represent all the enumerator values defined in the
9391 enumeration. It is implementation-defined which integral type is
9392 used as the underlying type for an enumeration except that the
9393 underlying type shall not be larger than int unless the value of
9394 an enumerator cannot fit in an int or unsigned int.
9396 We use "int" or an "unsigned int" as the underlying type, even if
9397 a smaller integral type would work, unless the user has
9398 explicitly requested that we use the smallest possible type. */
9399 for (itk = (flag_short_enums ? itk_char : itk_int);
9400 itk != itk_none;
9401 itk++)
9403 underlying_type = integer_types[itk];
9404 if (TYPE_PRECISION (underlying_type) >= precision
9405 && TYPE_UNSIGNED (underlying_type) == unsignedp)
9406 break;
9408 if (itk == itk_none)
9410 /* DR 377
9412 IF no integral type can represent all the enumerator values, the
9413 enumeration is ill-formed. */
9414 error ("no integral type can represent all of the enumerator values "
9415 "for `%T'", enumtype);
9416 precision = TYPE_PRECISION (long_long_integer_type_node);
9417 underlying_type = integer_types[itk_unsigned_long_long];
9420 /* Compute the minium and maximum values for the type.
9422 [dcl.enum]
9424 For an enumeration where emin is the smallest enumerator and emax
9425 is the largest, the values of the enumeration are the values of the
9426 underlying type in the range bmin to bmax, where bmin and bmax are,
9427 respectively, the smallest and largest values of the smallest bit-
9428 field that can store emin and emax. */
9430 /* The middle-end currently assumes that types with TYPE_PRECISION
9431 narrower than their underlying type are suitably zero or sign
9432 extended to fill their mode. g++ doesn't make these guarantees.
9433 Until the middle-end can represent such paradoxical types, we
9434 set the TYPE_PRECISON to the width of the underlying type. */
9435 TYPE_PRECISION (enumtype) = TYPE_PRECISION (underlying_type);
9437 set_min_and_max_values_for_integral_type (enumtype, precision, unsignedp);
9439 /* [dcl.enum]
9441 The value of sizeof() applied to an enumeration type, an object
9442 of an enumeration type, or an enumerator, is the value of sizeof()
9443 applied to the underlying type. */
9444 TYPE_SIZE (enumtype) = TYPE_SIZE (underlying_type);
9445 TYPE_SIZE_UNIT (enumtype) = TYPE_SIZE_UNIT (underlying_type);
9446 TYPE_MODE (enumtype) = TYPE_MODE (underlying_type);
9447 TYPE_ALIGN (enumtype) = TYPE_ALIGN (underlying_type);
9448 TYPE_USER_ALIGN (enumtype) = TYPE_USER_ALIGN (underlying_type);
9449 TYPE_UNSIGNED (enumtype) = TYPE_UNSIGNED (underlying_type);
9451 /* Convert each of the enumerators to the type of the underlying
9452 type of the enumeration. */
9453 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values))
9455 decl = TREE_VALUE (values);
9456 value = perform_implicit_conversion (underlying_type,
9457 DECL_INITIAL (decl));
9459 /* Do not clobber shared ints. */
9460 value = copy_node (value);
9462 TREE_TYPE (value) = enumtype;
9463 DECL_INITIAL (decl) = value;
9464 TREE_VALUE (values) = value;
9467 /* Fix up all variant types of this enum type. */
9468 for (t = TYPE_MAIN_VARIANT (enumtype); t; t = TYPE_NEXT_VARIANT (t))
9470 TYPE_VALUES (t) = TYPE_VALUES (enumtype);
9471 TYPE_MIN_VALUE (t) = TYPE_MIN_VALUE (enumtype);
9472 TYPE_MAX_VALUE (t) = TYPE_MAX_VALUE (enumtype);
9473 TYPE_SIZE (t) = TYPE_SIZE (enumtype);
9474 TYPE_SIZE_UNIT (t) = TYPE_SIZE_UNIT (enumtype);
9475 TYPE_MODE (t) = TYPE_MODE (enumtype);
9476 TYPE_PRECISION (t) = TYPE_PRECISION (enumtype);
9477 TYPE_ALIGN (t) = TYPE_ALIGN (enumtype);
9478 TYPE_USER_ALIGN (t) = TYPE_USER_ALIGN (enumtype);
9479 TYPE_UNSIGNED (t) = TYPE_UNSIGNED (enumtype);
9482 /* Finish debugging output for this type. */
9483 rest_of_type_compilation (enumtype, namespace_bindings_p ());
9486 /* Build and install a CONST_DECL for an enumeration constant of the
9487 enumeration type ENUMTYPE whose NAME and VALUE (if any) are provided.
9488 Assignment of sequential values by default is handled here. */
9490 void
9491 build_enumerator (tree name, tree value, tree enumtype)
9493 tree decl;
9494 tree context;
9495 tree type;
9497 /* Remove no-op casts from the value. */
9498 if (value)
9499 STRIP_TYPE_NOPS (value);
9501 if (! processing_template_decl)
9503 /* Validate and default VALUE. */
9504 if (value != NULL_TREE)
9506 value = decl_constant_value (value);
9508 if (TREE_CODE (value) == INTEGER_CST)
9510 value = perform_integral_promotions (value);
9511 constant_expression_warning (value);
9513 else
9515 error ("enumerator value for `%D' not integer constant", name);
9516 value = NULL_TREE;
9520 /* Default based on previous value. */
9521 if (value == NULL_TREE)
9523 if (TYPE_VALUES (enumtype))
9525 HOST_WIDE_INT hi;
9526 unsigned HOST_WIDE_INT lo;
9527 tree prev_value;
9528 bool overflowed;
9530 /* The next value is the previous value plus one. We can
9531 safely assume that the previous value is an INTEGER_CST.
9532 add_double doesn't know the type of the target expression,
9533 so we must check with int_fits_type_p as well. */
9534 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype)));
9535 overflowed = add_double (TREE_INT_CST_LOW (prev_value),
9536 TREE_INT_CST_HIGH (prev_value),
9537 1, 0, &lo, &hi);
9538 value = build_int_cst_wide (TREE_TYPE (prev_value), lo, hi);
9539 overflowed |= !int_fits_type_p (value, TREE_TYPE (prev_value));
9541 if (overflowed)
9542 error ("overflow in enumeration values at `%D'", name);
9544 else
9545 value = integer_zero_node;
9548 /* Remove no-op casts from the value. */
9549 STRIP_TYPE_NOPS (value);
9552 /* C++ associates enums with global, function, or class declarations. */
9553 context = current_scope ();
9554 if (!context)
9555 context = current_namespace;
9557 /* Build the actual enumeration constant. Note that the enumeration
9558 constants have the type of their initializers until the
9559 enumeration is complete:
9561 [ dcl.enum ]
9563 Following the closing brace of an enum-specifier, each enumer-
9564 ator has the type of its enumeration. Prior to the closing
9565 brace, the type of each enumerator is the type of its
9566 initializing value.
9568 In finish_enum we will reset the type. Of course, if we're
9569 processing a template, there may be no value. */
9570 type = value ? TREE_TYPE (value) : NULL_TREE;
9572 if (context && context == current_class_type)
9573 /* This enum declaration is local to the class. We need the full
9574 lang_decl so that we can record DECL_CLASS_CONTEXT, for example. */
9575 decl = build_lang_decl (CONST_DECL, name, type);
9576 else
9577 /* It's a global enum, or it's local to a function. (Note local to
9578 a function could mean local to a class method. */
9579 decl = build_decl (CONST_DECL, name, type);
9581 DECL_CONTEXT (decl) = FROB_CONTEXT (context);
9582 TREE_CONSTANT (decl) = 1;
9583 TREE_INVARIANT (decl) = 1;
9584 TREE_READONLY (decl) = 1;
9585 DECL_INITIAL (decl) = value;
9587 if (context && context == current_class_type)
9588 /* In something like `struct S { enum E { i = 7 }; };' we put `i'
9589 on the TYPE_FIELDS list for `S'. (That's so that you can say
9590 things like `S::i' later.) */
9591 finish_member_declaration (decl);
9592 else
9593 pushdecl (decl);
9595 /* Add this enumeration constant to the list for this type. */
9596 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype));
9600 /* We're defining DECL. Make sure that it's type is OK. */
9602 static void
9603 check_function_type (tree decl, tree current_function_parms)
9605 tree fntype = TREE_TYPE (decl);
9606 tree return_type = complete_type (TREE_TYPE (fntype));
9608 /* In a function definition, arg types must be complete. */
9609 require_complete_types_for_parms (current_function_parms);
9611 if (!COMPLETE_OR_VOID_TYPE_P (return_type))
9613 error ("return type `%#T' is incomplete", TREE_TYPE (fntype));
9615 /* Make it return void instead, but don't change the
9616 type of the DECL_RESULT, in case we have a named return value. */
9617 if (TREE_CODE (fntype) == METHOD_TYPE)
9619 tree ctype = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (fntype)));
9620 TREE_TYPE (decl)
9621 = build_method_type_directly (ctype,
9622 void_type_node,
9623 FUNCTION_ARG_CHAIN (decl));
9625 else
9626 TREE_TYPE (decl)
9627 = build_function_type (void_type_node,
9628 TYPE_ARG_TYPES (TREE_TYPE (decl)));
9629 TREE_TYPE (decl)
9630 = build_exception_variant (fntype,
9631 TYPE_RAISES_EXCEPTIONS (fntype));
9633 else
9634 abstract_virtuals_error (decl, TREE_TYPE (fntype));
9637 /* Create the FUNCTION_DECL for a function definition.
9638 DECLSPECS and DECLARATOR are the parts of the declaration;
9639 they describe the function's name and the type it returns,
9640 but twisted together in a fashion that parallels the syntax of C.
9642 FLAGS is a bitwise or of SF_PRE_PARSED (indicating that the
9643 DECLARATOR is really the DECL for the function we are about to
9644 process and that DECLSPECS should be ignored), SF_INCLASS_INLINE
9645 indicating that the function is an inline defined in-class.
9647 This function creates a binding context for the function body
9648 as well as setting up the FUNCTION_DECL in current_function_decl.
9650 For C++, we must first check whether that datum makes any sense.
9651 For example, "class A local_a(1,2);" means that variable local_a
9652 is an aggregate of type A, which should have a constructor
9653 applied to it with the argument list [1, 2]. */
9655 void
9656 start_preparsed_function (tree decl1, tree attrs, int flags)
9658 tree ctype = NULL_TREE;
9659 tree fntype;
9660 tree restype;
9661 int doing_friend = 0;
9662 struct cp_binding_level *bl;
9663 tree current_function_parms;
9665 /* Sanity check. */
9666 gcc_assert (TREE_CODE (TREE_VALUE (void_list_node)) == VOID_TYPE);
9667 gcc_assert (TREE_CHAIN (void_list_node) == NULL_TREE);
9669 fntype = TREE_TYPE (decl1);
9670 if (TREE_CODE (fntype) == METHOD_TYPE)
9671 ctype = TYPE_METHOD_BASETYPE (fntype);
9673 /* ISO C++ 11.4/5. A friend function defined in a class is in
9674 the (lexical) scope of the class in which it is defined. */
9675 if (!ctype && DECL_FRIEND_P (decl1))
9677 ctype = DECL_FRIEND_CONTEXT (decl1);
9679 /* CTYPE could be null here if we're dealing with a template;
9680 for example, `inline friend float foo()' inside a template
9681 will have no CTYPE set. */
9682 if (ctype && TREE_CODE (ctype) != RECORD_TYPE)
9683 ctype = NULL_TREE;
9684 else
9685 doing_friend = 1;
9688 if (DECL_DECLARED_INLINE_P (decl1)
9689 && lookup_attribute ("noinline", attrs))
9690 warning ("%Jinline function '%D' given attribute noinline", decl1, decl1);
9692 if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (decl1))
9693 /* This is a constructor, we must ensure that any default args
9694 introduced by this definition are propagated to the clones
9695 now. The clones are used directly in overload resolution. */
9696 adjust_clone_args (decl1);
9698 /* Sometimes we don't notice that a function is a static member, and
9699 build a METHOD_TYPE for it. Fix that up now. */
9700 if (ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1)
9701 && TREE_CODE (TREE_TYPE (decl1)) == METHOD_TYPE)
9703 revert_static_member_fn (decl1);
9704 ctype = NULL_TREE;
9707 /* Set up current_class_type, and enter the scope of the class, if
9708 appropriate. */
9709 if (ctype)
9710 push_nested_class (ctype);
9711 else if (DECL_STATIC_FUNCTION_P (decl1))
9712 push_nested_class (DECL_CONTEXT (decl1));
9714 /* Now that we have entered the scope of the class, we must restore
9715 the bindings for any template parameters surrounding DECL1, if it
9716 is an inline member template. (Order is important; consider the
9717 case where a template parameter has the same name as a field of
9718 the class.) It is not until after this point that
9719 PROCESSING_TEMPLATE_DECL is guaranteed to be set up correctly. */
9720 if (flags & SF_INCLASS_INLINE)
9721 maybe_begin_member_template_processing (decl1);
9723 /* Effective C++ rule 15. */
9724 if (warn_ecpp
9725 && DECL_OVERLOADED_OPERATOR_P (decl1) == NOP_EXPR
9726 && TREE_CODE (TREE_TYPE (fntype)) == VOID_TYPE)
9727 warning ("`operator=' should return a reference to `*this'");
9729 /* Make the init_value nonzero so pushdecl knows this is not tentative.
9730 error_mark_node is replaced below (in poplevel) with the BLOCK. */
9731 if (!DECL_INITIAL (decl1))
9732 DECL_INITIAL (decl1) = error_mark_node;
9734 /* This function exists in static storage.
9735 (This does not mean `static' in the C sense!) */
9736 TREE_STATIC (decl1) = 1;
9738 /* We must call push_template_decl after current_class_type is set
9739 up. (If we are processing inline definitions after exiting a
9740 class scope, current_class_type will be NULL_TREE until set above
9741 by push_nested_class.) */
9742 if (processing_template_decl)
9743 decl1 = push_template_decl (decl1);
9745 /* We are now in the scope of the function being defined. */
9746 current_function_decl = decl1;
9748 /* Save the parm names or decls from this function's declarator
9749 where store_parm_decls will find them. */
9750 current_function_parms = DECL_ARGUMENTS (decl1);
9752 /* Make sure the parameter and return types are reasonable. When
9753 you declare a function, these types can be incomplete, but they
9754 must be complete when you define the function. */
9755 if (! processing_template_decl)
9756 check_function_type (decl1, current_function_parms);
9758 /* Build the return declaration for the function. */
9759 restype = TREE_TYPE (fntype);
9760 /* Promote the value to int before returning it. */
9761 if (c_promoting_integer_type_p (restype))
9762 restype = type_promotes_to (restype);
9763 if (DECL_RESULT (decl1) == NULL_TREE)
9765 tree resdecl;
9767 resdecl = build_decl (RESULT_DECL, 0, TYPE_MAIN_VARIANT (restype));
9768 DECL_ARTIFICIAL (resdecl) = 1;
9769 DECL_IGNORED_P (resdecl) = 1;
9770 DECL_RESULT (decl1) = resdecl;
9772 c_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
9775 /* Initialize RTL machinery. We cannot do this until
9776 CURRENT_FUNCTION_DECL and DECL_RESULT are set up. We do this
9777 even when processing a template; this is how we get
9778 CFUN set up, and our per-function variables initialized.
9779 FIXME factor out the non-RTL stuff. */
9780 bl = current_binding_level;
9781 allocate_struct_function (decl1);
9782 current_binding_level = bl;
9784 /* Even though we're inside a function body, we still don't want to
9785 call expand_expr to calculate the size of a variable-sized array.
9786 We haven't necessarily assigned RTL to all variables yet, so it's
9787 not safe to try to expand expressions involving them. */
9788 cfun->x_dont_save_pending_sizes_p = 1;
9790 /* Start the statement-tree, start the tree now. */
9791 DECL_SAVED_TREE (decl1) = push_stmt_list ();
9793 /* Let the user know we're compiling this function. */
9794 announce_function (decl1);
9796 /* Record the decl so that the function name is defined.
9797 If we already have a decl for this name, and it is a FUNCTION_DECL,
9798 use the old decl. */
9799 if (!processing_template_decl && !(flags & SF_PRE_PARSED))
9801 /* A specialization is not used to guide overload resolution. */
9802 if (!DECL_FUNCTION_MEMBER_P (decl1)
9803 && !(DECL_USE_TEMPLATE (decl1) &&
9804 PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl1))))
9806 tree olddecl = pushdecl (decl1);
9808 if (olddecl == error_mark_node)
9809 /* If something went wrong when registering the declaration,
9810 use DECL1; we have to have a FUNCTION_DECL to use when
9811 parsing the body of the function. */
9813 else
9814 /* Otherwise, OLDDECL is either a previous declaration of
9815 the same function or DECL1 itself. */
9816 decl1 = olddecl;
9818 else
9820 /* We need to set the DECL_CONTEXT. */
9821 if (!DECL_CONTEXT (decl1) && DECL_TEMPLATE_INFO (decl1))
9822 DECL_CONTEXT (decl1) = DECL_CONTEXT (DECL_TI_TEMPLATE (decl1));
9823 /* And make sure we have enough default args. */
9824 check_default_args (decl1);
9826 fntype = TREE_TYPE (decl1);
9829 /* Determine the ELF visibility attribute for the function. We must
9830 not do this before calling "pushdecl", as we must allow
9831 "duplicate_decls" to merge any attributes appropriately. */
9832 if (!DECL_CLONED_FUNCTION_P (decl1))
9833 determine_visibility (decl1);
9835 /* Reset these in case the call to pushdecl changed them. */
9836 current_function_decl = decl1;
9837 cfun->decl = decl1;
9839 /* If we are (erroneously) defining a function that we have already
9840 defined before, wipe out what we knew before. */
9841 if (!DECL_PENDING_INLINE_P (decl1))
9842 DECL_SAVED_FUNCTION_DATA (decl1) = NULL;
9844 if (ctype && !doing_friend && !DECL_STATIC_FUNCTION_P (decl1))
9846 /* We know that this was set up by `grokclassfn'. We do not
9847 wait until `store_parm_decls', since evil parse errors may
9848 never get us to that point. Here we keep the consistency
9849 between `current_class_type' and `current_class_ptr'. */
9850 tree t = DECL_ARGUMENTS (decl1);
9852 gcc_assert (t != NULL_TREE && TREE_CODE (t) == PARM_DECL);
9853 gcc_assert (TREE_CODE (TREE_TYPE (t)) == POINTER_TYPE);
9855 cp_function_chain->x_current_class_ref
9856 = build_indirect_ref (t, NULL);
9857 cp_function_chain->x_current_class_ptr = t;
9859 /* Constructors and destructors need to know whether they're "in
9860 charge" of initializing virtual base classes. */
9861 t = TREE_CHAIN (t);
9862 if (DECL_HAS_IN_CHARGE_PARM_P (decl1))
9864 current_in_charge_parm = t;
9865 t = TREE_CHAIN (t);
9867 if (DECL_HAS_VTT_PARM_P (decl1))
9869 gcc_assert (DECL_NAME (t) == vtt_parm_identifier);
9870 current_vtt_parm = t;
9874 if (DECL_INTERFACE_KNOWN (decl1))
9876 tree ctx = decl_function_context (decl1);
9878 if (DECL_NOT_REALLY_EXTERN (decl1))
9879 DECL_EXTERNAL (decl1) = 0;
9881 if (ctx != NULL_TREE && DECL_DECLARED_INLINE_P (ctx)
9882 && TREE_PUBLIC (ctx))
9883 /* This is a function in a local class in an extern inline
9884 function. */
9885 comdat_linkage (decl1);
9887 /* If this function belongs to an interface, it is public.
9888 If it belongs to someone else's interface, it is also external.
9889 This only affects inlines and template instantiations. */
9890 else if (interface_unknown == 0
9891 && ! DECL_TEMPLATE_INSTANTIATION (decl1))
9893 if (DECL_DECLARED_INLINE_P (decl1)
9894 || DECL_TEMPLATE_INSTANTIATION (decl1)
9895 || processing_template_decl)
9897 DECL_EXTERNAL (decl1)
9898 = (interface_only
9899 || (DECL_DECLARED_INLINE_P (decl1)
9900 && ! flag_implement_inlines
9901 && !DECL_VINDEX (decl1)));
9903 /* For WIN32 we also want to put these in linkonce sections. */
9904 maybe_make_one_only (decl1);
9906 else
9907 DECL_EXTERNAL (decl1) = 0;
9908 DECL_NOT_REALLY_EXTERN (decl1) = 0;
9909 DECL_INTERFACE_KNOWN (decl1) = 1;
9910 /* If this function is in an interface implemented in this file,
9911 make sure that the backend knows to emit this function
9912 here. */
9913 if (!DECL_EXTERNAL (decl1))
9914 mark_needed (decl1);
9916 else if (interface_unknown && interface_only
9917 && ! DECL_TEMPLATE_INSTANTIATION (decl1))
9919 /* If MULTIPLE_SYMBOL_SPACES is defined and we saw a #pragma
9920 interface, we will have interface_only set but not
9921 interface_known. In that case, we don't want to use the normal
9922 heuristics because someone will supply a #pragma implementation
9923 elsewhere, and deducing it here would produce a conflict. */
9924 comdat_linkage (decl1);
9925 DECL_EXTERNAL (decl1) = 0;
9926 DECL_INTERFACE_KNOWN (decl1) = 1;
9927 DECL_DEFER_OUTPUT (decl1) = 1;
9929 else
9931 /* This is a definition, not a reference.
9932 So clear DECL_EXTERNAL. */
9933 DECL_EXTERNAL (decl1) = 0;
9935 if ((DECL_DECLARED_INLINE_P (decl1)
9936 || DECL_TEMPLATE_INSTANTIATION (decl1))
9937 && ! DECL_INTERFACE_KNOWN (decl1)
9938 /* Don't try to defer nested functions for now. */
9939 && ! decl_function_context (decl1))
9940 DECL_DEFER_OUTPUT (decl1) = 1;
9941 else
9942 DECL_INTERFACE_KNOWN (decl1) = 1;
9945 begin_scope (sk_function_parms, decl1);
9947 ++function_depth;
9949 if (DECL_DESTRUCTOR_P (decl1)
9950 || (DECL_CONSTRUCTOR_P (decl1)
9951 && targetm.cxx.cdtor_returns_this ()))
9953 cdtor_label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
9954 DECL_CONTEXT (cdtor_label) = current_function_decl;
9957 start_fname_decls ();
9959 store_parm_decls (current_function_parms);
9963 /* Like start_preparsed_function, except that instead of a
9964 FUNCTION_DECL, this function takes DECLSPECS and DECLARATOR.
9966 Returns 1 on success. If the DECLARATOR is not suitable for a function
9967 (it defines a datum instead), we return 0, which tells
9968 yyparse to report a parse error. */
9971 start_function (cp_decl_specifier_seq *declspecs,
9972 const cp_declarator *declarator,
9973 tree attrs)
9975 tree decl1;
9977 if (have_extern_spec)
9979 declspecs->storage_class = sc_extern;
9980 /* This should only be done once on the outermost decl. */
9981 have_extern_spec = false;
9984 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, 1, &attrs);
9985 /* If the declarator is not suitable for a function definition,
9986 cause a syntax error. */
9987 if (decl1 == NULL_TREE || TREE_CODE (decl1) != FUNCTION_DECL)
9988 return 0;
9990 cplus_decl_attributes (&decl1, attrs, 0);
9992 /* If #pragma weak was used, mark the decl weak now. */
9993 if (global_scope_p (current_binding_level))
9994 maybe_apply_pragma_weak (decl1);
9996 if (DECL_MAIN_P (decl1))
9998 /* If this doesn't return integer_type, or a typedef to
9999 integer_type, complain. */
10000 if (!same_type_p (TREE_TYPE (TREE_TYPE (decl1)), integer_type_node))
10002 if (pedantic || warn_return_type)
10003 pedwarn ("return type for `main' changed to `int'");
10004 TREE_TYPE (decl1) = default_function_type;
10008 start_preparsed_function (decl1, attrs, /*flags=*/SF_DEFAULT);
10010 return 1;
10013 /* Store the parameter declarations into the current function declaration.
10014 This is called after parsing the parameter declarations, before
10015 digesting the body of the function.
10017 Also install to binding contour return value identifier, if any. */
10019 static void
10020 store_parm_decls (tree current_function_parms)
10022 tree fndecl = current_function_decl;
10023 tree parm;
10025 /* This is a chain of any other decls that came in among the parm
10026 declarations. If a parm is declared with enum {foo, bar} x;
10027 then CONST_DECLs for foo and bar are put here. */
10028 tree nonparms = NULL_TREE;
10030 if (current_function_parms)
10032 /* This case is when the function was defined with an ANSI prototype.
10033 The parms already have decls, so we need not do anything here
10034 except record them as in effect
10035 and complain if any redundant old-style parm decls were written. */
10037 tree specparms = current_function_parms;
10038 tree next;
10040 /* Must clear this because it might contain TYPE_DECLs declared
10041 at class level. */
10042 current_binding_level->names = NULL;
10044 /* If we're doing semantic analysis, then we'll call pushdecl
10045 for each of these. We must do them in reverse order so that
10046 they end in the correct forward order. */
10047 specparms = nreverse (specparms);
10049 for (parm = specparms; parm; parm = next)
10051 next = TREE_CHAIN (parm);
10052 if (TREE_CODE (parm) == PARM_DECL)
10054 if (DECL_NAME (parm) == NULL_TREE
10055 || TREE_CODE (parm) != VOID_TYPE)
10056 pushdecl (parm);
10057 else
10058 error ("parameter `%D' declared void", parm);
10060 else
10062 /* If we find an enum constant or a type tag,
10063 put it aside for the moment. */
10064 TREE_CHAIN (parm) = NULL_TREE;
10065 nonparms = chainon (nonparms, parm);
10069 /* Get the decls in their original chain order and record in the
10070 function. This is all and only the PARM_DECLs that were
10071 pushed into scope by the loop above. */
10072 DECL_ARGUMENTS (fndecl) = getdecls ();
10074 else
10075 DECL_ARGUMENTS (fndecl) = NULL_TREE;
10077 /* Now store the final chain of decls for the arguments
10078 as the decl-chain of the current lexical scope.
10079 Put the enumerators in as well, at the front so that
10080 DECL_ARGUMENTS is not modified. */
10081 current_binding_level->names = chainon (nonparms, DECL_ARGUMENTS (fndecl));
10083 /* For a cloned function, we've already got all the code we need;
10084 there's no need to add any extra bits. */
10085 if (!DECL_CLONED_FUNCTION_P (fndecl))
10087 /* Do the starting of the exception specifications, if we have any. */
10088 if (flag_exceptions && !processing_template_decl
10089 && flag_enforce_eh_specs
10090 && TYPE_RAISES_EXCEPTIONS (TREE_TYPE (current_function_decl)))
10091 current_eh_spec_block = begin_eh_spec_block ();
10096 /* We have finished doing semantic analysis on DECL, but have not yet
10097 generated RTL for its body. Save away our current state, so that
10098 when we want to generate RTL later we know what to do. */
10100 static void
10101 save_function_data (tree decl)
10103 struct language_function *f;
10105 /* Save the language-specific per-function data so that we can
10106 get it back when we really expand this function. */
10107 gcc_assert (!DECL_PENDING_INLINE_P (decl));
10109 /* Make a copy. */
10110 f = GGC_NEW (struct language_function);
10111 memcpy (f, cp_function_chain, sizeof (struct language_function));
10112 DECL_SAVED_FUNCTION_DATA (decl) = f;
10114 /* Clear out the bits we don't need. */
10115 f->base.x_stmt_tree.x_cur_stmt_list = NULL_TREE;
10116 f->x_named_label_uses = NULL;
10117 f->bindings = NULL;
10118 f->x_local_names = NULL;
10122 /* Set the return value of the constructor (if present). */
10124 static void
10125 finish_constructor_body (void)
10127 tree val;
10128 tree exprstmt;
10130 if (targetm.cxx.cdtor_returns_this ())
10132 /* Any return from a constructor will end up here. */
10133 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
10135 val = DECL_ARGUMENTS (current_function_decl);
10136 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
10137 DECL_RESULT (current_function_decl), val);
10138 /* Return the address of the object. */
10139 exprstmt = build_stmt (RETURN_EXPR, val);
10140 add_stmt (exprstmt);
10144 /* Do all the processing for the beginning of a destructor; set up the
10145 vtable pointers and cleanups for bases and members. */
10147 static void
10148 begin_destructor_body (void)
10150 tree if_stmt;
10151 tree compound_stmt;
10153 /* If the dtor is empty, and we know there is not any possible
10154 way we could use any vtable entries, before they are possibly
10155 set by a base class dtor, we don't have to setup the vtables,
10156 as we know that any base class dtor will set up any vtables
10157 it needs. We avoid MI, because one base class dtor can do a
10158 virtual dispatch to an overridden function that would need to
10159 have a non-related vtable set up, we cannot avoid setting up
10160 vtables in that case. We could change this to see if there
10161 is just one vtable.
10163 ??? In the destructor for a class, the vtables are set
10164 appropriately for that class. There will be no non-related
10165 vtables. jason 2001-12-11. */
10166 if_stmt = begin_if_stmt ();
10168 /* If it is not safe to avoid setting up the vtables, then
10169 someone will change the condition to be boolean_true_node.
10170 (Actually, for now, we do not have code to set the condition
10171 appropriately, so we just assume that we always need to
10172 initialize the vtables.) */
10173 finish_if_stmt_cond (boolean_true_node, if_stmt);
10175 compound_stmt = begin_compound_stmt (0);
10177 /* Make all virtual function table pointers in non-virtual base
10178 classes point to CURRENT_CLASS_TYPE's virtual function
10179 tables. */
10180 initialize_vtbl_ptrs (current_class_ptr);
10182 finish_compound_stmt (compound_stmt);
10183 finish_then_clause (if_stmt);
10184 finish_if_stmt (if_stmt);
10186 /* And insert cleanups for our bases and members so that they
10187 will be properly destroyed if we throw. */
10188 push_base_cleanups ();
10191 /* At the end of every destructor we generate code to delete the object if
10192 necessary. Do that now. */
10194 static void
10195 finish_destructor_body (void)
10197 tree exprstmt;
10199 /* Any return from a destructor will end up here; that way all base
10200 and member cleanups will be run when the function returns. */
10201 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
10203 /* In a virtual destructor, we must call delete. */
10204 if (DECL_VIRTUAL_P (current_function_decl))
10206 tree if_stmt;
10207 tree virtual_size = cxx_sizeof (current_class_type);
10209 /* [class.dtor]
10211 At the point of definition of a virtual destructor (including
10212 an implicit definition), non-placement operator delete shall
10213 be looked up in the scope of the destructor's class and if
10214 found shall be accessible and unambiguous. */
10215 exprstmt = build_op_delete_call
10216 (DELETE_EXPR, current_class_ptr, virtual_size,
10217 /*global_p=*/false, NULL_TREE);
10219 if_stmt = begin_if_stmt ();
10220 finish_if_stmt_cond (build2 (BIT_AND_EXPR, integer_type_node,
10221 current_in_charge_parm,
10222 integer_one_node),
10223 if_stmt);
10224 finish_expr_stmt (exprstmt);
10225 finish_then_clause (if_stmt);
10226 finish_if_stmt (if_stmt);
10229 if (targetm.cxx.cdtor_returns_this ())
10231 tree val;
10233 val = DECL_ARGUMENTS (current_function_decl);
10234 val = build2 (MODIFY_EXPR, TREE_TYPE (val),
10235 DECL_RESULT (current_function_decl), val);
10236 /* Return the address of the object. */
10237 exprstmt = build_stmt (RETURN_EXPR, val);
10238 add_stmt (exprstmt);
10242 /* Do the necessary processing for the beginning of a function body, which
10243 in this case includes member-initializers, but not the catch clauses of
10244 a function-try-block. Currently, this means opening a binding level
10245 for the member-initializers (in a ctor) and member cleanups (in a dtor).
10246 In other functions, this isn't necessary, but it doesn't hurt. */
10248 tree
10249 begin_function_body (void)
10251 tree stmt;
10253 if (processing_template_decl)
10254 /* Do nothing now. */;
10255 else
10256 /* Always keep the BLOCK node associated with the outermost pair of
10257 curly braces of a function. These are needed for correct
10258 operation of dwarfout.c. */
10259 keep_next_level (true);
10261 stmt = begin_compound_stmt (BCS_FN_BODY);
10263 if (processing_template_decl)
10264 /* Do nothing now. */;
10265 else if (DECL_DESTRUCTOR_P (current_function_decl))
10266 begin_destructor_body ();
10268 return stmt;
10271 /* Do the processing for the end of a function body. Currently, this means
10272 closing out the cleanups for fully-constructed bases and members, and in
10273 the case of the destructor, deleting the object if desired. Again, this
10274 is only meaningful for [cd]tors, since they are the only functions where
10275 there is a significant distinction between the main body and any
10276 function catch clauses. Handling, say, main() return semantics here
10277 would be wrong, as flowing off the end of a function catch clause for
10278 main() would also need to return 0. */
10280 void
10281 finish_function_body (tree compstmt)
10283 /* Close the block. */
10284 finish_compound_stmt (compstmt);
10286 if (processing_template_decl)
10287 /* Do nothing now. */;
10288 else if (DECL_CONSTRUCTOR_P (current_function_decl))
10289 finish_constructor_body ();
10290 else if (DECL_DESTRUCTOR_P (current_function_decl))
10291 finish_destructor_body ();
10294 /* Finish up a function declaration and compile that function
10295 all the way to assembler language output. The free the storage
10296 for the function definition.
10298 FLAGS is a bitwise or of the following values:
10299 2 - INCLASS_INLINE
10300 We just finished processing the body of an in-class inline
10301 function definition. (This processing will have taken place
10302 after the class definition is complete.) */
10304 tree
10305 finish_function (int flags)
10307 tree fndecl = current_function_decl;
10308 tree fntype, ctype = NULL_TREE;
10309 int inclass_inline = (flags & 2) != 0;
10310 int nested;
10312 /* When we get some parse errors, we can end up without a
10313 current_function_decl, so cope. */
10314 if (fndecl == NULL_TREE)
10315 return error_mark_node;
10317 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (fndecl)
10318 && DECL_VIRTUAL_P (fndecl)
10319 && !processing_template_decl)
10321 tree fnclass = DECL_CONTEXT (fndecl);
10322 if (fndecl == CLASSTYPE_KEY_METHOD (fnclass))
10323 keyed_classes = tree_cons (NULL_TREE, fnclass, keyed_classes);
10326 nested = function_depth > 1;
10327 fntype = TREE_TYPE (fndecl);
10329 /* TREE_READONLY (fndecl) = 1;
10330 This caused &foo to be of type ptr-to-const-function
10331 which then got a warning when stored in a ptr-to-function variable. */
10333 gcc_assert (building_stmt_tree ());
10335 /* For a cloned function, we've already got all the code we need;
10336 there's no need to add any extra bits. */
10337 if (!DECL_CLONED_FUNCTION_P (fndecl))
10339 if (DECL_MAIN_P (current_function_decl))
10341 /* Make it so that `main' always returns 0 by default. */
10342 #if VMS_TARGET
10343 finish_return_stmt (integer_one_node);
10344 #else
10345 finish_return_stmt (integer_zero_node);
10346 #endif
10349 /* Finish dealing with exception specifiers. */
10350 if (flag_exceptions && !processing_template_decl
10351 && flag_enforce_eh_specs
10352 && TYPE_RAISES_EXCEPTIONS (TREE_TYPE (current_function_decl)))
10353 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS
10354 (TREE_TYPE (current_function_decl)),
10355 current_eh_spec_block);
10358 /* If we're saving up tree structure, tie off the function now. */
10359 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl));
10361 finish_fname_decls ();
10363 /* If this function can't throw any exceptions, remember that. */
10364 if (!processing_template_decl
10365 && !cp_function_chain->can_throw
10366 && !flag_non_call_exceptions)
10367 TREE_NOTHROW (fndecl) = 1;
10369 /* This must come after expand_function_end because cleanups might
10370 have declarations (from inline functions) that need to go into
10371 this function's blocks. */
10373 /* If the current binding level isn't the outermost binding level
10374 for this function, either there is a bug, or we have experienced
10375 syntax errors and the statement tree is malformed. */
10376 if (current_binding_level->kind != sk_function_parms)
10378 /* Make sure we have already experienced errors. */
10379 gcc_assert (errorcount);
10381 /* Throw away the broken statement tree and extra binding
10382 levels. */
10383 DECL_SAVED_TREE (fndecl) = alloc_stmt_list ();
10385 while (current_binding_level->kind != sk_function_parms)
10387 if (current_binding_level->kind == sk_class)
10388 pop_nested_class ();
10389 else
10390 poplevel (0, 0, 0);
10393 poplevel (1, 0, 1);
10395 /* Statements should always be full-expressions at the outermost set
10396 of curly braces for a function. */
10397 gcc_assert (stmts_are_full_exprs_p ());
10399 /* Set up the named return value optimization, if we can. Candidate
10400 variables are selected in check_return_value. */
10401 if (current_function_return_value)
10403 tree r = current_function_return_value;
10404 tree outer;
10406 if (r != error_mark_node
10407 /* This is only worth doing for fns that return in memory--and
10408 simpler, since we don't have to worry about promoted modes. */
10409 && aggregate_value_p (TREE_TYPE (TREE_TYPE (fndecl)), fndecl)
10410 /* Only allow this for variables declared in the outer scope of
10411 the function so we know that their lifetime always ends with a
10412 return; see g++.dg/opt/nrv6.C. We could be more flexible if
10413 we were to do this optimization in tree-ssa. */
10414 && (outer = BLOCK_SUBBLOCKS (DECL_INITIAL (fndecl)))
10415 /* Skip the artificial function body block. */
10416 && (outer = BLOCK_SUBBLOCKS (outer))
10417 && chain_member (r, BLOCK_VARS (outer)))
10418 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl));
10420 current_function_return_value = NULL_TREE;
10423 /* Remember that we were in class scope. */
10424 if (current_class_name)
10425 ctype = current_class_type;
10427 /* Must mark the RESULT_DECL as being in this function. */
10428 DECL_CONTEXT (DECL_RESULT (fndecl)) = fndecl;
10430 /* Set the BLOCK_SUPERCONTEXT of the outermost function scope to point
10431 to the FUNCTION_DECL node itself. */
10432 BLOCK_SUPERCONTEXT (DECL_INITIAL (fndecl)) = fndecl;
10434 /* Save away current state, if appropriate. */
10435 if (!processing_template_decl)
10436 save_function_data (fndecl);
10438 /* Complain if there's just no return statement. */
10439 if (warn_return_type
10440 && TREE_CODE (TREE_TYPE (fntype)) != VOID_TYPE
10441 && !dependent_type_p (TREE_TYPE (fntype))
10442 && !current_function_returns_value && !current_function_returns_null
10443 /* Don't complain if we abort or throw. */
10444 && !current_function_returns_abnormally
10445 && !DECL_NAME (DECL_RESULT (fndecl))
10446 /* Normally, with -Wreturn-type, flow will complain. Unless we're an
10447 inline function, as we might never be compiled separately. */
10448 && (DECL_INLINE (fndecl) || processing_template_decl)
10449 /* Structor return values (if any) are set by the compiler. */
10450 && !DECL_CONSTRUCTOR_P (fndecl)
10451 && !DECL_DESTRUCTOR_P (fndecl))
10452 warning ("no return statement in function returning non-void");
10454 /* Store the end of the function, so that we get good line number
10455 info for the epilogue. */
10456 cfun->function_end_locus = input_location;
10458 /* Genericize before inlining. */
10459 if (!processing_template_decl)
10461 struct language_function *f = DECL_SAVED_FUNCTION_DATA (fndecl);
10462 cp_genericize (fndecl);
10463 /* Clear out the bits we don't need. */
10464 f->x_current_class_ptr = NULL;
10465 f->x_current_class_ref = NULL;
10466 f->x_eh_spec_block = NULL;
10467 f->x_in_charge_parm = NULL;
10468 f->x_vtt_parm = NULL;
10469 f->x_return_value = NULL;
10470 f->bindings = NULL;
10472 /* Handle attribute((warn_unused_result)). Relies on gimple input. */
10473 c_warn_unused_result (&DECL_SAVED_TREE (fndecl));
10475 /* Clear out the bits we don't need. */
10476 local_names = NULL;
10477 named_label_uses = NULL;
10479 /* We're leaving the context of this function, so zap cfun. It's still in
10480 DECL_STRUCT_FUNCTION, and we'll restore it in tree_rest_of_compilation. */
10481 cfun = NULL;
10482 current_function_decl = NULL;
10484 /* If this is an in-class inline definition, we may have to pop the
10485 bindings for the template parameters that we added in
10486 maybe_begin_member_template_processing when start_function was
10487 called. */
10488 if (inclass_inline)
10489 maybe_end_member_template_processing ();
10491 /* Leave the scope of the class. */
10492 if (ctype)
10493 pop_nested_class ();
10495 --function_depth;
10497 /* Clean up. */
10498 if (! nested)
10499 /* Let the error reporting routines know that we're outside a
10500 function. For a nested function, this value is used in
10501 cxx_pop_function_context and then reset via pop_function_context. */
10502 current_function_decl = NULL_TREE;
10504 return fndecl;
10507 /* Create the FUNCTION_DECL for a function definition.
10508 DECLSPECS and DECLARATOR are the parts of the declaration;
10509 they describe the return type and the name of the function,
10510 but twisted together in a fashion that parallels the syntax of C.
10512 This function creates a binding context for the function body
10513 as well as setting up the FUNCTION_DECL in current_function_decl.
10515 Returns a FUNCTION_DECL on success.
10517 If the DECLARATOR is not suitable for a function (it defines a datum
10518 instead), we return 0, which tells yyparse to report a parse error.
10520 May return void_type_node indicating that this method is actually
10521 a friend. See grokfield for more details.
10523 Came here with a `.pushlevel' .
10525 DO NOT MAKE ANY CHANGES TO THIS CODE WITHOUT MAKING CORRESPONDING
10526 CHANGES TO CODE IN `grokfield'. */
10528 tree
10529 start_method (cp_decl_specifier_seq *declspecs,
10530 const cp_declarator *declarator, tree attrlist)
10532 tree fndecl = grokdeclarator (declarator, declspecs, MEMFUNCDEF, 0,
10533 &attrlist);
10535 if (fndecl == error_mark_node)
10536 return error_mark_node;
10538 if (fndecl == NULL || TREE_CODE (fndecl) != FUNCTION_DECL)
10540 error ("invalid member function declaration");
10541 return error_mark_node;
10544 if (attrlist)
10545 cplus_decl_attributes (&fndecl, attrlist, 0);
10547 /* Pass friends other than inline friend functions back. */
10548 if (fndecl == void_type_node)
10549 return fndecl;
10551 if (DECL_IN_AGGR_P (fndecl))
10553 if (DECL_CONTEXT (fndecl)
10554 && TREE_CODE( DECL_CONTEXT (fndecl)) != NAMESPACE_DECL)
10555 error ("`%D' is already defined in class `%T'", fndecl,
10556 DECL_CONTEXT (fndecl));
10557 return void_type_node;
10560 check_template_shadow (fndecl);
10562 DECL_DECLARED_INLINE_P (fndecl) = 1;
10563 if (flag_default_inline)
10564 DECL_INLINE (fndecl) = 1;
10566 /* We process method specializations in finish_struct_1. */
10567 if (processing_template_decl && !DECL_TEMPLATE_SPECIALIZATION (fndecl))
10569 fndecl = push_template_decl (fndecl);
10570 if (fndecl == error_mark_node)
10571 return fndecl;
10574 if (! DECL_FRIEND_P (fndecl))
10576 if (TREE_CHAIN (fndecl))
10578 fndecl = copy_node (fndecl);
10579 TREE_CHAIN (fndecl) = NULL_TREE;
10581 grok_special_member_properties (fndecl);
10584 cp_finish_decl (fndecl, NULL_TREE, NULL_TREE, 0);
10586 /* Make a place for the parms. */
10587 begin_scope (sk_function_parms, fndecl);
10589 DECL_IN_AGGR_P (fndecl) = 1;
10590 return fndecl;
10593 /* Go through the motions of finishing a function definition.
10594 We don't compile this method until after the whole class has
10595 been processed.
10597 FINISH_METHOD must return something that looks as though it
10598 came from GROKFIELD (since we are defining a method, after all).
10600 This is called after parsing the body of the function definition.
10601 STMTS is the chain of statements that makes up the function body.
10603 DECL is the ..._DECL that `start_method' provided. */
10605 tree
10606 finish_method (tree decl)
10608 tree fndecl = decl;
10609 tree old_initial;
10611 tree link;
10613 if (decl == void_type_node)
10614 return decl;
10616 old_initial = DECL_INITIAL (fndecl);
10618 /* Undo the level for the parms (from start_method).
10619 This is like poplevel, but it causes nothing to be
10620 saved. Saving information here confuses symbol-table
10621 output routines. Besides, this information will
10622 be correctly output when this method is actually
10623 compiled. */
10625 /* Clear out the meanings of the local variables of this level;
10626 also record in each decl which block it belongs to. */
10628 for (link = current_binding_level->names; link; link = TREE_CHAIN (link))
10630 if (DECL_NAME (link) != NULL_TREE)
10631 pop_binding (DECL_NAME (link), link);
10632 gcc_assert (TREE_CODE (link) != FUNCTION_DECL);
10633 DECL_CONTEXT (link) = NULL_TREE;
10636 poplevel (0, 0, 0);
10638 DECL_INITIAL (fndecl) = old_initial;
10640 /* We used to check if the context of FNDECL was different from
10641 current_class_type as another way to get inside here. This didn't work
10642 for String.cc in libg++. */
10643 if (DECL_FRIEND_P (fndecl))
10645 CLASSTYPE_INLINE_FRIENDS (current_class_type)
10646 = tree_cons (NULL_TREE, fndecl, CLASSTYPE_INLINE_FRIENDS (current_class_type));
10647 decl = void_type_node;
10650 return decl;
10654 /* VAR is a VAR_DECL. If its type is incomplete, remember VAR so that
10655 we can lay it out later, when and if its type becomes complete. */
10657 void
10658 maybe_register_incomplete_var (tree var)
10660 gcc_assert (TREE_CODE (var) == VAR_DECL);
10662 /* Keep track of variables with incomplete types. */
10663 if (!processing_template_decl && TREE_TYPE (var) != error_mark_node
10664 && DECL_EXTERNAL (var))
10666 tree inner_type = TREE_TYPE (var);
10668 while (TREE_CODE (inner_type) == ARRAY_TYPE)
10669 inner_type = TREE_TYPE (inner_type);
10670 inner_type = TYPE_MAIN_VARIANT (inner_type);
10672 if ((!COMPLETE_TYPE_P (inner_type) && CLASS_TYPE_P (inner_type))
10673 /* RTTI TD entries are created while defining the type_info. */
10674 || (TYPE_LANG_SPECIFIC (inner_type)
10675 && TYPE_BEING_DEFINED (inner_type)))
10676 incomplete_vars = tree_cons (inner_type, var, incomplete_vars);
10680 /* Called when a class type (given by TYPE) is defined. If there are
10681 any existing VAR_DECLs whose type hsa been completed by this
10682 declaration, update them now. */
10684 void
10685 complete_vars (tree type)
10687 tree *list = &incomplete_vars;
10689 gcc_assert (CLASS_TYPE_P (type));
10690 while (*list)
10692 if (same_type_p (type, TREE_PURPOSE (*list)))
10694 tree var = TREE_VALUE (*list);
10695 /* Complete the type of the variable. The VAR_DECL itself
10696 will be laid out in expand_expr. */
10697 complete_type (TREE_TYPE (var));
10698 /* Remove this entry from the list. */
10699 *list = TREE_CHAIN (*list);
10701 else
10702 list = &TREE_CHAIN (*list);
10705 /* Check for pending declarations which may have abstract type. */
10706 complete_type_check_abstract (type);
10709 /* If DECL is of a type which needs a cleanup, build that cleanup
10710 here. */
10712 tree
10713 cxx_maybe_build_cleanup (tree decl)
10715 tree type = TREE_TYPE (decl);
10717 if (type != error_mark_node && TYPE_HAS_NONTRIVIAL_DESTRUCTOR (type))
10719 int flags = LOOKUP_NORMAL|LOOKUP_DESTRUCTOR;
10720 tree rval;
10722 if (TREE_CODE (type) == ARRAY_TYPE)
10723 rval = decl;
10724 else
10726 cxx_mark_addressable (decl);
10727 rval = build_unary_op (ADDR_EXPR, decl, 0);
10730 /* Optimize for space over speed here. */
10731 if (! TYPE_USES_VIRTUAL_BASECLASSES (type)
10732 || flag_expensive_optimizations)
10733 flags |= LOOKUP_NONVIRTUAL;
10735 rval = build_delete (TREE_TYPE (rval), rval,
10736 sfk_complete_destructor, flags, 0);
10738 if (TYPE_USES_VIRTUAL_BASECLASSES (type)
10739 && ! TYPE_HAS_DESTRUCTOR (type))
10740 rval = build_compound_expr (rval, build_vbase_delete (type, decl));
10742 return rval;
10744 return NULL_TREE;
10747 /* When a stmt has been parsed, this function is called. */
10749 void
10750 finish_stmt (void)
10754 /* DECL was originally constructed as a non-static member function,
10755 but turned out to be static. Update it accordingly. */
10757 void
10758 revert_static_member_fn (tree decl)
10760 tree tmp;
10761 tree function = TREE_TYPE (decl);
10762 tree args = TYPE_ARG_TYPES (function);
10764 if (cp_type_quals (TREE_TYPE (TREE_VALUE (args)))
10765 != TYPE_UNQUALIFIED)
10766 error ("static member function `%#D' declared with type qualifiers",
10767 decl);
10769 args = TREE_CHAIN (args);
10770 tmp = build_function_type (TREE_TYPE (function), args);
10771 tmp = build_qualified_type (tmp, cp_type_quals (function));
10772 tmp = build_exception_variant (tmp,
10773 TYPE_RAISES_EXCEPTIONS (function));
10774 TREE_TYPE (decl) = tmp;
10775 if (DECL_ARGUMENTS (decl))
10776 DECL_ARGUMENTS (decl) = TREE_CHAIN (DECL_ARGUMENTS (decl));
10777 DECL_STATIC_FUNCTION_P (decl) = 1;
10780 /* Initialize the variables used during compilation of a C++
10781 function. */
10783 void
10784 cxx_push_function_context (struct function * f)
10786 struct language_function *p = GGC_CNEW (struct language_function);
10787 f->language = p;
10789 /* Whenever we start a new function, we destroy temporaries in the
10790 usual way. */
10791 current_stmt_tree ()->stmts_are_full_exprs_p = 1;
10793 if (f->decl)
10795 tree fn = f->decl;
10797 if (DECL_SAVED_FUNCTION_DATA (fn))
10799 /* If we already parsed this function, and we're just expanding it
10800 now, restore saved state. */
10801 *cp_function_chain = *DECL_SAVED_FUNCTION_DATA (fn);
10803 /* We don't need the saved data anymore. Unless this is an inline
10804 function; we need the named return value info for
10805 declare_return_variable. */
10806 if (! DECL_INLINE (fn))
10807 DECL_SAVED_FUNCTION_DATA (fn) = NULL;
10812 /* Free the language-specific parts of F, now that we've finished
10813 compiling the function. */
10815 void
10816 cxx_pop_function_context (struct function * f)
10818 f->language = 0;
10821 /* Return which tree structure is used by T, or TS_CP_GENERIC if T is
10822 one of the language-independent trees. */
10824 enum cp_tree_node_structure_enum
10825 cp_tree_node_structure (union lang_tree_node * t)
10827 switch (TREE_CODE (&t->generic))
10829 case DEFAULT_ARG: return TS_CP_DEFAULT_ARG;
10830 case IDENTIFIER_NODE: return TS_CP_IDENTIFIER;
10831 case OVERLOAD: return TS_CP_OVERLOAD;
10832 case TEMPLATE_PARM_INDEX: return TS_CP_TPI;
10833 case TINST_LEVEL: return TS_CP_TINST_LEVEL;
10834 case PTRMEM_CST: return TS_CP_PTRMEM;
10835 case BASELINK: return TS_CP_BASELINK;
10836 default: return TS_CP_GENERIC;
10840 /* Build the void_list_node (void_type_node having been created). */
10841 tree
10842 build_void_list_node (void)
10844 tree t = build_tree_list (NULL_TREE, void_type_node);
10845 return t;
10848 bool
10849 cp_missing_noreturn_ok_p (tree decl)
10851 /* A missing noreturn is ok for the `main' function. */
10852 return DECL_MAIN_P (decl);
10855 #include "gt-cp-decl.h"