1 /* Process declarations and variables for C compiler.
2 Copyright (C) 1988, 92-97, 1998 Free Software Foundation, Inc.
3 Contributed 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)
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. */
45 #define obstack_chunk_alloc xmalloc
46 #define obstack_chunk_free free
48 extern tree builtin_return_address_fndecl
;
50 extern struct obstack permanent_obstack
;
51 extern struct obstack
* saveable_obstack
;
53 extern int current_class_depth
;
55 extern tree static_ctors
, static_dtors
;
57 extern int static_labelno
;
59 extern tree current_namespace
;
60 extern tree global_namespace
;
62 extern void (*print_error_function
) PROTO((char *));
64 /* Stack of places to restore the search obstack back to. */
66 /* Obstack used for remembering local class declarations (like
67 enums and static (const) members. */
69 struct obstack decl_obstack
;
70 static struct stack_level
*decl_stack
;
72 #ifndef CHAR_TYPE_SIZE
73 #define CHAR_TYPE_SIZE BITS_PER_UNIT
76 #ifndef SHORT_TYPE_SIZE
77 #define SHORT_TYPE_SIZE (BITS_PER_UNIT * MIN ((UNITS_PER_WORD + 1) / 2, 2))
81 #define INT_TYPE_SIZE BITS_PER_WORD
84 #ifndef LONG_TYPE_SIZE
85 #define LONG_TYPE_SIZE BITS_PER_WORD
88 #ifndef LONG_LONG_TYPE_SIZE
89 #define LONG_LONG_TYPE_SIZE (BITS_PER_WORD * 2)
92 #ifndef WCHAR_UNSIGNED
93 #define WCHAR_UNSIGNED 0
96 #ifndef FLOAT_TYPE_SIZE
97 #define FLOAT_TYPE_SIZE BITS_PER_WORD
100 #ifndef DOUBLE_TYPE_SIZE
101 #define DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2)
104 #ifndef LONG_DOUBLE_TYPE_SIZE
105 #define LONG_DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2)
108 #ifndef BOOL_TYPE_SIZE
109 #ifdef SLOW_BYTE_ACCESS
110 #define BOOL_TYPE_SIZE ((SLOW_BYTE_ACCESS) ? (POINTER_SIZE) : (CHAR_TYPE_SIZE))
112 #define BOOL_TYPE_SIZE CHAR_TYPE_SIZE
116 /* We let tm.h override the types used here, to handle trivial differences
117 such as the choice of unsigned int or long unsigned int for size_t.
118 When machines start needing nontrivial differences in the size type,
119 it would be best to do something here to figure out automatically
120 from other information what type to use. */
123 #define SIZE_TYPE "long unsigned int"
127 #define PTRDIFF_TYPE "long int"
131 #define WCHAR_TYPE "int"
134 static tree grokparms
PROTO((tree
, int));
135 static tree lookup_nested_type
PROTO((tree
, tree
));
136 static char *redeclaration_error_message
PROTO((tree
, tree
));
137 static tree push_overloaded_decl
PROTO((tree
, int));
139 static struct stack_level
*push_decl_level
PROTO((struct stack_level
*,
141 static void push_binding_level
PROTO((struct binding_level
*, int,
143 static void pop_binding_level
PROTO((void));
144 static void suspend_binding_level
PROTO((void));
145 static void resume_binding_level
PROTO((struct binding_level
*));
146 static struct binding_level
*make_binding_level
PROTO((void));
147 static int namespace_bindings_p
PROTO((void));
148 static void declare_namespace_level
PROTO((void));
149 static void signal_catch
PROTO((int));
150 static void storedecls
PROTO((tree
));
151 static void storetags
PROTO((tree
));
152 static void require_complete_types_for_parms
PROTO((tree
));
153 static void push_overloaded_decl_1
PROTO((tree
));
154 static int ambi_op_p
PROTO((tree
));
155 static int unary_op_p
PROTO((tree
));
156 static tree store_bindings
PROTO((tree
, tree
));
157 static tree lookup_tag_reverse
PROTO((tree
, tree
));
158 static tree obscure_complex_init
PROTO((tree
, tree
));
159 static tree maybe_build_cleanup_1
PROTO((tree
, tree
));
160 static tree lookup_name_real
PROTO((tree
, int, int, int));
161 static void warn_extern_redeclared_static
PROTO((tree
, tree
));
162 static void grok_reference_init
PROTO((tree
, tree
, tree
));
163 static tree grokfndecl
PROTO((tree
, tree
, tree
, tree
, int,
164 enum overload_flags
, tree
,
165 tree
, tree
, int, int, int, int, int, int, tree
));
166 static tree grokvardecl
PROTO((tree
, tree
, RID_BIT_TYPE
*, int, int, tree
));
167 static tree lookup_tag
PROTO((enum tree_code
, tree
,
168 struct binding_level
*, int));
169 static void set_identifier_type_value_with_scope
170 PROTO((tree
, tree
, struct binding_level
*));
171 static void record_builtin_type
PROTO((enum rid
, char *, tree
));
172 static void record_unknown_type
PROTO((tree
, char *));
173 static int member_function_or_else
PROTO((tree
, tree
, char *));
174 static void bad_specifiers
PROTO((tree
, char *, int, int, int, int,
176 static void lang_print_error_function
PROTO((char *));
178 #if defined (DEBUG_CP_BINDING_LEVELS)
179 static void indent
PROTO((void));
182 /* A node which has tree code ERROR_MARK, and whose type is itself.
183 All erroneous expressions are replaced with this node. All functions
184 that accept nodes as arguments should avoid generating error messages
185 if this node is one of the arguments, since it is undesirable to get
186 multiple error messages from one error in the input. */
188 tree error_mark_node
;
190 /* Erroneous argument lists can use this *IFF* they do not modify it. */
191 tree error_mark_list
;
193 /* INTEGER_TYPE and REAL_TYPE nodes for the standard data types */
195 tree short_integer_type_node
;
196 tree integer_type_node
;
197 tree long_integer_type_node
;
198 tree long_long_integer_type_node
;
200 tree short_unsigned_type_node
;
201 tree unsigned_type_node
;
202 tree long_unsigned_type_node
;
203 tree long_long_unsigned_type_node
;
205 tree ptrdiff_type_node
;
207 tree unsigned_char_type_node
;
208 tree signed_char_type_node
;
210 tree wchar_type_node
;
211 tree signed_wchar_type_node
;
212 tree unsigned_wchar_type_node
;
214 tree wchar_decl_node
;
216 tree float_type_node
;
217 tree double_type_node
;
218 tree long_double_type_node
;
220 tree complex_integer_type_node
;
221 tree complex_float_type_node
;
222 tree complex_double_type_node
;
223 tree complex_long_double_type_node
;
225 tree intQI_type_node
;
226 tree intHI_type_node
;
227 tree intSI_type_node
;
228 tree intDI_type_node
;
229 tree intTI_type_node
;
231 tree unsigned_intQI_type_node
;
232 tree unsigned_intHI_type_node
;
233 tree unsigned_intSI_type_node
;
234 tree unsigned_intDI_type_node
;
235 tree unsigned_intTI_type_node
;
237 tree java_byte_type_node
;
238 tree java_short_type_node
;
239 tree java_int_type_node
;
240 tree java_long_type_node
;
241 tree java_float_type_node
;
242 tree java_double_type_node
;
243 tree java_char_type_node
;
244 tree java_boolean_type_node
;
246 /* A VOID_TYPE node, and the same, packaged in a TREE_LIST. */
248 tree void_type_node
, void_list_node
;
251 /* Nodes for types `void *' and `const void *'. */
254 tree const_ptr_type_node
;
256 /* Nodes for types `char *' and `const char *'. */
258 tree string_type_node
, const_string_type_node
;
260 /* Type `char[256]' or something like it.
261 Used when an array of char is needed and the size is irrelevant. */
263 tree char_array_type_node
;
265 /* Type `int[256]' or something like it.
266 Used when an array of int needed and the size is irrelevant. */
268 tree int_array_type_node
;
270 /* Type `wchar_t[256]' or something like it.
271 Used when a wide string literal is created. */
273 tree wchar_array_type_node
;
275 /* The bool data type, and constants */
276 tree boolean_type_node
, boolean_true_node
, boolean_false_node
;
278 /* Type `int ()' -- used for implicit declaration of functions. */
280 tree default_function_type
;
282 /* Function types `double (double)' and `double (double, double)', etc. */
284 static tree double_ftype_double
, double_ftype_double_double
;
285 static tree int_ftype_int
, long_ftype_long
;
286 static tree float_ftype_float
;
287 static tree ldouble_ftype_ldouble
;
289 /* Function type `int (const void *, const void *, size_t)' */
290 static tree int_ftype_cptr_cptr_sizet
;
293 tree vtable_entry_type
;
294 tree delta_type_node
;
296 /* Old rtti stuff. */
297 tree __baselist_desc_type_node
;
298 tree __i_desc_type_node
, __m_desc_type_node
;
299 tree __t_desc_array_type
, __i_desc_array_type
, __m_desc_array_type
;
301 tree __t_desc_type_node
;
303 tree __tp_desc_type_node
;
305 tree __access_mode_type_node
;
306 tree __bltn_desc_type_node
, __user_desc_type_node
, __class_desc_type_node
;
307 tree __ptr_desc_type_node
, __attr_desc_type_node
, __func_desc_type_node
;
308 tree __ptmf_desc_type_node
, __ptmd_desc_type_node
;
310 /* Not needed yet? May be needed one day? */
311 tree __bltn_desc_array_type
, __user_desc_array_type
, __class_desc_array_type
;
312 tree __ptr_desc_array_type
, __attr_dec_array_type
, __func_desc_array_type
;
313 tree __ptmf_desc_array_type
, __ptmd_desc_array_type
;
316 /* Indicates that there is a type value in some namespace, although
317 that is not necessarily in scope at the moment. */
319 static tree global_type_node
;
321 tree class_star_type_node
;
322 tree class_type_node
, record_type_node
, union_type_node
, enum_type_node
;
323 tree unknown_type_node
;
324 tree opaque_type_node
, signature_type_node
;
325 tree sigtable_entry_type
;
327 /* Array type `vtable_entry_type[]' */
334 /* Expect only namespace names now. */
335 static int only_namespace_names
;
337 /* In a destructor, the point at which all derived class destroying
338 has been done, just before any base class destroying will be done. */
342 /* In a destructor, the last insn emitted after the start of the
343 function and the parms. */
345 static rtx last_dtor_insn
;
347 /* In a constructor, the last insn emitted after the start of the
348 function and the parms, the exception specification and any
349 function-try-block. The constructor initializers are emitted after
352 static rtx last_parm_cleanup_insn
;
354 /* In a constructor, the point at which we are ready to return
355 the pointer to the initialized object. */
359 /* A FUNCTION_DECL which can call `abort'. Not necessarily the
360 one that the user will declare, but sufficient to be called
361 by routines that want to abort the program. */
365 extern rtx cleanup_label
, return_label
;
367 /* If original DECL_RESULT of current function was a register,
368 but due to being an addressable named return value, would up
369 on the stack, this variable holds the named return value's
370 original location. */
371 static rtx original_result_rtx
;
373 /* Sequence of insns which represents base initialization. */
376 /* C++: Keep these around to reduce calls to `get_identifier'.
377 Identifiers for `this' in member functions and the auto-delete
378 parameter for destructors. */
379 tree this_identifier
, in_charge_identifier
;
380 tree ctor_identifier
, dtor_identifier
;
381 /* Used in pointer to member functions, in vtables, and in sigtables. */
382 tree pfn_identifier
, index_identifier
, delta_identifier
, delta2_identifier
;
383 tree pfn_or_delta2_identifier
, tag_identifier
;
384 tree vt_off_identifier
;
386 struct named_label_list
388 struct binding_level
*binding_level
;
391 char *filename_o_goto
;
393 struct named_label_list
*next
;
396 /* A list (chain of TREE_LIST nodes) of named label uses.
397 The TREE_PURPOSE field is the list of variables defined
398 in the label's scope defined at the point of use.
399 The TREE_VALUE field is the LABEL_DECL used.
400 The TREE_TYPE field holds `current_binding_level' at the
401 point of the label's use.
403 BWAHAHAAHAHahhahahahaah. No, no, no, said the little chicken.
405 Look at the pretty struct named_label_list. See the pretty struct
406 with the pretty named fields that describe what they do. See the
407 pretty lack of gratuitous casts. Notice the code got a lot cleaner.
409 Used only for jumps to as-yet undefined labels, since
410 jumps to defined labels can have their validity checked
413 static struct named_label_list
*named_label_uses
= NULL
;
415 /* A list of objects which have constructors or destructors
416 which reside in the global scope. The decl is stored in
417 the TREE_VALUE slot and the initializer is stored
418 in the TREE_PURPOSE slot. */
419 tree static_aggregates
;
423 /* Two expressions that are constants with value zero.
424 The first is of type `int', the second of type `void *'. */
426 tree integer_zero_node
;
427 tree null_pointer_node
;
429 /* The value for __null (NULL), either of type `void *' or, with -ansi,
430 an integer type of the same size. */
434 /* A node for the integer constants 1, 2, and 3. */
436 tree integer_one_node
, integer_two_node
, integer_three_node
;
438 /* While defining an enum type, this is 1 plus the last enumerator
441 static tree enum_next_value
;
443 /* Nonzero means that there was overflow computing enum_next_value. */
445 static int enum_overflow
;
447 /* Parsing a function declarator leaves a list of parameter names
448 or a chain or parameter decls here. */
450 tree last_function_parms
;
452 /* Parsing a function declarator leaves here a chain of structure
453 and enum types declared in the parmlist. */
455 static tree last_function_parm_tags
;
457 /* After parsing the declarator that starts a function definition,
458 `start_function' puts here the list of parameter names or chain of decls.
459 `store_parm_decls' finds it here. */
461 static tree current_function_parms
;
463 /* Similar, for last_function_parm_tags. */
464 static tree current_function_parm_tags
;
466 /* A list (chain of TREE_LIST nodes) of all LABEL_DECLs in the function
467 that have names. Here so we can clear out their names' definitions
468 at the end of the function. */
470 static tree named_labels
;
472 /* A list of LABEL_DECLs from outer contexts that are currently shadowed. */
474 static tree shadowed_labels
;
476 /* The FUNCTION_DECL for the function currently being compiled,
477 or 0 if between functions. */
478 tree current_function_decl
;
480 /* Set to 0 at beginning of a function definition, set to 1 if
481 a return statement that specifies a return value is seen. */
483 int current_function_returns_value
;
485 /* Set to 0 at beginning of a function definition, set to 1 if
486 a return statement with no argument is seen. */
488 int current_function_returns_null
;
490 /* Set to 0 at beginning of a function definition, and whenever
491 a label (case or named) is defined. Set to value of expression
492 returned from function when that value can be transformed into
493 a named return value. */
495 tree current_function_return_value
;
497 /* Set to nonzero by `grokdeclarator' for a function
498 whose return type is defaulted, if warnings for this are desired. */
500 static int warn_about_return_type
;
502 /* Nonzero means give `double' the same size as `float'. */
504 extern int flag_short_double
;
506 /* Nonzero means don't recognize any builtin functions. */
508 extern int flag_no_builtin
;
510 /* Nonzero means don't recognize the non-ANSI builtin functions.
513 extern int flag_no_nonansi_builtin
;
515 /* Nonzero means enable obscure ANSI features and disable GNU extensions
516 that might cause ANSI-compliant code to be miscompiled. */
518 extern int flag_ansi
;
520 /* Nonzero if we want to support huge (> 2^(sizeof(short)*8-1) bytes)
522 extern int flag_huge_objects
;
524 /* Nonzero if we want to conserve space in the .o files. We do this
525 by putting uninitialized data and runtime initialized data into
526 .common instead of .data at the expense of not flagging multiple
528 extern int flag_conserve_space
;
530 /* Pointers to the base and current top of the language name stack. */
532 extern tree
*current_lang_base
, *current_lang_stack
;
534 /* C and C++ flags are in decl2.c. */
536 /* Set to 0 at beginning of a constructor, set to 1
537 if that function does an allocation before referencing its
538 instance variable. */
539 static int current_function_assigns_this
;
540 int current_function_just_assigned_this
;
542 /* Set to 0 at beginning of a function. Set non-zero when
543 store_parm_decls is called. Don't call store_parm_decls
544 if this flag is non-zero! */
545 int current_function_parms_stored
;
547 /* Flag used when debugging spew.c */
549 extern int spew_debug
;
551 /* This is a copy of the class_shadowed list of the previous class binding
552 contour when at global scope. It's used to reset IDENTIFIER_CLASS_VALUEs
553 when entering another class scope (i.e. a cache miss). */
554 extern tree previous_class_values
;
556 /* A expression of value 0 with the same precision as a sizetype
558 tree signed_size_zero_node
;
561 /* Allocate a level of searching. */
565 push_decl_level (stack
, obstack
)
566 struct stack_level
*stack
;
567 struct obstack
*obstack
;
569 struct stack_level tem
;
572 return push_stack_level (obstack
, (char *)&tem
, sizeof (tem
));
575 /* For each binding contour we allocate a binding_level structure
576 which records the names defined in that contour.
579 1) one for each function definition,
580 where internal declarations of the parameters appear.
581 2) one for each compound statement,
582 to record its declarations.
584 The current meaning of a name can be found by searching the levels
585 from the current one out to the global one.
587 Off to the side, may be the class_binding_level. This exists only
588 to catch class-local declarations. It is otherwise nonexistent.
590 Also there may be binding levels that catch cleanups that must be
591 run when exceptions occur. */
593 /* Note that the information in the `names' component of the global contour
594 is duplicated in the IDENTIFIER_GLOBAL_VALUEs of all identifiers. */
598 /* A chain of _DECL nodes for all variables, constants, functions,
599 and typedef types. These are in the reverse of the order
603 /* A list of structure, union and enum definitions, for looking up
605 It is a chain of TREE_LIST nodes, each of whose TREE_PURPOSE is a name,
606 or NULL_TREE; and whose TREE_VALUE is a RECORD_TYPE, UNION_TYPE,
607 or ENUMERAL_TYPE node.
609 C++: the TREE_VALUE nodes can be simple types for
610 component_bindings. */
613 /* A list of USING_DECL nodes. */
616 /* For each level, a list of shadowed outer-level local definitions
617 to be restored when this level is popped.
618 Each link is a TREE_LIST whose TREE_PURPOSE is an identifier and
619 whose TREE_VALUE is its old definition (a kind of ..._DECL node). */
622 /* Same, for IDENTIFIER_CLASS_VALUE. */
625 /* Same, for IDENTIFIER_TYPE_VALUE. */
628 /* For each level (except not the global one),
629 a chain of BLOCK nodes for all the levels
630 that were entered and exited one level down. */
633 /* The BLOCK node for this level, if one has been preallocated.
634 If 0, the BLOCK is allocated (if needed) when the level is popped. */
637 /* The binding level which this one is contained in (inherits from). */
638 struct binding_level
*level_chain
;
640 /* List of decls in `names' that have incomplete
641 structure or union types. */
644 /* List of VAR_DECLS saved from a previous for statement.
645 These would be dead in ANSI-conforming code, but might
646 be referenced in ARM-era code. */
647 tree dead_vars_from_for
;
649 /* 1 for the level that holds the parameters of a function.
650 2 for the level that holds a class declaration.
651 3 for levels that hold parameter declarations. */
652 unsigned parm_flag
: 4;
654 /* 1 means make a BLOCK for this level regardless of all else.
655 2 for temporary binding contours created by the compiler. */
658 /* Nonzero if this level "doesn't exist" for tags. */
659 unsigned tag_transparent
: 1;
661 /* Nonzero if this level can safely have additional
662 cleanup-needing variables added to it. */
663 unsigned more_cleanups_ok
: 1;
664 unsigned have_cleanups
: 1;
666 /* Nonzero if this level is for storing the decls for template
667 parameters and generic decls; these decls will be discarded and
668 replaced with a TEMPLATE_DECL. */
669 unsigned pseudo_global
: 1;
671 /* This is set for a namespace binding level. */
672 unsigned namespace_p
: 1;
674 /* True if this level is that of a for-statement where we need to
675 worry about ambiguous (ARM or ANSI) scope rules. */
676 unsigned is_for_scope
: 1;
678 /* Two bits left for this word. */
680 #if defined(DEBUG_CP_BINDING_LEVELS)
681 /* Binding depth at which this level began. */
682 unsigned binding_depth
;
683 #endif /* defined(DEBUG_CP_BINDING_LEVELS) */
686 #define NULL_BINDING_LEVEL ((struct binding_level *) NULL)
688 /* The (non-class) binding level currently in effect. */
690 static struct binding_level
*current_binding_level
;
692 /* The binding level of the current class, if any. */
694 static struct binding_level
*class_binding_level
;
696 /* The current (class or non-class) binding level currently in effect. */
698 #define inner_binding_level \
699 (class_binding_level ? class_binding_level : current_binding_level)
701 /* A chain of binding_level structures awaiting reuse. */
703 static struct binding_level
*free_binding_level
;
705 /* The outermost binding level, for names of file scope.
706 This is created when the compiler is started and exists
707 through the entire run. */
709 static struct binding_level
*global_binding_level
;
711 /* Binding level structures are initialized by copying this one. */
713 static struct binding_level clear_binding_level
;
715 /* Nonzero means unconditionally make a BLOCK for the next level pushed. */
717 static int keep_next_level_flag
;
719 #if defined(DEBUG_CP_BINDING_LEVELS)
720 static int binding_depth
= 0;
721 static int is_class_level
= 0;
728 for (i
= 0; i
< binding_depth
*2; i
++)
731 #endif /* defined(DEBUG_CP_BINDING_LEVELS) */
733 static tree pushdecl_with_scope
PROTO((tree
, struct binding_level
*));
736 push_binding_level (newlevel
, tag_transparent
, keep
)
737 struct binding_level
*newlevel
;
738 int tag_transparent
, keep
;
740 /* Add this level to the front of the chain (stack) of levels that
742 *newlevel
= clear_binding_level
;
743 if (class_binding_level
)
745 newlevel
->level_chain
= class_binding_level
;
746 class_binding_level
= (struct binding_level
*)0;
750 newlevel
->level_chain
= current_binding_level
;
752 current_binding_level
= newlevel
;
753 newlevel
->tag_transparent
= tag_transparent
;
754 newlevel
->more_cleanups_ok
= 1;
755 newlevel
->keep
= keep
;
756 #if defined(DEBUG_CP_BINDING_LEVELS)
757 newlevel
->binding_depth
= binding_depth
;
759 fprintf (stderr
, "push %s level 0x%08x line %d\n",
760 (is_class_level
) ? "class" : "block", newlevel
, lineno
);
763 #endif /* defined(DEBUG_CP_BINDING_LEVELS) */
769 if (class_binding_level
)
770 current_binding_level
= class_binding_level
;
772 if (global_binding_level
)
774 /* Cannot pop a level, if there are none left to pop. */
775 if (current_binding_level
== global_binding_level
)
776 my_friendly_abort (123);
778 /* Pop the current level, and free the structure for reuse. */
779 #if defined(DEBUG_CP_BINDING_LEVELS)
782 fprintf (stderr
, "pop %s level 0x%08x line %d\n",
783 (is_class_level
) ? "class" : "block",
784 current_binding_level
, lineno
);
785 if (is_class_level
!= (current_binding_level
== class_binding_level
))
788 fprintf (stderr
, "XXX is_class_level != (current_binding_level == class_binding_level)\n");
791 #endif /* defined(DEBUG_CP_BINDING_LEVELS) */
793 register struct binding_level
*level
= current_binding_level
;
794 current_binding_level
= current_binding_level
->level_chain
;
795 level
->level_chain
= free_binding_level
;
796 #if 0 /* defined(DEBUG_CP_BINDING_LEVELS) */
797 if (level
->binding_depth
!= binding_depth
)
799 #endif /* defined(DEBUG_CP_BINDING_LEVELS) */
800 free_binding_level
= level
;
802 class_binding_level
= current_binding_level
;
803 if (class_binding_level
->parm_flag
!= 2)
804 class_binding_level
= 0;
805 while (current_binding_level
->parm_flag
== 2)
806 current_binding_level
= current_binding_level
->level_chain
;
811 suspend_binding_level ()
813 if (class_binding_level
)
814 current_binding_level
= class_binding_level
;
816 if (global_binding_level
)
818 /* Cannot suspend a level, if there are none left to suspend. */
819 if (current_binding_level
== global_binding_level
)
820 my_friendly_abort (123);
822 /* Suspend the current level. */
823 #if defined(DEBUG_CP_BINDING_LEVELS)
826 fprintf (stderr
, "suspend %s level 0x%08x line %d\n",
827 (is_class_level
) ? "class" : "block",
828 current_binding_level
, lineno
);
829 if (is_class_level
!= (current_binding_level
== class_binding_level
))
832 fprintf (stderr
, "XXX is_class_level != (current_binding_level == class_binding_level)\n");
835 #endif /* defined(DEBUG_CP_BINDING_LEVELS) */
837 current_binding_level
= current_binding_level
->level_chain
;
838 class_binding_level
= current_binding_level
;
839 if (class_binding_level
->parm_flag
!= 2)
840 class_binding_level
= 0;
841 while (current_binding_level
->parm_flag
== 2)
842 current_binding_level
= current_binding_level
->level_chain
;
847 resume_binding_level (b
)
848 struct binding_level
*b
;
850 /* Resuming binding levels is meant only for namespaces,
851 and those cannot nest into classes. */
852 my_friendly_assert(!class_binding_level
, 386);
853 /* Also, resuming a non-directly nested namespace is a no-no. */
854 my_friendly_assert(b
->level_chain
== current_binding_level
, 386);
855 current_binding_level
= b
;
856 #if defined(DEBUG_CP_BINDING_LEVELS)
857 b
->binding_depth
= binding_depth
;
859 fprintf (stderr
, "resume %s level 0x%08x line %d\n",
860 (is_class_level
) ? "class" : "block", b
, lineno
);
863 #endif /* defined(DEBUG_CP_BINDING_LEVELS) */
866 /* Create a new `struct binding_level'. */
869 struct binding_level
*
870 make_binding_level ()
873 return (struct binding_level
*) xmalloc (sizeof (struct binding_level
));
876 /* Nonzero if we are currently in the global binding level. */
881 return current_binding_level
== global_binding_level
;
884 /* Nonzero if we are currently in a toplevel binding level. This
885 means either the global binding level or a namespace in a toplevel
887 Since there are no non-toplevel namespace levels, this really
888 means any namespace or pseudo-global level. */
891 toplevel_bindings_p ()
893 return current_binding_level
->namespace_p
894 || current_binding_level
->pseudo_global
;
897 /* Nonzero if this is a namespace scope. */
900 namespace_bindings_p ()
902 return current_binding_level
->namespace_p
;
908 keep_next_level_flag
= 1;
911 /* Nonzero if the current level needs to have a BLOCK made. */
916 return (current_binding_level
->blocks
!= NULL_TREE
917 || current_binding_level
->keep
918 || current_binding_level
->names
!= NULL_TREE
919 || (current_binding_level
->tags
!= NULL_TREE
920 && !current_binding_level
->tag_transparent
));
923 /* Identify this binding level as a level of parameters. */
926 declare_parm_level ()
928 current_binding_level
->parm_flag
= 1;
932 declare_pseudo_global_level ()
934 current_binding_level
->pseudo_global
= 1;
938 declare_namespace_level ()
940 current_binding_level
->namespace_p
= 1;
944 pseudo_global_level_p ()
946 return current_binding_level
->pseudo_global
;
950 set_class_shadows (shadows
)
953 class_binding_level
->class_shadowed
= shadows
;
956 /* Enter a new binding level.
957 If TAG_TRANSPARENT is nonzero, do so only for the name space of variables,
958 not for that of tags. */
961 pushlevel (tag_transparent
)
964 register struct binding_level
*newlevel
= NULL_BINDING_LEVEL
;
966 /* If this is the top level of a function,
967 just make sure that NAMED_LABELS is 0.
968 They should have been set to 0 at the end of the previous function. */
970 if (current_binding_level
== global_binding_level
)
971 my_friendly_assert (named_labels
== NULL_TREE
, 134);
973 /* Reuse or create a struct for this binding level. */
975 #if defined(DEBUG_CP_BINDING_LEVELS)
977 #else /* !defined(DEBUG_CP_BINDING_LEVELS) */
978 if (free_binding_level
)
979 #endif /* !defined(DEBUG_CP_BINDING_LEVELS) */
981 newlevel
= free_binding_level
;
982 free_binding_level
= free_binding_level
->level_chain
;
986 newlevel
= make_binding_level ();
989 push_binding_level (newlevel
, tag_transparent
, keep_next_level_flag
);
990 GNU_xref_start_scope ((HOST_WIDE_INT
) newlevel
);
991 keep_next_level_flag
= 0;
995 note_level_for_for ()
997 current_binding_level
->is_for_scope
= 1;
1001 pushlevel_temporary (tag_transparent
)
1002 int tag_transparent
;
1004 pushlevel (tag_transparent
);
1005 current_binding_level
->keep
= 2;
1008 /* Note we don't call push_momentary() here. Otherwise, it would cause
1009 cleanups to be allocated on the momentary obstack, and they will be
1010 overwritten by the next statement. */
1012 expand_start_bindings (0);
1015 /* Exit a binding level.
1016 Pop the level off, and restore the state of the identifier-decl mappings
1017 that were in effect when this level was entered.
1019 If KEEP == 1, this level had explicit declarations, so
1020 and create a "block" (a BLOCK node) for the level
1021 to record its declarations and subblocks for symbol table output.
1023 If KEEP == 2, this level's subblocks go to the front,
1024 not the back of the current binding level. This happens,
1025 for instance, when code for constructors and destructors
1026 need to generate code at the end of a function which must
1027 be moved up to the front of the function.
1029 If FUNCTIONBODY is nonzero, this level is the body of a function,
1030 so create a block as if KEEP were set and also clear out all
1033 If REVERSE is nonzero, reverse the order of decls before putting
1034 them into the BLOCK. */
1037 poplevel (keep
, reverse
, functionbody
)
1043 /* The chain of decls was accumulated in reverse order.
1044 Put it into forward order, just for cleanliness. */
1046 int tmp
= functionbody
;
1047 int real_functionbody
= current_binding_level
->keep
== 2
1048 ? ((functionbody
= 0), tmp
) : functionbody
;
1049 tree tags
= functionbody
>= 0 ? current_binding_level
->tags
: 0;
1050 tree subblocks
= functionbody
>= 0 ? current_binding_level
->blocks
: 0;
1051 tree block
= NULL_TREE
;
1053 int block_previously_created
;
1055 GNU_xref_end_scope ((HOST_WIDE_INT
) current_binding_level
,
1056 (HOST_WIDE_INT
) current_binding_level
->level_chain
,
1057 current_binding_level
->parm_flag
,
1058 current_binding_level
->keep
);
1060 if (current_binding_level
->keep
== 1)
1063 /* Get the decls in the order they were written.
1064 Usually current_binding_level->names is in reverse order.
1065 But parameter decls were previously put in forward order. */
1068 current_binding_level
->names
1069 = decls
= nreverse (current_binding_level
->names
);
1071 decls
= current_binding_level
->names
;
1073 /* Output any nested inline functions within this block
1074 if they weren't already output. */
1076 for (decl
= decls
; decl
; decl
= TREE_CHAIN (decl
))
1077 if (TREE_CODE (decl
) == FUNCTION_DECL
1078 && ! TREE_ASM_WRITTEN (decl
)
1079 && DECL_INITIAL (decl
) != NULL_TREE
1080 && TREE_ADDRESSABLE (decl
)
1081 && decl_function_context (decl
) == current_function_decl
)
1083 /* If this decl was copied from a file-scope decl
1084 on account of a block-scope extern decl,
1085 propagate TREE_ADDRESSABLE to the file-scope decl. */
1086 if (DECL_ABSTRACT_ORIGIN (decl
) != NULL_TREE
)
1087 TREE_ADDRESSABLE (DECL_ABSTRACT_ORIGIN (decl
)) = 1;
1090 push_function_context ();
1091 output_inline_function (decl
);
1092 pop_function_context ();
1096 /* If there were any declarations or structure tags in that level,
1097 or if this level is a function body,
1098 create a BLOCK to record them for the life of this function. */
1101 block_previously_created
= (current_binding_level
->this_block
!= NULL_TREE
);
1102 if (block_previously_created
)
1103 block
= current_binding_level
->this_block
;
1104 else if (keep
== 1 || functionbody
)
1105 block
= make_node (BLOCK
);
1106 if (block
!= NULL_TREE
)
1108 if (block_previously_created
)
1110 if (decls
|| tags
|| subblocks
)
1112 if (BLOCK_VARS (block
) || BLOCK_TYPE_TAGS (block
))
1114 warning ("internal compiler error: debugging info corrupted");
1116 BLOCK_VARS (block
) = decls
;
1117 BLOCK_TYPE_TAGS (block
) = tags
;
1119 /* We can have previous subblocks and new subblocks when
1120 doing fixup_gotos with complex cleanups. We chain the new
1121 subblocks onto the end of any pre-existing subblocks. */
1122 BLOCK_SUBBLOCKS (block
) = chainon (BLOCK_SUBBLOCKS (block
),
1125 /* If we created the block earlier on, and we are just
1126 diddling it now, then it already should have a proper
1127 BLOCK_END_NOTE value associated with it. */
1131 BLOCK_VARS (block
) = decls
;
1132 BLOCK_TYPE_TAGS (block
) = tags
;
1133 BLOCK_SUBBLOCKS (block
) = subblocks
;
1134 /* Otherwise, for a new block, install a new BLOCK_END_NOTE value. */
1135 remember_end_note (block
);
1139 /* In each subblock, record that this is its superior. */
1142 for (link
= subblocks
; link
; link
= TREE_CHAIN (link
))
1143 BLOCK_SUPERCONTEXT (link
) = block
;
1145 /* Clear out the meanings of the local variables of this level. */
1147 if (current_binding_level
->is_for_scope
&& flag_new_for_scope
== 1)
1149 struct binding_level
*outer
= current_binding_level
->level_chain
;
1150 for (link
= decls
; link
; link
= TREE_CHAIN (link
))
1152 if (TREE_CODE (link
) == VAR_DECL
)
1153 DECL_DEAD_FOR_LOCAL (link
) = 1;
1155 IDENTIFIER_LOCAL_VALUE (DECL_NAME (link
)) = NULL_TREE
;
1158 /* Save declarations made in a 'for' statement so we can support pre-ANSI
1159 'for' scoping semantics. */
1161 for (link
= current_binding_level
->shadowed
; link
; link
= TREE_CHAIN (link
))
1163 tree id
= TREE_PURPOSE (link
);
1164 tree decl
= IDENTIFIER_LOCAL_VALUE (id
);
1166 if (decl
&& DECL_DEAD_FOR_LOCAL (decl
))
1168 /* In this case keep the dead for-decl visible,
1169 but remember what (if anything) it shadowed. */
1170 DECL_SHADOWED_FOR_VAR (decl
) = TREE_VALUE (link
);
1171 TREE_CHAIN (decl
) = outer
->dead_vars_from_for
;
1172 outer
->dead_vars_from_for
= decl
;
1175 IDENTIFIER_LOCAL_VALUE (id
) = TREE_VALUE (link
);
1178 else /* Not special for scope. */
1180 for (link
= decls
; link
; link
= TREE_CHAIN (link
))
1182 if (DECL_NAME (link
) != NULL_TREE
)
1184 /* If the ident. was used or addressed via a local extern decl,
1185 don't forget that fact. */
1186 if (DECL_EXTERNAL (link
))
1188 if (TREE_USED (link
))
1189 TREE_USED (DECL_ASSEMBLER_NAME (link
)) = 1;
1190 if (TREE_ADDRESSABLE (link
))
1191 TREE_ADDRESSABLE (DECL_ASSEMBLER_NAME (link
)) = 1;
1193 IDENTIFIER_LOCAL_VALUE (DECL_NAME (link
)) = NULL_TREE
;
1197 /* Restore all name-meanings of the outer levels
1198 that were shadowed by this level. */
1200 for (link
= current_binding_level
->shadowed
;
1201 link
; link
= TREE_CHAIN (link
))
1202 IDENTIFIER_LOCAL_VALUE (TREE_PURPOSE (link
)) = TREE_VALUE (link
);
1204 /* We first restore the regular decls and *then* the dead_vars_from_for
1205 to handle this case:
1209 for (int i; ; ) { ...} // i#2
1213 In this case, we want remove the binding for i#3, restoring
1214 that of i#2. Then we want to remove the binding for i#2,
1215 and restore that of i#1. */
1217 link
= current_binding_level
->dead_vars_from_for
;
1218 for (; link
!= NULL_TREE
; link
= TREE_CHAIN (link
))
1220 tree id
= DECL_NAME (link
);
1221 if (IDENTIFIER_LOCAL_VALUE (id
) == link
)
1222 IDENTIFIER_LOCAL_VALUE (id
) = DECL_SHADOWED_FOR_VAR (link
);
1225 for (link
= current_binding_level
->class_shadowed
;
1226 link
; link
= TREE_CHAIN (link
))
1227 IDENTIFIER_CLASS_VALUE (TREE_PURPOSE (link
)) = TREE_VALUE (link
);
1228 for (link
= current_binding_level
->type_shadowed
;
1229 link
; link
= TREE_CHAIN (link
))
1230 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (link
), TREE_VALUE (link
));
1233 /* If the level being exited is the top level of a function,
1234 check over all the labels. */
1238 /* If this is the top level block of a function,
1239 the vars are the function's parameters.
1240 Don't leave them in the BLOCK because they are
1241 found in the FUNCTION_DECL instead. */
1243 BLOCK_VARS (block
) = 0;
1245 /* Clear out the definitions of all label names,
1246 since their scopes end here. */
1248 for (link
= named_labels
; link
; link
= TREE_CHAIN (link
))
1250 register tree label
= TREE_VALUE (link
);
1252 if (DECL_INITIAL (label
) == NULL_TREE
)
1254 cp_error_at ("label `%D' used but not defined", label
);
1255 /* Avoid crashing later. */
1256 define_label (input_filename
, 1, DECL_NAME (label
));
1258 else if (warn_unused
&& !TREE_USED (label
))
1259 cp_warning_at ("label `%D' defined but not used", label
);
1260 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label
), NULL_TREE
);
1262 /* Put the labels into the "variables" of the
1263 top-level block, so debugger can see them. */
1264 TREE_CHAIN (label
) = BLOCK_VARS (block
);
1265 BLOCK_VARS (block
) = label
;
1268 named_labels
= NULL_TREE
;
1271 /* Any uses of undefined labels now operate under constraints
1272 of next binding contour. */
1274 struct binding_level
*level_chain
;
1275 level_chain
= current_binding_level
->level_chain
;
1278 struct named_label_list
*labels
;
1279 for (labels
= named_label_uses
; labels
; labels
= labels
->next
)
1280 if (labels
->binding_level
== current_binding_level
)
1282 labels
->binding_level
= level_chain
;
1283 labels
->names_in_scope
= level_chain
->names
;
1288 tmp
= current_binding_level
->keep
;
1290 pop_binding_level ();
1292 DECL_INITIAL (current_function_decl
) = block
;
1295 if (!block_previously_created
)
1296 current_binding_level
->blocks
1297 = chainon (current_binding_level
->blocks
, block
);
1299 /* If we did not make a block for the level just exited,
1300 any blocks made for inner levels
1301 (since they cannot be recorded as subblocks in that level)
1302 must be carried forward so they will later become subblocks
1303 of something else. */
1307 current_binding_level
->blocks
1308 = chainon (subblocks
, current_binding_level
->blocks
);
1310 current_binding_level
->blocks
1311 = chainon (current_binding_level
->blocks
, subblocks
);
1314 /* Take care of compiler's internal binding structures. */
1317 expand_end_bindings (getdecls (), keep
, 1);
1318 /* Each and every BLOCK node created here in `poplevel' is important
1319 (e.g. for proper debugging information) so if we created one
1320 earlier, mark it as "used". */
1322 TREE_USED (block
) = 1;
1323 block
= poplevel (keep
, reverse
, real_functionbody
);
1326 /* Each and every BLOCK node created here in `poplevel' is important
1327 (e.g. for proper debugging information) so if we created one
1328 earlier, mark it as "used". */
1330 TREE_USED (block
) = 1;
1334 /* Delete the node BLOCK from the current binding level.
1335 This is used for the block inside a stmt expr ({...})
1336 so that the block can be reinserted where appropriate. */
1339 delete_block (block
)
1343 if (current_binding_level
->blocks
== block
)
1344 current_binding_level
->blocks
= TREE_CHAIN (block
);
1345 for (t
= current_binding_level
->blocks
; t
;)
1347 if (TREE_CHAIN (t
) == block
)
1348 TREE_CHAIN (t
) = TREE_CHAIN (block
);
1352 TREE_CHAIN (block
) = NULL_TREE
;
1353 /* Clear TREE_USED which is always set by poplevel.
1354 The flag is set again if insert_block is called. */
1355 TREE_USED (block
) = 0;
1358 /* Insert BLOCK at the end of the list of subblocks of the
1359 current binding level. This is used when a BIND_EXPR is expanded,
1360 to handle the BLOCK node inside the BIND_EXPR. */
1363 insert_block (block
)
1366 TREE_USED (block
) = 1;
1367 current_binding_level
->blocks
1368 = chainon (current_binding_level
->blocks
, block
);
1371 /* Set the BLOCK node for the innermost scope
1372 (the one we are currently in). */
1376 register tree block
;
1378 current_binding_level
->this_block
= block
;
1381 /* Do a pushlevel for class declarations. */
1386 register struct binding_level
*newlevel
;
1388 /* Reuse or create a struct for this binding level. */
1389 #if defined(DEBUG_CP_BINDING_LEVELS)
1391 #else /* !defined(DEBUG_CP_BINDING_LEVELS) */
1392 if (free_binding_level
)
1393 #endif /* !defined(DEBUG_CP_BINDING_LEVELS) */
1395 newlevel
= free_binding_level
;
1396 free_binding_level
= free_binding_level
->level_chain
;
1400 newlevel
= make_binding_level ();
1403 #if defined(DEBUG_CP_BINDING_LEVELS)
1405 #endif /* defined(DEBUG_CP_BINDING_LEVELS) */
1407 push_binding_level (newlevel
, 0, 0);
1409 decl_stack
= push_decl_level (decl_stack
, &decl_obstack
);
1410 class_binding_level
= current_binding_level
;
1411 class_binding_level
->parm_flag
= 2;
1412 /* We have just pushed into a new binding level. Now, fake out the rest
1413 of the compiler. Set the `current_binding_level' back to point to
1414 the most closely containing non-class binding level. */
1417 current_binding_level
= current_binding_level
->level_chain
;
1419 while (current_binding_level
->parm_flag
== 2);
1422 /* ...and a poplevel for class declarations. FORCE is used to force
1423 clearing out of CLASS_VALUEs after a class definition. */
1426 poplevel_class (force
)
1429 register struct binding_level
*level
= class_binding_level
;
1430 tree block
= NULL_TREE
;
1433 my_friendly_assert (level
!= 0, 354);
1435 decl_stack
= pop_stack_level (decl_stack
);
1436 for (shadowed
= level
->shadowed
; shadowed
; shadowed
= TREE_CHAIN (shadowed
))
1437 IDENTIFIER_LOCAL_VALUE (TREE_PURPOSE (shadowed
)) = TREE_VALUE (shadowed
);
1438 /* If we're leaving a toplevel class, don't bother to do the setting
1439 of IDENTIFIER_CLASS_VALUE to NULL_TREE, since first of all this slot
1440 shouldn't even be used when current_class_type isn't set, and second,
1441 if we don't touch it here, we're able to use the cache effect if the
1442 next time we're entering a class scope, it is the same class. */
1443 if (current_class_depth
!= 1 || force
)
1444 for (shadowed
= level
->class_shadowed
;
1446 shadowed
= TREE_CHAIN (shadowed
))
1447 IDENTIFIER_CLASS_VALUE (TREE_PURPOSE (shadowed
)) = TREE_VALUE (shadowed
);
1449 /* Remember to save what IDENTIFIER's were bound in this scope so we
1450 can recover from cache misses. */
1452 previous_class_type
= current_class_type
;
1453 previous_class_values
= class_binding_level
->class_shadowed
;
1455 for (shadowed
= level
->type_shadowed
;
1457 shadowed
= TREE_CHAIN (shadowed
))
1458 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (shadowed
), TREE_VALUE (shadowed
));
1460 GNU_xref_end_scope ((HOST_WIDE_INT
) class_binding_level
,
1461 (HOST_WIDE_INT
) class_binding_level
->level_chain
,
1462 class_binding_level
->parm_flag
,
1463 class_binding_level
->keep
);
1465 if (class_binding_level
->parm_flag
!= 2)
1466 class_binding_level
= (struct binding_level
*)0;
1468 /* Now, pop out of the binding level which we created up in the
1469 `pushlevel_class' routine. */
1470 #if defined(DEBUG_CP_BINDING_LEVELS)
1472 #endif /* defined(DEBUG_CP_BINDING_LEVELS) */
1474 pop_binding_level ();
1479 /* For debugging. */
1480 static int no_print_functions
= 0;
1481 static int no_print_builtins
= 0;
1484 print_binding_level (lvl
)
1485 struct binding_level
*lvl
;
1489 fprintf (stderr
, " blocks=");
1490 fprintf (stderr
, HOST_PTR_PRINTF
, lvl
->blocks
);
1491 fprintf (stderr
, " n_incomplete=%d parm_flag=%d keep=%d",
1492 list_length (lvl
->incomplete
), lvl
->parm_flag
, lvl
->keep
);
1493 if (lvl
->tag_transparent
)
1494 fprintf (stderr
, " tag-transparent");
1495 if (lvl
->more_cleanups_ok
)
1496 fprintf (stderr
, " more-cleanups-ok");
1497 if (lvl
->have_cleanups
)
1498 fprintf (stderr
, " have-cleanups");
1499 fprintf (stderr
, "\n");
1502 fprintf (stderr
, " names:\t");
1503 /* We can probably fit 3 names to a line? */
1504 for (t
= lvl
->names
; t
; t
= TREE_CHAIN (t
))
1506 if (no_print_functions
&& (TREE_CODE (t
) == FUNCTION_DECL
))
1508 if (no_print_builtins
1509 && (TREE_CODE (t
) == TYPE_DECL
)
1510 && (!strcmp (DECL_SOURCE_FILE (t
),"<built-in>")))
1513 /* Function decls tend to have longer names. */
1514 if (TREE_CODE (t
) == FUNCTION_DECL
)
1521 fprintf (stderr
, "\n\t");
1524 print_node_brief (stderr
, "", t
, 0);
1525 if (t
== error_mark_node
)
1529 fprintf (stderr
, "\n");
1533 fprintf (stderr
, " tags:\t");
1535 for (t
= lvl
->tags
; t
; t
= TREE_CHAIN (t
))
1537 if (TREE_PURPOSE (t
) == NULL_TREE
)
1539 else if (TREE_PURPOSE (t
) == TYPE_IDENTIFIER (TREE_VALUE (t
)))
1546 fprintf (stderr
, "\n\t");
1549 if (TREE_PURPOSE (t
) == NULL_TREE
)
1551 print_node_brief (stderr
, "<unnamed-typedef", TREE_VALUE (t
), 0);
1552 fprintf (stderr
, ">");
1554 else if (TREE_PURPOSE (t
) == TYPE_IDENTIFIER (TREE_VALUE (t
)))
1555 print_node_brief (stderr
, "", TREE_VALUE (t
), 0);
1558 print_node_brief (stderr
, "<typedef", TREE_PURPOSE (t
), 0);
1559 print_node_brief (stderr
, "", TREE_VALUE (t
), 0);
1560 fprintf (stderr
, ">");
1564 fprintf (stderr
, "\n");
1568 fprintf (stderr
, " shadowed:");
1569 for (t
= lvl
->shadowed
; t
; t
= TREE_CHAIN (t
))
1571 fprintf (stderr
, " %s ", IDENTIFIER_POINTER (TREE_PURPOSE (t
)));
1573 fprintf (stderr
, "\n");
1575 if (lvl
->class_shadowed
)
1577 fprintf (stderr
, " class-shadowed:");
1578 for (t
= lvl
->class_shadowed
; t
; t
= TREE_CHAIN (t
))
1580 fprintf (stderr
, " %s ", IDENTIFIER_POINTER (TREE_PURPOSE (t
)));
1582 fprintf (stderr
, "\n");
1584 if (lvl
->type_shadowed
)
1586 fprintf (stderr
, " type-shadowed:");
1587 for (t
= lvl
->type_shadowed
; t
; t
= TREE_CHAIN (t
))
1589 fprintf (stderr
, " %s ", IDENTIFIER_POINTER (TREE_PURPOSE (t
)));
1591 fprintf (stderr
, "\n");
1596 print_other_binding_stack (stack
)
1597 struct binding_level
*stack
;
1599 struct binding_level
*level
;
1600 for (level
= stack
; level
!= global_binding_level
; level
= level
->level_chain
)
1602 fprintf (stderr
, "binding level ");
1603 fprintf (stderr
, HOST_PTR_PRINTF
, level
);
1604 fprintf (stderr
, "\n");
1605 print_binding_level (level
);
1610 print_binding_stack ()
1612 struct binding_level
*b
;
1613 fprintf (stderr
, "current_binding_level=");
1614 fprintf (stderr
, HOST_PTR_PRINTF
, current_binding_level
);
1615 fprintf (stderr
, "\nclass_binding_level=");
1616 fprintf (stderr
, HOST_PTR_PRINTF
, class_binding_level
);
1617 fprintf (stderr
, "\nglobal_binding_level=");
1618 fprintf (stderr
, HOST_PTR_PRINTF
, global_binding_level
);
1619 fprintf (stderr
, "\n");
1620 if (class_binding_level
)
1622 for (b
= class_binding_level
; b
; b
= b
->level_chain
)
1623 if (b
== current_binding_level
)
1626 b
= class_binding_level
;
1628 b
= current_binding_level
;
1631 b
= current_binding_level
;
1632 print_other_binding_stack (b
);
1633 fprintf (stderr
, "global:\n");
1634 print_binding_level (global_binding_level
);
1637 /* Namespace binding access routines: The namespace_bindings field of
1638 the identifier is polymorphic, with three possible values:
1639 NULL_TREE, a list of CPLUS_BINDINGS, or any other tree_node
1640 indicating the BINDING_VALUE of global_namespace. */
1642 /* Check whether the a binding for the name to scope is known.
1643 Assumes that the bindings of the name are already a list
1644 of bindings. Returns the binding found, or NULL_TREE. */
1647 find_binding (name
, scope
)
1651 tree iter
, prev
= NULL_TREE
;
1653 scope
= ORIGINAL_NAMESPACE (scope
);
1655 for (iter
= IDENTIFIER_NAMESPACE_BINDINGS (name
); iter
;
1656 iter
= TREE_CHAIN (iter
))
1658 my_friendly_assert (TREE_CODE (iter
) == CPLUS_BINDING
, 374);
1659 if (BINDING_SCOPE (iter
) == scope
)
1661 /* Move binding found to the fron of the list, so
1662 subsequent lookups will find it faster. */
1665 TREE_CHAIN (prev
) = TREE_CHAIN (iter
);
1666 TREE_CHAIN (iter
) = IDENTIFIER_NAMESPACE_BINDINGS (name
);
1667 IDENTIFIER_NAMESPACE_BINDINGS (name
) = iter
;
1676 /* Always returns a binding for name in scope. If the
1677 namespace_bindings is not a list, convert it to one first.
1678 If no binding is found, make a new one. */
1681 binding_for_name (name
, scope
)
1685 tree b
= IDENTIFIER_NAMESPACE_BINDINGS (name
);
1688 scope
= ORIGINAL_NAMESPACE (scope
);
1690 if (b
&& TREE_CODE (b
) != CPLUS_BINDING
)
1692 /* Get rid of optimization for global scope. */
1693 IDENTIFIER_NAMESPACE_BINDINGS (name
) = NULL_TREE
;
1694 BINDING_VALUE (binding_for_name (name
, global_namespace
)) = b
;
1695 b
= IDENTIFIER_NAMESPACE_BINDINGS (name
);
1697 if (b
&& (result
= find_binding (name
, scope
)))
1699 /* Not found, make a new permanent one. */
1700 push_obstacks (&permanent_obstack
, &permanent_obstack
);
1701 result
= make_node (CPLUS_BINDING
);
1702 TREE_CHAIN (result
) = b
;
1703 IDENTIFIER_NAMESPACE_BINDINGS (name
) = result
;
1704 BINDING_SCOPE (result
) = scope
;
1705 BINDING_TYPE (result
) = NULL_TREE
;
1706 BINDING_VALUE (result
) = NULL_TREE
;
1711 /* Return the binding value for name in scope, considering that
1712 namespace_binding may or may not be a list of CPLUS_BINDINGS. */
1715 namespace_binding (name
, scope
)
1719 tree b
= IDENTIFIER_NAMESPACE_BINDINGS (name
);
1722 if (TREE_CODE (b
) != CPLUS_BINDING
)
1723 return (scope
== global_namespace
) ? b
: NULL_TREE
;
1724 name
= find_binding (name
,scope
);
1725 if (name
== NULL_TREE
)
1727 return BINDING_VALUE (name
);
1730 /* Set the binding value for name in scope. If modifying the binding
1731 of global_namespace is attempted, try to optimize it. */
1734 set_namespace_binding (name
, scope
, val
)
1740 if (scope
== global_namespace
)
1742 b
= IDENTIFIER_NAMESPACE_BINDINGS (name
);
1743 if (b
== NULL_TREE
|| TREE_CODE (b
) != CPLUS_BINDING
)
1745 IDENTIFIER_NAMESPACE_BINDINGS (name
) = val
;
1749 b
= binding_for_name (name
, scope
);
1750 BINDING_VALUE (b
) = val
;
1753 /* Push into the scope of the NAME namespace. If NAME is NULL_TREE, then we
1754 select a name that is unique to this compilation unit. */
1757 push_namespace (name
)
1762 int implicit_use
= 0;
1764 if (!global_namespace
)
1766 /* This must be ::. */
1767 my_friendly_assert (name
== get_identifier ("::"), 377);
1772 /* The name of anonymous namespace is unique for the translation
1774 static tree anon_name
= NULL_TREE
;
1776 anon_name
= get_file_function_name ('N');
1778 d
= IDENTIFIER_NAMESPACE_VALUE (name
);
1780 /* Reopening anonymous namespace. */
1784 else if (current_namespace
== global_namespace
1785 && name
== DECL_NAME (std_node
))
1792 /* Check whether this is an extended namespace definition. */
1793 d
= IDENTIFIER_NAMESPACE_VALUE (name
);
1794 if (d
!= NULL_TREE
&& TREE_CODE (d
) == NAMESPACE_DECL
)
1797 if (DECL_NAMESPACE_ALIAS (d
))
1799 cp_error ("namespace alias `%D' not allowed here, assuming `%D'",
1800 d
, DECL_NAMESPACE_ALIAS (d
));
1801 d
= DECL_NAMESPACE_ALIAS (d
);
1808 /* Make a new namespace, binding the name to it. */
1809 d
= build_lang_decl (NAMESPACE_DECL
, name
, void_type_node
);
1810 /* The global namespace is not pushed, and the global binding
1811 level is set elsewhere. */
1816 declare_namespace_level ();
1817 NAMESPACE_LEVEL (d
) = current_binding_level
;
1821 resume_binding_level (NAMESPACE_LEVEL (d
));
1824 do_using_directive (d
);
1825 /* Enter the name space. */
1826 current_namespace
= d
;
1829 /* Pop from the scope of the current namespace. */
1834 if (current_namespace
== global_namespace
)
1836 my_friendly_assert (in_std
>0, 980421);
1840 current_namespace
= DECL_CONTEXT (current_namespace
);
1841 /* The binding level is not popped, as it might be re-opened later. */
1842 suspend_binding_level ();
1845 /* Concatenate the binding levels of all namespaces. */
1848 cat_namespace_levels()
1852 struct binding_level
*b
;
1854 last
= NAMESPACE_LEVEL (global_namespace
) -> names
;
1855 /* The nested namespaces appear in the names list of their ancestors. */
1856 for (current
= last
; current
; current
= TREE_CHAIN (current
))
1858 if (TREE_CODE (current
) != NAMESPACE_DECL
)
1860 if (!DECL_LANG_SPECIFIC (current
))
1863 my_friendly_assert (current
== std_node
, 393);
1866 b
= NAMESPACE_LEVEL (current
);
1867 while (TREE_CHAIN (last
))
1868 last
= TREE_CHAIN (last
);
1869 TREE_CHAIN (last
) = NAMESPACE_LEVEL (current
) -> names
;
1873 /* Subroutines for reverting temporarily to top-level for instantiation
1874 of templates and such. We actually need to clear out the class- and
1875 local-value slots of all identifiers, so that only the global values
1876 are at all visible. Simply setting current_binding_level to the global
1877 scope isn't enough, because more binding levels may be pushed. */
1878 struct saved_scope
{
1879 struct binding_level
*old_binding_level
;
1882 struct saved_scope
*prev
;
1883 tree class_name
, class_type
, function_decl
;
1884 struct binding_level
*class_bindings
;
1885 tree
*lang_base
, *lang_stack
, lang_name
;
1887 int minimal_parse_mode
;
1888 tree last_function_parms
;
1889 tree template_parms
;
1890 HOST_WIDE_INT processing_template_decl
;
1891 tree previous_class_type
, previous_class_values
;
1892 int processing_specialization
;
1893 int processing_explicit_instantiation
;
1895 static struct saved_scope
*current_saved_scope
;
1897 /* A chain of the binding vecs created by store_bindings. We create a
1898 whole bunch of these during compilation, on permanent_obstack, so we
1899 can't just throw them away. */
1900 static tree free_binding_vecs
;
1903 store_bindings (names
, old_bindings
)
1904 tree names
, old_bindings
;
1907 for (t
= names
; t
; t
= TREE_CHAIN (t
))
1909 tree binding
, t1
, id
;
1911 if (TREE_CODE (t
) == TREE_LIST
)
1912 id
= TREE_PURPOSE (t
);
1917 || (!IDENTIFIER_LOCAL_VALUE (id
)
1918 && !IDENTIFIER_CLASS_VALUE (id
)))
1921 for (t1
= old_bindings
; t1
; t1
= TREE_CHAIN (t1
))
1922 if (TREE_VEC_ELT (t1
, 0) == id
)
1925 if (free_binding_vecs
)
1927 binding
= free_binding_vecs
;
1928 free_binding_vecs
= TREE_CHAIN (free_binding_vecs
);
1931 binding
= make_tree_vec (4);
1935 my_friendly_assert (TREE_CODE (id
) == IDENTIFIER_NODE
, 135);
1936 TREE_VEC_ELT (binding
, 0) = id
;
1937 TREE_VEC_ELT (binding
, 1) = REAL_IDENTIFIER_TYPE_VALUE (id
);
1938 TREE_VEC_ELT (binding
, 2) = IDENTIFIER_LOCAL_VALUE (id
);
1939 TREE_VEC_ELT (binding
, 3) = IDENTIFIER_CLASS_VALUE (id
);
1940 IDENTIFIER_LOCAL_VALUE (id
) = NULL_TREE
;
1941 IDENTIFIER_CLASS_VALUE (id
) = NULL_TREE
;
1943 TREE_CHAIN (binding
) = old_bindings
;
1944 old_bindings
= binding
;
1948 return old_bindings
;
1952 maybe_push_to_top_level (pseudo
)
1955 extern int current_lang_stacksize
;
1956 struct saved_scope
*s
1957 = (struct saved_scope
*) xmalloc (sizeof (struct saved_scope
));
1958 struct binding_level
*b
= inner_binding_level
;
1959 tree old_bindings
= NULL_TREE
;
1961 if (current_function_decl
)
1962 push_cp_function_context (NULL_TREE
);
1964 if (previous_class_type
)
1965 old_bindings
= store_bindings (previous_class_values
, old_bindings
);
1967 /* Have to include global_binding_level, because class-level decls
1968 aren't listed anywhere useful. */
1969 for (; b
; b
= b
->level_chain
)
1973 /* Template IDs are inserted into the global level. If they were
1974 inserted into namespace level, finish_file wouldn't find them
1975 when doing pending instantiations. Therefore, don't stop at
1976 namespace level, but continue until :: . */
1977 if (b
== global_binding_level
|| (pseudo
&& b
->pseudo_global
))
1980 old_bindings
= store_bindings (b
->names
, old_bindings
);
1981 /* We also need to check class_shadowed to save class-level type
1982 bindings, since pushclass doesn't fill in b->names. */
1983 if (b
->parm_flag
== 2)
1984 old_bindings
= store_bindings (b
->class_shadowed
, old_bindings
);
1986 /* Unwind type-value slots back to top level. */
1987 for (t
= b
->type_shadowed
; t
; t
= TREE_CHAIN (t
))
1988 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (t
), TREE_VALUE (t
));
1991 s
->old_binding_level
= current_binding_level
;
1992 current_binding_level
= b
;
1994 s
->old_namespace
= current_namespace
;
1995 s
->class_name
= current_class_name
;
1996 s
->class_type
= current_class_type
;
1997 s
->function_decl
= current_function_decl
;
1998 s
->class_bindings
= class_binding_level
;
1999 s
->lang_stack
= current_lang_stack
;
2000 s
->lang_base
= current_lang_base
;
2001 s
->lang_stacksize
= current_lang_stacksize
;
2002 s
->lang_name
= current_lang_name
;
2003 s
->minimal_parse_mode
= minimal_parse_mode
;
2004 s
->last_function_parms
= last_function_parms
;
2005 s
->template_parms
= current_template_parms
;
2006 s
->processing_template_decl
= processing_template_decl
;
2007 s
->previous_class_type
= previous_class_type
;
2008 s
->previous_class_values
= previous_class_values
;
2009 s
->processing_specialization
= processing_specialization
;
2010 s
->processing_explicit_instantiation
= processing_explicit_instantiation
;
2012 current_class_name
= current_class_type
= NULL_TREE
;
2013 current_function_decl
= NULL_TREE
;
2014 class_binding_level
= (struct binding_level
*)0;
2015 current_lang_stacksize
= 10;
2016 current_lang_stack
= current_lang_base
2017 = (tree
*) xmalloc (current_lang_stacksize
* sizeof (tree
));
2018 current_lang_name
= lang_name_cplusplus
;
2019 strict_prototype
= strict_prototypes_lang_cplusplus
;
2020 named_labels
= NULL_TREE
;
2021 shadowed_labels
= NULL_TREE
;
2022 minimal_parse_mode
= 0;
2023 previous_class_type
= previous_class_values
= NULL_TREE
;
2024 processing_specialization
= 0;
2025 processing_explicit_instantiation
= 0;
2026 current_template_parms
= NULL_TREE
;
2027 processing_template_decl
= 0;
2028 current_namespace
= global_namespace
;
2030 s
->prev
= current_saved_scope
;
2031 s
->old_bindings
= old_bindings
;
2032 current_saved_scope
= s
;
2034 push_obstacks (&permanent_obstack
, &permanent_obstack
);
2038 push_to_top_level ()
2040 maybe_push_to_top_level (0);
2044 pop_from_top_level ()
2046 extern int current_lang_stacksize
;
2047 struct saved_scope
*s
= current_saved_scope
;
2050 /* Clear out class-level bindings cache. */
2051 if (previous_class_type
)
2054 previous_class_type
= NULL_TREE
;
2059 current_binding_level
= s
->old_binding_level
;
2060 current_saved_scope
= s
->prev
;
2061 for (t
= s
->old_bindings
; t
; )
2064 tree id
= TREE_VEC_ELT (t
, 0);
2067 SET_IDENTIFIER_TYPE_VALUE (id
, TREE_VEC_ELT (t
, 1));
2068 IDENTIFIER_LOCAL_VALUE (id
) = TREE_VEC_ELT (t
, 2);
2069 IDENTIFIER_CLASS_VALUE (id
) = TREE_VEC_ELT (t
, 3);
2072 TREE_CHAIN (save
) = free_binding_vecs
;
2073 free_binding_vecs
= save
;
2075 current_namespace
= s
->old_namespace
;
2076 current_class_name
= s
->class_name
;
2077 current_class_type
= s
->class_type
;
2078 current_function_decl
= s
->function_decl
;
2079 class_binding_level
= s
->class_bindings
;
2080 free (current_lang_base
);
2081 current_lang_base
= s
->lang_base
;
2082 current_lang_stack
= s
->lang_stack
;
2083 current_lang_name
= s
->lang_name
;
2084 current_lang_stacksize
= s
->lang_stacksize
;
2085 if (current_lang_name
== lang_name_cplusplus
)
2086 strict_prototype
= strict_prototypes_lang_cplusplus
;
2087 else if (current_lang_name
== lang_name_c
)
2088 strict_prototype
= strict_prototypes_lang_c
;
2089 minimal_parse_mode
= s
->minimal_parse_mode
;
2090 last_function_parms
= s
->last_function_parms
;
2091 current_template_parms
= s
->template_parms
;
2092 processing_template_decl
= s
->processing_template_decl
;
2093 previous_class_type
= s
->previous_class_type
;
2094 previous_class_values
= s
->previous_class_values
;
2095 processing_specialization
= s
->processing_specialization
;
2096 processing_explicit_instantiation
= s
->processing_explicit_instantiation
;
2100 if (current_function_decl
)
2101 pop_cp_function_context (NULL_TREE
);
2104 /* Push a definition of struct, union or enum tag "name".
2105 into binding_level "b". "type" should be the type node,
2106 We assume that the tag "name" is not already defined.
2108 Note that the definition may really be just a forward reference.
2109 In that case, the TYPE_SIZE will be a NULL_TREE.
2111 C++ gratuitously puts all these tags in the name space. */
2113 /* When setting the IDENTIFIER_TYPE_VALUE field of an identifier ID,
2114 record the shadowed value for this binding contour. TYPE is
2115 the type that ID maps to. */
2118 set_identifier_type_value_with_scope (id
, type
, b
)
2121 struct binding_level
*b
;
2123 if (!b
->namespace_p
)
2125 /* Shadow the marker, not the real thing, so that the marker
2126 gets restored later. */
2127 tree old_type_value
= REAL_IDENTIFIER_TYPE_VALUE (id
);
2129 = tree_cons (id
, old_type_value
, b
->type_shadowed
);
2133 tree binding
= binding_for_name (id
, current_namespace
);
2134 BINDING_TYPE (binding
) = type
;
2135 /* Store marker instead of real type. */
2136 type
= global_type_node
;
2138 SET_IDENTIFIER_TYPE_VALUE (id
, type
);
2141 /* As set_identifier_type_value_with_scope, but using inner_binding_level. */
2144 set_identifier_type_value (id
, type
)
2148 set_identifier_type_value_with_scope (id
, type
, inner_binding_level
);
2151 /* Return the type associated with id. */
2154 identifier_type_value (id
)
2157 /* There is no type with that name, anywhere. */
2158 if (REAL_IDENTIFIER_TYPE_VALUE (id
) == NULL_TREE
)
2160 /* This is not the type marker, but the real thing. */
2161 if (REAL_IDENTIFIER_TYPE_VALUE (id
) != global_type_node
)
2162 return REAL_IDENTIFIER_TYPE_VALUE (id
);
2163 /* Have to search for it. It must be on the global level, now.
2164 Ask lookup_name not to return non-types. */
2165 id
= lookup_name_real (id
, 2, 1, 0);
2167 return TREE_TYPE (id
);
2171 /* Pop off extraneous binding levels left over due to syntax errors.
2173 We don't pop past namespaces, as they might be valid. */
2178 #ifdef DEBUG_CP_BINDING_LEVELS
2179 fprintf (stderr
, "XXX entering pop_everything ()\n");
2181 while (! toplevel_bindings_p () && ! pseudo_global_level_p ())
2183 if (class_binding_level
)
2184 pop_nested_class (1);
2188 #ifdef DEBUG_CP_BINDING_LEVELS
2189 fprintf (stderr
, "XXX leaving pop_everything ()\n");
2193 /* Push a tag name NAME for struct/class/union/enum type TYPE.
2194 Normally put it into the inner-most non-tag-transparent scope,
2195 but if GLOBALIZE is true, put it in the inner-most non-class scope.
2196 The latter is needed for implicit declarations. */
2199 pushtag (name
, type
, globalize
)
2203 register struct binding_level
*b
;
2207 b
= inner_binding_level
;
2208 while (b
->tag_transparent
2209 || (globalize
&& b
->parm_flag
== 2))
2212 if (toplevel_bindings_p ())
2213 b
->tags
= perm_tree_cons (name
, type
, b
->tags
);
2215 b
->tags
= saveable_tree_cons (name
, type
, b
->tags
);
2219 context
= type
? TYPE_CONTEXT (type
) : NULL_TREE
;
2222 tree cs
= current_scope ();
2226 else if (cs
!= NULL_TREE
2227 && TREE_CODE_CLASS (TREE_CODE (cs
)) == 't')
2228 /* When declaring a friend class of a local class, we want
2229 to inject the newly named class into the scope
2230 containing the local class, not the namespace scope. */
2231 context
= hack_decl_function_context (get_type_decl (cs
));
2234 c_decl
= TREE_CODE (context
) == FUNCTION_DECL
2235 ? context
: TYPE_MAIN_DECL (context
);
2238 context
= current_namespace
;
2240 /* Do C++ gratuitous typedefing. */
2241 if (IDENTIFIER_TYPE_VALUE (name
) != type
)
2243 register tree d
= NULL_TREE
;
2244 int newdecl
= 0, in_class
= 0;
2246 if ((b
->pseudo_global
&& b
->level_chain
->parm_flag
== 2)
2247 || b
->parm_flag
== 2)
2250 d
= lookup_nested_type (type
, c_decl
);
2255 d
= build_decl (TYPE_DECL
, name
, type
);
2256 if (current_lang_name
== lang_name_java
)
2257 TYPE_FOR_JAVA (type
) = 1;
2258 SET_DECL_ARTIFICIAL (d
);
2260 set_identifier_type_value_with_scope (name
, type
, b
);
2263 d
= TYPE_MAIN_DECL (d
);
2265 TYPE_NAME (type
) = d
;
2266 DECL_CONTEXT (d
) = context
;
2268 if (processing_template_parmlist
)
2269 /* You can't declare a new template type in a template
2270 parameter list. But, you can declare a non-template
2273 template <class A*> struct S;
2275 is a forward-declaration of `A'. */
2277 else if (IS_AGGR_TYPE (type
)
2278 && (/* If !GLOBALIZE then we are looking at a
2279 definition. It may not be a primary template.
2283 struct S1 { class S2 {}; }
2285 we have to push_template_decl for S2.) */
2286 (processing_template_decl
&& !globalize
)
2287 /* If we are declaring a friend template class, we
2288 will have GLOBALIZE set, since something like:
2296 declares S2 to be at global scope. */
2297 || (processing_template_decl
>
2298 template_class_depth (current_class_type
))))
2300 d
= push_template_decl_real (d
, globalize
);
2301 /* If the current binding level is the binding level for
2302 the template parameters (see the comment in
2303 begin_template_parm_list) and the enclosing level is
2304 a class scope, and we're not looking at a friend,
2305 push the declaration of the member class into the
2306 class scope. In the friend case, push_template_decl
2307 will already have put the friend into global scope,
2309 if (!globalize
&& b
->pseudo_global
&&
2310 b
->level_chain
->parm_flag
== 2)
2312 pushdecl_with_scope (CLASSTYPE_TI_TEMPLATE (type
),
2314 /* Put this tag on the list of tags for the class,
2315 since that won't happen below because B is not
2316 the class binding level, but is instead the
2317 pseudo-global level. */
2318 b
->level_chain
->tags
=
2319 saveable_tree_cons (name
, type
, b
->level_chain
->tags
);
2320 TREE_NONLOCAL_FLAG (type
) = 1;
2321 if (TYPE_SIZE (current_class_type
) == NULL_TREE
)
2322 CLASSTYPE_TAGS (current_class_type
) = b
->level_chain
->tags
;
2326 if (b
->parm_flag
== 2)
2327 d
= pushdecl_class_level (d
);
2329 d
= pushdecl_with_scope (d
, b
);
2333 if (ANON_AGGRNAME_P (name
))
2334 DECL_IGNORED_P (d
) = 1;
2336 TYPE_CONTEXT (type
) = DECL_CONTEXT (d
);
2337 DECL_ASSEMBLER_NAME (d
) = DECL_NAME (d
);
2338 DECL_ASSEMBLER_NAME (d
)
2339 = get_identifier (build_overload_name (type
, 1, 1));
2342 if (b
->parm_flag
== 2)
2344 TREE_NONLOCAL_FLAG (type
) = 1;
2345 if (TYPE_SIZE (current_class_type
) == NULL_TREE
)
2346 CLASSTYPE_TAGS (current_class_type
) = b
->tags
;
2350 if (TREE_CODE (TYPE_NAME (type
)) == TYPE_DECL
)
2351 /* Use the canonical TYPE_DECL for this node. */
2352 TYPE_STUB_DECL (type
) = TYPE_NAME (type
);
2355 /* Create a fake NULL-named TYPE_DECL node whose TREE_TYPE
2356 will be the tagged type we just added to the current
2357 binding level. This fake NULL-named TYPE_DECL node helps
2358 dwarfout.c to know when it needs to output a
2359 representation of a tagged type, and it also gives us a
2360 convenient place to record the "scope start" address for
2363 tree d
= build_decl (TYPE_DECL
, NULL_TREE
, type
);
2364 TYPE_STUB_DECL (type
) = pushdecl_with_scope (d
, b
);
2368 /* Counter used to create anonymous type names. */
2370 static int anon_cnt
= 0;
2372 /* Return an IDENTIFIER which can be used as a name for
2373 anonymous structs and unions. */
2380 sprintf (buf
, ANON_AGGRNAME_FORMAT
, anon_cnt
++);
2381 return get_identifier (buf
);
2384 /* Clear the TREE_PURPOSE slot of tags which have anonymous typenames.
2385 This keeps dbxout from getting confused. */
2390 register struct binding_level
*b
;
2392 static int last_cnt
= 0;
2394 /* Fast out if no new anon names were declared. */
2395 if (last_cnt
== anon_cnt
)
2398 b
= current_binding_level
;
2399 while (b
->tag_transparent
)
2404 /* A NULL purpose means we have already processed all tags
2405 from here to the end of the list. */
2406 if (TREE_PURPOSE (tags
) == NULL_TREE
)
2408 if (ANON_AGGRNAME_P (TREE_PURPOSE (tags
)))
2409 TREE_PURPOSE (tags
) = NULL_TREE
;
2410 tags
= TREE_CHAIN (tags
);
2412 last_cnt
= anon_cnt
;
2415 /* Subroutine of duplicate_decls: return truthvalue of whether
2416 or not types of these decls match.
2418 For C++, we must compare the parameter list so that `int' can match
2419 `int&' in a parameter position, but `int&' is not confused with
2423 decls_match (newdecl
, olddecl
)
2424 tree newdecl
, olddecl
;
2428 if (TREE_CODE (newdecl
) == FUNCTION_DECL
2429 && TREE_CODE (olddecl
) == FUNCTION_DECL
)
2431 tree f1
= TREE_TYPE (newdecl
);
2432 tree f2
= TREE_TYPE (olddecl
);
2433 tree p1
= TYPE_ARG_TYPES (f1
);
2434 tree p2
= TYPE_ARG_TYPES (f2
);
2436 /* When we parse a static member function definition,
2437 we put together a FUNCTION_DECL which thinks its type
2438 is METHOD_TYPE. Change that to FUNCTION_TYPE, and
2440 if (TREE_CODE (f1
) == METHOD_TYPE
&& DECL_STATIC_FUNCTION_P (olddecl
))
2441 revert_static_member_fn (&newdecl
, &f1
, &p1
);
2442 else if (TREE_CODE (f2
) == METHOD_TYPE
2443 && DECL_STATIC_FUNCTION_P (newdecl
))
2444 revert_static_member_fn (&olddecl
, &f2
, &p2
);
2446 /* Here we must take care of the case where new default
2447 parameters are specified. Also, warn if an old
2448 declaration becomes ambiguous because default
2449 parameters may cause the two to be ambiguous. */
2450 if (TREE_CODE (f1
) != TREE_CODE (f2
))
2452 if (TREE_CODE (f1
) == OFFSET_TYPE
)
2453 cp_compiler_error ("`%D' redeclared as member function", newdecl
);
2455 cp_compiler_error ("`%D' redeclared as non-member function", newdecl
);
2459 if (comptypes (TREE_TYPE (f1
), TREE_TYPE (f2
), 1))
2461 if (! strict_prototypes_lang_c
&& DECL_LANGUAGE (olddecl
) == lang_c
2464 types_match
= self_promoting_args_p (p1
);
2465 if (p1
== void_list_node
)
2466 TREE_TYPE (newdecl
) = TREE_TYPE (olddecl
);
2468 else if (!strict_prototypes_lang_c
&& DECL_LANGUAGE (olddecl
)==lang_c
2469 && DECL_LANGUAGE (newdecl
) == lang_c
&& p1
== NULL_TREE
)
2471 types_match
= self_promoting_args_p (p2
);
2472 TREE_TYPE (newdecl
) = TREE_TYPE (olddecl
);
2475 types_match
= compparms (p1
, p2
, 3);
2480 else if (TREE_CODE (newdecl
) == TEMPLATE_DECL
2481 && TREE_CODE (olddecl
) == TEMPLATE_DECL
)
2483 if (!comp_template_parms (DECL_TEMPLATE_PARMS (newdecl
),
2484 DECL_TEMPLATE_PARMS (olddecl
)))
2487 if (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl
)) == TYPE_DECL
)
2490 types_match
= decls_match (DECL_TEMPLATE_RESULT (olddecl
),
2491 DECL_TEMPLATE_RESULT (newdecl
));
2495 if (TREE_TYPE (newdecl
) == error_mark_node
)
2496 types_match
= TREE_TYPE (olddecl
) == error_mark_node
;
2497 else if (TREE_TYPE (olddecl
) == NULL_TREE
)
2498 types_match
= TREE_TYPE (newdecl
) == NULL_TREE
;
2499 else if (TREE_TYPE (newdecl
) == NULL_TREE
)
2501 /* Qualifiers must match, and they may be present on either, the type
2503 else if ((TREE_READONLY (newdecl
)
2504 || TYPE_READONLY (TREE_TYPE (newdecl
)))
2505 == (TREE_READONLY (olddecl
)
2506 || TYPE_READONLY (TREE_TYPE (olddecl
)))
2507 && (TREE_THIS_VOLATILE (newdecl
)
2508 || TYPE_VOLATILE (TREE_TYPE (newdecl
)))
2509 == (TREE_THIS_VOLATILE (olddecl
)
2510 || TYPE_VOLATILE (TREE_TYPE (olddecl
))))
2511 types_match
= comptypes (TYPE_MAIN_VARIANT (TREE_TYPE (newdecl
)),
2512 TYPE_MAIN_VARIANT (TREE_TYPE (olddecl
)), 1);
2520 /* If NEWDECL is `static' and an `extern' was seen previously,
2521 warn about it. (OLDDECL may be NULL_TREE; NAME contains
2522 information about previous usage as an `extern'.)
2524 Note that this does not apply to the C++ case of declaring
2525 a variable `extern const' and then later `const'.
2527 Don't complain about built-in functions, since they are beyond
2528 the user's control. */
2531 warn_extern_redeclared_static (newdecl
, olddecl
)
2532 tree newdecl
, olddecl
;
2536 static char *explicit_extern_static_warning
2537 = "`%D' was declared `extern' and later `static'";
2538 static char *implicit_extern_static_warning
2539 = "`%D' was declared implicitly `extern' and later `static'";
2541 if (TREE_CODE (newdecl
) == TYPE_DECL
)
2544 name
= DECL_ASSEMBLER_NAME (newdecl
);
2545 if (TREE_PUBLIC (name
) && DECL_THIS_STATIC (newdecl
))
2547 /* It's okay to redeclare an ANSI built-in function as static,
2548 or to declare a non-ANSI built-in function as anything. */
2549 if (! (TREE_CODE (newdecl
) == FUNCTION_DECL
2550 && olddecl
!= NULL_TREE
2551 && TREE_CODE (olddecl
) == FUNCTION_DECL
2552 && (DECL_BUILT_IN (olddecl
)
2553 || DECL_BUILT_IN_NONANSI (olddecl
))))
2555 cp_pedwarn (IDENTIFIER_IMPLICIT_DECL (name
)
2556 ? implicit_extern_static_warning
2557 : explicit_extern_static_warning
, newdecl
);
2558 if (olddecl
!= NULL_TREE
)
2559 cp_pedwarn_at ("previous declaration of `%D'", olddecl
);
2564 /* Handle when a new declaration NEWDECL has the same name as an old
2565 one OLDDECL in the same binding contour. Prints an error message
2568 If safely possible, alter OLDDECL to look like NEWDECL, and return 1.
2569 Otherwise, return 0. */
2572 duplicate_decls (newdecl
, olddecl
)
2573 tree newdecl
, olddecl
;
2575 extern struct obstack permanent_obstack
;
2576 unsigned olddecl_uid
= DECL_UID (olddecl
);
2577 int olddecl_friend
= 0, types_match
= 0;
2578 int new_defines_function
= 0;
2580 if (newdecl
== olddecl
)
2583 types_match
= decls_match (newdecl
, olddecl
);
2585 /* If either the type of the new decl or the type of the old decl is an
2586 error_mark_node, then that implies that we have already issued an
2587 error (earlier) for some bogus type specification, and in that case,
2588 it is rather pointless to harass the user with yet more error message
2589 about the same declaration, so just pretend the types match here. */
2590 if (TREE_TYPE (newdecl
) == error_mark_node
2591 || TREE_TYPE (olddecl
) == error_mark_node
)
2594 /* Check for redeclaration and other discrepancies. */
2595 if (TREE_CODE (olddecl
) == FUNCTION_DECL
2596 && DECL_ARTIFICIAL (olddecl
)
2597 && (DECL_BUILT_IN (olddecl
) || DECL_BUILT_IN_NONANSI (olddecl
)))
2599 /* If you declare a built-in or predefined function name as static,
2600 the old definition is overridden, but optionally warn this was a
2601 bad choice of name. Ditto for overloads. */
2602 if (! TREE_PUBLIC (newdecl
)
2603 || (TREE_CODE (newdecl
) == FUNCTION_DECL
2604 && DECL_LANGUAGE (newdecl
) != DECL_LANGUAGE (olddecl
)))
2607 cp_warning ("shadowing %s function `%#D'",
2608 DECL_BUILT_IN (olddecl
) ? "built-in" : "library",
2610 /* Discard the old built-in function. */
2613 else if (! types_match
)
2615 if (TREE_CODE (newdecl
) != FUNCTION_DECL
)
2617 /* If the built-in is not ansi, then programs can override
2618 it even globally without an error. */
2619 if (! DECL_BUILT_IN (olddecl
))
2620 cp_warning ("library function `%#D' redeclared as non-function `%#D'",
2624 cp_error ("declaration of `%#D'", newdecl
);
2625 cp_error ("conflicts with built-in declaration `%#D'",
2631 cp_warning ("declaration of `%#D'", newdecl
);
2632 cp_warning ("conflicts with built-in declaration `%#D'",
2636 else if (TREE_CODE (olddecl
) != TREE_CODE (newdecl
))
2638 if ((TREE_CODE (newdecl
) == FUNCTION_DECL
2639 && DECL_FUNCTION_TEMPLATE_P (olddecl
))
2640 || (TREE_CODE (olddecl
) == FUNCTION_DECL
2641 && DECL_FUNCTION_TEMPLATE_P (newdecl
)))
2644 cp_error ("`%#D' redeclared as different kind of symbol", newdecl
);
2645 if (TREE_CODE (olddecl
) == TREE_LIST
)
2646 olddecl
= TREE_VALUE (olddecl
);
2647 cp_error_at ("previous declaration of `%#D'", olddecl
);
2649 /* New decl is completely inconsistent with the old one =>
2650 tell caller to replace the old one. */
2654 else if (!types_match
)
2656 if (TREE_CODE (newdecl
) == TEMPLATE_DECL
)
2658 /* The name of a class template may not be declared to refer to
2659 any other template, class, function, object, namespace, value,
2660 or type in the same scope. */
2661 if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl
)) == TYPE_DECL
2662 || TREE_CODE (DECL_TEMPLATE_RESULT (newdecl
)) == TYPE_DECL
)
2664 cp_error ("declaration of template `%#D'", newdecl
);
2665 cp_error_at ("conflicts with previous declaration `%#D'",
2668 else if (TREE_CODE (DECL_TEMPLATE_RESULT (olddecl
)) == FUNCTION_DECL
2669 && TREE_CODE (DECL_TEMPLATE_RESULT (newdecl
)) == FUNCTION_DECL
2670 && compparms (TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl
))),
2671 TYPE_ARG_TYPES (TREE_TYPE (DECL_TEMPLATE_RESULT (newdecl
))), 3)
2672 && comp_template_parms (DECL_TEMPLATE_PARMS (newdecl
),
2673 DECL_TEMPLATE_PARMS (olddecl
)))
2675 cp_error ("new declaration `%#D'", newdecl
);
2676 cp_error_at ("ambiguates old declaration `%#D'", olddecl
);
2680 if (TREE_CODE (newdecl
) == FUNCTION_DECL
)
2682 if (DECL_LANGUAGE (newdecl
) == lang_c
2683 && DECL_LANGUAGE (olddecl
) == lang_c
)
2685 cp_error ("declaration of C function `%#D' conflicts with",
2687 cp_error_at ("previous declaration `%#D' here", olddecl
);
2689 else if (compparms (TYPE_ARG_TYPES (TREE_TYPE (newdecl
)),
2690 TYPE_ARG_TYPES (TREE_TYPE (olddecl
)), 3))
2692 cp_error ("new declaration `%#D'", newdecl
);
2693 cp_error_at ("ambiguates old declaration `%#D'", olddecl
);
2699 /* Already complained about this, so don't do so again. */
2700 else if (current_class_type
== NULL_TREE
2701 || IDENTIFIER_ERROR_LOCUS (DECL_ASSEMBLER_NAME (newdecl
)) != current_class_type
)
2703 cp_error ("conflicting types for `%#D'", newdecl
);
2704 cp_error_at ("previous declaration as `%#D'", olddecl
);
2707 else if (TREE_CODE (newdecl
) == FUNCTION_DECL
2708 && ((DECL_TEMPLATE_SPECIALIZATION (olddecl
)
2709 && (!DECL_TEMPLATE_INFO (newdecl
)
2710 || (DECL_TI_TEMPLATE (newdecl
)
2711 != DECL_TI_TEMPLATE (olddecl
))))
2712 || (DECL_TEMPLATE_SPECIALIZATION (newdecl
)
2713 && (!DECL_TEMPLATE_INFO (olddecl
)
2714 || (DECL_TI_TEMPLATE (olddecl
)
2715 != DECL_TI_TEMPLATE (newdecl
))))))
2716 /* It's OK to have a template specialization and a non-template
2717 with the same type, or to have specializations of two
2718 different templates with the same type. Note that if one is a
2719 specialization, and the other is an instantiation of the same
2720 template, that we do not exit at this point. That situation
2721 can occur if we instantiate a template class, and then
2722 specialize one of its methods. This situation is legal, but
2723 the declarations must be merged in the usual way. */
2725 else if (TREE_CODE (newdecl
) == FUNCTION_DECL
2726 && ((DECL_TEMPLATE_INSTANTIATION (olddecl
)
2727 && !DECL_USE_TEMPLATE (newdecl
))
2728 || (DECL_TEMPLATE_INSTANTIATION (newdecl
)
2729 && !DECL_USE_TEMPLATE (olddecl
))))
2730 /* One of the declarations is a template instantiation, and the
2731 other is not a template at all. That's OK. */
2735 char *errmsg
= redeclaration_error_message (newdecl
, olddecl
);
2738 cp_error (errmsg
, newdecl
);
2739 if (DECL_NAME (olddecl
) != NULL_TREE
)
2740 cp_error_at ((DECL_INITIAL (olddecl
)
2741 && namespace_bindings_p ())
2742 ? "`%#D' previously defined here"
2743 : "`%#D' previously declared here", olddecl
);
2745 else if (TREE_CODE (olddecl
) == FUNCTION_DECL
2746 && DECL_INITIAL (olddecl
) != NULL_TREE
2747 && TYPE_ARG_TYPES (TREE_TYPE (olddecl
)) == NULL_TREE
2748 && TYPE_ARG_TYPES (TREE_TYPE (newdecl
)) != NULL_TREE
)
2750 /* Prototype decl follows defn w/o prototype. */
2751 cp_warning_at ("prototype for `%#D'", newdecl
);
2752 cp_warning_at ("follows non-prototype definition here", olddecl
);
2754 else if (TREE_CODE (olddecl
) == FUNCTION_DECL
2755 && DECL_LANGUAGE (newdecl
) != DECL_LANGUAGE (olddecl
))
2757 /* extern "C" int foo ();
2758 int foo () { bar (); }
2760 if (current_lang_stack
== current_lang_base
)
2761 DECL_LANGUAGE (newdecl
) = DECL_LANGUAGE (olddecl
);
2764 cp_error_at ("previous declaration of `%#D' with %L linkage",
2765 olddecl
, DECL_LANGUAGE (olddecl
));
2766 cp_error ("conflicts with new declaration with %L linkage",
2767 DECL_LANGUAGE (newdecl
));
2771 if (DECL_LANG_SPECIFIC (olddecl
) && DECL_USE_TEMPLATE (olddecl
))
2773 else if (TREE_CODE (olddecl
) == FUNCTION_DECL
)
2775 tree t1
= TYPE_ARG_TYPES (TREE_TYPE (olddecl
));
2776 tree t2
= TYPE_ARG_TYPES (TREE_TYPE (newdecl
));
2779 if (TREE_CODE (TREE_TYPE (newdecl
)) == METHOD_TYPE
)
2780 t1
= TREE_CHAIN (t1
), t2
= TREE_CHAIN (t2
);
2782 for (; t1
&& t1
!= void_list_node
;
2783 t1
= TREE_CHAIN (t1
), t2
= TREE_CHAIN (t2
), i
++)
2784 if (TREE_PURPOSE (t1
) && TREE_PURPOSE (t2
))
2786 if (1 == simple_cst_equal (TREE_PURPOSE (t1
),
2791 cp_pedwarn ("default argument given for parameter %d of `%#D'",
2793 cp_pedwarn_at ("after previous specification in `%#D'",
2799 cp_error ("default argument given for parameter %d of `%#D'",
2801 cp_error_at ("after previous specification in `%#D'",
2806 if (DECL_THIS_INLINE (newdecl
) && ! DECL_THIS_INLINE (olddecl
)
2807 && TREE_ADDRESSABLE (olddecl
) && warn_inline
)
2809 cp_warning ("`%#D' was used before it was declared inline",
2811 cp_warning_at ("previous non-inline declaration here",
2815 /* These bits are logically part of the type for non-functions. */
2816 else if (TREE_READONLY (newdecl
) != TREE_READONLY (olddecl
)
2817 || TREE_THIS_VOLATILE (newdecl
) != TREE_THIS_VOLATILE (olddecl
))
2819 cp_pedwarn ("type qualifiers for `%#D'", newdecl
);
2820 cp_pedwarn_at ("conflict with previous decl `%#D'", olddecl
);
2824 /* If new decl is `static' and an `extern' was seen previously,
2826 warn_extern_redeclared_static (newdecl
, olddecl
);
2828 /* We have committed to returning 1 at this point. */
2829 if (TREE_CODE (newdecl
) == FUNCTION_DECL
)
2831 /* Now that functions must hold information normally held
2832 by field decls, there is extra work to do so that
2833 declaration information does not get destroyed during
2835 if (DECL_VINDEX (olddecl
))
2836 DECL_VINDEX (newdecl
) = DECL_VINDEX (olddecl
);
2837 if (DECL_CONTEXT (olddecl
))
2838 DECL_CONTEXT (newdecl
) = DECL_CONTEXT (olddecl
);
2839 if (DECL_CLASS_CONTEXT (olddecl
))
2840 DECL_CLASS_CONTEXT (newdecl
) = DECL_CLASS_CONTEXT (olddecl
);
2841 if (DECL_PENDING_INLINE_INFO (newdecl
) == (struct pending_inline
*)0)
2842 DECL_PENDING_INLINE_INFO (newdecl
) = DECL_PENDING_INLINE_INFO (olddecl
);
2843 DECL_STATIC_CONSTRUCTOR (newdecl
) |= DECL_STATIC_CONSTRUCTOR (olddecl
);
2844 DECL_STATIC_DESTRUCTOR (newdecl
) |= DECL_STATIC_DESTRUCTOR (olddecl
);
2845 DECL_ABSTRACT_VIRTUAL_P (newdecl
) |= DECL_ABSTRACT_VIRTUAL_P (olddecl
);
2846 DECL_VIRTUAL_P (newdecl
) |= DECL_VIRTUAL_P (olddecl
);
2847 DECL_NEEDS_FINAL_OVERRIDER_P (newdecl
) |= DECL_NEEDS_FINAL_OVERRIDER_P (olddecl
);
2848 new_defines_function
= DECL_INITIAL (newdecl
) != NULL_TREE
;
2850 /* Optionally warn about more than one declaration for the same
2851 name, but don't warn about a function declaration followed by a
2853 if (warn_redundant_decls
&& ! DECL_ARTIFICIAL (olddecl
)
2854 && !(new_defines_function
&& DECL_INITIAL (olddecl
) == NULL_TREE
)
2855 /* Don't warn about extern decl followed by definition. */
2856 && !(DECL_EXTERNAL (olddecl
) && ! DECL_EXTERNAL (newdecl
))
2857 /* Don't warn about friends, let add_friend take care of it. */
2858 && ! DECL_FRIEND_P (newdecl
))
2860 cp_warning ("redundant redeclaration of `%D' in same scope", newdecl
);
2861 cp_warning_at ("previous declaration of `%D'", olddecl
);
2865 /* Deal with C++: must preserve virtual function table size. */
2866 if (TREE_CODE (olddecl
) == TYPE_DECL
)
2868 register tree newtype
= TREE_TYPE (newdecl
);
2869 register tree oldtype
= TREE_TYPE (olddecl
);
2871 if (newtype
!= error_mark_node
&& oldtype
!= error_mark_node
2872 && TYPE_LANG_SPECIFIC (newtype
) && TYPE_LANG_SPECIFIC (oldtype
))
2874 CLASSTYPE_VSIZE (newtype
) = CLASSTYPE_VSIZE (oldtype
);
2875 CLASSTYPE_FRIEND_CLASSES (newtype
)
2876 = CLASSTYPE_FRIEND_CLASSES (oldtype
);
2880 /* Copy all the DECL_... slots specified in the new decl
2881 except for any that we copy here from the old type. */
2882 DECL_MACHINE_ATTRIBUTES (newdecl
)
2883 = merge_machine_decl_attributes (olddecl
, newdecl
);
2885 if (TREE_CODE (newdecl
) == TEMPLATE_DECL
)
2887 if (DECL_INITIAL (DECL_TEMPLATE_RESULT (olddecl
)) == NULL_TREE
)
2889 if (! duplicate_decls (DECL_TEMPLATE_RESULT (newdecl
),
2890 DECL_TEMPLATE_RESULT (olddecl
)))
2891 cp_error ("invalid redeclaration of %D", newdecl
);
2892 TREE_TYPE (olddecl
) = TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl
));
2893 DECL_TEMPLATE_PARMS (olddecl
) = DECL_TEMPLATE_PARMS (newdecl
);
2894 DECL_TEMPLATE_INFO (olddecl
) = DECL_TEMPLATE_INFO (newdecl
);
2896 DECL_TEMPLATE_SPECIALIZATIONS (newdecl
)
2897 = DECL_TEMPLATE_SPECIALIZATIONS (olddecl
);
2904 /* Automatically handles default parameters. */
2905 tree oldtype
= TREE_TYPE (olddecl
);
2908 /* Make sure we put the new type in the same obstack as the old one. */
2910 push_obstacks (TYPE_OBSTACK (oldtype
), TYPE_OBSTACK (oldtype
));
2913 push_obstacks_nochange ();
2914 end_temporary_allocation ();
2917 /* Merge the data types specified in the two decls. */
2918 newtype
= common_type (TREE_TYPE (newdecl
), TREE_TYPE (olddecl
));
2920 if (TREE_CODE (newdecl
) == VAR_DECL
)
2921 DECL_THIS_EXTERN (newdecl
) |= DECL_THIS_EXTERN (olddecl
);
2922 /* Do this after calling `common_type' so that default
2923 parameters don't confuse us. */
2924 else if (TREE_CODE (newdecl
) == FUNCTION_DECL
2925 && (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl
))
2926 != TYPE_RAISES_EXCEPTIONS (TREE_TYPE (olddecl
))))
2928 TREE_TYPE (newdecl
) = build_exception_variant (newtype
,
2929 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl
)));
2930 TREE_TYPE (olddecl
) = build_exception_variant (newtype
,
2931 TYPE_RAISES_EXCEPTIONS (oldtype
));
2933 if ((pedantic
|| (! DECL_IN_SYSTEM_HEADER (olddecl
)
2934 && DECL_SOURCE_LINE (olddecl
) != 0))
2936 && ! compexcepttypes (TREE_TYPE (newdecl
), TREE_TYPE (olddecl
)))
2938 cp_pedwarn ("declaration of `%D' throws different exceptions",
2940 cp_pedwarn_at ("previous declaration here", olddecl
);
2943 TREE_TYPE (newdecl
) = TREE_TYPE (olddecl
) = newtype
;
2945 /* Lay the type out, unless already done. */
2946 if (newtype
!= CANONICAL_TYPE_VARIANT (oldtype
)
2947 && TREE_TYPE (newdecl
) != error_mark_node
2948 && !(processing_template_decl
&& uses_template_parms (newdecl
)))
2949 layout_type (TREE_TYPE (newdecl
));
2951 if ((TREE_CODE (newdecl
) == VAR_DECL
2952 || TREE_CODE (newdecl
) == PARM_DECL
2953 || TREE_CODE (newdecl
) == RESULT_DECL
2954 || TREE_CODE (newdecl
) == FIELD_DECL
2955 || TREE_CODE (newdecl
) == TYPE_DECL
)
2956 && !(processing_template_decl
&& uses_template_parms (newdecl
)))
2957 layout_decl (newdecl
, 0);
2959 /* Merge the type qualifiers. */
2960 if (TREE_READONLY (newdecl
))
2961 TREE_READONLY (olddecl
) = 1;
2962 if (TREE_THIS_VOLATILE (newdecl
))
2963 TREE_THIS_VOLATILE (olddecl
) = 1;
2965 /* Merge the initialization information. */
2966 if (DECL_INITIAL (newdecl
) == NULL_TREE
2967 && DECL_INITIAL (olddecl
) != NULL_TREE
)
2969 DECL_INITIAL (newdecl
) = DECL_INITIAL (olddecl
);
2970 DECL_SOURCE_FILE (newdecl
) = DECL_SOURCE_FILE (olddecl
);
2971 DECL_SOURCE_LINE (newdecl
) = DECL_SOURCE_LINE (olddecl
);
2974 /* Merge the section attribute.
2975 We want to issue an error if the sections conflict but that must be
2976 done later in decl_attributes since we are called before attributes
2978 if (DECL_SECTION_NAME (newdecl
) == NULL_TREE
)
2979 DECL_SECTION_NAME (newdecl
) = DECL_SECTION_NAME (olddecl
);
2981 /* Keep the old rtl since we can safely use it, unless it's the
2982 call to abort() used for abstract virtuals. */
2983 if ((DECL_LANG_SPECIFIC (olddecl
)
2984 && !DECL_ABSTRACT_VIRTUAL_P (olddecl
))
2985 || DECL_RTL (olddecl
) != DECL_RTL (abort_fndecl
))
2986 DECL_RTL (newdecl
) = DECL_RTL (olddecl
);
2990 /* If cannot merge, then use the new type and qualifiers,
2991 and don't preserve the old rtl. */
2994 /* Clean out any memory we had of the old declaration. */
2995 tree oldstatic
= value_member (olddecl
, static_aggregates
);
2997 TREE_VALUE (oldstatic
) = error_mark_node
;
2999 TREE_TYPE (olddecl
) = TREE_TYPE (newdecl
);
3000 TREE_READONLY (olddecl
) = TREE_READONLY (newdecl
);
3001 TREE_THIS_VOLATILE (olddecl
) = TREE_THIS_VOLATILE (newdecl
);
3002 TREE_SIDE_EFFECTS (olddecl
) = TREE_SIDE_EFFECTS (newdecl
);
3005 /* Merge the storage class information. */
3006 DECL_WEAK (newdecl
) |= DECL_WEAK (olddecl
);
3007 DECL_ONE_ONLY (newdecl
) |= DECL_ONE_ONLY (olddecl
);
3008 TREE_PUBLIC (newdecl
) = TREE_PUBLIC (olddecl
);
3009 TREE_STATIC (olddecl
) = TREE_STATIC (newdecl
) |= TREE_STATIC (olddecl
);
3010 if (! DECL_EXTERNAL (olddecl
))
3011 DECL_EXTERNAL (newdecl
) = 0;
3013 if (DECL_LANG_SPECIFIC (newdecl
) && DECL_LANG_SPECIFIC (olddecl
))
3015 DECL_INTERFACE_KNOWN (newdecl
) |= DECL_INTERFACE_KNOWN (olddecl
);
3016 DECL_NOT_REALLY_EXTERN (newdecl
) |= DECL_NOT_REALLY_EXTERN (olddecl
);
3017 DECL_COMDAT (newdecl
) |= DECL_COMDAT (olddecl
);
3018 /* Don't really know how much of the language-specific
3019 values we should copy from old to new. */
3020 DECL_IN_AGGR_P (newdecl
) = DECL_IN_AGGR_P (olddecl
);
3021 DECL_ACCESS (newdecl
) = DECL_ACCESS (olddecl
);
3022 DECL_NONCONVERTING_P (newdecl
) = DECL_NONCONVERTING_P (olddecl
);
3023 if (DECL_TEMPLATE_INFO (newdecl
) == NULL_TREE
)
3025 DECL_TEMPLATE_INFO (newdecl
) = DECL_TEMPLATE_INFO (olddecl
);
3026 DECL_USE_TEMPLATE (newdecl
) = DECL_USE_TEMPLATE (olddecl
);
3028 olddecl_friend
= DECL_FRIEND_P (olddecl
);
3031 if (TREE_CODE (newdecl
) == FUNCTION_DECL
)
3033 if (DECL_TEMPLATE_INSTANTIATION (olddecl
)
3034 && !DECL_TEMPLATE_INSTANTIATION (newdecl
))
3036 /* If newdecl is not a specialization, then it is not a
3037 template-related function at all. And that means that we
3038 shoud have exited above, returning 0. */
3039 my_friendly_assert (DECL_TEMPLATE_SPECIALIZATION (newdecl
),
3042 if (TREE_USED (olddecl
))
3043 /* From [temp.expl.spec]:
3045 If a template, a member template or the member of a class
3046 template is explicitly specialized then that
3047 specialization shall be declared before the first use of
3048 that specialization that would cause an implicit
3049 instantiation to take place, in every translation unit in
3050 which such a use occurs. */
3051 cp_error ("explicit specialization of %D after first use",
3054 SET_DECL_TEMPLATE_SPECIALIZATION (olddecl
);
3056 DECL_THIS_INLINE (newdecl
) |= DECL_THIS_INLINE (olddecl
);
3058 /* If either decl says `inline', this fn is inline, unless its
3059 definition was passed already. */
3060 if (DECL_INLINE (newdecl
) && DECL_INITIAL (olddecl
) == NULL_TREE
)
3061 DECL_INLINE (olddecl
) = 1;
3062 DECL_INLINE (newdecl
) = DECL_INLINE (olddecl
);
3066 DECL_LANGUAGE (olddecl
) = DECL_LANGUAGE (newdecl
);
3067 DECL_ASSEMBLER_NAME (olddecl
) = DECL_ASSEMBLER_NAME (newdecl
);
3068 DECL_RTL (olddecl
) = DECL_RTL (newdecl
);
3070 if (! types_match
|| new_defines_function
)
3072 /* These need to be copied so that the names are available. */
3073 DECL_ARGUMENTS (olddecl
) = DECL_ARGUMENTS (newdecl
);
3074 DECL_RESULT (olddecl
) = DECL_RESULT (newdecl
);
3076 if (new_defines_function
)
3077 /* If defining a function declared with other language
3078 linkage, use the previously declared language linkage. */
3079 DECL_LANGUAGE (newdecl
) = DECL_LANGUAGE (olddecl
);
3082 /* If redeclaring a builtin function, and not a definition,
3083 it stays built in. */
3084 if (DECL_BUILT_IN (olddecl
))
3086 DECL_BUILT_IN (newdecl
) = 1;
3087 DECL_FUNCTION_CODE (newdecl
) = DECL_FUNCTION_CODE (olddecl
);
3088 /* If we're keeping the built-in definition, keep the rtl,
3089 regardless of declaration matches. */
3090 DECL_RTL (newdecl
) = DECL_RTL (olddecl
);
3093 DECL_FRAME_SIZE (newdecl
) = DECL_FRAME_SIZE (olddecl
);
3095 DECL_RESULT (newdecl
) = DECL_RESULT (olddecl
);
3096 if ((DECL_SAVED_INSNS (newdecl
) = DECL_SAVED_INSNS (olddecl
)))
3097 /* Previously saved insns go together with
3098 the function's previous definition. */
3099 DECL_INITIAL (newdecl
) = DECL_INITIAL (olddecl
);
3100 /* Don't clear out the arguments if we're redefining a function. */
3101 if (DECL_ARGUMENTS (olddecl
))
3102 DECL_ARGUMENTS (newdecl
) = DECL_ARGUMENTS (olddecl
);
3104 if (DECL_LANG_SPECIFIC (olddecl
))
3105 DECL_MAIN_VARIANT (newdecl
) = DECL_MAIN_VARIANT (olddecl
);
3108 if (TREE_CODE (newdecl
) == NAMESPACE_DECL
)
3110 NAMESPACE_LEVEL (newdecl
) = NAMESPACE_LEVEL (olddecl
);
3113 /* Now preserve various other info from the definition. */
3114 TREE_ADDRESSABLE (newdecl
) = TREE_ADDRESSABLE (olddecl
);
3115 TREE_ASM_WRITTEN (newdecl
) = TREE_ASM_WRITTEN (olddecl
);
3116 DECL_COMMON (newdecl
) = DECL_COMMON (olddecl
);
3117 DECL_ASSEMBLER_NAME (newdecl
) = DECL_ASSEMBLER_NAME (olddecl
);
3119 if (TREE_CODE (newdecl
) == FUNCTION_DECL
)
3122 struct lang_decl
*ol
= DECL_LANG_SPECIFIC (olddecl
);
3123 struct lang_decl
*nl
= DECL_LANG_SPECIFIC (newdecl
);
3125 function_size
= sizeof (struct tree_decl
);
3127 bcopy ((char *) newdecl
+ sizeof (struct tree_common
),
3128 (char *) olddecl
+ sizeof (struct tree_common
),
3129 function_size
- sizeof (struct tree_common
));
3131 /* Can we safely free the storage used by newdecl? */
3133 #define ROUND(x) ((x + obstack_alignment_mask (&permanent_obstack)) \
3134 & ~ obstack_alignment_mask (&permanent_obstack))
3136 if (DECL_TEMPLATE_INSTANTIATION (newdecl
))
3138 /* If newdecl is a template instantiation, it is possible that
3139 the following sequence of events has occurred:
3141 o A friend function was declared in a class template. The
3142 class template was instantiated.
3144 o The instantiation of the friend declaration was
3145 recorded on the instantiation list, and is newdecl.
3147 o Later, however, instantiate_class_template called pushdecl
3148 on the newdecl to perform name injection. But, pushdecl in
3149 turn called duplicate_decls when it discovered that another
3150 declaration of a global function with the same name already
3153 o Here, in duplicate_decls, we decided to clobber newdecl.
3155 If we're going to do that, we'd better make sure that
3156 olddecl, and not newdecl, is on the list of
3157 instantiations so that if we try to do the instantiation
3158 again we won't get the clobbered declaration. */
3160 tree tmpl
= DECL_TI_TEMPLATE (newdecl
);
3161 tree decls
= DECL_TEMPLATE_SPECIALIZATIONS (tmpl
);
3163 for (; decls
; decls
= TREE_CHAIN (decls
))
3164 if (TREE_VALUE (decls
) == newdecl
)
3165 TREE_VALUE (decls
) = olddecl
;
3168 if (((char *)newdecl
+ ROUND (function_size
) == (char *)nl
3169 && ((char *)newdecl
+ ROUND (function_size
)
3170 + ROUND (sizeof (struct lang_decl
))
3171 == obstack_next_free (&permanent_obstack
)))
3172 || ((char *)newdecl
+ ROUND (function_size
)
3173 == obstack_next_free (&permanent_obstack
)))
3175 DECL_MAIN_VARIANT (newdecl
) = olddecl
;
3176 DECL_LANG_SPECIFIC (olddecl
) = ol
;
3177 bcopy ((char *)nl
, (char *)ol
, sizeof (struct lang_decl
));
3179 obstack_free (&permanent_obstack
, newdecl
);
3181 else if (LANG_DECL_PERMANENT (ol
) && ol
!= nl
)
3183 if (DECL_MAIN_VARIANT (olddecl
) == olddecl
)
3185 /* Save these lang_decls that would otherwise be lost. */
3186 extern tree free_lang_decl_chain
;
3187 tree free_lang_decl
= (tree
) ol
;
3189 if (DECL_LANG_SPECIFIC (olddecl
) == ol
)
3192 TREE_CHAIN (free_lang_decl
) = free_lang_decl_chain
;
3193 free_lang_decl_chain
= free_lang_decl
;
3197 /* Storage leak. */;
3203 bcopy ((char *) newdecl
+ sizeof (struct tree_common
),
3204 (char *) olddecl
+ sizeof (struct tree_common
),
3205 sizeof (struct tree_decl
) - sizeof (struct tree_common
)
3206 + tree_code_length
[(int)TREE_CODE (newdecl
)] * sizeof (char *));
3209 DECL_UID (olddecl
) = olddecl_uid
;
3211 DECL_FRIEND_P (olddecl
) = 1;
3213 /* NEWDECL contains the merged attribute lists.
3214 Update OLDDECL to be the same. */
3215 DECL_MACHINE_ATTRIBUTES (olddecl
) = DECL_MACHINE_ATTRIBUTES (newdecl
);
3220 /* Record a decl-node X as belonging to the current lexical scope.
3221 Check for errors (such as an incompatible declaration for the same
3222 name already seen in the same scope).
3224 Returns either X or an old decl for the same name.
3225 If an old decl is returned, it may have been smashed
3226 to agree with what X says. */
3233 register tree name
= DECL_ASSEMBLER_NAME (x
);
3234 register struct binding_level
*b
= current_binding_level
;
3236 if (current_function_decl
&& x
!= current_function_decl
3237 /* A local declaration for a function doesn't constitute nesting. */
3238 && (TREE_CODE (x
) != FUNCTION_DECL
|| DECL_INITIAL (x
))
3239 /* Don't change DECL_CONTEXT of virtual methods. */
3240 && (TREE_CODE (x
) != FUNCTION_DECL
|| !DECL_VIRTUAL_P (x
))
3241 && ! DECL_CONTEXT (x
))
3242 DECL_CONTEXT (x
) = current_function_decl
;
3243 if (!DECL_CONTEXT (x
))
3244 DECL_CONTEXT (x
) = current_namespace
;
3246 /* Type are looked up using the DECL_NAME, as that is what the rest of the
3247 compiler wants to use. */
3248 if (TREE_CODE (x
) == TYPE_DECL
|| TREE_CODE (x
) == VAR_DECL
3249 || TREE_CODE (x
) == NAMESPACE_DECL
|| TREE_CODE (x
) == TEMPLATE_TYPE_PARM
3250 || TREE_CODE (x
) == TEMPLATE_TEMPLATE_PARM
)
3251 name
= DECL_NAME (x
);
3256 /* Not needed...see below. */
3260 if (TREE_CODE (name
) == TEMPLATE_ID_EXPR
)
3261 name
= TREE_OPERAND (name
, 0);
3263 /* Namespace-scoped variables are not found in the current level. */
3264 if (TREE_CODE (x
) == VAR_DECL
&& DECL_NAMESPACE_SCOPE_P (x
))
3265 t
= namespace_binding (name
, DECL_CONTEXT (x
));
3267 t
= lookup_name_current_level (name
);
3268 if (t
== error_mark_node
)
3270 /* error_mark_node is 0 for a while during initialization! */
3272 cp_error_at ("`%#D' used prior to declaration", x
);
3275 else if (t
!= NULL_TREE
)
3278 /* This is turned off until I have time to do it right (bpk). */
3279 /* With the code below that uses it... */
3280 file
= DECL_SOURCE_FILE (t
);
3281 line
= DECL_SOURCE_LINE (t
);
3283 if (TREE_CODE (t
) == PARM_DECL
)
3285 if (DECL_CONTEXT (t
) == NULL_TREE
)
3286 fatal ("parse errors have confused me too much");
3288 /* Check for duplicate params. */
3289 if (duplicate_decls (x
, t
))
3292 else if (((TREE_CODE (x
) == FUNCTION_DECL
&& DECL_LANGUAGE (x
) == lang_c
)
3293 || DECL_FUNCTION_TEMPLATE_P (x
))
3294 && is_overloaded_fn (t
))
3295 /* Don't do anything just yet. */;
3296 else if (t
== wchar_decl_node
)
3298 if (pedantic
&& ! DECL_IN_SYSTEM_HEADER (x
))
3299 cp_pedwarn ("redeclaration of wchar_t as `%T'", TREE_TYPE (x
));
3301 /* Throw away the redeclaration. */
3304 else if (TREE_CODE (t
) != TREE_CODE (x
))
3306 if ((TREE_CODE (t
) == TYPE_DECL
&& DECL_ARTIFICIAL (t
)
3307 && TREE_CODE (x
) != TYPE_DECL
3308 && ! (TREE_CODE (x
) == TEMPLATE_DECL
3309 && TREE_CODE (DECL_TEMPLATE_RESULT (x
)) == TYPE_DECL
))
3310 || (TREE_CODE (x
) == TYPE_DECL
&& DECL_ARTIFICIAL (x
)
3311 && TREE_CODE (t
) != TYPE_DECL
3312 && ! (TREE_CODE (t
) == TEMPLATE_DECL
3313 && (TREE_CODE (DECL_TEMPLATE_RESULT (t
))
3316 /* We do nothing special here, because C++ does such nasty
3317 things with TYPE_DECLs. Instead, just let the TYPE_DECL
3318 get shadowed, and know that if we need to find a TYPE_DECL
3319 for a given name, we can look in the IDENTIFIER_TYPE_VALUE
3320 slot of the identifier. */
3323 else if (duplicate_decls (x
, t
))
3326 else if (duplicate_decls (x
, t
))
3329 /* This is turned off until I have time to do it right (bpk). */
3331 /* Also warn if they did a prototype with `static' on it, but
3332 then later left the `static' off. */
3333 if (! TREE_PUBLIC (name
) && TREE_PUBLIC (x
))
3335 if (DECL_LANG_SPECIFIC (t
) && DECL_FRIEND_P (t
))
3340 cp_warning ("`static' missing from declaration of `%D'",
3342 warning_with_file_and_line (file
, line
,
3343 "previous declaration of `%s'",
3344 decl_as_string (t
, 0));
3347 /* Now fix things so it'll do what they expect. */
3348 if (current_function_decl
)
3349 TREE_PUBLIC (current_function_decl
) = 0;
3351 /* Due to interference in memory reclamation (X may be
3352 obstack-deallocated at this point), we must guard against
3353 one really special case. [jason: This should be handled
3354 by start_function] */
3355 if (current_function_decl
== x
)
3356 current_function_decl
= t
;
3358 if (TREE_CODE (t
) == TYPE_DECL
)
3359 SET_IDENTIFIER_TYPE_VALUE (name
, TREE_TYPE (t
));
3360 else if (TREE_CODE (t
) == FUNCTION_DECL
)
3361 check_default_args (t
);
3365 else if (DECL_MAIN_P (x
))
3367 /* A redeclaration of main, but not a duplicate of the
3372 This function shall not be overloaded. */
3373 cp_error_at ("invalid redeclaration of `%D'", t
);
3374 cp_error ("as `%D'", x
);
3375 /* We don't try to push this declaration since that
3381 if (TREE_CODE (x
) == FUNCTION_DECL
&& ! DECL_FUNCTION_MEMBER_P (x
))
3383 t
= push_overloaded_decl (x
, 1);
3384 if (t
!= x
|| DECL_LANGUAGE (x
) == lang_c
)
3387 else if (DECL_FUNCTION_TEMPLATE_P (x
) && DECL_NAMESPACE_SCOPE_P (x
))
3388 return push_overloaded_decl (x
, 0);
3390 /* If declaring a type as a typedef, copy the type (unless we're
3391 at line 0), and install this TYPE_DECL as the new type's typedef
3392 name. See the extensive comment in ../c-decl.c (pushdecl). */
3393 if (TREE_CODE (x
) == TYPE_DECL
)
3395 tree type
= TREE_TYPE (x
);
3396 if (DECL_SOURCE_LINE (x
) == 0)
3398 if (TYPE_NAME (type
) == 0)
3399 TYPE_NAME (type
) = x
;
3401 else if (type
!= error_mark_node
&& TYPE_NAME (type
) != x
)
3403 push_obstacks (TYPE_OBSTACK (type
), TYPE_OBSTACK (type
));
3405 DECL_ORIGINAL_TYPE (x
) = type
;
3406 type
= build_type_copy (type
);
3407 TYPE_STUB_DECL (type
) = TYPE_STUB_DECL (DECL_ORIGINAL_TYPE (x
));
3408 TYPE_NAME (type
) = x
;
3409 TREE_TYPE (x
) = type
;
3414 if (type
!= error_mark_node
3416 && TYPE_IDENTIFIER (type
))
3417 set_identifier_type_value_with_scope (DECL_NAME (x
), type
, b
);
3420 /* Multiple external decls of the same identifier ought to match.
3422 We get warnings about inline functions where they are defined.
3423 We get warnings about other functions from push_overloaded_decl.
3425 Avoid duplicate warnings where they are used. */
3426 if (TREE_PUBLIC (x
) && TREE_CODE (x
) != FUNCTION_DECL
)
3429 tree bindings
= binding_for_name (name
, current_namespace
);
3431 if (BINDING_VALUE (bindings
) != NULL_TREE
3432 && (DECL_EXTERNAL (BINDING_VALUE (bindings
))
3433 || TREE_PUBLIC (BINDING_VALUE (bindings
))))
3434 decl
= BINDING_VALUE (bindings
);
3439 /* If different sort of thing, we already gave an error. */
3440 && TREE_CODE (decl
) == TREE_CODE (x
)
3441 && ! comptypes (TREE_TYPE (x
), TREE_TYPE (decl
), 1))
3443 cp_pedwarn ("type mismatch with previous external decl", x
);
3444 cp_pedwarn_at ("previous external decl of `%#D'", decl
);
3448 /* This name is new in its binding level.
3449 Install the new declaration and return it. */
3450 if (namespace_bindings_p ())
3452 /* Install a global value. */
3453 tree bindings
= binding_for_name (name
, current_namespace
);
3455 /* If the first global decl has external linkage,
3456 warn if we later see static one. */
3457 if (BINDING_VALUE (bindings
) == NULL_TREE
&& TREE_PUBLIC (x
))
3458 TREE_PUBLIC (name
) = 1;
3460 /* Don't install an artificial TYPE_DECL if we already have
3461 another _DECL with that name. */
3462 if (TREE_CODE (x
) != TYPE_DECL
3464 || ! DECL_ARTIFICIAL (x
))
3466 if (TREE_CODE (x
) == FUNCTION_DECL
)
3467 my_friendly_assert ((BINDING_VALUE (bindings
) == NULL_TREE
)
3468 || BINDING_VALUE (bindings
) == x
, 378);
3469 BINDING_VALUE (bindings
) = x
;
3472 /* Don't forget if the function was used via an implicit decl. */
3473 if (IDENTIFIER_IMPLICIT_DECL (name
)
3474 && TREE_USED (IDENTIFIER_IMPLICIT_DECL (name
)))
3477 /* Don't forget if its address was taken in that way. */
3478 if (IDENTIFIER_IMPLICIT_DECL (name
)
3479 && TREE_ADDRESSABLE (IDENTIFIER_IMPLICIT_DECL (name
)))
3480 TREE_ADDRESSABLE (x
) = 1;
3482 /* Warn about mismatches against previous implicit decl. */
3483 if (IDENTIFIER_IMPLICIT_DECL (name
) != NULL_TREE
3484 /* If this real decl matches the implicit, don't complain. */
3485 && ! (TREE_CODE (x
) == FUNCTION_DECL
3486 && TREE_TYPE (TREE_TYPE (x
)) == integer_type_node
))
3488 ("`%D' was previously implicitly declared to return `int'", x
);
3490 /* If new decl is `static' and an `extern' was seen previously,
3492 if (x
!= NULL_TREE
&& t
!= NULL_TREE
&& decls_match (x
, t
))
3493 warn_extern_redeclared_static (x
, t
);
3497 /* Here to install a non-global value. */
3498 tree oldlocal
= IDENTIFIER_LOCAL_VALUE (name
);
3499 tree oldglobal
= binding_for_name (name
, current_namespace
);
3501 /* Don't install an artificial TYPE_DECL if we already have
3502 another _DECL with that name. */
3503 if (TREE_CODE (x
) != TYPE_DECL
3505 || ! DECL_ARTIFICIAL (x
))
3507 b
->shadowed
= tree_cons (name
, oldlocal
, b
->shadowed
);
3508 IDENTIFIER_LOCAL_VALUE (name
) = x
;
3511 /* If this is a TYPE_DECL, push it into the type value slot. */
3512 if (TREE_CODE (x
) == TYPE_DECL
)
3513 set_identifier_type_value_with_scope (name
, TREE_TYPE (x
), b
);
3515 /* Clear out any TYPE_DECL shadowed by a namespace so that
3516 we won't think this is a type. The C struct hack doesn't
3517 go through namespaces. */
3518 if (TREE_CODE (x
) == NAMESPACE_DECL
)
3519 set_identifier_type_value_with_scope (name
, NULL_TREE
, b
);
3521 /* If this is an extern function declaration, see if we
3522 have a global definition or declaration for the function. */
3523 if (oldlocal
== NULL_TREE
3524 && DECL_EXTERNAL (x
)
3525 && BINDING_VALUE (oldglobal
) != NULL_TREE
3526 && TREE_CODE (x
) == FUNCTION_DECL
3527 && TREE_CODE (BINDING_VALUE (oldglobal
)) == FUNCTION_DECL
)
3529 /* We have one. Their types must agree. */
3530 if (decls_match (x
, BINDING_VALUE (oldglobal
)))
3534 cp_warning ("extern declaration of `%#D' doesn't match", x
);
3535 cp_warning_at ("global declaration `%#D'", BINDING_VALUE (oldglobal
));
3538 /* If we have a local external declaration,
3539 and no file-scope declaration has yet been seen,
3540 then if we later have a file-scope decl it must not be static. */
3541 if (oldlocal
== NULL_TREE
3542 && BINDING_VALUE (oldglobal
) == NULL_TREE
3543 && DECL_EXTERNAL (x
)
3546 TREE_PUBLIC (name
) = 1;
3549 if (DECL_FROM_INLINE (x
))
3550 /* Inline decls shadow nothing. */;
3552 /* Warn if shadowing an argument at the top level of the body. */
3553 else if (oldlocal
!= NULL_TREE
&& !DECL_EXTERNAL (x
)
3554 && TREE_CODE (oldlocal
) == PARM_DECL
3555 && TREE_CODE (x
) != PARM_DECL
)
3557 /* Go to where the parms should be and see if we
3559 struct binding_level
*b
= current_binding_level
->level_chain
;
3565 if (b
->parm_flag
== 1)
3566 cp_error ("declaration of `%#D' shadows a parameter", name
);
3568 else if (warn_shadow
&& oldlocal
!= NULL_TREE
&& b
->is_for_scope
3569 && !DECL_DEAD_FOR_LOCAL (oldlocal
))
3571 warning ("variable `%s' shadows local",
3572 IDENTIFIER_POINTER (name
));
3573 cp_warning_at (" this is the shadowed declaration", oldlocal
);
3575 /* Maybe warn if shadowing something else. */
3576 else if (warn_shadow
&& !DECL_EXTERNAL (x
)
3577 /* No shadow warnings for internally generated vars. */
3578 && ! DECL_ARTIFICIAL (x
)
3579 /* No shadow warnings for vars made for inlining. */
3580 && ! DECL_FROM_INLINE (x
))
3582 char *warnstring
= NULL
;
3584 if (oldlocal
!= NULL_TREE
&& TREE_CODE (oldlocal
) == PARM_DECL
)
3585 warnstring
= "declaration of `%s' shadows a parameter";
3586 else if (IDENTIFIER_CLASS_VALUE (name
) != NULL_TREE
3587 && current_class_ptr
3588 && !TREE_STATIC (name
))
3589 warnstring
= "declaration of `%s' shadows a member of `this'";
3590 else if (oldlocal
!= NULL_TREE
)
3591 warnstring
= "declaration of `%s' shadows previous local";
3592 else if (BINDING_VALUE (oldglobal
) != NULL_TREE
)
3593 /* XXX shadow warnings in outer-more namespaces */
3594 warnstring
= "declaration of `%s' shadows global declaration";
3597 warning (warnstring
, IDENTIFIER_POINTER (name
));
3601 if (TREE_CODE (x
) == FUNCTION_DECL
)
3602 check_default_args (x
);
3604 /* Keep count of variables in this level with incomplete type. */
3605 if (TREE_CODE (x
) == VAR_DECL
3606 && TREE_TYPE (x
) != error_mark_node
3607 && ((TYPE_SIZE (TREE_TYPE (x
)) == NULL_TREE
3608 && PROMOTES_TO_AGGR_TYPE (TREE_TYPE (x
), ARRAY_TYPE
))
3609 /* RTTI TD entries are created while defining the type_info. */
3610 || (TYPE_LANG_SPECIFIC (TREE_TYPE (x
))
3611 && TYPE_BEING_DEFINED (TREE_TYPE (x
)))))
3612 b
->incomplete
= tree_cons (NULL_TREE
, x
, b
->incomplete
);
3615 /* Put decls on list in reverse order.
3616 We will reverse them later if necessary. */
3617 TREE_CHAIN (x
) = b
->names
;
3619 if (! (b
!= global_binding_level
|| TREE_PERMANENT (x
)))
3620 my_friendly_abort (124);
3625 /* Same as pushdecl, but define X in binding-level LEVEL. We rely on the
3626 caller to set DECL_CONTEXT properly. */
3629 pushdecl_with_scope (x
, level
)
3631 struct binding_level
*level
;
3633 register struct binding_level
*b
;
3634 tree function_decl
= current_function_decl
;
3636 current_function_decl
= NULL_TREE
;
3637 if (level
->parm_flag
== 2)
3639 b
= class_binding_level
;
3640 class_binding_level
= level
;
3641 pushdecl_class_level (x
);
3642 class_binding_level
= b
;
3646 b
= current_binding_level
;
3647 current_binding_level
= level
;
3649 current_binding_level
= b
;
3651 current_function_decl
= function_decl
;
3655 /* Like pushdecl, only it places X in the current namespace,
3659 pushdecl_namespace_level (x
)
3662 register struct binding_level
*b
= inner_binding_level
;
3665 t
= pushdecl_with_scope (x
, NAMESPACE_LEVEL (current_namespace
));
3667 /* Now, the type_shadowed stack may screw us. Munge it so it does
3669 if (TREE_CODE (x
) == TYPE_DECL
)
3671 tree name
= DECL_NAME (x
);
3673 tree
*ptr
= (tree
*)0;
3674 for (; b
!= global_binding_level
; b
= b
->level_chain
)
3676 tree shadowed
= b
->type_shadowed
;
3677 for (; shadowed
; shadowed
= TREE_CHAIN (shadowed
))
3678 if (TREE_PURPOSE (shadowed
) == name
)
3680 ptr
= &TREE_VALUE (shadowed
);
3681 /* Can't break out of the loop here because sometimes
3682 a binding level will have duplicate bindings for
3683 PT names. It's gross, but I haven't time to fix it. */
3686 newval
= TREE_TYPE (x
);
3687 if (ptr
== (tree
*)0)
3689 /* @@ This shouldn't be needed. My test case "zstring.cc" trips
3690 up here if this is changed to an assertion. --KR */
3691 SET_IDENTIFIER_TYPE_VALUE (name
, newval
);
3701 /* Like pushdecl, only it places X in GLOBAL_BINDING_LEVEL,
3705 pushdecl_top_level (x
)
3708 tree cur_namespace
= current_namespace
;
3709 current_namespace
= global_namespace
;
3710 x
= pushdecl_namespace_level (x
);
3711 current_namespace
= cur_namespace
;
3715 /* Make the declaration of X appear in CLASS scope. */
3718 pushdecl_class_level (x
)
3721 /* Don't use DECL_ASSEMBLER_NAME here! Everything that looks in class
3722 scope looks for the pre-mangled name. */
3723 register tree name
= DECL_NAME (x
);
3727 if (TYPE_BEING_DEFINED (current_class_type
))
3729 /* Check for inconsistent use of this name in the class body.
3730 Types, enums, and static vars are checked here; other
3731 members are checked in finish_struct. */
3732 tree icv
= IDENTIFIER_CLASS_VALUE (name
);
3735 /* Don't complain about inherited names. */
3736 && id_in_current_class (name
)
3737 /* Or shadowed tags. */
3738 && !(DECL_DECLARES_TYPE_P (icv
)
3739 && DECL_CONTEXT (icv
) == current_class_type
))
3741 cp_error ("declaration of identifier `%D' as `%#D'", name
, x
);
3742 cp_error_at ("conflicts with previous use in class as `%#D'",
3747 push_class_level_binding (name
, x
);
3748 if (TREE_CODE (x
) == TYPE_DECL
)
3750 set_identifier_type_value (name
, TREE_TYPE (x
));
3757 /* This function is used to push the mangled decls for nested types into
3758 the appropriate scope. Previously pushdecl_top_level was used, but that
3759 is incorrect for members of local classes. */
3762 pushdecl_nonclass_level (x
)
3765 struct binding_level
*b
= current_binding_level
;
3767 my_friendly_assert (b
->parm_flag
!= 2, 180);
3770 /* Get out of template binding levels */
3771 while (b
->pseudo_global
)
3775 pushdecl_with_scope (x
, b
);
3779 /* Make the declaration(s) of X appear in CLASS scope
3780 under the name NAME. */
3783 push_class_level_binding (name
, x
)
3787 /* The class_binding_level will be NULL if x is a template
3788 parameter name in a member template. */
3789 if (!class_binding_level
)
3792 if (TREE_CODE (x
) == TYPE_DECL
&& DECL_ARTIFICIAL (x
)
3793 && purpose_member (name
, class_binding_level
->class_shadowed
))
3796 maybe_push_cache_obstack ();
3797 class_binding_level
->class_shadowed
3798 = tree_cons (name
, IDENTIFIER_CLASS_VALUE (name
),
3799 class_binding_level
->class_shadowed
);
3801 IDENTIFIER_CLASS_VALUE (name
) = x
;
3802 obstack_ptr_grow (&decl_obstack
, x
);
3805 /* Insert another USING_DECL into the current binding level,
3806 returning this declaration. If this is a redeclaration,
3807 do nothing and return NULL_TREE. */
3810 push_using_decl (scope
, name
)
3816 if (!toplevel_bindings_p ())
3818 sorry ("using declaration inside function");
3822 my_friendly_assert (TREE_CODE (scope
) == NAMESPACE_DECL
, 383);
3823 my_friendly_assert (TREE_CODE (name
) == IDENTIFIER_NODE
, 384);
3824 for (decl
= current_binding_level
->usings
; decl
; decl
= TREE_CHAIN (decl
))
3825 if (DECL_INITIAL (decl
) == scope
&& DECL_NAME (decl
) == name
)
3829 decl
= build_lang_decl (USING_DECL
, name
, void_type_node
);
3830 DECL_INITIAL (decl
) = scope
;
3831 TREE_CHAIN (decl
) = current_binding_level
->usings
;
3832 current_binding_level
->usings
= decl
;
3836 /* DECL is a FUNCTION_DECL which may have other definitions already in
3837 place. We get around this by making the value of the identifier point
3838 to a list of all the things that want to be referenced by that name. It
3839 is then up to the users of that name to decide what to do with that
3842 DECL may also be a TEMPLATE_DECL, with a FUNCTION_DECL in its DECL_RESULT
3843 slot. It is dealt with the same way.
3845 The value returned may be a previous declaration if we guessed wrong
3846 about what language DECL should belong to (C or C++). Otherwise,
3847 it's always DECL (and never something that's not a _DECL). */
3850 push_overloaded_decl (decl
, forgettable
)
3854 tree orig_name
= DECL_NAME (decl
);
3856 int doing_global
= (namespace_bindings_p () || ! forgettable
);
3860 old
= namespace_binding (orig_name
, DECL_CONTEXT (decl
));
3861 if (old
&& TREE_CODE (old
) == FUNCTION_DECL
3862 && DECL_ARTIFICIAL (old
)
3863 && (DECL_BUILT_IN (old
) || DECL_BUILT_IN_NONANSI (old
)))
3865 if (duplicate_decls (decl
, old
))
3872 old
= IDENTIFIER_LOCAL_VALUE (orig_name
);
3874 if (! purpose_member (orig_name
, current_binding_level
->shadowed
))
3876 current_binding_level
->shadowed
3877 = tree_cons (orig_name
, old
, current_binding_level
->shadowed
);
3884 if (TREE_CODE (old
) == TYPE_DECL
&& DECL_ARTIFICIAL (old
))
3886 tree t
= TREE_TYPE (old
);
3887 if (IS_AGGR_TYPE (t
) && warn_shadow
3888 && (! DECL_IN_SYSTEM_HEADER (decl
)
3889 || ! DECL_IN_SYSTEM_HEADER (old
)))
3890 cp_warning ("`%#D' hides constructor for `%#T'", decl
, t
);
3893 else if (is_overloaded_fn (old
))
3897 for (tmp
= old
; tmp
; tmp
= OVL_NEXT (tmp
))
3898 if (decl
== OVL_CURRENT (tmp
)
3899 || duplicate_decls (decl
, OVL_CURRENT (tmp
)))
3900 return OVL_CURRENT (tmp
);
3904 cp_error_at ("previous non-function declaration `%#D'", old
);
3905 cp_error ("conflicts with function declaration `%#D'", decl
);
3910 if (old
|| TREE_CODE (decl
) == TEMPLATE_DECL
)
3912 if (old
&& TREE_CODE (old
) != OVERLOAD
)
3913 old
= ovl_cons (old
, NULL_TREE
);
3914 old
= ovl_cons (decl
, old
);
3917 /* orig_name is not ambiguous. */
3921 set_namespace_binding (orig_name
, DECL_CONTEXT (decl
), old
);
3923 IDENTIFIER_LOCAL_VALUE (orig_name
) = old
;
3928 /* Generate an implicit declaration for identifier FUNCTIONID
3929 as a function of type int (). Print a warning if appropriate. */
3932 implicitly_declare (functionid
)
3936 int temp
= allocation_temporary_p ();
3938 push_obstacks_nochange ();
3940 /* Save the decl permanently so we can warn if definition follows.
3941 In ANSI C, warn_implicit is usually false, so the saves little space.
3942 But in C++, it's usually true, hence the extra code. */
3943 if (temp
&& (! warn_implicit
|| toplevel_bindings_p ()))
3944 end_temporary_allocation ();
3946 /* We used to reuse an old implicit decl here,
3947 but this loses with inline functions because it can clobber
3948 the saved decl chains. */
3949 decl
= build_lang_decl (FUNCTION_DECL
, functionid
, default_function_type
);
3951 DECL_EXTERNAL (decl
) = 1;
3952 TREE_PUBLIC (decl
) = 1;
3954 /* ANSI standard says implicit declarations are in the innermost block.
3955 So we record the decl in the standard fashion. */
3957 rest_of_decl_compilation (decl
, NULL_PTR
, 0, 0);
3960 /* Only one warning per identifier. */
3961 && IDENTIFIER_IMPLICIT_DECL (functionid
) == NULL_TREE
)
3963 cp_pedwarn ("implicit declaration of function `%#D'", decl
);
3966 SET_IDENTIFIER_IMPLICIT_DECL (functionid
, decl
);
3973 /* Return zero if the declaration NEWDECL is valid
3974 when the declaration OLDDECL (assumed to be for the same name)
3975 has already been seen.
3976 Otherwise return an error message format string with a %s
3977 where the identifier should go. */
3980 redeclaration_error_message (newdecl
, olddecl
)
3981 tree newdecl
, olddecl
;
3983 if (TREE_CODE (newdecl
) == TYPE_DECL
)
3985 /* Because C++ can put things into name space for free,
3986 constructs like "typedef struct foo { ... } foo"
3987 would look like an erroneous redeclaration. */
3988 if (comptypes (TREE_TYPE (newdecl
), TREE_TYPE (olddecl
), 0))
3991 return "redefinition of `%#D'";
3993 else if (TREE_CODE (newdecl
) == FUNCTION_DECL
)
3995 /* If this is a pure function, its olddecl will actually be
3996 the original initialization to `0' (which we force to call
3997 abort()). Don't complain about redefinition in this case. */
3998 if (DECL_LANG_SPECIFIC (olddecl
) && DECL_ABSTRACT_VIRTUAL_P (olddecl
))
4001 /* If both functions come from different namespaces, this is not
4002 a redeclaration - this is a conflict with a used function. */
4003 if (DECL_NAMESPACE_SCOPE_P (olddecl
)
4004 && DECL_CONTEXT (olddecl
) != DECL_CONTEXT (newdecl
))
4005 return "`%D' conflicts with used function";
4007 /* We'll complain about linkage mismatches in
4008 warn_extern_redeclared_static. */
4010 /* Defining the same name twice is no good. */
4011 if (DECL_INITIAL (olddecl
) != NULL_TREE
4012 && DECL_INITIAL (newdecl
) != NULL_TREE
)
4014 if (DECL_NAME (olddecl
) == NULL_TREE
)
4015 return "`%#D' not declared in class";
4017 return "redefinition of `%#D'";
4021 else if (TREE_CODE (newdecl
) == TEMPLATE_DECL
)
4023 if ((TREE_CODE (DECL_TEMPLATE_RESULT (newdecl
)) == FUNCTION_DECL
4024 && DECL_INITIAL (DECL_TEMPLATE_RESULT (newdecl
))
4025 && DECL_INITIAL (DECL_TEMPLATE_RESULT (olddecl
)))
4026 || (TREE_CODE (DECL_TEMPLATE_RESULT (newdecl
)) == TYPE_DECL
4027 && TYPE_SIZE (TREE_TYPE (newdecl
))
4028 && TYPE_SIZE (TREE_TYPE (olddecl
))))
4029 return "redefinition of `%#D'";
4032 else if (toplevel_bindings_p ())
4034 /* Objects declared at top level: */
4035 /* If at least one is a reference, it's ok. */
4036 if (DECL_EXTERNAL (newdecl
) || DECL_EXTERNAL (olddecl
))
4038 /* Reject two definitions. */
4039 return "redefinition of `%#D'";
4043 /* Objects declared with block scope: */
4044 /* Reject two definitions, and reject a definition
4045 together with an external reference. */
4046 if (!(DECL_EXTERNAL (newdecl
) && DECL_EXTERNAL (olddecl
)))
4047 return "redeclaration of `%#D'";
4052 /* Get the LABEL_DECL corresponding to identifier ID as a label.
4053 Create one if none exists so far for the current function.
4054 This function is called for both label definitions and label references. */
4060 register tree decl
= IDENTIFIER_LABEL_VALUE (id
);
4062 if (current_function_decl
== NULL_TREE
)
4064 error ("label `%s' referenced outside of any function",
4065 IDENTIFIER_POINTER (id
));
4069 if ((decl
== NULL_TREE
4070 || DECL_SOURCE_LINE (decl
) == 0)
4071 && (named_label_uses
== NULL
4072 || named_label_uses
->names_in_scope
!= current_binding_level
->names
4073 || named_label_uses
->label_decl
!= decl
))
4075 struct named_label_list
*new_ent
;
4077 = (struct named_label_list
*)oballoc (sizeof (struct named_label_list
));
4078 new_ent
->label_decl
= decl
;
4079 new_ent
->names_in_scope
= current_binding_level
->names
;
4080 new_ent
->binding_level
= current_binding_level
;
4081 new_ent
->lineno_o_goto
= lineno
;
4082 new_ent
->filename_o_goto
= input_filename
;
4083 new_ent
->next
= named_label_uses
;
4084 named_label_uses
= new_ent
;
4087 /* Use a label already defined or ref'd with this name. */
4088 if (decl
!= NULL_TREE
)
4090 /* But not if it is inherited and wasn't declared to be inheritable. */
4091 if (DECL_CONTEXT (decl
) != current_function_decl
4092 && ! C_DECLARED_LABEL_FLAG (decl
))
4093 return shadow_label (id
);
4097 decl
= build_decl (LABEL_DECL
, id
, void_type_node
);
4099 /* Make sure every label has an rtx. */
4102 /* A label not explicitly declared must be local to where it's ref'd. */
4103 DECL_CONTEXT (decl
) = current_function_decl
;
4105 DECL_MODE (decl
) = VOIDmode
;
4107 /* Say where one reference is to the label,
4108 for the sake of the error if it is not defined. */
4109 DECL_SOURCE_LINE (decl
) = lineno
;
4110 DECL_SOURCE_FILE (decl
) = input_filename
;
4112 SET_IDENTIFIER_LABEL_VALUE (id
, decl
);
4114 named_labels
= tree_cons (NULL_TREE
, decl
, named_labels
);
4115 named_label_uses
->label_decl
= decl
;
4120 /* Make a label named NAME in the current function,
4121 shadowing silently any that may be inherited from containing functions
4122 or containing scopes.
4124 Note that valid use, if the label being shadowed
4125 comes from another scope in the same function,
4126 requires calling declare_nonlocal_label right away. */
4132 register tree decl
= IDENTIFIER_LABEL_VALUE (name
);
4134 if (decl
!= NULL_TREE
)
4136 shadowed_labels
= tree_cons (NULL_TREE
, decl
, shadowed_labels
);
4137 SET_IDENTIFIER_LABEL_VALUE (name
, NULL_TREE
);
4140 return lookup_label (name
);
4143 /* Define a label, specifying the location in the source file.
4144 Return the LABEL_DECL node for the label, if the definition is valid.
4145 Otherwise return 0. */
4148 define_label (filename
, line
, name
)
4155 if (minimal_parse_mode
)
4157 push_obstacks (&permanent_obstack
, &permanent_obstack
);
4158 decl
= build_decl (LABEL_DECL
, name
, void_type_node
);
4160 DECL_SOURCE_LINE (decl
) = line
;
4161 DECL_SOURCE_FILE (decl
) = filename
;
4166 decl
= lookup_label (name
);
4168 /* After labels, make any new cleanups go into their
4169 own new (temporary) binding contour. */
4170 current_binding_level
->more_cleanups_ok
= 0;
4172 /* If label with this name is known from an outer context, shadow it. */
4173 if (decl
!= NULL_TREE
&& DECL_CONTEXT (decl
) != current_function_decl
)
4175 shadowed_labels
= tree_cons (NULL_TREE
, decl
, shadowed_labels
);
4176 SET_IDENTIFIER_LABEL_VALUE (name
, NULL_TREE
);
4177 decl
= lookup_label (name
);
4180 if (name
== get_identifier ("wchar_t"))
4181 cp_pedwarn ("label named wchar_t");
4183 if (DECL_INITIAL (decl
) != NULL_TREE
)
4185 cp_error ("duplicate label `%D'", decl
);
4190 struct named_label_list
*uses
, *prev
;
4193 /* Mark label as having been defined. */
4194 DECL_INITIAL (decl
) = error_mark_node
;
4195 /* Say where in the source. */
4196 DECL_SOURCE_FILE (decl
) = filename
;
4197 DECL_SOURCE_LINE (decl
) = line
;
4200 uses
= named_label_uses
;
4201 while (uses
!= NULL
)
4202 if (uses
->label_decl
== decl
)
4204 struct binding_level
*b
= current_binding_level
;
4207 tree new_decls
= b
->names
;
4208 tree old_decls
= (b
== uses
->binding_level
)
4209 ? uses
->names_in_scope
: NULL_TREE
;
4210 while (new_decls
!= old_decls
)
4212 if (TREE_CODE (new_decls
) == VAR_DECL
4213 /* Don't complain about crossing initialization
4214 of internal entities. They can't be accessed,
4215 and they should be cleaned up
4216 by the time we get to the label. */
4217 && ! DECL_ARTIFICIAL (new_decls
)
4218 && ((DECL_INITIAL (new_decls
) != NULL_TREE
4219 && DECL_INITIAL (new_decls
) != error_mark_node
)
4220 || TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (new_decls
))))
4224 cp_error ("jump to label `%D'", decl
);
4225 error_with_file_and_line (uses
->filename_o_goto
,
4226 uses
->lineno_o_goto
,
4230 cp_error_at (" crosses initialization of `%#D'",
4233 new_decls
= TREE_CHAIN (new_decls
);
4235 if (b
== uses
->binding_level
)
4241 prev
->next
= uses
->next
;
4243 named_label_uses
= uses
->next
;
4252 current_function_return_value
= NULL_TREE
;
4259 struct binding_level
*level
;
4260 struct cp_switch
*next
;
4263 static struct cp_switch
*switch_stack
;
4269 = (struct cp_switch
*) oballoc (sizeof (struct cp_switch
));
4270 p
->level
= current_binding_level
;
4271 p
->next
= switch_stack
;
4278 switch_stack
= switch_stack
->next
;
4281 /* Same, but for CASE labels. If DECL is NULL_TREE, it's the default. */
4282 /* XXX Note decl is never actually used. (bpk) */
4285 define_case_label (decl
)
4288 tree cleanup
= last_cleanup_this_contour ();
4289 struct binding_level
*b
= current_binding_level
;
4294 static int explained
= 0;
4295 cp_warning_at ("destructor needed for `%#D'", TREE_PURPOSE (cleanup
));
4296 warning ("where case label appears here");
4299 warning ("(enclose actions of previous case statements requiring");
4300 warning ("destructors in their own binding contours.)");
4305 for (; b
&& b
!= switch_stack
->level
; b
= b
->level_chain
)
4307 tree new_decls
= b
->names
;
4308 for (; new_decls
; new_decls
= TREE_CHAIN (new_decls
))
4310 if (TREE_CODE (new_decls
) == VAR_DECL
4311 /* Don't complain about crossing initialization
4312 of internal entities. They can't be accessed,
4313 and they should be cleaned up
4314 by the time we get to the label. */
4315 && ! DECL_ARTIFICIAL (new_decls
)
4316 && ((DECL_INITIAL (new_decls
) != NULL_TREE
4317 && DECL_INITIAL (new_decls
) != error_mark_node
)
4318 || TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (new_decls
))))
4321 error ("jump to case label");
4323 cp_error_at (" crosses initialization of `%#D'",
4329 /* After labels, make any new cleanups go into their
4330 own new (temporary) binding contour. */
4332 current_binding_level
->more_cleanups_ok
= 0;
4333 current_function_return_value
= NULL_TREE
;
4336 /* Return the list of declarations of the current level.
4337 Note that this list is in reverse order unless/until
4338 you nreverse it; and when you do nreverse it, you must
4339 store the result back using `storedecls' or you will lose. */
4344 return current_binding_level
->names
;
4347 /* Return the list of type-tags (for structs, etc) of the current level. */
4352 return current_binding_level
->tags
;
4355 /* Store the list of declarations of the current level.
4356 This is done for the parameter declarations of a function being defined,
4357 after they are modified in the light of any missing parameters. */
4363 current_binding_level
->names
= decls
;
4366 /* Similarly, store the list of tags of the current level. */
4372 current_binding_level
->tags
= tags
;
4375 /* Given NAME, an IDENTIFIER_NODE,
4376 return the structure (or union or enum) definition for that name.
4377 Searches binding levels from BINDING_LEVEL up to the global level.
4378 If THISLEVEL_ONLY is nonzero, searches only the specified context
4379 (but skips any tag-transparent contexts to find one that is
4380 meaningful for tags).
4381 FORM says which kind of type the caller wants;
4382 it is RECORD_TYPE or UNION_TYPE or ENUMERAL_TYPE.
4383 If the wrong kind of type is found, and it's not a template, an error is
4387 lookup_tag (form
, name
, binding_level
, thislevel_only
)
4388 enum tree_code form
;
4390 struct binding_level
*binding_level
;
4393 register struct binding_level
*level
;
4395 for (level
= binding_level
; level
; level
= level
->level_chain
)
4398 if (ANON_AGGRNAME_P (name
))
4399 for (tail
= level
->tags
; tail
; tail
= TREE_CHAIN (tail
))
4401 /* There's no need for error checking here, because
4402 anon names are unique throughout the compilation. */
4403 if (TYPE_IDENTIFIER (TREE_VALUE (tail
)) == name
)
4404 return TREE_VALUE (tail
);
4406 else if (level
->namespace_p
)
4407 /* Do namespace lookup. */
4408 /* XXX: is this a real lookup, considering using-directives etc. ??? */
4409 for (tail
= current_namespace
; 1; tail
= DECL_CONTEXT (tail
))
4411 tree old
= BINDING_TYPE (binding_for_name (name
, tail
));
4412 /* If it has an original type, it is a typedef, and we
4413 should not return it. */
4414 if (old
&& DECL_ORIGINAL_TYPE (TYPE_NAME (old
)))
4416 if (old
&& TREE_CODE (old
) != form
4417 && !(form
!= ENUMERAL_TYPE
&& TREE_CODE (old
) == TEMPLATE_DECL
))
4419 cp_error ("`%#D' redeclared as %C", old
, form
);
4424 if (thislevel_only
|| tail
== global_namespace
)
4428 for (tail
= level
->tags
; tail
; tail
= TREE_CHAIN (tail
))
4430 if (TREE_PURPOSE (tail
) == name
)
4432 enum tree_code code
= TREE_CODE (TREE_VALUE (tail
));
4433 /* Should tighten this up; it'll probably permit
4434 UNION_TYPE and a struct template, for example. */
4436 && !(form
!= ENUMERAL_TYPE
&& code
== TEMPLATE_DECL
))
4438 /* Definition isn't the kind we were looking for. */
4439 cp_error ("`%#D' redeclared as %C", TREE_VALUE (tail
),
4443 return TREE_VALUE (tail
);
4446 if (thislevel_only
&& ! level
->tag_transparent
)
4448 if (level
->pseudo_global
)
4450 tree t
= IDENTIFIER_CLASS_VALUE (name
);
4451 if (t
&& DECL_CLASS_TEMPLATE_P (t
))
4452 return TREE_TYPE (t
);
4453 t
= IDENTIFIER_NAMESPACE_VALUE (name
);
4454 if (t
&& DECL_CLASS_TEMPLATE_P (t
))
4455 return TREE_TYPE (t
);
4459 if (current_class_type
&& level
->level_chain
->namespace_p
)
4461 /* Try looking in this class's tags before heading into
4462 global binding level. */
4463 tree context
= current_class_type
;
4466 switch (TREE_CODE_CLASS (TREE_CODE (context
)))
4470 these_tags
= CLASSTYPE_TAGS (context
);
4471 if (ANON_AGGRNAME_P (name
))
4474 if (TYPE_IDENTIFIER (TREE_VALUE (these_tags
))
4476 return TREE_VALUE (tail
);
4477 these_tags
= TREE_CHAIN (these_tags
);
4482 if (TREE_PURPOSE (these_tags
) == name
)
4484 if (TREE_CODE (TREE_VALUE (these_tags
)) != form
)
4486 cp_error ("`%#D' redeclared as %C in class scope",
4487 TREE_VALUE (tail
), form
);
4490 return TREE_VALUE (tail
);
4492 these_tags
= TREE_CHAIN (these_tags
);
4494 /* If this type is not yet complete, then don't
4495 look at its context. */
4496 if (TYPE_SIZE (context
) == NULL_TREE
)
4498 /* Go to next enclosing type, if any. */
4499 context
= DECL_CONTEXT (TYPE_MAIN_DECL (context
));
4502 context
= DECL_CONTEXT (context
);
4505 my_friendly_abort (10);
4518 set_current_level_tags_transparency (tags_transparent
)
4519 int tags_transparent
;
4521 current_binding_level
->tag_transparent
= tags_transparent
;
4525 /* Given a type, find the tag that was defined for it and return the tag name.
4526 Otherwise return 0. However, the value can never be 0
4527 in the cases in which this is used.
4529 C++: If NAME is non-zero, this is the new name to install. This is
4530 done when replacing anonymous tags with real tag names. */
4533 lookup_tag_reverse (type
, name
)
4537 register struct binding_level
*level
;
4539 for (level
= current_binding_level
; level
; level
= level
->level_chain
)
4542 for (tail
= level
->tags
; tail
; tail
= TREE_CHAIN (tail
))
4544 if (TREE_VALUE (tail
) == type
)
4547 TREE_PURPOSE (tail
) = name
;
4548 return TREE_PURPOSE (tail
);
4555 /* Lookup TYPE in CONTEXT (a chain of nested types or a FUNCTION_DECL).
4556 Return the type value, or NULL_TREE if not found. */
4559 lookup_nested_type (type
, context
)
4563 if (context
== NULL_TREE
)
4567 switch (TREE_CODE (context
))
4571 tree ctype
= TREE_TYPE (context
);
4572 tree match
= value_member (type
, CLASSTYPE_TAGS (ctype
));
4574 return TREE_VALUE (match
);
4575 context
= DECL_CONTEXT (context
);
4577 /* When we have a nested class whose member functions have
4578 local types (e.g., a set of enums), we'll arrive here
4579 with the DECL_CONTEXT as the actual RECORD_TYPE node for
4580 the enclosing class. Instead, we want to make sure we
4581 come back in here with the TYPE_DECL, not the RECORD_TYPE. */
4582 if (context
&& TREE_CODE (context
) == RECORD_TYPE
)
4583 context
= TREE_CHAIN (context
);
4587 if (TYPE_NAME (type
) && TYPE_IDENTIFIER (type
))
4588 return lookup_name (TYPE_IDENTIFIER (type
), 1);
4591 my_friendly_abort (12);
4597 /* Look up NAME in the NAMESPACE. */
4600 lookup_namespace_name (namespace, name
)
4601 tree
namespace, name
;
4603 struct tree_binding _b
;
4606 my_friendly_assert (TREE_CODE (namespace) == NAMESPACE_DECL
, 370);
4607 my_friendly_assert (TREE_CODE (name
) == IDENTIFIER_NODE
, 373);
4609 val
= binding_init (&_b
);
4610 if (!qualified_lookup_using_namespace (name
, namespace, val
))
4611 return error_mark_node
;
4613 if (BINDING_VALUE (val
))
4614 return BINDING_VALUE (val
);
4615 cp_error ("`%D' undeclared in namespace `%D'", name
, namespace);
4616 return error_mark_node
;
4620 make_typename_type (context
, name
)
4626 if (TREE_CODE_CLASS (TREE_CODE (name
)) == 't')
4627 name
= TYPE_IDENTIFIER (name
);
4628 else if (TREE_CODE (name
) == TYPE_DECL
)
4629 name
= DECL_NAME (name
);
4633 if (TREE_CODE (name
) == TEMPLATE_ID_EXPR
)
4635 name
= TREE_OPERAND (name
, 0);
4636 if (TREE_CODE (name
) == TEMPLATE_DECL
)
4637 name
= TREE_OPERAND (fullname
, 0) = DECL_NAME (name
);
4639 if (TREE_CODE (name
) != IDENTIFIER_NODE
)
4640 my_friendly_abort (2000);
4642 if (! uses_template_parms (context
)
4643 || currently_open_class (context
))
4645 if (TREE_CODE (fullname
) == TEMPLATE_ID_EXPR
)
4647 if (IS_AGGR_TYPE (context
))
4648 t
= lookup_field (context
, name
, 0, 0);
4652 if (t
== NULL_TREE
|| TREE_CODE (t
) != TEMPLATE_DECL
4653 || TREE_CODE (DECL_RESULT (t
)) != TYPE_DECL
)
4655 cp_error ("no class template named `%#T' in `%#T'",
4657 return error_mark_node
;
4660 return lookup_template_class (t
, TREE_OPERAND (fullname
, 1),
4661 NULL_TREE
, context
);
4665 if (IS_AGGR_TYPE (context
))
4666 t
= lookup_field (context
, name
, 0, 1);
4672 cp_error ("no type named `%#T' in `%#T'", name
, context
);
4673 return error_mark_node
;
4676 return TREE_TYPE (t
);
4680 if (processing_template_decl
)
4681 push_obstacks (&permanent_obstack
, &permanent_obstack
);
4682 t
= make_lang_type (TYPENAME_TYPE
);
4683 TYPENAME_TYPE_FULLNAME (t
) = fullname
;
4684 d
= build_decl (TYPE_DECL
, name
, t
);
4685 if (processing_template_decl
)
4688 TYPE_CONTEXT (t
) = context
;
4689 TYPE_NAME (TREE_TYPE (d
)) = d
;
4690 TYPE_STUB_DECL (TREE_TYPE (d
)) = d
;
4691 DECL_CONTEXT (d
) = context
;
4692 CLASSTYPE_GOT_SEMICOLON (t
) = 1;
4697 /* Select the right _DECL from multiple choices. */
4700 select_decl (binding
, prefer_type
, namespaces_only
)
4702 int prefer_type
, namespaces_only
;
4705 val
= BINDING_VALUE (binding
);
4706 if (namespaces_only
)
4708 /* We are not interested in types. */
4709 if (val
&& TREE_CODE (val
) == NAMESPACE_DECL
)
4714 /* If we could have a type and
4715 we have nothing or we need a type and have none. */
4716 if (BINDING_TYPE (binding
)
4717 && (!val
|| (prefer_type
&& TREE_CODE (val
) != TYPE_DECL
)))
4718 val
= TYPE_STUB_DECL (BINDING_TYPE (binding
));
4719 /* Don't return non-types if we really prefer types. */
4720 else if (val
&& prefer_type
> 1 && TREE_CODE (val
) != TYPE_DECL
4721 && (!looking_for_template
|| TREE_CODE (val
) != TEMPLATE_DECL
))
4726 /* Look up NAME in the current binding level and its superiors in the
4727 namespace of variables, functions and typedefs. Return a ..._DECL
4728 node of some kind representing its definition if there is only one
4729 such declaration, or return a TREE_LIST with all the overloaded
4730 definitions if there are many, or return 0 if it is undefined.
4732 If PREFER_TYPE is > 0, we prefer TYPE_DECLs or namespaces.
4733 If PREFER_TYPE is > 1, we reject non-type decls (e.g. namespaces).
4734 If PREFER_TYPE is -2, we're being called from yylex(). (UGLY)
4735 Otherwise we prefer non-TYPE_DECLs.
4737 If NONCLASS is non-zero, we don't look for the NAME in class scope,
4738 using IDENTIFIER_CLASS_VALUE. */
4741 lookup_name_real (name
, prefer_type
, nonclass
, namespaces_only
)
4743 int prefer_type
, nonclass
, namespaces_only
;
4747 tree from_obj
= NULL_TREE
;
4748 tree locval
, classval
;
4750 /* Hack: copy flag set by parser, if set. */
4751 if (only_namespace_names
)
4752 namespaces_only
= 1;
4754 if (prefer_type
== -2)
4756 extern int looking_for_typename
;
4757 tree type
= NULL_TREE
;
4760 prefer_type
= looking_for_typename
;
4762 /* std:: becomes :: for now. */
4763 if (got_scope
== std_node
)
4764 got_scope
= void_type_node
;
4768 else if (got_object
!= error_mark_node
)
4773 if (type
== error_mark_node
)
4774 return error_mark_node
;
4775 if (TREE_CODE (type
) == TYPENAME_TYPE
&& TREE_TYPE (type
))
4776 type
= TREE_TYPE (type
);
4778 type
= complete_type (type
);
4780 if (TREE_CODE (type
) == VOID_TYPE
)
4781 type
= global_namespace
;
4782 if (TREE_CODE (type
) == NAMESPACE_DECL
)
4784 struct tree_binding b
;
4785 val
= binding_init (&b
);
4786 if (!qualified_lookup_using_namespace (name
, type
, val
))
4788 val
= select_decl (val
, prefer_type
, namespaces_only
);
4790 else if (! IS_AGGR_TYPE (type
)
4791 || TREE_CODE (type
) == TEMPLATE_TYPE_PARM
4792 || TREE_CODE (type
) == TEMPLATE_TEMPLATE_PARM
4793 || TREE_CODE (type
) == TYPENAME_TYPE
)
4794 /* Someone else will give an error about this if needed. */
4796 else if (TYPE_BEING_DEFINED (type
))
4798 val
= IDENTIFIER_CLASS_VALUE (name
);
4799 if (val
&& DECL_CONTEXT (val
) != type
)
4801 struct binding_level
*b
= class_binding_level
;
4802 for (val
= NULL_TREE
; b
; b
= b
->level_chain
)
4804 tree t
= purpose_member (name
, b
->class_shadowed
);
4805 if (t
&& TREE_VALUE (t
)
4806 && DECL_CONTEXT (TREE_VALUE (t
)) == type
)
4808 val
= TREE_VALUE (t
);
4813 if (val
== NULL_TREE
)
4814 val
= lookup_field (type
, name
, 0, 1);
4816 else if (type
== current_class_type
)
4817 val
= IDENTIFIER_CLASS_VALUE (name
);
4819 val
= lookup_field (type
, name
, 0, prefer_type
);
4826 else if (got_object
&& val
)
4830 locval
= classval
= NULL_TREE
;
4832 if (!namespaces_only
&& !current_binding_level
->namespace_p
4833 && IDENTIFIER_LOCAL_VALUE (name
)
4834 /* Kludge to avoid infinite recursion with identifier_type_value. */
4835 && (prefer_type
<= 0
4836 || TREE_CODE (IDENTIFIER_LOCAL_VALUE (name
)) == TYPE_DECL
))
4837 locval
= IDENTIFIER_LOCAL_VALUE (name
);
4839 /* In C++ class fields are between local and global scope,
4840 just before the global scope. */
4841 if (current_class_type
&& ! nonclass
)
4843 classval
= IDENTIFIER_CLASS_VALUE (name
);
4844 if (classval
== NULL_TREE
&& TYPE_BEING_DEFINED (current_class_type
))
4845 /* Try to find values from base classes if we are presently
4846 defining a type. We are presently only interested in
4848 classval
= lookup_field (current_class_type
, name
, 0, 1);
4850 /* Add implicit 'typename' to types from template bases. lookup_field
4851 will do this for us. If classval is actually from an enclosing
4852 scope, lookup_nested_field will get it for us. */
4853 if (processing_template_decl
4854 && classval
&& TREE_CODE (classval
) == TYPE_DECL
4855 && ! currently_open_class (DECL_CONTEXT (classval
))
4856 && uses_template_parms (current_class_type
)
4857 && ! DECL_ARTIFICIAL (classval
))
4858 classval
= lookup_field (current_class_type
, name
, 0, 1);
4860 /* yylex() calls this with -2, since we should never start digging for
4861 the nested name at the point where we haven't even, for example,
4862 created the COMPONENT_REF or anything like that. */
4863 if (classval
== NULL_TREE
)
4864 classval
= lookup_nested_field (name
, ! yylex
);
4867 if (locval
&& classval
)
4869 if (current_scope () == current_function_decl
4870 && ! hack_decl_function_context (current_function_decl
))
4871 /* Not in a nested function. */
4875 /* This is incredibly horrible. The whole concept of
4876 IDENTIFIER_LOCAL_VALUE / IDENTIFIER_CLASS_VALUE /
4877 IDENTIFIER_GLOBAL_VALUE needs to be scrapped for local
4879 tree lctx
= hack_decl_function_context (locval
);
4880 tree cctx
= hack_decl_function_context (classval
);
4882 if (lctx
== current_scope ())
4884 else if (lctx
== cctx
)
4887 /* I don't know which is right; let's just guess for now. */
4897 /* Unscoped lookup of a global, iterate over namespaces,
4898 considering using namespace statements. */
4899 struct tree_binding _binding
;
4900 tree b
= binding_init (&_binding
);
4901 tree initial
= current_decl_namespace();
4902 tree scope
= initial
;
4906 val
= binding_for_name (name
, scope
);
4907 /* Initialize binding for this context. */
4908 BINDING_VALUE (b
) = BINDING_VALUE (val
);
4909 BINDING_TYPE (b
) = BINDING_TYPE (val
);
4910 /* Add all _DECLs seen through using-directives. */
4911 if (!lookup_using_namespace (name
, b
, initial
, scope
))
4913 /* Give up because of error. */
4917 val
= select_decl (b
, prefer_type
, namespaces_only
);
4918 if (scope
== global_namespace
)
4920 scope
= DECL_CONTEXT (scope
);
4927 /* This should only warn about types used in qualified-ids. */
4928 if (from_obj
&& from_obj
!= val
)
4930 if (looking_for_typename
&& TREE_CODE (from_obj
) == TYPE_DECL
4931 && TREE_CODE (val
) == TYPE_DECL
4932 && TREE_TYPE (from_obj
) != TREE_TYPE (val
))
4934 cp_pedwarn ("lookup of `%D' in the scope of `%#T' (`%#T')",
4935 name
, got_object
, TREE_TYPE (from_obj
));
4936 cp_pedwarn (" does not match lookup in the current scope (`%#T')",
4943 if ((TREE_CODE (val
) == TEMPLATE_DECL
&& looking_for_template
)
4944 || TREE_CODE (val
) == TYPE_DECL
|| prefer_type
<= 0)
4946 /* Caller wants a class-or-namespace-name. */
4947 else if (prefer_type
== 1 && TREE_CODE (val
) == NAMESPACE_DECL
)
4949 else if (IDENTIFIER_HAS_TYPE_VALUE (name
))
4950 val
= TYPE_MAIN_DECL (IDENTIFIER_TYPE_VALUE (name
));
4951 else if (TREE_TYPE (val
) == error_mark_node
)
4952 val
= error_mark_node
;
4961 lookup_name_nonclass (name
)
4964 return lookup_name_real (name
, 0, 1, 0);
4968 lookup_function_nonclass (name
, args
)
4972 return lookup_arg_dependent (name
, lookup_name_nonclass (name
), args
);
4976 lookup_name_namespace_only (name
)
4979 /* type-or-namespace, nonclass, namespace_only */
4980 return lookup_name_real (name
, 1, 1, 1);
4984 lookup_name (name
, prefer_type
)
4988 return lookup_name_real (name
, prefer_type
, 0, 0);
4991 /* Similar to `lookup_name' but look only at current binding level. */
4994 lookup_name_current_level (name
)
4997 register tree t
= NULL_TREE
;
4999 if (current_binding_level
->namespace_p
)
5001 t
= IDENTIFIER_NAMESPACE_VALUE (name
);
5003 /* extern "C" function() */
5004 if (t
!= NULL_TREE
&& TREE_CODE (t
) == TREE_LIST
)
5007 else if (IDENTIFIER_LOCAL_VALUE (name
) != NULL_TREE
)
5009 struct binding_level
*b
= current_binding_level
;
5012 for (t
= b
->names
; t
; t
= TREE_CHAIN (t
))
5013 if (DECL_NAME (t
) == name
|| DECL_ASSEMBLER_NAME (t
) == name
)
5028 begin_only_namespace_names ()
5030 only_namespace_names
= 1;
5034 end_only_namespace_names ()
5036 only_namespace_names
= 0;
5039 /* Arrange for the user to get a source line number, even when the
5040 compiler is going down in flames, so that she at least has a
5041 chance of working around problems in the compiler. We used to
5042 call error(), but that let the segmentation fault continue
5043 through; now, it's much more passive by asking them to send the
5044 maintainers mail about the problem. */
5048 int sig ATTRIBUTE_UNUSED
;
5050 signal (SIGSEGV
, SIG_DFL
);
5052 signal (SIGIOT
, SIG_DFL
);
5055 signal (SIGILL
, SIG_DFL
);
5058 signal (SIGABRT
, SIG_DFL
);
5061 signal (SIGBUS
, SIG_DFL
);
5063 my_friendly_abort (0);
5067 /* Unused -- brendan 970107 */
5068 /* Array for holding types considered "built-in". These types
5069 are output in the module in which `main' is defined. */
5070 static tree
*builtin_type_tdescs_arr
;
5071 static int builtin_type_tdescs_len
, builtin_type_tdescs_max
;
5074 /* Push the declarations of builtin types into the namespace.
5075 RID_INDEX, if < RID_MAX is the index of the builtin type
5076 in the array RID_POINTERS. NAME is the name used when looking
5077 up the builtin type. TYPE is the _TYPE node for the builtin type. */
5080 record_builtin_type (rid_index
, name
, type
)
5085 tree rname
= NULL_TREE
, tname
= NULL_TREE
;
5086 tree tdecl
= NULL_TREE
;
5088 if ((int) rid_index
< (int) RID_MAX
)
5089 rname
= ridpointers
[(int) rid_index
];
5091 tname
= get_identifier (name
);
5093 TYPE_BUILT_IN (type
) = 1;
5097 tdecl
= pushdecl (build_decl (TYPE_DECL
, tname
, type
));
5098 set_identifier_type_value (tname
, NULL_TREE
);
5099 if ((int) rid_index
< (int) RID_MAX
)
5100 /* Built-in types live in the global namespace. */
5101 SET_IDENTIFIER_GLOBAL_VALUE (tname
, tdecl
);
5103 if (rname
!= NULL_TREE
)
5105 if (tname
!= NULL_TREE
)
5107 set_identifier_type_value (rname
, NULL_TREE
);
5108 SET_IDENTIFIER_GLOBAL_VALUE (rname
, tdecl
);
5112 tdecl
= pushdecl (build_decl (TYPE_DECL
, rname
, type
));
5113 set_identifier_type_value (rname
, NULL_TREE
);
5118 /* Record one of the standard Java types.
5119 * Declare it as having the given NAME.
5120 * If SIZE > 0, it is the size of one of the integral types;
5121 * otherwise it is the negative of the size of one of the other types. */
5124 record_builtin_java_type (name
, size
)
5130 type
= make_signed_type (size
);
5131 else if (size
> -32)
5132 { /* "__java_char" or ""__java_boolean". */
5133 type
= make_unsigned_type (-size
);
5134 /*if (size == -1) TREE_SET_CODE (type, BOOLEAN_TYPE);*/
5137 { /* "__java_float" or ""__java_double". */
5138 type
= make_node (REAL_TYPE
);
5139 TYPE_PRECISION (type
) = - size
;
5142 record_builtin_type (RID_MAX
, name
, type
);
5143 decl
= TYPE_NAME (type
);
5144 DECL_IGNORED_P (decl
) = 1;
5145 TYPE_FOR_JAVA (type
) = 1;
5149 /* Push a type into the namespace so that the back-ends ignore it. */
5152 record_unknown_type (type
, name
)
5156 tree decl
= pushdecl (build_decl (TYPE_DECL
, get_identifier (name
), type
));
5157 /* Make sure the "unknown type" typedecl gets ignored for debug info. */
5158 DECL_IGNORED_P (decl
) = 1;
5159 TYPE_DECL_SUPPRESS_DEBUG (decl
) = 1;
5160 TYPE_SIZE (type
) = TYPE_SIZE (void_type_node
);
5161 TYPE_ALIGN (type
) = 1;
5162 TYPE_MODE (type
) = TYPE_MODE (void_type_node
);
5165 /* Push overloaded decl, in global scope, with one argument so it
5166 can be used as a callback from define_function. */
5169 push_overloaded_decl_1 (x
)
5172 push_overloaded_decl (x
, 0);
5179 auto_function (name
, type
, code
)
5181 enum built_in_function code
;
5183 return define_function
5184 (IDENTIFIER_POINTER (name
), type
, code
, push_overloaded_decl_1
,
5185 IDENTIFIER_POINTER (build_decl_overload (name
, TYPE_ARG_TYPES (type
),
5189 /* Create the predefined scalar types of C,
5190 and some nodes representing standard constants (0, 1, (void *)0).
5191 Initialize the global binding level.
5192 Make definitions for built-in primitive functions. */
5195 init_decl_processing ()
5198 register tree endlink
, int_endlink
, double_endlink
, unsigned_endlink
;
5200 /* Data type of memcpy. */
5201 tree memcpy_ftype
, strlen_ftype
;
5202 int wchar_type_size
;
5204 tree array_domain_type
;
5205 extern int flag_strict_prototype
;
5206 tree vb_off_identifier
= NULL_TREE
;
5207 /* Function type `char *(char *, char *)' and similar ones */
5208 tree string_ftype_ptr_ptr
, int_ftype_string_string
;
5209 tree sizetype_endlink
;
5210 tree ptr_ftype
, ptr_ftype_unsigned
, ptr_ftype_sizetype
;
5211 tree void_ftype
, void_ftype_int
, void_ftype_ptr
, ptr_ftype_void
;
5213 /* Have to make these distinct before we try using them. */
5214 lang_name_cplusplus
= get_identifier ("C++");
5215 lang_name_c
= get_identifier ("C");
5216 lang_name_java
= get_identifier ("Java");
5218 /* Enter the global namespace. */
5219 my_friendly_assert (global_namespace
== NULL_TREE
, 375);
5220 my_friendly_assert (current_lang_name
== NULL_TREE
, 375);
5221 current_lang_name
= lang_name_cplusplus
;
5222 push_namespace (get_identifier ("::"));
5223 global_namespace
= current_namespace
;
5224 current_lang_name
= NULL_TREE
;
5226 if (flag_strict_prototype
== 2)
5229 strict_prototypes_lang_c
= strict_prototypes_lang_cplusplus
;
5232 strict_prototypes_lang_c
= flag_strict_prototype
;
5235 current_lang_name
= lang_name_c
;
5237 current_function_decl
= NULL_TREE
;
5238 named_labels
= NULL_TREE
;
5239 named_label_uses
= NULL
;
5240 current_binding_level
= NULL_BINDING_LEVEL
;
5241 free_binding_level
= NULL_BINDING_LEVEL
;
5243 #ifndef __CYGWIN32__
5244 /* Because most segmentation signals can be traced back into user
5245 code, catch them and at least give the user a chance of working
5246 around compiler bugs. */
5247 signal (SIGSEGV
, signal_catch
);
5249 /* We will also catch aborts in the back-end through signal_catch and
5250 give the user a chance to see where the error might be, and to defeat
5251 aborts in the back-end when there have been errors previously in their
5254 signal (SIGIOT
, signal_catch
);
5257 signal (SIGILL
, signal_catch
);
5260 signal (SIGABRT
, signal_catch
);
5263 signal (SIGBUS
, signal_catch
);
5265 #else /* ndef __CYGWIN32__ */
5266 /* Cygwin32 cannot handle catching signals other than
5267 SIGABRT yet. We hope this will cease to be the case soon. */
5269 signal (SIGABRT
, signal_catch
);
5271 #endif /* ndef __CYGWIN32__ */
5273 gcc_obstack_init (&decl_obstack
);
5275 /* Must lay these out before anything else gets laid out. */
5276 error_mark_node
= make_node (ERROR_MARK
);
5277 TREE_PERMANENT (error_mark_node
) = 1;
5278 TREE_TYPE (error_mark_node
) = error_mark_node
;
5279 error_mark_list
= build_tree_list (error_mark_node
, error_mark_node
);
5280 TREE_TYPE (error_mark_list
) = error_mark_node
;
5282 /* Make the binding_level structure for global names. */
5284 global_binding_level
= current_binding_level
;
5285 /* The global level is the namespace level of ::. */
5286 NAMESPACE_LEVEL (global_namespace
) = global_binding_level
;
5287 declare_namespace_level ();
5289 this_identifier
= get_identifier (THIS_NAME
);
5290 in_charge_identifier
= get_identifier (IN_CHARGE_NAME
);
5291 ctor_identifier
= get_identifier (CTOR_NAME
);
5292 dtor_identifier
= get_identifier (DTOR_NAME
);
5293 pfn_identifier
= get_identifier (VTABLE_PFN_NAME
);
5294 index_identifier
= get_identifier (VTABLE_INDEX_NAME
);
5295 delta_identifier
= get_identifier (VTABLE_DELTA_NAME
);
5296 delta2_identifier
= get_identifier (VTABLE_DELTA2_NAME
);
5297 pfn_or_delta2_identifier
= get_identifier ("__pfn_or_delta2");
5298 if (flag_handle_signatures
)
5300 tag_identifier
= get_identifier (SIGTABLE_TAG_NAME
);
5301 vb_off_identifier
= get_identifier (SIGTABLE_VB_OFF_NAME
);
5302 vt_off_identifier
= get_identifier (SIGTABLE_VT_OFF_NAME
);
5305 /* Define `int' and `char' first so that dbx will output them first. */
5307 integer_type_node
= make_signed_type (INT_TYPE_SIZE
);
5308 record_builtin_type (RID_INT
, NULL_PTR
, integer_type_node
);
5310 /* Define `char', which is like either `signed char' or `unsigned char'
5311 but not the same as either. */
5315 ? make_signed_type (CHAR_TYPE_SIZE
)
5316 : make_unsigned_type (CHAR_TYPE_SIZE
));
5317 record_builtin_type (RID_CHAR
, "char", char_type_node
);
5319 long_integer_type_node
= make_signed_type (LONG_TYPE_SIZE
);
5320 record_builtin_type (RID_LONG
, "long int", long_integer_type_node
);
5322 unsigned_type_node
= make_unsigned_type (INT_TYPE_SIZE
);
5323 record_builtin_type (RID_UNSIGNED
, "unsigned int", unsigned_type_node
);
5325 long_unsigned_type_node
= make_unsigned_type (LONG_TYPE_SIZE
);
5326 record_builtin_type (RID_MAX
, "long unsigned int", long_unsigned_type_node
);
5327 record_builtin_type (RID_MAX
, "unsigned long", long_unsigned_type_node
);
5329 long_long_integer_type_node
= make_signed_type (LONG_LONG_TYPE_SIZE
);
5330 record_builtin_type (RID_MAX
, "long long int", long_long_integer_type_node
);
5332 long_long_unsigned_type_node
= make_unsigned_type (LONG_LONG_TYPE_SIZE
);
5333 record_builtin_type (RID_MAX
, "long long unsigned int",
5334 long_long_unsigned_type_node
);
5335 record_builtin_type (RID_MAX
, "long long unsigned",
5336 long_long_unsigned_type_node
);
5338 short_integer_type_node
= make_signed_type (SHORT_TYPE_SIZE
);
5339 record_builtin_type (RID_SHORT
, "short int", short_integer_type_node
);
5340 short_unsigned_type_node
= make_unsigned_type (SHORT_TYPE_SIZE
);
5341 record_builtin_type (RID_MAX
, "short unsigned int", short_unsigned_type_node
);
5342 record_builtin_type (RID_MAX
, "unsigned short", short_unsigned_type_node
);
5344 /* `unsigned long' is the standard type for sizeof.
5345 Note that stddef.h uses `unsigned long',
5346 and this must agree, even if long and int are the same size. */
5348 (TREE_TYPE (IDENTIFIER_GLOBAL_VALUE (get_identifier (SIZE_TYPE
))));
5351 = TREE_TYPE (IDENTIFIER_GLOBAL_VALUE (get_identifier (PTRDIFF_TYPE
)));
5353 /* Define both `signed char' and `unsigned char'. */
5354 signed_char_type_node
= make_signed_type (CHAR_TYPE_SIZE
);
5355 record_builtin_type (RID_MAX
, "signed char", signed_char_type_node
);
5356 unsigned_char_type_node
= make_unsigned_type (CHAR_TYPE_SIZE
);
5357 record_builtin_type (RID_MAX
, "unsigned char", unsigned_char_type_node
);
5359 /* These are types that type_for_size and type_for_mode use. */
5360 intQI_type_node
= make_signed_type (GET_MODE_BITSIZE (QImode
));
5361 pushdecl (build_decl (TYPE_DECL
, NULL_TREE
, intQI_type_node
));
5362 intHI_type_node
= make_signed_type (GET_MODE_BITSIZE (HImode
));
5363 pushdecl (build_decl (TYPE_DECL
, NULL_TREE
, intHI_type_node
));
5364 intSI_type_node
= make_signed_type (GET_MODE_BITSIZE (SImode
));
5365 pushdecl (build_decl (TYPE_DECL
, NULL_TREE
, intSI_type_node
));
5366 intDI_type_node
= make_signed_type (GET_MODE_BITSIZE (DImode
));
5367 pushdecl (build_decl (TYPE_DECL
, NULL_TREE
, intDI_type_node
));
5368 intTI_type_node
= make_signed_type (GET_MODE_BITSIZE (TImode
));
5369 pushdecl (build_decl (TYPE_DECL
, NULL_TREE
, intTI_type_node
));
5370 unsigned_intQI_type_node
= make_unsigned_type (GET_MODE_BITSIZE (QImode
));
5371 pushdecl (build_decl (TYPE_DECL
, NULL_TREE
, unsigned_intQI_type_node
));
5372 unsigned_intHI_type_node
= make_unsigned_type (GET_MODE_BITSIZE (HImode
));
5373 pushdecl (build_decl (TYPE_DECL
, NULL_TREE
, unsigned_intHI_type_node
));
5374 unsigned_intSI_type_node
= make_unsigned_type (GET_MODE_BITSIZE (SImode
));
5375 pushdecl (build_decl (TYPE_DECL
, NULL_TREE
, unsigned_intSI_type_node
));
5376 unsigned_intDI_type_node
= make_unsigned_type (GET_MODE_BITSIZE (DImode
));
5377 pushdecl (build_decl (TYPE_DECL
, NULL_TREE
, unsigned_intDI_type_node
));
5378 unsigned_intTI_type_node
= make_unsigned_type (GET_MODE_BITSIZE (TImode
));
5379 pushdecl (build_decl (TYPE_DECL
, NULL_TREE
, unsigned_intTI_type_node
));
5381 float_type_node
= make_node (REAL_TYPE
);
5382 TYPE_PRECISION (float_type_node
) = FLOAT_TYPE_SIZE
;
5383 record_builtin_type (RID_FLOAT
, NULL_PTR
, float_type_node
);
5384 layout_type (float_type_node
);
5386 double_type_node
= make_node (REAL_TYPE
);
5387 if (flag_short_double
)
5388 TYPE_PRECISION (double_type_node
) = FLOAT_TYPE_SIZE
;
5390 TYPE_PRECISION (double_type_node
) = DOUBLE_TYPE_SIZE
;
5391 record_builtin_type (RID_DOUBLE
, NULL_PTR
, double_type_node
);
5392 layout_type (double_type_node
);
5394 long_double_type_node
= make_node (REAL_TYPE
);
5395 TYPE_PRECISION (long_double_type_node
) = LONG_DOUBLE_TYPE_SIZE
;
5396 record_builtin_type (RID_MAX
, "long double", long_double_type_node
);
5397 layout_type (long_double_type_node
);
5399 complex_integer_type_node
= make_node (COMPLEX_TYPE
);
5400 pushdecl (build_decl (TYPE_DECL
, get_identifier ("complex int"),
5401 complex_integer_type_node
));
5402 TREE_TYPE (complex_integer_type_node
) = integer_type_node
;
5403 layout_type (complex_integer_type_node
);
5405 complex_float_type_node
= make_node (COMPLEX_TYPE
);
5406 pushdecl (build_decl (TYPE_DECL
, get_identifier ("complex float"),
5407 complex_float_type_node
));
5408 TREE_TYPE (complex_float_type_node
) = float_type_node
;
5409 layout_type (complex_float_type_node
);
5411 complex_double_type_node
= make_node (COMPLEX_TYPE
);
5412 pushdecl (build_decl (TYPE_DECL
, get_identifier ("complex double"),
5413 complex_double_type_node
));
5414 TREE_TYPE (complex_double_type_node
) = double_type_node
;
5415 layout_type (complex_double_type_node
);
5417 complex_long_double_type_node
= make_node (COMPLEX_TYPE
);
5418 pushdecl (build_decl (TYPE_DECL
, get_identifier ("complex long double"),
5419 complex_long_double_type_node
));
5420 TREE_TYPE (complex_long_double_type_node
) = long_double_type_node
;
5421 layout_type (complex_long_double_type_node
);
5423 java_byte_type_node
= record_builtin_java_type ("__java_byte", 8);
5424 java_short_type_node
= record_builtin_java_type ("__java_short", 16);
5425 java_int_type_node
= record_builtin_java_type ("__java_int", 32);
5426 java_long_type_node
= record_builtin_java_type ("__java_long", 64);
5427 java_float_type_node
= record_builtin_java_type ("__java_float", -32);
5428 java_double_type_node
= record_builtin_java_type ("__java_double", -64);
5429 java_char_type_node
= record_builtin_java_type ("__java_char", -16);
5430 java_boolean_type_node
= record_builtin_java_type ("__java_boolean", -1);
5432 integer_zero_node
= build_int_2 (0, 0);
5433 TREE_TYPE (integer_zero_node
) = integer_type_node
;
5434 integer_one_node
= build_int_2 (1, 0);
5435 TREE_TYPE (integer_one_node
) = integer_type_node
;
5436 integer_two_node
= build_int_2 (2, 0);
5437 TREE_TYPE (integer_two_node
) = integer_type_node
;
5438 integer_three_node
= build_int_2 (3, 0);
5439 TREE_TYPE (integer_three_node
) = integer_type_node
;
5441 boolean_type_node
= make_unsigned_type (BOOL_TYPE_SIZE
);
5442 TREE_SET_CODE (boolean_type_node
, BOOLEAN_TYPE
);
5443 TYPE_MAX_VALUE (boolean_type_node
) = build_int_2 (1, 0);
5444 TREE_TYPE (TYPE_MAX_VALUE (boolean_type_node
)) = boolean_type_node
;
5445 TYPE_PRECISION (boolean_type_node
) = 1;
5446 record_builtin_type (RID_BOOL
, "bool", boolean_type_node
);
5447 boolean_false_node
= build_int_2 (0, 0);
5448 TREE_TYPE (boolean_false_node
) = boolean_type_node
;
5449 boolean_true_node
= build_int_2 (1, 0);
5450 TREE_TYPE (boolean_true_node
) = boolean_type_node
;
5452 /* These are needed by stor-layout.c. */
5453 size_zero_node
= size_int (0);
5454 size_one_node
= size_int (1);
5456 signed_size_zero_node
= build_int_2 (0, 0);
5457 TREE_TYPE (signed_size_zero_node
) = make_signed_type (TYPE_PRECISION (sizetype
));
5459 void_type_node
= make_node (VOID_TYPE
);
5460 record_builtin_type (RID_VOID
, NULL_PTR
, void_type_node
);
5461 layout_type (void_type_node
); /* Uses integer_zero_node. */
5462 void_list_node
= build_tree_list (NULL_TREE
, void_type_node
);
5463 TREE_PARMLIST (void_list_node
) = 1;
5465 null_pointer_node
= build_int_2 (0, 0);
5466 TREE_TYPE (null_pointer_node
) = build_pointer_type (void_type_node
);
5467 layout_type (TREE_TYPE (null_pointer_node
));
5469 /* Used for expressions that do nothing, but are not errors. */
5470 void_zero_node
= build_int_2 (0, 0);
5471 TREE_TYPE (void_zero_node
) = void_type_node
;
5473 string_type_node
= build_pointer_type (char_type_node
);
5474 const_string_type_node
5475 = build_pointer_type (build_type_variant (char_type_node
, 1, 0));
5477 record_builtin_type (RID_MAX
, NULL_PTR
, string_type_node
);
5480 /* Make a type to be the domain of a few array types
5481 whose domains don't really matter.
5482 200 is small enough that it always fits in size_t
5483 and large enough that it can hold most function names for the
5484 initializations of __FUNCTION__ and __PRETTY_FUNCTION__. */
5485 array_domain_type
= build_index_type (build_int_2 (200, 0));
5487 /* Make a type for arrays of characters.
5488 With luck nothing will ever really depend on the length of this
5490 char_array_type_node
5491 = build_array_type (char_type_node
, array_domain_type
);
5492 /* Likewise for arrays of ints. */
5494 = build_array_type (integer_type_node
, array_domain_type
);
5496 /* This is just some anonymous class type. Nobody should ever
5497 need to look inside this envelope. */
5498 class_star_type_node
= build_pointer_type (make_lang_type (RECORD_TYPE
));
5500 default_function_type
5501 = build_function_type (integer_type_node
, NULL_TREE
);
5503 ptr_type_node
= build_pointer_type (void_type_node
);
5505 = build_pointer_type (build_type_variant (void_type_node
, 1, 0));
5507 record_builtin_type (RID_MAX
, NULL_PTR
, ptr_type_node
);
5509 endlink
= void_list_node
;
5510 int_endlink
= tree_cons (NULL_TREE
, integer_type_node
, endlink
);
5511 double_endlink
= tree_cons (NULL_TREE
, double_type_node
, endlink
);
5512 unsigned_endlink
= tree_cons (NULL_TREE
, unsigned_type_node
, endlink
);
5514 ptr_ftype
= build_function_type (ptr_type_node
, NULL_TREE
);
5515 ptr_ftype_unsigned
= build_function_type (ptr_type_node
, unsigned_endlink
);
5516 sizetype_endlink
= tree_cons (NULL_TREE
, sizetype
, endlink
);
5517 /* We realloc here because sizetype could be int or unsigned. S'ok. */
5518 ptr_ftype_sizetype
= build_function_type (ptr_type_node
, sizetype_endlink
);
5520 void_ftype
= build_function_type (void_type_node
, endlink
);
5521 void_ftype_int
= build_function_type (void_type_node
, int_endlink
);
5523 = build_function_type (void_type_node
,
5524 tree_cons (NULL_TREE
, ptr_type_node
, endlink
));
5526 = build_exception_variant (void_ftype_ptr
,
5527 tree_cons (NULL_TREE
, NULL_TREE
, NULL_TREE
));
5530 = build_function_type (float_type_node
,
5531 tree_cons (NULL_TREE
, float_type_node
, endlink
));
5534 = build_function_type (double_type_node
, double_endlink
);
5536 ldouble_ftype_ldouble
5537 = build_function_type (long_double_type_node
,
5538 tree_cons (NULL_TREE
, long_double_type_node
,
5541 double_ftype_double_double
5542 = build_function_type (double_type_node
,
5543 tree_cons (NULL_TREE
, double_type_node
,
5547 = build_function_type (integer_type_node
, int_endlink
);
5550 = build_function_type (long_integer_type_node
,
5551 tree_cons (NULL_TREE
, long_integer_type_node
,
5554 int_ftype_cptr_cptr_sizet
5555 = build_function_type (integer_type_node
,
5556 tree_cons (NULL_TREE
, const_ptr_type_node
,
5557 tree_cons (NULL_TREE
, const_ptr_type_node
,
5558 tree_cons (NULL_TREE
,
5562 string_ftype_ptr_ptr
/* strcpy prototype */
5563 = build_function_type (string_type_node
,
5564 tree_cons (NULL_TREE
, string_type_node
,
5565 tree_cons (NULL_TREE
,
5566 const_string_type_node
,
5569 int_ftype_string_string
/* strcmp prototype */
5570 = build_function_type (integer_type_node
,
5571 tree_cons (NULL_TREE
, const_string_type_node
,
5572 tree_cons (NULL_TREE
,
5573 const_string_type_node
,
5576 strlen_ftype
/* strlen prototype */
5577 = build_function_type (sizetype
,
5578 tree_cons (NULL_TREE
, const_string_type_node
,
5581 memcpy_ftype
/* memcpy prototype */
5582 = build_function_type (ptr_type_node
,
5583 tree_cons (NULL_TREE
, ptr_type_node
,
5584 tree_cons (NULL_TREE
, const_ptr_type_node
,
5585 sizetype_endlink
)));
5587 if (flag_huge_objects
)
5588 delta_type_node
= long_integer_type_node
;
5590 delta_type_node
= short_integer_type_node
;
5592 builtin_function ("__builtin_constant_p", default_function_type
,
5593 BUILT_IN_CONSTANT_P
, NULL_PTR
);
5595 builtin_return_address_fndecl
5596 = builtin_function ("__builtin_return_address", ptr_ftype_unsigned
,
5597 BUILT_IN_RETURN_ADDRESS
, NULL_PTR
);
5599 builtin_function ("__builtin_frame_address", ptr_ftype_unsigned
,
5600 BUILT_IN_FRAME_ADDRESS
, NULL_PTR
);
5602 ptr_ftype_void
= build_function_type (ptr_type_node
, endlink
);
5603 builtin_function ("__builtin_fp", ptr_ftype_void
, BUILT_IN_FP
, NULL_PTR
);
5604 builtin_function ("__builtin_sp", ptr_ftype_void
, BUILT_IN_SP
, NULL_PTR
);
5606 builtin_function ("__builtin_alloca", ptr_ftype_sizetype
,
5607 BUILT_IN_ALLOCA
, "alloca");
5608 builtin_function ("__builtin_ffs", int_ftype_int
, BUILT_IN_FFS
, NULL_PTR
);
5609 /* Define alloca, ffs as builtins.
5610 Declare _exit just to mark it as volatile. */
5611 if (! flag_no_builtin
&& !flag_no_nonansi_builtin
)
5613 temp
= builtin_function ("alloca", ptr_ftype_sizetype
,
5614 BUILT_IN_ALLOCA
, NULL_PTR
);
5615 /* Suppress error if redefined as a non-function. */
5616 DECL_BUILT_IN_NONANSI (temp
) = 1;
5617 temp
= builtin_function ("ffs", int_ftype_int
, BUILT_IN_FFS
, NULL_PTR
);
5618 /* Suppress error if redefined as a non-function. */
5619 DECL_BUILT_IN_NONANSI (temp
) = 1;
5620 temp
= builtin_function ("_exit", void_ftype_int
,
5621 NOT_BUILT_IN
, NULL_PTR
);
5622 TREE_THIS_VOLATILE (temp
) = 1;
5623 TREE_SIDE_EFFECTS (temp
) = 1;
5624 /* Suppress error if redefined as a non-function. */
5625 DECL_BUILT_IN_NONANSI (temp
) = 1;
5628 builtin_function ("__builtin_abs", int_ftype_int
, BUILT_IN_ABS
, NULL_PTR
);
5629 builtin_function ("__builtin_fabsf", float_ftype_float
, BUILT_IN_FABS
,
5631 builtin_function ("__builtin_fabs", double_ftype_double
, BUILT_IN_FABS
,
5633 builtin_function ("__builtin_fabsl", ldouble_ftype_ldouble
, BUILT_IN_FABS
,
5635 builtin_function ("__builtin_labs", long_ftype_long
,
5636 BUILT_IN_LABS
, NULL_PTR
);
5637 builtin_function ("__builtin_saveregs", ptr_ftype
,
5638 BUILT_IN_SAVEREGS
, NULL_PTR
);
5639 builtin_function ("__builtin_classify_type", default_function_type
,
5640 BUILT_IN_CLASSIFY_TYPE
, NULL_PTR
);
5641 builtin_function ("__builtin_next_arg", ptr_ftype
,
5642 BUILT_IN_NEXT_ARG
, NULL_PTR
);
5643 builtin_function ("__builtin_args_info", int_ftype_int
,
5644 BUILT_IN_ARGS_INFO
, NULL_PTR
);
5645 builtin_function ("__builtin_setjmp",
5646 build_function_type (integer_type_node
,
5647 tree_cons (NULL_TREE
, ptr_type_node
,
5649 BUILT_IN_SETJMP
, NULL_PTR
);
5650 builtin_function ("__builtin_longjmp",
5651 build_function_type (integer_type_node
,
5652 tree_cons (NULL_TREE
, ptr_type_node
,
5653 tree_cons (NULL_TREE
,
5656 BUILT_IN_LONGJMP
, NULL_PTR
);
5658 /* Untyped call and return. */
5659 builtin_function ("__builtin_apply_args", ptr_ftype
,
5660 BUILT_IN_APPLY_ARGS
, NULL_PTR
);
5662 temp
= tree_cons (NULL_TREE
,
5663 build_pointer_type (build_function_type (void_type_node
,
5665 tree_cons (NULL_TREE
, ptr_ftype_sizetype
, NULL_TREE
));
5666 builtin_function ("__builtin_apply",
5667 build_function_type (ptr_type_node
, temp
),
5668 BUILT_IN_APPLY
, NULL_PTR
);
5669 builtin_function ("__builtin_return", void_ftype_ptr
,
5670 BUILT_IN_RETURN
, NULL_PTR
);
5672 /* Currently under experimentation. */
5673 builtin_function ("__builtin_memcpy", memcpy_ftype
,
5674 BUILT_IN_MEMCPY
, "memcpy");
5675 builtin_function ("__builtin_memcmp", int_ftype_cptr_cptr_sizet
,
5676 BUILT_IN_MEMCMP
, "memcmp");
5677 builtin_function ("__builtin_strcmp", int_ftype_string_string
,
5678 BUILT_IN_STRCMP
, "strcmp");
5679 builtin_function ("__builtin_strcpy", string_ftype_ptr_ptr
,
5680 BUILT_IN_STRCPY
, "strcpy");
5681 builtin_function ("__builtin_strlen", strlen_ftype
,
5682 BUILT_IN_STRLEN
, "strlen");
5683 builtin_function ("__builtin_sqrtf", float_ftype_float
,
5684 BUILT_IN_FSQRT
, "sqrtf");
5685 builtin_function ("__builtin_fsqrt", double_ftype_double
,
5686 BUILT_IN_FSQRT
, NULL_PTR
);
5687 builtin_function ("__builtin_sqrtl", ldouble_ftype_ldouble
,
5688 BUILT_IN_FSQRT
, "sqrtl");
5689 builtin_function ("__builtin_sinf", float_ftype_float
,
5690 BUILT_IN_SIN
, "sinf");
5691 builtin_function ("__builtin_sin", double_ftype_double
,
5692 BUILT_IN_SIN
, "sin");
5693 builtin_function ("__builtin_sinl", ldouble_ftype_ldouble
,
5694 BUILT_IN_SIN
, "sinl");
5695 builtin_function ("__builtin_cosf", float_ftype_float
,
5696 BUILT_IN_COS
, "cosf");
5697 builtin_function ("__builtin_cos", double_ftype_double
,
5698 BUILT_IN_COS
, "cos");
5699 builtin_function ("__builtin_cosl", ldouble_ftype_ldouble
,
5700 BUILT_IN_COS
, "cosl");
5702 if (!flag_no_builtin
)
5704 builtin_function ("abs", int_ftype_int
, BUILT_IN_ABS
, NULL_PTR
);
5705 builtin_function ("fabs", double_ftype_double
, BUILT_IN_FABS
, NULL_PTR
);
5706 builtin_function ("labs", long_ftype_long
, BUILT_IN_LABS
, NULL_PTR
);
5707 builtin_function ("fabsf", float_ftype_float
, BUILT_IN_FABS
, NULL_PTR
);
5708 builtin_function ("fabsl", ldouble_ftype_ldouble
, BUILT_IN_FABS
,
5710 builtin_function ("memcpy", memcpy_ftype
, BUILT_IN_MEMCPY
, NULL_PTR
);
5711 builtin_function ("memcmp", int_ftype_cptr_cptr_sizet
, BUILT_IN_MEMCMP
,
5713 builtin_function ("strcmp", int_ftype_string_string
, BUILT_IN_STRCMP
,
5715 builtin_function ("strcpy", string_ftype_ptr_ptr
, BUILT_IN_STRCPY
,
5717 builtin_function ("strlen", strlen_ftype
, BUILT_IN_STRLEN
, NULL_PTR
);
5718 builtin_function ("sqrtf", float_ftype_float
, BUILT_IN_FSQRT
, NULL_PTR
);
5719 builtin_function ("sqrt", double_ftype_double
, BUILT_IN_FSQRT
, NULL_PTR
);
5720 builtin_function ("sqrtl", ldouble_ftype_ldouble
, BUILT_IN_FSQRT
,
5722 builtin_function ("sinf", float_ftype_float
, BUILT_IN_SIN
, NULL_PTR
);
5723 builtin_function ("sin", double_ftype_double
, BUILT_IN_SIN
, NULL_PTR
);
5724 builtin_function ("sinl", ldouble_ftype_ldouble
, BUILT_IN_SIN
, NULL_PTR
);
5725 builtin_function ("cosf", float_ftype_float
, BUILT_IN_COS
, NULL_PTR
);
5726 builtin_function ("cos", double_ftype_double
, BUILT_IN_COS
, NULL_PTR
);
5727 builtin_function ("cosl", ldouble_ftype_ldouble
, BUILT_IN_COS
, NULL_PTR
);
5729 /* Declare these functions volatile
5730 to avoid spurious "control drops through" warnings. */
5731 temp
= builtin_function ("abort", void_ftype
,
5732 NOT_BUILT_IN
, NULL_PTR
);
5733 TREE_THIS_VOLATILE (temp
) = 1;
5734 TREE_SIDE_EFFECTS (temp
) = 1;
5735 /* Well, these are actually ANSI, but we can't set DECL_BUILT_IN on
5737 DECL_BUILT_IN_NONANSI (temp
) = 1;
5738 temp
= builtin_function ("exit", void_ftype_int
,
5739 NOT_BUILT_IN
, NULL_PTR
);
5740 TREE_THIS_VOLATILE (temp
) = 1;
5741 TREE_SIDE_EFFECTS (temp
) = 1;
5742 DECL_BUILT_IN_NONANSI (temp
) = 1;
5746 /* Support for these has not been written in either expand_builtin
5747 or build_function_call. */
5748 builtin_function ("__builtin_div", default_ftype
, BUILT_IN_DIV
, NULL_PTR
);
5749 builtin_function ("__builtin_ldiv", default_ftype
, BUILT_IN_LDIV
, NULL_PTR
);
5750 builtin_function ("__builtin_ffloor", double_ftype_double
, BUILT_IN_FFLOOR
,
5752 builtin_function ("__builtin_fceil", double_ftype_double
, BUILT_IN_FCEIL
,
5754 builtin_function ("__builtin_fmod", double_ftype_double_double
,
5755 BUILT_IN_FMOD
, NULL_PTR
);
5756 builtin_function ("__builtin_frem", double_ftype_double_double
,
5757 BUILT_IN_FREM
, NULL_PTR
);
5758 builtin_function ("__builtin_memset", ptr_ftype_ptr_int_int
,
5759 BUILT_IN_MEMSET
, NULL_PTR
);
5760 builtin_function ("__builtin_getexp", double_ftype_double
, BUILT_IN_GETEXP
,
5762 builtin_function ("__builtin_getman", double_ftype_double
, BUILT_IN_GETMAN
,
5766 /* C++ extensions */
5768 unknown_type_node
= make_node (UNKNOWN_TYPE
);
5769 record_unknown_type (unknown_type_node
, "unknown type");
5771 /* Indirecting an UNKNOWN_TYPE node yields an UNKNOWN_TYPE node. */
5772 TREE_TYPE (unknown_type_node
) = unknown_type_node
;
5775 TREE_TYPE (null_node
) = type_for_size (POINTER_SIZE
, 0);
5777 TREE_TYPE (null_node
) = build_pointer_type (unknown_type_node
);
5779 /* Looking up TYPE_POINTER_TO and TYPE_REFERENCE_TO yield the same
5781 TYPE_POINTER_TO (unknown_type_node
) = unknown_type_node
;
5782 TYPE_REFERENCE_TO (unknown_type_node
) = unknown_type_node
;
5784 /* This is for handling opaque types in signatures. */
5785 opaque_type_node
= copy_node (ptr_type_node
);
5786 TYPE_MAIN_VARIANT (opaque_type_node
) = opaque_type_node
;
5787 record_builtin_type (RID_MAX
, 0, opaque_type_node
);
5789 /* This is special for C++ so functions can be overloaded. */
5791 = TREE_TYPE (IDENTIFIER_GLOBAL_VALUE (get_identifier (WCHAR_TYPE
)));
5792 wchar_type_size
= TYPE_PRECISION (wchar_type_node
);
5793 signed_wchar_type_node
= make_signed_type (wchar_type_size
);
5794 unsigned_wchar_type_node
= make_unsigned_type (wchar_type_size
);
5796 = TREE_UNSIGNED (wchar_type_node
)
5797 ? unsigned_wchar_type_node
5798 : signed_wchar_type_node
;
5799 record_builtin_type (RID_WCHAR
, "__wchar_t", wchar_type_node
);
5801 /* Artificial declaration of wchar_t -- can be bashed */
5802 wchar_decl_node
= build_decl (TYPE_DECL
, get_identifier ("wchar_t"),
5804 pushdecl (wchar_decl_node
);
5806 /* This is for wide string constants. */
5807 wchar_array_type_node
5808 = build_array_type (wchar_type_node
, array_domain_type
);
5810 if (flag_vtable_thunks
)
5812 /* Make sure we get a unique function type, so we can give
5813 its pointer type a name. (This wins for gdb.) */
5814 tree vfunc_type
= make_node (FUNCTION_TYPE
);
5815 TREE_TYPE (vfunc_type
) = integer_type_node
;
5816 TYPE_ARG_TYPES (vfunc_type
) = NULL_TREE
;
5817 layout_type (vfunc_type
);
5819 vtable_entry_type
= build_pointer_type (vfunc_type
);
5823 vtable_entry_type
= make_lang_type (RECORD_TYPE
);
5824 fields
[0] = build_lang_field_decl (FIELD_DECL
, delta_identifier
,
5826 fields
[1] = build_lang_field_decl (FIELD_DECL
, index_identifier
,
5828 fields
[2] = build_lang_field_decl (FIELD_DECL
, pfn_identifier
,
5830 finish_builtin_type (vtable_entry_type
, VTBL_PTR_TYPE
, fields
, 2,
5833 /* Make this part of an invisible union. */
5834 fields
[3] = copy_node (fields
[2]);
5835 TREE_TYPE (fields
[3]) = delta_type_node
;
5836 DECL_NAME (fields
[3]) = delta2_identifier
;
5837 DECL_MODE (fields
[3]) = TYPE_MODE (delta_type_node
);
5838 DECL_SIZE (fields
[3]) = TYPE_SIZE (delta_type_node
);
5839 TREE_UNSIGNED (fields
[3]) = 0;
5840 TREE_CHAIN (fields
[2]) = fields
[3];
5841 vtable_entry_type
= build_type_variant (vtable_entry_type
, 1, 0);
5843 record_builtin_type (RID_MAX
, VTBL_PTR_TYPE
, vtable_entry_type
);
5846 = build_array_type (vtable_entry_type
, NULL_TREE
);
5847 layout_type (vtbl_type_node
);
5848 vtbl_type_node
= cp_build_type_variant (vtbl_type_node
, 1, 0);
5849 record_builtin_type (RID_MAX
, NULL_PTR
, vtbl_type_node
);
5851 /* Simplify life by making a "sigtable_entry_type". Give its
5852 fields names so that the debugger can use them. */
5854 if (flag_handle_signatures
)
5856 sigtable_entry_type
= make_lang_type (RECORD_TYPE
);
5857 fields
[0] = build_lang_field_decl (FIELD_DECL
, tag_identifier
,
5859 fields
[1] = build_lang_field_decl (FIELD_DECL
, vb_off_identifier
,
5861 fields
[2] = build_lang_field_decl (FIELD_DECL
, delta_identifier
,
5863 fields
[3] = build_lang_field_decl (FIELD_DECL
, index_identifier
,
5865 fields
[4] = build_lang_field_decl (FIELD_DECL
, pfn_identifier
,
5868 /* Set the alignment to the max of the alignment of ptr_type_node and
5869 delta_type_node. Double alignment wastes a word on the Sparc. */
5870 finish_builtin_type (sigtable_entry_type
, SIGTABLE_PTR_TYPE
, fields
, 4,
5871 (TYPE_ALIGN (ptr_type_node
) > TYPE_ALIGN (delta_type_node
))
5875 /* Make this part of an invisible union. */
5876 fields
[5] = copy_node (fields
[4]);
5877 TREE_TYPE (fields
[5]) = delta_type_node
;
5878 DECL_NAME (fields
[5]) = vt_off_identifier
;
5879 DECL_MODE (fields
[5]) = TYPE_MODE (delta_type_node
);
5880 DECL_SIZE (fields
[5]) = TYPE_SIZE (delta_type_node
);
5881 TREE_UNSIGNED (fields
[5]) = 0;
5882 TREE_CHAIN (fields
[4]) = fields
[5];
5884 sigtable_entry_type
= build_type_variant (sigtable_entry_type
, 1, 0);
5885 record_builtin_type (RID_MAX
, SIGTABLE_PTR_TYPE
, sigtable_entry_type
);
5888 std_node
= build_decl (NAMESPACE_DECL
,
5889 get_identifier (flag_honor_std
? "fake std":"std"),
5891 pushdecl (std_node
);
5893 global_type_node
= make_node (LANG_TYPE
);
5894 record_unknown_type (global_type_node
, "global type");
5897 current_lang_name
= lang_name_cplusplus
;
5900 tree bad_alloc_type_node
, newtype
, deltype
;
5902 push_namespace (get_identifier ("std"));
5903 bad_alloc_type_node
= xref_tag
5904 (class_type_node
, get_identifier ("bad_alloc"), NULL_TREE
, 1);
5907 newtype
= build_exception_variant
5908 (ptr_ftype_sizetype
, build_tree_list (NULL_TREE
, bad_alloc_type_node
));
5909 deltype
= build_exception_variant
5910 (void_ftype_ptr
, build_tree_list (NULL_TREE
, NULL_TREE
));
5911 auto_function (ansi_opname
[(int) NEW_EXPR
], newtype
, NOT_BUILT_IN
);
5912 auto_function (ansi_opname
[(int) VEC_NEW_EXPR
], newtype
, NOT_BUILT_IN
);
5913 auto_function (ansi_opname
[(int) DELETE_EXPR
], deltype
, NOT_BUILT_IN
);
5914 auto_function (ansi_opname
[(int) VEC_DELETE_EXPR
], deltype
, NOT_BUILT_IN
);
5918 = define_function ("__pure_virtual", void_ftype
,
5919 NOT_BUILT_IN
, 0, 0);
5921 /* Perform other language dependent initializations. */
5922 init_class_processing ();
5923 init_init_processing ();
5924 init_search_processing ();
5926 init_rtti_processing ();
5928 if (flag_exceptions
)
5929 init_exception_processing ();
5932 flag_inline_functions
= 0;
5935 if (! supports_one_only ())
5938 /* Create the global bindings for __FUNCTION__ and __PRETTY_FUNCTION__. */
5939 declare_function_name ();
5941 /* Prepare to check format strings against argument lists. */
5942 init_function_format_info ();
5944 /* Show we use EH for cleanups. */
5945 using_eh_for_cleanups ();
5947 print_error_function
= lang_print_error_function
;
5950 /* Function to print any language-specific context for an error message. */
5953 lang_print_error_function (file
)
5956 default_print_error_function (file
);
5957 maybe_print_template_context ();
5960 /* Make a definition for a builtin function named NAME and whose data type
5961 is TYPE. TYPE should be a function type with argument types.
5962 FUNCTION_CODE tells later passes how to compile calls to this function.
5963 See tree.h for its possible values.
5965 If LIBRARY_NAME is nonzero, use that for DECL_ASSEMBLER_NAME,
5966 the name to be called if we can't opencode the function. */
5969 define_function (name
, type
, function_code
, pfn
, library_name
)
5972 enum built_in_function function_code
;
5973 void (*pfn
) PROTO((tree
));
5976 tree decl
= build_lang_decl (FUNCTION_DECL
, get_identifier (name
), type
);
5977 DECL_EXTERNAL (decl
) = 1;
5978 TREE_PUBLIC (decl
) = 1;
5979 DECL_ARTIFICIAL (decl
) = 1;
5981 my_friendly_assert (DECL_CONTEXT (decl
) == NULL_TREE
, 392);
5982 DECL_CONTEXT (decl
) = current_namespace
;
5984 /* Since `pushdecl' relies on DECL_ASSEMBLER_NAME instead of DECL_NAME,
5985 we cannot change DECL_ASSEMBLER_NAME until we have installed this
5986 function in the namespace. */
5987 if (pfn
) (*pfn
) (decl
);
5989 DECL_ASSEMBLER_NAME (decl
) = get_identifier (library_name
);
5990 make_function_rtl (decl
);
5991 if (function_code
!= NOT_BUILT_IN
)
5993 DECL_BUILT_IN (decl
) = 1;
5994 DECL_FUNCTION_CODE (decl
) = function_code
;
5999 /* Called when a declaration is seen that contains no names to declare.
6000 If its type is a reference to a structure, union or enum inherited
6001 from a containing scope, shadow that tag name for the current scope
6002 with a forward reference.
6003 If its type defines a new named structure or union
6004 or defines an enum, it is valid but we need not do anything here.
6005 Otherwise, it is an error.
6007 C++: may have to grok the declspecs to learn about static,
6008 complain for anonymous unions. */
6011 shadow_tag (declspecs
)
6015 tree ob_modifier
= NULL_TREE
;
6017 register enum tree_code code
, ok_code
= ERROR_MARK
;
6018 register tree t
= NULL_TREE
;
6020 for (link
= declspecs
; link
; link
= TREE_CHAIN (link
))
6022 register tree value
= TREE_VALUE (link
);
6024 code
= TREE_CODE (value
);
6025 if (IS_AGGR_TYPE_CODE (code
) || code
== ENUMERAL_TYPE
)
6027 my_friendly_assert (TYPE_MAIN_DECL (value
) != NULL_TREE
, 261);
6029 if (IS_AGGR_TYPE (value
) && CLASSTYPE_USE_TEMPLATE (value
))
6031 if (CLASSTYPE_IMPLICIT_INSTANTIATION (value
)
6032 && TYPE_SIZE (value
) == NULL_TREE
)
6034 SET_CLASSTYPE_TEMPLATE_SPECIALIZATION (value
);
6035 if (processing_template_decl
)
6036 push_template_decl (TYPE_MAIN_DECL (value
));
6038 else if (CLASSTYPE_TEMPLATE_INSTANTIATION (value
))
6039 cp_error ("specialization after instantiation of `%T'", value
);
6046 else if (value
== ridpointers
[(int) RID_STATIC
]
6047 || value
== ridpointers
[(int) RID_EXTERN
]
6048 || value
== ridpointers
[(int) RID_AUTO
]
6049 || value
== ridpointers
[(int) RID_REGISTER
]
6050 || value
== ridpointers
[(int) RID_INLINE
]
6051 || value
== ridpointers
[(int) RID_VIRTUAL
]
6052 || value
== ridpointers
[(int) RID_EXPLICIT
])
6053 ob_modifier
= value
;
6056 /* This is where the variables in an anonymous union are
6057 declared. An anonymous union declaration looks like:
6059 because there is no declarator after the union, the parser
6060 sends that declaration here. */
6061 if (ok_code
== UNION_TYPE
6063 && ((TREE_CODE (TYPE_NAME (t
)) == IDENTIFIER_NODE
6064 && ANON_AGGRNAME_P (TYPE_NAME (t
)))
6065 || (TREE_CODE (TYPE_NAME (t
)) == TYPE_DECL
6066 && ANON_AGGRNAME_P (TYPE_IDENTIFIER (t
)))))
6068 /* See also grok_x_components. */
6071 /* Wipe out memory of synthesized methods */
6072 TYPE_HAS_CONSTRUCTOR (t
) = 0;
6073 TYPE_HAS_DEFAULT_CONSTRUCTOR (t
) = 0;
6074 TYPE_HAS_INIT_REF (t
) = 0;
6075 TYPE_HAS_CONST_INIT_REF (t
) = 0;
6076 TYPE_HAS_ASSIGN_REF (t
) = 0;
6077 TYPE_HAS_ASSIGNMENT (t
) = 0;
6078 TYPE_HAS_CONST_ASSIGN_REF (t
) = 0;
6080 q
= &TYPE_METHODS (t
);
6083 if (DECL_ARTIFICIAL (*q
))
6084 *q
= TREE_CHAIN (*q
);
6086 q
= &TREE_CHAIN (*q
);
6089 /* ANSI C++ June 5 1992 WP 9.5.3. Anonymous unions may not have
6090 function members. */
6091 if (TYPE_METHODS (t
))
6092 error ("an anonymous union cannot have function members");
6094 if (TYPE_FIELDS (t
))
6096 tree decl
= grokdeclarator (NULL_TREE
, declspecs
, NORMAL
, 0,
6098 finish_anon_union (decl
);
6103 /* Anonymous unions are objects, that's why we only check for
6104 inappropriate specifiers in this branch. */
6108 if (ob_modifier
== ridpointers
[(int) RID_INLINE
]
6109 || ob_modifier
== ridpointers
[(int) RID_VIRTUAL
])
6110 cp_error ("`%D' can only be specified for functions", ob_modifier
);
6111 else if (ob_modifier
== ridpointers
[(int) RID_EXPLICIT
])
6112 cp_error ("`%D' can only be specified for constructors",
6115 cp_error ("`%D' can only be specified for objects and functions",
6120 cp_error ("abstract declarator used as declaration");
6121 else if (found_tag
> 1)
6122 pedwarn ("multiple types in one declaration");
6126 /* Decode a "typename", such as "int **", returning a ..._TYPE node. */
6129 groktypename (typename
)
6132 if (TREE_CODE (typename
) != TREE_LIST
)
6134 return grokdeclarator (TREE_VALUE (typename
),
6135 TREE_PURPOSE (typename
),
6136 TYPENAME
, 0, NULL_TREE
);
6139 /* Decode a declarator in an ordinary declaration or data definition.
6140 This is called as soon as the type information and variable name
6141 have been parsed, before parsing the initializer if any.
6142 Here we create the ..._DECL node, fill in its type,
6143 and put it on the list of decls for the current context.
6144 The ..._DECL node is returned as the value.
6146 Exception: for arrays where the length is not specified,
6147 the type is left null, to be filled in by `cp_finish_decl'.
6149 Function definitions do not come here; they go to start_function
6150 instead. However, external and forward declarations of functions
6151 do go through here. Structure field declarations are done by
6152 grokfield and not through here. */
6154 /* Set this to zero to debug not using the temporary obstack
6155 to parse initializers. */
6156 int debug_temp_inits
= 1;
6159 start_decl (declarator
, declspecs
, initialized
, attributes
, prefix_attributes
)
6160 tree declarator
, declspecs
;
6162 tree attributes
, prefix_attributes
;
6165 register tree type
, tem
;
6167 extern int have_extern_spec
;
6168 extern int used_extern_spec
;
6171 /* See code below that used this. */
6172 int init_written
= initialized
;
6175 /* This should only be done once on the top most decl. */
6176 if (have_extern_spec
&& !used_extern_spec
)
6178 declspecs
= decl_tree_cons (NULL_TREE
, get_identifier ("extern"),
6180 used_extern_spec
= 1;
6183 decl
= grokdeclarator (declarator
, declspecs
, NORMAL
, initialized
,
6185 if (decl
== NULL_TREE
|| TREE_CODE (decl
) == VOID_TYPE
)
6188 type
= TREE_TYPE (decl
);
6190 /* Don't lose if destructors must be executed at file-level. */
6191 if (! processing_template_decl
&& TREE_STATIC (decl
)
6192 && TYPE_NEEDS_DESTRUCTOR (complete_type (type
))
6193 && !TREE_PERMANENT (decl
))
6195 push_obstacks (&permanent_obstack
, &permanent_obstack
);
6196 decl
= copy_node (decl
);
6197 if (TREE_CODE (type
) == ARRAY_TYPE
)
6199 tree itype
= TYPE_DOMAIN (type
);
6200 if (itype
&& ! TREE_PERMANENT (itype
))
6202 itype
= build_index_type (copy_to_permanent (TYPE_MAX_VALUE (itype
)));
6203 type
= build_cplus_array_type (TREE_TYPE (type
), itype
);
6204 TREE_TYPE (decl
) = type
;
6211 = (TREE_CODE (decl
) == FUNCTION_DECL
&& DECL_VIRTUAL_P (decl
))
6212 ? DECL_CLASS_CONTEXT (decl
)
6213 : DECL_CONTEXT (decl
);
6215 /* We are only interested in class contexts, later. */
6216 if (context
&& TREE_CODE (context
) == NAMESPACE_DECL
)
6217 context
= NULL_TREE
;
6220 /* Is it valid for this decl to have an initializer at all?
6221 If not, set INITIALIZED to zero, which will indirectly
6222 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
6223 switch (TREE_CODE (decl
))
6226 /* typedef foo = bar means give foo the same type as bar.
6227 We haven't parsed bar yet, so `cp_finish_decl' will fix that up.
6228 Any other case of an initialization in a TYPE_DECL is an error. */
6229 if (pedantic
|| list_length (declspecs
) > 1)
6231 cp_error ("typedef `%D' is initialized", decl
);
6237 cp_error ("function `%#D' is initialized like a variable", decl
);
6242 if (! processing_template_decl
)
6244 if (type
!= error_mark_node
)
6246 if (TYPE_SIZE (type
) != NULL_TREE
6247 && ! TREE_CONSTANT (TYPE_SIZE (type
)))
6250 ("variable-sized object `%D' may not be initialized",
6255 if (TREE_CODE (type
) == ARRAY_TYPE
6256 && TYPE_SIZE (complete_type (TREE_TYPE (type
))) == NULL_TREE
)
6259 ("elements of array `%#D' have incomplete type", decl
);
6268 if (! toplevel_bindings_p ()
6269 && DECL_EXTERNAL (decl
))
6270 cp_warning ("declaration of `%#D' has `extern' and is initialized",
6272 DECL_EXTERNAL (decl
) = 0;
6273 if (toplevel_bindings_p ())
6274 TREE_STATIC (decl
) = 1;
6276 /* Tell `pushdecl' this is an initialized decl
6277 even though we don't yet have the initializer expression.
6278 Also tell `cp_finish_decl' it may store the real initializer. */
6279 DECL_INITIAL (decl
) = error_mark_node
;
6282 if (context
&& TYPE_SIZE (complete_type (context
)) != NULL_TREE
)
6284 if (TREE_CODE (decl
) == VAR_DECL
)
6286 tree field
= lookup_field (context
, DECL_NAME (decl
), 0, 0);
6287 if (field
== NULL_TREE
|| TREE_CODE (field
) != VAR_DECL
)
6288 cp_error ("`%#D' is not a static member of `%#T'", decl
, context
);
6291 if (DECL_CONTEXT (field
) != context
)
6293 cp_pedwarn ("ANSI C++ does not permit `%T::%D' to be defined as `%T::%D'",
6294 DECL_CONTEXT (field
), DECL_NAME (decl
),
6295 context
, DECL_NAME (decl
));
6296 DECL_CONTEXT (decl
) = DECL_CONTEXT (field
);
6298 /* Static data member are tricky; an in-class initialization
6299 still doesn't provide a definition, so the in-class
6300 declaration will have DECL_EXTERNAL set, but will have an
6301 initialization. Thus, duplicate_decls won't warn
6302 about this situation, and so we check here. */
6303 if (DECL_INITIAL (decl
) && DECL_INITIAL (field
))
6304 cp_error ("duplicate initialization of %D", decl
);
6305 if (duplicate_decls (decl
, field
))
6311 tree field
= check_classfn (context
, decl
);
6312 if (field
&& duplicate_decls (decl
, field
))
6316 /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set. */
6317 DECL_IN_AGGR_P (decl
) = 0;
6318 if ((DECL_LANG_SPECIFIC (decl
) && DECL_USE_TEMPLATE (decl
))
6319 || CLASSTYPE_USE_TEMPLATE (context
))
6320 SET_DECL_TEMPLATE_SPECIALIZATION (decl
);
6322 if (DECL_EXTERNAL (decl
) && ! DECL_TEMPLATE_SPECIALIZATION (decl
))
6323 cp_pedwarn ("declaration of `%#D' outside of class is not definition",
6326 pushclass (context
, 2);
6329 /* Set attributes here so if duplicate decl, will have proper attributes. */
6330 cplus_decl_attributes (decl
, attributes
, prefix_attributes
);
6332 /* Add this decl to the current binding level, but not if it
6333 comes from another scope, e.g. a static member variable.
6334 TEM may equal DECL or it may be a previous decl of the same name. */
6336 if ((TREE_CODE (decl
) != PARM_DECL
&& DECL_CONTEXT (decl
) != NULL_TREE
6337 /* Definitions of namespace members outside their namespace are
6339 && TREE_CODE (DECL_CONTEXT (decl
)) != NAMESPACE_DECL
)
6340 || (TREE_CODE (decl
) == TEMPLATE_DECL
&& !namespace_bindings_p ())
6341 || TREE_CODE (type
) == LANG_TYPE
6342 /* The declaration of template specializations does not affect
6343 the functions available for overload resolution, so we do not
6345 || (TREE_CODE (decl
) == FUNCTION_DECL
6346 && DECL_TEMPLATE_SPECIALIZATION (decl
)))
6349 tem
= pushdecl (decl
);
6351 if (processing_template_decl
)
6353 if (! current_function_decl
)
6354 tem
= push_template_decl (tem
);
6355 else if (minimal_parse_mode
)
6357 = build_min_nt (DECL_STMT
, copy_to_permanent (declarator
),
6358 copy_to_permanent (declspecs
),
6363 #if ! defined (ASM_OUTPUT_BSS) && ! defined (ASM_OUTPUT_ALIGNED_BSS)
6364 /* Tell the back-end to use or not use .common as appropriate. If we say
6365 -fconserve-space, we want this to save .data space, at the expense of
6366 wrong semantics. If we say -fno-conserve-space, we want this to
6367 produce errors about redefs; to do this we force variables into the
6369 DECL_COMMON (tem
) = flag_conserve_space
|| ! TREE_PUBLIC (tem
);
6372 if (! processing_template_decl
)
6375 /* Corresponding pop_obstacks is done in `cp_finish_decl'. */
6376 push_obstacks_nochange ();
6379 /* We have no way of knowing whether the initializer will need to be
6380 evaluated at run-time or not until we've parsed it, so let's just put
6381 it in the permanent obstack. (jason) */
6383 && ! (TREE_CODE (tem
) == PARM_DECL
6384 || (TREE_READONLY (tem
)
6385 && (TREE_CODE (tem
) == VAR_DECL
6386 || TREE_CODE (tem
) == FIELD_DECL
))))
6388 /* When parsing and digesting the initializer,
6389 use temporary storage. Do this even if we will ignore the value. */
6390 if (toplevel_bindings_p () && debug_temp_inits
)
6392 if (processing_template_decl
6393 || TYPE_NEEDS_CONSTRUCTING (type
)
6394 || TREE_CODE (type
) == REFERENCE_TYPE
)
6395 /* In this case, the initializer must lay down in permanent
6396 storage, since it will be saved until `finish_file' is run. */
6399 temporary_allocation ();
6411 tree type
= TREE_TYPE (decl
);
6412 int initialized
= (DECL_INITIAL (decl
) != NULL_TREE
);
6414 /* If this type of object needs a cleanup, and control may
6415 jump past it, make a new binding level so that it is cleaned
6416 up only when it is initialized first. */
6417 if (TYPE_NEEDS_DESTRUCTOR (type
)
6418 && current_binding_level
->more_cleanups_ok
== 0)
6419 pushlevel_temporary (1);
6422 /* Is it valid for this decl to have an initializer at all?
6423 If not, set INITIALIZED to zero, which will indirectly
6424 tell `cp_finish_decl' to ignore the initializer once it is parsed. */
6426 /* Don't allow initializations for incomplete types except for
6427 arrays which might be completed by the initialization. */
6428 if (type
== error_mark_node
)
6429 ; /* Don't complain again. */
6430 else if (TYPE_SIZE (complete_type (type
)) != NULL_TREE
)
6431 ; /* A complete type is ok. */
6432 else if (TREE_CODE (type
) != ARRAY_TYPE
)
6434 cp_error ("variable `%#D' has initializer but incomplete type",
6438 else if (TYPE_SIZE (complete_type (TREE_TYPE (type
))) == NULL_TREE
)
6440 if (DECL_LANG_SPECIFIC (decl
) && DECL_TEMPLATE_INFO (decl
))
6441 cp_error ("elements of array `%#D' have incomplete type", decl
);
6442 /* else we already gave an error in start_decl. */
6448 && TREE_CODE (decl
) != TYPE_DECL
6449 && TREE_CODE (decl
) != TEMPLATE_DECL
6450 && IS_AGGR_TYPE (type
) && ! DECL_EXTERNAL (decl
))
6452 if ((! processing_template_decl
|| ! uses_template_parms (type
))
6453 && TYPE_SIZE (complete_type (type
)) == NULL_TREE
)
6455 cp_error ("aggregate `%#D' has incomplete type and cannot be initialized",
6457 /* Change the type so that assemble_variable will give
6458 DECL an rtl we can live with: (mem (const_int 0)). */
6459 TREE_TYPE (decl
) = error_mark_node
;
6460 type
= error_mark_node
;
6464 /* If any base type in the hierarchy of TYPE needs a constructor,
6465 then we set initialized to 1. This way any nodes which are
6466 created for the purposes of initializing this aggregate
6467 will live as long as it does. This is necessary for global
6468 aggregates which do not have their initializers processed until
6469 the end of the file. */
6470 initialized
= TYPE_NEEDS_CONSTRUCTING (type
);
6475 /* We don't do this yet for GNU C++. */
6476 /* For a local variable, define the RTL now. */
6477 if (! toplevel_bindings_p ()
6478 /* But not if this is a duplicate decl
6479 and we preserved the rtl from the previous one
6480 (which may or may not happen). */
6481 && DECL_RTL (tem
) == NULL_RTX
)
6483 if (TYPE_SIZE (TREE_TYPE (tem
)) != NULL_TREE
)
6485 else if (TREE_CODE (TREE_TYPE (tem
)) == ARRAY_TYPE
6486 && DECL_INITIAL (tem
) != NULL_TREE
)
6492 DECL_INITIAL (decl
) = NULL_TREE
;
6495 /* Handle initialization of references.
6496 These three arguments are from `cp_finish_decl', and have the
6497 same meaning here that they do there.
6499 Quotes on semantics can be found in ARM 8.4.3. */
6502 grok_reference_init (decl
, type
, init
)
6503 tree decl
, type
, init
;
6507 if (init
== NULL_TREE
)
6509 if ((DECL_LANG_SPECIFIC (decl
) == 0
6510 || DECL_IN_AGGR_P (decl
) == 0)
6511 && ! DECL_THIS_EXTERN (decl
))
6513 cp_error ("`%D' declared as reference but not initialized", decl
);
6514 if (TREE_CODE (decl
) == VAR_DECL
)
6515 SET_DECL_REFERENCE_SLOT (decl
, error_mark_node
);
6520 if (init
== error_mark_node
)
6523 if (TREE_CODE (type
) == REFERENCE_TYPE
6524 && TREE_CODE (init
) == CONSTRUCTOR
)
6526 cp_error ("ANSI C++ forbids use of initializer list to initialize reference `%D'", decl
);
6530 if (TREE_TYPE (init
) && TREE_CODE (TREE_TYPE (init
)) == UNKNOWN_TYPE
)
6531 /* decay_conversion is probably wrong for references to functions. */
6532 init
= decay_conversion (instantiate_type (TREE_TYPE (type
), init
, 1));
6534 if (TREE_CODE (init
) == TREE_LIST
)
6535 init
= build_compound_expr (init
);
6537 if (TREE_CODE (TREE_TYPE (init
)) == REFERENCE_TYPE
)
6538 init
= convert_from_reference (init
);
6540 if (TREE_CODE (TREE_TYPE (type
)) != ARRAY_TYPE
6541 && TREE_CODE (TREE_TYPE (init
)) == ARRAY_TYPE
)
6543 /* Note: default conversion is only called in very special cases. */
6544 init
= default_conversion (init
);
6547 tmp
= convert_to_reference
6548 (type
, init
, CONV_IMPLICIT
,
6549 LOOKUP_SPECULATIVELY
|LOOKUP_NORMAL
|DIRECT_BIND
, decl
);
6551 if (tmp
== error_mark_node
)
6553 else if (tmp
!= NULL_TREE
)
6556 DECL_INITIAL (decl
) = save_expr (init
);
6560 cp_error ("cannot initialize `%T' from `%T'", type
, TREE_TYPE (init
));
6564 /* ?? Can this be optimized in some cases to
6565 hand back the DECL_INITIAL slot?? */
6566 if (TYPE_SIZE (TREE_TYPE (type
)))
6568 init
= convert_from_reference (decl
);
6569 if (TREE_PERMANENT (decl
))
6570 init
= copy_to_permanent (init
);
6571 SET_DECL_REFERENCE_SLOT (decl
, init
);
6574 if (TREE_STATIC (decl
) && ! TREE_CONSTANT (DECL_INITIAL (decl
)))
6576 expand_static_init (decl
, DECL_INITIAL (decl
));
6577 DECL_INITIAL (decl
) = NULL_TREE
;
6582 if (TREE_CODE (decl
) == VAR_DECL
)
6583 SET_DECL_REFERENCE_SLOT (decl
, error_mark_node
);
6587 /* Fill in DECL_INITIAL with some magical value to prevent expand_decl from
6588 mucking with forces it does not comprehend (i.e. initialization with a
6589 constructor). If we are at global scope and won't go into COMMON, fill
6590 it in with a dummy CONSTRUCTOR to force the variable into .data;
6591 otherwise we can use error_mark_node. */
6594 obscure_complex_init (decl
, init
)
6597 if (! flag_no_inline
&& TREE_STATIC (decl
))
6599 if (extract_init (decl
, init
))
6603 #if ! defined (ASM_OUTPUT_BSS) && ! defined (ASM_OUTPUT_ALIGNED_BSS)
6604 if (toplevel_bindings_p () && ! DECL_COMMON (decl
))
6605 DECL_INITIAL (decl
) = build (CONSTRUCTOR
, TREE_TYPE (decl
), NULL_TREE
,
6609 DECL_INITIAL (decl
) = error_mark_node
;
6614 /* Finish processing of a declaration;
6615 install its line number and initial value.
6616 If the length of an array type is not known before,
6617 it must be determined now, from the initial value, or it is an error.
6619 Call `pop_obstacks' iff NEED_POP is nonzero.
6621 For C++, `cp_finish_decl' must be fairly evasive: it must keep initializers
6622 for aggregates that have constructors alive on the permanent obstack,
6623 so that the global initializing functions can be written at the end.
6625 INIT0 holds the value of an initializer that should be allowed to escape
6628 FLAGS is LOOKUP_ONLYCONVERTING is the = init syntax was used, else 0
6629 if the (init) syntax was used.
6631 For functions that take default parameters, DECL points to its
6632 "maximal" instantiation. `cp_finish_decl' must then also declared its
6633 subsequently lower and lower forms of instantiation, checking for
6634 ambiguity as it goes. This can be sped up later. */
6637 cp_finish_decl (decl
, init
, asmspec_tree
, need_pop
, flags
)
6644 tree cleanup
= NULL_TREE
, ttype
= NULL_TREE
;
6646 int temporary
= allocation_temporary_p ();
6647 char *asmspec
= NULL
;
6648 int was_readonly
= 0;
6649 int already_used
= 0;
6651 /* If this is 0, then we did not change obstacks. */
6655 error ("assignment (not initialization) in declaration");
6659 /* If a name was specified, get the string. */
6661 asmspec
= TREE_STRING_POINTER (asmspec_tree
);
6663 if (init
&& TREE_CODE (init
) == NAMESPACE_DECL
)
6665 cp_error ("Cannot initialize `%D' to namespace `%D'",
6670 /* If the type of the thing we are declaring either has
6671 a constructor, or has a virtual function table pointer,
6672 AND its initialization was accepted by `start_decl',
6673 then we stayed on the permanent obstack through the
6674 declaration, otherwise, changed obstacks as GCC would. */
6676 type
= TREE_TYPE (decl
);
6678 if (type
== error_mark_node
)
6680 if (toplevel_bindings_p () && temporary
)
6681 end_temporary_allocation ();
6686 if (processing_template_decl
)
6688 if (init
&& DECL_INITIAL (decl
))
6689 DECL_INITIAL (decl
) = init
;
6690 if (minimal_parse_mode
&& ! DECL_ARTIFICIAL (decl
))
6692 tree stmt
= DECL_VINDEX (decl
);
6693 /* If the decl is declaring a member of a local class (in a
6694 template function), the DECL_VINDEX will either be NULL,
6695 or it will be an actual virtual function index, not a
6697 if (stmt
!= NULL_TREE
&& TREE_CODE (stmt
) == DECL_STMT
)
6699 DECL_VINDEX (decl
) = NULL_TREE
;
6700 TREE_OPERAND (stmt
, 2) = copy_to_permanent (init
);
6707 /* Take care of TYPE_DECLs up front. */
6708 if (TREE_CODE (decl
) == TYPE_DECL
)
6710 if (init
&& DECL_INITIAL (decl
))
6712 /* typedef foo = bar; store the type of bar as the type of foo. */
6713 TREE_TYPE (decl
) = type
= TREE_TYPE (init
);
6714 DECL_INITIAL (decl
) = init
= NULL_TREE
;
6716 if (type
!= error_mark_node
6717 && IS_AGGR_TYPE (type
) && DECL_NAME (decl
))
6719 if (TREE_TYPE (DECL_NAME (decl
)) && TREE_TYPE (decl
) != type
)
6720 cp_warning ("shadowing previous type declaration of `%#D'", decl
);
6721 set_identifier_type_value (DECL_NAME (decl
), type
);
6722 CLASSTYPE_GOT_SEMICOLON (type
) = 1;
6724 GNU_xref_decl (current_function_decl
, decl
);
6726 /* If we have installed this as the canonical typedef for this
6727 type, and that type has not been defined yet, delay emitting
6728 the debug information for it, as we will emit it later. */
6729 if (TYPE_MAIN_DECL (TREE_TYPE (decl
)) == decl
6730 && TYPE_SIZE (TREE_TYPE (decl
)) == NULL_TREE
)
6731 TYPE_DECL_SUPPRESS_DEBUG (decl
) = 1;
6733 rest_of_decl_compilation (decl
, NULL_PTR
,
6734 DECL_CONTEXT (decl
) == NULL_TREE
, at_eof
);
6737 if (TREE_CODE (decl
) != FUNCTION_DECL
)
6739 ttype
= target_type (type
);
6742 if (! DECL_EXTERNAL (decl
) && TREE_READONLY (decl
)
6743 && TYPE_NEEDS_CONSTRUCTING (type
))
6746 /* Currently, GNU C++ puts constants in text space, making them
6747 impossible to initialize. In the future, one would hope for
6748 an operating system which understood the difference between
6749 initialization and the running of a program. */
6751 TREE_READONLY (decl
) = 0;
6754 if (TREE_CODE (decl
) == FIELD_DECL
)
6756 if (init
&& init
!= error_mark_node
)
6757 my_friendly_assert (TREE_PERMANENT (init
), 147);
6761 /* This must override the asm specifier which was placed
6762 by grokclassfn. Lay this out fresh. */
6763 DECL_RTL (TREE_TYPE (decl
)) = NULL_RTX
;
6764 DECL_ASSEMBLER_NAME (decl
) = get_identifier (asmspec
);
6765 make_decl_rtl (decl
, asmspec
, 0);
6768 /* If `start_decl' didn't like having an initialization, ignore it now. */
6769 else if (init
!= NULL_TREE
&& DECL_INITIAL (decl
) == NULL_TREE
)
6771 else if (DECL_EXTERNAL (decl
))
6773 else if (TREE_CODE (type
) == REFERENCE_TYPE
6774 || (TYPE_LANG_SPECIFIC (type
) && IS_SIGNATURE_REFERENCE (type
)))
6776 if (TREE_STATIC (decl
))
6777 make_decl_rtl (decl
, NULL_PTR
,
6778 toplevel_bindings_p ()
6779 || pseudo_global_level_p ());
6780 grok_reference_init (decl
, type
, init
);
6784 GNU_xref_decl (current_function_decl
, decl
);
6786 if (TREE_CODE (decl
) == FIELD_DECL
)
6788 else if (TREE_CODE (decl
) == CONST_DECL
)
6790 my_friendly_assert (TREE_CODE (decl
) != REFERENCE_TYPE
, 148);
6792 DECL_INITIAL (decl
) = init
;
6794 /* This will keep us from needing to worry about our obstacks. */
6795 my_friendly_assert (init
!= NULL_TREE
, 149);
6800 if (TYPE_HAS_CONSTRUCTOR (type
) || TYPE_NEEDS_CONSTRUCTING (type
))
6802 if (TREE_CODE (type
) == ARRAY_TYPE
)
6803 init
= digest_init (type
, init
, (tree
*) 0);
6804 else if (TREE_CODE (init
) == CONSTRUCTOR
)
6806 if (TYPE_NON_AGGREGATE_CLASS (type
))
6808 cp_error ("`%D' must be initialized by constructor, not by `{...}'",
6810 init
= error_mark_node
;
6813 goto dont_use_constructor
;
6818 dont_use_constructor
:
6819 if (TREE_CODE (init
) != TREE_VEC
)
6820 init
= store_init_value (decl
, init
);
6824 /* We must hide the initializer so that expand_decl
6825 won't try to do something it does not understand. */
6826 init
= obscure_complex_init (decl
, init
);
6828 else if (DECL_EXTERNAL (decl
))
6830 else if (TREE_CODE_CLASS (TREE_CODE (type
)) == 't'
6831 && (IS_AGGR_TYPE (type
) || TYPE_NEEDS_CONSTRUCTING (type
)))
6834 while (TREE_CODE (ctype
) == ARRAY_TYPE
)
6835 ctype
= TREE_TYPE (ctype
);
6836 if (! TYPE_NEEDS_CONSTRUCTING (ctype
))
6838 if (CLASSTYPE_READONLY_FIELDS_NEED_INIT (ctype
))
6839 cp_error ("structure `%D' with uninitialized const members", decl
);
6840 if (CLASSTYPE_REF_FIELDS_NEED_INIT (ctype
))
6841 cp_error ("structure `%D' with uninitialized reference members",
6845 if (TREE_CODE (decl
) == VAR_DECL
6846 && !DECL_INITIAL (decl
)
6847 && !TYPE_NEEDS_CONSTRUCTING (type
)
6848 && (TYPE_READONLY (type
) || TREE_READONLY (decl
)))
6849 cp_error ("uninitialized const `%D'", decl
);
6851 if (TYPE_SIZE (type
) != NULL_TREE
6852 && TYPE_NEEDS_CONSTRUCTING (type
))
6853 init
= obscure_complex_init (decl
, NULL_TREE
);
6855 else if (TREE_CODE (decl
) == VAR_DECL
6856 && TREE_CODE (type
) != REFERENCE_TYPE
6857 && (TYPE_READONLY (type
) || TREE_READONLY (decl
)))
6859 /* ``Unless explicitly declared extern, a const object does not have
6860 external linkage and must be initialized. ($8.4; $12.1)'' ARM 7.1.6
6861 However, if it's `const int foo = 1; const int foo;', don't complain
6862 about the second decl, since it does have an initializer before.
6863 We deliberately don't complain about arrays, because they're
6864 supposed to be initialized by a constructor. */
6865 if (! DECL_INITIAL (decl
)
6866 && TREE_CODE (type
) != ARRAY_TYPE
6867 && (!pedantic
|| !current_class_type
))
6868 cp_error ("uninitialized const `%#D'", decl
);
6871 /* For top-level declaration, the initial value was read in
6872 the temporary obstack. MAXINDEX, rtl, etc. to be made below
6873 must go in the permanent obstack; but don't discard the
6874 temporary data yet. */
6876 if (toplevel_bindings_p () && temporary
)
6877 end_temporary_allocation ();
6879 /* Deduce size of array from initialization, if not already known. */
6881 if (TREE_CODE (type
) == ARRAY_TYPE
6882 && TYPE_DOMAIN (type
) == NULL_TREE
6883 && TREE_CODE (decl
) != TYPE_DECL
)
6886 = (TREE_STATIC (decl
)
6887 /* Even if pedantic, an external linkage array
6888 may have incomplete type at first. */
6889 ? pedantic
&& ! DECL_EXTERNAL (decl
)
6890 : !DECL_EXTERNAL (decl
));
6891 tree initializer
= init
? init
: DECL_INITIAL (decl
);
6892 int failure
= complete_array_type (type
, initializer
, do_default
);
6895 cp_error ("initializer fails to determine size of `%D'", decl
);
6900 cp_error ("array size missing in `%D'", decl
);
6901 /* If a `static' var's size isn't known, make it extern as
6902 well as static, so it does not get allocated. If it's not
6903 `static', then don't mark it extern; finish_incomplete_decl
6904 will give it a default size and it will get allocated. */
6905 else if (!pedantic
&& TREE_STATIC (decl
) && !TREE_PUBLIC (decl
))
6906 DECL_EXTERNAL (decl
) = 1;
6909 if (pedantic
&& TYPE_DOMAIN (type
) != NULL_TREE
6910 && tree_int_cst_lt (TYPE_MAX_VALUE (TYPE_DOMAIN (type
)),
6912 cp_error ("zero-size array `%D'", decl
);
6914 layout_decl (decl
, 0);
6917 if (TREE_CODE (decl
) == VAR_DECL
)
6919 if (DECL_SIZE (decl
) == NULL_TREE
6920 && TYPE_SIZE (complete_type (TREE_TYPE (decl
))) != NULL_TREE
)
6921 layout_decl (decl
, 0);
6923 if (TREE_STATIC (decl
) && DECL_SIZE (decl
) == NULL_TREE
)
6925 /* A static variable with an incomplete type:
6926 that is an error if it is initialized.
6927 Otherwise, let it through, but if it is not `extern'
6928 then it may cause an error message later. */
6929 if (DECL_INITIAL (decl
) != NULL_TREE
)
6930 cp_error ("storage size of `%D' isn't known", decl
);
6933 else if (!DECL_EXTERNAL (decl
) && DECL_SIZE (decl
) == NULL_TREE
)
6935 /* An automatic variable with an incomplete type: that is an error.
6936 Don't talk about array types here, since we took care of that
6937 message in grokdeclarator. */
6938 cp_error ("storage size of `%D' isn't known", decl
);
6939 TREE_TYPE (decl
) = error_mark_node
;
6941 else if (!DECL_EXTERNAL (decl
) && IS_AGGR_TYPE (ttype
))
6942 /* Let debugger know it should output info for this type. */
6943 note_debug_info_needed (ttype
);
6945 if (TREE_STATIC (decl
) && DECL_CLASS_SCOPE_P (decl
))
6946 note_debug_info_needed (DECL_CONTEXT (decl
));
6948 if ((DECL_EXTERNAL (decl
) || TREE_STATIC (decl
))
6949 && DECL_SIZE (decl
) != NULL_TREE
6950 && ! TREE_CONSTANT (DECL_SIZE (decl
)))
6952 if (TREE_CODE (DECL_SIZE (decl
)) == INTEGER_CST
)
6953 constant_expression_warning (DECL_SIZE (decl
));
6955 cp_error ("storage size of `%D' isn't constant", decl
);
6958 if (! DECL_EXTERNAL (decl
) && TYPE_NEEDS_DESTRUCTOR (type
)
6959 /* Cleanups for static variables are handled by `finish_file'. */
6960 && ! TREE_STATIC (decl
))
6962 int yes
= suspend_momentary ();
6963 cleanup
= maybe_build_cleanup (decl
);
6964 resume_momentary (yes
);
6967 /* PARM_DECLs get cleanups, too. */
6968 else if (TREE_CODE (decl
) == PARM_DECL
&& TYPE_NEEDS_DESTRUCTOR (type
))
6971 end_temporary_allocation ();
6972 cleanup
= maybe_build_cleanup (decl
);
6974 resume_temporary_allocation ();
6977 /* Output the assembler code and/or RTL code for variables and functions,
6978 unless the type is an undefined structure or union.
6979 If not, it will get done when the type is completed. */
6981 was_incomplete
= (DECL_SIZE (decl
) == NULL_TREE
);
6983 if (TREE_CODE (decl
) == VAR_DECL
|| TREE_CODE (decl
) == FUNCTION_DECL
6984 || TREE_CODE (decl
) == RESULT_DECL
)
6986 /* ??? FIXME: What about nested classes? */
6987 int toplev
= toplevel_bindings_p () || pseudo_global_level_p ();
6989 = (TREE_STATIC (decl
) && TYPE_NEEDS_DESTRUCTOR (type
)
6990 && allocation_temporary_p ());
6993 end_temporary_allocation ();
6995 /* Extern inline function static data has external linkage.
6996 Instead of trying to deal with that, we disable inlining of
6997 such functions. The ASM_WRITTEN check is to avoid hitting this
6998 for __FUNCTION__. */
6999 if (TREE_CODE (decl
) == VAR_DECL
7000 && TREE_STATIC (decl
)
7001 && ! TREE_ASM_WRITTEN (decl
)
7002 && current_function_decl
7003 && DECL_CONTEXT (decl
) == current_function_decl
7004 && DECL_THIS_INLINE (current_function_decl
)
7005 && TREE_PUBLIC (current_function_decl
))
7007 current_function_cannot_inline
7008 = "function with static variable cannot be inline";
7011 else if (TREE_CODE (decl
) == VAR_DECL
7012 && DECL_LANG_SPECIFIC (decl
)
7013 && DECL_COMDAT (decl
))
7015 /* Dynamically initialized vars go into common. */
7016 if (DECL_INITIAL (decl
) == NULL_TREE
7017 || DECL_INITIAL (decl
) == error_mark_node
)
7018 DECL_COMMON (decl
) = 1;
7019 else if (EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl
)))
7021 DECL_COMMON (decl
) = 1;
7022 DECL_INITIAL (decl
) = error_mark_node
;
7026 /* Statically initialized vars are weak or comdat, if
7029 make_decl_one_only (decl
);
7032 /* We can't do anything useful; leave vars for explicit
7034 DECL_EXTERNAL (decl
) = 1;
7035 DECL_NOT_REALLY_EXTERN (decl
) = 0;
7040 if (TREE_CODE (decl
) == VAR_DECL
&& DECL_VIRTUAL_P (decl
))
7041 make_decl_rtl (decl
, NULL_PTR
, toplev
);
7042 else if (TREE_CODE (decl
) == VAR_DECL
7043 && TREE_READONLY (decl
)
7044 && DECL_INITIAL (decl
) != NULL_TREE
7045 && DECL_INITIAL (decl
) != error_mark_node
7046 && ! EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl
)))
7048 DECL_INITIAL (decl
) = save_expr (DECL_INITIAL (decl
));
7051 DECL_ASSEMBLER_NAME (decl
) = get_identifier (asmspec
);
7054 && TREE_STATIC (decl
)
7055 && ! TREE_SIDE_EFFECTS (decl
)
7056 && ! TREE_PUBLIC (decl
)
7057 && ! DECL_EXTERNAL (decl
)
7058 && ! TYPE_NEEDS_DESTRUCTOR (type
)
7059 && DECL_MODE (decl
) != BLKmode
)
7061 /* If this variable is really a constant, then fill its DECL_RTL
7062 slot with something which won't take up storage.
7063 If something later should take its address, we can always give
7064 it legitimate RTL at that time. */
7065 DECL_RTL (decl
) = gen_reg_rtx (DECL_MODE (decl
));
7066 store_expr (DECL_INITIAL (decl
), DECL_RTL (decl
), 0);
7067 TREE_ASM_WRITTEN (decl
) = 1;
7069 else if (toplev
&& ! TREE_PUBLIC (decl
))
7071 /* If this is a static const, change its apparent linkage
7072 if it belongs to a #pragma interface. */
7073 if (!interface_unknown
)
7075 TREE_PUBLIC (decl
) = 1;
7076 DECL_EXTERNAL (decl
) = interface_only
;
7078 make_decl_rtl (decl
, asmspec
, toplev
);
7081 rest_of_decl_compilation (decl
, asmspec
, toplev
, at_eof
);
7083 else if (TREE_CODE (decl
) == VAR_DECL
7084 && DECL_LANG_SPECIFIC (decl
)
7085 && DECL_IN_AGGR_P (decl
))
7087 if (TREE_STATIC (decl
))
7089 if (init
== NULL_TREE
7090 #ifdef DEFAULT_STATIC_DEFS
7091 /* If this code is dead, then users must
7092 explicitly declare static member variables
7093 outside the class def'n as well. */
7094 && TYPE_NEEDS_CONSTRUCTING (type
)
7098 DECL_EXTERNAL (decl
) = 1;
7099 make_decl_rtl (decl
, asmspec
, 1);
7102 rest_of_decl_compilation (decl
, asmspec
, toplev
, at_eof
);
7105 /* Just a constant field. Should not need any rtl. */
7109 rest_of_decl_compilation (decl
, asmspec
, toplev
, at_eof
);
7112 resume_temporary_allocation ();
7114 if (type
!= error_mark_node
7115 && TYPE_LANG_SPECIFIC (type
)
7116 && CLASSTYPE_ABSTRACT_VIRTUALS (type
))
7117 abstract_virtuals_error (decl
, type
);
7118 else if ((TREE_CODE (type
) == FUNCTION_TYPE
7119 || TREE_CODE (type
) == METHOD_TYPE
)
7120 && TYPE_LANG_SPECIFIC (TREE_TYPE (type
))
7121 && CLASSTYPE_ABSTRACT_VIRTUALS (TREE_TYPE (type
)))
7122 abstract_virtuals_error (decl
, TREE_TYPE (type
));
7124 if (TYPE_LANG_SPECIFIC (type
) && IS_SIGNATURE (type
))
7125 signature_error (decl
, type
);
7126 else if ((TREE_CODE (type
) == FUNCTION_TYPE
7127 || TREE_CODE (type
) == METHOD_TYPE
)
7128 && TYPE_LANG_SPECIFIC (TREE_TYPE (type
))
7129 && IS_SIGNATURE (TREE_TYPE (type
)))
7130 signature_error (decl
, TREE_TYPE (type
));
7132 if (TREE_CODE (decl
) == FUNCTION_DECL
)
7134 else if (DECL_EXTERNAL (decl
)
7135 && ! (DECL_LANG_SPECIFIC (decl
)
7136 && DECL_NOT_REALLY_EXTERN (decl
)))
7139 DECL_INITIAL (decl
) = init
;
7141 else if (TREE_STATIC (decl
) && type
!= error_mark_node
)
7143 /* Cleanups for static variables are handled by `finish_file'. */
7144 if (TYPE_NEEDS_CONSTRUCTING (type
) || init
!= NULL_TREE
7145 || TYPE_NEEDS_DESTRUCTOR (type
))
7146 expand_static_init (decl
, init
);
7150 /* This is a declared decl which must live until the
7151 end of the binding contour. It may need a cleanup. */
7153 /* Recompute the RTL of a local array now
7154 if it used to be an incomplete type. */
7155 if (was_incomplete
&& ! TREE_STATIC (decl
))
7157 /* If we used it already as memory, it must stay in memory. */
7158 TREE_ADDRESSABLE (decl
) = TREE_USED (decl
);
7159 /* If it's still incomplete now, no init will save it. */
7160 if (DECL_SIZE (decl
) == NULL_TREE
)
7161 DECL_INITIAL (decl
) = NULL_TREE
;
7164 else if (! TREE_ASM_WRITTEN (decl
)
7165 && (TYPE_SIZE (type
) != NULL_TREE
7166 || TREE_CODE (type
) == ARRAY_TYPE
))
7168 /* Do this here, because we did not expand this decl's
7169 rtl in start_decl. */
7170 if (DECL_RTL (decl
) == NULL_RTX
)
7174 /* XXX: Why don't we use decl here? */
7175 /* Ans: Because it was already expanded? */
7176 if (! expand_decl_cleanup (NULL_TREE
, cleanup
))
7177 cp_error ("parser lost in parsing declaration of `%D'",
7179 /* Cleanup used up here. */
7180 cleanup
= NULL_TREE
;
7184 if (current_binding_level
->is_for_scope
)
7186 struct binding_level
*outer
= current_binding_level
->level_chain
;
7188 /* Check to see if the same name is already bound at
7189 the outer level, either because it was directly declared,
7190 or because a dead for-decl got preserved. In either case,
7191 the code would not have been valid under the ARM
7192 scope rules, so clear is_for_scope for the
7193 current_binding_level.
7195 Otherwise, we need to preserve the temp slot for decl
7196 to last into the outer binding level. */
7198 int handling_dead_for_vars
= 0;
7199 tree link
= outer
->names
;
7200 for (; ; link
= TREE_CHAIN (link
))
7202 if (link
== NULL
&& handling_dead_for_vars
== 0)
7204 link
= outer
->dead_vars_from_for
;
7205 handling_dead_for_vars
= 1;
7209 if (DECL_IN_MEMORY_P (decl
))
7210 preserve_temp_slots (DECL_RTL (decl
));
7213 if (DECL_NAME (link
) == DECL_NAME (decl
))
7215 if (handling_dead_for_vars
)
7218 = purpose_member (DECL_NAME (decl
),
7219 current_binding_level
->shadowed
);
7220 if (shadowing
&& TREE_VALUE (shadowing
) == link
)
7221 TREE_VALUE (shadowing
)
7222 = DECL_SHADOWED_FOR_VAR (link
);
7224 current_binding_level
->is_for_scope
= 0;
7230 expand_start_target_temps ();
7232 if (DECL_SIZE (decl
) && type
!= error_mark_node
)
7234 /* Compute and store the initial value. */
7235 expand_decl_init (decl
);
7236 already_used
= TREE_USED (decl
) || TREE_USED (type
);
7238 if (init
|| TYPE_NEEDS_CONSTRUCTING (type
))
7240 emit_line_note (DECL_SOURCE_FILE (decl
),
7241 DECL_SOURCE_LINE (decl
));
7242 expand_aggr_init (decl
, init
, 0, flags
);
7245 /* Set this to 0 so we can tell whether an aggregate which
7246 was initialized was ever used. Don't do this if it has a
7247 destructor, so we don't complain about the 'resource
7248 allocation is initialization' idiom. */
7249 /* Now set attribute((unused)) on types so decls of
7250 that type will be marked used. (see TREE_USED, above.)
7251 This avoids the warning problems this particular code
7252 tried to work around. */
7254 if (TYPE_NEEDS_CONSTRUCTING (type
)
7256 && cleanup
== NULL_TREE
7257 && DECL_NAME (decl
))
7258 TREE_USED (decl
) = 0;
7261 TREE_USED (decl
) = 1;
7264 /* Cleanup any temporaries needed for the initial value. */
7265 expand_end_target_temps ();
7267 if (DECL_SIZE (decl
) && type
!= error_mark_node
)
7269 /* Store the cleanup, if there was one. */
7272 if (! expand_decl_cleanup (decl
, cleanup
))
7273 cp_error ("parser lost in parsing declaration of `%D'",
7280 /* Undo call to `pushclass' that was done in `start_decl'
7281 due to initialization of qualified member variable.
7282 I.e., Foo::x = 10; */
7284 tree context
= DECL_REAL_CONTEXT (decl
);
7286 && TREE_CODE_CLASS (TREE_CODE (context
)) == 't'
7287 && (TREE_CODE (decl
) == VAR_DECL
7288 /* We also have a pushclass done that we need to undo here
7289 if we're at top level and declare a method. */
7290 || TREE_CODE (decl
) == FUNCTION_DECL
)
7291 /* If size hasn't been set, we're still defining it,
7292 and therefore inside the class body; don't pop
7293 the binding level.. */
7294 && TYPE_SIZE (context
) != NULL_TREE
7295 && context
== current_class_type
)
7302 /* If requested, warn about definitions of large data objects. */
7304 if (warn_larger_than
7305 && ! processing_template_decl
7306 && (TREE_CODE (decl
) == VAR_DECL
|| TREE_CODE (decl
) == PARM_DECL
)
7307 && !DECL_EXTERNAL (decl
))
7309 register tree decl_size
= DECL_SIZE (decl
);
7311 if (decl_size
&& TREE_CODE (decl_size
) == INTEGER_CST
)
7313 unsigned units
= TREE_INT_CST_LOW (decl_size
) / BITS_PER_UNIT
;
7315 if (units
> larger_than_size
)
7316 warning_with_decl (decl
, "size of `%s' is %u bytes", units
);
7322 /* Resume permanent allocation, if not within a function. */
7323 /* The corresponding push_obstacks_nochange is in start_decl,
7324 start_method, groktypename, and in grokfield. */
7329 TREE_READONLY (decl
) = 1;
7332 /* This is here for a midend callback from c-common.c */
7335 finish_decl (decl
, init
, asmspec_tree
)
7339 cp_finish_decl (decl
, init
, asmspec_tree
, 1, 0);
7343 expand_static_init (decl
, init
)
7347 tree oldstatic
= value_member (decl
, static_aggregates
);
7351 if (TREE_PURPOSE (oldstatic
) && init
!= NULL_TREE
)
7352 cp_error ("multiple initializations given for `%D'", decl
);
7354 else if (! toplevel_bindings_p () && ! pseudo_global_level_p ())
7356 /* Emit code to perform this initialization but once. */
7359 /* Remember this information until end of file. */
7360 push_obstacks (&permanent_obstack
, &permanent_obstack
);
7362 /* Emit code to perform this initialization but once. */
7363 temp
= get_temp_name (integer_type_node
, 1);
7364 rest_of_decl_compilation (temp
, NULL_PTR
, 0, 0);
7365 expand_start_cond (build_binary_op (EQ_EXPR
, temp
,
7366 integer_zero_node
, 1), 0);
7367 expand_start_target_temps ();
7369 expand_assignment (temp
, integer_one_node
, 0, 0);
7370 if (TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl
))
7371 || (init
&& TREE_CODE (init
) == TREE_LIST
))
7373 expand_aggr_init (decl
, init
, 0, 0);
7374 do_pending_stack_adjust ();
7377 expand_assignment (decl
, init
, 0, 0);
7379 /* Cleanup any temporaries needed for the initial value. */
7380 expand_end_target_temps ();
7382 if (TYPE_NEEDS_DESTRUCTOR (TREE_TYPE (decl
)))
7384 tree cleanup
, fcall
;
7385 static tree Atexit
= 0;
7388 tree atexit_fndecl
, PFV
, pfvlist
;
7389 /* Remember this information until end of file. */
7390 push_obstacks (&permanent_obstack
, &permanent_obstack
);
7391 PFV
= build_pointer_type (build_function_type
7392 (void_type_node
, void_list_node
));
7394 pfvlist
= tree_cons (NULL_TREE
, PFV
, void_list_node
);
7396 push_lang_context (lang_name_c
);
7398 = builtin_function ("atexit",
7399 build_function_type (void_type_node
,
7401 NOT_BUILT_IN
, NULL_PTR
);
7402 assemble_external (atexit_fndecl
);
7403 Atexit
= default_conversion (atexit_fndecl
);
7404 pop_lang_context ();
7408 cleanup
= start_anon_func ();
7409 expand_expr_stmt (build_cleanup (decl
));
7411 mark_addressable (cleanup
);
7412 cleanup
= build_unary_op (ADDR_EXPR
, cleanup
, 0);
7413 fcall
= build_function_call (Atexit
, expr_tree_cons (NULL_TREE
, cleanup
, NULL_TREE
));
7414 expand_expr_stmt (fcall
);
7418 if (TYPE_NEEDS_DESTRUCTOR (TREE_TYPE (decl
)))
7420 static_aggregates
= perm_tree_cons (temp
, decl
, static_aggregates
);
7421 TREE_STATIC (static_aggregates
) = 1;
7424 /* Resume old (possibly temporary) allocation. */
7429 /* This code takes into account memory allocation
7430 policy of `start_decl'. Namely, if TYPE_NEEDS_CONSTRUCTING
7431 does not hold for this object, then we must make permanent
7432 the storage currently in the temporary obstack. */
7433 if (! TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl
)))
7434 preserve_initializer ();
7435 static_aggregates
= perm_tree_cons (init
, decl
, static_aggregates
);
7439 /* Make TYPE a complete type based on INITIAL_VALUE.
7440 Return 0 if successful, 1 if INITIAL_VALUE can't be deciphered,
7441 2 if there was no information (in which case assume 1 if DO_DEFAULT). */
7444 complete_array_type (type
, initial_value
, do_default
)
7445 tree type
, initial_value
;
7448 register tree maxindex
= NULL_TREE
;
7453 /* Note MAXINDEX is really the maximum index,
7454 one less than the size. */
7455 if (TREE_CODE (initial_value
) == STRING_CST
)
7458 = int_size_in_bytes (TREE_TYPE (TREE_TYPE (initial_value
)));
7459 maxindex
= build_int_2 ((TREE_STRING_LENGTH (initial_value
)
7462 else if (TREE_CODE (initial_value
) == CONSTRUCTOR
)
7464 tree elts
= CONSTRUCTOR_ELTS (initial_value
);
7465 maxindex
= size_binop (MINUS_EXPR
, integer_zero_node
, size_one_node
);
7466 for (; elts
; elts
= TREE_CHAIN (elts
))
7468 if (TREE_PURPOSE (elts
))
7469 maxindex
= TREE_PURPOSE (elts
);
7471 maxindex
= size_binop (PLUS_EXPR
, maxindex
, size_one_node
);
7473 maxindex
= copy_node (maxindex
);
7477 /* Make an error message unless that happened already. */
7478 if (initial_value
!= error_mark_node
)
7481 /* Prevent further error messages. */
7482 maxindex
= build_int_2 (0, 0);
7489 maxindex
= build_int_2 (0, 0);
7497 TYPE_DOMAIN (type
) = build_index_type (maxindex
);
7498 if (! TREE_TYPE (maxindex
))
7499 TREE_TYPE (maxindex
) = TYPE_DOMAIN (type
);
7501 itype
= TREE_TYPE (initial_value
);
7504 if (itype
&& !TYPE_DOMAIN (itype
))
7505 TYPE_DOMAIN (itype
) = TYPE_DOMAIN (type
);
7506 /* The type of the main variant should never be used for arrays
7507 of different sizes. It should only ever be completed with the
7508 size of the array. */
7509 if (! TYPE_DOMAIN (TYPE_MAIN_VARIANT (type
)))
7510 TYPE_DOMAIN (TYPE_MAIN_VARIANT (type
)) = TYPE_DOMAIN (type
);
7513 /* Lay out the type now that we can get the real answer. */
7520 /* Return zero if something is declared to be a member of type
7521 CTYPE when in the context of CUR_TYPE. STRING is the error
7522 message to print in that case. Otherwise, quietly return 1. */
7525 member_function_or_else (ctype
, cur_type
, string
)
7526 tree ctype
, cur_type
;
7529 if (ctype
&& ctype
!= cur_type
)
7531 error (string
, TYPE_NAME_STRING (ctype
));
7537 /* Subroutine of `grokdeclarator'. */
7539 /* Generate errors possibly applicable for a given set of specifiers.
7540 This is for ARM $7.1.2. */
7543 bad_specifiers (object
, type
, virtualp
, quals
, inlinep
, friendp
, raises
)
7546 int virtualp
, quals
, friendp
, raises
, inlinep
;
7549 cp_error ("`%D' declared as a `virtual' %s", object
, type
);
7551 cp_error ("`%D' declared as an `inline' %s", object
, type
);
7553 cp_error ("`const' and `volatile' function specifiers on `%D' invalid in %s declaration",
7556 cp_error_at ("invalid friend declaration", object
);
7558 cp_error_at ("invalid exception specifications", object
);
7561 /* CTYPE is class type, or null if non-class.
7562 TYPE is type this FUNCTION_DECL should have, either FUNCTION_TYPE
7564 DECLARATOR is the function's name.
7565 VIRTUALP is truthvalue of whether the function is virtual or not.
7566 FLAGS are to be passed through to `grokclassfn'.
7567 QUALS are qualifiers indicating whether the function is `const'
7569 RAISES is a list of exceptions that this function can raise.
7570 CHECK is 1 if we must find this method in CTYPE, 0 if we should
7571 not look, and -1 if we should not call `grokclassfn' at all. */
7574 grokfndecl (ctype
, type
, declarator
, orig_declarator
, virtualp
, flags
, quals
,
7575 raises
, attrlist
, check
, friendp
, publicp
, inlinep
, funcdef_flag
,
7576 template_count
, in_namespace
)
7579 tree orig_declarator
;
7581 enum overload_flags flags
;
7582 tree quals
, raises
, attrlist
;
7583 int check
, friendp
, publicp
, inlinep
, funcdef_flag
, template_count
;
7587 int staticp
= ctype
&& TREE_CODE (type
) == FUNCTION_TYPE
;
7591 cname
= TREE_CODE (TYPE_NAME (ctype
)) == TYPE_DECL
7592 ? TYPE_IDENTIFIER (ctype
) : TYPE_NAME (ctype
);
7598 type
= build_exception_variant (type
, raises
);
7601 decl
= build_lang_decl (FUNCTION_DECL
, declarator
, type
);
7602 /* Propagate volatile out from type to decl. */
7603 if (TYPE_VOLATILE (type
))
7604 TREE_THIS_VOLATILE (decl
) = 1;
7606 /* This decl is not from the current namespace. */
7608 set_decl_namespace (decl
, in_namespace
);
7610 /* Should probably propagate const out from type to decl I bet (mrs). */
7613 DECL_STATIC_FUNCTION_P (decl
) = 1;
7614 DECL_CONTEXT (decl
) = ctype
;
7618 DECL_CLASS_CONTEXT (decl
) = ctype
;
7620 if (ctype
== NULL_TREE
&& MAIN_NAME_P (declarator
))
7623 error ("cannot declare `main' to be inline");
7625 error ("cannot declare `main' to be static");
7630 TREE_PUBLIC (decl
) = publicp
;
7633 DECL_INTERFACE_KNOWN (decl
) = 1;
7634 DECL_NOT_REALLY_EXTERN (decl
) = 1;
7638 DECL_THIS_INLINE (decl
) = DECL_INLINE (decl
) = 1;
7640 DECL_EXTERNAL (decl
) = 1;
7641 if (quals
!= NULL_TREE
&& TREE_CODE (type
) == FUNCTION_TYPE
)
7643 cp_error ("%smember function `%D' cannot have `%T' method qualifier",
7644 (ctype
? "static " : "non-"), decl
, TREE_VALUE (quals
));
7648 if (IDENTIFIER_OPNAME_P (DECL_NAME (decl
)))
7649 grok_op_properties (decl
, virtualp
, check
< 0);
7651 if (ctype
&& hack_decl_function_context (decl
))
7652 DECL_NO_STATIC_CHAIN (decl
) = 1;
7654 for (t
= TYPE_ARG_TYPES (TREE_TYPE (decl
)); t
; t
= TREE_CHAIN (t
))
7655 if (TREE_PURPOSE (t
)
7656 && TREE_CODE (TREE_PURPOSE (t
)) == DEFAULT_ARG
)
7658 add_defarg_fn (decl
);
7663 && TREE_CODE (orig_declarator
) == TEMPLATE_ID_EXPR
)
7667 ("defining explicit specialization `%D' in friend declaration",
7671 /* A friend declaration of the form friend void f<>(). Record
7672 the information in the TEMPLATE_ID_EXPR. */
7673 SET_DECL_IMPLICIT_INSTANTIATION (decl
);
7674 DECL_TEMPLATE_INFO (decl
)
7675 = perm_tree_cons (TREE_OPERAND (orig_declarator
, 0),
7676 TREE_OPERAND (orig_declarator
, 1),
7681 /* Caller will do the rest of this. */
7685 if (check
&& funcdef_flag
)
7686 DECL_INITIAL (decl
) = error_mark_node
;
7688 if (flags
== NO_SPECIAL
&& ctype
&& constructor_name (cname
) == declarator
)
7691 /* Just handle constructors here. We could do this
7692 inside the following if stmt, but I think
7693 that the code is more legible by breaking this
7694 case out. See comments below for what each of
7695 the following calls is supposed to do. */
7696 DECL_CONSTRUCTOR_P (decl
) = 1;
7698 grokclassfn (ctype
, declarator
, decl
, flags
, quals
);
7700 decl
= check_explicit_specialization (orig_declarator
, decl
,
7702 2 * (funcdef_flag
!= 0) +
7703 4 * (friendp
!= 0));
7705 if ((! TYPE_FOR_JAVA (ctype
) || check_java_method (ctype
, decl
))
7708 tmp
= check_classfn (ctype
, decl
);
7710 if (tmp
&& TREE_CODE (tmp
) == TEMPLATE_DECL
)
7711 tmp
= DECL_TEMPLATE_RESULT(tmp
);
7713 if (tmp
&& DECL_ARTIFICIAL (tmp
))
7714 cp_error ("definition of implicitly-declared `%D'", tmp
);
7715 if (tmp
&& duplicate_decls (decl
, tmp
))
7718 if (! grok_ctor_properties (ctype
, decl
))
7721 if (check
== 0 && ! current_function_decl
)
7723 /* Assembler names live in the global namespace. */
7724 tmp
= IDENTIFIER_GLOBAL_VALUE (DECL_ASSEMBLER_NAME (decl
));
7725 if (tmp
== NULL_TREE
)
7726 SET_IDENTIFIER_GLOBAL_VALUE (DECL_ASSEMBLER_NAME (decl
), decl
);
7727 else if (TREE_CODE (tmp
) != TREE_CODE (decl
))
7728 cp_error ("inconsistent declarations for `%D'", decl
);
7731 duplicate_decls (decl
, tmp
);
7734 make_decl_rtl (decl
, NULL_PTR
, 1);
7741 /* Function gets the ugly name, field gets the nice one.
7742 This call may change the type of the function (because
7743 of default parameters)! */
7744 if (ctype
!= NULL_TREE
)
7745 grokclassfn (ctype
, cname
, decl
, flags
, quals
);
7747 decl
= check_explicit_specialization (orig_declarator
, decl
,
7749 2 * (funcdef_flag
!= 0) +
7750 4 * (friendp
!= 0));
7751 if (ctype
!= NULL_TREE
7752 && (! TYPE_FOR_JAVA (ctype
) || check_java_method (ctype
, decl
))
7755 tmp
= check_classfn (ctype
, decl
);
7757 if (tmp
&& TREE_CODE (tmp
) == TEMPLATE_DECL
)
7758 tmp
= DECL_TEMPLATE_RESULT (tmp
);
7760 if (tmp
&& DECL_STATIC_FUNCTION_P (tmp
)
7761 && TREE_CODE (TREE_TYPE (decl
)) == METHOD_TYPE
)
7763 /* Remove the `this' parm added by grokclassfn.
7764 XXX Isn't this done in start_function, too? */
7765 revert_static_member_fn (&decl
, NULL
, NULL
);
7766 last_function_parms
= TREE_CHAIN (last_function_parms
);
7768 if (tmp
&& DECL_ARTIFICIAL (tmp
))
7769 cp_error ("definition of implicitly-declared `%D'", tmp
);
7772 if (!duplicate_decls (decl
, tmp
))
7773 my_friendly_abort (892);
7778 if (ctype
== NULL_TREE
|| check
)
7781 /* Now install the declaration of this function so that others may
7782 find it (esp. its DECL_FRIENDLIST). Don't do this for local class
7784 if (! current_function_decl
)
7786 if (!DECL_TEMPLATE_SPECIALIZATION (decl
))
7788 /* We don't do this for specializations since the
7789 equivalent checks will be done later. Also, at this
7790 point the DECL_ASSEMBLER_NAME is not yet fully
7793 /* FIXME: this should only need to look at
7794 IDENTIFIER_GLOBAL_VALUE. */
7795 tmp
= lookup_name (DECL_ASSEMBLER_NAME (decl
), 0);
7796 if (tmp
== NULL_TREE
)
7797 SET_IDENTIFIER_GLOBAL_VALUE (DECL_ASSEMBLER_NAME (decl
), decl
);
7798 else if (TREE_CODE (tmp
) != TREE_CODE (decl
))
7799 cp_error ("inconsistent declarations for `%D'", decl
);
7802 duplicate_decls (decl
, tmp
);
7808 cplus_decl_attributes (decl
, TREE_PURPOSE (attrlist
),
7809 TREE_VALUE (attrlist
));
7810 make_decl_rtl (decl
, NULL_PTR
, 1);
7814 DECL_VIRTUAL_P (decl
) = 1;
7815 if (DECL_VINDEX (decl
) == NULL_TREE
)
7816 DECL_VINDEX (decl
) = error_mark_node
;
7817 IDENTIFIER_VIRTUAL_P (DECL_NAME (decl
)) = 1;
7824 grokvardecl (type
, declarator
, specbits_in
, initialized
, constp
, in_namespace
)
7827 RID_BIT_TYPE
*specbits_in
;
7833 RID_BIT_TYPE specbits
;
7835 specbits
= *specbits_in
;
7837 if (TREE_CODE (type
) == OFFSET_TYPE
)
7839 /* If you declare a static member so that it
7840 can be initialized, the code will reach here. */
7841 tree basetype
= TYPE_OFFSET_BASETYPE (type
);
7842 type
= TREE_TYPE (type
);
7843 decl
= build_lang_field_decl (VAR_DECL
, declarator
, type
);
7844 DECL_CONTEXT (decl
) = basetype
;
7845 DECL_CLASS_CONTEXT (decl
) = basetype
;
7846 DECL_ASSEMBLER_NAME (decl
) = build_static_name (basetype
, declarator
);
7850 tree context
= in_namespace
? in_namespace
: current_namespace
;
7851 decl
= build_decl (VAR_DECL
, declarator
, complete_type (type
));
7852 if (context
!= global_namespace
)
7853 DECL_ASSEMBLER_NAME (decl
) = build_static_name (context
,
7858 set_decl_namespace (decl
, in_namespace
);
7860 if (RIDBIT_SETP (RID_EXTERN
, specbits
))
7862 DECL_THIS_EXTERN (decl
) = 1;
7863 DECL_EXTERNAL (decl
) = !initialized
;
7866 /* In class context, static means one per class,
7867 public access, and static storage. */
7868 if (DECL_FIELD_CONTEXT (decl
) != NULL_TREE
7869 && IS_AGGR_TYPE (DECL_FIELD_CONTEXT (decl
)))
7871 TREE_PUBLIC (decl
) = 1;
7872 TREE_STATIC (decl
) = 1;
7873 DECL_EXTERNAL (decl
) = 0;
7875 /* At top level, either `static' or no s.c. makes a definition
7876 (perhaps tentative), and absence of `static' makes it public. */
7877 else if (toplevel_bindings_p ())
7879 TREE_PUBLIC (decl
) = (RIDBIT_NOTSETP (RID_STATIC
, specbits
)
7880 && (DECL_THIS_EXTERN (decl
) || ! constp
));
7881 TREE_STATIC (decl
) = ! DECL_EXTERNAL (decl
);
7883 /* Not at top level, only `static' makes a static definition. */
7886 TREE_STATIC (decl
) = !! RIDBIT_SETP (RID_STATIC
, specbits
);
7887 TREE_PUBLIC (decl
) = DECL_EXTERNAL (decl
);
7892 /* Create a canonical pointer to member function type. */
7895 build_ptrmemfunc_type (type
)
7902 /* If a canonical type already exists for this type, use it. We use
7903 this method instead of type_hash_canon, because it only does a
7904 simple equality check on the list of field members. */
7906 if ((t
= TYPE_GET_PTRMEMFUNC_TYPE (type
)))
7909 push_obstacks (TYPE_OBSTACK (type
), TYPE_OBSTACK (type
));
7911 u
= make_lang_type (UNION_TYPE
);
7912 IS_AGGR_TYPE (u
) = 0;
7913 fields
[0] = build_lang_field_decl (FIELD_DECL
, pfn_identifier
, type
);
7914 fields
[1] = build_lang_field_decl (FIELD_DECL
, delta2_identifier
,
7916 finish_builtin_type (u
, "__ptrmemfunc_type", fields
, 1, ptr_type_node
);
7917 TYPE_NAME (u
) = NULL_TREE
;
7919 t
= make_lang_type (RECORD_TYPE
);
7921 /* Let the front-end know this is a pointer to member function... */
7922 TYPE_PTRMEMFUNC_FLAG (t
) = 1;
7923 /* ... and not really an aggregate. */
7924 IS_AGGR_TYPE (t
) = 0;
7926 fields
[0] = build_lang_field_decl (FIELD_DECL
, delta_identifier
,
7928 fields
[1] = build_lang_field_decl (FIELD_DECL
, index_identifier
,
7930 fields
[2] = build_lang_field_decl (FIELD_DECL
, pfn_or_delta2_identifier
, u
);
7931 finish_builtin_type (t
, "__ptrmemfunc_type", fields
, 2, ptr_type_node
);
7935 /* Zap out the name so that the back-end will give us the debugging
7936 information for this anonymous RECORD_TYPE. */
7937 TYPE_NAME (t
) = NULL_TREE
;
7939 TYPE_SET_PTRMEMFUNC_TYPE (type
, t
);
7941 /* Seems to be wanted. */
7942 CLASSTYPE_GOT_SEMICOLON (t
) = 1;
7946 /* Given declspecs and a declarator,
7947 determine the name and type of the object declared
7948 and construct a ..._DECL node for it.
7949 (In one case we can return a ..._TYPE node instead.
7950 For invalid input we sometimes return 0.)
7952 DECLSPECS is a chain of tree_list nodes whose value fields
7953 are the storage classes and type specifiers.
7955 DECL_CONTEXT says which syntactic context this declaration is in:
7956 NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
7957 FUNCDEF for a function definition. Like NORMAL but a few different
7958 error messages in each case. Return value may be zero meaning
7959 this definition is too screwy to try to parse.
7960 MEMFUNCDEF for a function definition. Like FUNCDEF but prepares to
7961 handle member functions (which have FIELD context).
7962 Return value may be zero meaning this definition is too screwy to
7964 PARM for a parameter declaration (either within a function prototype
7965 or before a function body). Make a PARM_DECL, or return void_type_node.
7966 CATCHPARM for a parameter declaration before a catch clause.
7967 TYPENAME if for a typename (in a cast or sizeof).
7968 Don't make a DECL node; just return the ..._TYPE node.
7969 FIELD for a struct or union field; make a FIELD_DECL.
7970 BITFIELD for a field with specified width.
7971 INITIALIZED is 1 if the decl has an initializer.
7973 In the TYPENAME case, DECLARATOR is really an absolute declarator.
7974 It may also be so in the PARM case, for a prototype where the
7975 argument type is specified but not the name.
7977 This function is where the complicated C meanings of `static'
7978 and `extern' are interpreted.
7980 For C++, if there is any monkey business to do, the function which
7981 calls this one must do it, i.e., prepending instance variables,
7982 renaming overloaded function names, etc.
7984 Note that for this C++, it is an error to define a method within a class
7985 which does not belong to that class.
7987 Except in the case where SCOPE_REFs are implicitly known (such as
7988 methods within a class being redundantly qualified),
7989 declarations which involve SCOPE_REFs are returned as SCOPE_REFs
7990 (class_name::decl_name). The caller must also deal with this.
7992 If a constructor or destructor is seen, and the context is FIELD,
7993 then the type gains the attribute TREE_HAS_x. If such a declaration
7994 is erroneous, NULL_TREE is returned.
7996 QUALS is used only for FUNCDEF and MEMFUNCDEF cases. For a member
7997 function, these are the qualifiers to give to the `this' pointer.
7999 May return void_type_node if the declarator turned out to be a friend.
8000 See grokfield for details. */
8002 enum return_types
{ return_normal
, return_ctor
, return_dtor
, return_conversion
};
8005 grokdeclarator (declarator
, declspecs
, decl_context
, initialized
, attrlist
)
8008 enum decl_context decl_context
;
8012 RID_BIT_TYPE specbits
;
8015 tree type
= NULL_TREE
;
8019 int virtualp
, explicitp
, friendp
, inlinep
, staticp
;
8020 int explicit_int
= 0;
8021 int explicit_char
= 0;
8022 int defaulted_int
= 0;
8023 int opaque_typedef
= 0;
8024 tree typedef_decl
= NULL_TREE
;
8026 tree typedef_type
= NULL_TREE
;
8027 int funcdef_flag
= 0;
8028 enum tree_code innermost_code
= ERROR_MARK
;
8031 /* See the code below that used this. */
8032 tree decl_machine_attr
= NULL_TREE
;
8034 /* Set this to error_mark_node for FIELD_DECLs we could not handle properly.
8035 All FIELD_DECLs we build here have `init' put into their DECL_INITIAL. */
8036 tree init
= NULL_TREE
;
8038 /* Keep track of what sort of function is being processed
8039 so that we can warn about default return values, or explicit
8040 return values which do not match prescribed defaults. */
8041 enum return_types return_type
= return_normal
;
8043 tree dname
= NULL_TREE
;
8044 tree ctype
= current_class_type
;
8045 tree ctor_return_type
= NULL_TREE
;
8046 enum overload_flags flags
= NO_SPECIAL
;
8047 tree quals
= NULL_TREE
;
8048 tree raises
= NULL_TREE
;
8049 int template_count
= 0;
8050 tree in_namespace
= NULL_TREE
;
8052 RIDBIT_RESET_ALL (specbits
);
8053 if (decl_context
== FUNCDEF
)
8054 funcdef_flag
= 1, decl_context
= NORMAL
;
8055 else if (decl_context
== MEMFUNCDEF
)
8056 funcdef_flag
= -1, decl_context
= FIELD
;
8057 else if (decl_context
== BITFIELD
)
8058 bitfield
= 1, decl_context
= FIELD
;
8060 /* Look inside a declarator for the name being declared
8061 and get it as a string, for an error message. */
8063 tree
*next
= &declarator
;
8067 while (next
&& *next
)
8070 switch (TREE_CODE (decl
))
8074 next
= &TREE_OPERAND (decl
, 0);
8077 case BIT_NOT_EXPR
: /* For C++ destructors! */
8079 tree name
= TREE_OPERAND (decl
, 0);
8080 tree rename
= NULL_TREE
;
8082 my_friendly_assert (flags
== NO_SPECIAL
, 152);
8084 return_type
= return_dtor
;
8085 if (TREE_CODE (name
) == TYPE_DECL
)
8086 TREE_OPERAND (decl
, 0) = name
= constructor_name (name
);
8087 my_friendly_assert (TREE_CODE (name
) == IDENTIFIER_NODE
, 153);
8088 if (ctype
== NULL_TREE
)
8090 if (current_class_type
== NULL_TREE
)
8092 error ("destructors must be member functions");
8097 tree t
= constructor_name (current_class_name
);
8104 tree t
= constructor_name (ctype
);
8111 cp_error ("destructor `%T' must match class name `%T'",
8113 TREE_OPERAND (decl
, 0) = rename
;
8119 case ADDR_EXPR
: /* C++ reference declaration */
8124 innermost_code
= TREE_CODE (decl
);
8125 next
= &TREE_OPERAND (decl
, 0);
8129 if (parmlist_is_exprlist (TREE_OPERAND (decl
, 1)))
8131 /* This is actually a variable declaration using constructor
8132 syntax. We need to call start_decl and cp_finish_decl so we
8133 can get the variable initialized... */
8135 *next
= TREE_OPERAND (decl
, 0);
8136 init
= TREE_OPERAND (decl
, 1);
8138 decl
= start_decl (declarator
, declspecs
, 1, NULL_TREE
, NULL_TREE
);
8139 /* Look for __unused__ attribute */
8140 if (TREE_USED (TREE_TYPE (decl
)))
8141 TREE_USED (decl
) = 1;
8142 finish_decl (decl
, init
, NULL_TREE
);
8145 innermost_code
= TREE_CODE (decl
);
8146 if (decl_context
== FIELD
&& ctype
== NULL_TREE
)
8147 ctype
= current_class_type
;
8149 && TREE_OPERAND (decl
, 0)
8150 && (TREE_CODE (TREE_OPERAND (decl
, 0)) == TYPE_DECL
8151 && ((DECL_NAME (TREE_OPERAND (decl
, 0))
8152 == constructor_name_full (ctype
))
8153 || (DECL_NAME (TREE_OPERAND (decl
, 0))
8154 == constructor_name (ctype
)))))
8155 TREE_OPERAND (decl
, 0) = constructor_name (ctype
);
8156 next
= &TREE_OPERAND (decl
, 0);
8158 if (ctype
!= NULL_TREE
8159 && decl
!= NULL_TREE
&& flags
!= DTOR_FLAG
8160 && decl
== constructor_name (ctype
))
8162 return_type
= return_ctor
;
8163 ctor_return_type
= ctype
;
8168 case TEMPLATE_ID_EXPR
:
8170 tree fns
= TREE_OPERAND (decl
, 0);
8172 if (TREE_CODE (fns
) == LOOKUP_EXPR
)
8173 fns
= TREE_OPERAND (fns
, 0);
8175 if (TREE_CODE (fns
) == IDENTIFIER_NODE
)
8177 else if (is_overloaded_fn (fns
))
8178 dname
= DECL_NAME (get_first_fn (fns
));
8180 my_friendly_abort (0);
8184 case IDENTIFIER_NODE
:
8185 if (TREE_CODE (decl
) == IDENTIFIER_NODE
)
8192 cp_error ("declarator-id missing; using reserved word `%D'",
8194 name
= IDENTIFIER_POINTER (dname
);
8196 if (! IDENTIFIER_OPNAME_P (dname
)
8197 /* GNU/Linux headers use '__op'. Arrgh. */
8198 || (IDENTIFIER_TYPENAME_P (dname
) && ! TREE_TYPE (dname
)))
8199 name
= IDENTIFIER_POINTER (dname
);
8202 if (IDENTIFIER_TYPENAME_P (dname
))
8204 my_friendly_assert (flags
== NO_SPECIAL
, 154);
8205 flags
= TYPENAME_FLAG
;
8206 ctor_return_type
= TREE_TYPE (dname
);
8207 return_type
= return_conversion
;
8209 name
= operator_name_string (dname
);
8216 /* Perform error checking, and decide on a ctype. */
8217 tree cname
= TREE_OPERAND (decl
, 0);
8218 if (cname
== NULL_TREE
)
8220 else if (TREE_CODE (cname
) == NAMESPACE_DECL
)
8223 in_namespace
= TREE_OPERAND (decl
, 0);
8224 TREE_OPERAND (decl
, 0) = NULL_TREE
;
8226 else if (! is_aggr_type (cname
, 1))
8227 TREE_OPERAND (decl
, 0) = NULL_TREE
;
8228 /* Must test TREE_OPERAND (decl, 1), in case user gives
8229 us `typedef (class::memfunc)(int); memfunc *memfuncptr;' */
8230 else if (TREE_OPERAND (decl
, 1)
8231 && TREE_CODE (TREE_OPERAND (decl
, 1)) == INDIRECT_REF
)
8233 else if (TREE_CODE (cname
) == TEMPLATE_TYPE_PARM
8234 || TREE_CODE (cname
) == TEMPLATE_TEMPLATE_PARM
)
8236 cp_error ("`%T::%D' is not a valid declarator", cname
,
8237 TREE_OPERAND (decl
, 1));
8238 cp_error (" perhaps you want `typename %T::%D' to make it a type",
8239 cname
, TREE_OPERAND (decl
, 1));
8240 return void_type_node
;
8242 else if (ctype
== NULL_TREE
)
8244 else if (TREE_COMPLEXITY (decl
) == current_class_depth
)
8245 TREE_OPERAND (decl
, 0) = ctype
;
8248 if (! UNIQUELY_DERIVED_FROM_P (cname
, ctype
))
8250 cp_error ("type `%T' is not derived from type `%T'",
8252 TREE_OPERAND (decl
, 0) = NULL_TREE
;
8258 if (ctype
&& TREE_CODE (TREE_OPERAND (decl
, 1)) == TYPE_DECL
8259 && ((DECL_NAME (TREE_OPERAND (decl
, 1))
8260 == constructor_name_full (ctype
))
8261 || (DECL_NAME (TREE_OPERAND (decl
, 1))
8262 == constructor_name (ctype
))))
8263 TREE_OPERAND (decl
, 1) = constructor_name (ctype
);
8264 next
= &TREE_OPERAND (decl
, 1);
8268 if (TREE_CODE (decl
) == IDENTIFIER_NODE
8269 && constructor_name (ctype
) == decl
)
8271 return_type
= return_ctor
;
8272 ctor_return_type
= ctype
;
8274 else if (TREE_CODE (decl
) == BIT_NOT_EXPR
8275 && TREE_CODE (TREE_OPERAND (decl
, 0)) == IDENTIFIER_NODE
8276 && (constructor_name (ctype
) == TREE_OPERAND (decl
, 0)
8277 || constructor_name_full (ctype
) == TREE_OPERAND (decl
, 0)))
8279 return_type
= return_dtor
;
8280 ctor_return_type
= ctype
;
8282 TREE_OPERAND (decl
, 0) = constructor_name (ctype
);
8283 next
= &TREE_OPERAND (decl
, 0);
8294 /* Parse error puts this typespec where
8295 a declarator should go. */
8296 cp_error ("`%T' specified as declarator-id", DECL_NAME (decl
));
8297 if (TREE_TYPE (decl
) == current_class_type
)
8298 cp_error (" perhaps you want `%T' for a constructor",
8299 current_class_name
);
8300 dname
= DECL_NAME (decl
);
8301 name
= IDENTIFIER_POINTER (dname
);
8303 /* Avoid giving two errors for this. */
8304 IDENTIFIER_CLASS_VALUE (dname
) = NULL_TREE
;
8306 declspecs
= temp_tree_cons (NULL_TREE
, integer_type_node
,
8313 cp_compiler_error ("`%D' as declarator", decl
);
8314 return 0; /* We used to do a 155 abort here. */
8321 /* A function definition's declarator must have the form of
8322 a function declarator. */
8324 if (funcdef_flag
&& innermost_code
!= CALL_EXPR
)
8327 if (((dname
&& IDENTIFIER_OPNAME_P (dname
)) || flags
== TYPENAME_FLAG
)
8328 && innermost_code
!= CALL_EXPR
8329 && ! (ctype
&& declspecs
== NULL_TREE
))
8331 cp_error ("declaration of `%D' as non-function", dname
);
8332 return void_type_node
;
8335 /* Anything declared one level down from the top level
8336 must be one of the parameters of a function
8337 (because the body is at least two levels down). */
8339 /* This heuristic cannot be applied to C++ nodes! Fixed, however,
8340 by not allowing C++ class definitions to specify their parameters
8341 with xdecls (must be spec.d in the parmlist).
8343 Since we now wait to push a class scope until we are sure that
8344 we are in a legitimate method context, we must set oldcname
8345 explicitly (since current_class_name is not yet alive).
8347 We also want to avoid calling this a PARM if it is in a namespace. */
8349 if (decl_context
== NORMAL
&& ! namespace_bindings_p ()
8350 && ! pseudo_global_level_p ())
8352 struct binding_level
*b
= current_binding_level
;
8353 current_binding_level
= b
->level_chain
;
8354 if (current_binding_level
!= 0 && toplevel_bindings_p ())
8355 decl_context
= PARM
;
8356 current_binding_level
= b
;
8359 /* Look through the decl specs and record which ones appear.
8360 Some typespecs are defined as built-in typenames.
8361 Others, the ones that are modifiers of other types,
8362 are represented by bits in SPECBITS: set the bits for
8363 the modifiers that appear. Storage class keywords are also in SPECBITS.
8365 If there is a typedef name or a type, store the type in TYPE.
8366 This includes builtin typedefs such as `int'.
8368 Set EXPLICIT_INT if the type is `int' or `char' and did not
8369 come from a user typedef.
8371 Set LONGLONG if `long' is mentioned twice.
8373 For C++, constructors and destructors have their own fast treatment. */
8375 for (spec
= declspecs
; spec
; spec
= TREE_CHAIN (spec
))
8380 /* Certain parse errors slip through. For example,
8381 `int class;' is not caught by the parser. Try
8382 weakly to recover here. */
8383 if (TREE_CODE (spec
) != TREE_LIST
)
8386 id
= TREE_VALUE (spec
);
8388 if (TREE_CODE (id
) == IDENTIFIER_NODE
)
8390 if (id
== ridpointers
[(int) RID_INT
]
8391 || id
== ridpointers
[(int) RID_CHAR
]
8392 || id
== ridpointers
[(int) RID_BOOL
]
8393 || id
== ridpointers
[(int) RID_WCHAR
])
8397 if (id
== ridpointers
[(int) RID_BOOL
])
8398 error ("`bool' is now a keyword");
8400 cp_error ("extraneous `%T' ignored", id
);
8404 if (id
== ridpointers
[(int) RID_INT
])
8406 else if (id
== ridpointers
[(int) RID_CHAR
])
8408 type
= TREE_TYPE (IDENTIFIER_GLOBAL_VALUE (id
));
8412 /* C++ aggregate types. */
8413 if (IDENTIFIER_HAS_TYPE_VALUE (id
))
8416 cp_error ("multiple declarations `%T' and `%T'", type
, id
);
8418 type
= IDENTIFIER_TYPE_VALUE (id
);
8422 for (i
= (int) RID_FIRST_MODIFIER
; i
<= (int) RID_LAST_MODIFIER
; i
++)
8424 if (ridpointers
[i
] == id
)
8426 if (i
== (int) RID_LONG
&& RIDBIT_SETP (i
, specbits
))
8428 if (pedantic
&& ! in_system_header
)
8429 pedwarn ("ANSI C++ does not support `long long'");
8431 error ("`long long long' is too long for GCC");
8435 else if (RIDBIT_SETP (i
, specbits
))
8436 pedwarn ("duplicate `%s'", IDENTIFIER_POINTER (id
));
8437 RIDBIT_SET (i
, specbits
);
8442 /* C++ aggregate types. */
8443 else if (TREE_CODE (id
) == TYPE_DECL
|| TREE_CODE (id
) == TEMPLATE_DECL
)
8446 cp_error ("multiple declarations `%T' and `%T'", type
,
8450 type
= TREE_TYPE (id
);
8451 TREE_VALUE (spec
) = type
;
8456 error ("two or more data types in declaration of `%s'", name
);
8457 else if (TREE_CODE (id
) == IDENTIFIER_NODE
)
8459 register tree t
= lookup_name (id
, 1);
8460 if (!t
|| TREE_CODE (t
) != TYPE_DECL
)
8461 error ("`%s' fails to be a typedef or built in type",
8462 IDENTIFIER_POINTER (id
));
8465 type
= TREE_TYPE (t
);
8467 /* See the code below that used this. */
8468 decl_machine_attr
= DECL_MACHINE_ATTRIBUTES (id
);
8473 else if (id
!= error_mark_node
)
8474 /* Can't change CLASS nodes into RECORD nodes here! */
8480 typedef_type
= type
;
8482 /* No type at all: default to `int', and set DEFAULTED_INT
8483 because it was not a user-defined typedef.
8484 Except when we have a `typedef' inside a signature, in
8485 which case the type defaults to `unknown type' and is
8486 instantiated when assigning to a signature pointer or ref. */
8488 if (type
== NULL_TREE
8489 && (RIDBIT_SETP (RID_SIGNED
, specbits
)
8490 || RIDBIT_SETP (RID_UNSIGNED
, specbits
)
8491 || RIDBIT_SETP (RID_LONG
, specbits
)
8492 || RIDBIT_SETP (RID_SHORT
, specbits
)))
8494 /* These imply 'int'. */
8495 type
= integer_type_node
;
8499 if (type
== NULL_TREE
)
8502 if (return_type
== return_dtor
)
8503 type
= void_type_node
;
8504 else if (return_type
== return_ctor
)
8505 type
= build_pointer_type (ctor_return_type
);
8506 else if (return_type
== return_conversion
)
8507 type
= ctor_return_type
;
8508 else if (current_class_type
8509 && IS_SIGNATURE (current_class_type
)
8510 && RIDBIT_SETP (RID_TYPEDEF
, specbits
)
8511 && (decl_context
== FIELD
|| decl_context
== NORMAL
))
8515 type
= copy_node (opaque_type_node
);
8521 if (warn_return_type
8522 && return_type
== return_normal
)
8523 /* Save warning until we know what is really going on. */
8524 warn_about_return_type
= 1;
8526 else if (RIDBIT_SETP (RID_TYPEDEF
, specbits
))
8527 pedwarn ("ANSI C++ forbids typedef which does not specify a type");
8528 else if (innermost_code
!= CALL_EXPR
|| pedantic
8529 || (warn_return_type
&& return_type
== return_normal
))
8531 if (innermost_code
== CALL_EXPR
)
8532 cp_pedwarn ("return-type of `%D' defaults to `int'", dname
);
8534 cp_pedwarn ("ANSI C++ forbids declaration `%D' with no type",
8537 type
= integer_type_node
;
8540 else if (return_type
== return_dtor
)
8542 error ("return type specification for destructor invalid");
8543 type
= void_type_node
;
8545 else if (return_type
== return_ctor
)
8547 error ("return type specification for constructor invalid");
8548 type
= build_pointer_type (ctor_return_type
);
8550 else if (return_type
== return_conversion
)
8552 if (comptypes (type
, ctor_return_type
, 1) == 0)
8553 cp_error ("operator `%T' declared to return `%T'",
8554 ctor_return_type
, type
);
8556 cp_pedwarn ("return type specified for `operator %T'",
8559 type
= ctor_return_type
;
8564 /* Now process the modifiers that were specified
8565 and check for invalid combinations. */
8567 /* Long double is a special combination. */
8569 if (RIDBIT_SETP (RID_LONG
, specbits
)
8570 && TYPE_MAIN_VARIANT (type
) == double_type_node
)
8572 RIDBIT_RESET (RID_LONG
, specbits
);
8573 type
= build_type_variant (long_double_type_node
, TYPE_READONLY (type
),
8574 TYPE_VOLATILE (type
));
8577 /* Check all other uses of type modifiers. */
8579 if (RIDBIT_SETP (RID_UNSIGNED
, specbits
)
8580 || RIDBIT_SETP (RID_SIGNED
, specbits
)
8581 || RIDBIT_SETP (RID_LONG
, specbits
)
8582 || RIDBIT_SETP (RID_SHORT
, specbits
))
8586 if (TREE_CODE (type
) == REAL_TYPE
)
8587 error ("short, signed or unsigned invalid for `%s'", name
);
8588 else if (TREE_CODE (type
) != INTEGER_TYPE
)
8589 error ("long, short, signed or unsigned invalid for `%s'", name
);
8590 else if (RIDBIT_SETP (RID_LONG
, specbits
)
8591 && RIDBIT_SETP (RID_SHORT
, specbits
))
8592 error ("long and short specified together for `%s'", name
);
8593 else if ((RIDBIT_SETP (RID_LONG
, specbits
)
8594 || RIDBIT_SETP (RID_SHORT
, specbits
))
8596 error ("long or short specified with char for `%s'", name
);
8597 else if ((RIDBIT_SETP (RID_LONG
, specbits
)
8598 || RIDBIT_SETP (RID_SHORT
, specbits
))
8599 && TREE_CODE (type
) == REAL_TYPE
)
8600 error ("long or short specified with floating type for `%s'", name
);
8601 else if (RIDBIT_SETP (RID_SIGNED
, specbits
)
8602 && RIDBIT_SETP (RID_UNSIGNED
, specbits
))
8603 error ("signed and unsigned given together for `%s'", name
);
8607 if (!explicit_int
&& !defaulted_int
&& !explicit_char
&& pedantic
)
8609 pedwarn ("long, short, signed or unsigned used invalidly for `%s'",
8611 if (flag_pedantic_errors
)
8616 /* Discard the type modifiers if they are invalid. */
8619 RIDBIT_RESET (RID_UNSIGNED
, specbits
);
8620 RIDBIT_RESET (RID_SIGNED
, specbits
);
8621 RIDBIT_RESET (RID_LONG
, specbits
);
8622 RIDBIT_RESET (RID_SHORT
, specbits
);
8627 if (RIDBIT_SETP (RID_COMPLEX
, specbits
)
8628 && TREE_CODE (type
) != INTEGER_TYPE
&& TREE_CODE (type
) != REAL_TYPE
)
8630 error ("complex invalid for `%s'", name
);
8631 RIDBIT_RESET (RID_COMPLEX
, specbits
);
8634 /* Decide whether an integer type is signed or not.
8635 Optionally treat bitfields as signed by default. */
8636 if (RIDBIT_SETP (RID_UNSIGNED
, specbits
)
8637 || (bitfield
&& ! flag_signed_bitfields
8638 && (explicit_int
|| defaulted_int
|| explicit_char
8639 /* A typedef for plain `int' without `signed'
8640 can be controlled just like plain `int'. */
8641 || ! (typedef_decl
!= NULL_TREE
8642 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl
)))
8643 && TREE_CODE (type
) != ENUMERAL_TYPE
8644 && RIDBIT_NOTSETP (RID_SIGNED
, specbits
)))
8647 type
= long_long_unsigned_type_node
;
8648 else if (RIDBIT_SETP (RID_LONG
, specbits
))
8649 type
= long_unsigned_type_node
;
8650 else if (RIDBIT_SETP (RID_SHORT
, specbits
))
8651 type
= short_unsigned_type_node
;
8652 else if (type
== char_type_node
)
8653 type
= unsigned_char_type_node
;
8654 else if (typedef_decl
)
8655 type
= unsigned_type (type
);
8657 type
= unsigned_type_node
;
8659 else if (RIDBIT_SETP (RID_SIGNED
, specbits
)
8660 && type
== char_type_node
)
8661 type
= signed_char_type_node
;
8663 type
= long_long_integer_type_node
;
8664 else if (RIDBIT_SETP (RID_LONG
, specbits
))
8665 type
= long_integer_type_node
;
8666 else if (RIDBIT_SETP (RID_SHORT
, specbits
))
8667 type
= short_integer_type_node
;
8669 if (RIDBIT_SETP (RID_COMPLEX
, specbits
))
8671 /* If we just have "complex", it is equivalent to
8672 "complex double", but if any modifiers at all are specified it is
8673 the complex form of TYPE. E.g, "complex short" is
8674 "complex short int". */
8676 if (defaulted_int
&& ! longlong
8677 && ! (RIDBIT_SETP (RID_LONG
, specbits
)
8678 || RIDBIT_SETP (RID_SHORT
, specbits
)
8679 || RIDBIT_SETP (RID_SIGNED
, specbits
)
8680 || RIDBIT_SETP (RID_UNSIGNED
, specbits
)))
8681 type
= complex_double_type_node
;
8682 else if (type
== integer_type_node
)
8683 type
= complex_integer_type_node
;
8684 else if (type
== float_type_node
)
8685 type
= complex_float_type_node
;
8686 else if (type
== double_type_node
)
8687 type
= complex_double_type_node
;
8688 else if (type
== long_double_type_node
)
8689 type
= complex_long_double_type_node
;
8691 type
= build_complex_type (type
);
8694 if (return_type
== return_conversion
8695 && (RIDBIT_SETP (RID_CONST
, specbits
)
8696 || RIDBIT_SETP (RID_VOLATILE
, specbits
)))
8697 cp_error ("`operator %T' cannot be cv-qualified",
8700 /* Set CONSTP if this declaration is `const', whether by
8701 explicit specification or via a typedef.
8702 Likewise for VOLATILEP. */
8704 constp
= !! RIDBIT_SETP (RID_CONST
, specbits
) + TYPE_READONLY (type
);
8705 volatilep
= !! RIDBIT_SETP (RID_VOLATILE
, specbits
) + TYPE_VOLATILE (type
);
8706 type
= build_type_variant (type
, 0, 0);
8708 inlinep
= !! RIDBIT_SETP (RID_INLINE
, specbits
);
8709 virtualp
= RIDBIT_SETP (RID_VIRTUAL
, specbits
);
8710 RIDBIT_RESET (RID_VIRTUAL
, specbits
);
8711 explicitp
= RIDBIT_SETP (RID_EXPLICIT
, specbits
) != 0;
8712 RIDBIT_RESET (RID_EXPLICIT
, specbits
);
8714 if (RIDBIT_SETP (RID_STATIC
, specbits
))
8715 staticp
= 1 + (decl_context
== FIELD
);
8717 if (virtualp
&& staticp
== 2)
8719 cp_error ("member `%D' cannot be declared both virtual and static",
8723 friendp
= RIDBIT_SETP (RID_FRIEND
, specbits
);
8724 RIDBIT_RESET (RID_FRIEND
, specbits
);
8726 if (RIDBIT_SETP (RID_MUTABLE
, specbits
))
8728 if (decl_context
== PARM
)
8730 error ("non-member `%s' cannot be declared `mutable'", name
);
8731 RIDBIT_RESET (RID_MUTABLE
, specbits
);
8733 else if (friendp
|| decl_context
== TYPENAME
)
8735 error ("non-object member `%s' cannot be declared `mutable'", name
);
8736 RIDBIT_RESET (RID_MUTABLE
, specbits
);
8740 /* Warn if two storage classes are given. Default to `auto'. */
8742 if (RIDBIT_ANY_SET (specbits
))
8744 if (RIDBIT_SETP (RID_STATIC
, specbits
)) nclasses
++;
8745 if (RIDBIT_SETP (RID_EXTERN
, specbits
)) nclasses
++;
8746 if (decl_context
== PARM
&& nclasses
> 0)
8747 error ("storage class specifiers invalid in parameter declarations");
8748 if (RIDBIT_SETP (RID_TYPEDEF
, specbits
))
8750 if (decl_context
== PARM
)
8751 error ("typedef declaration invalid in parameter declaration");
8754 if (RIDBIT_SETP (RID_AUTO
, specbits
)) nclasses
++;
8755 if (RIDBIT_SETP (RID_REGISTER
, specbits
)) nclasses
++;
8758 /* Give error if `virtual' is used outside of class declaration. */
8760 && (current_class_name
== NULL_TREE
|| decl_context
!= FIELD
))
8762 error ("virtual outside class declaration");
8765 if (current_class_name
== NULL_TREE
&& RIDBIT_SETP (RID_MUTABLE
, specbits
))
8767 error ("only members can be declared mutable");
8768 RIDBIT_RESET (RID_MUTABLE
, specbits
);
8771 /* Static anonymous unions are dealt with here. */
8772 if (staticp
&& decl_context
== TYPENAME
8773 && TREE_CODE (declspecs
) == TREE_LIST
8774 && ANON_UNION_TYPE_P (TREE_VALUE (declspecs
)))
8775 decl_context
= FIELD
;
8777 /* Give error if `const,' `volatile,' `inline,' `friend,' or `virtual'
8778 is used in a signature member function declaration. */
8779 if (decl_context
== FIELD
8780 && IS_SIGNATURE (current_class_type
)
8781 && RIDBIT_NOTSETP (RID_TYPEDEF
, specbits
))
8785 error ("`const' specified for signature member function `%s'", name
);
8790 error ("`volatile' specified for signature member function `%s'",
8796 error ("`inline' specified for signature member function `%s'", name
);
8797 /* Later, we'll make signature member functions inline. */
8802 error ("`friend' declaration in signature definition");
8807 error ("`virtual' specified for signature member function `%s'",
8809 /* Later, we'll make signature member functions virtual. */
8814 /* Warn about storage classes that are invalid for certain
8815 kinds of declarations (parameters, typenames, etc.). */
8818 error ("multiple storage classes in declaration of `%s'", name
);
8819 else if (decl_context
!= NORMAL
&& nclasses
> 0)
8821 if ((decl_context
== PARM
|| decl_context
== CATCHPARM
)
8822 && (RIDBIT_SETP (RID_REGISTER
, specbits
)
8823 || RIDBIT_SETP (RID_AUTO
, specbits
)))
8825 else if (RIDBIT_SETP (RID_TYPEDEF
, specbits
))
8827 else if (decl_context
== FIELD
8828 && ! IS_SIGNATURE (current_class_type
)
8829 /* C++ allows static class elements */
8830 && RIDBIT_SETP (RID_STATIC
, specbits
))
8831 /* C++ also allows inlines and signed and unsigned elements,
8832 but in those cases we don't come in here. */
8836 if (decl_context
== FIELD
)
8838 tree tmp
= NULL_TREE
;
8839 register int op
= 0;
8843 /* Avoid trying to get an operand off an identifier node. */
8844 if (TREE_CODE (declarator
) == IDENTIFIER_NODE
)
8847 tmp
= TREE_OPERAND (declarator
, 0);
8848 op
= IDENTIFIER_OPNAME_P (tmp
);
8850 error ("storage class specified for %s `%s'",
8851 IS_SIGNATURE (current_class_type
)
8853 ? "signature member operator"
8854 : "signature member function")
8855 : (op
? "member operator" : "field"),
8856 op
? operator_name_string (tmp
) : name
);
8859 error (((decl_context
== PARM
|| decl_context
== CATCHPARM
)
8860 ? "storage class specified for parameter `%s'"
8861 : "storage class specified for typename"), name
);
8862 RIDBIT_RESET (RID_REGISTER
, specbits
);
8863 RIDBIT_RESET (RID_AUTO
, specbits
);
8864 RIDBIT_RESET (RID_EXTERN
, specbits
);
8866 if (decl_context
== FIELD
&& IS_SIGNATURE (current_class_type
))
8868 RIDBIT_RESET (RID_STATIC
, specbits
);
8873 else if (RIDBIT_SETP (RID_EXTERN
, specbits
) && initialized
&& !funcdef_flag
)
8875 if (toplevel_bindings_p ())
8877 /* It's common practice (and completely valid) to have a const
8878 be initialized and declared extern. */
8880 warning ("`%s' initialized and declared `extern'", name
);
8883 error ("`%s' has both `extern' and initializer", name
);
8885 else if (RIDBIT_SETP (RID_EXTERN
, specbits
) && funcdef_flag
8886 && ! toplevel_bindings_p ())
8887 error ("nested function `%s' declared `extern'", name
);
8888 else if (toplevel_bindings_p ())
8890 if (RIDBIT_SETP (RID_AUTO
, specbits
))
8891 error ("top-level declaration of `%s' specifies `auto'", name
);
8894 if (nclasses
> 0 && friendp
)
8895 error ("storage class specifiers invalid in friend function declarations");
8897 /* Now figure out the structure of the declarator proper.
8898 Descend through it, creating more complex types, until we reach
8899 the declared identifier (or NULL_TREE, in an absolute declarator). */
8901 while (declarator
&& TREE_CODE (declarator
) != IDENTIFIER_NODE
8902 && TREE_CODE (declarator
) != TEMPLATE_ID_EXPR
)
8904 /* Each level of DECLARATOR is either an ARRAY_REF (for ...[..]),
8905 an INDIRECT_REF (for *...),
8906 a CALL_EXPR (for ...(...)),
8907 an identifier (for the name being declared)
8908 or a null pointer (for the place in an absolute declarator
8909 where the name was omitted).
8910 For the last two cases, we have just exited the loop.
8912 For C++ it could also be
8913 a SCOPE_REF (for class :: ...). In this case, we have converted
8914 sensible names to types, and those are the values we use to
8915 qualify the member name.
8916 an ADDR_EXPR (for &...),
8917 a BIT_NOT_EXPR (for destructors)
8919 At this point, TYPE is the type of elements of an array,
8920 or for a function to return, or for a pointer to point to.
8921 After this sequence of ifs, TYPE is the type of the
8922 array or function or pointer, and DECLARATOR has had its
8923 outermost layer removed. */
8925 if (type
== error_mark_node
)
8927 if (TREE_CODE (declarator
) == SCOPE_REF
)
8928 declarator
= TREE_OPERAND (declarator
, 1);
8930 declarator
= TREE_OPERAND (declarator
, 0);
8933 if (quals
!= NULL_TREE
8934 && (declarator
== NULL_TREE
8935 || TREE_CODE (declarator
) != SCOPE_REF
))
8937 if (ctype
== NULL_TREE
&& TREE_CODE (type
) == METHOD_TYPE
)
8938 ctype
= TYPE_METHOD_BASETYPE (type
);
8939 if (ctype
!= NULL_TREE
)
8941 tree dummy
= build_decl (TYPE_DECL
, NULL_TREE
, type
);
8942 ctype
= grok_method_quals (ctype
, dummy
, quals
);
8943 type
= TREE_TYPE (dummy
);
8947 switch (TREE_CODE (declarator
))
8951 register tree itype
= NULL_TREE
;
8952 register tree size
= TREE_OPERAND (declarator
, 1);
8953 /* The index is a signed object `sizetype' bits wide. */
8954 tree index_type
= signed_type (sizetype
);
8956 declarator
= TREE_OPERAND (declarator
, 0);
8958 /* Check for some types that there cannot be arrays of. */
8960 if (TREE_CODE (type
) == VOID_TYPE
)
8962 cp_error ("declaration of `%D' as array of voids", dname
);
8963 type
= error_mark_node
;
8966 if (TREE_CODE (type
) == FUNCTION_TYPE
)
8968 cp_error ("declaration of `%D' as array of functions", dname
);
8969 type
= error_mark_node
;
8972 /* ARM $8.4.3: Since you can't have a pointer to a reference,
8973 you can't have arrays of references. If we allowed them,
8974 then we'd be saying x[i] is valid for an array x, but
8975 then you'd have to ask: what does `*(x + i)' mean? */
8976 if (TREE_CODE (type
) == REFERENCE_TYPE
)
8978 if (decl_context
== TYPENAME
)
8979 cp_error ("cannot make arrays of references");
8981 cp_error ("declaration of `%D' as array of references",
8983 type
= error_mark_node
;
8986 if (TREE_CODE (type
) == OFFSET_TYPE
)
8988 cp_error ("declaration of `%D' as array of data members",
8990 type
= error_mark_node
;
8993 if (TREE_CODE (type
) == METHOD_TYPE
)
8995 cp_error ("declaration of `%D' as array of function members",
8997 type
= error_mark_node
;
9000 if (size
== error_mark_node
)
9001 type
= error_mark_node
;
9003 if (type
== error_mark_node
)
9008 /* Must suspend_momentary here because the index
9009 type may need to live until the end of the function.
9010 For example, it is used in the declaration of a
9011 variable which requires destructing at the end of
9012 the function; then build_vec_delete will need this
9014 int yes
= suspend_momentary ();
9015 /* Might be a cast. */
9016 if (TREE_CODE (size
) == NOP_EXPR
9017 && TREE_TYPE (size
) == TREE_TYPE (TREE_OPERAND (size
, 0)))
9018 size
= TREE_OPERAND (size
, 0);
9020 /* If this involves a template parameter, it'll be
9021 constant, but we don't know what the value is yet. */
9022 if (processing_template_decl
)
9024 itype
= make_node (INTEGER_TYPE
);
9025 TYPE_MIN_VALUE (itype
) = size_zero_node
;
9026 TYPE_MAX_VALUE (itype
) = build_min
9027 (MINUS_EXPR
, sizetype
, size
, integer_one_node
);
9028 goto dont_grok_size
;
9031 if (TREE_CODE (TREE_TYPE (size
)) != INTEGER_TYPE
9032 && TREE_CODE (TREE_TYPE (size
)) != ENUMERAL_TYPE
)
9034 cp_error ("size of array `%D' has non-integer type",
9036 size
= integer_one_node
;
9038 if (TREE_READONLY_DECL_P (size
))
9039 size
= decl_constant_value (size
);
9040 if (pedantic
&& integer_zerop (size
))
9041 cp_pedwarn ("ANSI C++ forbids zero-size array `%D'", dname
);
9042 if (TREE_CONSTANT (size
))
9044 int old_flag_pedantic_errors
= flag_pedantic_errors
;
9045 int old_pedantic
= pedantic
;
9046 pedantic
= flag_pedantic_errors
= 1;
9047 /* Always give overflow errors on array subscripts. */
9048 constant_expression_warning (size
);
9049 pedantic
= old_pedantic
;
9050 flag_pedantic_errors
= old_flag_pedantic_errors
;
9051 if (INT_CST_LT (size
, integer_zero_node
))
9053 cp_error ("size of array `%D' is negative", dname
);
9054 size
= integer_one_node
;
9062 cp_pedwarn ("ANSI C++ forbids variable-size array `%D'",
9065 cp_pedwarn ("ANSI C++ forbids variable-size array");
9070 = fold (build_binary_op (MINUS_EXPR
,
9071 cp_convert (index_type
, size
),
9072 cp_convert (index_type
,
9073 integer_one_node
), 1));
9074 if (! TREE_CONSTANT (itype
))
9075 itype
= variable_size (itype
);
9076 else if (TREE_OVERFLOW (itype
))
9078 error ("overflow in array dimension");
9079 TREE_OVERFLOW (itype
) = 0;
9082 /* If we're a parm, we need to have a permanent type so
9083 mangling checks for re-use will work right. If both the
9084 element and index types are permanent, the array type
9086 if (decl_context
== PARM
9087 && allocation_temporary_p () && TREE_PERMANENT (type
))
9089 push_obstacks (&permanent_obstack
, &permanent_obstack
);
9090 itype
= build_index_type (itype
);
9094 itype
= build_index_type (itype
);
9097 resume_momentary (yes
);
9100 /* Build the array type itself, then merge any constancy or
9101 volatility into the target type. We must do it in this order
9102 to ensure that the TYPE_MAIN_VARIANT field of the array type
9103 is set correctly. */
9105 type
= build_cplus_array_type (type
, itype
);
9106 if (constp
|| volatilep
)
9107 type
= cp_build_type_variant (type
, constp
, volatilep
);
9117 tree inner_parms
= TREE_OPERAND (declarator
, 1);
9118 tree inner_decl
= TREE_OPERAND (declarator
, 0);
9120 /* Declaring a function type.
9121 Make sure we have a valid type for the function to return. */
9123 /* Is this an error? Should they be merged into TYPE here? */
9124 if (pedantic
&& (constp
|| volatilep
))
9125 pedwarn ("function declared to return const or volatile result");
9127 /* Merge any constancy or volatility into the function return
9130 if (constp
|| volatilep
)
9132 type
= cp_build_type_variant (type
, constp
, volatilep
);
9133 if (IS_AGGR_TYPE (type
))
9134 build_pointer_type (type
);
9140 /* Warn about some types functions can't return. */
9142 if (TREE_CODE (type
) == FUNCTION_TYPE
)
9144 error ("`%s' declared as function returning a function", name
);
9145 type
= integer_type_node
;
9147 if (TREE_CODE (type
) == ARRAY_TYPE
)
9149 error ("`%s' declared as function returning an array", name
);
9150 type
= integer_type_node
;
9153 if (inner_decl
&& TREE_CODE (inner_decl
) == SCOPE_REF
)
9154 inner_decl
= TREE_OPERAND (inner_decl
, 1);
9156 if (inner_decl
&& TREE_CODE (inner_decl
) == TEMPLATE_ID_EXPR
)
9159 /* Pick up type qualifiers which should be applied to `this'. */
9160 quals
= TREE_OPERAND (declarator
, 2);
9162 /* Pick up the exception specifications. */
9163 raises
= TREE_TYPE (declarator
);
9165 /* Say it's a definition only for the CALL_EXPR
9166 closest to the identifier. */
9169 && (TREE_CODE (inner_decl
) == IDENTIFIER_NODE
9170 || TREE_CODE (inner_decl
) == TEMPLATE_ID_EXPR
9171 || TREE_CODE (inner_decl
) == BIT_NOT_EXPR
);
9173 if (ctype
== NULL_TREE
9174 && decl_context
== FIELD
9176 && (friendp
== 0 || dname
== current_class_name
))
9177 ctype
= current_class_type
;
9179 if (ctype
&& return_type
== return_conversion
)
9180 TYPE_HAS_CONVERSION (ctype
) = 1;
9181 if (ctype
&& constructor_name (ctype
) == dname
)
9183 /* We are within a class's scope. If our declarator name
9184 is the same as the class name, and we are defining
9185 a function, then it is a constructor/destructor, and
9186 therefore returns a void type. */
9188 if (flags
== DTOR_FLAG
)
9190 /* ANSI C++ June 5 1992 WP 12.4.1. A destructor may
9191 not be declared const or volatile. A destructor
9192 may not be static. */
9194 error ("destructor cannot be static member function");
9197 error ("destructors cannot be declared `const' or `volatile'");
9198 return void_type_node
;
9200 if (decl_context
== FIELD
)
9202 if (! member_function_or_else (ctype
, current_class_type
,
9203 "destructor for alien class `%s' cannot be a member"))
9204 return void_type_node
;
9207 else /* It's a constructor. */
9211 /* ANSI C++ June 5 1992 WP 12.1.2. A constructor may
9212 not be declared const or volatile. A constructor may
9213 not be virtual. A constructor may not be static. */
9215 error ("constructor cannot be static member function");
9218 pedwarn ("constructors cannot be declared virtual");
9223 error ("constructors cannot be declared `const' or `volatile'");
9224 return void_type_node
;
9227 RID_BIT_TYPE tmp_bits
;
9228 bcopy ((void*)&specbits
, (void*)&tmp_bits
, sizeof (RID_BIT_TYPE
));
9229 RIDBIT_RESET (RID_INLINE
, tmp_bits
);
9230 RIDBIT_RESET (RID_STATIC
, tmp_bits
);
9231 if (RIDBIT_ANY_SET (tmp_bits
))
9232 error ("return value type specifier for constructor ignored");
9234 type
= build_pointer_type (ctype
);
9235 if (decl_context
== FIELD
9236 && IS_SIGNATURE (current_class_type
))
9238 error ("constructor not allowed in signature");
9239 return void_type_node
;
9241 else if (decl_context
== FIELD
)
9243 if (! member_function_or_else (ctype
, current_class_type
,
9244 "constructor for alien class `%s' cannot be member"))
9245 return void_type_node
;
9246 TYPE_HAS_CONSTRUCTOR (ctype
) = 1;
9247 if (return_type
!= return_ctor
)
9251 if (decl_context
== FIELD
)
9257 error ("can't initialize friend function `%s'", name
);
9260 /* Cannot be both friend and virtual. */
9261 error ("virtual functions cannot be friends");
9262 RIDBIT_RESET (RID_FRIEND
, specbits
);
9265 if (decl_context
== NORMAL
)
9266 error ("friend declaration not in class definition");
9267 if (current_function_decl
&& funcdef_flag
)
9268 cp_error ("can't define friend function `%s' in a local class definition",
9272 /* Construct the function type and go to the next
9273 inner layer of declarator. */
9275 declarator
= TREE_OPERAND (declarator
, 0);
9277 /* FIXME: This is where default args should be fully
9280 arg_types
= grokparms (inner_parms
, funcdecl_p
? funcdef_flag
: 0);
9284 /* Get past destructors, etc.
9285 We know we have one because FLAGS will be non-zero.
9287 Complain about improper parameter lists here. */
9288 if (TREE_CODE (declarator
) == BIT_NOT_EXPR
)
9290 declarator
= TREE_OPERAND (declarator
, 0);
9292 if (strict_prototype
== 0 && arg_types
== NULL_TREE
)
9293 arg_types
= void_list_node
;
9294 else if (arg_types
== NULL_TREE
9295 || arg_types
!= void_list_node
)
9297 error ("destructors cannot be specified with parameters");
9298 arg_types
= void_list_node
;
9303 /* ANSI says that `const int foo ();'
9304 does not make the function foo const. */
9305 type
= build_function_type (type
, arg_types
);
9309 for (t
= arg_types
; t
; t
= TREE_CHAIN (t
))
9310 if (TREE_PURPOSE (t
)
9311 && TREE_CODE (TREE_PURPOSE (t
)) == DEFAULT_ARG
)
9313 add_defarg_fn (type
);
9322 /* Filter out pointers-to-references and references-to-references.
9323 We can get these if a TYPE_DECL is used. */
9325 if (TREE_CODE (type
) == REFERENCE_TYPE
)
9327 error ("cannot declare %s to references",
9328 TREE_CODE (declarator
) == ADDR_EXPR
9329 ? "references" : "pointers");
9330 declarator
= TREE_OPERAND (declarator
, 0);
9334 if (TREE_CODE (type
) == OFFSET_TYPE
9335 && (TREE_CODE (TREE_TYPE (type
)) == VOID_TYPE
9336 || TREE_CODE (TREE_TYPE (type
)) == REFERENCE_TYPE
))
9338 cp_error ("cannot declare pointer to `%#T' member",
9340 type
= TREE_TYPE (type
);
9343 /* Merge any constancy or volatility into the target type
9346 if (constp
|| volatilep
)
9348 /* A const or volatile signature pointer/reference is
9349 pointing to a const or volatile object, i.e., the
9350 `optr' is const or volatile, respectively, not the
9351 signature pointer/reference itself. */
9352 if (! IS_SIGNATURE (type
))
9354 type
= cp_build_type_variant (type
, constp
, volatilep
);
9355 if (IS_AGGR_TYPE (type
))
9356 build_pointer_type (type
);
9362 if (IS_SIGNATURE (type
))
9364 if (TREE_CODE (declarator
) == ADDR_EXPR
)
9366 if (CLASSTYPE_METHOD_VEC (type
) == NULL_TREE
9367 && TYPE_SIZE (type
))
9368 cp_warning ("empty signature `%T' used in signature reference declaration",
9371 type
= build_signature_reference_type (type
,
9374 sorry ("signature reference");
9380 if (CLASSTYPE_METHOD_VEC (type
) == NULL_TREE
9381 && TYPE_SIZE (type
))
9382 cp_warning ("empty signature `%T' used in signature pointer declaration",
9384 type
= build_signature_pointer_type (type
,
9390 else if (TREE_CODE (declarator
) == ADDR_EXPR
)
9392 if (TREE_CODE (type
) == FUNCTION_TYPE
)
9394 error ("cannot declare references to functions; use pointer to function instead");
9395 type
= build_pointer_type (type
);
9399 if (TREE_CODE (type
) == VOID_TYPE
)
9400 error ("invalid type: `void &'");
9402 type
= build_reference_type (type
);
9405 else if (TREE_CODE (type
) == METHOD_TYPE
)
9407 type
= build_ptrmemfunc_type (build_pointer_type (type
));
9410 type
= build_pointer_type (type
);
9412 /* Process a list of type modifier keywords (such as
9413 const or volatile) that were given inside the `*' or `&'. */
9415 if (TREE_TYPE (declarator
))
9417 register tree typemodlist
;
9419 for (typemodlist
= TREE_TYPE (declarator
); typemodlist
;
9420 typemodlist
= TREE_CHAIN (typemodlist
))
9422 if (TREE_VALUE (typemodlist
) == ridpointers
[(int) RID_CONST
])
9424 else if (TREE_VALUE (typemodlist
) == ridpointers
[(int) RID_VOLATILE
])
9429 error ("invalid type modifier within %s declarator",
9430 TREE_CODE (declarator
) == ADDR_EXPR
9431 ? "reference" : "pointer");
9435 pedwarn ("duplicate `const'");
9437 pedwarn ("duplicate `volatile'");
9438 if (TREE_CODE (declarator
) == ADDR_EXPR
9439 && (constp
|| volatilep
))
9442 pedwarn ("discarding `const' applied to a reference");
9444 pedwarn ("discarding `volatile' applied to a reference");
9445 constp
= volatilep
= 0;
9448 declarator
= TREE_OPERAND (declarator
, 0);
9454 /* We have converted type names to NULL_TREE if the
9455 name was bogus, or to a _TYPE node, if not.
9457 The variable CTYPE holds the type we will ultimately
9458 resolve to. The code here just needs to build
9459 up appropriate member types. */
9460 tree sname
= TREE_OPERAND (declarator
, 1);
9463 /* Destructors can have their visibilities changed as well. */
9464 if (TREE_CODE (sname
) == BIT_NOT_EXPR
)
9465 sname
= TREE_OPERAND (sname
, 0);
9467 if (TREE_COMPLEXITY (declarator
) == 0)
9468 /* This needs to be here, in case we are called
9469 multiple times. */ ;
9470 else if (friendp
&& (TREE_COMPLEXITY (declarator
) < 2))
9471 /* Don't fall out into global scope. Hides real bug? --eichin */ ;
9472 else if (! IS_AGGR_TYPE_CODE
9473 (TREE_CODE (TREE_OPERAND (declarator
, 0))))
9475 else if (TREE_COMPLEXITY (declarator
) == current_class_depth
)
9477 /* Resolve any TYPENAME_TYPEs from the decl-specifier-seq
9478 that refer to ctype. They couldn't be resolved earlier
9479 because we hadn't pushed into the class yet.
9480 Example: resolve 'B<T>::type' in
9481 'B<typename B<T>::type> B<T>::f () { }'. */
9482 if (current_template_parms
9483 && uses_template_parms (type
)
9484 && uses_template_parms (current_class_type
))
9486 tree args
= current_template_args ();
9487 type
= tsubst (type
, args
, NULL_TREE
);
9490 /* This pop_nested_class corresponds to the
9491 push_nested_class used to push into class scope for
9492 parsing the argument list of a function decl, in
9494 pop_nested_class (1);
9495 TREE_COMPLEXITY (declarator
) = current_class_depth
;
9498 my_friendly_abort (16);
9500 if (TREE_OPERAND (declarator
, 0) == NULL_TREE
)
9502 /* We had a reference to a global decl, or
9503 perhaps we were given a non-aggregate typedef,
9504 in which case we cleared this out, and should just
9505 keep going as though it wasn't there. */
9509 ctype
= TREE_OPERAND (declarator
, 0);
9512 while (t
!= NULL_TREE
)
9514 if (CLASSTYPE_TEMPLATE_INFO (t
) &&
9515 !CLASSTYPE_TEMPLATE_SPECIALIZATION (t
))
9516 template_count
+= 1;
9517 t
= TYPE_MAIN_DECL (t
);
9518 if (DECL_LANG_SPECIFIC (t
))
9519 t
= DECL_CLASS_CONTEXT (t
);
9524 if (sname
== NULL_TREE
)
9527 if (TREE_CODE (sname
) == IDENTIFIER_NODE
)
9529 /* This is the `standard' use of the scoping operator:
9530 basetype :: member . */
9532 if (ctype
== current_class_type
)
9538 Is this ill-formed? */
9541 cp_pedwarn ("extra qualification `%T::' on member `%s' ignored",
9544 else if (TREE_CODE (type
) == FUNCTION_TYPE
)
9546 if (current_class_type
== NULL_TREE
9548 type
= build_cplus_method_type (build_type_variant (ctype
, constp
, volatilep
),
9549 TREE_TYPE (type
), TYPE_ARG_TYPES (type
));
9552 cp_error ("cannot declare member function `%T::%s' within `%T'",
9553 ctype
, name
, current_class_type
);
9554 return void_type_node
;
9557 else if (RIDBIT_SETP (RID_TYPEDEF
, specbits
)
9558 || TYPE_SIZE (complete_type (ctype
)) != NULL_TREE
)
9560 /* Have to move this code elsewhere in this function.
9561 this code is used for i.e., typedef int A::M; M *pm;
9563 It is? How? jason 10/2/94 */
9565 if (current_class_type
)
9567 cp_error ("cannot declare member `%T::%s' within `%T'",
9568 ctype
, name
, current_class_type
);
9569 return void_type_node
;
9571 type
= build_offset_type (ctype
, type
);
9573 else if (uses_template_parms (ctype
))
9575 if (TREE_CODE (type
) == FUNCTION_TYPE
)
9577 = build_cplus_method_type (build_type_variant (ctype
,
9581 TYPE_ARG_TYPES (type
));
9585 cp_error ("structure `%T' not yet defined", ctype
);
9586 return error_mark_node
;
9591 else if (TREE_CODE (sname
) == SCOPE_REF
)
9592 my_friendly_abort (17);
9596 declarator
= TREE_OPERAND (declarator
, 1);
9597 if (declarator
&& TREE_CODE (declarator
) == CALL_EXPR
)
9598 /* In this case, we will deal with it later. */
9602 if (TREE_CODE (type
) == FUNCTION_TYPE
)
9603 type
= build_cplus_method_type (build_type_variant (ctype
, constp
, volatilep
), TREE_TYPE (type
), TYPE_ARG_TYPES (type
));
9605 type
= build_offset_type (ctype
, type
);
9612 declarator
= TREE_OPERAND (declarator
, 0);
9618 declarator
= NULL_TREE
;
9622 declarator
= NULL_TREE
;
9626 my_friendly_abort (158);
9632 error ("only constructors can be declared `explicit'");
9636 /* Now TYPE has the actual type. */
9638 /* If this is declaring a typedef name, return a TYPE_DECL. */
9640 if (RIDBIT_SETP (RID_MUTABLE
, specbits
))
9644 error ("const `%s' cannot be declared `mutable'", name
);
9645 RIDBIT_RESET (RID_MUTABLE
, specbits
);
9649 error ("static `%s' cannot be declared `mutable'", name
);
9650 RIDBIT_RESET (RID_MUTABLE
, specbits
);
9654 if (RIDBIT_SETP (RID_TYPEDEF
, specbits
) && decl_context
!= TYPENAME
)
9658 /* Note that the grammar rejects storage classes
9659 in typenames, fields or parameters. */
9660 if (constp
|| volatilep
)
9661 type
= cp_build_type_variant (type
, constp
, volatilep
);
9662 if (current_lang_name
== lang_name_java
)
9663 TYPE_FOR_JAVA (type
) = 1;
9665 if (decl_context
== FIELD
)
9667 if (declarator
== current_class_name
)
9668 cp_pedwarn ("ANSI C++ forbids nested type `%D' with same name as enclosing class",
9670 decl
= build_lang_decl (TYPE_DECL
, declarator
, type
);
9671 if (IS_SIGNATURE (current_class_type
) && opaque_typedef
)
9672 SIGNATURE_HAS_OPAQUE_TYPEDECLS (current_class_type
) = 1;
9676 /* Make sure this typedef lives as long as its type,
9677 since it might be used as a template parameter. */
9678 if (type
!= error_mark_node
)
9679 push_obstacks (TYPE_OBSTACK (type
), TYPE_OBSTACK (type
));
9680 decl
= build_decl (TYPE_DECL
, declarator
, type
);
9681 if (type
!= error_mark_node
)
9685 /* If the user declares "struct {...} foo" then `foo' will have
9686 an anonymous name. Fill that name in now. Nothing can
9687 refer to it, so nothing needs know about the name change.
9688 The TYPE_NAME field was filled in by build_struct_xref. */
9689 if (type
!= error_mark_node
9690 && !TYPE_READONLY (type
) && !TYPE_VOLATILE (type
)
9692 && TREE_CODE (TYPE_NAME (type
)) == TYPE_DECL
9693 && ANON_AGGRNAME_P (TYPE_IDENTIFIER (type
)))
9695 /* Replace the anonymous name with the real name everywhere. */
9696 lookup_tag_reverse (type
, declarator
);
9697 TYPE_NAME (type
) = decl
;
9699 if (TYPE_LANG_SPECIFIC (type
))
9700 TYPE_WAS_ANONYMOUS (type
) = 1;
9702 /* XXX Temporarily set the scope.
9703 When returning, start_decl expects it as NULL_TREE,
9704 and will then then set it using pushdecl. */
9705 my_friendly_assert (DECL_CONTEXT (decl
) == NULL_TREE
, 980404);
9706 if (current_class_type
)
9707 DECL_CONTEXT (decl
) = current_class_type
;
9709 DECL_CONTEXT (decl
) = current_namespace
;
9711 DECL_ASSEMBLER_NAME (decl
) = DECL_NAME (decl
);
9712 DECL_ASSEMBLER_NAME (decl
)
9713 = get_identifier (build_overload_name (type
, 1, 1));
9714 DECL_CONTEXT (decl
) = NULL_TREE
;
9717 if (TREE_CODE (type
) == OFFSET_TYPE
|| TREE_CODE (type
) == METHOD_TYPE
)
9719 cp_error_at ("typedef name may not be class-qualified", decl
);
9724 if (ctype
== NULL_TREE
)
9726 if (TREE_CODE (type
) != METHOD_TYPE
)
9727 cp_error_at ("invalid type qualifier for non-method type", decl
);
9729 ctype
= TYPE_METHOD_BASETYPE (type
);
9731 if (ctype
!= NULL_TREE
)
9732 grok_method_quals (ctype
, decl
, quals
);
9735 if (RIDBIT_SETP (RID_SIGNED
, specbits
)
9736 || (typedef_decl
&& C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl
)))
9737 C_TYPEDEF_EXPLICITLY_SIGNED (decl
) = 1;
9739 if (RIDBIT_SETP (RID_MUTABLE
, specbits
))
9741 error ("non-object member `%s' cannot be declared mutable", name
);
9744 bad_specifiers (decl
, "type", virtualp
, quals
!= NULL_TREE
,
9745 inlinep
, friendp
, raises
!= NULL_TREE
);
9748 error ("typedef declaration includes an initializer");
9753 /* Detect the case of an array type of unspecified size
9754 which came, as such, direct from a typedef name.
9755 We must copy the type, so that each identifier gets
9756 a distinct type, so that each identifier's size can be
9757 controlled separately by its own initializer. */
9759 if (type
== typedef_type
&& TREE_CODE (type
) == ARRAY_TYPE
9760 && TYPE_DOMAIN (type
) == NULL_TREE
)
9762 type
= build_cplus_array_type (TREE_TYPE (type
), TYPE_DOMAIN (type
));
9765 /* If this is a type name (such as, in a cast or sizeof),
9766 compute the type and return it now. */
9768 if (decl_context
== TYPENAME
)
9770 /* Note that the grammar rejects storage classes
9771 in typenames, fields or parameters. */
9772 if (constp
|| volatilep
)
9774 if (IS_SIGNATURE (type
))
9775 error ("`const' or `volatile' specified with signature type");
9777 type
= cp_build_type_variant (type
, constp
, volatilep
);
9780 /* Special case: "friend class foo" looks like a TYPENAME context. */
9785 cp_error ("`volatile' specified for friend class declaration");
9790 cp_error ("`inline' specified for friend class declaration");
9794 /* Only try to do this stuff if we didn't already give up. */
9795 if (type
!= integer_type_node
)
9797 /* A friendly class? */
9798 if (current_class_type
)
9799 make_friend_class (current_class_type
, TYPE_MAIN_VARIANT (type
));
9801 error ("trying to make class `%s' a friend of global scope",
9802 TYPE_NAME_STRING (type
));
9803 type
= void_type_node
;
9808 tree dummy
= build_decl (TYPE_DECL
, declarator
, type
);
9809 if (ctype
== NULL_TREE
)
9811 my_friendly_assert (TREE_CODE (type
) == METHOD_TYPE
, 159);
9812 ctype
= TYPE_METHOD_BASETYPE (type
);
9814 grok_method_quals (ctype
, dummy
, quals
);
9815 type
= TREE_TYPE (dummy
);
9820 else if (declarator
== NULL_TREE
&& decl_context
!= PARM
9821 && decl_context
!= CATCHPARM
9822 && TREE_CODE (type
) != UNION_TYPE
9825 cp_error ("abstract declarator `%T' used as declaration", type
);
9826 declarator
= make_anon_name ();
9829 /* `void' at top level (not within pointer)
9830 is allowed only in typedefs or type names.
9831 We don't complain about parms either, but that is because
9832 a better error message can be made later. */
9834 if (TREE_CODE (type
) == VOID_TYPE
&& decl_context
!= PARM
)
9837 error ("unnamed variable or field declared void");
9838 else if (TREE_CODE (declarator
) == IDENTIFIER_NODE
)
9840 if (IDENTIFIER_OPNAME_P (declarator
))
9841 my_friendly_abort (356);
9843 error ("variable or field `%s' declared void", name
);
9846 error ("variable or field declared void");
9847 type
= integer_type_node
;
9850 /* Now create the decl, which may be a VAR_DECL, a PARM_DECL
9851 or a FUNCTION_DECL, depending on DECL_CONTEXT and TYPE. */
9856 if (decl_context
== PARM
)
9859 error ("cannot use `::' in parameter declaration");
9861 /* A parameter declared as an array of T is really a pointer to T.
9862 One declared as a function is really a pointer to a function.
9863 One declared as a member is really a pointer to member. */
9865 if (TREE_CODE (type
) == ARRAY_TYPE
)
9867 /* Transfer const-ness of array into that of type pointed to. */
9868 type
= build_pointer_type
9869 (cp_build_type_variant (TREE_TYPE (type
), constp
, volatilep
));
9870 volatilep
= constp
= 0;
9872 else if (TREE_CODE (type
) == FUNCTION_TYPE
)
9873 type
= build_pointer_type (type
);
9874 else if (TREE_CODE (type
) == OFFSET_TYPE
)
9875 type
= build_pointer_type (type
);
9876 else if (TREE_CODE (type
) == VOID_TYPE
&& declarator
)
9878 error ("declaration of `%s' as void", name
);
9882 decl
= build_decl (PARM_DECL
, declarator
, complete_type (type
));
9884 bad_specifiers (decl
, "parameter", virtualp
, quals
!= NULL_TREE
,
9885 inlinep
, friendp
, raises
!= NULL_TREE
);
9886 if (current_class_type
9887 && IS_SIGNATURE (current_class_type
))
9890 error ("parameter of signature member function declared `inline'");
9891 if (RIDBIT_SETP (RID_AUTO
, specbits
))
9892 error ("parameter of signature member function declared `auto'");
9893 if (RIDBIT_SETP (RID_REGISTER
, specbits
))
9894 error ("parameter of signature member function declared `register'");
9897 /* Compute the type actually passed in the parmlist,
9898 for the case where there is no prototype.
9899 (For example, shorts and chars are passed as ints.)
9900 When there is a prototype, this is overridden later. */
9902 DECL_ARG_TYPE (decl
) = type_promotes_to (type
);
9904 else if (decl_context
== FIELD
)
9906 if (type
== error_mark_node
)
9908 /* Happens when declaring arrays of sizes which
9909 are error_mark_node, for example. */
9912 else if (TREE_CODE (type
) == FUNCTION_TYPE
)
9915 tree function_context
;
9917 /* We catch the others as conflicts with the builtin
9919 if (friendp
&& declarator
== ridpointers
[(int) RID_SIGNED
])
9921 cp_error ("function `%D' cannot be declared friend",
9928 if (ctype
== NULL_TREE
)
9929 ctype
= current_class_type
;
9931 if (ctype
== NULL_TREE
)
9933 cp_error ("can't make `%D' into a method -- not in a class",
9935 return void_type_node
;
9938 /* ``A union may [ ... ] not [ have ] virtual functions.''
9940 if (virtualp
&& TREE_CODE (ctype
) == UNION_TYPE
)
9942 cp_error ("function `%D' declared virtual inside a union",
9944 return void_type_node
;
9947 if (declarator
== ansi_opname
[(int) NEW_EXPR
]
9948 || declarator
== ansi_opname
[(int) VEC_NEW_EXPR
]
9949 || declarator
== ansi_opname
[(int) DELETE_EXPR
]
9950 || declarator
== ansi_opname
[(int) VEC_DELETE_EXPR
])
9954 cp_error ("`%D' cannot be declared virtual, since it is always static",
9959 else if (staticp
< 2)
9960 type
= build_cplus_method_type (build_type_variant (ctype
, constp
, volatilep
),
9961 TREE_TYPE (type
), TYPE_ARG_TYPES (type
));
9964 /* Tell grokfndecl if it needs to set TREE_PUBLIC on the node. */
9965 function_context
= (ctype
!= NULL_TREE
) ?
9966 hack_decl_function_context (TYPE_MAIN_DECL (ctype
)) : NULL_TREE
;
9967 publicp
= (! friendp
|| ! staticp
)
9968 && function_context
== NULL_TREE
;
9969 decl
= grokfndecl (ctype
, type
,
9970 TREE_CODE (declarator
) != TEMPLATE_ID_EXPR
9971 ? declarator
: dname
,
9973 virtualp
, flags
, quals
, raises
, attrlist
,
9974 friendp
? -1 : 0, friendp
, publicp
, inlinep
,
9975 funcdef_flag
, template_count
, in_namespace
);
9976 if (decl
== NULL_TREE
)
9979 /* This clobbers the attrs stored in `decl' from `attrlist'. */
9980 /* The decl and setting of decl_machine_attr is also turned off. */
9981 decl
= build_decl_attribute_variant (decl
, decl_machine_attr
);
9985 DECL_NONCONVERTING_P (decl
) = 1;
9987 else if (TREE_CODE (type
) == METHOD_TYPE
)
9989 /* We only get here for friend declarations of
9990 members of other classes. */
9991 /* All method decls are public, so tell grokfndecl to set
9992 TREE_PUBLIC, also. */
9993 decl
= grokfndecl (ctype
, type
, declarator
, declarator
,
9994 virtualp
, flags
, quals
, raises
, attrlist
,
9995 friendp
? -1 : 0, friendp
, 1, 0, funcdef_flag
,
9996 template_count
, in_namespace
);
9997 if (decl
== NULL_TREE
)
10000 else if (!staticp
&& ! processing_template_decl
10001 && TYPE_SIZE (complete_type (type
)) == NULL_TREE
10002 && (TREE_CODE (type
) != ARRAY_TYPE
|| initialized
== 0))
10005 cp_error ("field `%D' has incomplete type", declarator
);
10007 cp_error ("name `%T' has incomplete type", type
);
10009 /* If we're instantiating a template, tell them which
10010 instantiation made the field's type be incomplete. */
10011 if (current_class_type
10012 && TYPE_NAME (current_class_type
)
10013 && IDENTIFIER_TEMPLATE (TYPE_IDENTIFIER (current_class_type
))
10014 && declspecs
&& TREE_VALUE (declspecs
)
10015 && TREE_TYPE (TREE_VALUE (declspecs
)) == type
)
10016 cp_error (" in instantiation of template `%T'",
10017 current_class_type
);
10019 type
= error_mark_node
;
10026 error ("`%s' is neither function nor method; cannot be declared friend",
10027 IDENTIFIER_POINTER (declarator
));
10035 /* Friends are treated specially. */
10036 if (ctype
== current_class_type
)
10037 warning ("member functions are implicitly friends of their class");
10040 tree t
= NULL_TREE
;
10041 if (decl
&& DECL_NAME (decl
))
10042 t
= do_friend (ctype
, declarator
, decl
,
10043 last_function_parms
, flags
, quals
,
10045 if (t
&& funcdef_flag
)
10048 return void_type_node
;
10052 /* Structure field. It may not be a function, except for C++ */
10054 if (decl
== NULL_TREE
)
10060 /* An attempt is being made to initialize a non-static
10061 member. But, from [class.mem]:
10063 4 A member-declarator can contain a
10064 constant-initializer only if it declares a static
10065 member (_class.static_) of integral or enumeration
10066 type, see _class.static.data_.
10068 This used to be relatively common practice, but
10069 the rest of the compiler does not correctly
10070 handle the initialization unless the member is
10071 static so we make it static below. */
10072 cp_pedwarn ("ANSI C++ forbids initialization of %s `%D'",
10073 constp
? "const member" : "member",
10075 cp_pedwarn ("making `%D' static", declarator
);
10079 /* Motion 10 at San Diego: If a static const integral data
10080 member is initialized with an integral constant
10081 expression, the initializer may appear either in the
10082 declaration (within the class), or in the definition,
10083 but not both. If it appears in the class, the member is
10084 a member constant. The file-scope definition is always
10087 /* According to Mike Stump, we generate bad code for
10088 this case, so we might as well always make it an
10090 cp_error ("ANSI C++ forbids in-class initialization of non-const static member `%D'",
10093 if (pedantic
&& ! INTEGRAL_TYPE_P (type
)
10094 && !uses_template_parms (type
))
10095 cp_pedwarn ("ANSI C++ forbids initialization of member constant `%D' of non-integral type `%T'", declarator
, type
);
10100 /* ANSI C++ Apr '95 wp 9.2 */
10101 if (declarator
== current_class_name
)
10102 cp_pedwarn ("ANSI C++ forbids static member `%D' with same name as enclosing class",
10105 /* C++ allows static class members.
10106 All other work for this is done by grokfield.
10107 This VAR_DECL is built by build_lang_field_decl.
10108 All other VAR_DECLs are built by build_decl. */
10109 decl
= build_lang_field_decl (VAR_DECL
, declarator
, type
);
10110 TREE_STATIC (decl
) = 1;
10111 /* In class context, 'static' means public access. */
10112 TREE_PUBLIC (decl
) = DECL_EXTERNAL (decl
) = 1;
10116 decl
= build_lang_field_decl (FIELD_DECL
, declarator
, type
);
10117 if (RIDBIT_SETP (RID_MUTABLE
, specbits
))
10119 DECL_MUTABLE_P (decl
) = 1;
10120 RIDBIT_RESET (RID_MUTABLE
, specbits
);
10124 bad_specifiers (decl
, "field", virtualp
, quals
!= NULL_TREE
,
10125 inlinep
, friendp
, raises
!= NULL_TREE
);
10128 else if (TREE_CODE (type
) == FUNCTION_TYPE
|| TREE_CODE (type
) == METHOD_TYPE
)
10130 tree original_name
;
10136 if (TREE_CODE (declarator
) == TEMPLATE_ID_EXPR
)
10137 original_name
= dname
;
10139 original_name
= declarator
;
10141 if (RIDBIT_SETP (RID_AUTO
, specbits
))
10142 error ("storage class `auto' invalid for function `%s'", name
);
10143 else if (RIDBIT_SETP (RID_REGISTER
, specbits
))
10144 error ("storage class `register' invalid for function `%s'", name
);
10146 /* Function declaration not at top level.
10147 Storage classes other than `extern' are not allowed
10148 and `extern' makes no difference. */
10149 if (! toplevel_bindings_p ()
10150 && (RIDBIT_SETP (RID_STATIC
, specbits
)
10151 || RIDBIT_SETP (RID_INLINE
, specbits
))
10154 if (RIDBIT_SETP (RID_STATIC
, specbits
))
10155 pedwarn ("storage class `static' invalid for function `%s' declared out of global scope", name
);
10157 pedwarn ("storage class `inline' invalid for function `%s' declared out of global scope", name
);
10160 if (ctype
== NULL_TREE
)
10164 error ("virtual non-class function `%s'", name
);
10168 if (current_lang_name
== lang_name_cplusplus
10169 && ! processing_template_decl
10170 && ! MAIN_NAME_P (original_name
)
10171 && ! (IDENTIFIER_LENGTH (original_name
) > 10
10172 && IDENTIFIER_POINTER (original_name
)[0] == '_'
10173 && IDENTIFIER_POINTER (original_name
)[1] == '_'
10174 && strncmp (IDENTIFIER_POINTER (original_name
)+2, "builtin_", 8) == 0))
10175 /* Plain overloading: will not be grok'd by grokclassfn. */
10176 if (name_mangling_version
< 1
10177 || TREE_CODE (declarator
) != TEMPLATE_ID_EXPR
)
10178 declarator
= build_decl_overload (dname
, TYPE_ARG_TYPES (type
), 0);
10180 else if (TREE_CODE (type
) == FUNCTION_TYPE
&& staticp
< 2)
10181 type
= build_cplus_method_type (build_type_variant (ctype
, constp
, volatilep
),
10182 TREE_TYPE (type
), TYPE_ARG_TYPES (type
));
10184 /* Record presence of `static'. */
10185 publicp
= (ctype
!= NULL_TREE
10186 || RIDBIT_SETP (RID_EXTERN
, specbits
)
10187 || !RIDBIT_SETP (RID_STATIC
, specbits
));
10189 decl
= grokfndecl (ctype
, type
, original_name
, declarator
,
10190 virtualp
, flags
, quals
, raises
, attrlist
,
10192 publicp
, inlinep
, funcdef_flag
,
10193 template_count
, in_namespace
);
10194 if (decl
== NULL_TREE
)
10197 if (ctype
== NULL_TREE
&& DECL_LANGUAGE (decl
) != lang_c
10198 && (! DECL_USE_TEMPLATE (decl
) ||
10199 name_mangling_version
< 1))
10200 DECL_ASSEMBLER_NAME (decl
) = declarator
;
10204 int illegal_static
= 0;
10206 /* Don't allow a static member function in a class, and forbid
10207 declaring main to be static. */
10208 if (TREE_CODE (type
) == METHOD_TYPE
)
10210 cp_pedwarn ("cannot declare member function `%D' to have static linkage", decl
);
10211 illegal_static
= 1;
10213 else if (current_function_decl
)
10215 /* FIXME need arm citation */
10216 error ("cannot declare static function inside another function");
10217 illegal_static
= 1;
10220 if (illegal_static
)
10223 RIDBIT_RESET (RID_STATIC
, specbits
);
10229 /* It's a variable. */
10231 if (decl_context
== CATCHPARM
)
10236 error ("cannot use `::' in parameter declaration");
10239 /* A parameter declared as an array of T is really a pointer to T.
10240 One declared as a function is really a pointer to a function.
10241 One declared as a member is really a pointer to member. */
10243 if (TREE_CODE (type
) == ARRAY_TYPE
)
10245 /* Transfer const-ness of array into that of type
10247 type
= build_pointer_type
10248 (cp_build_type_variant (TREE_TYPE (type
), constp
, volatilep
));
10249 volatilep
= constp
= 0;
10251 else if (TREE_CODE (type
) == FUNCTION_TYPE
)
10252 type
= build_pointer_type (type
);
10253 else if (TREE_CODE (type
) == OFFSET_TYPE
)
10254 type
= build_pointer_type (type
);
10257 /* An uninitialized decl with `extern' is a reference. */
10258 decl
= grokvardecl (type
, declarator
, &specbits
,
10259 initialized
, constp
, in_namespace
);
10260 bad_specifiers (decl
, "variable", virtualp
, quals
!= NULL_TREE
,
10261 inlinep
, friendp
, raises
!= NULL_TREE
);
10265 DECL_CONTEXT (decl
) = ctype
;
10268 cp_pedwarn ("static member `%D' re-declared as static", decl
);
10270 RIDBIT_RESET (RID_STATIC
, specbits
);
10272 if (RIDBIT_SETP (RID_REGISTER
, specbits
) && TREE_STATIC (decl
))
10274 cp_error ("static member `%D' declared `register'", decl
);
10275 RIDBIT_RESET (RID_REGISTER
, specbits
);
10277 if (RIDBIT_SETP (RID_EXTERN
, specbits
) && pedantic
)
10279 cp_pedwarn ("cannot explicitly declare member `%#D' to have extern linkage",
10281 RIDBIT_RESET (RID_EXTERN
, specbits
);
10286 if (RIDBIT_SETP (RID_MUTABLE
, specbits
))
10288 error ("`%s' cannot be declared mutable", name
);
10291 /* Record `register' declaration for warnings on &
10292 and in case doing stupid register allocation. */
10294 if (RIDBIT_SETP (RID_REGISTER
, specbits
))
10295 DECL_REGISTER (decl
) = 1;
10297 if (RIDBIT_SETP (RID_EXTERN
, specbits
))
10298 DECL_THIS_EXTERN (decl
) = 1;
10300 if (RIDBIT_SETP (RID_STATIC
, specbits
))
10301 DECL_THIS_STATIC (decl
) = 1;
10303 /* Record constancy and volatility. */
10306 TREE_READONLY (decl
) = TREE_CODE (type
) != REFERENCE_TYPE
;
10309 TREE_SIDE_EFFECTS (decl
) = 1;
10310 TREE_THIS_VOLATILE (decl
) = 1;
10317 /* Tell if a parmlist/exprlist looks like an exprlist or a parmlist.
10318 An empty exprlist is a parmlist. An exprlist which
10319 contains only identifiers at the global level
10320 is a parmlist. Otherwise, it is an exprlist. */
10323 parmlist_is_exprlist (exprs
)
10326 if (exprs
== NULL_TREE
|| TREE_PARMLIST (exprs
))
10329 if (toplevel_bindings_p ())
10331 /* At the global level, if these are all identifiers,
10332 then it is a parmlist. */
10335 if (TREE_CODE (TREE_VALUE (exprs
)) != IDENTIFIER_NODE
)
10337 exprs
= TREE_CHAIN (exprs
);
10344 /* Subroutine of `grokparms'. In a fcn definition, arg types must
10347 C++: also subroutine of `start_function'. */
10350 require_complete_types_for_parms (parms
)
10353 if (processing_template_decl
)
10358 tree type
= TREE_TYPE (parms
);
10359 if (TYPE_SIZE (complete_type (type
)) == NULL_TREE
)
10361 if (DECL_NAME (parms
))
10362 error ("parameter `%s' has incomplete type",
10363 IDENTIFIER_POINTER (DECL_NAME (parms
)));
10365 error ("parameter has incomplete type");
10366 TREE_TYPE (parms
) = error_mark_node
;
10369 /* If the arg types are incomplete in a declaration,
10370 they must include undefined tags.
10371 These tags can never be defined in the scope of the declaration,
10372 so the types can never be completed,
10373 and no call can be compiled successfully. */
10374 /* This is not the right behavior for C++, but not having
10375 it is also probably wrong. */
10378 /* Now warn if is a pointer to an incomplete type. */
10379 while (TREE_CODE (type
) == POINTER_TYPE
10380 || TREE_CODE (type
) == REFERENCE_TYPE
)
10381 type
= TREE_TYPE (type
);
10382 type
= TYPE_MAIN_VARIANT (type
);
10383 if (TYPE_SIZE (type
) == NULL_TREE
)
10385 if (DECL_NAME (parm
) != NULL_TREE
)
10386 warning ("parameter `%s' points to incomplete type",
10387 IDENTIFIER_POINTER (DECL_NAME (parm
)));
10389 warning ("parameter points to incomplete type");
10393 parms
= TREE_CHAIN (parms
);
10397 /* Decode the list of parameter types for a function type.
10398 Given the list of things declared inside the parens,
10399 return a list of types.
10401 The list we receive can have three kinds of elements:
10402 an IDENTIFIER_NODE for names given without types,
10403 a TREE_LIST node for arguments given as typespecs or names with typespecs,
10404 or void_type_node, to mark the end of an argument list
10405 when additional arguments are not permitted (... was not used).
10407 FUNCDEF_FLAG is nonzero for a function definition, 0 for
10408 a mere declaration. A nonempty identifier-list gets an error message
10409 when FUNCDEF_FLAG is zero.
10410 If FUNCDEF_FLAG is 1, then parameter types must be complete.
10411 If FUNCDEF_FLAG is -1, then parameter types may be incomplete.
10413 If all elements of the input list contain types,
10414 we return a list of the types.
10415 If all elements contain no type (except perhaps a void_type_node
10416 at the end), we return a null list.
10417 If some have types and some do not, it is an error, and we
10418 return a null list.
10420 Also set last_function_parms to either
10421 a list of names (IDENTIFIER_NODEs) or a chain of PARM_DECLs.
10422 A list of names is converted to a chain of PARM_DECLs
10423 by store_parm_decls so that ultimately it is always a chain of decls.
10425 Note that in C++, parameters can take default values. These default
10426 values are in the TREE_PURPOSE field of the TREE_LIST. It is
10427 an error to specify default values which are followed by parameters
10428 that have no default values, or an ELLIPSES. For simplicities sake,
10429 only parameters which are specified with their types can take on
10433 grokparms (first_parm
, funcdef_flag
)
10437 tree result
= NULL_TREE
;
10438 tree decls
= NULL_TREE
;
10440 if (first_parm
!= NULL_TREE
10441 && TREE_CODE (TREE_VALUE (first_parm
)) == IDENTIFIER_NODE
)
10443 if (! funcdef_flag
)
10444 pedwarn ("parameter names (without types) in function declaration");
10445 last_function_parms
= first_parm
;
10448 else if (first_parm
!= NULL_TREE
10449 && TREE_CODE (TREE_VALUE (first_parm
)) != TREE_LIST
10450 && TREE_CODE (TREE_VALUE (first_parm
)) != VOID_TYPE
)
10451 my_friendly_abort (145);
10454 /* Types were specified. This is a list of declarators
10455 each represented as a TREE_LIST node. */
10456 register tree parm
, chain
;
10457 int any_init
= 0, any_error
= 0;
10459 if (first_parm
!= NULL_TREE
)
10461 tree last_result
= NULL_TREE
;
10462 tree last_decl
= NULL_TREE
;
10464 for (parm
= first_parm
; parm
!= NULL_TREE
; parm
= chain
)
10466 tree type
= NULL_TREE
, list_node
= parm
;
10467 register tree decl
= TREE_VALUE (parm
);
10468 tree init
= TREE_PURPOSE (parm
);
10470 chain
= TREE_CHAIN (parm
);
10471 /* @@ weak defense against parse errors. */
10472 if (TREE_CODE (decl
) != VOID_TYPE
10473 && TREE_CODE (decl
) != TREE_LIST
)
10475 /* Give various messages as the need arises. */
10476 if (TREE_CODE (decl
) == STRING_CST
)
10477 cp_error ("invalid string constant `%E'", decl
);
10478 else if (TREE_CODE (decl
) == INTEGER_CST
)
10479 error ("invalid integer constant in parameter list, did you forget to give parameter name?");
10483 if (TREE_CODE (decl
) != VOID_TYPE
)
10485 decl
= grokdeclarator (TREE_VALUE (decl
),
10486 TREE_PURPOSE (decl
),
10487 PARM
, init
!= NULL_TREE
,
10491 type
= TREE_TYPE (decl
);
10492 if (TREE_CODE (type
) == VOID_TYPE
)
10493 decl
= void_type_node
;
10494 else if (TREE_CODE (type
) == METHOD_TYPE
)
10496 if (DECL_NAME (decl
))
10497 /* Cannot use the decl here because
10498 we don't have DECL_CONTEXT set up yet. */
10499 cp_error ("parameter `%D' invalidly declared method type",
10502 error ("parameter invalidly declared method type");
10503 type
= build_pointer_type (type
);
10504 TREE_TYPE (decl
) = type
;
10506 else if (TREE_CODE (type
) == OFFSET_TYPE
)
10508 if (DECL_NAME (decl
))
10509 cp_error ("parameter `%D' invalidly declared offset type",
10512 error ("parameter invalidly declared offset type");
10513 type
= build_pointer_type (type
);
10514 TREE_TYPE (decl
) = type
;
10516 else if (TREE_CODE (type
) == RECORD_TYPE
10517 && TYPE_LANG_SPECIFIC (type
)
10518 && CLASSTYPE_ABSTRACT_VIRTUALS (type
))
10520 abstract_virtuals_error (decl
, type
);
10521 any_error
= 1; /* Seems like a good idea. */
10523 else if (TREE_CODE (type
) == RECORD_TYPE
10524 && TYPE_LANG_SPECIFIC (type
)
10525 && IS_SIGNATURE (type
))
10527 signature_error (decl
, type
);
10528 any_error
= 1; /* Seems like a good idea. */
10532 if (TREE_CODE (decl
) == VOID_TYPE
)
10534 if (result
== NULL_TREE
)
10536 result
= void_list_node
;
10537 last_result
= result
;
10541 TREE_CHAIN (last_result
) = void_list_node
;
10542 last_result
= void_list_node
;
10545 && (chain
!= void_list_node
|| TREE_CHAIN (chain
)))
10546 error ("`void' in parameter list must be entire list");
10550 /* Since there is a prototype, args are passed in their own types. */
10551 DECL_ARG_TYPE (decl
) = TREE_TYPE (decl
);
10552 #ifdef PROMOTE_PROTOTYPES
10553 if ((TREE_CODE (type
) == INTEGER_TYPE
10554 || TREE_CODE (type
) == ENUMERAL_TYPE
)
10555 && TYPE_PRECISION (type
) < TYPE_PRECISION (integer_type_node
))
10556 DECL_ARG_TYPE (decl
) = integer_type_node
;
10563 if (TREE_CODE (init
) == SAVE_EXPR
)
10564 PARM_DECL_EXPR (init
) = 1;
10565 else if (processing_template_decl
)
10567 /* Unparsed default arg from in-class decl. */
10568 else if (TREE_CODE (init
) == DEFAULT_ARG
)
10570 else if (TREE_CODE (init
) == VAR_DECL
10571 || TREE_CODE (init
) == PARM_DECL
)
10573 if (IDENTIFIER_LOCAL_VALUE (DECL_NAME (init
)))
10575 /* ``Local variables may not be used in default
10576 argument expressions.'' dpANSI C++ 8.2.6 */
10577 /* If extern int i; within a function is not
10578 considered a local variable, then this code is
10580 cp_error ("local variable `%D' may not be used as a default argument", init
);
10583 else if (TREE_READONLY_DECL_P (init
))
10584 init
= decl_constant_value (init
);
10587 init
= require_instantiated_type (type
, init
, integer_zero_node
);
10588 if (! processing_template_decl
10589 && TREE_CODE (init
) != DEFAULT_ARG
10590 && ! can_convert_arg (type
, TREE_TYPE (init
), init
))
10591 cp_pedwarn ("invalid type `%T' for default argument to `%#D'",
10592 TREE_TYPE (init
), decl
);
10598 if (decls
== NULL_TREE
)
10605 TREE_CHAIN (last_decl
) = decl
;
10608 if (! current_function_decl
&& TREE_PERMANENT (list_node
))
10610 TREE_PURPOSE (list_node
) = init
;
10611 TREE_VALUE (list_node
) = type
;
10612 TREE_CHAIN (list_node
) = NULL_TREE
;
10615 list_node
= saveable_tree_cons (init
, type
, NULL_TREE
);
10616 if (result
== NULL_TREE
)
10618 result
= list_node
;
10619 last_result
= result
;
10623 TREE_CHAIN (last_result
) = list_node
;
10624 last_result
= list_node
;
10628 TREE_CHAIN (last_result
) = NULL_TREE
;
10629 /* If there are no parameters, and the function does not end
10630 with `...', then last_decl will be NULL_TREE. */
10631 if (last_decl
!= NULL_TREE
)
10632 TREE_CHAIN (last_decl
) = NULL_TREE
;
10636 last_function_parms
= decls
;
10638 /* In a fcn definition, arg types must be complete. */
10639 if (funcdef_flag
> 0)
10640 require_complete_types_for_parms (last_function_parms
);
10645 /* Called from the parser to update an element of TYPE_ARG_TYPES for some
10646 FUNCTION_TYPE with the newly parsed version of its default argument, which
10647 was previously digested as text. See snarf_defarg et al in lex.c. */
10650 replace_defarg (arg
, init
)
10653 if (! processing_template_decl
10654 && ! can_convert_arg (TREE_VALUE (arg
), TREE_TYPE (init
), init
))
10655 cp_pedwarn ("invalid type `%T' for default argument to `%T'",
10656 TREE_TYPE (init
), TREE_VALUE (arg
));
10657 TREE_PURPOSE (arg
) = init
;
10664 tree t
= FUNCTION_ARG_CHAIN (d
);
10665 if (DECL_CONSTRUCTOR_P (d
)
10666 && TYPE_USES_VIRTUAL_BASECLASSES (DECL_CONTEXT (d
)))
10667 t
= TREE_CHAIN (t
);
10668 if (t
&& TREE_CODE (TREE_VALUE (t
)) == REFERENCE_TYPE
10669 && (TYPE_MAIN_VARIANT (TREE_TYPE (TREE_VALUE (t
)))
10670 == DECL_CLASS_CONTEXT (d
))
10671 && (TREE_CHAIN (t
) == NULL_TREE
10672 || TREE_CHAIN (t
) == void_list_node
10673 || TREE_PURPOSE (TREE_CHAIN (t
))))
10678 /* These memoizing functions keep track of special properties which
10679 a class may have. `grok_ctor_properties' notices whether a class
10680 has a constructor of the form X(X&), and also complains
10681 if the class has a constructor of the form X(X).
10682 `grok_op_properties' takes notice of the various forms of
10683 operator= which are defined, as well as what sorts of type conversion
10684 may apply. Both functions take a FUNCTION_DECL as an argument. */
10687 grok_ctor_properties (ctype
, decl
)
10690 tree parmtypes
= FUNCTION_ARG_CHAIN (decl
);
10691 tree parmtype
= parmtypes
? TREE_VALUE (parmtypes
) : void_type_node
;
10693 /* When a type has virtual baseclasses, a magical first int argument is
10694 added to any ctor so we can tell if the class has been initialized
10695 yet. This could screw things up in this function, so we deliberately
10696 ignore the leading int if we're in that situation. */
10697 if (TYPE_USES_VIRTUAL_BASECLASSES (ctype
))
10699 my_friendly_assert (parmtypes
10700 && TREE_VALUE (parmtypes
) == integer_type_node
,
10702 parmtypes
= TREE_CHAIN (parmtypes
);
10703 parmtype
= TREE_VALUE (parmtypes
);
10706 if (TREE_CODE (parmtype
) == REFERENCE_TYPE
10707 && TYPE_MAIN_VARIANT (TREE_TYPE (parmtype
)) == ctype
10708 && (TREE_CHAIN (parmtypes
) == NULL_TREE
10709 || TREE_CHAIN (parmtypes
) == void_list_node
10710 || TREE_PURPOSE (TREE_CHAIN (parmtypes
))))
10712 TYPE_HAS_INIT_REF (ctype
) = 1;
10713 if (TYPE_READONLY (TREE_TYPE (parmtype
)))
10714 TYPE_HAS_CONST_INIT_REF (ctype
) = 1;
10716 else if (TYPE_MAIN_VARIANT (parmtype
) == ctype
10717 && TREE_CHAIN (parmtypes
) != NULL_TREE
10718 && TREE_CHAIN (parmtypes
) == void_list_node
)
10720 cp_error ("invalid constructor; you probably meant `%T (const %T&)'",
10722 SET_IDENTIFIER_ERROR_LOCUS (DECL_NAME (decl
), ctype
);
10725 else if (TREE_CODE (parmtype
) == VOID_TYPE
10726 || TREE_PURPOSE (parmtypes
) != NULL_TREE
)
10727 TYPE_HAS_DEFAULT_CONSTRUCTOR (ctype
) = 1;
10732 /* An operator with this name can be either unary or binary. */
10738 return (name
== ansi_opname
[(int) INDIRECT_REF
]
10739 || name
== ansi_opname
[(int) ADDR_EXPR
]
10740 || name
== ansi_opname
[(int) NEGATE_EXPR
]
10741 || name
== ansi_opname
[(int) POSTINCREMENT_EXPR
]
10742 || name
== ansi_opname
[(int) POSTDECREMENT_EXPR
]
10743 || name
== ansi_opname
[(int) CONVERT_EXPR
]);
10746 /* An operator with this name can only be unary. */
10752 return (name
== ansi_opname
[(int) TRUTH_NOT_EXPR
]
10753 || name
== ansi_opname
[(int) BIT_NOT_EXPR
]
10754 || name
== ansi_opname
[(int) COMPONENT_REF
]
10755 || OPERATOR_TYPENAME_P (name
));
10758 /* Do a little sanity-checking on how they declared their operator. */
10761 grok_op_properties (decl
, virtualp
, friendp
)
10763 int virtualp
, friendp
;
10765 tree argtypes
= TYPE_ARG_TYPES (TREE_TYPE (decl
));
10766 int methodp
= (TREE_CODE (TREE_TYPE (decl
)) == METHOD_TYPE
);
10767 tree name
= DECL_NAME (decl
);
10769 if (current_class_type
== NULL_TREE
)
10774 if (name
== ansi_opname
[(int) MODIFY_EXPR
])
10775 TYPE_HAS_ASSIGNMENT (current_class_type
) = 1;
10776 else if (name
== ansi_opname
[(int) CALL_EXPR
])
10777 TYPE_OVERLOADS_CALL_EXPR (current_class_type
) = 1;
10778 else if (name
== ansi_opname
[(int) ARRAY_REF
])
10779 TYPE_OVERLOADS_ARRAY_REF (current_class_type
) = 1;
10780 else if (name
== ansi_opname
[(int) COMPONENT_REF
]
10781 || name
== ansi_opname
[(int) MEMBER_REF
])
10782 TYPE_OVERLOADS_ARROW (current_class_type
) = 1;
10783 else if (name
== ansi_opname
[(int) NEW_EXPR
])
10784 TYPE_GETS_NEW (current_class_type
) |= 1;
10785 else if (name
== ansi_opname
[(int) DELETE_EXPR
])
10786 TYPE_GETS_DELETE (current_class_type
) |= 1;
10787 else if (name
== ansi_opname
[(int) VEC_NEW_EXPR
])
10788 TYPE_GETS_NEW (current_class_type
) |= 2;
10789 else if (name
== ansi_opname
[(int) VEC_DELETE_EXPR
])
10790 TYPE_GETS_DELETE (current_class_type
) |= 2;
10793 if (name
== ansi_opname
[(int) NEW_EXPR
]
10794 || name
== ansi_opname
[(int) VEC_NEW_EXPR
])
10796 /* When the compiler encounters the definition of A::operator new, it
10797 doesn't look at the class declaration to find out if it's static. */
10799 revert_static_member_fn (&decl
, NULL
, NULL
);
10801 /* Take care of function decl if we had syntax errors. */
10802 if (argtypes
== NULL_TREE
)
10804 = build_function_type (ptr_type_node
,
10805 hash_tree_chain (integer_type_node
,
10808 TREE_TYPE (decl
) = coerce_new_type (TREE_TYPE (decl
));
10810 else if (name
== ansi_opname
[(int) DELETE_EXPR
]
10811 || name
== ansi_opname
[(int) VEC_DELETE_EXPR
])
10814 revert_static_member_fn (&decl
, NULL
, NULL
);
10816 if (argtypes
== NULL_TREE
)
10818 = build_function_type (void_type_node
,
10819 hash_tree_chain (ptr_type_node
,
10823 TREE_TYPE (decl
) = coerce_delete_type (TREE_TYPE (decl
));
10825 if (! friendp
&& name
== ansi_opname
[(int) VEC_DELETE_EXPR
]
10826 && (TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (decl
)))
10827 != void_list_node
))
10828 TYPE_VEC_DELETE_TAKES_SIZE (current_class_type
) = 1;
10833 /* An operator function must either be a non-static member function
10834 or have at least one parameter of a class, a reference to a class,
10835 an enumeration, or a reference to an enumeration. 13.4.0.6 */
10836 if (! methodp
|| DECL_STATIC_FUNCTION_P (decl
))
10838 if (OPERATOR_TYPENAME_P (name
)
10839 || name
== ansi_opname
[(int) CALL_EXPR
]
10840 || name
== ansi_opname
[(int) MODIFY_EXPR
]
10841 || name
== ansi_opname
[(int) COMPONENT_REF
]
10842 || name
== ansi_opname
[(int) ARRAY_REF
])
10843 cp_error ("`%D' must be a nonstatic member function", decl
);
10848 if (DECL_STATIC_FUNCTION_P (decl
))
10849 cp_error ("`%D' must be either a non-static member function or a non-member function", decl
);
10852 for (; TREE_CODE (TREE_VALUE (p
)) != VOID_TYPE
; p
= TREE_CHAIN (p
))
10854 tree arg
= TREE_VALUE (p
);
10855 if (TREE_CODE (arg
) == REFERENCE_TYPE
)
10856 arg
= TREE_TYPE (arg
);
10858 /* This lets bad template code slip through. */
10859 if (IS_AGGR_TYPE (arg
)
10860 || TREE_CODE (arg
) == ENUMERAL_TYPE
10861 || TREE_CODE (arg
) == TEMPLATE_TYPE_PARM
10862 || TREE_CODE (arg
) == TEMPLATE_TEMPLATE_PARM
)
10866 ("`%D' must have an argument of class or enumerated type",
10873 if (name
== ansi_opname
[(int) CALL_EXPR
])
10874 return; /* No restrictions on args. */
10876 if (IDENTIFIER_TYPENAME_P (name
) && ! DECL_TEMPLATE_INFO (decl
))
10878 tree t
= TREE_TYPE (name
);
10879 if (TREE_CODE (t
) == VOID_TYPE
)
10880 pedwarn ("void is not a valid type conversion operator");
10881 else if (! friendp
)
10883 int ref
= (TREE_CODE (t
) == REFERENCE_TYPE
);
10886 t
= TYPE_MAIN_VARIANT (TREE_TYPE (t
));
10888 if (t
== current_class_type
)
10889 what
= "the same type";
10890 /* Don't force t to be complete here. */
10891 else if (IS_AGGR_TYPE (t
)
10893 && DERIVED_FROM_P (t
, current_class_type
))
10894 what
= "a base class";
10897 warning ("conversion to %s%s will never use a type conversion operator",
10898 ref
? "a reference to " : "", what
);
10902 if (name
== ansi_opname
[(int) MODIFY_EXPR
])
10906 if (list_length (argtypes
) != 3 && methodp
)
10908 cp_error ("`%D' must take exactly one argument", decl
);
10911 parmtype
= TREE_VALUE (TREE_CHAIN (argtypes
));
10913 if (copy_assignment_arg_p (parmtype
, virtualp
)
10916 TYPE_HAS_ASSIGN_REF (current_class_type
) = 1;
10917 if (TREE_CODE (parmtype
) != REFERENCE_TYPE
10918 || TYPE_READONLY (TREE_TYPE (parmtype
)))
10919 TYPE_HAS_CONST_ASSIGN_REF (current_class_type
) = 1;
10922 else if (name
== ansi_opname
[(int) COND_EXPR
])
10925 pedwarn ("ANSI C++ prohibits overloading operator ?:");
10926 if (list_length (argtypes
) != 4)
10927 cp_error ("`%D' must take exactly three arguments", decl
);
10929 else if (ambi_op_p (name
))
10931 if (list_length (argtypes
) == 2)
10933 else if (list_length (argtypes
) == 3)
10935 if ((name
== ansi_opname
[(int) POSTINCREMENT_EXPR
]
10936 || name
== ansi_opname
[(int) POSTDECREMENT_EXPR
])
10937 && ! processing_template_decl
10938 && TREE_VALUE (TREE_CHAIN (argtypes
)) != integer_type_node
)
10941 cp_error ("postfix `%D' must take `int' as its argument",
10945 ("postfix `%D' must take `int' as its second argument",
10952 cp_error ("`%D' must take either zero or one argument", decl
);
10954 cp_error ("`%D' must take either one or two arguments", decl
);
10957 /* More Effective C++ rule 6. */
10959 && (name
== ansi_opname
[(int) POSTINCREMENT_EXPR
]
10960 || name
== ansi_opname
[(int) POSTDECREMENT_EXPR
]))
10962 tree arg
= TREE_VALUE (argtypes
);
10963 tree ret
= TREE_TYPE (TREE_TYPE (decl
));
10964 if (methodp
|| TREE_CODE (arg
) == REFERENCE_TYPE
)
10965 arg
= TREE_TYPE (arg
);
10966 arg
= TYPE_MAIN_VARIANT (arg
);
10967 if (list_length (argtypes
) == 2)
10969 if (TREE_CODE (ret
) != REFERENCE_TYPE
10970 || !comptypes (TYPE_MAIN_VARIANT (TREE_TYPE (ret
)),
10972 cp_warning ("prefix `%D' should return `%T'", decl
,
10973 build_reference_type (arg
));
10977 if (!comptypes (TYPE_MAIN_VARIANT (ret
), arg
, 1))
10978 cp_warning ("postfix `%D' should return `%T'", decl
, arg
);
10982 else if (unary_op_p (name
))
10984 if (list_length (argtypes
) != 2)
10987 cp_error ("`%D' must take `void'", decl
);
10989 cp_error ("`%D' must take exactly one argument", decl
);
10992 else /* if (binary_op_p (name)) */
10994 if (list_length (argtypes
) != 3)
10997 cp_error ("`%D' must take exactly one argument", decl
);
10999 cp_error ("`%D' must take exactly two arguments", decl
);
11002 /* More Effective C++ rule 7. */
11004 && (name
== ansi_opname
[TRUTH_ANDIF_EXPR
]
11005 || name
== ansi_opname
[TRUTH_ORIF_EXPR
]
11006 || name
== ansi_opname
[COMPOUND_EXPR
]))
11007 cp_warning ("user-defined `%D' always evaluates both arguments",
11011 /* Effective C++ rule 23. */
11013 && list_length (argtypes
) == 3
11014 && (name
== ansi_opname
[PLUS_EXPR
]
11015 || name
== ansi_opname
[MINUS_EXPR
]
11016 || name
== ansi_opname
[TRUNC_DIV_EXPR
]
11017 || name
== ansi_opname
[MULT_EXPR
])
11018 && TREE_CODE (TREE_TYPE (TREE_TYPE (decl
))) == REFERENCE_TYPE
)
11019 cp_warning ("`%D' should return by value", decl
);
11023 for (; argtypes
!= void_list_node
; argtypes
= TREE_CHAIN (argtypes
))
11024 if (TREE_PURPOSE (argtypes
))
11026 TREE_PURPOSE (argtypes
) = NULL_TREE
;
11027 if (name
== ansi_opname
[(int) POSTINCREMENT_EXPR
]
11028 || name
== ansi_opname
[(int) POSTDECREMENT_EXPR
])
11031 cp_pedwarn ("`%D' cannot have default arguments", decl
);
11034 cp_error ("`%D' cannot have default arguments", decl
);
11039 /* Get the struct, enum or union (CODE says which) with tag NAME.
11040 Define the tag as a forward-reference if it is not defined.
11042 C++: If a class derivation is given, process it here, and report
11043 an error if multiple derivation declarations are not identical.
11045 If this is a definition, come in through xref_tag and only look in
11046 the current frame for the name (since C++ allows new names in any
11050 xref_tag (code_type_node
, name
, binfo
, globalize
)
11051 tree code_type_node
;
11055 enum tag_types tag_code
;
11056 enum tree_code code
;
11058 register tree ref
, t
;
11059 struct binding_level
*b
= inner_binding_level
;
11062 tag_code
= (enum tag_types
) TREE_INT_CST_LOW (code_type_node
);
11067 case signature_type
:
11068 code
= RECORD_TYPE
;
11074 code
= ENUMERAL_TYPE
;
11077 my_friendly_abort (18);
11080 /* If a cross reference is requested, look up the type
11081 already defined for this tag and return it. */
11082 if (TREE_CODE_CLASS (TREE_CODE (name
)) == 't')
11085 name
= TYPE_IDENTIFIER (t
);
11089 t
= IDENTIFIER_TYPE_VALUE (name
);
11090 if (t
&& TREE_CODE (t
) != code
&& TREE_CODE (t
) != TEMPLATE_TYPE_PARM
11091 && TREE_CODE (t
) != TEMPLATE_TEMPLATE_PARM
)
11096 if (pedantic
&& t
&& (TREE_CODE (t
) == TEMPLATE_TYPE_PARM
11097 || TREE_CODE (t
) == TEMPLATE_TEMPLATE_PARM
))
11099 cp_pedwarn ("redeclaration of template type-parameter `%T'", name
);
11100 cp_pedwarn_at (" previously declared here", t
);
11102 if (t
&& TYPE_CONTEXT (t
) && got_type
)
11106 /* If we know we are defining this tag, only look it up in
11107 this scope and don't try to find it as a type. */
11108 ref
= lookup_tag (code
, name
, b
, 1);
11116 ref
= lookup_tag (code
, name
, b
, 0);
11120 /* Try finding it as a type declaration. If that wins, use it. */
11121 ref
= lookup_name (name
, 1);
11123 if (ref
!= NULL_TREE
11124 && processing_template_decl
11125 && DECL_CLASS_TEMPLATE_P (ref
)
11126 && template_class_depth (current_class_type
) == 0)
11127 /* Since GLOBALIZE is true, we're declaring a global
11128 template, so we want this type. */
11129 ref
= DECL_RESULT (ref
);
11131 if (ref
&& TREE_CODE (ref
) == TYPE_DECL
11132 && TREE_CODE (TREE_TYPE (ref
)) == code
)
11133 ref
= TREE_TYPE (ref
);
11139 push_obstacks_nochange ();
11143 /* If no such tag is yet defined, create a forward-reference node
11144 and record it as the "definition".
11145 When a real declaration of this type is found,
11146 the forward-reference will be altered into a real type. */
11148 /* In C++, since these migrate into the global scope, we must
11149 build them on the permanent obstack. */
11151 temp
= allocation_temporary_p ();
11153 end_temporary_allocation ();
11155 if (code
== ENUMERAL_TYPE
)
11157 cp_error ("use of enum `%#D' without previous declaration", name
);
11159 ref
= make_node (ENUMERAL_TYPE
);
11161 /* Give the type a default layout like unsigned int
11162 to avoid crashing if it does not get defined. */
11163 TYPE_MODE (ref
) = TYPE_MODE (unsigned_type_node
);
11164 TYPE_ALIGN (ref
) = TYPE_ALIGN (unsigned_type_node
);
11165 TREE_UNSIGNED (ref
) = 1;
11166 TYPE_PRECISION (ref
) = TYPE_PRECISION (unsigned_type_node
);
11167 TYPE_MIN_VALUE (ref
) = TYPE_MIN_VALUE (unsigned_type_node
);
11168 TYPE_MAX_VALUE (ref
) = TYPE_MAX_VALUE (unsigned_type_node
);
11170 /* Enable us to recognize when a type is created in class context.
11171 To do nested classes correctly, this should probably be cleared
11172 out when we leave this classes scope. Currently this in only
11173 done in `start_enum'. */
11175 pushtag (name
, ref
, globalize
);
11179 struct binding_level
*old_b
= class_binding_level
;
11181 ref
= make_lang_type (code
);
11183 if (tag_code
== signature_type
)
11185 SET_SIGNATURE (ref
);
11186 /* Since a signature type will be turned into the type
11187 of signature tables, it's not only an interface. */
11188 CLASSTYPE_INTERFACE_ONLY (ref
) = 0;
11189 SET_CLASSTYPE_INTERFACE_KNOWN (ref
);
11190 /* A signature doesn't have a vtable. */
11191 CLASSTYPE_VTABLE_NEEDS_WRITING (ref
) = 0;
11194 #ifdef NONNESTED_CLASSES
11195 /* Class types don't nest the way enums do. */
11196 class_binding_level
= (struct binding_level
*)0;
11198 pushtag (name
, ref
, globalize
);
11199 class_binding_level
= old_b
;
11204 /* If it no longer looks like a nested type, make sure it's
11206 If it is not an IDENTIFIER, this is not a declaration */
11207 if (b
->namespace_p
&& !class_binding_level
11208 && TREE_CODE (name
) == IDENTIFIER_NODE
)
11210 if (IDENTIFIER_NAMESPACE_VALUE (name
) == NULL_TREE
)
11211 SET_IDENTIFIER_NAMESPACE_VALUE (name
, TYPE_NAME (ref
));
11214 if (!globalize
&& processing_template_decl
&& IS_AGGR_TYPE (ref
))
11215 redeclare_class_template (ref
, current_template_parms
);
11219 xref_basetypes (code_type_node
, name
, ref
, binfo
);
11221 /* Until the type is defined, tentatively accept whatever
11222 structure tag the user hands us. */
11223 if (TYPE_SIZE (ref
) == NULL_TREE
11224 && ref
!= current_class_type
11225 /* Have to check this, in case we have contradictory tag info. */
11226 && IS_AGGR_TYPE_CODE (TREE_CODE (ref
)))
11228 if (tag_code
== class_type
)
11229 CLASSTYPE_DECLARED_CLASS (ref
) = 1;
11230 else if (tag_code
== record_type
|| tag_code
== signature_type
)
11231 CLASSTYPE_DECLARED_CLASS (ref
) = 0;
11240 xref_tag_from_type (old
, id
, globalize
)
11244 tree code_type_node
;
11246 if (TREE_CODE (old
) == RECORD_TYPE
)
11247 code_type_node
= (CLASSTYPE_DECLARED_CLASS (old
)
11248 ? class_type_node
: record_type_node
);
11250 code_type_node
= union_type_node
;
11252 if (id
== NULL_TREE
)
11253 id
= TYPE_IDENTIFIER (old
);
11255 return xref_tag (code_type_node
, id
, NULL_TREE
, globalize
);
11259 xref_basetypes (code_type_node
, name
, ref
, binfo
)
11260 tree code_type_node
;
11264 /* In the declaration `A : X, Y, ... Z' we mark all the types
11265 (A, X, Y, ..., Z) so we can check for duplicates. */
11268 enum tag_types tag_code
= (enum tag_types
) TREE_INT_CST_LOW (code_type_node
);
11270 if (tag_code
== union_type
)
11272 cp_error ("derived union `%T' invalid", ref
);
11276 len
= list_length (binfo
);
11277 push_obstacks (TYPE_OBSTACK (ref
), TYPE_OBSTACK (ref
));
11279 SET_CLASSTYPE_MARKED (ref
);
11280 BINFO_BASETYPES (TYPE_BINFO (ref
)) = binfos
= make_tree_vec (len
);
11282 for (i
= 0; binfo
; binfo
= TREE_CHAIN (binfo
))
11284 /* The base of a derived struct is public by default. */
11286 = (TREE_PURPOSE (binfo
) == access_public_node
11287 || TREE_PURPOSE (binfo
) == access_public_virtual_node
11288 || (tag_code
!= class_type
11289 && (TREE_PURPOSE (binfo
) == access_default_node
11290 || TREE_PURPOSE (binfo
) == access_default_virtual_node
)));
11292 = (TREE_PURPOSE (binfo
) == access_protected_node
11293 || TREE_PURPOSE (binfo
) == access_protected_virtual_node
);
11295 = (TREE_PURPOSE (binfo
) == access_private_virtual_node
11296 || TREE_PURPOSE (binfo
) == access_protected_virtual_node
11297 || TREE_PURPOSE (binfo
) == access_public_virtual_node
11298 || TREE_PURPOSE (binfo
) == access_default_virtual_node
);
11299 tree basetype
= TREE_VALUE (binfo
);
11302 GNU_xref_hier (IDENTIFIER_POINTER (name
),
11303 IDENTIFIER_POINTER (TREE_VALUE (binfo
)),
11304 via_public
, via_virtual
, 0);
11306 if (basetype
&& TREE_CODE (basetype
) == TYPE_DECL
)
11307 basetype
= TREE_TYPE (basetype
);
11309 || (TREE_CODE (basetype
) != RECORD_TYPE
11310 && TREE_CODE (basetype
) != TYPENAME_TYPE
11311 && TREE_CODE (basetype
) != TEMPLATE_TYPE_PARM
11312 && TREE_CODE (basetype
) != TEMPLATE_TEMPLATE_PARM
))
11314 cp_error ("base type `%T' fails to be a struct or class type",
11315 TREE_VALUE (binfo
));
11319 /* This code replaces similar code in layout_basetypes.
11320 We put the complete_type first for implicit `typename'. */
11321 else if (TYPE_SIZE (complete_type (basetype
)) == NULL_TREE
11322 && ! (current_template_parms
&& uses_template_parms (basetype
)))
11324 cp_error ("base class `%T' has incomplete type", basetype
);
11330 if (CLASSTYPE_MARKED (basetype
))
11332 if (basetype
== ref
)
11333 cp_error ("recursive type `%T' undefined", basetype
);
11335 cp_error ("duplicate base type `%T' invalid", basetype
);
11339 if (TYPE_FOR_JAVA (basetype
)
11340 && current_lang_stack
== current_lang_base
)
11341 TYPE_FOR_JAVA (ref
) = 1;
11343 /* Note that the BINFO records which describe individual
11344 inheritances are *not* shared in the lattice! They
11345 cannot be shared because a given baseclass may be
11346 inherited with different `accessibility' by different
11347 derived classes. (Each BINFO record describing an
11348 individual inheritance contains flags which say what
11349 the `accessibility' of that particular inheritance is.) */
11351 base_binfo
= make_binfo (integer_zero_node
, basetype
,
11352 TYPE_BINFO_VTABLE (basetype
),
11353 TYPE_BINFO_VIRTUALS (basetype
), NULL_TREE
);
11355 TREE_VEC_ELT (binfos
, i
) = base_binfo
;
11356 TREE_VIA_PUBLIC (base_binfo
) = via_public
;
11357 TREE_VIA_PROTECTED (base_binfo
) = via_protected
;
11358 TREE_VIA_VIRTUAL (base_binfo
) = via_virtual
;
11359 BINFO_INHERITANCE_CHAIN (base_binfo
) = TYPE_BINFO (ref
);
11361 SET_CLASSTYPE_MARKED (basetype
);
11363 /* We are free to modify these bits because they are meaningless
11364 at top level, and BASETYPE is a top-level type. */
11365 if (via_virtual
|| TYPE_USES_VIRTUAL_BASECLASSES (basetype
))
11367 TYPE_USES_VIRTUAL_BASECLASSES (ref
) = 1;
11368 TYPE_USES_COMPLEX_INHERITANCE (ref
) = 1;
11371 TYPE_GETS_NEW (ref
) |= TYPE_GETS_NEW (basetype
);
11372 TYPE_GETS_DELETE (ref
) |= TYPE_GETS_DELETE (basetype
);
11373 CLASSTYPE_LOCAL_TYPEDECLS (ref
) |= CLASSTYPE_LOCAL_TYPEDECLS (basetype
);
11378 TREE_VEC_LENGTH (binfos
) = i
;
11380 BINFO_BASETYPES (TYPE_BINFO (ref
)) = NULL_TREE
;
11383 TYPE_USES_MULTIPLE_INHERITANCE (ref
) = 1;
11385 TYPE_USES_MULTIPLE_INHERITANCE (ref
)
11386 = TYPE_USES_MULTIPLE_INHERITANCE (BINFO_TYPE (TREE_VEC_ELT (binfos
, 0)));
11387 if (TYPE_USES_MULTIPLE_INHERITANCE (ref
))
11388 TYPE_USES_COMPLEX_INHERITANCE (ref
) = 1;
11390 /* Unmark all the types. */
11392 CLEAR_CLASSTYPE_MARKED (BINFO_TYPE (TREE_VEC_ELT (binfos
, i
)));
11393 CLEAR_CLASSTYPE_MARKED (ref
);
11399 tree current_local_enum
= NULL_TREE
;
11401 /* Begin compiling the definition of an enumeration type.
11402 NAME is its name (or null if anonymous).
11403 Returns the type object, as yet incomplete.
11404 Also records info about it so that build_enumerator
11405 may be used to declare the individual values as they are read. */
11411 register tree enumtype
= NULL_TREE
;
11412 struct binding_level
*b
= inner_binding_level
;
11414 if (processing_template_decl
&& current_function_decl
)
11415 end_temporary_allocation ();
11417 /* If this is the real definition for a previous forward reference,
11418 fill in the contents in the same object that used to be the
11419 forward reference. */
11421 if (name
!= NULL_TREE
)
11422 enumtype
= lookup_tag (ENUMERAL_TYPE
, name
, b
, 1);
11424 if (enumtype
!= NULL_TREE
&& TREE_CODE (enumtype
) == ENUMERAL_TYPE
)
11425 cp_error ("multiple definition of `%#T'", enumtype
);
11428 enumtype
= make_node (ENUMERAL_TYPE
);
11429 pushtag (name
, enumtype
, 0);
11432 if (b
->pseudo_global
)
11433 cp_error ("template declaration of `%#T'", enumtype
);
11435 if (current_class_type
)
11436 TREE_ADDRESSABLE (b
->tags
) = 1;
11438 current_local_enum
= NULL_TREE
;
11440 /* We don't copy this value because build_enumerator needs to do it. */
11441 enum_next_value
= integer_zero_node
;
11444 GNU_xref_decl (current_function_decl
, enumtype
);
11448 /* After processing and defining all the values of an enumeration type,
11449 install their decls in the enumeration type and finish it off.
11450 ENUMTYPE is the type object and VALUES a list of name-value pairs.
11451 Returns ENUMTYPE. */
11454 finish_enum (enumtype
, values
)
11455 register tree enumtype
, values
;
11457 register tree minnode
= NULL_TREE
, maxnode
= NULL_TREE
;
11458 /* Calculate the maximum value of any enumerator in this type. */
11462 register tree pair
;
11463 register tree value
= DECL_INITIAL (TREE_VALUE (values
));
11465 if (! processing_template_decl
)
11467 /* Speed up the main loop by performing some precalculations */
11468 TREE_TYPE (TREE_VALUE (values
)) = enumtype
;
11469 TREE_TYPE (value
) = enumtype
;
11470 minnode
= maxnode
= value
;
11472 TREE_VALUE (values
) = value
;
11474 for (pair
= TREE_CHAIN (values
); pair
; pair
= TREE_CHAIN (pair
))
11476 value
= DECL_INITIAL (TREE_VALUE (pair
));
11477 if (! processing_template_decl
)
11479 TREE_TYPE (TREE_VALUE (pair
)) = enumtype
;
11480 TREE_TYPE (value
) = enumtype
;
11481 if (tree_int_cst_lt (maxnode
, value
))
11483 else if (tree_int_cst_lt (value
, minnode
))
11486 TREE_VALUE (pair
) = value
;
11490 maxnode
= minnode
= integer_zero_node
;
11492 TYPE_VALUES (enumtype
) = nreverse (values
);
11494 if (processing_template_decl
)
11496 if (current_function_decl
)
11498 add_tree (build_min (TAG_DEFN
, enumtype
));
11499 resume_temporary_allocation ();
11505 int unsignedp
= tree_int_cst_sgn (minnode
) >= 0;
11506 int lowprec
= min_precision (minnode
, unsignedp
);
11507 int highprec
= min_precision (maxnode
, unsignedp
);
11508 int precision
= MAX (lowprec
, highprec
);
11510 TYPE_SIZE (enumtype
) = NULL_TREE
;
11512 /* Set TYPE_MIN_VALUE and TYPE_MAX_VALUE according to `precision'. */
11514 TYPE_PRECISION (enumtype
) = precision
;
11516 fixup_unsigned_type (enumtype
);
11518 fixup_signed_type (enumtype
);
11520 if (flag_short_enums
|| (precision
> TYPE_PRECISION (integer_type_node
)))
11521 /* Use the width of the narrowest normal C type which is wide enough. */
11522 TYPE_PRECISION (enumtype
) = TYPE_PRECISION (type_for_size
11525 TYPE_PRECISION (enumtype
) = TYPE_PRECISION (integer_type_node
);
11527 TYPE_SIZE (enumtype
) = 0;
11528 layout_type (enumtype
);
11534 /* Fix up all variant types of this enum type. */
11535 for (tem
= TYPE_MAIN_VARIANT (enumtype
); tem
;
11536 tem
= TYPE_NEXT_VARIANT (tem
))
11538 TYPE_VALUES (tem
) = TYPE_VALUES (enumtype
);
11539 TYPE_MIN_VALUE (tem
) = TYPE_MIN_VALUE (enumtype
);
11540 TYPE_MAX_VALUE (tem
) = TYPE_MAX_VALUE (enumtype
);
11541 TYPE_SIZE (tem
) = TYPE_SIZE (enumtype
);
11542 TYPE_MODE (tem
) = TYPE_MODE (enumtype
);
11543 TYPE_PRECISION (tem
) = TYPE_PRECISION (enumtype
);
11544 TYPE_ALIGN (tem
) = TYPE_ALIGN (enumtype
);
11545 TREE_UNSIGNED (tem
) = TREE_UNSIGNED (enumtype
);
11549 /* Finish debugging output for this type. */
11550 rest_of_type_compilation (enumtype
, namespace_bindings_p ());
11555 /* Build and install a CONST_DECL for one value of the
11556 current enumeration type (one that was begun with start_enum).
11557 Return a tree-list containing the name and its value.
11558 Assignment of sequential values by default is handled here. */
11561 build_enumerator (name
, value
)
11566 /* Remove no-op casts from the value. */
11568 STRIP_TYPE_NOPS (value
);
11570 if (! processing_template_decl
)
11572 /* Validate and default VALUE. */
11573 if (value
!= NULL_TREE
)
11575 if (TREE_READONLY_DECL_P (value
))
11576 value
= decl_constant_value (value
);
11578 if (TREE_CODE (value
) == INTEGER_CST
)
11580 value
= default_conversion (value
);
11581 constant_expression_warning (value
);
11585 cp_error ("enumerator value for `%D' not integer constant", name
);
11590 /* Default based on previous value. */
11591 if (value
== NULL_TREE
&& ! processing_template_decl
)
11593 value
= enum_next_value
;
11595 cp_error ("overflow in enumeration values at `%D'", name
);
11598 /* Remove no-op casts from the value. */
11600 STRIP_TYPE_NOPS (value
);
11602 /* We have to always copy here; not all INTEGER_CSTs are unshared,
11603 and there's no wedding ring. Look at size_int()...*/
11604 value
= copy_node (value
);
11606 /* To fix MAX_VAL enum consts. (bkoz) */
11607 TREE_TYPE (value
) = integer_type_node
;
11611 /* C++ associates enums with global, function, or class declarations. */
11613 decl
= current_scope ();
11614 if (decl
&& decl
== current_class_type
)
11616 /* This enum declaration is local to the class, so we must put
11617 it in that class's list of decls. */
11618 decl
= build_lang_field_decl (CONST_DECL
, name
, integer_type_node
);
11619 DECL_INITIAL (decl
) = value
;
11620 TREE_READONLY (decl
) = 1;
11621 pushdecl_class_level (decl
);
11622 TREE_CHAIN (decl
) = current_local_enum
;
11623 current_local_enum
= decl
;
11627 /* It's a global enum, or it's local to a function. (Note local to
11628 a function could mean local to a class method. */
11629 decl
= build_decl (CONST_DECL
, name
, integer_type_node
);
11630 DECL_INITIAL (decl
) = value
;
11631 TREE_READONLY (decl
) = 1;
11634 GNU_xref_decl (current_function_decl
, decl
);
11637 if (! processing_template_decl
)
11639 /* Set basis for default for next value. */
11640 enum_next_value
= build_binary_op_nodefault (PLUS_EXPR
, value
,
11641 integer_one_node
, PLUS_EXPR
);
11642 enum_overflow
= tree_int_cst_lt (enum_next_value
, value
);
11645 result
= saveable_tree_cons (name
, decl
, NULL_TREE
);
11650 grok_enum_decls (decl
)
11653 tree d
= current_local_enum
;
11655 if (d
== NULL_TREE
)
11660 if (TREE_CHAIN (d
) == NULL_TREE
)
11662 TREE_CHAIN (d
) = decl
;
11665 d
= TREE_CHAIN (d
);
11668 decl
= current_local_enum
;
11669 current_local_enum
= NULL_TREE
;
11674 static int function_depth
;
11676 /* Create the FUNCTION_DECL for a function definition.
11677 DECLSPECS and DECLARATOR are the parts of the declaration;
11678 they describe the function's name and the type it returns,
11679 but twisted together in a fashion that parallels the syntax of C.
11681 This function creates a binding context for the function body
11682 as well as setting up the FUNCTION_DECL in current_function_decl.
11684 Returns 1 on success. If the DECLARATOR is not suitable for a function
11685 (it defines a datum instead), we return 0, which tells
11686 yyparse to report a parse error.
11688 For C++, we must first check whether that datum makes any sense.
11689 For example, "class A local_a(1,2);" means that variable local_a
11690 is an aggregate of type A, which should have a constructor
11691 applied to it with the argument list [1, 2].
11693 @@ There is currently no way to retrieve the storage
11694 @@ allocated to FUNCTION (or all of its parms) if we return
11695 @@ something we had previously. */
11698 start_function (declspecs
, declarator
, attrs
, pre_parsed_p
)
11699 tree declspecs
, declarator
, attrs
;
11703 tree ctype
= NULL_TREE
;
11706 extern int have_extern_spec
;
11707 extern int used_extern_spec
;
11708 int doing_friend
= 0;
11710 /* Sanity check. */
11711 my_friendly_assert (TREE_CODE (TREE_VALUE (void_list_node
)) == VOID_TYPE
, 160);
11712 my_friendly_assert (TREE_CHAIN (void_list_node
) == NULL_TREE
, 161);
11714 /* Assume, until we see it does. */
11715 current_function_returns_value
= 0;
11716 current_function_returns_null
= 0;
11717 warn_about_return_type
= 0;
11719 shadowed_labels
= 0;
11720 current_function_assigns_this
= 0;
11721 current_function_just_assigned_this
= 0;
11722 current_function_parms_stored
= 0;
11723 original_result_rtx
= NULL_RTX
;
11724 base_init_expr
= NULL_TREE
;
11725 current_base_init_list
= NULL_TREE
;
11726 current_member_init_list
= NULL_TREE
;
11727 ctor_label
= dtor_label
= NULL_TREE
;
11728 static_labelno
= 0;
11730 clear_temp_name ();
11732 /* This should only be done once on the top most decl. */
11733 if (have_extern_spec
&& !used_extern_spec
)
11735 declspecs
= decl_tree_cons (NULL_TREE
, get_identifier ("extern"), declspecs
);
11736 used_extern_spec
= 1;
11741 decl1
= declarator
;
11743 if (! DECL_ARGUMENTS (decl1
)
11744 && !DECL_STATIC_FUNCTION_P (decl1
)
11745 && DECL_CLASS_SCOPE_P (decl1
)
11746 && TYPE_IDENTIFIER (DECL_CONTEXT (decl1
))
11747 && IDENTIFIER_TEMPLATE (TYPE_IDENTIFIER (DECL_CONTEXT (decl1
))))
11749 tree binding
= binding_for_name (DECL_NAME (decl1
),
11750 current_namespace
);
11751 cp_error ("redeclaration of `%#D'", decl1
);
11752 if (IDENTIFIER_CLASS_VALUE (DECL_NAME (decl1
)))
11753 cp_error_at ("previous declaration here", IDENTIFIER_CLASS_VALUE (DECL_NAME (decl1
)));
11754 else if (BINDING_VALUE (binding
))
11755 cp_error_at ("previous declaration here", BINDING_VALUE (binding
));
11758 fntype
= TREE_TYPE (decl1
);
11759 if (TREE_CODE (fntype
) == METHOD_TYPE
)
11760 ctype
= TYPE_METHOD_BASETYPE (fntype
);
11762 /* ANSI C++ June 5 1992 WP 11.4.5. A friend function defined in a
11763 class is in the (lexical) scope of the class in which it is
11765 if (!ctype
&& DECL_FRIEND_P (decl1
))
11767 ctype
= DECL_CLASS_CONTEXT (decl1
);
11769 /* CTYPE could be null here if we're dealing with a template;
11770 for example, `inline friend float foo()' inside a template
11771 will have no CTYPE set. */
11772 if (ctype
&& TREE_CODE (ctype
) != RECORD_TYPE
)
11778 /* In a fcn definition, arg types must be complete. */
11779 require_complete_types_for_parms (DECL_ARGUMENTS (decl1
));
11781 /* In case some arg types were completed since the declaration was
11782 parsed, fix up the decls. */
11784 tree t
= DECL_ARGUMENTS (decl1
);
11785 for (; t
; t
= TREE_CHAIN (t
))
11786 layout_decl (t
, 0);
11789 last_function_parms
= DECL_ARGUMENTS (decl1
);
11790 last_function_parm_tags
= NULL_TREE
;
11794 decl1
= grokdeclarator (declarator
, declspecs
, FUNCDEF
, 1, NULL_TREE
);
11795 /* If the declarator is not suitable for a function definition,
11796 cause a syntax error. */
11797 if (decl1
== NULL_TREE
|| TREE_CODE (decl1
) != FUNCTION_DECL
) return 0;
11799 fntype
= TREE_TYPE (decl1
);
11801 restype
= TREE_TYPE (fntype
);
11802 if (IS_AGGR_TYPE (restype
) && ! TYPE_PTRMEMFUNC_P (restype
)
11803 && ! CLASSTYPE_GOT_SEMICOLON (restype
))
11805 cp_error ("semicolon missing after declaration of `%#T'", restype
);
11806 shadow_tag (build_expr_list (NULL_TREE
, restype
));
11807 CLASSTYPE_GOT_SEMICOLON (restype
) = 1;
11808 if (TREE_CODE (fntype
) == FUNCTION_TYPE
)
11809 fntype
= build_function_type (integer_type_node
,
11810 TYPE_ARG_TYPES (fntype
));
11812 fntype
= build_cplus_method_type (build_type_variant (TYPE_METHOD_BASETYPE (fntype
), TREE_READONLY (decl1
), TREE_SIDE_EFFECTS (decl1
)),
11814 TYPE_ARG_TYPES (fntype
));
11815 TREE_TYPE (decl1
) = fntype
;
11818 if (TREE_CODE (fntype
) == METHOD_TYPE
)
11819 ctype
= TYPE_METHOD_BASETYPE (fntype
);
11820 else if (DECL_MAIN_P (decl1
))
11822 /* If this doesn't return integer_type, complain. */
11823 if (TREE_TYPE (TREE_TYPE (decl1
)) != integer_type_node
)
11825 if (pedantic
|| warn_return_type
)
11826 pedwarn ("return type for `main' changed to `int'");
11827 TREE_TYPE (decl1
) = fntype
= default_function_type
;
11829 warn_about_return_type
= 0;
11833 /* Warn if function was previously implicitly declared
11834 (but not if we warned then). */
11835 if (! warn_implicit
11836 && IDENTIFIER_IMPLICIT_DECL (DECL_NAME (decl1
)) != NULL_TREE
)
11837 cp_warning_at ("`%D' implicitly declared before its definition", IDENTIFIER_IMPLICIT_DECL (DECL_NAME (decl1
)));
11839 current_function_decl
= decl1
;
11840 /* Save the parm names or decls from this function's declarator
11841 where store_parm_decls will find them. */
11842 current_function_parms
= last_function_parms
;
11843 current_function_parm_tags
= last_function_parm_tags
;
11845 announce_function (decl1
);
11847 if (! processing_template_decl
)
11849 if (TYPE_SIZE (complete_type (TREE_TYPE (fntype
))) == NULL_TREE
)
11851 cp_error ("return-type `%#T' is an incomplete type",
11852 TREE_TYPE (fntype
));
11854 /* Make it return void instead, but don't change the
11855 type of the DECL_RESULT, in case we have a named return value. */
11858 = build_cplus_method_type (build_type_variant (ctype
,
11859 TREE_READONLY (decl1
),
11860 TREE_SIDE_EFFECTS (decl1
)),
11862 FUNCTION_ARG_CHAIN (decl1
));
11865 = build_function_type (void_type_node
,
11866 TYPE_ARG_TYPES (TREE_TYPE (decl1
)));
11867 DECL_RESULT (decl1
)
11868 = build_decl (RESULT_DECL
, 0, TYPE_MAIN_VARIANT (TREE_TYPE (fntype
)));
11869 TREE_READONLY (DECL_RESULT (decl1
)) = TYPE_READONLY (TREE_TYPE (fntype
));
11870 TREE_THIS_VOLATILE (DECL_RESULT (decl1
)) = TYPE_VOLATILE (TREE_TYPE (fntype
));
11873 if (TYPE_LANG_SPECIFIC (TREE_TYPE (fntype
))
11874 && CLASSTYPE_ABSTRACT_VIRTUALS (TREE_TYPE (fntype
)))
11875 abstract_virtuals_error (decl1
, TREE_TYPE (fntype
));
11878 if (warn_about_return_type
)
11879 pedwarn ("return-type defaults to `int'");
11881 /* Effective C++ rule 15. See also c_expand_return. */
11883 && DECL_NAME (decl1
) == ansi_opname
[(int) MODIFY_EXPR
]
11884 && TREE_CODE (TREE_TYPE (fntype
)) == VOID_TYPE
)
11885 cp_warning ("`operator=' should return a reference to `*this'");
11887 /* Make the init_value nonzero so pushdecl knows this is not tentative.
11888 error_mark_node is replaced below (in poplevel) with the BLOCK. */
11889 DECL_INITIAL (decl1
) = error_mark_node
;
11891 /* This function exists in static storage.
11892 (This does not mean `static' in the C sense!) */
11893 TREE_STATIC (decl1
) = 1;
11895 /* Record the decl so that the function name is defined.
11896 If we already have a decl for this name, and it is a FUNCTION_DECL,
11897 use the old decl. */
11899 if (processing_template_decl
)
11900 decl1
= push_template_decl (decl1
);
11901 else if (pre_parsed_p
== 0)
11903 /* A specialization is not used to guide overload resolution. */
11904 if ((flag_guiding_decls
11905 || !DECL_TEMPLATE_SPECIALIZATION (decl1
))
11906 && ! DECL_FUNCTION_MEMBER_P (decl1
))
11907 decl1
= pushdecl (decl1
);
11910 /* We need to set the DECL_CONTEXT. */
11911 if (!DECL_CONTEXT (decl1
) && DECL_TEMPLATE_INFO (decl1
))
11912 DECL_CONTEXT (decl1
) = DECL_CONTEXT (DECL_TI_TEMPLATE (decl1
));
11913 /* And make sure we have enough default args. */
11914 check_default_args (decl1
);
11916 DECL_MAIN_VARIANT (decl1
) = decl1
;
11917 fntype
= TREE_TYPE (decl1
);
11920 current_function_decl
= decl1
;
11922 if (DECL_INTERFACE_KNOWN (decl1
))
11924 tree ctx
= hack_decl_function_context (decl1
);
11926 if (DECL_NOT_REALLY_EXTERN (decl1
))
11927 DECL_EXTERNAL (decl1
) = 0;
11929 if (ctx
!= NULL_TREE
&& DECL_THIS_INLINE (ctx
)
11930 && TREE_PUBLIC (ctx
))
11931 /* This is a function in a local class in an extern inline
11933 comdat_linkage (decl1
);
11935 /* If this function belongs to an interface, it is public.
11936 If it belongs to someone else's interface, it is also external.
11937 It doesn't matter whether it's inline or not. */
11938 else if (interface_unknown
== 0
11939 && (! DECL_TEMPLATE_INSTANTIATION (decl1
)
11940 || flag_alt_external_templates
))
11942 if (DECL_THIS_INLINE (decl1
) || DECL_TEMPLATE_INSTANTIATION (decl1
)
11943 || processing_template_decl
)
11944 DECL_EXTERNAL (decl1
)
11946 || (DECL_THIS_INLINE (decl1
) && ! flag_implement_inlines
));
11948 DECL_EXTERNAL (decl1
) = 0;
11949 DECL_NOT_REALLY_EXTERN (decl1
) = 0;
11950 DECL_INTERFACE_KNOWN (decl1
) = 1;
11954 /* This is a definition, not a reference.
11955 So clear DECL_EXTERNAL. */
11956 DECL_EXTERNAL (decl1
) = 0;
11958 if ((DECL_THIS_INLINE (decl1
) || DECL_TEMPLATE_INSTANTIATION (decl1
))
11959 && ! DECL_INTERFACE_KNOWN (decl1
)
11960 /* Don't try to defer nested functions for now. */
11961 && ! hack_decl_function_context (decl1
))
11962 DECL_DEFER_OUTPUT (decl1
) = 1;
11964 DECL_INTERFACE_KNOWN (decl1
) = 1;
11967 if (ctype
!= NULL_TREE
&& DECL_STATIC_FUNCTION_P (decl1
))
11969 if (TREE_CODE (fntype
) == METHOD_TYPE
)
11970 TREE_TYPE (decl1
) = fntype
11971 = build_function_type (TREE_TYPE (fntype
),
11972 TREE_CHAIN (TYPE_ARG_TYPES (fntype
)));
11973 current_function_parms
= TREE_CHAIN (current_function_parms
);
11974 DECL_ARGUMENTS (decl1
) = current_function_parms
;
11977 restype
= TREE_TYPE (fntype
);
11981 push_nested_class (ctype
, 1);
11983 /* If we're compiling a friend function, neither of the variables
11984 current_class_ptr nor current_class_type will have values. */
11985 if (! doing_friend
)
11987 /* We know that this was set up by `grokclassfn'.
11988 We do not wait until `store_parm_decls', since evil
11989 parse errors may never get us to that point. Here
11990 we keep the consistency between `current_class_type'
11991 and `current_class_ptr'. */
11992 tree t
= current_function_parms
;
11994 my_friendly_assert (t
!= NULL_TREE
11995 && TREE_CODE (t
) == PARM_DECL
, 162);
11997 if (TREE_CODE (TREE_TYPE (t
)) == POINTER_TYPE
)
11999 int i
= suspend_momentary ();
12001 /* Fool build_indirect_ref. */
12002 current_class_ptr
= NULL_TREE
;
12003 current_class_ref
= build_indirect_ref (t
, NULL_PTR
);
12004 current_class_ptr
= t
;
12005 resume_momentary (i
);
12008 /* We're having a signature pointer here. */
12009 current_class_ref
= current_class_ptr
= t
;
12015 if (DECL_STATIC_FUNCTION_P (decl1
))
12016 push_nested_class (DECL_CONTEXT (decl1
), 2);
12018 push_memoized_context (0, 1);
12019 current_class_ptr
= current_class_ref
= NULL_TREE
;
12023 current_binding_level
->parm_flag
= 1;
12025 GNU_xref_function (decl1
, current_function_parms
);
12028 cplus_decl_attributes (decl1
, NULL_TREE
, attrs
);
12029 make_function_rtl (decl1
);
12031 /* Promote the value to int before returning it. */
12032 if (C_PROMOTING_INTEGER_TYPE_P (restype
))
12033 restype
= type_promotes_to (restype
);
12035 /* If this fcn was already referenced via a block-scope `extern' decl
12036 (or an implicit decl), propagate certain information about the usage. */
12037 if (TREE_ADDRESSABLE (DECL_ASSEMBLER_NAME (decl1
)))
12038 TREE_ADDRESSABLE (decl1
) = 1;
12040 if (DECL_RESULT (decl1
) == NULL_TREE
)
12042 DECL_RESULT (decl1
)
12043 = build_decl (RESULT_DECL
, 0, TYPE_MAIN_VARIANT (restype
));
12044 TREE_READONLY (DECL_RESULT (decl1
)) = TYPE_READONLY (restype
);
12045 TREE_THIS_VOLATILE (DECL_RESULT (decl1
)) = TYPE_VOLATILE (restype
);
12048 /* Allocate further tree nodes temporarily during compilation
12049 of this function only. Tiemann moved up here from bottom of fn. */
12050 /* If this is a nested function, then we must continue to allocate RTL
12051 on the permanent obstack in case we need to inline it later. */
12052 if (! hack_decl_function_context (decl1
))
12053 temporary_allocation ();
12055 if (processing_template_decl
)
12057 ++minimal_parse_mode
;
12058 last_tree
= DECL_SAVED_TREE (decl1
)
12059 = build_nt (EXPR_STMT
, void_zero_node
);
12064 if (DESTRUCTOR_NAME_P (DECL_ASSEMBLER_NAME (decl1
))
12065 && DECL_LANGUAGE (decl1
) == lang_cplusplus
)
12067 dtor_label
= build_decl (LABEL_DECL
, NULL_TREE
, NULL_TREE
);
12068 ctor_label
= NULL_TREE
;
12072 dtor_label
= NULL_TREE
;
12073 if (DECL_CONSTRUCTOR_P (decl1
))
12074 ctor_label
= build_decl (LABEL_DECL
, NULL_TREE
, NULL_TREE
);
12080 /* Called after store_parm_decls for a function-try-block. We need to update
12081 last_parm_cleanup_insn so that the base initializers for a constructor
12082 are run within this block, not before it. */
12085 expand_start_early_try_stmts ()
12087 expand_start_try_stmts ();
12088 last_parm_cleanup_insn
= get_last_insn ();
12091 /* Store the parameter declarations into the current function declaration.
12092 This is called after parsing the parameter declarations, before
12093 digesting the body of the function.
12095 Also install to binding contour return value identifier, if any. */
12098 store_parm_decls ()
12100 register tree fndecl
= current_function_decl
;
12101 register tree parm
;
12102 int parms_have_cleanups
= 0;
12103 tree cleanups
= NULL_TREE
;
12105 /* This is either a chain of PARM_DECLs (when a prototype is used). */
12106 tree specparms
= current_function_parms
;
12108 /* This is a list of types declared among parms in a prototype. */
12109 tree parmtags
= current_function_parm_tags
;
12111 /* This is a chain of any other decls that came in among the parm
12112 declarations. If a parm is declared with enum {foo, bar} x;
12113 then CONST_DECLs for foo and bar are put here. */
12114 tree nonparms
= NULL_TREE
;
12116 if (toplevel_bindings_p ())
12117 fatal ("parse errors have confused me too much");
12119 /* Initialize RTL machinery. */
12120 init_function_start (fndecl
, input_filename
, lineno
);
12122 /* Declare __FUNCTION__ and __PRETTY_FUNCTION__ for this function. */
12123 declare_function_name ();
12125 /* Create a binding level for the parms. */
12126 expand_start_bindings (0);
12128 if (specparms
!= NULL_TREE
)
12130 /* This case is when the function was defined with an ANSI prototype.
12131 The parms already have decls, so we need not do anything here
12132 except record them as in effect
12133 and complain if any redundant old-style parm decls were written. */
12135 register tree next
;
12137 /* Must clear this because it might contain TYPE_DECLs declared
12139 storedecls (NULL_TREE
);
12141 for (parm
= nreverse (specparms
); parm
; parm
= next
)
12143 next
= TREE_CHAIN (parm
);
12144 if (TREE_CODE (parm
) == PARM_DECL
)
12147 if (DECL_NAME (parm
) == NULL_TREE
)
12151 else if (TREE_CODE (TREE_TYPE (parm
)) == VOID_TYPE
)
12152 cp_error ("parameter `%D' declared void", parm
);
12155 /* Now fill in DECL_REFERENCE_SLOT for any of the parm decls.
12156 A parameter is assumed not to have any side effects.
12157 If this should change for any reason, then this
12158 will have to wrap the bashed reference type in a save_expr.
12160 Also, if the parameter type is declared to be an X
12161 and there is an X(X&) constructor, we cannot lay it
12162 into the stack (any more), so we make this parameter
12163 look like it is really of reference type. Functions
12164 which pass parameters to this function will know to
12165 create a temporary in their frame, and pass a reference
12168 if (TREE_CODE (TREE_TYPE (parm
)) == REFERENCE_TYPE
12169 && TYPE_SIZE (TREE_TYPE (TREE_TYPE (parm
))))
12170 SET_DECL_REFERENCE_SLOT (parm
, convert_from_reference (parm
));
12174 if (! processing_template_decl
12175 && (cleanup
= maybe_build_cleanup (parm
), cleanup
))
12177 expand_decl (parm
);
12178 parms_have_cleanups
= 1;
12180 /* Keep track of the cleanups. */
12181 cleanups
= tree_cons (parm
, cleanup
, cleanups
);
12186 /* If we find an enum constant or a type tag,
12187 put it aside for the moment. */
12188 TREE_CHAIN (parm
) = NULL_TREE
;
12189 nonparms
= chainon (nonparms
, parm
);
12193 /* Get the decls in their original chain order
12194 and record in the function. This is all and only the
12195 PARM_DECLs that were pushed into scope by the loop above. */
12196 DECL_ARGUMENTS (fndecl
) = getdecls ();
12198 storetags (chainon (parmtags
, gettags ()));
12201 DECL_ARGUMENTS (fndecl
) = NULL_TREE
;
12203 /* Now store the final chain of decls for the arguments
12204 as the decl-chain of the current lexical scope.
12205 Put the enumerators in as well, at the front so that
12206 DECL_ARGUMENTS is not modified. */
12208 storedecls (chainon (nonparms
, DECL_ARGUMENTS (fndecl
)));
12210 /* Initialize the RTL code for the function. */
12211 DECL_SAVED_INSNS (fndecl
) = NULL_RTX
;
12212 if (! processing_template_decl
)
12213 expand_function_start (fndecl
, parms_have_cleanups
);
12215 current_function_parms_stored
= 1;
12217 /* If this function is `main', emit a call to `__main'
12218 to run global initializers, etc. */
12219 if (DECL_MAIN_P (fndecl
))
12220 expand_main_function ();
12222 /* Now that we have initialized the parms, we can start their
12223 cleanups. We cannot do this before, since expand_decl_cleanup
12224 should not be called before the parm can be used. */
12226 && ! processing_template_decl
)
12228 for (cleanups
= nreverse (cleanups
); cleanups
; cleanups
= TREE_CHAIN (cleanups
))
12230 if (! expand_decl_cleanup (TREE_PURPOSE (cleanups
), TREE_VALUE (cleanups
)))
12231 cp_error ("parser lost in parsing declaration of `%D'",
12232 TREE_PURPOSE (cleanups
));
12236 /* Create a binding contour which can be used to catch
12237 cleanup-generated temporaries. Also, if the return value needs or
12238 has initialization, deal with that now. */
12239 if (parms_have_cleanups
)
12242 expand_start_bindings (0);
12245 if (! processing_template_decl
&& flag_exceptions
)
12247 /* Do the starting of the exception specifications, if we have any. */
12248 if (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (current_function_decl
)))
12249 expand_start_eh_spec ();
12252 last_parm_cleanup_insn
= get_last_insn ();
12253 last_dtor_insn
= get_last_insn ();
12256 /* Bind a name and initialization to the return value of
12257 the current function. */
12260 store_return_init (return_id
, init
)
12261 tree return_id
, init
;
12263 tree decl
= DECL_RESULT (current_function_decl
);
12266 /* Give this error as many times as there are occurrences,
12267 so that users can use Emacs compilation buffers to find
12268 and fix all such places. */
12269 pedwarn ("ANSI C++ does not permit named return values");
12271 if (return_id
!= NULL_TREE
)
12273 if (DECL_NAME (decl
) == NULL_TREE
)
12275 DECL_NAME (decl
) = return_id
;
12276 DECL_ASSEMBLER_NAME (decl
) = return_id
;
12279 cp_error ("return identifier `%D' already in place", decl
);
12282 /* Can't let this happen for constructors. */
12283 if (DECL_CONSTRUCTOR_P (current_function_decl
))
12285 error ("can't redefine default return value for constructors");
12289 /* If we have a named return value, put that in our scope as well. */
12290 if (DECL_NAME (decl
) != NULL_TREE
)
12292 /* If this named return value comes in a register,
12293 put it in a pseudo-register. */
12294 if (DECL_REGISTER (decl
))
12296 original_result_rtx
= DECL_RTL (decl
);
12297 DECL_RTL (decl
) = gen_reg_rtx (DECL_MODE (decl
));
12300 /* Let `cp_finish_decl' know that this initializer is ok. */
12301 DECL_INITIAL (decl
) = init
;
12304 if (minimal_parse_mode
)
12305 add_tree (build_min_nt (RETURN_INIT
, return_id
,
12306 copy_to_permanent (init
)));
12308 cp_finish_decl (decl
, init
, NULL_TREE
, 0, 0);
12313 /* Finish up a function declaration and compile that function
12314 all the way to assembler language output. The free the storage
12315 for the function definition.
12317 This is called after parsing the body of the function definition.
12318 LINENO is the current line number.
12320 C++: CALL_POPLEVEL is non-zero if an extra call to poplevel
12321 (and expand_end_bindings) must be made to take care of the binding
12322 contour for the base initializers. This is only relevant for
12325 NESTED is nonzero if we were in the middle of compiling another function
12326 when we started on this one. */
12329 finish_function (lineno
, call_poplevel
, nested
)
12334 register tree fndecl
= current_function_decl
;
12335 tree fntype
, ctype
= NULL_TREE
;
12336 rtx last_parm_insn
, insns
;
12337 /* Label to use if this function is supposed to return a value. */
12338 tree no_return_label
= NULL_TREE
;
12339 tree decls
= NULL_TREE
;
12341 /* When we get some parse errors, we can end up without a
12342 current_function_decl, so cope. */
12343 if (fndecl
== NULL_TREE
)
12346 if (! nested
&& function_depth
> 1)
12349 fntype
= TREE_TYPE (fndecl
);
12351 /* TREE_READONLY (fndecl) = 1;
12352 This caused &foo to be of type ptr-to-const-function
12353 which then got a warning when stored in a ptr-to-function variable. */
12355 /* This happens on strange parse errors. */
12356 if (! current_function_parms_stored
)
12359 store_parm_decls ();
12362 if (processing_template_decl
)
12364 if (DECL_CONSTRUCTOR_P (fndecl
) && call_poplevel
)
12366 decls
= getdecls ();
12367 expand_end_bindings (decls
, decls
!= NULL_TREE
, 0);
12368 poplevel (decls
!= NULL_TREE
, 0, 0);
12373 if (write_symbols
!= NO_DEBUG
/*&& TREE_CODE (fntype) != METHOD_TYPE*/)
12375 tree ttype
= target_type (fntype
);
12378 if (IS_AGGR_TYPE (ttype
))
12379 /* Let debugger know it should output info for this type. */
12380 note_debug_info_needed (ttype
);
12382 for (parmdecl
= DECL_ARGUMENTS (fndecl
); parmdecl
; parmdecl
= TREE_CHAIN (parmdecl
))
12384 ttype
= target_type (TREE_TYPE (parmdecl
));
12385 if (IS_AGGR_TYPE (ttype
))
12386 /* Let debugger know it should output info for this type. */
12387 note_debug_info_needed (ttype
);
12391 /* Clean house because we will need to reorder insns here. */
12392 do_pending_stack_adjust ();
12396 tree binfo
= TYPE_BINFO (current_class_type
);
12397 tree cond
= integer_one_node
;
12399 tree in_charge_node
= lookup_name (in_charge_identifier
, 0);
12401 int ok_to_optimize_dtor
= 0;
12402 int empty_dtor
= get_last_insn () == last_dtor_insn
;
12404 if (current_function_assigns_this
)
12405 cond
= build (NE_EXPR
, boolean_type_node
,
12406 current_class_ptr
, integer_zero_node
);
12409 int n_baseclasses
= CLASSTYPE_N_BASECLASSES (current_class_type
);
12411 /* If this destructor is empty, then we don't need to check
12412 whether `this' is NULL in some cases. */
12413 if ((flag_this_is_variable
& 1) == 0)
12414 ok_to_optimize_dtor
= 1;
12415 else if (empty_dtor
)
12416 ok_to_optimize_dtor
12417 = (n_baseclasses
== 0
12418 || (n_baseclasses
== 1
12419 && TYPE_HAS_DESTRUCTOR (TYPE_BINFO_BASETYPE (current_class_type
, 0))));
12422 /* These initializations might go inline. Protect
12423 the binding level of the parms. */
12425 expand_start_bindings (0);
12427 if (current_function_assigns_this
)
12429 current_function_assigns_this
= 0;
12430 current_function_just_assigned_this
= 0;
12433 /* Generate the code to call destructor on base class.
12434 If this destructor belongs to a class with virtual
12435 functions, then set the virtual function table
12436 pointer to represent the type of our base class. */
12438 /* This side-effect makes call to `build_delete' generate the
12439 code we have to have at the end of this destructor. */
12440 TYPE_HAS_DESTRUCTOR (current_class_type
) = 0;
12442 /* These are two cases where we cannot delegate deletion. */
12443 if (TYPE_USES_VIRTUAL_BASECLASSES (current_class_type
)
12444 || TYPE_GETS_REG_DELETE (current_class_type
))
12445 exprstmt
= build_delete (current_class_type
, current_class_ref
, integer_zero_node
,
12446 LOOKUP_NONVIRTUAL
|LOOKUP_DESTRUCTOR
|LOOKUP_NORMAL
, 0);
12448 exprstmt
= build_delete (current_class_type
, current_class_ref
, in_charge_node
,
12449 LOOKUP_NONVIRTUAL
|LOOKUP_DESTRUCTOR
|LOOKUP_NORMAL
, 0);
12451 /* If we did not assign to this, then `this' is non-zero at
12452 the end of a destructor. As a special optimization, don't
12453 emit test if this is an empty destructor. If it does nothing,
12454 it does nothing. If it calls a base destructor, the base
12455 destructor will perform the test. */
12457 if (exprstmt
!= error_mark_node
12458 && (TREE_CODE (exprstmt
) != NOP_EXPR
12459 || TREE_OPERAND (exprstmt
, 0) != integer_zero_node
12460 || TYPE_USES_VIRTUAL_BASECLASSES (current_class_type
)))
12462 expand_label (dtor_label
);
12463 if (cond
!= integer_one_node
)
12464 expand_start_cond (cond
, 0);
12465 if (exprstmt
!= void_zero_node
)
12466 /* Don't call `expand_expr_stmt' if we're not going to do
12467 anything, since -Wall will give a diagnostic. */
12468 expand_expr_stmt (exprstmt
);
12470 /* Run destructor on all virtual baseclasses. */
12471 if (TYPE_USES_VIRTUAL_BASECLASSES (current_class_type
))
12473 tree vbases
= nreverse (copy_list (CLASSTYPE_VBASECLASSES (current_class_type
)));
12474 expand_start_cond (build (BIT_AND_EXPR
, integer_type_node
,
12475 in_charge_node
, integer_two_node
), 0);
12478 if (TYPE_NEEDS_DESTRUCTOR (BINFO_TYPE (vbases
)))
12480 tree vb
= get_vbase
12481 (BINFO_TYPE (vbases
),
12482 TYPE_BINFO (current_class_type
));
12484 (build_scoped_method_call
12485 (current_class_ref
, vb
, dtor_identifier
,
12486 build_expr_list (NULL_TREE
, integer_zero_node
)));
12488 vbases
= TREE_CHAIN (vbases
);
12490 expand_end_cond ();
12493 do_pending_stack_adjust ();
12494 if (cond
!= integer_one_node
)
12495 expand_end_cond ();
12498 TYPE_HAS_DESTRUCTOR (current_class_type
) = 1;
12500 virtual_size
= c_sizeof (current_class_type
);
12502 /* At the end, call delete if that's what's requested. */
12503 if (TYPE_GETS_REG_DELETE (current_class_type
))
12504 /* This NOP_EXPR means we are in a static call context. */
12506 = build_method_call (build_indirect_ref (build1 (NOP_EXPR
,
12507 build_pointer_type (current_class_type
),
12510 ansi_opname
[(int) DELETE_EXPR
],
12511 expr_tree_cons (NULL_TREE
, current_class_ptr
,
12512 build_expr_list (NULL_TREE
, virtual_size
)),
12513 NULL_TREE
, LOOKUP_NORMAL
);
12514 else if (TYPE_USES_VIRTUAL_BASECLASSES (current_class_type
))
12515 exprstmt
= build_x_delete (ptr_type_node
, current_class_ptr
, 0,
12518 exprstmt
= NULL_TREE
;
12522 cond
= build (BIT_AND_EXPR
, integer_type_node
,
12523 in_charge_node
, integer_one_node
);
12524 expand_start_cond (cond
, 0);
12525 expand_expr_stmt (exprstmt
);
12526 expand_end_cond ();
12529 /* End of destructor. */
12530 expand_end_bindings (NULL_TREE
, getdecls () != NULL_TREE
, 0);
12531 poplevel (2, 0, 0); /* XXX change to 1 */
12533 /* Back to the top of destructor. */
12534 /* Don't execute destructor code if `this' is NULL. */
12538 /* If the dtor is empty, and we know there is not possible way we
12539 could use any vtable entries, before they are possibly set by
12540 a base class dtor, we don't have to setup the vtables, as we
12541 know that any base class dtoring will set up any vtables it
12542 needs. We avoid MI, because one base class dtor can do a
12543 virtual dispatch to an overridden function that would need to
12544 have a non-related vtable set up, we cannot avoid setting up
12545 vtables in that case. We could change this to see if there is
12546 just one vtable. */
12547 if (! empty_dtor
|| TYPE_USES_COMPLEX_INHERITANCE (current_class_type
))
12549 /* Make all virtual function table pointers in non-virtual base
12550 classes point to CURRENT_CLASS_TYPE's virtual function
12552 expand_direct_vtbls_init (binfo
, binfo
, 1, 0, current_class_ptr
);
12554 if (TYPE_USES_VIRTUAL_BASECLASSES (current_class_type
))
12555 expand_indirect_vtbls_init (binfo
, current_class_ref
, current_class_ptr
);
12558 if (! ok_to_optimize_dtor
)
12560 cond
= build_binary_op (NE_EXPR
,
12561 current_class_ptr
, integer_zero_node
, 1);
12562 expand_start_cond (cond
, 0);
12565 insns
= get_insns ();
12568 last_parm_insn
= get_first_nonparm_insn ();
12569 if (last_parm_insn
== NULL_RTX
)
12570 last_parm_insn
= get_last_insn ();
12572 last_parm_insn
= previous_insn (last_parm_insn
);
12574 emit_insns_after (insns
, last_parm_insn
);
12576 if (! ok_to_optimize_dtor
)
12577 expand_end_cond ();
12579 else if (current_function_assigns_this
)
12581 /* Does not need to call emit_base_init, because
12582 that is done (if needed) just after assignment to this
12585 if (DECL_CONSTRUCTOR_P (current_function_decl
))
12587 end_protect_partials ();
12588 expand_label (ctor_label
);
12589 ctor_label
= NULL_TREE
;
12593 decls
= getdecls ();
12594 expand_end_bindings (decls
, decls
!= NULL_TREE
, 0);
12595 poplevel (decls
!= NULL_TREE
, 0, 0);
12597 c_expand_return (current_class_ptr
);
12599 else if (TREE_CODE (TREE_TYPE (DECL_RESULT (current_function_decl
))) != VOID_TYPE
12600 && return_label
!= NULL_RTX
)
12601 no_return_label
= build_decl (LABEL_DECL
, NULL_TREE
, NULL_TREE
);
12603 current_function_assigns_this
= 0;
12604 current_function_just_assigned_this
= 0;
12605 base_init_expr
= NULL_TREE
;
12607 else if (DECL_CONSTRUCTOR_P (fndecl
))
12609 tree cond
= NULL_TREE
, thenclause
= NULL_TREE
;
12610 /* Allow constructor for a type to get a new instance of the object
12611 using `build_new'. */
12612 tree abstract_virtuals
= CLASSTYPE_ABSTRACT_VIRTUALS (current_class_type
);
12613 CLASSTYPE_ABSTRACT_VIRTUALS (current_class_type
) = NULL_TREE
;
12615 DECL_RETURNS_FIRST_ARG (fndecl
) = 1;
12617 if (flag_this_is_variable
> 0)
12619 cond
= build_binary_op (EQ_EXPR
,
12620 current_class_ptr
, integer_zero_node
, 1);
12621 thenclause
= build_modify_expr (current_class_ptr
, NOP_EXPR
,
12622 build_new (NULL_TREE
, current_class_type
, void_type_node
, 0));
12625 CLASSTYPE_ABSTRACT_VIRTUALS (current_class_type
) = abstract_virtuals
;
12629 if (flag_this_is_variable
> 0)
12631 expand_start_cond (cond
, 0);
12632 expand_expr_stmt (thenclause
);
12633 expand_end_cond ();
12636 /* Emit insns from `emit_base_init' which sets up virtual
12637 function table pointer(s). */
12638 if (base_init_expr
)
12640 expand_expr_stmt (base_init_expr
);
12641 base_init_expr
= NULL_TREE
;
12644 insns
= get_insns ();
12647 /* This is where the body of the constructor begins. */
12649 emit_insns_after (insns
, last_parm_cleanup_insn
);
12651 end_protect_partials ();
12653 /* This is where the body of the constructor ends. */
12654 expand_label (ctor_label
);
12655 ctor_label
= NULL_TREE
;
12659 decls
= getdecls ();
12660 expand_end_bindings (decls
, decls
!= NULL_TREE
, 0);
12661 poplevel (decls
!= NULL_TREE
, 1, 0);
12664 c_expand_return (current_class_ptr
);
12666 current_function_assigns_this
= 0;
12667 current_function_just_assigned_this
= 0;
12669 else if (DECL_MAIN_P (fndecl
))
12671 /* Make it so that `main' always returns 0 by default. */
12673 c_expand_return (integer_one_node
);
12675 c_expand_return (integer_zero_node
);
12678 else if (return_label
!= NULL_RTX
12679 && current_function_return_value
== NULL_TREE
12680 && ! DECL_NAME (DECL_RESULT (current_function_decl
)))
12681 no_return_label
= build_decl (LABEL_DECL
, NULL_TREE
, NULL_TREE
);
12683 if (flag_exceptions
)
12684 expand_exception_blocks ();
12686 /* If this function is supposed to return a value, ensure that
12687 we do not fall into the cleanups by mistake. The end of our
12688 function will look like this:
12690 user code (may have return stmt somewhere)
12691 goto no_return_label
12696 NOTE_INSN_FUNCTION_END
12700 If the user omits a return stmt in the USER CODE section, we
12701 will have a control path which reaches NOTE_INSN_FUNCTION_END.
12702 Otherwise, we won't. */
12703 if (no_return_label
)
12705 DECL_CONTEXT (no_return_label
) = fndecl
;
12706 DECL_INITIAL (no_return_label
) = error_mark_node
;
12707 DECL_SOURCE_FILE (no_return_label
) = input_filename
;
12708 DECL_SOURCE_LINE (no_return_label
) = lineno
;
12709 expand_goto (no_return_label
);
12714 /* Remove the binding contour which is used
12715 to catch cleanup-generated temporaries. */
12716 expand_end_bindings (0, 0, 0);
12717 poplevel (0, 0, 0);
12719 /* Emit label at beginning of cleanup code for parameters. */
12720 emit_label (cleanup_label
);
12723 /* Get return value into register if that's where it's supposed to be. */
12724 if (original_result_rtx
)
12725 fixup_result_decl (DECL_RESULT (fndecl
), original_result_rtx
);
12727 /* Finish building code that will trigger warnings if users forget
12728 to make their functions return values. */
12729 if (no_return_label
|| cleanup_label
)
12730 emit_jump (return_label
);
12731 if (no_return_label
)
12733 /* We don't need to call `expand_*_return' here because we
12734 don't need any cleanups here--this path of code is only
12735 for error checking purposes. */
12736 expand_label (no_return_label
);
12739 /* Generate rtl for function exit. */
12740 expand_function_end (input_filename
, lineno
, 1);
12743 /* This must come after expand_function_end because cleanups might
12744 have declarations (from inline functions) that need to go into
12745 this function's blocks. */
12746 if (current_binding_level
->parm_flag
!= 1)
12747 my_friendly_abort (122);
12748 poplevel (1, 0, 1);
12750 /* Reset scope for C++: if we were in the scope of a class,
12751 then when we finish this function, we are not longer so.
12752 This cannot be done until we know for sure that no more
12753 class members will ever be referenced in this function
12754 (i.e., calls to destructors). */
12755 if (current_class_name
)
12757 ctype
= current_class_type
;
12758 pop_nested_class (1);
12761 pop_memoized_context (1);
12763 /* Must mark the RESULT_DECL as being in this function. */
12764 DECL_CONTEXT (DECL_RESULT (fndecl
)) = fndecl
;
12766 /* Set the BLOCK_SUPERCONTEXT of the outermost function scope to point
12767 to the FUNCTION_DECL node itself. */
12768 BLOCK_SUPERCONTEXT (DECL_INITIAL (fndecl
)) = fndecl
;
12770 if (! processing_template_decl
)
12772 int saved_flag_keep_inline_functions
=
12773 flag_keep_inline_functions
;
12775 /* So we can tell if jump_optimize sets it to 1. */
12778 if (DECL_CONTEXT (fndecl
) != NULL_TREE
12779 && hack_decl_function_context (fndecl
))
12780 /* Trick rest_of_compilation into not deferring output of this
12781 function, even if it is inline, since the rtl_obstack for
12782 this function is the function_obstack of the enclosing
12783 function and will be deallocated when the enclosing
12784 function is gone. See save_tree_status. */
12785 flag_keep_inline_functions
= 1;
12787 /* Run the optimizers and output the assembler code for this
12790 if (DECL_ARTIFICIAL (fndecl
))
12792 /* Do we really *want* to inline this synthesized method? */
12794 int save_fif
= flag_inline_functions
;
12795 flag_inline_functions
= 1;
12797 /* Turn off DECL_INLINE for the moment so function_cannot_inline_p
12798 will check our size. */
12799 DECL_INLINE (fndecl
) = 0;
12801 rest_of_compilation (fndecl
);
12802 flag_inline_functions
= save_fif
;
12805 rest_of_compilation (fndecl
);
12807 flag_keep_inline_functions
= saved_flag_keep_inline_functions
;
12809 if (DECL_SAVED_INSNS (fndecl
) && ! TREE_ASM_WRITTEN (fndecl
))
12811 /* Set DECL_EXTERNAL so that assemble_external will be called as
12812 necessary. We'll clear it again in finish_file. */
12813 if (! DECL_EXTERNAL (fndecl
))
12814 DECL_NOT_REALLY_EXTERN (fndecl
) = 1;
12815 DECL_EXTERNAL (fndecl
) = 1;
12816 mark_inline_for_output (fndecl
);
12819 if (ctype
&& TREE_ASM_WRITTEN (fndecl
))
12820 note_debug_info_needed (ctype
);
12822 current_function_returns_null
|= can_reach_end
;
12824 /* Since we don't normally go through c_expand_return for constructors,
12825 this normally gets the wrong value.
12826 Also, named return values have their return codes emitted after
12827 NOTE_INSN_FUNCTION_END, confusing jump.c. */
12828 if (DECL_CONSTRUCTOR_P (fndecl
)
12829 || DECL_NAME (DECL_RESULT (fndecl
)) != NULL_TREE
)
12830 current_function_returns_null
= 0;
12832 if (TREE_THIS_VOLATILE (fndecl
) && current_function_returns_null
)
12833 cp_warning ("`noreturn' function `%D' does return", fndecl
);
12834 else if ((warn_return_type
|| pedantic
)
12835 && current_function_returns_null
12836 && TREE_CODE (TREE_TYPE (fntype
)) != VOID_TYPE
)
12838 /* If this function returns non-void and control can drop through,
12840 cp_warning ("control reaches end of non-void function `%D'", fndecl
);
12842 /* With just -W, complain only if function returns both with
12843 and without a value. */
12844 else if (extra_warnings
12845 && current_function_returns_value
&& current_function_returns_null
)
12846 warning ("this function may return with or without a value");
12851 /* Free all the tree nodes making up this function. */
12852 /* Switch back to allocating nodes permanently
12853 until we start another function. */
12854 if (processing_template_decl
)
12856 --minimal_parse_mode
;
12857 DECL_SAVED_TREE (fndecl
) = TREE_CHAIN (DECL_SAVED_TREE (fndecl
));
12861 permanent_allocation (1);
12863 if (DECL_SAVED_INSNS (fndecl
) == NULL_RTX
)
12867 /* Stop pointing to the local nodes about to be freed. */
12868 /* But DECL_INITIAL must remain nonzero so we know this
12869 was an actual function definition. */
12870 DECL_INITIAL (fndecl
) = error_mark_node
;
12871 for (t
= DECL_ARGUMENTS (fndecl
); t
; t
= TREE_CHAIN (t
))
12872 DECL_RTL (t
) = DECL_INCOMING_RTL (t
) = NULL_RTX
;
12875 if (DECL_STATIC_CONSTRUCTOR (fndecl
))
12876 static_ctors
= perm_tree_cons (NULL_TREE
, fndecl
, static_ctors
);
12877 if (DECL_STATIC_DESTRUCTOR (fndecl
))
12878 static_dtors
= perm_tree_cons (NULL_TREE
, fndecl
, static_dtors
);
12882 /* Let the error reporting routines know that we're outside a
12883 function. For a nested function, this value is used in
12884 pop_cp_function_context and then reset via pop_function_context. */
12885 current_function_decl
= NULL_TREE
;
12888 named_label_uses
= NULL
;
12889 current_class_ptr
= NULL_TREE
;
12890 current_class_ref
= NULL_TREE
;
12893 /* Create the FUNCTION_DECL for a function definition.
12894 LINE1 is the line number that the definition absolutely begins on.
12895 LINE2 is the line number that the name of the function appears on.
12896 DECLSPECS and DECLARATOR are the parts of the declaration;
12897 they describe the return type and the name of the function,
12898 but twisted together in a fashion that parallels the syntax of C.
12900 This function creates a binding context for the function body
12901 as well as setting up the FUNCTION_DECL in current_function_decl.
12903 Returns a FUNCTION_DECL on success.
12905 If the DECLARATOR is not suitable for a function (it defines a datum
12906 instead), we return 0, which tells yyparse to report a parse error.
12908 May return void_type_node indicating that this method is actually
12909 a friend. See grokfield for more details.
12911 Came here with a `.pushlevel' .
12913 DO NOT MAKE ANY CHANGES TO THIS CODE WITHOUT MAKING CORRESPONDING
12914 CHANGES TO CODE IN `grokfield'. */
12917 start_method (declspecs
, declarator
)
12918 tree declarator
, declspecs
;
12920 tree fndecl
= grokdeclarator (declarator
, declspecs
, MEMFUNCDEF
, 0,
12923 /* Something too ugly to handle. */
12924 if (fndecl
== NULL_TREE
)
12927 /* Pass friends other than inline friend functions back. */
12928 if (fndecl
== void_type_node
)
12931 if (TREE_CODE (fndecl
) != FUNCTION_DECL
)
12932 /* Not a function, tell parser to report parse error. */
12935 if (IS_SIGNATURE (current_class_type
))
12936 IS_DEFAULT_IMPLEMENTATION (fndecl
) = 1;
12938 if (DECL_IN_AGGR_P (fndecl
))
12940 if (IDENTIFIER_ERROR_LOCUS (DECL_ASSEMBLER_NAME (fndecl
)) != current_class_type
)
12942 if (DECL_CONTEXT (fndecl
)
12943 && TREE_CODE( DECL_CONTEXT (fndecl
)) != NAMESPACE_DECL
)
12944 cp_error ("`%D' is already defined in class %s", fndecl
,
12945 TYPE_NAME_STRING (DECL_CONTEXT (fndecl
)));
12947 return void_type_node
;
12950 DECL_THIS_INLINE (fndecl
) = 1;
12952 if (flag_default_inline
)
12953 DECL_INLINE (fndecl
) = 1;
12955 if (processing_template_decl
)
12956 fndecl
= push_template_decl (fndecl
);
12958 /* We read in the parameters on the maybepermanent_obstack,
12959 but we won't be getting back to them until after we
12960 may have clobbered them. So the call to preserve_data
12961 will keep them safe. */
12964 if (! DECL_FRIEND_P (fndecl
))
12966 if (TREE_CHAIN (fndecl
))
12968 fndecl
= copy_node (fndecl
);
12969 TREE_CHAIN (fndecl
) = NULL_TREE
;
12972 if (DECL_CONSTRUCTOR_P (fndecl
))
12974 if (! grok_ctor_properties (current_class_type
, fndecl
))
12975 return void_type_node
;
12977 else if (IDENTIFIER_OPNAME_P (DECL_NAME (fndecl
)))
12978 grok_op_properties (fndecl
, DECL_VIRTUAL_P (fndecl
), 0);
12981 cp_finish_decl (fndecl
, NULL_TREE
, NULL_TREE
, 0, 0);
12983 /* Make a place for the parms */
12985 current_binding_level
->parm_flag
= 1;
12987 DECL_IN_AGGR_P (fndecl
) = 1;
12991 /* Go through the motions of finishing a function definition.
12992 We don't compile this method until after the whole class has
12995 FINISH_METHOD must return something that looks as though it
12996 came from GROKFIELD (since we are defining a method, after all).
12998 This is called after parsing the body of the function definition.
12999 STMTS is the chain of statements that makes up the function body.
13001 DECL is the ..._DECL that `start_method' provided. */
13004 finish_method (decl
)
13007 register tree fndecl
= decl
;
13010 register tree link
;
13012 if (decl
== void_type_node
)
13015 old_initial
= DECL_INITIAL (fndecl
);
13017 /* Undo the level for the parms (from start_method).
13018 This is like poplevel, but it causes nothing to be
13019 saved. Saving information here confuses symbol-table
13020 output routines. Besides, this information will
13021 be correctly output when this method is actually
13024 /* Clear out the meanings of the local variables of this level;
13025 also record in each decl which block it belongs to. */
13027 for (link
= current_binding_level
->names
; link
; link
= TREE_CHAIN (link
))
13029 if (DECL_NAME (link
) != NULL_TREE
)
13030 IDENTIFIER_LOCAL_VALUE (DECL_NAME (link
)) = 0;
13031 my_friendly_assert (TREE_CODE (link
) != FUNCTION_DECL
, 163);
13032 DECL_CONTEXT (link
) = NULL_TREE
;
13035 /* Restore all name-meanings of the outer levels
13036 that were shadowed by this level. */
13038 for (link
= current_binding_level
->shadowed
; link
; link
= TREE_CHAIN (link
))
13039 IDENTIFIER_LOCAL_VALUE (TREE_PURPOSE (link
)) = TREE_VALUE (link
);
13040 for (link
= current_binding_level
->class_shadowed
;
13041 link
; link
= TREE_CHAIN (link
))
13042 IDENTIFIER_CLASS_VALUE (TREE_PURPOSE (link
)) = TREE_VALUE (link
);
13043 for (link
= current_binding_level
->type_shadowed
;
13044 link
; link
= TREE_CHAIN (link
))
13045 SET_IDENTIFIER_TYPE_VALUE (TREE_PURPOSE (link
), TREE_VALUE (link
));
13047 GNU_xref_end_scope ((HOST_WIDE_INT
) current_binding_level
,
13048 (HOST_WIDE_INT
) current_binding_level
->level_chain
,
13049 current_binding_level
->parm_flag
,
13050 current_binding_level
->keep
);
13052 poplevel (0, 0, 0);
13054 DECL_INITIAL (fndecl
) = old_initial
;
13056 /* We used to check if the context of FNDECL was different from
13057 current_class_type as another way to get inside here. This didn't work
13058 for String.cc in libg++. */
13059 if (DECL_FRIEND_P (fndecl
))
13061 CLASSTYPE_INLINE_FRIENDS (current_class_type
)
13062 = tree_cons (NULL_TREE
, fndecl
, CLASSTYPE_INLINE_FRIENDS (current_class_type
));
13063 decl
= void_type_node
;
13069 /* Called when a new struct TYPE is defined.
13070 If this structure or union completes the type of any previous
13071 variable declaration, lay it out and output its rtl. */
13074 hack_incomplete_structures (type
)
13079 if (current_binding_level
->incomplete
== NULL_TREE
)
13082 if (!type
) /* Don't do this for class templates. */
13085 for (list
= ¤t_binding_level
->incomplete
; *list
; )
13087 tree decl
= TREE_VALUE (*list
);
13088 if ((decl
&& TREE_TYPE (decl
) == type
)
13089 || (TREE_TYPE (decl
)
13090 && TREE_CODE (TREE_TYPE (decl
)) == ARRAY_TYPE
13091 && TREE_TYPE (TREE_TYPE (decl
)) == type
))
13093 int toplevel
= toplevel_bindings_p ();
13094 if (TREE_CODE (TREE_TYPE (decl
)) == ARRAY_TYPE
13095 && TREE_TYPE (TREE_TYPE (decl
)) == type
)
13096 layout_type (TREE_TYPE (decl
));
13097 layout_decl (decl
, 0);
13098 rest_of_decl_compilation (decl
, NULL_PTR
, toplevel
, 0);
13102 expand_decl (decl
);
13103 cleanup
= maybe_build_cleanup (decl
);
13104 expand_decl_init (decl
);
13105 if (! expand_decl_cleanup (decl
, cleanup
))
13106 cp_error ("parser lost in parsing declaration of `%D'",
13109 *list
= TREE_CHAIN (*list
);
13112 list
= &TREE_CHAIN (*list
);
13116 /* If DECL is of a type which needs a cleanup, build that cleanup here.
13117 See build_delete for information about AUTO_DELETE.
13119 Don't build these on the momentary obstack; they must live
13120 the life of the binding contour. */
13123 maybe_build_cleanup_1 (decl
, auto_delete
)
13124 tree decl
, auto_delete
;
13126 tree type
= TREE_TYPE (decl
);
13127 if (TYPE_NEEDS_DESTRUCTOR (type
))
13129 int temp
= 0, flags
= LOOKUP_NORMAL
|LOOKUP_DESTRUCTOR
;
13132 if (TREE_CODE (decl
) != PARM_DECL
)
13133 temp
= suspend_momentary ();
13135 if (TREE_CODE (type
) == ARRAY_TYPE
)
13139 mark_addressable (decl
);
13140 rval
= build_unary_op (ADDR_EXPR
, decl
, 0);
13143 /* Optimize for space over speed here. */
13144 if (! TYPE_USES_VIRTUAL_BASECLASSES (type
)
13145 || flag_expensive_optimizations
)
13146 flags
|= LOOKUP_NONVIRTUAL
;
13148 rval
= build_delete (TREE_TYPE (rval
), rval
, auto_delete
, flags
, 0);
13150 if (TYPE_USES_VIRTUAL_BASECLASSES (type
)
13151 && ! TYPE_HAS_DESTRUCTOR (type
))
13152 rval
= build_compound_expr (expr_tree_cons (NULL_TREE
, rval
,
13153 build_expr_list (NULL_TREE
, build_vbase_delete (type
, decl
))));
13155 if (TREE_CODE (decl
) != PARM_DECL
)
13156 resume_momentary (temp
);
13163 /* If DECL is of a type which needs a cleanup, build that cleanup
13164 here. The cleanup does free the storage with a call to delete. */
13167 maybe_build_cleanup_and_delete (decl
)
13170 return maybe_build_cleanup_1 (decl
, integer_three_node
);
13173 /* If DECL is of a type which needs a cleanup, build that cleanup
13174 here. The cleanup does not free the storage with a call a delete. */
13177 maybe_build_cleanup (decl
)
13180 return maybe_build_cleanup_1 (decl
, integer_two_node
);
13183 /* Expand a C++ expression at the statement level.
13184 This is needed to ferret out nodes which have UNKNOWN_TYPE.
13185 The C++ type checker should get all of these out when
13186 expressions are combined with other, type-providing, expressions,
13187 leaving only orphan expressions, such as:
13189 &class::bar; / / takes its address, but does nothing with it. */
13192 cplus_expand_expr_stmt (exp
)
13195 if (processing_template_decl
)
13197 add_tree (build_min_nt (EXPR_STMT
, exp
));
13201 /* Arrange for all temps to disappear. */
13202 expand_start_target_temps ();
13204 if (TREE_TYPE (exp
) == unknown_type_node
)
13206 if (TREE_CODE (exp
) == ADDR_EXPR
|| TREE_CODE (exp
) == TREE_LIST
)
13207 error ("address of overloaded function with no contextual type information");
13208 else if (TREE_CODE (exp
) == COMPONENT_REF
)
13209 warning ("useless reference to a member function name, did you forget the ()?");
13213 if (TREE_CODE (exp
) == FUNCTION_DECL
)
13215 cp_warning ("reference, not call, to function `%D'", exp
);
13216 warning ("at this point in file");
13220 /* We should do this eventually, but right now this causes regex.o from
13221 libg++ to miscompile, and tString to core dump. */
13222 exp
= build1 (CLEANUP_POINT_EXPR
, TREE_TYPE (exp
), exp
);
13225 /* Strip unused implicit INDIRECT_REFs of references. */
13226 if (TREE_CODE (exp
) == INDIRECT_REF
13227 && TREE_CODE (TREE_TYPE (TREE_OPERAND (exp
, 0))) == REFERENCE_TYPE
)
13228 exp
= TREE_OPERAND (exp
, 0);
13230 /* If we don't do this, we end up down inside expand_expr
13231 trying to do TYPE_MODE on the ERROR_MARK, and really
13232 go outside the bounds of the type. */
13233 if (exp
!= error_mark_node
)
13234 expand_expr_stmt (break_out_cleanups (exp
));
13237 /* Clean up any pending cleanups. This happens when a function call
13238 returns a cleanup-needing value that nobody uses. */
13239 expand_end_target_temps ();
13242 /* When a stmt has been parsed, this function is called.
13244 Currently, this function only does something within a
13245 constructor's scope: if a stmt has just assigned to this,
13246 and we are in a derived class, we call `emit_base_init'. */
13251 extern struct nesting
*cond_stack
, *loop_stack
, *case_stack
;
13254 if (current_function_assigns_this
13255 || ! current_function_just_assigned_this
)
13257 if (DECL_CONSTRUCTOR_P (current_function_decl
))
13259 /* Constructors must wait until we are out of control
13260 zones before calling base constructors. */
13261 if (cond_stack
|| loop_stack
|| case_stack
)
13263 expand_expr_stmt (base_init_expr
);
13264 check_base_init (current_class_type
);
13266 current_function_assigns_this
= 1;
13269 /* Change a static member function definition into a FUNCTION_TYPE, instead
13270 of the METHOD_TYPE that we create when it's originally parsed.
13272 WARNING: DO NOT pass &TREE_TYPE (decl) to FN or &TYPE_ARG_TYPES
13273 (TREE_TYPE (decl)) to ARGTYPES, as doing so will corrupt the types of
13274 other decls. Either pass the addresses of local variables or NULL. */
13277 revert_static_member_fn (decl
, fn
, argtypes
)
13278 tree
*decl
, *fn
, *argtypes
;
13281 tree function
= fn
? *fn
: TREE_TYPE (*decl
);
13282 tree args
= argtypes
? *argtypes
: TYPE_ARG_TYPES (function
);
13284 if (TYPE_READONLY (TREE_TYPE (TREE_VALUE (args
))))
13285 cp_error ("static member function `%#D' declared const", *decl
);
13286 if (TYPE_VOLATILE (TREE_TYPE (TREE_VALUE (args
))))
13287 cp_error ("static member function `%#D' declared volatile", *decl
);
13289 args
= TREE_CHAIN (args
);
13290 tmp
= build_function_type (TREE_TYPE (function
), args
);
13291 tmp
= build_type_variant (tmp
, TYPE_READONLY (function
),
13292 TYPE_VOLATILE (function
));
13293 tmp
= build_exception_variant (tmp
,
13294 TYPE_RAISES_EXCEPTIONS (function
));
13295 TREE_TYPE (*decl
) = tmp
;
13296 if (DECL_ARGUMENTS (*decl
))
13297 DECL_ARGUMENTS (*decl
) = TREE_CHAIN (DECL_ARGUMENTS (*decl
));
13298 DECL_STATIC_FUNCTION_P (*decl
) = 1;
13306 id_in_current_class (id
)
13309 return !!purpose_member (id
, class_binding_level
->class_shadowed
);
13316 int warn_about_return_type
;
13318 int just_assigned_this
;
13320 int temp_name_counter
;
13322 tree shadowed_labels
;
13325 rtx last_dtor_insn
;
13326 rtx last_parm_cleanup_insn
;
13327 tree base_init_list
;
13328 tree member_init_list
;
13329 tree base_init_expr
;
13330 tree current_class_ptr
;
13331 tree current_class_ref
;
13333 struct cp_function
*next
;
13334 struct binding_level
*binding_level
;
13335 int static_labelno
;
13338 static struct cp_function
*cp_function_chain
;
13340 extern int temp_name_counter
;
13342 /* Save and reinitialize the variables
13343 used during compilation of a C++ function. */
13346 push_cp_function_context (context
)
13349 struct cp_function
*p
13350 = (struct cp_function
*) xmalloc (sizeof (struct cp_function
));
13352 push_function_context_to (context
);
13354 p
->next
= cp_function_chain
;
13355 cp_function_chain
= p
;
13357 p
->named_labels
= named_labels
;
13358 p
->shadowed_labels
= shadowed_labels
;
13359 p
->returns_value
= current_function_returns_value
;
13360 p
->returns_null
= current_function_returns_null
;
13361 p
->warn_about_return_type
= warn_about_return_type
;
13362 p
->binding_level
= current_binding_level
;
13363 p
->ctor_label
= ctor_label
;
13364 p
->dtor_label
= dtor_label
;
13365 p
->last_dtor_insn
= last_dtor_insn
;
13366 p
->last_parm_cleanup_insn
= last_parm_cleanup_insn
;
13367 p
->assigns_this
= current_function_assigns_this
;
13368 p
->just_assigned_this
= current_function_just_assigned_this
;
13369 p
->parms_stored
= current_function_parms_stored
;
13370 p
->result_rtx
= original_result_rtx
;
13371 p
->base_init_expr
= base_init_expr
;
13372 p
->temp_name_counter
= temp_name_counter
;
13373 p
->base_init_list
= current_base_init_list
;
13374 p
->member_init_list
= current_member_init_list
;
13375 p
->current_class_ptr
= current_class_ptr
;
13376 p
->current_class_ref
= current_class_ref
;
13377 p
->static_labelno
= static_labelno
;
13380 /* Restore the variables used during compilation of a C++ function. */
13383 pop_cp_function_context (context
)
13386 struct cp_function
*p
= cp_function_chain
;
13389 /* Bring back all the labels that were shadowed. */
13390 for (link
= shadowed_labels
; link
; link
= TREE_CHAIN (link
))
13391 if (DECL_NAME (TREE_VALUE (link
)) != 0)
13392 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (TREE_VALUE (link
)),
13393 TREE_VALUE (link
));
13395 pop_function_context_from (context
);
13397 cp_function_chain
= p
->next
;
13399 named_labels
= p
->named_labels
;
13400 shadowed_labels
= p
->shadowed_labels
;
13401 current_function_returns_value
= p
->returns_value
;
13402 current_function_returns_null
= p
->returns_null
;
13403 warn_about_return_type
= p
->warn_about_return_type
;
13404 current_binding_level
= p
->binding_level
;
13405 ctor_label
= p
->ctor_label
;
13406 dtor_label
= p
->dtor_label
;
13407 last_dtor_insn
= p
->last_dtor_insn
;
13408 last_parm_cleanup_insn
= p
->last_parm_cleanup_insn
;
13409 current_function_assigns_this
= p
->assigns_this
;
13410 current_function_just_assigned_this
= p
->just_assigned_this
;
13411 current_function_parms_stored
= p
->parms_stored
;
13412 original_result_rtx
= p
->result_rtx
;
13413 base_init_expr
= p
->base_init_expr
;
13414 temp_name_counter
= p
->temp_name_counter
;
13415 current_base_init_list
= p
->base_init_list
;
13416 current_member_init_list
= p
->member_init_list
;
13417 current_class_ptr
= p
->current_class_ptr
;
13418 current_class_ref
= p
->current_class_ref
;
13419 static_labelno
= p
->static_labelno
;
13427 return function_depth
!= 0;