- 11 May, 1998 13 commits
-
-
From-SVN: r19672
Jason Merrill committed -
From-SVN: r19671
Mark Mitchell committed -
From-SVN: r19670
Mark Mitchell committed -
From-SVN: r19669
Mark Mitchell committed -
From-SVN: r19668
Mark Mitchell committed -
From-SVN: r19667
Mark Mitchell committed -
From-SVN: r19666
Richard Henderson committed -
From-SVN: r19665
Richard Henderson committed -
* alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '`'. * alpha.c (print_operand): Handle it. * alpha.md (fix_truncdfsi2, fix_truncsfsi2): New patterns and related define_splits. Also add peepholes for SImode reload plus sign_extend lossage. From-SVN: r19664
Richard Henderson committed -
* call.c (add_template_candidate): Adjust for changes to fn_type_unification. (add_template_candidate_real): Likewise. (add_template_conv_candidate): Likewise. (build_user_type_conversion_1): Likewise. (build_new_function_call): Likewise. (build_object_call): Likewise. (build_new_op): Likewise. (build_new_method_call): Likewise. * class.c (instantiate_type): Likewise. * cp-tree.h (unification_kind_t): New type. (fn_type_unification): Adjust prototype. (type_unificaiton): Likewise. * pt.c (UNIFY_ALLOW_NONE): New macro. (UNIFY_ALLOW_MORE_CV_QUAL): Likewise. (UNIFY_ALLOW_LESS_CV_QUAL): Likewise. (UNIFY_ALLOW_DERIVED): Likewise. (unify): Change prototype. (maybe_adjust_types_for_deduction): New function. (check_cv_quals_for_unify): Likewise. (determine_specialization): Adjust. (fn_type_unification): Likewise. (type_unification): Likewise. (type_unification_real): Likewise. Use maybe_adjust_types_for_deduction. Fix mishandling of back-unification of template functions passed as arguments. Pass appropriate combination of UNIFY_ALLOW_* to unify. (unify): Remove unused NTPARMS parameter. Use check_cv_quals_for_unify. Remove bogus code that allowed too-generous unification in order to adhere more closely to standard. (get_bindings_real): Adjust. (get_class_bindings): Likewise. * method.c (build_overload_identifier): Only use the innermost template arguments when mangling. * pt.c (tsubst_template_argument_vector): New function. (complete_template_args): Deal with the situation where the extra_args contain more than one level of arguments. (lookup_template_class): Deal with member template classes, which may have more than one level of arguments. (tsubst): Don't tsbust into the TREE_TYPE of an IDENTIFIER_NODE. Improve handling of member template classes. Use DECL_PRIMARY_TEMPLATE instead of inline expansion. Use tsubst_template_argument_vector where appropriate. (regenerate_decl_from_template): Break out from ... (instantiate_decl): Here. From-SVN: r19663
Mark Mitchell committed -
Mon May 11 07:16:30 1998 Mark Mitchell <mmitchell@usa.net> * lex.c (yyprint): Remove TYPENAME_ELLIPSIS. * parse.h: Regenerated. * parse.c: Really regenerated. From-SVN: r19662
Mark Mitchell committed -
* genattr.c: Include stdarg.h/varargs.h. Change function `fatal' to use variable arguments instead of faking it with integer parameters. Provide a prototype which also checks the format specifiers using ATTRIBUTE_PRINTF_1. * genattrtab.c: Likewise. * gencodes.c: Likewise. * genconfig.c: Likewise. * genemit.c: Likewise. * genextract.c: Likewise. * genflags.c: Likewise. * genopinit.c: Likewise. * genpeep.c: Likewise. * genrecog.c: Likewise. * genoutput.c: Likewise. Similarly for function `error'. From-SVN: r19661
Kaveh R. Ghazi committed -
* cp-tree.h (finish_unary_op_expr): New function. (finish_id_expr): Likewise. (begin_new_placement): Likewise. (finish_new_placement): Likewise. (finish_declarator): Likewise. (finish_translation_unit): Likewise. (finish_parmlist): Likewise. (begin_class_definition): Likewise. (finish_class_definition): Likewise. (finish_default_args): Likewise. (finish_inline_definitions): Likewise. * parse.y (GCC_ASM_KEYWORD): Remove. (TYPENAME_ELLIPSIS): Likewise. * parse.c: Regenerated. Use new functions in semantics.c in the actions for many rules. * gxx.gperf (GCC_ASM_KEYWORD): Just use ASM_KEYWORD. * hash.h: Regenerated. * semantics.c (finish_expr_stmt): Allow NULL expr. (finish_unary_op_expr): New function, containing code previously in parse.y. (finish_id_expr): Likewise. (begin_new_placement): Likewise. (finish_new_placement): Likewise. (finish_declarator): Likewise. (finish_translation_unit): Likewise. (finish_parmlist): Likewise. (begin_class_definition): Likewise. (finish_class_definition): Likewise. (finish_default_args): Likewise. (finish_inline_definitions): Likewise. From-SVN: r19660
Mark Mitchell committed
-
- 10 May, 1998 5 commits
-
-
typeck.c (build_c_cast): Don't decay arrays and functions to pointer type when converting to a class type. * typeck.c (build_c_cast): Don't decay arrays and functions to pointer type when converting to a class type. From-SVN: r19659
Mark Mitchell committed -
From-SVN: r19658
Jeff Law committed -
From-SVN: r19657
Jason Merrill committed -
* class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT. * decl2.c (constructor_name_full): Likewise. * tree.c (mapcar): Add OVERLOAD support. * init.c (resolve_offset_ref): We must use basetype_path before we destroy it with a call to convert_pointer_to. From-SVN: r19656
Jason Merrill committed -
* acconfig.h (HAVE_VOLATILE): Insert stub for autoconf. * alocal.m4 (GCC_C_VOLATILE): New autoconf test. * configure.in: Use GCC_C_VOLATILE. * system.h (volatile): Define as empty if no volatile support is available. * genemit.c (output_add_clobbers): Removed unused variable 'i' from generated fucntion. From-SVN: r19653
Jeff Law committed
-
- 09 May, 1998 6 commits
-
-
From-SVN: r19651
Jeff Law committed -
* class.c (currently_open_class): New fn. * decl.c (lookup_name_real): Use it. * search.c (lookup_field): Likewise. From-SVN: r19650
Jason Merrill committed -
From-SVN: r19649
Jason Merrill committed -
* loop.c (get_condition): Don't combine when either compare is MODE_CC. * alpha.c (alpha_emit_conditional_branch): New function. Taken from the body of beq; additionally set the mode of the branch to CCmode for FP compares and not fast_math. (alpha_emit_conditional_move): Always use a compare insn for FP when not fast_math, as well as setting CCmode on the cmov. * alpha.md (beq, bne, blt, et al): Call alpha_emit_conditional_branch. From-SVN: r19645
Richard Henderson committed -
From-SVN: r19644
Richard Henderson committed -
From-SVN: r19643
Richard Henderson committed
-
- 08 May, 1998 13 commits
-
-
From-SVN: r19638
Jeffrey A Law committed -
From-SVN: r19637
Jeff Law committed -
From-SVN: r19636
Michael Meissner committed -
From-SVN: r19635
Michael Meissner committed -
* reload1.c (emit_reload_insns): When performing expensive optimizations, do not output the last reload insn if OLD is not the dest of NSN and is in the src and is clobbered by INSN. From-SVN: r19634
H.J. Lu committed -
* dwarf2out.c: Don't assume that `.section ".text"' causes the assembler to treat .text as a label for the start of that section, as this assumption is false for Solaris 2.x `as'. Instead, output `.section ".text"; .LLtext0:' and use .LLtext0 in label contexts. (ABBREV_LABEL, DEBUG_INFO_LABEL, DEBUG_LINE_LABEL, TEXT_LABEL): New macros. (abbrev_label, debug_info_label, debug_line_label, text_label): New vars. (dwarf2out_init): Initialize the vars. Output defn for text_label. (dwarf2out_finish): Output defns for the other 3 vars. (dw_val_node): Rename val_section to val_section_label, as it's now a label, not a section. (add_AT_section_offset): Arg is now a label, not a section. (print_die, output_die, output_compilation_unit_header, output_pubnames, output_aranges, output_line_info, dwarf2out_finish): In label contexts, output the section label, not the section. From-SVN: r19633
Paul Eggert committed -
* Makefile.in (genrtl.o): Depend on system.h. * gengenrtl.c (gencode): When creating genrtl.c, have it include system.h. From-SVN: r19632
Kaveh R. Ghazi committed -
From-SVN: r19631
Martin v. Löwis committed -
* config/m68k/t-linux: Remove extra stuff already included in config/t-linux. From-SVN: r19630
Andreas Schwab committed -
d * fixinc.wrap: Renamed from fixinc.math. Put wrapper around curses.h if it contains `typedef char bool;', as suggested by Manfred Hollstein <manfred@s-direktnet.de>. * configure.in: Rename fixinc.math to fixinc.wrap. From-SVN: r19629
Manfred Hollstein committed -
� * fixinc.wrap: Renamed from fixinc.math. Put wrapper around curses.h if it contains `typedef char bool;', as suggested by Manfred Hollstein <manfred@s-direktnet.de>. * configure.in: Rename fixinc.math to fixinc.wrap. From-SVN: r19628
Manfred Hollstein committed -
From-SVN: r19627
Manfred Hollstein committed -
* call.c (build_user_type_conversion_1): Handle second_conv properly for templates. From-SVN: r19626
Jason Merrill committed
-
- 07 May, 1998 3 commits
-
-
* gcc.c (read_specs): Handle missing blank line at end of specs file. From-SVN: r19622
Jim Wilson committed -
* i386.md (movsicc, movhicc, movsicc_1, movhicc_1, movsfcc_1, movdfcc_1): Disable. From-SVN: r19621
Jim Wilson committed -
* configure.in (enable_threads): Rename to enable_threads_flag before main loop. Set enable_threads to enable_threads_flag inside main loop. From-SVN: r19615
Jim Wilson committed
-