- 11 Aug, 1998 5 commits
-
-
From-SVN: r21664
Gerald Pfeifer committed -
* config/sparc/sparc.c (const64_operand, const64_high_operand): New predicates. * config/sparc/sparc.h: Declare them. (PREDICATE_CODES): Add them. * config/sparc/sparc.md (movdi_lo_sum_sp64_dbl, movdi_high_sp64_dbl, xordi3_sp64_dbl): Use them. From-SVN: r21663
David S. Miller committed -
* config/sparc/sparc.c (sparc_emit_set_const32): INTVAL is of type HOST_WIDE_INT. (safe_constDI sparc_emit_set_const64_quick1, sparc_emit_set_const64_quick2, sparc_emit_set_const64_longway, analyze_64bit_constant, const64_is_2insns, create_simple_focus_bits): Fix some bugs when compiled on real 64-bit hosts. (function_arg_record_value_3, function_arg_record_value_2, function_arg_record_value): Add fully prototyped forward decls. * config/sparc/sparc.md (define_insn cmpsi_insn_sp32): Rename back to cmpsi_insn and use on both 64 and 32 bit targets. (define_insn cmpsi_insn_sp64): Remove. (define_expand zero_extendsidi2): Allow for 32-bit target too. (define_insn zero_extendsidi2_insn): Rename to zero_extendsidi2_insn_sp64. (define_insn zero_extendsidi2_insn_sp32): New pattern and assosciated forced split for it. From-SVN: r21662
David S. Miller committed -
From-SVN: r21660
Jeff Law committed -
sparc.md (define_insn jump): Output ba,pt not b,pt in v9 case as the latter makes the Solaris assembler crash. * config/sparc/sparc.md (define_insn jump): Output ba,pt not b,pt in v9 case as the latter makes the Solaris assembler crash. From-SVN: r21659
John Carr committed
-
- 10 Aug, 1998 8 commits
-
-
* config/sparc/sparc.c (input_operand): Do not accept a LO_SUM MEM for TFmode when !v9. We require offsettable memory addresses. * config/sparc/sparc.h (ALTER_HARD_SUBREG): Handle TFmode to DFmode register number conversions. * config/sparc/sparc.md (define_split DFmode moves): If register is a SUBREG do alter_subreg on it before using. (define_expand movtf): Fixup comment about alignment on v9. (define_split TFmode moves): Don't use gen_{high,low}part, create explicit SUBREGs instead. From-SVN: r21658
David S. Miller committed -
From-SVN: r21656
John Carr committed -
From-SVN: r21655
Jason Merrill committed -
From-SVN: r21654
Jason Merrill committed -
From-SVN: r21653
David Edelsohn committed -
peruse the lengthy ChangeLog for a blow by blow account. Co-Authored-By: Richard Henderson <rth@cygnus.com> From-SVN: r21652
David S. Miller committed -
* alpha.md (extxl+1,+2): New patterns to work around combine lossage. From-SVN: r21651
Richard Henderson committed -
From-SVN: r21649
Jeff Law committed
-
- 09 Aug, 1998 5 commits
-
-
* mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE. From-SVN: r21648
HJ Lu committed -
� * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE. From-SVN: r21647
HJ Lu committed -
* pt.c (check_explicit_specialization): Don't abort on bogus explicit instantiations. From-SVN: r21643
Mark Mitchell committed -
1998-08-09 Dave Love <d.love@dl.ac.uk> * Make-lang.in (f/g77.dvi): Replace non-working use of texi2dvi with explicit use of tex. (f77.mostlyclean): Remove TeX index files. * g77install.texi (Prerequisites): Kluge round TeX lossage with hyphen in @value in @code. From-SVN: r21642
Dave Love committed -
From-SVN: r21639
Jeff Law committed
-
- 08 Aug, 1998 4 commits
-
-
* rs6000.c (rs6000_allocate_stack_space) Fix typo which caused bad assembly code to be generated. From-SVN: r21638
Gary Thomas committed -
* rs6000.c (rs6000_allocate_stack_space) Fix typo which caused bad assembly code to be generated. From-SVN: r21637
Gary Thomas committed -
From-SVN: r21634
Jeffrey A Law committed -
From-SVN: r21628
Jeff Law committed
-
- 07 Aug, 1998 3 commits
-
-
* typeck.c (require_complete_type): Use complete_type_or_else. (complete_type_or_else): Always return NULL_TREE on failure, as documented. * pt.c (tsubst_aggr_type): Prototype. (tsubst_decl): New function, split out from tsubst. Set input_filename and lineno as appropriate. (pop_tinst_level): Restore the file and line number saved in push_tinst_level. (instantiate_class_template): Set input_filename and lineno as appropriate. (tsubst): Move _DECL processing to tsubst_decl. Make sure the context for a TYPENAME_TYPE is complete. * decl2.c (grokbitfield): Issue errors on bitfields declared with function type. (do_dtors): As in do_ctors, pretend to be a member of the same class as a static data member while generating a call to its destructor. From-SVN: r21627
Mark Mitchell committed -
cvt.c (cp_convert_to_pointer): Handle NULL pointer conversions, even in complex virtual base class hierarchies. * cvt.c (cp_convert_to_pointer): Handle NULL pointer conversions, even in complex virtual base class hierarchies. From-SVN: r21626
Mark Mitchell committed -
From-SVN: r21623
Jeff Law committed
-
- 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 3 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
-