* except.c (expand_throw): Add static attribute to match
[official-gcc.git] / gcc / cp / decl2.c
blobca142a8d43eeb35884b2b1065af782c70cd5d1b6
1 /* Process declarations and variables for C compiler.
2 Copyright (C) 1988, 92-98, 1999 Free Software Foundation, Inc.
3 Hacked by Michael Tiemann (tiemann@cygnus.com)
5 This file is part of GNU CC.
7 GNU CC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
12 GNU CC is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GNU CC; see the file COPYING. If not, write to
19 the Free Software Foundation, 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
23 /* Process declarations and symbol lookup for C front end.
24 Also constructs types; the standard scalar types at initialization,
25 and structure, union, array and enum types when they are declared. */
27 /* ??? not all decl nodes are given the most useful possible
28 line numbers. For example, the CONST_DECLs for enum values. */
30 #include "config.h"
31 #include "system.h"
32 #include "tree.h"
33 #include "rtl.h"
34 #include "flags.h"
35 #include "cp-tree.h"
36 #include "decl.h"
37 #include "lex.h"
38 #include "output.h"
39 #include "except.h"
40 #include "expr.h"
41 #include "defaults.h"
42 #include "toplev.h"
43 #include "dwarf2out.h"
44 #include "dwarfout.h"
45 #include "ggc.h"
47 #if USE_CPPLIB
48 #include "cpplib.h"
49 extern cpp_reader parse_in;
50 #endif
52 /* This structure contains information about the initializations
53 and/or destructions required for a particular priority level. */
54 typedef struct priority_info_s {
55 /* Non-zero if there have been any initializations at this priority
56 throughout the translation unit. */
57 int initializations_p;
58 /* Non-zero if there have been any destructions at this priority
59 throughout the translation unit. */
60 int destructions_p;
61 } *priority_info;
63 static tree get_sentry PROTO((tree));
64 static void mark_vtable_entries PROTO((tree));
65 static void grok_function_init PROTO((tree, tree));
66 static int finish_vtable_vardecl PROTO((tree *, void *));
67 static int prune_vtable_vardecl PROTO((tree *, void *));
68 static int is_namespace_ancestor PROTO((tree, tree));
69 static void add_using_namespace PROTO((tree, tree, int));
70 static tree ambiguous_decl PROTO((tree, tree, tree,int));
71 static tree build_anon_union_vars PROTO((tree, tree*, int, int));
72 static int acceptable_java_type PROTO((tree));
73 static void output_vtable_inherit PROTO((tree));
74 static tree start_objects PROTO((int, int));
75 static void finish_objects PROTO((int, int, tree));
76 static tree merge_functions PROTO((tree, tree));
77 static tree decl_namespace PROTO((tree));
78 static tree validate_nonmember_using_decl PROTO((tree, tree *, tree *));
79 static void do_nonmember_using_decl PROTO((tree, tree, tree, tree,
80 tree *, tree *));
81 static tree start_static_storage_duration_function PROTO((void));
82 static void finish_static_storage_duration_function PROTO((tree));
83 static priority_info get_priority_info PROTO((int));
84 static void do_static_initialization PROTO((tree, tree));
85 static void do_static_destruction PROTO((tree));
86 static tree start_static_initialization_or_destruction PROTO((tree, int));
87 static void finish_static_initialization_or_destruction PROTO((tree));
88 static void generate_ctor_or_dtor_function PROTO((int, int));
89 static int generate_ctor_and_dtor_functions_for_priority
90 PROTO((splay_tree_node, void *));
91 static tree prune_vars_needing_no_initialization PROTO((tree));
92 static void write_out_vars PROTO((tree));
94 extern int current_class_depth;
96 /* A list of virtual function tables we must make sure to write out. */
97 tree pending_vtables;
99 /* A list of static class variables. This is needed, because a
100 static class variable can be declared inside the class without
101 an initializer, and then initialized, staticly, outside the class. */
102 static varray_type pending_statics;
103 #define pending_statics_used \
104 (pending_statics ? pending_statics->elements_used : 0)
106 /* A list of functions which were declared inline, but which we
107 may need to emit outline anyway. */
108 static varray_type saved_inlines;
109 #define saved_inlines_used \
110 (saved_inlines ? saved_inlines->elements_used : 0)
112 /* Same, but not reset. Local temp variables and global temp variables
113 can have the same name. */
114 static int global_temp_name_counter;
116 /* Flag used when debugging spew.c */
118 extern int spew_debug;
120 /* Nonzero if we're done parsing and into end-of-file activities. */
122 int at_eof;
124 /* Functions called along with real static constructors and destructors. */
126 tree static_ctors, static_dtors;
128 /* The :: namespace. */
130 tree global_namespace;
132 /* The stack for namespaces of current declarations. */
134 static tree decl_namespace_list;
137 /* C (and C++) language-specific option variables. */
139 /* Nonzero means allow type mismatches in conditional expressions;
140 just make their values `void'. */
142 int flag_cond_mismatch;
144 /* Nonzero means give `double' the same size as `float'. */
146 int flag_short_double;
148 /* Nonzero means don't recognize the keyword `asm'. */
150 int flag_no_asm;
152 /* Nonzero means don't recognize any extension keywords. */
154 int flag_no_gnu_keywords;
156 /* Nonzero means don't recognize the non-ANSI builtin functions. */
158 int flag_no_builtin;
160 /* Nonzero means don't recognize the non-ANSI builtin functions.
161 -ansi sets this. */
163 int flag_no_nonansi_builtin;
165 /* Nonzero means do some things the same way PCC does. Only provided so
166 the compiler will link. */
168 int flag_traditional;
170 /* Nonzero means to treat bitfields as unsigned unless they say `signed'. */
172 int flag_signed_bitfields = 1;
174 /* Nonzero means enable obscure ANSI features and disable GNU extensions
175 that might cause ANSI-compliant code to be miscompiled. */
177 int flag_ansi;
179 /* Nonzero means do emit exported implementations of functions even if
180 they can be inlined. */
182 int flag_implement_inlines = 1;
184 /* Nonzero means do emit exported implementations of templates, instead of
185 multiple static copies in each file that needs a definition. */
187 int flag_external_templates;
189 /* Nonzero means that the decision to emit or not emit the implementation of a
190 template depends on where the template is instantiated, rather than where
191 it is defined. */
193 int flag_alt_external_templates;
195 /* Nonzero means that implicit instantiations will be emitted if needed. */
197 int flag_implicit_templates = 1;
199 /* Nonzero means that implicit instantiations of inline templates will be
200 emitted if needed, even if instantiations of non-inline templates
201 aren't. */
203 int flag_implicit_inline_templates = 1;
205 /* Nonzero means warn about implicit declarations. */
207 int warn_implicit = 1;
209 /* Nonzero means warn about usage of long long when `-pedantic'. */
211 int warn_long_long = 1;
213 /* Nonzero means warn when all ctors or dtors are private, and the class
214 has no friends. */
216 int warn_ctor_dtor_privacy = 1;
218 /* True if we want to implement vtables using "thunks".
219 The default is off. */
221 #ifndef DEFAULT_VTABLE_THUNKS
222 #define DEFAULT_VTABLE_THUNKS 0
223 #endif
224 int flag_vtable_thunks = DEFAULT_VTABLE_THUNKS;
226 /* Nonzero means generate separate instantiation control files and juggle
227 them at link time. */
229 int flag_use_repository;
231 /* Nonzero if we want to issue diagnostics that the standard says are not
232 required. */
234 int flag_optional_diags = 1;
236 /* Nonzero means give string constants the type `const char *', as mandated
237 by the standard. */
239 int flag_const_strings = 1;
241 /* If non-NULL, dump the tree structure for the entire translation
242 unit to this file. */
244 char *flag_dump_translation_unit = 0;
246 /* Nonzero means warn about deprecated conversion from string constant to
247 `char *'. */
249 int warn_write_strings;
251 /* Nonzero means warn about pointer casts that can drop a type qualifier
252 from the pointer target type. */
254 int warn_cast_qual;
256 /* Nonzero means warn about sizeof(function) or addition/subtraction
257 of function pointers. */
259 int warn_pointer_arith = 1;
261 /* Nonzero means warn for any function def without prototype decl. */
263 int warn_missing_prototypes;
265 /* Nonzero means warn about multiple (redundant) decls for the same single
266 variable or function. */
268 int warn_redundant_decls;
270 /* Warn if initializer is not completely bracketed. */
272 int warn_missing_braces;
274 /* Warn about comparison of signed and unsigned values. */
276 int warn_sign_compare;
278 /* Warn about testing equality of floating point numbers. */
280 int warn_float_equal = 0;
282 /* Warn about *printf or *scanf format/argument anomalies. */
284 int warn_format;
286 /* Warn about a subscript that has type char. */
288 int warn_char_subscripts;
290 /* Warn if a type conversion is done that might have confusing results. */
292 int warn_conversion;
294 /* Warn if adding () is suggested. */
296 int warn_parentheses;
298 /* Non-zero means warn in function declared in derived class has the
299 same name as a virtual in the base class, but fails to match the
300 type signature of any virtual function in the base class. */
301 int warn_overloaded_virtual;
303 /* Non-zero means warn when declaring a class that has a non virtual
304 destructor, when it really ought to have a virtual one. */
305 int warn_nonvdtor;
307 /* Non-zero means warn when a function is declared extern and later inline. */
308 int warn_extern_inline;
310 /* Non-zero means warn when the compiler will reorder code. */
311 int warn_reorder;
313 /* Non-zero means warn when synthesis behavior differs from Cfront's. */
314 int warn_synth;
316 /* Non-zero means warn when we convert a pointer to member function
317 into a pointer to (void or function). */
318 int warn_pmf2ptr = 1;
320 /* Nonzero means warn about violation of some Effective C++ style rules. */
322 int warn_ecpp;
324 /* Nonzero means warn where overload resolution chooses a promotion from
325 unsigned to signed over a conversion to an unsigned of the same size. */
327 int warn_sign_promo;
329 /* Nonzero means warn when an old-style cast is used. */
331 int warn_old_style_cast;
333 /* Warn about #pragma directives that are not recognised. */
335 int warn_unknown_pragmas; /* Tri state variable. */
337 /* Nonzero means warn about use of multicharacter literals. */
339 int warn_multichar = 1;
341 /* Nonzero means warn when non-templatized friend functions are
342 declared within a template */
344 int warn_nontemplate_friend = 1;
346 /* Nonzero means complain about deprecated features. */
348 int warn_deprecated = 1;
350 /* Nonzero means `$' can be in an identifier. */
352 #ifndef DOLLARS_IN_IDENTIFIERS
353 #define DOLLARS_IN_IDENTIFIERS 1
354 #endif
355 int dollars_in_ident = DOLLARS_IN_IDENTIFIERS;
357 /* Nonzero for -fno-strict-prototype switch: do not consider empty
358 argument prototype to mean function takes no arguments. */
360 int flag_strict_prototype = 2;
361 int strict_prototype = 1;
362 int strict_prototypes_lang_c, strict_prototypes_lang_cplusplus = 1;
364 /* Nonzero means that labels can be used as first-class objects */
366 int flag_labels_ok;
368 /* Nonzero means allow Microsoft extensions without a pedwarn. */
370 int flag_ms_extensions;
372 /* Non-zero means to collect statistics which might be expensive
373 and to print them when we are done. */
374 int flag_detailed_statistics;
376 /* C++ specific flags. */
377 /* Zero means that `this' is a *const. This gives nice behavior in the
378 2.0 world. 1 gives 1.2-compatible behavior. 2 gives Spring behavior.
379 -2 means we're constructing an object and it has fixed type. */
381 int flag_this_is_variable;
383 /* Nonzero means we should attempt to elide constructors when possible. */
385 int flag_elide_constructors = 1;
387 /* Nonzero means that member functions defined in class scope are
388 inline by default. */
390 int flag_default_inline = 1;
392 /* Controls whether compiler generates 'type descriptor' that give
393 run-time type information. */
394 int flag_rtti = 1;
396 /* Nonzero if we wish to output cross-referencing information
397 for the GNU class browser. */
398 extern int flag_gnu_xref;
400 /* Nonzero if we want to support huge (> 2^(sizeof(short)*8-1) bytes)
401 objects. */
403 int flag_huge_objects;
405 /* Nonzero if we want to conserve space in the .o files. We do this
406 by putting uninitialized data and runtime initialized data into
407 .common instead of .data at the expense of not flagging multiple
408 definitions. */
410 int flag_conserve_space;
412 /* Nonzero if we want to obey access control semantics. */
414 int flag_access_control = 1;
416 /* Nonzero if we want to understand the operator names, i.e. 'bitand'. */
418 int flag_operator_names;
420 /* Nonzero if we want to check the return value of new and avoid calling
421 constructors if it is a null pointer. */
423 int flag_check_new;
425 /* Nonzero if we want the new ANSI rules for pushing a new scope for `for'
426 initialization variables.
427 0: Old rules, set by -fno-for-scope.
428 2: New ANSI rules, set by -ffor-scope.
429 1: Try to implement new ANSI rules, but with backup compatibility
430 (and warnings). This is the default, for now. */
432 int flag_new_for_scope = 1;
434 /* Nonzero if we want to emit defined symbols with common-like linkage as
435 weak symbols where possible, in order to conform to C++ semantics.
436 Otherwise, emit them as local symbols. */
438 int flag_weak = 1;
440 /* Nonzero to enable experimental ABI changes. */
442 int flag_new_abi;
444 /* Nonzero to not ignore namespace std. */
446 int flag_honor_std;
448 /* Nonzero if we should expand functions calls inline at the tree
449 level, rather than at the RTL level. */
451 int flag_inline_trees = 0;
453 /* Maximum template instantiation depth. Must be at least 17 for ANSI
454 compliance. */
456 int max_tinst_depth = 17;
458 /* The name-mangling scheme to use. Must be 1 or greater to support
459 template functions with identical types, but different template
460 arguments. */
461 int name_mangling_version = 2;
463 /* Nonzero means that guiding declarations are allowed. */
464 int flag_guiding_decls;
466 /* Nonzero if wchar_t should be `unsigned short' instead of whatever it
467 would normally be, for use with WINE. */
468 int flag_short_wchar;
470 /* Nonzero if squashed mangling is to be performed.
471 This uses the B and K codes to reference previously seen class types
472 and class qualifiers. */
473 int flag_do_squangling;
475 /* Nonzero means output .vtable_{entry,inherit} for use in doing vtable gc. */
477 int flag_vtable_gc;
479 /* Nonzero means make the default pedwarns warnings instead of errors.
480 The value of this flag is ignored if -pedantic is specified. */
482 int flag_permissive;
484 /* If this variable is defined to a non-NULL value, it will be called
485 after the file has been completely parsed. */
487 void (*back_end_hook) PROTO((tree));
489 /* Table of language-dependent -f options.
490 STRING is the option name. VARIABLE is the address of the variable.
491 ON_VALUE is the value to store in VARIABLE
492 if `-fSTRING' is seen as an option.
493 (If `-fno-STRING' is seen as an option, the opposite value is stored.) */
495 static struct { const char *string; int *variable; int on_value;}
496 lang_f_options[] =
498 /* C/C++ options. */
499 {"signed-char", &flag_signed_char, 1},
500 {"unsigned-char", &flag_signed_char, 0},
501 {"signed-bitfields", &flag_signed_bitfields, 1},
502 {"unsigned-bitfields", &flag_signed_bitfields, 0},
503 {"short-enums", &flag_short_enums, 1},
504 {"short-double", &flag_short_double, 1},
505 {"short-wchar", &flag_short_wchar, 1},
506 {"cond-mismatch", &flag_cond_mismatch, 1},
507 {"asm", &flag_no_asm, 0},
508 {"builtin", &flag_no_builtin, 0},
510 /* C++-only options. */
511 {"access-control", &flag_access_control, 1},
512 {"check-new", &flag_check_new, 1},
513 {"conserve-space", &flag_conserve_space, 1},
514 {"const-strings", &flag_const_strings, 1},
515 {"default-inline", &flag_default_inline, 1},
516 {"dollars-in-identifiers", &dollars_in_ident, 1},
517 {"elide-constructors", &flag_elide_constructors, 1},
518 {"external-templates", &flag_external_templates, 1},
519 {"for-scope", &flag_new_for_scope, 2},
520 {"gnu-keywords", &flag_no_gnu_keywords, 0},
521 {"handle-exceptions", &flag_exceptions, 1},
522 {"honor-std", &flag_honor_std, 1},
523 {"huge-objects", &flag_huge_objects, 1},
524 {"implement-inlines", &flag_implement_inlines, 1},
525 {"implicit-inline-templates", &flag_implicit_inline_templates, 1},
526 {"implicit-templates", &flag_implicit_templates, 1},
527 {"labels-ok", &flag_labels_ok, 1},
528 {"ms-extensions", &flag_ms_extensions, 1},
529 {"nonansi-builtins", &flag_no_nonansi_builtin, 0},
530 {"operator-names", &flag_operator_names, 1},
531 {"optional-diags", &flag_optional_diags, 1},
532 {"permissive", &flag_permissive, 1},
533 {"repo", &flag_use_repository, 1},
534 {"rtti", &flag_rtti, 1},
535 {"squangle", &flag_do_squangling, 1},
536 {"stats", &flag_detailed_statistics, 1},
537 {"strict-prototype", &flag_strict_prototype, 1},
538 {"vtable-gc", &flag_vtable_gc, 1},
539 {"vtable-thunks", &flag_vtable_thunks, 1},
540 {"weak", &flag_weak, 1},
541 {"xref", &flag_gnu_xref, 1}
544 /* Decode the string P as a language-specific option.
545 Return the number of strings consumed for a valid option.
546 Otherwise return 0. Should not complain if it does not
547 recognise the option. */
549 int
550 lang_decode_option (argc, argv)
551 int argc
552 #if !USE_CPPLIB
553 ATTRIBUTE_UNUSED
554 #endif
556 char **argv;
559 int strings_processed;
560 char *p = argv[0];
561 #if USE_CPPLIB
562 strings_processed = cpp_handle_option (&parse_in, argc, argv);
563 #else
564 strings_processed = 0;
565 #endif /* ! USE_CPPLIB */
567 if (!strcmp (p, "-ftraditional") || !strcmp (p, "-traditional"))
568 /* ignore */;
569 else if (p[0] == '-' && p[1] == 'f')
571 /* Some kind of -f option.
572 P's value is the option sans `-f'.
573 Search for it in the table of options. */
574 size_t j;
576 p += 2;
577 /* Try special -f options. */
579 if (!strcmp (p, "handle-exceptions")
580 || !strcmp (p, "no-handle-exceptions"))
581 warning ("-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)");
582 else if (!strcmp (p, "all-virtual")
583 || !strcmp (p, "enum-int-equiv")
584 || !strcmp (p, "no-nonnull-objects")
585 || !strcmp (p, "this-is-variable"))
586 warning ("-f%s is no longer supported", p);
587 else if (! strcmp (p, "alt-external-templates"))
589 flag_external_templates = 1;
590 flag_alt_external_templates = 1;
591 cp_deprecated ("-falt-external-templates");
593 else if (! strcmp (p, "no-alt-external-templates"))
594 flag_alt_external_templates = 0;
595 else if (!strcmp (p, "repo"))
597 flag_use_repository = 1;
598 flag_implicit_templates = 0;
600 else if (!strcmp (p, "guiding-decls"))
602 flag_guiding_decls = 1;
603 name_mangling_version = 0;
605 else if (!strcmp (p, "no-guiding-decls"))
606 flag_guiding_decls = 0;
607 else if (!strcmp (p, "external-templates"))
609 flag_external_templates = 1;
610 cp_deprecated ("-fexternal-templates");
612 else if (!strcmp (p, "new-abi"))
614 flag_new_abi = 1;
615 flag_do_squangling = 1;
616 flag_honor_std = 1;
617 flag_vtable_thunks = 1;
619 else if (!strcmp (p, "no-new-abi"))
621 flag_new_abi = 0;
622 flag_do_squangling = 0;
623 flag_honor_std = 0;
625 else if (!strncmp (p, "template-depth-", 15))
626 max_tinst_depth
627 = read_integral_parameter (p + 15, p - 2, max_tinst_depth);
628 else if (!strncmp (p, "name-mangling-version-", 22))
629 name_mangling_version
630 = read_integral_parameter (p + 22, p - 2, name_mangling_version);
631 else if (!strncmp (p, "dump-translation-unit-", 22))
633 if (p[22] == '\0')
634 error ("no file specified with -fdump-translation-unit");
635 else
636 flag_dump_translation_unit = p + 22;
638 else
640 int found = 0;
642 for (j = 0;
643 !found && j < (sizeof (lang_f_options)
644 / sizeof (lang_f_options[0]));
645 j++)
647 if (!strcmp (p, lang_f_options[j].string))
649 *lang_f_options[j].variable = lang_f_options[j].on_value;
650 /* A goto here would be cleaner,
651 but breaks the vax pcc. */
652 found = 1;
654 if (p[0] == 'n' && p[1] == 'o' && p[2] == '-'
655 && ! strcmp (p+3, lang_f_options[j].string))
657 *lang_f_options[j].variable = ! lang_f_options[j].on_value;
658 found = 1;
662 return found;
665 else if (p[0] == '-' && p[1] == 'W')
667 int setting = 1;
669 /* The -W options control the warning behavior of the compiler. */
670 p += 2;
672 if (p[0] == 'n' && p[1] == 'o' && p[2] == '-')
673 setting = 0, p += 3;
675 if (!strcmp (p, "implicit"))
676 warn_implicit = setting;
677 else if (!strcmp (p, "long-long"))
678 warn_long_long = setting;
679 else if (!strcmp (p, "return-type"))
680 warn_return_type = setting;
681 else if (!strcmp (p, "ctor-dtor-privacy"))
682 warn_ctor_dtor_privacy = setting;
683 else if (!strcmp (p, "write-strings"))
684 warn_write_strings = setting;
685 else if (!strcmp (p, "cast-qual"))
686 warn_cast_qual = setting;
687 else if (!strcmp (p, "char-subscripts"))
688 warn_char_subscripts = setting;
689 else if (!strcmp (p, "pointer-arith"))
690 warn_pointer_arith = setting;
691 else if (!strcmp (p, "missing-prototypes"))
692 warn_missing_prototypes = setting;
693 else if (!strcmp (p, "redundant-decls"))
694 warn_redundant_decls = setting;
695 else if (!strcmp (p, "missing-braces"))
696 warn_missing_braces = setting;
697 else if (!strcmp (p, "sign-compare"))
698 warn_sign_compare = setting;
699 else if (!strcmp (p, "float-equal"))
700 warn_float_equal = setting;
701 else if (!strcmp (p, "format"))
702 warn_format = setting;
703 else if (!strcmp (p, "conversion"))
704 warn_conversion = setting;
705 else if (!strcmp (p, "parentheses"))
706 warn_parentheses = setting;
707 else if (!strcmp (p, "non-virtual-dtor"))
708 warn_nonvdtor = setting;
709 else if (!strcmp (p, "extern-inline"))
710 warn_extern_inline = setting;
711 else if (!strcmp (p, "reorder"))
712 warn_reorder = setting;
713 else if (!strcmp (p, "synth"))
714 warn_synth = setting;
715 else if (!strcmp (p, "pmf-conversions"))
716 warn_pmf2ptr = setting;
717 else if (!strcmp (p, "effc++"))
718 warn_ecpp = setting;
719 else if (!strcmp (p, "sign-promo"))
720 warn_sign_promo = setting;
721 else if (!strcmp (p, "old-style-cast"))
722 warn_old_style_cast = setting;
723 else if (!strcmp (p, "overloaded-virtual"))
724 warn_overloaded_virtual = setting;
725 else if (!strcmp (p, "multichar"))
726 warn_multichar = setting;
727 else if (!strcmp (p, "unknown-pragmas"))
728 /* Set to greater than 1, so that even unknown pragmas in
729 system headers will be warned about. */
730 warn_unknown_pragmas = setting * 2;
731 else if (!strcmp (p, "non-template-friend"))
732 warn_nontemplate_friend = setting;
733 else if (!strcmp (p, "deprecated"))
734 warn_deprecated = setting;
735 else if (!strcmp (p, "comment"))
736 ; /* cpp handles this one. */
737 else if (!strcmp (p, "comments"))
738 ; /* cpp handles this one. */
739 else if (!strcmp (p, "trigraphs"))
740 ; /* cpp handles this one. */
741 else if (!strcmp (p, "import"))
742 ; /* cpp handles this one. */
743 else if (!strcmp (p, "all"))
745 warn_return_type = setting;
746 warn_unused = setting;
747 warn_implicit = setting;
748 warn_switch = setting;
749 warn_format = setting;
750 warn_parentheses = setting;
751 warn_missing_braces = setting;
752 warn_sign_compare = setting;
753 warn_multichar = setting;
754 /* We save the value of warn_uninitialized, since if they put
755 -Wuninitialized on the command line, we need to generate a
756 warning about not using it without also specifying -O. */
757 if (warn_uninitialized != 1)
758 warn_uninitialized = (setting ? 2 : 0);
759 /* Only warn about unknown pragmas that are not in system
760 headers. */
761 warn_unknown_pragmas = 1;
763 /* C++-specific warnings. */
764 warn_ctor_dtor_privacy = setting;
765 warn_nonvdtor = setting;
766 warn_reorder = setting;
767 warn_nontemplate_friend = setting;
769 else return strings_processed;
771 else if (!strcmp (p, "-ansi"))
772 flag_no_nonansi_builtin = 1, flag_ansi = 1,
773 flag_no_gnu_keywords = 1, flag_operator_names = 1;
774 #ifdef SPEW_DEBUG
775 /* Undocumented, only ever used when you're invoking cc1plus by hand, since
776 it's probably safe to assume no sane person would ever want to use this
777 under normal circumstances. */
778 else if (!strcmp (p, "-spew-debug"))
779 spew_debug = 1;
780 #endif
781 else
782 return strings_processed;
784 return 1;
787 /* Incorporate `const' and `volatile' qualifiers for member functions.
788 FUNCTION is a TYPE_DECL or a FUNCTION_DECL.
789 QUALS is a list of qualifiers. Returns any explicit
790 top-level qualifiers of the method's this pointer, anything other than
791 TYPE_UNQUALIFIED will be an extension. */
794 grok_method_quals (ctype, function, quals)
795 tree ctype, function, quals;
797 tree fntype = TREE_TYPE (function);
798 tree raises = TYPE_RAISES_EXCEPTIONS (fntype);
799 int type_quals = TYPE_UNQUALIFIED;
800 int dup_quals = TYPE_UNQUALIFIED;
801 int this_quals = TYPE_UNQUALIFIED;
805 int tq = cp_type_qual_from_rid (TREE_VALUE (quals));
807 if ((type_quals | this_quals) & tq)
808 dup_quals |= tq;
809 else if (tq & TYPE_QUAL_RESTRICT)
810 this_quals |= tq;
811 else
812 type_quals |= tq;
813 quals = TREE_CHAIN (quals);
815 while (quals);
817 if (dup_quals != TYPE_UNQUALIFIED)
818 cp_error ("duplicate type qualifiers in %s declaration",
819 TREE_CODE (function) == FUNCTION_DECL
820 ? "member function" : "type");
822 ctype = cp_build_qualified_type (ctype, type_quals);
823 fntype = build_cplus_method_type (ctype, TREE_TYPE (fntype),
824 (TREE_CODE (fntype) == METHOD_TYPE
825 ? TREE_CHAIN (TYPE_ARG_TYPES (fntype))
826 : TYPE_ARG_TYPES (fntype)));
827 if (raises)
828 fntype = build_exception_variant (fntype, raises);
830 TREE_TYPE (function) = fntype;
831 return this_quals;
834 /* Warn when -fexternal-templates is used and #pragma
835 interface/implementation is not used all the times it should be,
836 inform the user. */
838 void
839 warn_if_unknown_interface (decl)
840 tree decl;
842 static int already_warned = 0;
843 if (already_warned++)
844 return;
846 if (flag_alt_external_templates)
848 struct tinst_level *til = tinst_for_decl ();
849 int sl = lineno;
850 char *sf = input_filename;
852 if (til)
854 lineno = til->line;
855 input_filename = til->file;
857 cp_warning ("template `%#D' instantiated in file without #pragma interface",
858 decl);
859 lineno = sl;
860 input_filename = sf;
862 else
863 cp_warning_at ("template `%#D' defined in file without #pragma interface",
864 decl);
867 /* A subroutine of the parser, to handle a component list. */
869 void
870 grok_x_components (specs)
871 tree specs;
873 struct pending_inline **p;
874 tree t;
876 specs = strip_attrs (specs);
878 check_tag_decl (specs);
879 t = groktypename (build_decl_list (specs, NULL_TREE));
881 /* The only case where we need to do anything additional here is an
882 anonymous union field, e.g.: `struct S { union { int i; }; };'. */
883 if (t == NULL_TREE || !ANON_AGGR_TYPE_P (t))
884 return;
886 fixup_anonymous_aggr (t);
887 finish_member_declaration (build_lang_decl (FIELD_DECL, NULL_TREE, t));
889 /* Ignore any inline function definitions in the anonymous union
890 since an anonymous union may not have function members. */
891 p = &pending_inlines;
892 for (; *p; *p = (*p)->next)
893 if (DECL_CONTEXT ((*p)->fndecl) != t)
894 break;
897 /* Constructors for types with virtual baseclasses need an "in-charge" flag
898 saying whether this constructor is responsible for initialization of
899 virtual baseclasses or not. All destructors also need this "in-charge"
900 flag, which additionally determines whether or not the destructor should
901 free the memory for the object.
903 This function adds the "in-charge" flag to member function FN if
904 appropriate. It is called from grokclassfn and tsubst.
905 FN must be either a constructor or destructor. */
907 void
908 maybe_retrofit_in_chrg (fn)
909 tree fn;
911 tree basetype, arg_types, parms, parm, fntype;
913 if (DECL_CONSTRUCTOR_P (fn)
914 && TYPE_USES_VIRTUAL_BASECLASSES (DECL_CLASS_CONTEXT (fn))
915 && ! DECL_CONSTRUCTOR_FOR_VBASE_P (fn))
916 /* OK */;
917 else if (! DECL_CONSTRUCTOR_P (fn)
918 && TREE_CHAIN (DECL_ARGUMENTS (fn)) == NULL_TREE)
919 /* OK */;
920 else
921 return;
923 if (DECL_CONSTRUCTOR_P (fn))
924 DECL_CONSTRUCTOR_FOR_VBASE_P (fn) = 1;
926 /* First add it to DECL_ARGUMENTS... */
927 parm = build_decl (PARM_DECL, in_charge_identifier, integer_type_node);
928 /* Mark the artificial `__in_chrg' parameter as "artificial". */
929 SET_DECL_ARTIFICIAL (parm);
930 DECL_ARG_TYPE (parm) = integer_type_node;
931 TREE_READONLY (parm) = 1;
932 parms = DECL_ARGUMENTS (fn);
933 TREE_CHAIN (parm) = TREE_CHAIN (parms);
934 TREE_CHAIN (parms) = parm;
936 /* ...and then to TYPE_ARG_TYPES. */
937 arg_types = TYPE_ARG_TYPES (TREE_TYPE (fn));
938 basetype = TREE_TYPE (TREE_VALUE (arg_types));
939 arg_types = hash_tree_chain (integer_type_node, TREE_CHAIN (arg_types));
940 fntype = build_cplus_method_type (basetype, TREE_TYPE (TREE_TYPE (fn)),
941 arg_types);
942 if (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)))
943 fntype = build_exception_variant (fntype,
944 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)));
945 TREE_TYPE (fn) = fntype;
948 /* Classes overload their constituent function names automatically.
949 When a function name is declared in a record structure,
950 its name is changed to it overloaded name. Since names for
951 constructors and destructors can conflict, we place a leading
952 '$' for destructors.
954 CNAME is the name of the class we are grokking for.
956 FUNCTION is a FUNCTION_DECL. It was created by `grokdeclarator'.
958 FLAGS contains bits saying what's special about today's
959 arguments. 1 == DESTRUCTOR. 2 == OPERATOR.
961 If FUNCTION is a destructor, then we must add the `auto-delete' field
962 as a second parameter. There is some hair associated with the fact
963 that we must "declare" this variable in the manner consistent with the
964 way the rest of the arguments were declared.
966 QUALS are the qualifiers for the this pointer. */
968 void
969 grokclassfn (ctype, function, flags, quals)
970 tree ctype, function;
971 enum overload_flags flags;
972 tree quals;
974 tree fn_name = DECL_NAME (function);
975 int this_quals = TYPE_UNQUALIFIED;
977 if (fn_name == NULL_TREE)
979 error ("name missing for member function");
980 fn_name = get_identifier ("<anonymous>");
981 DECL_NAME (function) = fn_name;
984 if (quals)
985 this_quals = grok_method_quals (ctype, function, quals);
987 if (TREE_CODE (TREE_TYPE (function)) == METHOD_TYPE)
989 /* Must add the class instance variable up front. */
990 /* Right now we just make this a pointer. But later
991 we may wish to make it special. */
992 tree type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (function)));
994 tree parm = build_decl (PARM_DECL, this_identifier,
995 cp_build_qualified_type (type, this_quals | TYPE_QUAL_CONST));
996 /* Mark the artificial `this' parameter as "artificial". */
997 SET_DECL_ARTIFICIAL (parm);
998 DECL_ARG_TYPE (parm) = type;
999 /* We can make this a register, so long as we don't
1000 accidentally complain if someone tries to take its address. */
1001 DECL_REGISTER (parm) = 1;
1002 TREE_CHAIN (parm) = last_function_parms;
1003 last_function_parms = parm;
1006 DECL_ARGUMENTS (function) = last_function_parms;
1007 /* First approximations. */
1008 DECL_CONTEXT (function) = ctype;
1009 DECL_CLASS_CONTEXT (function) = ctype;
1011 if (flags == DTOR_FLAG || DECL_CONSTRUCTOR_P (function))
1012 maybe_retrofit_in_chrg (function);
1014 if (flags == DTOR_FLAG)
1016 DECL_ASSEMBLER_NAME (function) = build_destructor_name (ctype);
1017 TYPE_HAS_DESTRUCTOR (ctype) = 1;
1019 else
1020 set_mangled_name_for_decl (function);
1023 /* Work on the expr used by alignof (this is only called by the parser). */
1025 tree
1026 grok_alignof (expr)
1027 tree expr;
1029 tree best, t;
1030 int bestalign;
1032 if (processing_template_decl)
1033 return build_min (ALIGNOF_EXPR, sizetype, expr);
1035 if (TREE_CODE (expr) == COMPONENT_REF
1036 && DECL_C_BIT_FIELD (TREE_OPERAND (expr, 1)))
1037 error ("`__alignof__' applied to a bit-field");
1039 if (TREE_CODE (expr) == INDIRECT_REF)
1041 best = t = TREE_OPERAND (expr, 0);
1042 bestalign = TYPE_ALIGN (TREE_TYPE (TREE_TYPE (t)));
1044 while (TREE_CODE (t) == NOP_EXPR
1045 && TREE_CODE (TREE_TYPE (TREE_OPERAND (t, 0))) == POINTER_TYPE)
1047 int thisalign;
1048 t = TREE_OPERAND (t, 0);
1049 thisalign = TYPE_ALIGN (TREE_TYPE (TREE_TYPE (t)));
1050 if (thisalign > bestalign)
1051 best = t, bestalign = thisalign;
1053 return c_alignof (TREE_TYPE (TREE_TYPE (best)));
1055 else
1056 return c_alignof (TREE_TYPE (expr));
1059 /* Create an ARRAY_REF, checking for the user doing things backwards
1060 along the way. */
1062 tree
1063 grok_array_decl (array_expr, index_exp)
1064 tree array_expr, index_exp;
1066 tree type = TREE_TYPE (array_expr);
1067 tree p1, p2, i1, i2;
1069 if (type == error_mark_node || index_exp == error_mark_node)
1070 return error_mark_node;
1071 if (processing_template_decl)
1072 return build_min (ARRAY_REF, type ? TREE_TYPE (type) : NULL_TREE,
1073 array_expr, index_exp);
1075 if (type == NULL_TREE)
1077 /* Something has gone very wrong. Assume we are mistakenly reducing
1078 an expression instead of a declaration. */
1079 error ("parser may be lost: is there a '{' missing somewhere?");
1080 return NULL_TREE;
1083 if (TREE_CODE (type) == OFFSET_TYPE
1084 || TREE_CODE (type) == REFERENCE_TYPE)
1085 type = TREE_TYPE (type);
1087 /* If they have an `operator[]', use that. */
1088 if (IS_AGGR_TYPE (type) || IS_AGGR_TYPE (TREE_TYPE (index_exp)))
1089 return build_opfncall (ARRAY_REF, LOOKUP_NORMAL,
1090 array_expr, index_exp, NULL_TREE);
1092 /* Otherwise, create an ARRAY_REF for a pointer or array type. It
1093 is a little-known fact that, if `a' is an array and `i' is an
1094 int, you can write `i[a]', which means the same thing as `a[i]'. */
1096 if (TREE_CODE (type) == ARRAY_TYPE)
1097 p1 = array_expr;
1098 else
1099 p1 = build_expr_type_conversion (WANT_POINTER, array_expr, 0);
1101 if (TREE_CODE (TREE_TYPE (index_exp)) == ARRAY_TYPE)
1102 p2 = index_exp;
1103 else
1104 p2 = build_expr_type_conversion (WANT_POINTER, index_exp, 0);
1106 i1 = build_expr_type_conversion (WANT_INT | WANT_ENUM, array_expr, 0);
1107 i2 = build_expr_type_conversion (WANT_INT | WANT_ENUM, index_exp, 0);
1109 if ((p1 && i2) && (i1 && p2))
1110 error ("ambiguous conversion for array subscript");
1112 if (p1 && i2)
1113 array_expr = p1, index_exp = i2;
1114 else if (i1 && p2)
1115 array_expr = p2, index_exp = i1;
1116 else
1118 cp_error ("invalid types `%T[%T]' for array subscript",
1119 type, TREE_TYPE (index_exp));
1120 return error_mark_node;
1123 if (array_expr == error_mark_node || index_exp == error_mark_node)
1124 error ("ambiguous conversion for array subscript");
1126 return build_array_ref (array_expr, index_exp);
1129 /* Given the cast expression EXP, checking out its validity. Either return
1130 an error_mark_node if there was an unavoidable error, return a cast to
1131 void for trying to delete a pointer w/ the value 0, or return the
1132 call to delete. If DOING_VEC is 1, we handle things differently
1133 for doing an array delete. If DOING_VEC is 2, they gave us the
1134 array size as an argument to delete.
1135 Implements ARM $5.3.4. This is called from the parser. */
1137 tree
1138 delete_sanity (exp, size, doing_vec, use_global_delete)
1139 tree exp, size;
1140 int doing_vec, use_global_delete;
1142 tree t, type;
1143 /* For a regular vector delete (aka, no size argument) we will pass
1144 this down as a NULL_TREE into build_vec_delete. */
1145 tree maxindex = NULL_TREE;
1147 if (exp == error_mark_node)
1148 return exp;
1150 if (processing_template_decl)
1152 t = build_min (DELETE_EXPR, void_type_node, exp, size);
1153 DELETE_EXPR_USE_GLOBAL (t) = use_global_delete;
1154 DELETE_EXPR_USE_VEC (t) = doing_vec;
1155 return t;
1158 if (TREE_CODE (exp) == OFFSET_REF)
1159 exp = resolve_offset_ref (exp);
1160 exp = convert_from_reference (exp);
1161 t = stabilize_reference (exp);
1162 t = build_expr_type_conversion (WANT_POINTER, t, 1);
1164 if (t == NULL_TREE || t == error_mark_node)
1166 cp_error ("type `%#T' argument given to `delete', expected pointer",
1167 TREE_TYPE (exp));
1168 return error_mark_node;
1171 if (doing_vec == 2)
1173 maxindex = build_binary_op (MINUS_EXPR, size, integer_one_node);
1174 pedwarn ("anachronistic use of array size in vector delete");
1177 type = TREE_TYPE (t);
1179 /* As of Valley Forge, you can delete a pointer to const. */
1181 /* You can't delete functions. */
1182 if (TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE)
1184 error ("cannot delete a function");
1185 return error_mark_node;
1188 /* Deleting ptr to void is undefined behaviour [expr.delete/3]. */
1189 if (TREE_CODE (TREE_TYPE (type)) == VOID_TYPE)
1190 cp_warning ("`%T' is not a pointer-to-object type", type);
1192 /* An array can't have been allocated by new, so complain. */
1193 if (TREE_CODE (t) == ADDR_EXPR
1194 && TREE_CODE (TREE_OPERAND (t, 0)) == VAR_DECL
1195 && TREE_CODE (TREE_TYPE (TREE_OPERAND (t, 0))) == ARRAY_TYPE)
1196 cp_warning ("deleting array `%#D'", TREE_OPERAND (t, 0));
1198 /* Deleting a pointer with the value zero is valid and has no effect. */
1199 if (integer_zerop (t))
1200 return build1 (NOP_EXPR, void_type_node, t);
1202 if (doing_vec)
1203 return build_vec_delete (t, maxindex, integer_one_node, use_global_delete);
1204 else
1206 if (IS_AGGR_TYPE (TREE_TYPE (type))
1207 && TYPE_GETS_REG_DELETE (TREE_TYPE (type)))
1209 /* Only do access checking here; we'll be calling op delete
1210 from the destructor. */
1211 tree tmp = build_op_delete_call (DELETE_EXPR, t, size_zero_node,
1212 LOOKUP_NORMAL, NULL_TREE);
1213 if (tmp == error_mark_node)
1214 return error_mark_node;
1217 return build_delete (type, t, integer_three_node,
1218 LOOKUP_NORMAL, use_global_delete);
1222 /* Report an error if the indicated template declaration is not the
1223 sort of thing that should be a member template. */
1225 void
1226 check_member_template (tmpl)
1227 tree tmpl;
1229 tree decl;
1231 my_friendly_assert (TREE_CODE (tmpl) == TEMPLATE_DECL, 0);
1232 decl = DECL_TEMPLATE_RESULT (tmpl);
1234 if (TREE_CODE (decl) == FUNCTION_DECL
1235 || (TREE_CODE (decl) == TYPE_DECL
1236 && IS_AGGR_TYPE (TREE_TYPE (decl))))
1238 if (current_function_decl)
1239 /* 14.5.2.2 [temp.mem]
1241 A local class shall not have member templates. */
1242 cp_error ("declaration of member template `%#D' in local class",
1243 decl);
1245 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_VIRTUAL_P (decl))
1247 /* 14.5.2.3 [temp.mem]
1249 A member function template shall not be virtual. */
1250 cp_error
1251 ("invalid use of `virtual' in template declaration of `%#D'",
1252 decl);
1253 DECL_VIRTUAL_P (decl) = 0;
1256 /* The debug-information generating code doesn't know what to do
1257 with member templates. */
1258 DECL_IGNORED_P (tmpl) = 1;
1260 else
1261 cp_error ("template declaration of `%#D'", decl);
1264 /* Return true iff TYPE is a valid Java parameter or return type. */
1266 static int
1267 acceptable_java_type (type)
1268 tree type;
1270 if (TREE_CODE (type) == VOID_TYPE || TYPE_FOR_JAVA (type))
1271 return 1;
1272 if (TREE_CODE (type) == POINTER_TYPE)
1274 type = TREE_TYPE (type);
1275 if (TREE_CODE (type) == RECORD_TYPE)
1277 tree args; int i;
1278 if (! TYPE_FOR_JAVA (type))
1279 return 0;
1280 if (! CLASSTYPE_TEMPLATE_INFO (type))
1281 return 1;
1282 args = CLASSTYPE_TI_ARGS (type);
1283 i = TREE_VEC_LENGTH (args);
1284 while (--i >= 0)
1286 type = TREE_VEC_ELT (args, i);
1287 if (TREE_CODE (type) == POINTER_TYPE)
1288 type = TREE_TYPE (type);
1289 if (! TYPE_FOR_JAVA (type))
1290 return 0;
1292 return 1;
1295 return 0;
1298 /* For a METHOD in a Java class CTYPE, return 1 if
1299 the parameter and return types are valid Java types.
1300 Otherwise, print appropriate error messages, and return 0. */
1303 check_java_method (method)
1304 tree method;
1306 int jerr = 0;
1307 tree arg_types = TYPE_ARG_TYPES (TREE_TYPE (method));
1308 tree ret_type = TREE_TYPE (TREE_TYPE (method));
1309 if (! acceptable_java_type (ret_type))
1311 cp_error ("Java method '%D' has non-Java return type `%T'",
1312 method, ret_type);
1313 jerr++;
1315 for (; arg_types != NULL_TREE; arg_types = TREE_CHAIN (arg_types))
1317 tree type = TREE_VALUE (arg_types);
1318 if (! acceptable_java_type (type))
1320 cp_error ("Java method '%D' has non-Java parameter type `%T'",
1321 method, type);
1322 jerr++;
1325 return jerr ? 0 : 1;
1328 /* Sanity check: report error if this function FUNCTION is not
1329 really a member of the class (CTYPE) it is supposed to belong to.
1330 CNAME is the same here as it is for grokclassfn above. */
1332 tree
1333 check_classfn (ctype, function)
1334 tree ctype, function;
1336 tree fn_name = DECL_NAME (function);
1337 tree fndecl, fndecls;
1338 tree method_vec = CLASSTYPE_METHOD_VEC (complete_type (ctype));
1339 tree *methods = 0;
1340 tree *end = 0;
1342 if (DECL_USE_TEMPLATE (function)
1343 && is_member_template (DECL_TI_TEMPLATE (function)))
1344 /* Since this is a specialization of a member template,
1345 we're not going to find the declaration in the class.
1346 For example, in:
1348 struct S { template <typename T> void f(T); };
1349 template <> void S::f(int);
1351 we're not going to find `S::f(int)', but there's no
1352 reason we should, either. We let our callers know we didn't
1353 find the method, but we don't complain. */
1354 return NULL_TREE;
1356 if (method_vec != 0)
1358 methods = &TREE_VEC_ELT (method_vec, 0);
1359 end = TREE_VEC_END (method_vec);
1361 /* First suss out ctors and dtors. */
1362 if (*methods && fn_name == DECL_NAME (OVL_CURRENT (*methods))
1363 && DECL_CONSTRUCTOR_P (function))
1364 goto got_it;
1365 if (*++methods && fn_name == DECL_NAME (OVL_CURRENT (*methods))
1366 && DESTRUCTOR_NAME_P (DECL_ASSEMBLER_NAME (function)))
1367 goto got_it;
1369 while (++methods != end && *methods)
1371 fndecl = *methods;
1372 if (fn_name == DECL_NAME (OVL_CURRENT (*methods)))
1374 got_it:
1375 for (fndecls = *methods; fndecls != NULL_TREE;
1376 fndecls = OVL_NEXT (fndecls))
1378 fndecl = OVL_CURRENT (fndecls);
1379 /* The DECL_ASSEMBLER_NAME for a TEMPLATE_DECL, or
1380 for a for member function of a template class, is
1381 not mangled, so the check below does not work
1382 correctly in that case. Since mangled destructor
1383 names do not include the type of the arguments,
1384 we can't use this short-cut for them, either.
1385 (It's not legal to declare arguments for a
1386 destructor, but some people try.) */
1387 if (!DESTRUCTOR_NAME_P (DECL_ASSEMBLER_NAME (function))
1388 && (DECL_ASSEMBLER_NAME (function)
1389 != DECL_NAME (function))
1390 && (DECL_ASSEMBLER_NAME (fndecl)
1391 != DECL_NAME (fndecl))
1392 && (DECL_ASSEMBLER_NAME (function)
1393 == DECL_ASSEMBLER_NAME (fndecl)))
1394 return fndecl;
1396 /* We cannot simply call decls_match because this
1397 doesn't work for static member functions that are
1398 pretending to be methods, and because the name
1399 may have been changed by asm("new_name"). */
1400 if (DECL_NAME (function) == DECL_NAME (fndecl))
1402 tree p1 = TYPE_ARG_TYPES (TREE_TYPE (function));
1403 tree p2 = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
1405 /* Get rid of the this parameter on functions that become
1406 static. */
1407 if (DECL_STATIC_FUNCTION_P (fndecl)
1408 && TREE_CODE (TREE_TYPE (function)) == METHOD_TYPE)
1409 p1 = TREE_CHAIN (p1);
1411 if (same_type_p (TREE_TYPE (TREE_TYPE (function)),
1412 TREE_TYPE (TREE_TYPE (fndecl)))
1413 && compparms (p1, p2)
1414 && (DECL_TEMPLATE_SPECIALIZATION (function)
1415 == DECL_TEMPLATE_SPECIALIZATION (fndecl))
1416 && (!DECL_TEMPLATE_SPECIALIZATION (function)
1417 || (DECL_TI_TEMPLATE (function)
1418 == DECL_TI_TEMPLATE (fndecl))))
1419 return fndecl;
1422 break; /* loser */
1427 if (methods != end && *methods)
1429 tree fndecl = *methods;
1430 cp_error ("prototype for `%#D' does not match any in class `%T'",
1431 function, ctype);
1432 cp_error_at ("candidate%s: %+#D", OVL_NEXT (fndecl) ? "s are" : " is",
1433 OVL_CURRENT (fndecl));
1434 while (fndecl = OVL_NEXT (fndecl), fndecl)
1435 cp_error_at (" %#D", OVL_CURRENT(fndecl));
1437 else
1439 methods = 0;
1440 if (TYPE_SIZE (ctype) == 0)
1441 incomplete_type_error (function, ctype);
1442 else
1443 cp_error ("no `%#D' member function declared in class `%T'",
1444 function, ctype);
1447 /* If we did not find the method in the class, add it to avoid
1448 spurious errors (unless the CTYPE is not yet defined, in which
1449 case we'll only confuse ourselves when the function is declared
1450 properly within the class. */
1451 if (TYPE_SIZE (ctype))
1452 add_method (ctype, methods, function);
1453 return NULL_TREE;
1456 /* We have just processed the DECL, which is a static data member.
1457 Its initializer, if present, is INIT. The ASMSPEC_TREE, if
1458 present, is the assembly-language name for the data member.
1459 FLAGS is as for cp_finish_decl. */
1461 void
1462 finish_static_data_member_decl (decl, init, asmspec_tree, flags)
1463 tree decl;
1464 tree init;
1465 tree asmspec_tree;
1466 int flags;
1468 const char *asmspec = 0;
1470 if (asmspec_tree)
1471 asmspec = TREE_STRING_POINTER (asmspec_tree);
1473 my_friendly_assert (TREE_PUBLIC (decl), 0);
1475 /* We cannot call pushdecl here, because that would fill in the
1476 decl of our TREE_CHAIN. Instead, we modify cp_finish_decl to do
1477 the right thing, namely, to put this decl out straight away. */
1478 /* current_class_type can be NULL_TREE in case of error. */
1479 if (!asmspec && current_class_type)
1481 DECL_INITIAL (decl) = error_mark_node;
1482 DECL_ASSEMBLER_NAME (decl)
1483 = build_static_name (current_class_type, DECL_NAME (decl));
1485 if (! processing_template_decl)
1487 if (!pending_statics)
1488 VARRAY_TREE_INIT (pending_statics, 32, "pending_statics");
1489 VARRAY_PUSH_TREE (pending_statics, decl);
1492 /* Static consts need not be initialized in the class definition. */
1493 if (init != NULL_TREE && TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl)))
1495 static int explanation = 0;
1497 error ("initializer invalid for static member with constructor");
1498 if (explanation++ == 0)
1499 error ("(you really want to initialize it separately)");
1500 init = 0;
1502 /* Force the compiler to know when an uninitialized static const
1503 member is being used. */
1504 if (CP_TYPE_CONST_P (TREE_TYPE (decl)) && init == 0)
1505 TREE_USED (decl) = 1;
1506 DECL_INITIAL (decl) = init;
1507 DECL_IN_AGGR_P (decl) = 1;
1508 DECL_CONTEXT (decl) = current_class_type;
1509 DECL_CLASS_CONTEXT (decl) = current_class_type;
1511 cp_finish_decl (decl, init, asmspec_tree, flags);
1514 /* Process the specs, declarator (NULL if omitted) and width (NULL if omitted)
1515 of a structure component, returning a FIELD_DECL node.
1516 QUALS is a list of type qualifiers for this decl (such as for declaring
1517 const member functions).
1519 This is done during the parsing of the struct declaration.
1520 The FIELD_DECL nodes are chained together and the lot of them
1521 are ultimately passed to `build_struct' to make the RECORD_TYPE node.
1523 C++:
1525 If class A defines that certain functions in class B are friends, then
1526 the way I have set things up, it is B who is interested in permission
1527 granted by A. However, it is in A's context that these declarations
1528 are parsed. By returning a void_type_node, class A does not attempt
1529 to incorporate the declarations of the friends within its structure.
1531 DO NOT MAKE ANY CHANGES TO THIS CODE WITHOUT MAKING CORRESPONDING
1532 CHANGES TO CODE IN `start_method'. */
1534 tree
1535 grokfield (declarator, declspecs, init, asmspec_tree, attrlist)
1536 tree declarator, declspecs, init, asmspec_tree, attrlist;
1538 register tree value;
1539 const char *asmspec = 0;
1540 int flags = LOOKUP_ONLYCONVERTING;
1542 /* Convert () initializers to = initializers. */
1543 if (init == NULL_TREE && declarator != NULL_TREE
1544 && TREE_CODE (declarator) == CALL_EXPR
1545 && TREE_OPERAND (declarator, 0)
1546 && (TREE_CODE (TREE_OPERAND (declarator, 0)) == IDENTIFIER_NODE
1547 || TREE_CODE (TREE_OPERAND (declarator, 0)) == SCOPE_REF)
1548 && parmlist_is_exprlist (CALL_DECLARATOR_PARMS (declarator)))
1550 init = TREE_OPERAND (declarator, 1);
1551 declarator = TREE_OPERAND (declarator, 0);
1552 flags = 0;
1555 if (declspecs == NULL_TREE
1556 && TREE_CODE (declarator) == SCOPE_REF
1557 && TREE_CODE (TREE_OPERAND (declarator, 1)) == IDENTIFIER_NODE)
1559 /* Access declaration */
1560 if (! IS_AGGR_TYPE_CODE (TREE_CODE (TREE_OPERAND (declarator, 0))))
1562 else if (TREE_COMPLEXITY (declarator) == current_class_depth)
1563 pop_nested_class ();
1564 return do_class_using_decl (declarator);
1567 if (init
1568 && TREE_CODE (init) == TREE_LIST
1569 && TREE_VALUE (init) == error_mark_node
1570 && TREE_CHAIN (init) == NULL_TREE)
1571 init = NULL_TREE;
1573 value = grokdeclarator (declarator, declspecs, FIELD, init != 0, attrlist);
1574 if (! value || value == error_mark_node)
1575 /* friend or constructor went bad. */
1576 return value;
1578 /* Pass friendly classes back. */
1579 if (TREE_CODE (value) == VOID_TYPE)
1580 return void_type_node;
1582 if (DECL_NAME (value) != NULL_TREE
1583 && IDENTIFIER_POINTER (DECL_NAME (value))[0] == '_'
1584 && ! strcmp (IDENTIFIER_POINTER (DECL_NAME (value)), "_vptr"))
1585 cp_error ("member `%D' conflicts with virtual function table field name",
1586 value);
1588 /* Stash away type declarations. */
1589 if (TREE_CODE (value) == TYPE_DECL)
1591 DECL_NONLOCAL (value) = 1;
1592 DECL_CONTEXT (value) = current_class_type;
1593 DECL_CLASS_CONTEXT (value) = current_class_type;
1595 /* Now that we've updated the context, we need to remangle the
1596 name for this TYPE_DECL. */
1597 DECL_ASSEMBLER_NAME (value) = DECL_NAME (value);
1598 if (!uses_template_parms (value))
1599 DECL_ASSEMBLER_NAME (value) =
1600 get_identifier (build_overload_name (TREE_TYPE (value), 1, 1));
1602 if (processing_template_decl)
1603 value = push_template_decl (value);
1605 return value;
1608 if (DECL_IN_AGGR_P (value))
1610 cp_error ("`%D' is already defined in `%T'", value,
1611 DECL_CONTEXT (value));
1612 return void_type_node;
1615 if (asmspec_tree)
1616 asmspec = TREE_STRING_POINTER (asmspec_tree);
1618 if (init)
1620 if (TREE_CODE (value) == FUNCTION_DECL)
1622 grok_function_init (value, init);
1623 init = NULL_TREE;
1625 else if (pedantic && TREE_CODE (value) != VAR_DECL)
1626 /* Already complained in grokdeclarator. */
1627 init = NULL_TREE;
1628 else
1630 /* We allow initializers to become parameters to base
1631 initializers. */
1632 if (TREE_CODE (init) == TREE_LIST)
1634 if (TREE_CHAIN (init) == NULL_TREE)
1635 init = TREE_VALUE (init);
1636 else
1637 init = digest_init (TREE_TYPE (value), init, (tree *)0);
1640 if (TREE_CODE (init) == CONST_DECL)
1641 init = DECL_INITIAL (init);
1642 else if (TREE_READONLY_DECL_P (init))
1643 init = decl_constant_value (init);
1644 else if (TREE_CODE (init) == CONSTRUCTOR)
1645 init = digest_init (TREE_TYPE (value), init, (tree *)0);
1646 if (init == error_mark_node)
1647 /* We must make this look different than `error_mark_node'
1648 because `decl_const_value' would mis-interpret it
1649 as only meaning that this VAR_DECL is defined. */
1650 init = build1 (NOP_EXPR, TREE_TYPE (value), init);
1651 else if (processing_template_decl)
1653 else if (! TREE_CONSTANT (init))
1655 /* We can allow references to things that are effectively
1656 static, since references are initialized with the address. */
1657 if (TREE_CODE (TREE_TYPE (value)) != REFERENCE_TYPE
1658 || (TREE_STATIC (init) == 0
1659 && (TREE_CODE_CLASS (TREE_CODE (init)) != 'd'
1660 || DECL_EXTERNAL (init) == 0)))
1662 error ("field initializer is not constant");
1663 init = error_mark_node;
1669 if (processing_template_decl && ! current_function_decl
1670 && (TREE_CODE (value) == VAR_DECL || TREE_CODE (value) == FUNCTION_DECL))
1671 value = push_template_decl (value);
1673 if (attrlist)
1674 cplus_decl_attributes (value, TREE_PURPOSE (attrlist),
1675 TREE_VALUE (attrlist));
1677 if (TREE_CODE (value) == VAR_DECL)
1679 finish_static_data_member_decl (value, init, asmspec_tree,
1680 flags);
1681 return value;
1683 if (TREE_CODE (value) == FIELD_DECL)
1685 if (asmspec)
1687 /* This must override the asm specifier which was placed
1688 by grokclassfn. Lay this out fresh. */
1689 DECL_RTL (value) = NULL_RTX;
1690 DECL_ASSEMBLER_NAME (value) = get_identifier (asmspec);
1692 if (DECL_INITIAL (value) == error_mark_node)
1693 init = error_mark_node;
1694 cp_finish_decl (value, init, asmspec_tree, flags);
1695 DECL_INITIAL (value) = init;
1696 DECL_IN_AGGR_P (value) = 1;
1697 return value;
1699 if (TREE_CODE (value) == FUNCTION_DECL)
1701 if (asmspec)
1703 /* This must override the asm specifier which was placed
1704 by grokclassfn. Lay this out fresh. */
1705 DECL_RTL (value) = NULL_RTX;
1706 DECL_ASSEMBLER_NAME (value) = get_identifier (asmspec);
1708 cp_finish_decl (value, init, asmspec_tree, flags);
1710 /* Pass friends back this way. */
1711 if (DECL_FRIEND_P (value))
1712 return void_type_node;
1714 DECL_IN_AGGR_P (value) = 1;
1715 return value;
1717 my_friendly_abort (21);
1718 /* NOTREACHED */
1719 return NULL_TREE;
1722 /* Like `grokfield', but for bitfields.
1723 WIDTH is non-NULL for bit fields only, and is an INTEGER_CST node. */
1725 tree
1726 grokbitfield (declarator, declspecs, width)
1727 tree declarator, declspecs, width;
1729 register tree value = grokdeclarator (declarator, declspecs, BITFIELD,
1730 0, NULL_TREE);
1732 if (! value) return NULL_TREE; /* friends went bad. */
1734 /* Pass friendly classes back. */
1735 if (TREE_CODE (value) == VOID_TYPE)
1736 return void_type_node;
1738 if (TREE_CODE (value) == TYPE_DECL)
1740 cp_error ("cannot declare `%D' to be a bitfield type", value);
1741 return NULL_TREE;
1744 /* Usually, finish_struct_1 catches bitifields with invalid types.
1745 But, in the case of bitfields with function type, we confuse
1746 ourselves into thinking they are member functions, so we must
1747 check here. */
1748 if (TREE_CODE (value) == FUNCTION_DECL)
1750 cp_error ("cannot declare bitfield `%D' with funcion type",
1751 DECL_NAME (value));
1752 return NULL_TREE;
1755 if (DECL_IN_AGGR_P (value))
1757 cp_error ("`%D' is already defined in the class %T", value,
1758 DECL_CONTEXT (value));
1759 return void_type_node;
1762 GNU_xref_member (current_class_name, value);
1764 if (TREE_STATIC (value))
1766 cp_error ("static member `%D' cannot be a bitfield", value);
1767 return NULL_TREE;
1769 cp_finish_decl (value, NULL_TREE, NULL_TREE, 0);
1771 if (width != error_mark_node)
1773 constant_expression_warning (width);
1774 DECL_INITIAL (value) = width;
1775 SET_DECL_C_BIT_FIELD (value);
1778 DECL_IN_AGGR_P (value) = 1;
1779 return value;
1782 tree
1783 grokoptypename (declspecs, declarator)
1784 tree declspecs, declarator;
1786 tree t = grokdeclarator (declarator, declspecs, TYPENAME, 0, NULL_TREE);
1787 return build_typename_overload (t);
1790 /* When a function is declared with an initializer,
1791 do the right thing. Currently, there are two possibilities:
1793 class B
1795 public:
1796 // initialization possibility #1.
1797 virtual void f () = 0;
1798 int g ();
1801 class D1 : B
1803 public:
1804 int d1;
1805 // error, no f ();
1808 class D2 : B
1810 public:
1811 int d2;
1812 void f ();
1815 class D3 : B
1817 public:
1818 int d3;
1819 // initialization possibility #2
1820 void f () = B::f;
1826 copy_assignment_arg_p (parmtype, virtualp)
1827 tree parmtype;
1828 int virtualp ATTRIBUTE_UNUSED;
1830 if (current_class_type == NULL_TREE)
1831 return 0;
1833 if (TREE_CODE (parmtype) == REFERENCE_TYPE)
1834 parmtype = TREE_TYPE (parmtype);
1836 if ((TYPE_MAIN_VARIANT (parmtype) == current_class_type)
1837 #if 0
1838 /* Non-standard hack to support old Booch components. */
1839 || (! virtualp && DERIVED_FROM_P (parmtype, current_class_type))
1840 #endif
1842 return 1;
1844 return 0;
1847 static void
1848 grok_function_init (decl, init)
1849 tree decl;
1850 tree init;
1852 /* An initializer for a function tells how this function should
1853 be inherited. */
1854 tree type = TREE_TYPE (decl);
1856 if (TREE_CODE (type) == FUNCTION_TYPE)
1857 cp_error ("initializer specified for non-member function `%D'", decl);
1858 #if 0
1859 /* We'll check for this in finish_struct_1. */
1860 else if (DECL_VINDEX (decl) == NULL_TREE)
1861 cp_error ("initializer specified for non-virtual method `%D'", decl);
1862 #endif
1863 else if (integer_zerop (init))
1865 #if 0
1866 /* Mark this function as being "defined". */
1867 DECL_INITIAL (decl) = error_mark_node;
1868 /* pure virtual destructors must be defined. */
1869 /* pure virtual needs to be defined (as abort) only when put in
1870 vtbl. For wellformed call, it should be itself. pr4737 */
1871 if (!DESTRUCTOR_NAME_P (DECL_ASSEMBLER_NAME (decl)))
1873 /* Give this node rtl from `abort'. */
1874 DECL_RTL (decl) = DECL_RTL (abort_fndecl);
1876 #endif
1877 DECL_ABSTRACT_VIRTUAL_P (decl) = 1;
1878 if (DECL_NAME (decl) == ansi_opname [(int) MODIFY_EXPR])
1880 tree parmtype
1881 = TREE_VALUE (TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (decl))));
1883 if (copy_assignment_arg_p (parmtype, 1))
1884 TYPE_HAS_ABSTRACT_ASSIGN_REF (current_class_type) = 1;
1887 else
1888 cp_error ("invalid initializer for virtual method `%D'", decl);
1891 void
1892 cplus_decl_attributes (decl, attributes, prefix_attributes)
1893 tree decl, attributes, prefix_attributes;
1895 if (decl == NULL_TREE || decl == void_type_node)
1896 return;
1898 if (TREE_CODE (decl) == TEMPLATE_DECL)
1899 decl = DECL_TEMPLATE_RESULT (decl);
1901 decl_attributes (decl, attributes, prefix_attributes);
1903 if (TREE_CODE (decl) == TYPE_DECL)
1904 SET_IDENTIFIER_TYPE_VALUE (DECL_NAME (decl), TREE_TYPE (decl));
1907 /* CONSTRUCTOR_NAME:
1908 Return the name for the constructor (or destructor) for the
1909 specified class. Argument can be RECORD_TYPE, TYPE_DECL, or
1910 IDENTIFIER_NODE. When given a template, this routine doesn't
1911 lose the specialization. */
1913 tree
1914 constructor_name_full (thing)
1915 tree thing;
1917 if (TREE_CODE (thing) == TEMPLATE_TYPE_PARM
1918 || TREE_CODE (thing) == TEMPLATE_TEMPLATE_PARM
1919 || TREE_CODE (thing) == TYPENAME_TYPE)
1920 thing = TYPE_NAME (thing);
1921 else if (IS_AGGR_TYPE_CODE (TREE_CODE (thing)))
1923 if (TYPE_WAS_ANONYMOUS (thing) && TYPE_HAS_CONSTRUCTOR (thing))
1924 thing = DECL_NAME (OVL_CURRENT (TREE_VEC_ELT (CLASSTYPE_METHOD_VEC (thing), 0)));
1925 else
1926 thing = TYPE_NAME (thing);
1928 if (TREE_CODE (thing) == TYPE_DECL
1929 || (TREE_CODE (thing) == TEMPLATE_DECL
1930 && TREE_CODE (DECL_TEMPLATE_RESULT (thing)) == TYPE_DECL))
1931 thing = DECL_NAME (thing);
1932 my_friendly_assert (TREE_CODE (thing) == IDENTIFIER_NODE, 197);
1933 return thing;
1936 /* CONSTRUCTOR_NAME:
1937 Return the name for the constructor (or destructor) for the
1938 specified class. Argument can be RECORD_TYPE, TYPE_DECL, or
1939 IDENTIFIER_NODE. When given a template, return the plain
1940 unspecialized name. */
1942 tree
1943 constructor_name (thing)
1944 tree thing;
1946 tree t;
1947 thing = constructor_name_full (thing);
1948 t = IDENTIFIER_TEMPLATE (thing);
1949 if (!t)
1950 return thing;
1951 return t;
1954 /* Record the existence of an addressable inline function. */
1956 void
1957 mark_inline_for_output (decl)
1958 tree decl;
1960 decl = DECL_MAIN_VARIANT (decl);
1961 if (DECL_SAVED_INLINE (decl))
1962 return;
1963 DECL_SAVED_INLINE (decl) = 1;
1964 if (!saved_inlines)
1965 VARRAY_TREE_INIT (saved_inlines, 32, "saved_inlines");
1967 VARRAY_PUSH_TREE (saved_inlines, decl);
1970 /* Hand off a unique name which can be used for variable we don't really
1971 want to know about anyway, for example, the anonymous variables which
1972 are needed to make references work. Declare this thing so we can use it.
1973 The variable created will be of type TYPE.
1975 STATICP is nonzero if this variable should be static. */
1977 tree
1978 get_temp_name (type, staticp)
1979 tree type;
1980 int staticp;
1982 char buf[sizeof (AUTO_TEMP_FORMAT) + 20];
1983 tree decl;
1984 int toplev = toplevel_bindings_p ();
1986 if (toplev || staticp)
1988 sprintf (buf, AUTO_TEMP_FORMAT, global_temp_name_counter++);
1989 decl = pushdecl_top_level (build_decl (VAR_DECL, get_identifier (buf), type));
1991 else
1993 sprintf (buf, AUTO_TEMP_FORMAT, temp_name_counter++);
1994 decl = pushdecl (build_decl (VAR_DECL, get_identifier (buf), type));
1996 TREE_USED (decl) = 1;
1997 TREE_STATIC (decl) = staticp;
1998 DECL_ARTIFICIAL (decl) = 1;
2000 /* If this is a local variable, then lay out its rtl now.
2001 Otherwise, callers of this function are responsible for dealing
2002 with this variable's rtl. */
2003 if (! toplev)
2005 expand_decl (decl);
2006 my_friendly_assert (DECL_INITIAL (decl) == NULL_TREE,
2007 19990826);
2010 return decl;
2013 /* Hunts through the global anonymous union ANON_DECL, building
2014 appropriate VAR_DECLs. Stores cleanups on the list of ELEMS, and
2015 returns a VAR_DECL whose size is the same as the size of the
2016 ANON_DECL, if one is available. */
2018 static tree
2019 build_anon_union_vars (anon_decl, elems, static_p, external_p)
2020 tree anon_decl;
2021 tree* elems;
2022 int static_p;
2023 int external_p;
2025 tree type = TREE_TYPE (anon_decl);
2026 tree main_decl = NULL_TREE;
2027 tree field;
2029 /* Rather than write the code to handle the non-union case,
2030 just give an error. */
2031 if (TREE_CODE (type) != UNION_TYPE)
2032 error ("anonymous struct not inside named type");
2034 for (field = TYPE_FIELDS (type);
2035 field != NULL_TREE;
2036 field = TREE_CHAIN (field))
2038 tree decl;
2040 if (DECL_ARTIFICIAL (field))
2041 continue;
2042 if (TREE_CODE (field) != FIELD_DECL)
2044 cp_pedwarn_at ("`%#D' invalid; an anonymous union can only have non-static data members",
2045 field);
2046 continue;
2049 if (TREE_PRIVATE (field))
2050 cp_pedwarn_at ("private member `%#D' in anonymous union", field);
2051 else if (TREE_PROTECTED (field))
2052 cp_pedwarn_at ("protected member `%#D' in anonymous union", field);
2054 if (DECL_NAME (field) == NULL_TREE
2055 && ANON_AGGR_TYPE_P (TREE_TYPE (field)))
2057 decl = build_anon_union_vars (field, elems, static_p, external_p);
2058 if (!decl)
2059 continue;
2061 else if (DECL_NAME (field) == NULL_TREE)
2062 continue;
2063 else
2065 decl = build_decl (VAR_DECL, DECL_NAME (field), TREE_TYPE (field));
2066 /* tell `pushdecl' that this is not tentative. */
2067 DECL_INITIAL (decl) = error_mark_node;
2068 TREE_PUBLIC (decl) = 0;
2069 TREE_STATIC (decl) = static_p;
2070 DECL_EXTERNAL (decl) = external_p;
2071 decl = pushdecl (decl);
2072 DECL_INITIAL (decl) = NULL_TREE;
2075 /* Only write out one anon union element--choose the one that
2076 can hold them all. */
2077 if (main_decl == NULL_TREE
2078 && simple_cst_equal (DECL_SIZE (decl),
2079 DECL_SIZE (anon_decl)) == 1)
2080 main_decl = decl;
2081 else
2082 /* ??? This causes there to be no debug info written out
2083 about this decl. */
2084 TREE_ASM_WRITTEN (decl) = 1;
2086 if (DECL_NAME (field) == NULL_TREE
2087 && ANON_AGGR_TYPE_P (TREE_TYPE (field)))
2088 /* The remainder of the processing was already done in the
2089 recursive call. */
2090 continue;
2092 /* If there's a cleanup to do, it belongs in the
2093 TREE_PURPOSE of the following TREE_LIST. */
2094 *elems = tree_cons (NULL_TREE, decl, *elems);
2095 TREE_TYPE (*elems) = type;
2098 return main_decl;
2101 /* Finish off the processing of a UNION_TYPE structure.
2102 If there are static members, then all members are
2103 static, and must be laid out together. If the
2104 union is an anonymous union, we arrange for that
2105 as well. PUBLIC_P is nonzero if this union is
2106 not declared static. */
2108 void
2109 finish_anon_union (anon_union_decl)
2110 tree anon_union_decl;
2112 tree type = TREE_TYPE (anon_union_decl);
2113 tree main_decl;
2114 int public_p = TREE_PUBLIC (anon_union_decl);
2115 int static_p = TREE_STATIC (anon_union_decl);
2116 int external_p = DECL_EXTERNAL (anon_union_decl);
2118 if (TYPE_FIELDS (type) == NULL_TREE)
2119 return;
2121 if (public_p)
2123 error ("global anonymous unions must be declared static");
2124 return;
2127 main_decl = build_anon_union_vars (anon_union_decl,
2128 &DECL_ANON_UNION_ELEMS (anon_union_decl),
2129 static_p, external_p);
2131 if (main_decl == NULL_TREE)
2133 warning ("anonymous union with no members");
2134 return;
2137 if (static_p)
2139 make_decl_rtl (main_decl, 0, toplevel_bindings_p ());
2140 DECL_RTL (anon_union_decl) = DECL_RTL (main_decl);
2141 expand_anon_union_decl (anon_union_decl,
2142 NULL_TREE,
2143 DECL_ANON_UNION_ELEMS (anon_union_decl));
2145 else
2146 add_decl_stmt (anon_union_decl);
2149 /* Finish processing a builtin type TYPE. It's name is NAME,
2150 its fields are in the array FIELDS. LEN is the number of elements
2151 in FIELDS minus one, or put another way, it is the maximum subscript
2152 used in FIELDS.
2154 It is given the same alignment as ALIGN_TYPE. */
2156 void
2157 finish_builtin_type (type, name, fields, len, align_type)
2158 tree type;
2159 const char *name;
2160 tree fields[];
2161 int len;
2162 tree align_type;
2164 register int i;
2166 TYPE_FIELDS (type) = fields[0];
2167 for (i = 0; i < len; i++)
2169 layout_type (TREE_TYPE (fields[i]));
2170 DECL_FIELD_CONTEXT (fields[i]) = type;
2171 TREE_CHAIN (fields[i]) = fields[i+1];
2173 DECL_FIELD_CONTEXT (fields[i]) = type;
2174 DECL_CLASS_CONTEXT (fields[i]) = type;
2175 TYPE_ALIGN (type) = TYPE_ALIGN (align_type);
2176 layout_type (type);
2177 #if 0 /* not yet, should get fixed properly later */
2178 TYPE_NAME (type) = make_type_decl (get_identifier (name), type);
2179 #else
2180 TYPE_NAME (type) = build_decl (TYPE_DECL, get_identifier (name), type);
2181 #endif
2182 TYPE_STUB_DECL (type) = TYPE_NAME (type);
2183 layout_decl (TYPE_NAME (type), 0);
2186 /* Auxiliary functions to make type signatures for
2187 `operator new' and `operator delete' correspond to
2188 what compiler will be expecting. */
2190 tree
2191 coerce_new_type (type)
2192 tree type;
2194 int e1 = 0, e2 = 0;
2196 if (TREE_CODE (type) == METHOD_TYPE)
2197 type = build_function_type (TREE_TYPE (type), TREE_CHAIN (TYPE_ARG_TYPES (type)));
2198 if (! same_type_p (TREE_TYPE (type), ptr_type_node))
2199 e1 = 1, error ("`operator new' must return type `void *'");
2201 /* Technically the type must be `size_t', but we may not know
2202 what that is. */
2203 if (TYPE_ARG_TYPES (type) == NULL_TREE)
2204 e1 = 1, error ("`operator new' takes type `size_t' parameter");
2205 else if (! same_type_p (TREE_VALUE (TYPE_ARG_TYPES (type)), sizetype))
2206 e2 = 1, error ("`operator new' takes type `size_t' as first parameter");
2207 if (e2)
2208 type = build_function_type (ptr_type_node, tree_cons (NULL_TREE, sizetype, TREE_CHAIN (TYPE_ARG_TYPES (type))));
2209 else if (e1)
2210 type = build_function_type (ptr_type_node, TYPE_ARG_TYPES (type));
2211 return type;
2214 tree
2215 coerce_delete_type (type)
2216 tree type;
2218 int e1 = 0, e2 = 0;
2219 #if 0
2220 e3 = 0;
2221 #endif
2222 tree arg_types = TYPE_ARG_TYPES (type);
2224 if (TREE_CODE (type) == METHOD_TYPE)
2226 type = build_function_type (TREE_TYPE (type), TREE_CHAIN (arg_types));
2227 arg_types = TREE_CHAIN (arg_types);
2230 if (TREE_TYPE (type) != void_type_node)
2231 e1 = 1, error ("`operator delete' must return type `void'");
2233 if (arg_types == NULL_TREE
2234 || ! same_type_p (TREE_VALUE (arg_types), ptr_type_node))
2235 e2 = 1, error ("`operator delete' takes type `void *' as first parameter");
2237 #if 0
2238 if (arg_types
2239 && TREE_CHAIN (arg_types)
2240 && TREE_CHAIN (arg_types) != void_list_node)
2242 /* Again, technically this argument must be `size_t', but again
2243 we may not know what that is. */
2244 tree t2 = TREE_VALUE (TREE_CHAIN (arg_types));
2245 if (! same_type_p (t2, sizetype))
2246 e3 = 1, error ("second argument to `operator delete' must be of type `size_t'");
2247 else if (TREE_CHAIN (TREE_CHAIN (arg_types)) != void_list_node)
2249 e3 = 1;
2250 if (TREE_CHAIN (TREE_CHAIN (arg_types)))
2251 error ("too many arguments in declaration of `operator delete'");
2252 else
2253 error ("`...' invalid in specification of `operator delete'");
2257 if (e3)
2258 arg_types = tree_cons (NULL_TREE, ptr_type_node,
2259 build_tree_list (NULL_TREE, sizetype));
2260 else if (e3 |= e2)
2262 if (arg_types == NULL_TREE)
2263 arg_types = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
2264 else
2265 arg_types = tree_cons (NULL_TREE, ptr_type_node, TREE_CHAIN (arg_types));
2267 else e3 |= e1;
2268 #endif
2270 if (e2)
2271 arg_types = tree_cons (NULL_TREE, ptr_type_node,
2272 arg_types ? TREE_CHAIN (arg_types): NULL_TREE);
2273 if (e2 || e1)
2274 type = build_function_type (void_type_node, arg_types);
2276 return type;
2279 static void
2280 mark_vtable_entries (decl)
2281 tree decl;
2283 tree entries = CONSTRUCTOR_ELTS (DECL_INITIAL (decl));
2285 for (; entries; entries = TREE_CHAIN (entries))
2287 tree fnaddr;
2288 tree fn;
2290 fnaddr = (flag_vtable_thunks ? TREE_VALUE (entries)
2291 : FNADDR_FROM_VTABLE_ENTRY (TREE_VALUE (entries)));
2293 if (TREE_CODE (fnaddr) == NOP_EXPR)
2294 /* RTTI offset. */
2295 continue;
2297 fn = TREE_OPERAND (fnaddr, 0);
2298 TREE_ADDRESSABLE (fn) = 1;
2299 if (TREE_CODE (fn) == THUNK_DECL && DECL_EXTERNAL (fn))
2301 DECL_EXTERNAL (fn) = 0;
2302 emit_thunk (fn);
2304 mark_used (fn);
2308 /* Set DECL up to have the closest approximation of "initialized common"
2309 linkage available. */
2311 void
2312 comdat_linkage (decl)
2313 tree decl;
2315 if (flag_weak)
2316 make_decl_one_only (decl);
2317 else if (TREE_CODE (decl) == FUNCTION_DECL || DECL_VIRTUAL_P (decl))
2318 /* We can just emit functions and vtables statically; it doesn't really
2319 matter if we have multiple copies. */
2320 TREE_PUBLIC (decl) = 0;
2321 else
2323 /* Static data member template instantiations, however, cannot
2324 have multiple copies. */
2325 if (DECL_INITIAL (decl) == 0
2326 || DECL_INITIAL (decl) == error_mark_node)
2327 DECL_COMMON (decl) = 1;
2328 else if (EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl)))
2330 DECL_COMMON (decl) = 1;
2331 DECL_INITIAL (decl) = error_mark_node;
2333 else
2335 /* We can't do anything useful; leave vars for explicit
2336 instantiation. */
2337 DECL_EXTERNAL (decl) = 1;
2338 DECL_NOT_REALLY_EXTERN (decl) = 0;
2342 if (DECL_LANG_SPECIFIC (decl))
2343 DECL_COMDAT (decl) = 1;
2345 if (TREE_CODE (decl) == FUNCTION_DECL)
2346 DECL_DEFER_OUTPUT (decl) = 1;
2349 /* For win32 we also want to put explicit instantiations in
2350 linkonce sections, so that they will be merged with implicit
2351 instantiations; otherwise we get duplicate symbol errors. */
2353 void
2354 maybe_make_one_only (decl)
2355 tree decl;
2357 /* We used to say that this was not necessary on targets that support weak
2358 symbols, because the implicit instantiations will defer to the explicit
2359 one. However, that's not actually the case in SVR4; a strong definition
2360 after a weak one is an error. Also, not making explicit
2361 instantiations one_only means that we can end up with two copies of
2362 some template instantiations. */
2363 if (! supports_one_only ())
2364 return;
2366 /* We can't set DECL_COMDAT on functions, or finish_file will think
2367 we can get away with not emitting them if they aren't used. We need
2368 to for variables so that cp_finish_decl will update their linkage,
2369 because their DECL_INITIAL may not have been set properly yet. */
2371 make_decl_one_only (decl);
2373 if (TREE_CODE (decl) == VAR_DECL && DECL_LANG_SPECIFIC (decl))
2374 DECL_COMDAT (decl) = 1;
2377 /* Set TREE_PUBLIC and/or DECL_EXTERN on the vtable DECL,
2378 based on TYPE and other static flags.
2380 Note that anything public is tagged TREE_PUBLIC, whether
2381 it's public in this file or in another one. */
2383 void
2384 import_export_vtable (decl, type, final)
2385 tree decl, type;
2386 int final;
2388 if (DECL_INTERFACE_KNOWN (decl))
2389 return;
2391 if (TYPE_FOR_JAVA (type))
2393 TREE_PUBLIC (decl) = 1;
2394 DECL_EXTERNAL (decl) = 1;
2395 DECL_INTERFACE_KNOWN (decl) = 1;
2397 else if (CLASSTYPE_INTERFACE_KNOWN (type))
2399 TREE_PUBLIC (decl) = 1;
2400 DECL_EXTERNAL (decl) = ! CLASSTYPE_VTABLE_NEEDS_WRITING (type);
2401 DECL_INTERFACE_KNOWN (decl) = 1;
2403 else
2405 /* We can only wait to decide if we have real non-inline virtual
2406 functions in our class, or if we come from a template. */
2408 int found = CLASSTYPE_TEMPLATE_INSTANTIATION (type);
2410 if (! found && ! final)
2412 tree method;
2413 for (method = TYPE_METHODS (type); method != NULL_TREE;
2414 method = TREE_CHAIN (method))
2415 if (DECL_VINDEX (method) != NULL_TREE
2416 && ! DECL_THIS_INLINE (method)
2417 && ! DECL_ABSTRACT_VIRTUAL_P (method))
2419 found = 1;
2420 break;
2424 if (final || ! found)
2426 comdat_linkage (decl);
2427 DECL_EXTERNAL (decl) = 0;
2429 else
2431 TREE_PUBLIC (decl) = 1;
2432 DECL_EXTERNAL (decl) = 1;
2437 /* Determine whether or not we want to specifically import or export CTYPE,
2438 using various heuristics. */
2440 void
2441 import_export_class (ctype)
2442 tree ctype;
2444 /* -1 for imported, 1 for exported. */
2445 int import_export = 0;
2447 if (CLASSTYPE_INTERFACE_KNOWN (ctype))
2448 return;
2450 /* If MULTIPLE_SYMBOL_SPACES is defined and we saw a #pragma interface,
2451 we will have CLASSTYPE_INTERFACE_ONLY set but not
2452 CLASSTYPE_INTERFACE_KNOWN. In that case, we don't want to use this
2453 heuristic because someone will supply a #pragma implementation
2454 elsewhere, and deducing it here would produce a conflict. */
2455 if (CLASSTYPE_INTERFACE_ONLY (ctype))
2456 return;
2458 #ifdef VALID_MACHINE_TYPE_ATTRIBUTE
2459 /* FIXME this should really use some sort of target-independent macro. */
2460 if (lookup_attribute ("dllimport", TYPE_ATTRIBUTES (ctype)))
2461 import_export = -1;
2462 else if (lookup_attribute ("dllexport", TYPE_ATTRIBUTES (ctype)))
2463 import_export = 1;
2464 #endif
2466 /* If we got -fno-implicit-templates, we import template classes that
2467 weren't explicitly instantiated. */
2468 if (import_export == 0
2469 && CLASSTYPE_IMPLICIT_INSTANTIATION (ctype)
2470 && ! flag_implicit_templates)
2471 import_export = -1;
2473 /* Base our import/export status on that of the first non-inline,
2474 non-abstract virtual function, if any. */
2475 if (import_export == 0
2476 && TYPE_VIRTUAL_P (ctype)
2477 && ! CLASSTYPE_TEMPLATE_INSTANTIATION (ctype))
2479 tree method;
2480 for (method = TYPE_METHODS (ctype); method != NULL_TREE;
2481 method = TREE_CHAIN (method))
2483 if (DECL_VINDEX (method) != NULL_TREE
2484 && !DECL_THIS_INLINE (method)
2485 && !DECL_ABSTRACT_VIRTUAL_P (method))
2487 import_export = (DECL_REALLY_EXTERN (method) ? -1 : 1);
2488 break;
2493 #ifdef MULTIPLE_SYMBOL_SPACES
2494 if (import_export == -1)
2495 import_export = 0;
2496 #endif
2498 if (import_export)
2500 SET_CLASSTYPE_INTERFACE_KNOWN (ctype);
2501 CLASSTYPE_VTABLE_NEEDS_WRITING (ctype) = (import_export > 0);
2502 CLASSTYPE_INTERFACE_ONLY (ctype) = (import_export < 0);
2506 /* We need to describe to the assembler the relationship between
2507 a vtable and the vtable of the parent class. */
2509 static void
2510 output_vtable_inherit (vars)
2511 tree vars;
2513 tree parent;
2514 rtx op[2];
2516 op[0] = XEXP (DECL_RTL (vars), 0); /* strip the mem ref */
2518 parent = binfo_for_vtable (vars);
2520 if (parent == TYPE_BINFO (DECL_CONTEXT (vars)))
2521 op[1] = const0_rtx;
2522 else if (parent)
2524 parent = TYPE_BINFO_VTABLE (BINFO_TYPE (parent));
2525 op[1] = XEXP (DECL_RTL (parent), 0); /* strip the mem ref */
2527 else
2528 my_friendly_abort (980826);
2530 output_asm_insn (".vtable_inherit %c0, %c1", op);
2533 static int
2534 finish_vtable_vardecl (t, data)
2535 tree *t;
2536 void *data ATTRIBUTE_UNUSED;
2538 tree vars = *t;
2539 tree ctype = DECL_CONTEXT (vars);
2540 import_export_class (ctype);
2541 import_export_vtable (vars, ctype, 1);
2543 if (! DECL_EXTERNAL (vars)
2544 && (DECL_INTERFACE_KNOWN (vars)
2545 || DECL_NEEDED_P (vars)
2546 || (hack_decl_function_context (vars) && TREE_USED (vars)))
2547 && ! TREE_ASM_WRITTEN (vars))
2549 /* Write it out. */
2550 mark_vtable_entries (vars);
2551 if (TREE_TYPE (DECL_INITIAL (vars)) == 0)
2552 store_init_value (vars, DECL_INITIAL (vars));
2554 if (write_symbols == DWARF_DEBUG || write_symbols == DWARF2_DEBUG)
2556 /* Mark the VAR_DECL node representing the vtable itself as a
2557 "gratuitous" one, thereby forcing dwarfout.c to ignore it.
2558 It is rather important that such things be ignored because
2559 any effort to actually generate DWARF for them will run
2560 into trouble when/if we encounter code like:
2562 #pragma interface
2563 struct S { virtual void member (); };
2565 because the artificial declaration of the vtable itself (as
2566 manufactured by the g++ front end) will say that the vtable
2567 is a static member of `S' but only *after* the debug output
2568 for the definition of `S' has already been output. This causes
2569 grief because the DWARF entry for the definition of the vtable
2570 will try to refer back to an earlier *declaration* of the
2571 vtable as a static member of `S' and there won't be one.
2572 We might be able to arrange to have the "vtable static member"
2573 attached to the member list for `S' before the debug info for
2574 `S' get written (which would solve the problem) but that would
2575 require more intrusive changes to the g++ front end. */
2577 DECL_IGNORED_P (vars) = 1;
2580 /* Always make vtables weak. */
2581 if (flag_weak)
2582 comdat_linkage (vars);
2584 rest_of_decl_compilation (vars, NULL_PTR, 1, 1);
2586 if (flag_vtable_gc)
2587 output_vtable_inherit (vars);
2589 /* Because we're only doing syntax-checking, we'll never end up
2590 actually marking the variable as written. */
2591 if (flag_syntax_only)
2592 TREE_ASM_WRITTEN (vars) = 1;
2594 /* Since we're writing out the vtable here, also write the debug
2595 info. */
2596 if (TYPE_DECL_SUPPRESS_DEBUG (TYPE_MAIN_DECL (ctype)))
2598 TYPE_DECL_SUPPRESS_DEBUG (TYPE_NAME (ctype)) = 0;
2599 rest_of_type_compilation (ctype, toplevel_bindings_p ());
2602 return 1;
2604 else if (!DECL_NEEDED_P (vars))
2605 /* We don't know what to do with this one yet. */
2606 return 0;
2608 return 0;
2611 static int
2612 prune_vtable_vardecl (t, data)
2613 tree *t;
2614 void *data ATTRIBUTE_UNUSED;
2616 *t = TREE_CHAIN (*t);
2617 return 1;
2620 /* Determines the proper settings of TREE_PUBLIC and DECL_EXTERNAL for an
2621 inline function or template instantiation at end-of-file. */
2623 void
2624 import_export_decl (decl)
2625 tree decl;
2627 if (DECL_INTERFACE_KNOWN (decl))
2628 return;
2630 if (DECL_TEMPLATE_INSTANTIATION (decl)
2631 || DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION (decl))
2633 DECL_NOT_REALLY_EXTERN (decl) = 1;
2634 if ((DECL_IMPLICIT_INSTANTIATION (decl)
2635 || DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION (decl))
2636 && (flag_implicit_templates
2637 || (flag_implicit_inline_templates && DECL_THIS_INLINE (decl))))
2639 if (!TREE_PUBLIC (decl))
2640 /* Templates are allowed to have internal linkage. See
2641 [basic.link]. */
2643 else
2644 comdat_linkage (decl);
2646 else
2647 DECL_NOT_REALLY_EXTERN (decl) = 0;
2649 else if (DECL_FUNCTION_MEMBER_P (decl))
2651 tree ctype = DECL_CLASS_CONTEXT (decl);
2652 import_export_class (ctype);
2653 if (CLASSTYPE_INTERFACE_KNOWN (ctype)
2654 && (flag_new_abi
2655 ? (! DECL_THIS_INLINE (decl))
2656 : (! DECL_ARTIFICIAL (decl) || DECL_VINDEX (decl))))
2658 DECL_NOT_REALLY_EXTERN (decl)
2659 = ! (CLASSTYPE_INTERFACE_ONLY (ctype)
2660 || (DECL_THIS_INLINE (decl) && ! flag_implement_inlines
2661 && !DECL_VINDEX (decl)));
2663 /* Always make artificials weak. */
2664 if (DECL_ARTIFICIAL (decl) && flag_weak)
2665 comdat_linkage (decl);
2666 else
2667 maybe_make_one_only (decl);
2669 else
2670 comdat_linkage (decl);
2672 else if (DECL_TINFO_FN_P (decl))
2674 tree ctype = TREE_TYPE (DECL_NAME (decl));
2676 if (IS_AGGR_TYPE (ctype))
2677 import_export_class (ctype);
2679 if (IS_AGGR_TYPE (ctype) && CLASSTYPE_INTERFACE_KNOWN (ctype)
2680 && TYPE_VIRTUAL_P (ctype)
2681 /* If -fno-rtti, we're not necessarily emitting this stuff with
2682 the class, so go ahead and emit it now. This can happen
2683 when a class is used in exception handling. */
2684 && flag_rtti
2685 /* If the type is a cv-qualified variant of a type, then we
2686 must emit the tinfo function in this translation unit
2687 since it will not be emitted when the vtable for the type
2688 is output (which is when the unqualified version is
2689 generated). */
2690 && same_type_p (ctype, TYPE_MAIN_VARIANT (ctype)))
2692 DECL_NOT_REALLY_EXTERN (decl)
2693 = ! (CLASSTYPE_INTERFACE_ONLY (ctype)
2694 || (DECL_THIS_INLINE (decl) && ! flag_implement_inlines
2695 && !DECL_VINDEX (decl)));
2697 /* Always make artificials weak. */
2698 if (flag_weak)
2699 comdat_linkage (decl);
2701 else if (TYPE_BUILT_IN (ctype)
2702 && same_type_p (ctype, TYPE_MAIN_VARIANT (ctype)))
2703 DECL_NOT_REALLY_EXTERN (decl) = 0;
2704 else
2705 comdat_linkage (decl);
2707 else
2708 comdat_linkage (decl);
2710 DECL_INTERFACE_KNOWN (decl) = 1;
2713 tree
2714 build_cleanup (decl)
2715 tree decl;
2717 tree temp;
2718 tree type = TREE_TYPE (decl);
2720 if (TREE_CODE (type) == ARRAY_TYPE)
2721 temp = decl;
2722 else
2724 mark_addressable (decl);
2725 temp = build1 (ADDR_EXPR, build_pointer_type (type), decl);
2727 temp = build_delete (TREE_TYPE (temp), temp,
2728 integer_two_node,
2729 LOOKUP_NORMAL|LOOKUP_NONVIRTUAL|LOOKUP_DESTRUCTOR, 0);
2730 return temp;
2733 extern int parse_time, varconst_time;
2735 static tree
2736 get_sentry (base)
2737 tree base;
2739 tree sname = get_id_2 ("__sn", base);
2740 /* For struct X foo __attribute__((weak)), there is a counter
2741 __snfoo. Since base is already an assembler name, sname should
2742 be globally unique */
2743 tree sentry = IDENTIFIER_GLOBAL_VALUE (sname);
2744 if (! sentry)
2746 sentry = build_decl (VAR_DECL, sname, integer_type_node);
2747 TREE_PUBLIC (sentry) = 1;
2748 DECL_ARTIFICIAL (sentry) = 1;
2749 TREE_STATIC (sentry) = 1;
2750 TREE_USED (sentry) = 1;
2751 DECL_COMMON (sentry) = 1;
2752 pushdecl_top_level (sentry);
2753 cp_finish_decl (sentry, NULL_TREE, NULL_TREE, 0);
2755 return sentry;
2758 /* Start the process of running a particular set of global constructors
2759 or destructors. Subroutine of do_[cd]tors. */
2761 static tree
2762 start_objects (method_type, initp)
2763 int method_type, initp;
2765 tree fnname;
2766 tree body;
2767 char type[10];
2769 /* Make ctor or dtor function. METHOD_TYPE may be 'I' or 'D'. */
2771 if (initp != DEFAULT_INIT_PRIORITY)
2773 char joiner;
2775 #ifdef JOINER
2776 joiner = JOINER;
2777 #else
2778 joiner = '_';
2779 #endif
2781 sprintf (type, "%c%c%.5u", method_type, joiner, initp);
2783 else
2784 sprintf (type, "%c", method_type);
2786 fnname = get_file_function_name_long (type);
2788 start_function (void_list_node,
2789 make_call_declarator (fnname, void_list_node, NULL_TREE,
2790 NULL_TREE),
2791 NULL_TREE, SF_DEFAULT);
2793 #if defined(ASM_OUTPUT_CONSTRUCTOR) && defined(ASM_OUTPUT_DESTRUCTOR)
2794 /* It can be a static function as long as collect2 does not have
2795 to scan the object file to find its ctor/dtor routine. */
2796 TREE_PUBLIC (current_function_decl) = 0;
2797 #endif
2799 /* Mark this declaration as used to avoid spurious warnings. */
2800 TREE_USED (current_function_decl) = 1;
2802 /* Mark this function as a global constructor or destructor. */
2803 if (method_type == 'I')
2804 DECL_GLOBAL_CTOR_P (current_function_decl) = 1;
2805 else
2806 DECL_GLOBAL_DTOR_P (current_function_decl) = 1;
2807 GLOBAL_INIT_PRIORITY (current_function_decl) = initp;
2809 body = begin_compound_stmt (/*has_no_scope=*/0);
2811 /* We cannot allow these functions to be elided, even if they do not
2812 have external linkage. And, there's no point in deferring
2813 copmilation of thes functions; they're all going to have to be
2814 out anyhow. */
2815 current_function_cannot_inline
2816 = "static constructors and destructors cannot be inlined";
2818 return body;
2821 /* Finish the process of running a particular set of global constructors
2822 or destructors. Subroutine of do_[cd]tors. */
2824 static void
2825 finish_objects (method_type, initp, body)
2826 int method_type, initp;
2827 tree body;
2829 char *fnname;
2830 tree fn;
2832 /* Finish up. */
2833 finish_compound_stmt(/*has_no_scope=*/0, body);
2834 fn = finish_function (lineno, 0);
2835 expand_body (fn);
2837 /* When only doing semantic analysis, and no RTL generation, we
2838 can't call functions that directly emit assembly code; there is
2839 no assembly file in which to put the code. */
2840 if (flag_syntax_only)
2841 return;
2843 fnname = XSTR (XEXP (DECL_RTL (fn), 0), 0);
2844 if (initp == DEFAULT_INIT_PRIORITY)
2846 if (method_type == 'I')
2847 assemble_constructor (fnname);
2848 else
2849 assemble_destructor (fnname);
2851 #if defined (ASM_OUTPUT_SECTION_NAME) && defined (ASM_OUTPUT_CONSTRUCTOR)
2852 /* If we're using init priority we can't use assemble_*tor, but on ELF
2853 targets we can stick the references into named sections for GNU ld
2854 to collect. */
2855 else
2857 char buf[15];
2858 sprintf (buf, ".%ctors.%.5u", method_type == 'I' ? 'c' : 'd',
2859 /* invert the numbering so the linker puts us in the proper
2860 order; constructors are run from right to left, and the
2861 linker sorts in increasing order. */
2862 MAX_INIT_PRIORITY - initp);
2863 named_section (NULL_TREE, buf, 0);
2864 assemble_integer (gen_rtx_SYMBOL_REF (Pmode, fnname),
2865 POINTER_SIZE / BITS_PER_UNIT, 1);
2867 #endif
2870 /* The names of the parameters to the function created to handle
2871 initializations and destructions for objects with static storage
2872 duration. */
2873 #define INITIALIZE_P_IDENTIFIER "__initialize_p"
2874 #define PRIORITY_IDENTIFIER "__priority"
2876 /* The name of the function we create to handle initializations and
2877 destructions for objects with static storage duration. */
2878 #define SSDF_IDENTIFIER "__static_initialization_and_destruction"
2880 /* The declaration for the __INITIALIZE_P argument. */
2881 static tree initialize_p_decl;
2883 /* The declaration for the __PRIORITY argument. */
2884 static tree priority_decl;
2886 /* The declaration for the static storage duration function. */
2887 static tree ssdf_decl;
2889 /* All the static storage duration functions created in this
2890 translation unit. */
2891 static varray_type ssdf_decls;
2893 /* A map from priority levels to information about that priority
2894 level. There may be many such levels, so efficient lookup is
2895 important. */
2896 static splay_tree priority_info_map;
2898 /* Begins the generation of the function that will handle all
2899 initialization and destruction of objects with static storage
2900 duration. The function generated takes two parameters of type
2901 `int': __INITIALIZE_P and __PRIORITY. If __INITIALIZE_P is
2902 non-zero, it performs initializations. Otherwise, it performs
2903 destructions. It only performs those initializations or
2904 destructions with the indicated __PRIORITY. The generated function
2905 returns no value.
2907 It is assumed that this function will only be called once per
2908 translation unit. */
2910 static tree
2911 start_static_storage_duration_function ()
2913 static unsigned ssdf_number;
2915 tree parm_types;
2916 tree type;
2917 tree body;
2918 char id[sizeof (SSDF_IDENTIFIER) + 1 /* '\0' */ + 32];
2920 /* Create the identifier for this function. It will be of the form
2921 SSDF_IDENTIFIER_<number>. */
2922 sprintf (id, "%s_%u", SSDF_IDENTIFIER, ssdf_number++);
2923 if (ssdf_number == 0)
2925 /* Overflow occurred. That means there are at least 4 billion
2926 initialization functions. */
2927 sorry ("too many initialization functions required");
2928 my_friendly_abort (19990430);
2931 /* Create the parameters. */
2932 parm_types = void_list_node;
2933 parm_types = tree_cons (NULL_TREE, integer_type_node, parm_types);
2934 parm_types = tree_cons (NULL_TREE, integer_type_node, parm_types);
2935 type = build_function_type (void_type_node, parm_types);
2937 /* Create the FUNCTION_DECL itself. */
2938 ssdf_decl = build_lang_decl (FUNCTION_DECL,
2939 get_identifier (id),
2940 type);
2941 TREE_PUBLIC (ssdf_decl) = 0;
2942 DECL_ARTIFICIAL (ssdf_decl) = 1;
2944 /* Put this function in the list of functions to be called from the
2945 static constructors and destructors. */
2946 if (!ssdf_decls)
2948 VARRAY_TREE_INIT (ssdf_decls, 32, "ssdf_decls");
2950 /* Take this opportunity to initialize the map from priority
2951 numbers to information about that priority level. */
2952 priority_info_map = splay_tree_new (splay_tree_compare_ints,
2953 /*delete_key_fn=*/0,
2954 /*delete_value_fn=*/
2955 (splay_tree_delete_value_fn) &free);
2957 /* We always need to generate functions for the
2958 DEFAULT_INIT_PRIORITY so enter it now. That way when we walk
2959 priorities later, we'll be sure to find the
2960 DEFAULT_INIT_PRIORITY. */
2961 get_priority_info (DEFAULT_INIT_PRIORITY);
2964 VARRAY_PUSH_TREE (ssdf_decls, ssdf_decl);
2966 /* Create the argument list. */
2967 initialize_p_decl = build_decl (PARM_DECL,
2968 get_identifier (INITIALIZE_P_IDENTIFIER),
2969 integer_type_node);
2970 DECL_CONTEXT (initialize_p_decl) = ssdf_decl;
2971 DECL_ARG_TYPE (initialize_p_decl) = integer_type_node;
2972 TREE_USED (initialize_p_decl) = 1;
2973 priority_decl = build_decl (PARM_DECL, get_identifier (PRIORITY_IDENTIFIER),
2974 integer_type_node);
2975 DECL_CONTEXT (priority_decl) = ssdf_decl;
2976 DECL_ARG_TYPE (priority_decl) = integer_type_node;
2977 TREE_USED (priority_decl) = 1;
2979 TREE_CHAIN (initialize_p_decl) = priority_decl;
2980 DECL_ARGUMENTS (ssdf_decl) = initialize_p_decl;
2982 /* Put the function in the global scope. */
2983 pushdecl (ssdf_decl);
2985 /* Start the function itself. This is equivalent to declarating the
2986 function as:
2988 static void __ssdf (int __initialize_p, init __priority_p);
2990 It is static because we only need to call this function from the
2991 various constructor and destructor functions for this module. */
2992 start_function (/*specs=*/NULL_TREE,
2993 ssdf_decl,
2994 /*attrs=*/NULL_TREE,
2995 SF_PRE_PARSED);
2997 /* Set up the scope of the outermost block in the function. */
2998 body = begin_compound_stmt (/*has_no_scope=*/0);
3000 /* This function must not be deferred because we are depending on
3001 its compilation to tell us what is TREE_SYMBOL_REFERENCED. */
3002 current_function_cannot_inline
3003 = "static storage duration functions cannot be inlined";
3005 return body;
3008 /* Finish the generation of the function which performs initialization
3009 and destruction of objects with static storage duration. After
3010 this point, no more such objects can be created. */
3012 static void
3013 finish_static_storage_duration_function (body)
3014 tree body;
3016 /* Close out the function. */
3017 finish_compound_stmt (/*has_no_scope=*/0, body);
3018 expand_body (finish_function (lineno, 0));
3021 /* Return the information about the indicated PRIORITY level. If no
3022 code to handle this level has yet been generated, generate the
3023 appropriate prologue. */
3025 static priority_info
3026 get_priority_info (priority)
3027 int priority;
3029 priority_info pi;
3030 splay_tree_node n;
3032 n = splay_tree_lookup (priority_info_map,
3033 (splay_tree_key) priority);
3034 if (!n)
3036 /* Create a new priority information structure, and insert it
3037 into the map. */
3038 pi = (priority_info) xmalloc (sizeof (struct priority_info_s));
3039 pi->initializations_p = 0;
3040 pi->destructions_p = 0;
3041 splay_tree_insert (priority_info_map,
3042 (splay_tree_key) priority,
3043 (splay_tree_value) pi);
3045 else
3046 pi = (priority_info) n->value;
3048 return pi;
3051 /* Set up to handle the initialization or destruction of DECL. If
3052 INITP is non-zero, we are initializing the variable. Otherwise, we
3053 are destroying it. */
3055 static tree
3056 start_static_initialization_or_destruction (decl, initp)
3057 tree decl;
3058 int initp;
3060 tree sentry_if_stmt = NULL_TREE;
3061 int priority;
3062 tree cond;
3063 tree init_cond;
3064 priority_info pi;
3066 /* Figure out the priority for this declaration. */
3067 priority = DECL_INIT_PRIORITY (decl);
3068 if (!priority)
3069 priority = DEFAULT_INIT_PRIORITY;
3071 /* Remember that we had an initialization or finalization at this
3072 priority. */
3073 pi = get_priority_info (priority);
3074 if (initp)
3075 pi->initializations_p = 1;
3076 else
3077 pi->destructions_p = 1;
3079 /* Trick the compiler into thinking we are at the file and line
3080 where DECL was declared so that error-messages make sense, and so
3081 that the debugger will show somewhat sensible file and line
3082 information. */
3083 input_filename = DECL_SOURCE_FILE (decl);
3084 lineno = DECL_SOURCE_LINE (decl);
3086 /* Because of:
3088 [class.access.spec]
3090 Access control for implicit calls to the constructors,
3091 the conversion functions, or the destructor called to
3092 create and destroy a static data member is performed as
3093 if these calls appeared in the scope of the member's
3094 class.
3096 we pretend we are in a static member function of the class of
3097 which the DECL is a member. */
3098 if (member_p (decl))
3100 DECL_CLASS_CONTEXT (current_function_decl) = DECL_CONTEXT (decl);
3101 DECL_STATIC_FUNCTION_P (current_function_decl) = 1;
3104 /* Conditionalize this initialization on being in the right priority
3105 and being initializing/finalizing appropriately. */
3106 sentry_if_stmt = begin_if_stmt ();
3107 cond = build_binary_op (EQ_EXPR,
3108 priority_decl,
3109 build_int_2 (priority, 0));
3110 init_cond = initp ? integer_one_node : integer_zero_node;
3111 init_cond = build_binary_op (EQ_EXPR,
3112 initialize_p_decl,
3113 init_cond);
3114 cond = build_binary_op (TRUTH_ANDIF_EXPR, cond, init_cond);
3116 /* We need a sentry if this is an object with external linkage that
3117 might be initialized in more than one place. */
3118 if (TREE_PUBLIC (decl) && (DECL_COMMON (decl)
3119 || DECL_ONE_ONLY (decl)
3120 || DECL_WEAK (decl)))
3122 tree sentry;
3123 tree sentry_cond;
3125 sentry = get_sentry (DECL_ASSEMBLER_NAME (decl));
3127 /* We do initializations only if the SENTRY is zero, i.e., if we
3128 are the first to initialize the variable. We do destructions
3129 only if the SENTRY is one, i.e., if we are the last to
3130 destroy the variable. */
3131 if (initp)
3132 sentry_cond = build_binary_op (EQ_EXPR,
3133 build_unary_op (PREINCREMENT_EXPR,
3134 sentry,
3135 /*noconvert=*/1),
3136 integer_one_node);
3137 else
3138 sentry_cond = build_binary_op (EQ_EXPR,
3139 build_unary_op (PREDECREMENT_EXPR,
3140 sentry,
3141 /*noconvert=*/1),
3142 integer_zero_node);
3144 cond = build_binary_op (TRUTH_ANDIF_EXPR, cond, sentry_cond);
3147 finish_if_stmt_cond (cond, sentry_if_stmt);
3149 return sentry_if_stmt;
3152 /* We've just finished generating code to do an initialization or
3153 finalization. SENTRY_IF_STMT is the if-statement we used to guard
3154 the initialization. */
3156 static void
3157 finish_static_initialization_or_destruction (sentry_if_stmt)
3158 tree sentry_if_stmt;
3160 finish_then_clause (sentry_if_stmt);
3161 finish_if_stmt ();
3163 /* Now that we're done with DECL we don't need to pretend to be a
3164 member of its class any longer. */
3165 DECL_CLASS_CONTEXT (current_function_decl) = NULL_TREE;
3166 DECL_STATIC_FUNCTION_P (current_function_decl) = 0;
3169 /* Generate code to do the static initialization of DECL. The
3170 initialization is INIT. If DECL may be initialized more than once
3171 in different object files, SENTRY is the guard variable to
3172 check. PRIORITY is the priority for the initialization. */
3174 static void
3175 do_static_initialization (decl, init)
3176 tree decl;
3177 tree init;
3179 tree expr;
3180 tree sentry_if_stmt;
3182 /* Set up for the initialization. */
3183 sentry_if_stmt
3184 = start_static_initialization_or_destruction (decl,
3185 /*initp=*/1);
3187 /* Do the initialization itself. */
3188 if (IS_AGGR_TYPE (TREE_TYPE (decl))
3189 || TREE_CODE (TREE_TYPE (decl)) == ARRAY_TYPE)
3190 expr = build_aggr_init (decl, init, 0);
3191 else if (TREE_CODE (init) == TREE_VEC)
3192 expr = build_vec_init (decl, TREE_VEC_ELT (init, 0),
3193 TREE_VEC_ELT (init, 1),
3194 TREE_VEC_ELT (init, 2), 0);
3195 else
3197 expr = build (INIT_EXPR, TREE_TYPE (decl), decl, init);
3198 TREE_SIDE_EFFECTS (expr) = 1;
3200 finish_expr_stmt (expr);
3202 /* Finsh up. */
3203 finish_static_initialization_or_destruction (sentry_if_stmt);
3206 /* Generate code to do the static destruction of DECL. If DECL may be
3207 initialized more than once in different object files, SENTRY is the
3208 guard variable to check. PRIORITY is the priority for the
3209 destruction. */
3211 static void
3212 do_static_destruction (decl)
3213 tree decl;
3215 tree sentry_if_stmt;
3217 /* If we don't need a destructor, there's nothing to do. */
3218 if (!TYPE_NEEDS_DESTRUCTOR (TREE_TYPE (decl)))
3219 return;
3221 /* Actually do the destruction. */
3222 sentry_if_stmt = start_static_initialization_or_destruction (decl,
3223 /*initp=*/0);
3224 finish_expr_stmt (build_cleanup (decl));
3225 finish_static_initialization_or_destruction (sentry_if_stmt);
3228 /* VARS is a list of variables with static storage duration which may
3229 need initialization and/or finalization. Remove those variables
3230 that don't really need to be initialized or finalized, and return
3231 the resulting list. The order in which the variables appear in
3232 VARS is in reverse order of the order in which they should actually
3233 be initialized. The list we return is in the unreversed order;
3234 i.e., the first variable should be initialized first. */
3236 static tree
3237 prune_vars_needing_no_initialization (vars)
3238 tree vars;
3240 tree var;
3241 tree result;
3243 for (var = vars, result = NULL_TREE;
3244 var;
3245 var = TREE_CHAIN (var))
3247 tree decl = TREE_VALUE (var);
3248 tree init = TREE_PURPOSE (var);
3250 /* Deal gracefully with error. */
3251 if (decl == error_mark_node)
3252 continue;
3254 /* The only things that can be initialized are variables. */
3255 my_friendly_assert (TREE_CODE (decl) == VAR_DECL, 19990420);
3257 /* If this object is not defined, we don't need to do anything
3258 here. */
3259 if (DECL_EXTERNAL (decl))
3260 continue;
3262 /* Also, if the initializer already contains errors, we can bail
3263 out now. */
3264 if (init && TREE_CODE (init) == TREE_LIST
3265 && value_member (error_mark_node, init))
3266 continue;
3268 /* This variable is going to need initialization and/or
3269 finalization, so we add it to the list. */
3270 result = tree_cons (init, decl, result);
3273 return result;
3276 /* Make sure we have told the back end about all the variables in
3277 VARS. */
3279 static void
3280 write_out_vars (vars)
3281 tree vars;
3283 tree v;
3285 for (v = vars; v; v = TREE_CHAIN (v))
3286 if (! TREE_ASM_WRITTEN (TREE_VALUE (v)))
3287 rest_of_decl_compilation (TREE_VALUE (v), 0, 1, 1);
3290 /* Generate a static constructor (if CONSTRUCTOR_P) or destructor
3291 (otherwise) that will initialize all gobal objects with static
3292 storage duration having the indicated PRIORITY. */
3294 static void
3295 generate_ctor_or_dtor_function (constructor_p, priority)
3296 int constructor_p;
3297 int priority;
3299 char function_key;
3300 tree arguments;
3301 tree body;
3302 size_t i;
3304 /* We use `I' to indicate initialization and `D' to indicate
3305 destruction. */
3306 if (constructor_p)
3307 function_key = 'I';
3308 else
3309 function_key = 'D';
3311 /* Begin the function. */
3312 body = start_objects (function_key, priority);
3314 /* Call the static storage duration function with appropriate
3315 arguments. */
3316 for (i = 0; i < ssdf_decls->elements_used; ++i)
3318 arguments = tree_cons (NULL_TREE, build_int_2 (priority, 0),
3319 NULL_TREE);
3320 arguments = tree_cons (NULL_TREE, build_int_2 (constructor_p, 0),
3321 arguments);
3322 finish_expr_stmt (build_function_call (VARRAY_TREE (ssdf_decls, i),
3323 arguments));
3326 /* If we're generating code for the DEFAULT_INIT_PRIORITY, throw in
3327 calls to any functions marked with attributes indicating that
3328 they should be called at initialization- or destruction-time. */
3329 if (priority == DEFAULT_INIT_PRIORITY)
3331 tree fns;
3333 for (fns = constructor_p ? static_ctors : static_dtors;
3334 fns;
3335 fns = TREE_CHAIN (fns))
3336 finish_expr_stmt (build_function_call (TREE_VALUE (fns), NULL_TREE));
3339 /* Close out the function. */
3340 finish_objects (function_key, priority, body);
3343 /* Generate constructor and destructor functions for the priority
3344 indicated by N. */
3346 static int
3347 generate_ctor_and_dtor_functions_for_priority (n, data)
3348 splay_tree_node n;
3349 void *data ATTRIBUTE_UNUSED;
3351 int priority = (int) n->key;
3352 priority_info pi = (priority_info) n->value;
3354 /* Generate the functions themselves, but only if they are really
3355 needed. */
3356 if (pi->initializations_p
3357 || (priority == DEFAULT_INIT_PRIORITY && static_ctors))
3358 generate_ctor_or_dtor_function (/*constructor_p=*/1,
3359 priority);
3360 if (pi->destructions_p
3361 || (priority == DEFAULT_INIT_PRIORITY && static_dtors))
3362 generate_ctor_or_dtor_function (/*constructor_p=*/0,
3363 priority);
3365 /* Keep iterating. */
3366 return 0;
3369 /* This routine is called from the last rule in yyparse ().
3370 Its job is to create all the code needed to initialize and
3371 destroy the global aggregates. We do the destruction
3372 first, since that way we only need to reverse the decls once. */
3374 void
3375 finish_file ()
3377 extern int lineno;
3378 int start_time, this_time;
3379 tree vars;
3380 int reconsider;
3381 size_t i;
3383 at_eof = 1;
3385 /* Bad parse errors. Just forget about it. */
3386 if (! global_bindings_p () || current_class_type || decl_namespace_list)
3387 return;
3389 start_time = get_run_time ();
3391 /* Otherwise, GDB can get confused, because in only knows
3392 about source for LINENO-1 lines. */
3393 lineno -= 1;
3395 interface_unknown = 1;
3396 interface_only = 0;
3398 /* We now have to write out all the stuff we put off writing out.
3399 These include:
3401 o Template specializations that we have not yet instantiated,
3402 but which are needed.
3403 o Initialization and destruction for non-local objects with
3404 static storage duration. (Local objects with static storage
3405 duration are initialized when their scope is first entered,
3406 and are cleaned up via atexit.)
3407 o Virtual function tables.
3409 All of these may cause others to be needed. For example,
3410 instantiating one function may cause another to be needed, and
3411 generating the intiailzer for an object may cause templates to be
3412 instantiated, etc., etc. */
3414 this_time = get_run_time ();
3415 parse_time -= this_time - start_time;
3416 varconst_time += this_time - start_time;
3417 start_time = get_run_time ();
3421 reconsider = 0;
3423 /* If there are templates that we've put off instantiating, do
3424 them now. */
3425 instantiate_pending_templates ();
3427 /* Write out virtual tables as required. Note that writing out
3428 the virtual table for a template class may cause the
3429 instantiation of members of that class. */
3430 if (walk_globals (vtable_decl_p,
3431 finish_vtable_vardecl,
3432 /*data=*/0))
3433 reconsider = 1;
3435 /* The list of objects with static storage duration is built up
3436 in reverse order. We clear STATIC_AGGREGATES so that any new
3437 aggregates added during the initialization of these will be
3438 initialized in the correct order when we next come around the
3439 loop. */
3440 vars = prune_vars_needing_no_initialization (static_aggregates);
3441 static_aggregates = NULL_TREE;
3443 if (vars)
3445 tree v;
3447 /* We need to start a new initialization function each time
3448 through the loop. That's because we need to know which
3449 vtables have been referenced, and TREE_SYMBOL_REFERENCED
3450 isn't computed until a function is finished, and written
3451 out. That's a deficiency in the back-end. When this is
3452 fixed, these initialization functions could all become
3453 inline, with resulting performance improvements. */
3454 tree ssdf_body = start_static_storage_duration_function ();
3456 /* Make sure the back end knows about all the variables. */
3457 write_out_vars (vars);
3459 /* First generate code to do all the initializations. */
3460 for (v = vars; v; v = TREE_CHAIN (v))
3461 do_static_initialization (TREE_VALUE (v),
3462 TREE_PURPOSE (v));
3464 /* Then, generate code to do all the destructions. Do these
3465 in reverse order so that the most recently constructed
3466 variable is the first destroyed. */
3467 vars = nreverse (vars);
3468 for (v = vars; v; v = TREE_CHAIN (v))
3469 do_static_destruction (TREE_VALUE (v));
3471 /* Finish up the static storage duration function for this
3472 round. */
3473 finish_static_storage_duration_function (ssdf_body);
3475 /* All those initializations and finalizations might cause
3476 us to need more inline functions, more template
3477 instantiations, etc. */
3478 reconsider = 1;
3481 /* Go through the various inline functions, and see if any need
3482 synthesizing. */
3483 for (i = 0; i < saved_inlines_used; ++i)
3485 tree decl = VARRAY_TREE (saved_inlines, i);
3486 import_export_decl (decl);
3487 if (DECL_ARTIFICIAL (decl) && ! DECL_INITIAL (decl)
3488 && TREE_USED (decl)
3489 && (! DECL_REALLY_EXTERN (decl) || DECL_INLINE (decl)))
3491 /* Even though we're already at the top-level, we push
3492 there again. That way, when we pop back a few lines
3493 hence, all of our state is restored. Otherwise,
3494 finish_function doesn't clean things up, and we end
3495 up with CURRENT_FUNCTION_DECL set. */
3496 push_to_top_level ();
3497 if (DECL_TINFO_FN_P (decl))
3498 synthesize_tinfo_fn (decl);
3499 else
3500 synthesize_method (decl);
3501 pop_from_top_level ();
3502 reconsider = 1;
3506 /* Mark all functions that might deal with exception-handling as
3507 referenced. */
3508 mark_all_runtime_matches ();
3510 /* We lie to the back-end, pretending that some functions are
3511 not defined when they really are. This keeps these functions
3512 from being put out unncessarily. But, we must stop lying
3513 when the functions are referenced, or if they are not comdat
3514 since they need to be put out now. */
3515 for (i = 0; i < saved_inlines_used; ++i)
3517 tree decl = VARRAY_TREE (saved_inlines, i);
3519 if (DECL_NOT_REALLY_EXTERN (decl)
3520 && DECL_INITIAL (decl)
3521 && (DECL_NEEDED_P (decl) || !DECL_COMDAT (decl)))
3522 DECL_EXTERNAL (decl) = 0;
3524 /* If we're going to need to write this function out, and
3525 there's already a body for it, create RTL for it now.
3526 (There might be no body if this is a method we haven't
3527 gotten around to synthesizing yet.) */
3528 if (!DECL_EXTERNAL (decl)
3529 && (DECL_NEEDED_P (decl) || !DECL_COMDAT (decl))
3530 && DECL_SAVED_TREE (decl)
3531 && !DECL_SAVED_INSNS (decl)
3532 && !TREE_ASM_WRITTEN (decl))
3534 int saved_not_really_extern;
3536 /* When we call finish_function in expand_body, it will
3537 try to reset DECL_NOT_REALLY_EXTERN so we save and
3538 restore it here. */
3539 saved_not_really_extern = DECL_NOT_REALLY_EXTERN (decl);
3540 /* Generate RTL for this function now that we know we
3541 need it. */
3542 expand_body (decl);
3543 /* Undo the damage done by finish_function. */
3544 DECL_EXTERNAL (decl) = 0;
3545 DECL_NOT_REALLY_EXTERN (decl) = saved_not_really_extern;
3546 /* If we're compiling -fsyntax-only pretend that this
3547 function has been written out so that we don't try to
3548 expand it again. */
3549 if (flag_syntax_only)
3550 TREE_ASM_WRITTEN (decl) = 1;
3551 reconsider = 1;
3555 if (saved_inlines_used
3556 && wrapup_global_declarations (&VARRAY_TREE (saved_inlines, 0),
3557 saved_inlines_used))
3558 reconsider = 1;
3559 if (walk_namespaces (wrapup_globals_for_namespace, /*data=*/0))
3560 reconsider = 1;
3562 /* Static data members are just like namespace-scope globals. */
3563 for (i = 0; i < pending_statics_used; ++i)
3565 tree decl = VARRAY_TREE (pending_statics, i);
3566 if (TREE_ASM_WRITTEN (decl))
3567 continue;
3568 import_export_decl (decl);
3569 if (DECL_NOT_REALLY_EXTERN (decl) && ! DECL_IN_AGGR_P (decl))
3570 DECL_EXTERNAL (decl) = 0;
3572 if (pending_statics
3573 && wrapup_global_declarations (&VARRAY_TREE (pending_statics, 0),
3574 pending_statics_used))
3575 reconsider = 1;
3577 while (reconsider);
3579 /* We give C linkage to static constructors and destructors. */
3580 push_lang_context (lang_name_c);
3582 /* Generate initialization and destruction functions for all
3583 priorities for which they are required. */
3584 if (priority_info_map)
3585 splay_tree_foreach (priority_info_map,
3586 generate_ctor_and_dtor_functions_for_priority,
3587 /*data=*/0);
3589 /* We're done with the splay-tree now. */
3590 if (priority_info_map)
3591 splay_tree_delete (priority_info_map);
3593 /* We're done with static constructors, so we can go back to "C++"
3594 linkage now. */
3595 pop_lang_context ();
3597 /* Now delete from the chain of variables all virtual function tables.
3598 We output them all ourselves, because each will be treated
3599 specially. We don't do this if we're just doing semantic
3600 analysis, and not code-generation. */
3601 if (!flag_syntax_only)
3602 walk_globals (vtable_decl_p, prune_vtable_vardecl, /*data=*/0);
3604 /* Now, issue warnings about static, but not defined, functions,
3605 etc., and emit debugging information. */
3606 walk_namespaces (wrapup_globals_for_namespace, /*data=*/&reconsider);
3607 if (pending_statics)
3608 check_global_declarations (&VARRAY_TREE (pending_statics, 0),
3609 pending_statics_used);
3611 finish_repo ();
3613 /* The entire file is now complete. If requested, dump everything
3614 to a file. */
3615 if (flag_dump_translation_unit)
3616 dump_node_to_file (global_namespace, flag_dump_translation_unit);
3618 /* If there's some tool that wants to examine the entire translation
3619 unit, let it do so now. */
3620 if (back_end_hook)
3621 (*back_end_hook) (global_namespace);
3623 this_time = get_run_time ();
3624 parse_time -= this_time - start_time;
3625 varconst_time += this_time - start_time;
3627 if (flag_detailed_statistics)
3629 dump_tree_statistics ();
3630 dump_time_statistics ();
3634 /* This is something of the form 'A()()()()()+1' that has turned out to be an
3635 expr. Since it was parsed like a type, we need to wade through and fix
3636 that. Unfortunately, since operator() is left-associative, we can't use
3637 tail recursion. In the above example, TYPE is `A', and DECL is
3638 `()()()()()'.
3640 Maybe this shouldn't be recursive, but how often will it actually be
3641 used? (jason) */
3643 tree
3644 reparse_absdcl_as_expr (type, decl)
3645 tree type, decl;
3647 /* do build_functional_cast (type, NULL_TREE) at bottom */
3648 if (TREE_OPERAND (decl, 0) == NULL_TREE)
3649 return build_functional_cast (type, NULL_TREE);
3651 /* recurse */
3652 decl = reparse_absdcl_as_expr (type, TREE_OPERAND (decl, 0));
3654 decl = build_x_function_call (decl, NULL_TREE, current_class_ref);
3656 if (TREE_CODE (decl) == CALL_EXPR
3657 && (! TREE_TYPE (decl)
3658 || TREE_CODE (TREE_TYPE (decl)) != VOID_TYPE))
3659 decl = require_complete_type (decl);
3661 return decl;
3664 /* This is something of the form `int ((int)(int)(int)1)' that has turned
3665 out to be an expr. Since it was parsed like a type, we need to wade
3666 through and fix that. Since casts are right-associative, we are
3667 reversing the order, so we don't have to recurse.
3669 In the above example, DECL is the `(int)(int)(int)', and EXPR is the
3670 `1'. */
3672 tree
3673 reparse_absdcl_as_casts (decl, expr)
3674 tree decl, expr;
3676 tree type;
3678 if (TREE_CODE (expr) == CONSTRUCTOR
3679 && TREE_TYPE (expr) == 0)
3681 type = groktypename (TREE_VALUE (CALL_DECLARATOR_PARMS (decl)));
3682 decl = TREE_OPERAND (decl, 0);
3684 expr = digest_init (type, expr, (tree *) 0);
3685 if (TREE_CODE (type) == ARRAY_TYPE && TYPE_SIZE (type) == 0)
3687 int failure = complete_array_type (type, expr, 1);
3688 if (failure)
3689 my_friendly_abort (78);
3693 while (decl)
3695 type = groktypename (TREE_VALUE (CALL_DECLARATOR_PARMS (decl)));
3696 decl = TREE_OPERAND (decl, 0);
3697 expr = build_c_cast (type, expr);
3700 if (warn_old_style_cast && ! in_system_header
3701 && current_lang_name != lang_name_c)
3702 warning ("use of old-style cast");
3704 return expr;
3707 /* Given plain tree nodes for an expression, build up the full semantics. */
3709 tree
3710 build_expr_from_tree (t)
3711 tree t;
3713 if (t == NULL_TREE || t == error_mark_node)
3714 return t;
3716 switch (TREE_CODE (t))
3718 case IDENTIFIER_NODE:
3719 return do_identifier (t, 0, NULL_TREE);
3721 case LOOKUP_EXPR:
3722 if (LOOKUP_EXPR_GLOBAL (t))
3723 return do_scoped_id (TREE_OPERAND (t, 0), 0);
3724 else
3725 return do_identifier (TREE_OPERAND (t, 0), 0, NULL_TREE);
3727 case TEMPLATE_ID_EXPR:
3728 return (lookup_template_function
3729 (build_expr_from_tree (TREE_OPERAND (t, 0)),
3730 build_expr_from_tree (TREE_OPERAND (t, 1))));
3732 case INDIRECT_REF:
3733 return build_x_indirect_ref
3734 (build_expr_from_tree (TREE_OPERAND (t, 0)), "unary *");
3736 case CAST_EXPR:
3737 return build_functional_cast
3738 (TREE_TYPE (t), build_expr_from_tree (TREE_OPERAND (t, 0)));
3740 case REINTERPRET_CAST_EXPR:
3741 return build_reinterpret_cast
3742 (TREE_TYPE (t), build_expr_from_tree (TREE_OPERAND (t, 0)));
3744 case CONST_CAST_EXPR:
3745 return build_const_cast
3746 (TREE_TYPE (t), build_expr_from_tree (TREE_OPERAND (t, 0)));
3748 case DYNAMIC_CAST_EXPR:
3749 return build_dynamic_cast
3750 (TREE_TYPE (t), build_expr_from_tree (TREE_OPERAND (t, 0)));
3752 case STATIC_CAST_EXPR:
3753 return build_static_cast
3754 (TREE_TYPE (t), build_expr_from_tree (TREE_OPERAND (t, 0)));
3756 case PREDECREMENT_EXPR:
3757 case PREINCREMENT_EXPR:
3758 case POSTDECREMENT_EXPR:
3759 case POSTINCREMENT_EXPR:
3760 case NEGATE_EXPR:
3761 case BIT_NOT_EXPR:
3762 case ABS_EXPR:
3763 case TRUTH_NOT_EXPR:
3764 case ADDR_EXPR:
3765 case CONVERT_EXPR: /* Unary + */
3766 case REALPART_EXPR:
3767 case IMAGPART_EXPR:
3768 if (TREE_TYPE (t))
3769 return t;
3770 return build_x_unary_op (TREE_CODE (t),
3771 build_expr_from_tree (TREE_OPERAND (t, 0)));
3773 case PLUS_EXPR:
3774 case MINUS_EXPR:
3775 case MULT_EXPR:
3776 case TRUNC_DIV_EXPR:
3777 case CEIL_DIV_EXPR:
3778 case FLOOR_DIV_EXPR:
3779 case ROUND_DIV_EXPR:
3780 case EXACT_DIV_EXPR:
3781 case BIT_AND_EXPR:
3782 case BIT_ANDTC_EXPR:
3783 case BIT_IOR_EXPR:
3784 case BIT_XOR_EXPR:
3785 case TRUNC_MOD_EXPR:
3786 case FLOOR_MOD_EXPR:
3787 case TRUTH_ANDIF_EXPR:
3788 case TRUTH_ORIF_EXPR:
3789 case TRUTH_AND_EXPR:
3790 case TRUTH_OR_EXPR:
3791 case RSHIFT_EXPR:
3792 case LSHIFT_EXPR:
3793 case RROTATE_EXPR:
3794 case LROTATE_EXPR:
3795 case EQ_EXPR:
3796 case NE_EXPR:
3797 case MAX_EXPR:
3798 case MIN_EXPR:
3799 case LE_EXPR:
3800 case GE_EXPR:
3801 case LT_EXPR:
3802 case GT_EXPR:
3803 case MEMBER_REF:
3804 return build_x_binary_op
3805 (TREE_CODE (t),
3806 build_expr_from_tree (TREE_OPERAND (t, 0)),
3807 build_expr_from_tree (TREE_OPERAND (t, 1)));
3809 case DOTSTAR_EXPR:
3810 return build_m_component_ref
3811 (build_expr_from_tree (TREE_OPERAND (t, 0)),
3812 build_expr_from_tree (TREE_OPERAND (t, 1)));
3814 case SCOPE_REF:
3815 return build_offset_ref (TREE_OPERAND (t, 0), TREE_OPERAND (t, 1));
3817 case ARRAY_REF:
3818 if (TREE_OPERAND (t, 0) == NULL_TREE)
3819 /* new-type-id */
3820 return build_parse_node (ARRAY_REF, NULL_TREE,
3821 build_expr_from_tree (TREE_OPERAND (t, 1)));
3822 return grok_array_decl (build_expr_from_tree (TREE_OPERAND (t, 0)),
3823 build_expr_from_tree (TREE_OPERAND (t, 1)));
3825 case SIZEOF_EXPR:
3826 case ALIGNOF_EXPR:
3828 tree r = build_expr_from_tree (TREE_OPERAND (t, 0));
3829 if (TREE_CODE_CLASS (TREE_CODE (r)) != 't')
3830 r = TREE_TYPE (r);
3831 return TREE_CODE (t) == SIZEOF_EXPR ? c_sizeof (r) : c_alignof (r);
3834 case MODOP_EXPR:
3835 return build_x_modify_expr
3836 (build_expr_from_tree (TREE_OPERAND (t, 0)),
3837 TREE_CODE (TREE_OPERAND (t, 1)),
3838 build_expr_from_tree (TREE_OPERAND (t, 2)));
3840 case ARROW_EXPR:
3841 return build_x_arrow
3842 (build_expr_from_tree (TREE_OPERAND (t, 0)));
3844 case NEW_EXPR:
3845 return build_new
3846 (build_expr_from_tree (TREE_OPERAND (t, 0)),
3847 build_expr_from_tree (TREE_OPERAND (t, 1)),
3848 build_expr_from_tree (TREE_OPERAND (t, 2)),
3849 NEW_EXPR_USE_GLOBAL (t));
3851 case DELETE_EXPR:
3852 return delete_sanity
3853 (build_expr_from_tree (TREE_OPERAND (t, 0)),
3854 build_expr_from_tree (TREE_OPERAND (t, 1)),
3855 DELETE_EXPR_USE_VEC (t), DELETE_EXPR_USE_GLOBAL (t));
3857 case COMPOUND_EXPR:
3858 if (TREE_OPERAND (t, 1) == NULL_TREE)
3859 return build_x_compound_expr
3860 (build_expr_from_tree (TREE_OPERAND (t, 0)));
3861 else
3862 my_friendly_abort (42);
3864 case METHOD_CALL_EXPR:
3865 if (TREE_CODE (TREE_OPERAND (t, 0)) == SCOPE_REF)
3867 tree ref = TREE_OPERAND (t, 0);
3868 return build_scoped_method_call
3869 (build_expr_from_tree (TREE_OPERAND (t, 1)),
3870 build_expr_from_tree (TREE_OPERAND (ref, 0)),
3871 TREE_OPERAND (ref, 1),
3872 build_expr_from_tree (TREE_OPERAND (t, 2)));
3874 else
3876 tree fn = TREE_OPERAND (t, 0);
3878 /* We can get a TEMPLATE_ID_EXPR here on code like:
3880 x->f<2>();
3882 so we must resolve that. However, we can also get things
3883 like a BIT_NOT_EXPR here, when referring to a destructor,
3884 and things like that are not correctly resolved by
3885 build_expr_from_tree. So, just use build_expr_from_tree
3886 when we really need it. */
3887 if (TREE_CODE (fn) == TEMPLATE_ID_EXPR)
3888 fn = lookup_template_function
3889 (TREE_OPERAND (fn, 0),
3890 build_expr_from_tree (TREE_OPERAND (fn, 1)));
3892 return build_method_call
3893 (build_expr_from_tree (TREE_OPERAND (t, 1)),
3895 build_expr_from_tree (TREE_OPERAND (t, 2)),
3896 NULL_TREE, LOOKUP_NORMAL);
3899 case CALL_EXPR:
3900 if (TREE_CODE (TREE_OPERAND (t, 0)) == SCOPE_REF)
3902 tree ref = TREE_OPERAND (t, 0);
3903 return build_member_call
3904 (build_expr_from_tree (TREE_OPERAND (ref, 0)),
3905 TREE_OPERAND (ref, 1),
3906 build_expr_from_tree (TREE_OPERAND (t, 1)));
3908 else
3910 tree name = TREE_OPERAND (t, 0);
3911 tree id;
3912 tree args = build_expr_from_tree (TREE_OPERAND (t, 1));
3913 if (args != NULL_TREE && TREE_CODE (name) == LOOKUP_EXPR
3914 && !LOOKUP_EXPR_GLOBAL (name)
3915 && TREE_CODE ((id = TREE_OPERAND (name, 0))) == IDENTIFIER_NODE
3916 && (!current_class_type
3917 || !lookup_member (current_class_type, id, 0, 0)))
3919 /* Do Koenig lookup if there are no class members. */
3920 name = do_identifier (id, 0, args);
3922 else if (TREE_CODE (name) == TEMPLATE_ID_EXPR
3923 || ! really_overloaded_fn (name))
3924 name = build_expr_from_tree (name);
3925 return build_x_function_call (name, args, current_class_ref);
3928 case COND_EXPR:
3929 return build_x_conditional_expr
3930 (build_expr_from_tree (TREE_OPERAND (t, 0)),
3931 build_expr_from_tree (TREE_OPERAND (t, 1)),
3932 build_expr_from_tree (TREE_OPERAND (t, 2)));
3934 case PSEUDO_DTOR_EXPR:
3935 return (finish_pseudo_destructor_call_expr
3936 (build_expr_from_tree (TREE_OPERAND (t, 0)),
3937 build_expr_from_tree (TREE_OPERAND (t, 1)),
3938 build_expr_from_tree (TREE_OPERAND (t, 2))));
3940 case TREE_LIST:
3942 tree purpose, value, chain;
3944 if (t == void_list_node)
3945 return t;
3947 purpose = TREE_PURPOSE (t);
3948 if (purpose)
3949 purpose = build_expr_from_tree (purpose);
3950 value = TREE_VALUE (t);
3951 if (value)
3952 value = build_expr_from_tree (value);
3953 chain = TREE_CHAIN (t);
3954 if (chain && chain != void_type_node)
3955 chain = build_expr_from_tree (chain);
3956 return tree_cons (purpose, value, chain);
3959 case COMPONENT_REF:
3961 tree object = build_expr_from_tree (TREE_OPERAND (t, 0));
3962 tree field = TREE_OPERAND (t, 1);
3964 /* We use a COMPONENT_REF to indicate things of the form `x.b'
3965 and `x.A::b'. We must distinguish between those cases
3966 here. */
3967 if (TREE_CODE (field) == SCOPE_REF)
3968 return build_object_ref (object,
3969 TREE_OPERAND (field, 0),
3970 TREE_OPERAND (field, 1));
3971 else
3972 return build_x_component_ref (object, field,
3973 NULL_TREE, 1);
3976 case THROW_EXPR:
3977 return build_throw (build_expr_from_tree (TREE_OPERAND (t, 0)));
3979 case CONSTRUCTOR:
3981 tree r;
3983 /* digest_init will do the wrong thing if we let it. */
3984 if (TREE_TYPE (t) && TYPE_PTRMEMFUNC_P (TREE_TYPE (t)))
3985 return t;
3987 r = build_nt (CONSTRUCTOR, NULL_TREE,
3988 build_expr_from_tree (CONSTRUCTOR_ELTS (t)));
3989 TREE_HAS_CONSTRUCTOR (r) = TREE_HAS_CONSTRUCTOR (t);
3991 if (TREE_TYPE (t))
3992 return digest_init (TREE_TYPE (t), r, 0);
3993 return r;
3996 case TYPEID_EXPR:
3997 if (TREE_CODE_CLASS (TREE_CODE (TREE_OPERAND (t, 0))) == 't')
3998 return get_typeid (TREE_OPERAND (t, 0));
3999 return build_x_typeid (build_expr_from_tree (TREE_OPERAND (t, 0)));
4001 case VAR_DECL:
4002 return convert_from_reference (t);
4004 case VA_ARG_EXPR:
4005 return build_va_arg (build_expr_from_tree (TREE_OPERAND (t, 0)),
4006 TREE_TYPE (t));
4008 default:
4009 return t;
4013 /* This is something of the form `int (*a)++' that has turned out to be an
4014 expr. It was only converted into parse nodes, so we need to go through
4015 and build up the semantics. Most of the work is done by
4016 build_expr_from_tree, above.
4018 In the above example, TYPE is `int' and DECL is `*a'. */
4020 tree
4021 reparse_decl_as_expr (type, decl)
4022 tree type, decl;
4024 decl = build_expr_from_tree (decl);
4025 if (type)
4026 return build_functional_cast (type, build_expr_list (NULL_TREE, decl));
4027 else
4028 return decl;
4031 /* This is something of the form `int (*a)' that has turned out to be a
4032 decl. It was only converted into parse nodes, so we need to do the
4033 checking that make_{pointer,reference}_declarator do. */
4035 tree
4036 finish_decl_parsing (decl)
4037 tree decl;
4039 extern int current_class_depth;
4041 switch (TREE_CODE (decl))
4043 case IDENTIFIER_NODE:
4044 return decl;
4045 case INDIRECT_REF:
4046 return make_pointer_declarator
4047 (NULL_TREE, finish_decl_parsing (TREE_OPERAND (decl, 0)));
4048 case ADDR_EXPR:
4049 return make_reference_declarator
4050 (NULL_TREE, finish_decl_parsing (TREE_OPERAND (decl, 0)));
4051 case BIT_NOT_EXPR:
4052 TREE_OPERAND (decl, 0) = finish_decl_parsing (TREE_OPERAND (decl, 0));
4053 return decl;
4054 case SCOPE_REF:
4055 push_nested_class (TREE_TYPE (TREE_OPERAND (decl, 0)), 3);
4056 TREE_COMPLEXITY (decl) = current_class_depth;
4057 return decl;
4058 case ARRAY_REF:
4059 TREE_OPERAND (decl, 0) = finish_decl_parsing (TREE_OPERAND (decl, 0));
4060 return decl;
4061 case TREE_LIST:
4062 /* For attribute handling. */
4063 TREE_VALUE (decl) = finish_decl_parsing (TREE_VALUE (decl));
4064 return decl;
4065 default:
4066 my_friendly_abort (5);
4067 return NULL_TREE;
4071 tree
4072 check_cp_case_value (value)
4073 tree value;
4075 if (value == NULL_TREE)
4076 return value;
4078 /* Strip NON_LVALUE_EXPRs since we aren't using as an lvalue. */
4079 STRIP_TYPE_NOPS (value);
4081 if (TREE_READONLY_DECL_P (value))
4083 value = decl_constant_value (value);
4084 STRIP_TYPE_NOPS (value);
4086 value = fold (value);
4088 if (TREE_CODE (value) != INTEGER_CST
4089 && value != error_mark_node)
4091 cp_error ("case label `%E' does not reduce to an integer constant",
4092 value);
4093 value = error_mark_node;
4095 else
4096 /* Promote char or short to int. */
4097 value = default_conversion (value);
4099 constant_expression_warning (value);
4101 return value;
4104 /* Return 1 if root encloses child. */
4106 static int
4107 is_namespace_ancestor (root, child)
4108 tree root, child;
4110 if (root == child)
4111 return 1;
4112 if (root == global_namespace)
4113 return 1;
4114 if (child == global_namespace)
4115 return 0;
4116 return is_namespace_ancestor (root, CP_DECL_CONTEXT (child));
4120 /* Return the namespace that is the common ancestor
4121 of two given namespaces. */
4123 tree
4124 namespace_ancestor (ns1, ns2)
4125 tree ns1, ns2;
4127 if (is_namespace_ancestor (ns1, ns2))
4128 return ns1;
4129 return namespace_ancestor (CP_DECL_CONTEXT (ns1), ns2);
4132 /* Insert used into the using list of user. Set indirect_flag if this
4133 directive is not directly from the source. Also find the common
4134 ancestor and let our users know about the new namespace */
4135 static void
4136 add_using_namespace (user, used, indirect)
4137 tree user;
4138 tree used;
4139 int indirect;
4141 tree t;
4142 /* Using oneself is a no-op. */
4143 if (user == used)
4144 return;
4145 my_friendly_assert (TREE_CODE (user) == NAMESPACE_DECL, 380);
4146 my_friendly_assert (TREE_CODE (used) == NAMESPACE_DECL, 380);
4147 /* Check if we already have this. */
4148 t = purpose_member (used, DECL_NAMESPACE_USING (user));
4149 if (t != NULL_TREE)
4151 if (!indirect)
4152 /* Promote to direct usage. */
4153 TREE_INDIRECT_USING (t) = 0;
4154 return;
4157 /* Add used to the user's using list. */
4158 DECL_NAMESPACE_USING (user)
4159 = tree_cons (used, namespace_ancestor (user, used),
4160 DECL_NAMESPACE_USING (user));
4162 TREE_INDIRECT_USING (DECL_NAMESPACE_USING (user)) = indirect;
4164 /* Add user to the used's users list. */
4165 DECL_NAMESPACE_USERS (used)
4166 = tree_cons (user, 0, DECL_NAMESPACE_USERS (used));
4168 /* Recursively add all namespaces used. */
4169 for (t = DECL_NAMESPACE_USING (used); t; t = TREE_CHAIN (t))
4170 /* indirect usage */
4171 add_using_namespace (user, TREE_PURPOSE (t), 1);
4173 /* Tell everyone using us about the new used namespaces. */
4174 for (t = DECL_NAMESPACE_USERS (user); t; t = TREE_CHAIN (t))
4175 add_using_namespace (TREE_PURPOSE (t), used, 1);
4178 /* Combines two sets of overloaded functions into an OVERLOAD chain, removing
4179 duplicates. The first list becomes the tail of the result.
4181 The algorithm is O(n^2). We could get this down to O(n log n) by
4182 doing a sort on the addresses of the functions, if that becomes
4183 necessary. */
4185 static tree
4186 merge_functions (s1, s2)
4187 tree s1;
4188 tree s2;
4190 for (; s2; s2 = OVL_NEXT (s2))
4192 tree fn = OVL_CURRENT (s2);
4193 if (! ovl_member (fn, s1))
4194 s1 = build_overload (fn, s1);
4196 return s1;
4199 /* This should return an error not all definitions define functions.
4200 It is not an error if we find two functions with exactly the
4201 same signature, only if these are selected in overload resolution.
4202 old is the current set of bindings, new the freshly-found binding.
4203 XXX Do we want to give *all* candidates in case of ambiguity?
4204 XXX In what way should I treat extern declarations?
4205 XXX I don't want to repeat the entire duplicate_decls here */
4207 static tree
4208 ambiguous_decl (name, old, new, flags)
4209 tree name;
4210 tree old;
4211 tree new;
4212 int flags;
4214 tree val, type;
4215 my_friendly_assert (old != NULL_TREE, 393);
4216 /* Copy the value. */
4217 val = BINDING_VALUE (new);
4218 if (val)
4219 switch (TREE_CODE (val))
4221 case TEMPLATE_DECL:
4222 /* If we expect types or namespaces, and not templates,
4223 or this is not a template class. */
4224 if (LOOKUP_QUALIFIERS_ONLY (flags)
4225 && !DECL_CLASS_TEMPLATE_P (val))
4226 val = NULL_TREE;
4227 break;
4228 case TYPE_DECL:
4229 if (LOOKUP_NAMESPACES_ONLY (flags))
4230 val = NULL_TREE;
4231 break;
4232 case NAMESPACE_DECL:
4233 if (LOOKUP_TYPES_ONLY (flags))
4234 val = NULL_TREE;
4235 break;
4236 default:
4237 if (LOOKUP_QUALIFIERS_ONLY (flags))
4238 val = NULL_TREE;
4241 if (!BINDING_VALUE (old))
4242 BINDING_VALUE (old) = val;
4243 else if (val && val != BINDING_VALUE (old))
4245 if (is_overloaded_fn (BINDING_VALUE (old))
4246 && is_overloaded_fn (val))
4248 BINDING_VALUE (old) = merge_functions (BINDING_VALUE (old),
4249 val);
4251 else
4253 /* Some declarations are functions, some are not. */
4254 if (flags & LOOKUP_COMPLAIN)
4256 /* If we've already given this error for this lookup,
4257 BINDING_VALUE (old) is error_mark_node, so let's not
4258 repeat ourselves. */
4259 if (BINDING_VALUE (old) != error_mark_node)
4261 cp_error ("use of `%D' is ambiguous", name);
4262 cp_error_at (" first declared as `%#D' here",
4263 BINDING_VALUE (old));
4265 cp_error_at (" also declared as `%#D' here", val);
4267 return error_mark_node;
4270 /* ... and copy the type. */
4271 type = BINDING_TYPE (new);
4272 if (LOOKUP_NAMESPACES_ONLY (flags))
4273 type = NULL_TREE;
4274 if (!BINDING_TYPE (old))
4275 BINDING_TYPE (old) = type;
4276 else if (type && BINDING_TYPE (old) != type)
4278 if (flags & LOOKUP_COMPLAIN)
4280 cp_error ("`%D' denotes an ambiguous type",name);
4281 cp_error_at (" first type here", BINDING_TYPE (old));
4282 cp_error_at (" other type here", type);
4285 return old;
4288 /* Subroutine of unualified_namespace_lookup:
4289 Add the bindings of NAME in used namespaces to VAL.
4290 We are currently looking for names in namespace SCOPE, so we
4291 look through USINGS for using-directives of namespaces
4292 which have SCOPE as a common ancestor with the current scope.
4293 Returns zero on errors. */
4296 lookup_using_namespace (name, val, usings, scope, flags, spacesp)
4297 tree name, val, usings, scope;
4298 int flags;
4299 tree *spacesp;
4301 tree iter;
4302 tree val1;
4303 /* Iterate over all used namespaces in current, searching for using
4304 directives of scope. */
4305 for (iter = usings; iter; iter = TREE_CHAIN (iter))
4306 if (TREE_VALUE (iter) == scope)
4308 if (spacesp)
4309 *spacesp = tree_cons (TREE_PURPOSE (iter), NULL_TREE,
4310 *spacesp);
4311 val1 = binding_for_name (name, TREE_PURPOSE (iter));
4312 /* Resolve ambiguities. */
4313 val = ambiguous_decl (name, val, val1, flags);
4315 return val != error_mark_node;
4318 /* [namespace.qual]
4319 Accepts the NAME to lookup and its qualifying SCOPE.
4320 Returns the name/type pair found into the CPLUS_BINDING RESULT,
4321 or 0 on error. */
4324 qualified_lookup_using_namespace (name, scope, result, flags)
4325 tree name;
4326 tree scope;
4327 tree result;
4328 int flags;
4330 /* Maintain a list of namespaces visited... */
4331 tree seen = NULL_TREE;
4332 /* ... and a list of namespace yet to see. */
4333 tree todo = NULL_TREE;
4334 tree usings;
4335 while (scope && (result != error_mark_node))
4337 seen = temp_tree_cons (scope, NULL_TREE, seen);
4338 result = ambiguous_decl (name, result,
4339 binding_for_name (name, scope), flags);
4340 if (!BINDING_VALUE (result) && !BINDING_TYPE (result))
4341 /* Consider using directives. */
4342 for (usings = DECL_NAMESPACE_USING (scope); usings;
4343 usings = TREE_CHAIN (usings))
4344 /* If this was a real directive, and we have not seen it. */
4345 if (!TREE_INDIRECT_USING (usings)
4346 && !purpose_member (TREE_PURPOSE (usings), seen))
4347 todo = temp_tree_cons (TREE_PURPOSE (usings), NULL_TREE, todo);
4348 if (todo)
4350 scope = TREE_PURPOSE (todo);
4351 todo = TREE_CHAIN (todo);
4353 else
4354 scope = NULL_TREE; /* If there never was a todo list. */
4356 return result != error_mark_node;
4359 /* [namespace.memdef]/2 */
4361 /* Set the context of a declaration to scope. Complain if we are not
4362 outside scope. */
4364 void
4365 set_decl_namespace (decl, scope, friendp)
4366 tree decl;
4367 tree scope;
4368 int friendp;
4370 tree old;
4371 if (scope == std_node)
4372 scope = global_namespace;
4373 /* Get rid of namespace aliases. */
4374 scope = ORIGINAL_NAMESPACE (scope);
4376 /* It is ok for friends to be qualified in parallel space. */
4377 if (!friendp && !is_namespace_ancestor (current_namespace, scope))
4378 cp_error ("declaration of `%D' not in a namespace surrounding `%D'",
4379 decl, scope);
4380 DECL_CONTEXT (decl) = FROB_CONTEXT (scope);
4381 if (scope != current_namespace)
4383 /* See whether this has been declared in the namespace. */
4384 old = namespace_binding (DECL_NAME (decl), scope);
4385 if (!old)
4386 /* No old declaration at all. */
4387 goto complain;
4388 if (!is_overloaded_fn (decl))
4389 /* Don't compare non-function decls with decls_match here,
4390 since it can't check for the correct constness at this
4391 point. pushdecl will find those errors later. */
4392 return;
4393 /* Since decl is a function, old should contain a function decl. */
4394 if (!is_overloaded_fn (old))
4395 goto complain;
4396 if (processing_template_decl || processing_specialization)
4397 /* We have not yet called push_template_decl to turn the
4398 FUNCTION_DECL into a TEMPLATE_DECL, so the declarations
4399 won't match. But, we'll check later, when we construct the
4400 template. */
4401 return;
4402 for (; old; old = OVL_NEXT (old))
4403 if (decls_match (decl, OVL_CURRENT (old)))
4404 return;
4406 else
4407 return;
4408 complain:
4409 cp_error ("`%D' should have been declared inside `%D'",
4410 decl, scope);
4413 /* Compute the namespace where a declaration is defined. */
4415 static tree
4416 decl_namespace (decl)
4417 tree decl;
4419 while (DECL_CONTEXT (decl))
4421 decl = DECL_CONTEXT (decl);
4422 if (TREE_CODE (decl) == NAMESPACE_DECL)
4423 return decl;
4424 if (TREE_CODE_CLASS (TREE_CODE (decl)) == 't')
4425 decl = TYPE_STUB_DECL (decl);
4426 my_friendly_assert (TREE_CODE_CLASS (TREE_CODE (decl)) == 'd', 390);
4429 return global_namespace;
4432 /* Return the namespace where the current declaration is declared. */
4434 tree
4435 current_decl_namespace ()
4437 tree result;
4438 /* If we have been pushed into a different namespace, use it. */
4439 if (decl_namespace_list)
4440 return TREE_PURPOSE (decl_namespace_list);
4442 if (current_class_type)
4443 result = decl_namespace (TYPE_STUB_DECL (current_class_type));
4444 else if (current_function_decl)
4445 result = decl_namespace (current_function_decl);
4446 else
4447 result = current_namespace;
4448 return result;
4451 /* Temporarily set the namespace for the current declaration. */
4453 void
4454 push_decl_namespace (decl)
4455 tree decl;
4457 if (TREE_CODE (decl) != NAMESPACE_DECL)
4458 decl = decl_namespace (decl);
4459 decl_namespace_list = tree_cons (decl, NULL_TREE, decl_namespace_list);
4462 void
4463 pop_decl_namespace ()
4465 decl_namespace_list = TREE_CHAIN (decl_namespace_list);
4468 /* Enter a class or namespace scope. */
4470 void
4471 push_scope (t)
4472 tree t;
4474 if (TREE_CODE (t) == NAMESPACE_DECL)
4475 push_decl_namespace (t);
4476 else
4477 pushclass (t, 2);
4480 /* Leave scope pushed by push_scope. */
4482 void
4483 pop_scope (t)
4484 tree t;
4486 if (TREE_CODE (t) == NAMESPACE_DECL)
4487 pop_decl_namespace ();
4488 else
4489 popclass ();
4492 /* [basic.lookup.koenig] */
4493 /* A non-zero return value in the functions below indicates an error.
4494 All nodes allocated in the procedure are on the scratch obstack. */
4496 struct arg_lookup
4498 tree name;
4499 tree namespaces;
4500 tree classes;
4501 tree functions;
4504 static int arg_assoc PROTO((struct arg_lookup*, tree));
4505 static int arg_assoc_args PROTO((struct arg_lookup*, tree));
4506 static int arg_assoc_type PROTO((struct arg_lookup*, tree));
4507 static int add_function PROTO((struct arg_lookup *, tree));
4508 static int arg_assoc_namespace PROTO((struct arg_lookup *, tree));
4509 static int arg_assoc_class PROTO((struct arg_lookup *, tree));
4510 static int arg_assoc_template_arg PROTO((struct arg_lookup*, tree));
4512 /* Add a function to the lookup structure.
4513 Returns 1 on error. */
4515 static int
4516 add_function (k, fn)
4517 struct arg_lookup *k;
4518 tree fn;
4520 /* We used to check here to see if the function was already in the list,
4521 but that's O(n^2), which is just too expensive for function lookup.
4522 Now we deal with the occasional duplicate in joust. In doing this, we
4523 assume that the number of duplicates will be small compared to the
4524 total number of functions being compared, which should usually be the
4525 case. */
4527 /* We must find only functions, or exactly one non-function. */
4528 if (k->functions && is_overloaded_fn (k->functions)
4529 && is_overloaded_fn (fn))
4530 k->functions = build_overload (fn, k->functions);
4531 else if (k->functions)
4533 tree f1 = OVL_CURRENT (k->functions);
4534 tree f2 = fn;
4535 if (is_overloaded_fn (f1))
4537 fn = f1; f1 = f2; f2 = fn;
4539 cp_error_at ("`%D' is not a function,", f1);
4540 cp_error_at (" conflict with `%D'", f2);
4541 cp_error (" in call to `%D'", k->name);
4542 return 1;
4544 else
4545 k->functions = fn;
4546 return 0;
4549 /* Add functions of a namespace to the lookup structure.
4550 Returns 1 on error. */
4552 static int
4553 arg_assoc_namespace (k, scope)
4554 struct arg_lookup *k;
4555 tree scope;
4557 tree value;
4559 if (purpose_member (scope, k->namespaces))
4560 return 0;
4561 k->namespaces = tree_cons (scope, NULL_TREE, k->namespaces);
4563 value = namespace_binding (k->name, scope);
4564 if (!value)
4565 return 0;
4567 for (; value; value = OVL_NEXT (value))
4568 if (add_function (k, OVL_CURRENT (value)))
4569 return 1;
4571 return 0;
4574 /* Adds everything associated with a template argument to the lookup
4575 structure. Returns 1 on error. */
4577 static int
4578 arg_assoc_template_arg (k, arg)
4579 struct arg_lookup* k;
4580 tree arg;
4582 /* [basic.lookup.koenig]
4584 If T is a template-id, its associated namespaces and classes are
4585 ... the namespaces and classes associated with the types of the
4586 template arguments provided for template type parameters
4587 (excluding template template parameters); the namespaces in which
4588 any template template arguments are defined; and the classes in
4589 which any member templates used as template template arguments
4590 are defined. [Note: non-type template arguments do not
4591 contribute to the set of associated namespaces. ] */
4593 /* Consider first template template arguments. */
4594 if (TREE_CODE (arg) == TEMPLATE_DECL)
4596 tree ctx = CP_DECL_CONTEXT (arg);
4598 /* It's not a member template. */
4599 if (TREE_CODE (ctx) == NAMESPACE_DECL)
4600 return arg_assoc_namespace (k, ctx);
4601 /* Otherwise, it must be member template. */
4602 else
4603 return arg_assoc_class (k, ctx);
4605 /* It's not a template template argument, but it is a type template
4606 argument. */
4607 else if (TREE_CODE_CLASS (TREE_CODE (arg)) == 't')
4608 return arg_assoc_type (k, arg);
4609 /* It's a non-type template argument. */
4610 else
4611 return 0;
4614 /* Adds everything associated with class to the lookup structure.
4615 Returns 1 on error. */
4617 static int
4618 arg_assoc_class (k, type)
4619 struct arg_lookup* k;
4620 tree type;
4622 tree list, friends, context;
4623 int i;
4625 /* Backend build structures, such as __builtin_va_list, aren't
4626 affected by all this. */
4627 if (!CLASS_TYPE_P (type))
4628 return 0;
4630 if (purpose_member (type, k->classes))
4631 return 0;
4632 k->classes = tree_cons (type, NULL_TREE, k->classes);
4634 context = decl_namespace (TYPE_MAIN_DECL (type));
4635 if (arg_assoc_namespace (k, context))
4636 return 1;
4638 /* Process baseclasses. */
4639 for (i = 0; i < CLASSTYPE_N_BASECLASSES (type); i++)
4640 if (arg_assoc_class (k, TYPE_BINFO_BASETYPE (type, i)))
4641 return 1;
4643 /* Process friends. */
4644 for (list = DECL_FRIENDLIST (TYPE_MAIN_DECL (type)); list;
4645 list = TREE_CHAIN (list))
4646 if (k->name == TREE_PURPOSE (list))
4647 for (friends = TREE_VALUE (list); friends;
4648 friends = TREE_CHAIN (friends))
4649 /* Only interested in global functions with potentially hidden
4650 (i.e. unqualified) declarations. */
4651 if (TREE_PURPOSE (list) == error_mark_node && TREE_VALUE (list)
4652 && decl_namespace (TREE_VALUE (list)) == context)
4653 if (add_function (k, TREE_VALUE (list)))
4654 return 1;
4656 /* Process template arguments. */
4657 if (CLASSTYPE_TEMPLATE_INFO (type))
4659 list = innermost_args (CLASSTYPE_TI_ARGS (type));
4660 for (i = 0; i < TREE_VEC_LENGTH (list); ++i)
4661 arg_assoc_template_arg (k, TREE_VEC_ELT (list, i));
4664 return 0;
4667 /* Adds everything associated with a given type.
4668 Returns 1 on error. */
4670 static int
4671 arg_assoc_type (k, type)
4672 struct arg_lookup *k;
4673 tree type;
4675 switch (TREE_CODE (type))
4677 case VOID_TYPE:
4678 case INTEGER_TYPE:
4679 case REAL_TYPE:
4680 case COMPLEX_TYPE:
4681 case CHAR_TYPE:
4682 case BOOLEAN_TYPE:
4683 return 0;
4684 case RECORD_TYPE:
4685 if (TYPE_PTRMEMFUNC_P (type))
4686 return arg_assoc_type (k, TYPE_PTRMEMFUNC_FN_TYPE (type));
4687 return arg_assoc_class (k, type);
4688 case POINTER_TYPE:
4689 case REFERENCE_TYPE:
4690 case ARRAY_TYPE:
4691 return arg_assoc_type (k, TREE_TYPE (type));
4692 case UNION_TYPE:
4693 case ENUMERAL_TYPE:
4694 return arg_assoc_namespace (k, decl_namespace (TYPE_MAIN_DECL (type)));
4695 case OFFSET_TYPE:
4696 /* Pointer to member: associate class type and value type. */
4697 if (arg_assoc_type (k, TYPE_OFFSET_BASETYPE (type)))
4698 return 1;
4699 return arg_assoc_type (k, TREE_TYPE (type));
4700 case METHOD_TYPE:
4701 /* The basetype is referenced in the first arg type, so just
4702 fall through. */
4703 case FUNCTION_TYPE:
4704 /* Associate the parameter types. */
4705 if (arg_assoc_args (k, TYPE_ARG_TYPES (type)))
4706 return 1;
4707 /* Associate the return type. */
4708 return arg_assoc_type (k, TREE_TYPE (type));
4709 case TEMPLATE_TYPE_PARM:
4710 case TEMPLATE_TEMPLATE_PARM:
4711 return 0;
4712 case LANG_TYPE:
4713 if (type == unknown_type_node)
4714 return 0;
4715 /* else fall through */
4716 default:
4717 my_friendly_abort (390);
4719 return 0;
4722 /* Adds everything associated with arguments. Returns 1 on error. */
4724 static int
4725 arg_assoc_args (k, args)
4726 struct arg_lookup* k;
4727 tree args;
4729 for (; args; args = TREE_CHAIN (args))
4730 if (arg_assoc (k, TREE_VALUE (args)))
4731 return 1;
4732 return 0;
4735 /* Adds everything associated with a given tree_node. Returns 1 on error. */
4737 static int
4738 arg_assoc (k, n)
4739 struct arg_lookup* k;
4740 tree n;
4742 if (n == error_mark_node)
4743 return 0;
4745 if (TREE_CODE_CLASS (TREE_CODE (n)) == 't')
4746 return arg_assoc_type (k, n);
4748 if (! type_unknown_p (n))
4749 return arg_assoc_type (k, TREE_TYPE (n));
4751 if (TREE_CODE (n) == ADDR_EXPR)
4752 n = TREE_OPERAND (n, 0);
4753 if (TREE_CODE (n) == COMPONENT_REF)
4754 n = TREE_OPERAND (n, 1);
4755 if (TREE_CODE (n) == OFFSET_REF)
4756 n = TREE_OPERAND (n, 1);
4757 while (TREE_CODE (n) == TREE_LIST)
4758 n = TREE_VALUE (n);
4760 if (TREE_CODE (n) == FUNCTION_DECL)
4761 return arg_assoc_type (k, TREE_TYPE (n));
4762 if (TREE_CODE (n) == TEMPLATE_ID_EXPR)
4764 /* [basic.lookup.koenig]
4766 If T is a template-id, its associated namespaces and classes
4767 are the namespace in which the template is defined; for
4768 member templates, the member template's class... */
4769 tree template = TREE_OPERAND (n, 0);
4770 tree args = TREE_OPERAND (n, 1);
4771 tree ctx;
4772 tree arg;
4774 /* First, the template. There may actually be more than one if
4775 this is an overloaded function template. But, in that case,
4776 we only need the first; all the functions will be in the same
4777 namespace. */
4778 template = OVL_CURRENT (template);
4780 ctx = CP_DECL_CONTEXT (template);
4782 if (TREE_CODE (ctx) == NAMESPACE_DECL)
4784 if (arg_assoc_namespace (k, ctx) == 1)
4785 return 1;
4787 /* It must be a member template. */
4788 else if (arg_assoc_class (k, ctx) == 1)
4789 return 1;
4791 /* Now the arguments. */
4792 for (arg = args; arg != NULL_TREE; arg = TREE_CHAIN (arg))
4793 if (arg_assoc_template_arg (k, TREE_VALUE (arg)) == 1)
4794 return 1;
4796 else
4798 my_friendly_assert (TREE_CODE (n) == OVERLOAD, 980715);
4800 for (; n; n = OVL_CHAIN (n))
4801 if (arg_assoc_type (k, TREE_TYPE (OVL_FUNCTION (n))))
4802 return 1;
4805 return 0;
4808 /* Performs Koenig lookup depending on arguments, where fns
4809 are the functions found in normal lookup. */
4811 tree
4812 lookup_arg_dependent (name, fns, args)
4813 tree name;
4814 tree fns;
4815 tree args;
4817 struct arg_lookup k;
4819 k.name = name;
4820 k.functions = fns;
4821 k.classes = NULL_TREE;
4823 /* Note that we've already looked at some namespaces during normal
4824 unqualified lookup, unless we found a decl in function scope. */
4825 if (fns && DECL_LOCAL_FUNCTION_P (OVL_CURRENT (fns)))
4826 k.namespaces = NULL_TREE;
4827 else
4828 unqualified_namespace_lookup (name, 0, &k.namespaces);
4830 arg_assoc_args (&k, args);
4831 return k.functions;
4834 /* Process a namespace-alias declaration. */
4836 void
4837 do_namespace_alias (alias, namespace)
4838 tree alias, namespace;
4840 if (TREE_CODE (namespace) != NAMESPACE_DECL)
4842 /* The parser did not find it, so it's not there. */
4843 cp_error ("unknown namespace `%D'", namespace);
4844 return;
4847 namespace = ORIGINAL_NAMESPACE (namespace);
4849 /* Build the alias. */
4850 alias = build_lang_decl (NAMESPACE_DECL, alias, void_type_node);
4851 DECL_NAMESPACE_ALIAS (alias) = namespace;
4852 pushdecl (alias);
4855 /* Check a non-member using-declaration. Return the name and scope
4856 being used, and the USING_DECL, or NULL_TREE on failure. */
4858 static tree
4859 validate_nonmember_using_decl (decl, scope, name)
4860 tree decl;
4861 tree *scope;
4862 tree *name;
4864 if (TREE_CODE (decl) == SCOPE_REF
4865 && TREE_OPERAND (decl, 0) == std_node)
4867 if (namespace_bindings_p ()
4868 && current_namespace == global_namespace)
4869 /* There's no need for a using declaration at all, here,
4870 since `std' is the same as `::'. We can't just pass this
4871 on because we'll complain later about declaring something
4872 in the same scope as a using declaration with the same
4873 name. We return NULL_TREE which indicates to the caller
4874 that there's no need to do any further processing. */
4875 return NULL_TREE;
4877 *scope = global_namespace;
4878 *name = TREE_OPERAND (decl, 1);
4880 else if (TREE_CODE (decl) == SCOPE_REF)
4882 *scope = TREE_OPERAND (decl, 0);
4883 *name = TREE_OPERAND (decl, 1);
4885 /* [namespace.udecl]
4887 A using-declaration for a class member shall be a
4888 member-declaration. */
4889 if (TREE_CODE (*scope) != NAMESPACE_DECL)
4891 if (TYPE_P (*scope))
4892 cp_error ("`%T' is not a namespace", *scope);
4893 else
4894 cp_error ("`%D' is not a namespace", *scope);
4895 return NULL_TREE;
4898 else if (TREE_CODE (decl) == IDENTIFIER_NODE
4899 || TREE_CODE (decl) == TYPE_DECL
4900 || TREE_CODE (decl) == TEMPLATE_DECL)
4902 *scope = global_namespace;
4903 *name = decl;
4905 else
4906 my_friendly_abort (382);
4907 if (TREE_CODE_CLASS (TREE_CODE (*name)) == 'd')
4908 *name = DECL_NAME (*name);
4909 /* Make a USING_DECL. */
4910 return push_using_decl (*scope, *name);
4913 /* Process local and global using-declarations. */
4915 static void
4916 do_nonmember_using_decl (scope, name, oldval, oldtype, newval, newtype)
4917 tree scope, name;
4918 tree oldval, oldtype;
4919 tree *newval, *newtype;
4921 tree decls;
4923 *newval = *newtype = NULL_TREE;
4924 decls = make_node (CPLUS_BINDING);
4925 if (!qualified_lookup_using_namespace (name, scope, decls, 0))
4926 /* Lookup error */
4927 return;
4929 if (!BINDING_VALUE (decls) && !BINDING_TYPE (decls))
4931 cp_error ("`%D' not declared", name);
4932 return;
4935 /* Check for using functions. */
4936 if (BINDING_VALUE (decls) && is_overloaded_fn (BINDING_VALUE (decls)))
4938 tree tmp, tmp1;
4940 if (oldval && !is_overloaded_fn (oldval))
4942 duplicate_decls (OVL_CURRENT (BINDING_VALUE (decls)), oldval);
4943 oldval = NULL_TREE;
4946 *newval = oldval;
4947 for (tmp = BINDING_VALUE (decls); tmp; tmp = OVL_NEXT (tmp))
4949 tree new_fn = OVL_CURRENT (tmp);
4951 /* [namespace.udecl]
4953 If a function declaration in namespace scope or block
4954 scope has the same name and the same parameter types as a
4955 function introduced by a using declaration the program is
4956 ill-formed. */
4957 for (tmp1 = oldval; tmp1; tmp1 = OVL_NEXT (tmp1))
4959 tree old_fn = OVL_CURRENT (tmp1);
4961 if (!OVL_USED (tmp1)
4962 && compparms (TYPE_ARG_TYPES (TREE_TYPE (new_fn)),
4963 TYPE_ARG_TYPES (TREE_TYPE (old_fn))))
4965 /* There was already a non-using declaration in
4966 this scope with the same parameter types. */
4967 cp_error ("`%D' is already declared in this scope",
4968 name);
4969 break;
4971 else if (duplicate_decls (new_fn, old_fn))
4972 /* We're re-using something we already used
4973 before. We don't need to add it again. */
4974 break;
4977 /* If we broke out of the loop, there's no reason to add
4978 this function to the using declarations for this
4979 scope. */
4980 if (tmp1)
4981 continue;
4983 *newval = build_overload (OVL_CURRENT (tmp), *newval);
4984 if (TREE_CODE (*newval) != OVERLOAD)
4985 *newval = ovl_cons (*newval, NULL_TREE);
4986 OVL_USED (*newval) = 1;
4989 else
4991 *newval = BINDING_VALUE (decls);
4992 if (oldval)
4993 duplicate_decls (*newval, oldval);
4996 *newtype = BINDING_TYPE (decls);
4997 if (oldtype && *newtype && oldtype != *newtype)
4999 cp_error ("using directive `%D' introduced ambiguous type `%T'",
5000 name, oldtype);
5001 return;
5005 /* Process a using-declaration not appearing in class or local scope. */
5007 void
5008 do_toplevel_using_decl (decl)
5009 tree decl;
5011 tree scope, name, binding;
5012 tree oldval, oldtype, newval, newtype;
5014 decl = validate_nonmember_using_decl (decl, &scope, &name);
5015 if (decl == NULL_TREE)
5016 return;
5018 binding = binding_for_name (name, current_namespace);
5020 oldval = BINDING_VALUE (binding);
5021 oldtype = BINDING_TYPE (binding);
5023 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype);
5025 /* Copy declarations found. */
5026 if (newval)
5027 BINDING_VALUE (binding) = newval;
5028 if (newtype)
5029 BINDING_TYPE (binding) = newtype;
5030 return;
5033 /* Process a using-declaration at function scope. */
5035 void
5036 do_local_using_decl (decl)
5037 tree decl;
5039 tree scope, name;
5040 tree oldval, oldtype, newval, newtype;
5042 decl = validate_nonmember_using_decl (decl, &scope, &name);
5043 if (decl == NULL_TREE)
5044 return;
5046 oldval = lookup_name_current_level (name);
5047 oldtype = lookup_type_current_level (name);
5049 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype);
5051 if (newval)
5053 if (is_overloaded_fn (newval))
5055 tree fn, term;
5057 /* We only need to push declarations for those functions
5058 that were not already bound in the current level.
5059 The old value might be NULL_TREE, it might be a single
5060 function, or an OVERLOAD. */
5061 if (oldval && TREE_CODE (oldval) == OVERLOAD)
5062 term = OVL_FUNCTION (oldval);
5063 else
5064 term = oldval;
5065 for (fn = newval; fn && OVL_CURRENT (fn) != term;
5066 fn = OVL_NEXT (fn))
5067 push_overloaded_decl (OVL_CURRENT (fn),
5068 PUSH_LOCAL | PUSH_USING);
5070 else
5071 push_local_binding (name, newval, PUSH_USING);
5073 if (newtype)
5074 set_identifier_type_value (name, newtype);
5077 tree
5078 do_class_using_decl (decl)
5079 tree decl;
5081 tree name, value;
5083 if (TREE_CODE (decl) != SCOPE_REF
5084 || TREE_CODE_CLASS (TREE_CODE (TREE_OPERAND (decl, 0))) != 't')
5086 cp_error ("using-declaration for non-member at class scope");
5087 return NULL_TREE;
5089 name = TREE_OPERAND (decl, 1);
5090 if (TREE_CODE (name) == BIT_NOT_EXPR)
5092 cp_error ("using-declaration for destructor");
5093 return NULL_TREE;
5095 if (TREE_CODE (name) == TYPE_DECL)
5096 name = DECL_NAME (name);
5098 my_friendly_assert (TREE_CODE (name) == IDENTIFIER_NODE, 980716);
5100 value = build_lang_decl (USING_DECL, name, void_type_node);
5101 DECL_INITIAL (value) = TREE_OPERAND (decl, 0);
5102 return value;
5105 /* Process a using-directive. */
5107 void
5108 do_using_directive (namespace)
5109 tree namespace;
5111 if (namespace == std_node)
5112 return;
5113 /* using namespace A::B::C; */
5114 if (TREE_CODE (namespace) == SCOPE_REF)
5115 namespace = TREE_OPERAND (namespace, 1);
5116 if (TREE_CODE (namespace) == IDENTIFIER_NODE)
5118 /* Lookup in lexer did not find a namespace. */
5119 cp_error ("namespace `%T' undeclared", namespace);
5120 return;
5122 if (TREE_CODE (namespace) != NAMESPACE_DECL)
5124 cp_error ("`%T' is not a namespace", namespace);
5125 return;
5127 namespace = ORIGINAL_NAMESPACE (namespace);
5128 if (!toplevel_bindings_p ())
5129 push_using_directive (namespace);
5130 else
5131 /* direct usage */
5132 add_using_namespace (current_namespace, namespace, 0);
5135 void
5136 check_default_args (x)
5137 tree x;
5139 tree arg = TYPE_ARG_TYPES (TREE_TYPE (x));
5140 int saw_def = 0, i = 0 - (TREE_CODE (TREE_TYPE (x)) == METHOD_TYPE);
5141 for (; arg && arg != void_list_node; arg = TREE_CHAIN (arg), ++i)
5143 if (TREE_PURPOSE (arg))
5144 saw_def = 1;
5145 else if (saw_def)
5147 cp_error_at ("default argument missing for parameter %P of `%+#D'",
5148 i, x);
5149 break;
5154 void
5155 mark_used (decl)
5156 tree decl;
5158 TREE_USED (decl) = 1;
5159 if (processing_template_decl)
5160 return;
5161 assemble_external (decl);
5163 /* Is it a synthesized method that needs to be synthesized? */
5164 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_CLASS_CONTEXT (decl)
5165 && DECL_ARTIFICIAL (decl) && ! DECL_INITIAL (decl)
5166 /* Kludge: don't synthesize for default args. */
5167 && current_function_decl)
5168 synthesize_method (decl);
5170 /* If this is a function or variable that is an instance of some
5171 template, we now know that we will need to actually do the
5172 instantiation. We check that DECL is not an explicit
5173 instantiation because that is not checked in instantiate_decl. */
5174 if ((TREE_CODE (decl) == FUNCTION_DECL || TREE_CODE (decl) == VAR_DECL)
5175 && DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl)
5176 && !DECL_EXPLICIT_INSTANTIATION (decl))
5177 instantiate_decl (decl);
5180 /* Helper function for named_class_head_sans_basetype nonterminal. We
5181 have just seen something of the form `AGGR SCOPE::ID'. Return a
5182 TYPE_DECL for the type declared by ID in SCOPE. */
5184 tree
5185 handle_class_head (aggr, scope, id)
5186 tree aggr, scope, id;
5188 tree decl;
5190 if (TREE_CODE (id) == TYPE_DECL)
5191 decl = id;
5192 else if (DECL_CLASS_TEMPLATE_P (id))
5193 decl = DECL_TEMPLATE_RESULT (id);
5194 else
5196 tree current = current_scope();
5198 if (current == NULL_TREE)
5199 current = current_namespace;
5200 if (scope == std_node)
5201 scope = global_namespace;
5202 if (scope == NULL_TREE)
5203 scope = global_namespace;
5204 if (scope == current)
5206 /* We've been given AGGR SCOPE::ID, when we're already inside SCOPE.
5207 Be nice about it. */
5208 if (pedantic)
5209 cp_pedwarn ("extra qualification `%T::' on member `%D' ignored",
5210 FROB_CONTEXT (scope), id);
5212 else if (scope != global_namespace)
5213 cp_error ("`%T' does not have a nested type named `%D'", scope, id);
5214 else
5215 cp_error ("no file-scope type named `%D'", id);
5217 /* Inject it at the current scope. */
5218 decl = TYPE_MAIN_DECL (xref_tag (aggr, id, 1));
5221 /* Enter the SCOPE. If this turns out not to be a definition, the
5222 parser must leave the scope. */
5223 push_scope (CP_DECL_CONTEXT (decl));
5225 /* If we see something like:
5227 template <typename T> struct S::I ....
5229 we must create a TEMPLATE_DECL for the nested type. */
5230 if (PROCESSING_REAL_TEMPLATE_DECL_P ())
5231 decl = push_template_decl (decl);
5233 return decl;
5236 /* Initialize decl2.c. */
5238 void
5239 init_decl2 ()
5241 ggc_add_tree_root (&decl_namespace_list, 1);
5242 ggc_add_tree_varray_root (&saved_inlines, 1);
5243 ggc_add_tree_varray_root (&pending_statics, 1);
5244 ggc_add_tree_varray_root (&ssdf_decls, 1);
5245 ggc_add_tree_root (&ssdf_decl, 1);
5246 ggc_add_tree_root (&priority_decl, 1);
5247 ggc_add_tree_root (&initialize_p_decl, 1);
5248 ggc_add_tree_root (&pending_vtables, 1);