- 06 Aug, 1998 3 commits
-
-
* cp-tree.h (ENUM_TEMPLATE_INFO): New macro. (TYPE_TEMPLATE_INFO): Likewise. (SET_TYPE_TEMPLATE_INFO): Likewise. (ENUM_TI_TEMPLATE): Likewise. (ENUM_TI_ARGS): Likewise. (lookup_nested_type_by_name): Remove. * decl.c (maybe_process_template_type_declaration): Handle enums. (start_enum): Don't check for primary-template enum declarations here. (finish_enum): Clean up, document. Make sure template enum constants get the correct type. (build_enumerator): Copy initializers for template enumerations, too. (grok_enum_decls): Document. * lex.c (do_identifier): Document use of LOOKUP_EXPR a bit better. Build LOOKUP_EXPRs for local variables, even if they are TREE_PERMANENT. * pt.c (tsubst_enum): Remove field_chain parameter. (template_class_depth): Include the depth of surrounding function contexts. (push_template_decl): Check for primary-template enum declarations here. Deal with enumeration templates. (lookup_template_class): Likewise. (for_each_template_parm): Likewise. (instantiate_class_template): Don't call tsubst_enum directly, call tsubst instead, to instantiate enums. Deal with all field_chain issues here, not in tsubst_enum. (lookup_nested_type_by_name): Remove. (tsubst_aggr_type): Revise handling of enumeration types. (tsubst): Likewise. (tsubst_copy): Likewise. (tsubst_expr): Call tsubst, not tsubst_enum for TAG_DEFNs. From-SVN: r21622
Mark Mitchell committed -
From-SVN: r21621
Mark Mitchell committed -
From-SVN: r21619
Jeff Law committed
-
- 05 Aug, 1998 6 commits
-
-
Tue Aug 4 16:59:39 1998 Craig Burley <burley@gnu.org> * com.c (ffecom_convert_narrow_, ffecom_convert_widen_): Allow conversion from pointer to same-sized integer, to fix invoking SIGNAL as a function. From-SVN: r21618
Craig Burley committed -
Tue Aug 4 16:59:39 1998 Craig Burley <burley@gnu.org> * com.c (ffecom_convert_narrow_, ffecom_convert_widen_): Allow conversion from pointer to same-sized integer, to fix invoking SIGNAL as a function. [[Split portion of a mixed commit.]] From-SVN: r21617.2
Craig Burley committed -
From-SVN: r21615
Bruce Korb committed -
From-SVN: r21614
Bruce Korb committed -
From-SVN: r21613
Bruce Korb committed -
From-SVN: r21611
Jeff Law committed
-
- 04 Aug, 1998 3 commits
-
-
* libioP.h: Use __PMT in typedefs. * strfile.h: Likewise. From-SVN: r21610
Andreas Jaeger committed -
* decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it uses template parameters. * method.c (build_template_parm_names): Use the full set of template arguments for tsubst'ing. (build_overload_identifier): Pass the full set of template arguments to build_template_parm_names, not just the innermost_args. * pt.c (TMPL_ARGS_DEPTH): Define using TMPL_ARGS_HAVE_MULTIPLE_LEVELS, for clarity. (NUM_TMPL_ARGS): New macro. (add_outermost_template_args): Deal with the case where the outer args will be completely discarded. (coerce_template_parms): Use the full set of template arguments for tsubst'ing. Simplify. Add some asserts. Improve error messages. (lookup_template_class): Pass the full set of template arguments to coerce_template_parms. (tsubst): Add assertion. (do_type_instantiation): Don't instantiate member template classes. * init.c (build_offset_ref): Deal with a TEMPLATE_ID_EXPR whose name is a LOOKUP_EXPR, rather than an IDENTIFIER_NODE. From-SVN: r21609
Mark Mitchell committed -
From-SVN: r21554
Jeff Law committed
-
- 03 Aug, 1998 5 commits
-
-
* method.c (set_mangled_name_for_decl): Change return type to void. * decl.c (lookup_name_real): A namespace-level decl takes priority over implicit typename. Avoid doing the same lookup twice. * search.c (dependent_base_p): New fn. (dfs_pushdecls, dfs_compress_decls): Use it. * typeck.c (get_member_function_from_ptrfunc): Don't try to handle virtual functions if the type doesn't have any. From-SVN: r21551
Jason Merrill committed -
From-SVN: r21550
Gerald Pfeifer committed -
* decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it uses template parameters. From-SVN: r21549
Mark Mitchell committed -
* decl2.c (grokfield): Don't mangle the name of a TYPE_DECL is it uses template parameters. From-SVN: r21548
Mark Mitchell committed -
From-SVN: r21546
Jeff Law committed
-
- 02 Aug, 1998 13 commits
-
-
From-SVN: r21545
Robert Lipe committed -
* cp-tree.def (LOOKUP_EXPR): Document. Remove second argument. * cp-tree.h (DECL_TI_TEMPLATE): Improve documentation. * lex.c (do_identifier): Don't use a second argument, or a type, when building LOOKUP_EXPRs. (do_identifier): Likewise. (do_scoped_id): Likewise. * method.c (hack_identifier): Improve error message. * pt.c (lookup_template_function): Don't needlessly call copy_to_permanent or build_min. (tsubst_copy): Remove #if 0'd code. Tsubst into LOOKUP_EXPRs if necessary. (do_decl_instantiation): Improve error message. * tree.c (mapcar, case LOOKUP_EXPR): Don't be sorry; make a copy. (build_min): Copy the type to the permanent obstack, too. From-SVN: r21544
Mark Mitchell committed -
From-SVN: r21543
Mark Mitchell committed -
( * invoke.texi (Environment Variables): Typo: Change "ascpects" into "aspects". (Running Protoize): Typo: Change "ther" into "other". From-SVN: r21542
Hans-Peter Nilsson committed -
* invoke.texi (Environment Variables): Typo: Change "ascpects" into "aspects". (Running Protoize): Typo: Change "ther" into "other". From-SVN: r21541
Hans-Peter Nilsson committed -
From-SVN: r21540
Dave Love committed -
From-SVN: r21537
Jeff Law committed -
From-SVN: r21536
Jeff Law committed -
From-SVN: r21533
Jeff Law committed -
From-SVN: r21532
Jeff Law committed -
From-SVN: r21531
Jeff Law committed -
From-SVN: r21528
Jeff Law committed -
From-SVN: r21526
Jeff Law committed
-
- 01 Aug, 1998 7 commits
-
-
h * i386/netbsd.h: Undo previous change to DWARF2_UNWIND_INFO. * m68k/netbsd.h: Likewise. * ns32k/netbsd.h: Likewise. * sparc/netbsd.h: Likewise. From-SVN: r21523
Jeff Law committed -
* i386/netbsd.h: Undo previous change to DWARF2_UNWIND_INFO. * m68k/netbsd.h: Likewise. * ns32k/netbsd.h: Likewise. * sparc/netbsd.h: Likewise. From-SVN: r21522
Jeff Law committed -
* ginclude/va-alpha.h (va_list): Use a typedef, not a define. * ginclude/va-clipper.h (va_list): Likewise. From-SVN: r21518
Richard Henderson committed -
1998-08-01 Dave Love <d.love@dl.ac.uk> * g77.f-torture/compile/980729-0.f: New test. From-SVN: r21516
Dave Love committed -
From-SVN: r21515
Dave Love committed -
* init.c (init_init_processing): Remove BI* handling. (build_builtin_call): Remove. (build_builtin_delete_call): New fn. (build_delete): Use it. From-SVN: r21514
Jason Merrill committed -
From-SVN: r21512
Jeff Law committed
-
- 31 Jul, 1998 3 commits
-
-
From-SVN: r21511
Michael Meissner committed -
� * ns32k/netbsd.h: Fix typo. From-SVN: r21507
Jeff Law committed -
� * ns32k/netbsd.h: Fix typo. From-SVN: r21506
Jeff Law committed
-