- 24 Aug, 1998 11 commits
-
-
From-SVN: r21934
Jeffrey A Law committed -
sparc.md (TFmode splits): Use reg_overlap_mentioned_p to detect when the source and destination overlap. * sparc.md (TFmode splits): Use reg_overlap_mentioned_p to detect when the source and destination overlap. From-SVN: r21933
Jeffrey A Law committed -
8 * stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid clash with global type. From-SVN: r21932
Jeff Law committed -
� * stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid clash with global type. From-SVN: r21931
Jeff Law committed -
980310-1.C eb71.C : replace hardcoded "-typedef unsigned int size_t" with "typedef __SIZE_TYPE__ size_t". From-SVN: r21930
Robert Lipe committed -
980310-1.C eb71.C : replace hardcoded "-typedef unsigned int size_t" with "typedef __SIZE_TYPE__ size_t". From-SVN: r21929
Robert Lipe committed -
* c-common.c (combine_strings): Also set TREE_READONLY. Change warn_write_strings to flag_const_strings. * c-decl.c, c-tree.h: Likewise. cp/ * tree.c (lvalue_type): Fix for arrays. * typeck.c (string_conv_p): New fn. (convert_for_assignment): Use it. (build_unary_op): Use lvalue_type. * call.c (standard_conversion, convert_like): Use string_conv_p. (add_function_candidate): Use lvalue_type. * cvt.c (convert_to_reference): Likewise. * decl2.c (lang_decode_option): Ignore -traditional. * decl.c (init_decl_processing): flag_writable_strings inhibits flag_const_strings. * lang-options.h (lang_options): Add fconst-strings to the list of valid options. * decl2.c (lang_f_options, lang_decode_option): Likewise. From-SVN: r21928
Jason Merrill committed -
From-SVN: r21927
Martin v. Löwis committed -
* lex.c (real_yylex): Don't warn about long long constants if we're allowing long long. * decl.c (pushdecl): Use IDENTIFIER_NAMESPACE_VALUE instead of accessing bindings directly. * lang-specs.h: Remove __HONOR_STD. * inc/exception, inc/new, inc/new.h, inc/typeinfo: Likewise. From-SVN: r21926
Jason Merrill committed -
From-SVN: r21923
Jason Merrill committed -
From-SVN: r21921
Jeff Law committed
-
- 23 Aug, 1998 8 commits
-
-
From-SVN: r21920
David S. Miller committed -
* config/sparc/sparc.c (sparc_emit_set_const32): If outputting a CONST_INT, not a symbolic reference, don't use a HIGH/LO_SUM sequence, use SET/IOR instead so CSE can see it. * config/sparc/sparc.md (movhi_const64_special, movsi_const64_special): New patterns necessitated by that change. (movhi_high): Remove. (movhi_lo_sum): Change to match an IOR. (movdf_insn_sp32): Test TARGET_V9 not TARGET_ARCH64. (movdf_insn_v9only): New pattern for when V9 but not ARCH64. (movdf_insn_sp64): Test both TARGET_V9 and TARGET_ARCH64. (movdf splits): Allow when not V9 or when not ARCH64 and integer registers are involved. (snesi_zero_extend split): Remove reload_completed test. (unnamed plus and minus zero_extend sidi splits): Add it. From-SVN: r21919
David S. Miller committed -
* lib/old-dejagnu.exp: Make it possible to XFAIL a test that causes an ICE. From-SVN: r21918
Mark Mitchell committed -
* lib/old-dejagnu.exp: Make it possible to XFAIL a test that causes an ICE. From-SVN: r21917
Mark Mitchell committed -
* decl.c (grokdeclarator): Complain about in-class initialization of aggregates and/or references. * pt.c (process_template_parm): Clear IS_AGGR_TYPE for TEMPLATE_TYPE_PARMs. From-SVN: r21916
Mark Mitchell committed -
* iomanip.h: Use __extension__ for `extern' explicit template instantiations. * sinst.cc: Don't explicitly instantiation string_char_traits<char>. * cinst.cc: Likewiwse, for complex<float>, complex<double>, complex<long double>. * extend.texi: Remove description of extension to explicit instantiation that is now endorsed by standard C++. * decl2.c (grok_array_decl): Add comment. (mark_used): Don't instantiate an explicit instantiation. * friend.c (make_friend_class): Remove bogus comment. Fix check for partial specializations. * pt.c (check_explicit_specialization): Don't SET_DECL_EXPLICIT_INSTANTIATION here. (mark_decl_instantiated): Or here. (do_decl_instantiation): Do it here, instead. Add checks for duplicate explicit instantiations, etc. Tidy. (do_type_instantiation): Likewise. (instantiate_decl): Improve comments. Complain about explicit instantiations where no definition is available. * cp-tree.h (ansi_null_node): Remove. * call.c (build_over_call): Warn about converting NULL to an arithmetic type. * cvt.c (build_expr_type_conversion): Likewise. Use null_ptr_cst_p instead of expanding it inline. * decl.c (ansi_null_node): Remove. (init_decl_processing): Make null_node always have integral type. * except.c (build_throw): Warn about converting NULL to an arithmetic type. * lex.c (init_parse): Remove handling of ansi_null_node. * pt.c (type_unification_real): Don't convert NULL to void* type. * typeck.c (build_binary_op_nodefault): Fix NULL warnings. (convert_for_assignment): Warn about converting NULL to an arithmetic type. (convert_for_initialization): Likewise. From-SVN: r21915
Mark Mitchell committed -
* config/arc/arc.c (arc_initialize_pic): Remove. * config/arc/arc.h (INITIALIZE_PIC): Similarly, this routine does nothing on any platform and is invoked by no-one, it does not even appear in the documentation. * config/sparc/sparc.h (INITIALIZE_PIC): Likewise. * config/sparc/sparc.c (initialize_pic): Likewise. (find_addr_reg): Remove this as well, no longer referenced after my rewrite. From-SVN: r21914
David S. Miller committed -
From-SVN: r21912
Jeff Law committed
-
- 22 Aug, 1998 9 commits
-
-
� * recog.c (validate_replace_rtx_group): New function. * recog.h (validate_replace_rtx_group): Declare it. * regmove.c (optimize_reg_copy_3): If any substitution fails, then undo the entire group of substitutions. From-SVN: r21910
Jeff Law committed -
� * recog.c (validate_replace_rtx_group): New function. * recog.h (validate_replace_rtx_group): Declare it. * regmove.c (optimize_reg_copy_3): If any substitution fails, then undo the entire group of substitutions. From-SVN: r21909
Jeff Law committed -
� * recog.c (validate_replace_rtx_group): New function. * recog.h (validate_replace_rtx_group): Declare it. * regmove.c (optimize_reg_copy_3): If any substitution fails, then undo the entire group of substitutions. From-SVN: r21908
Jeff Law committed -
� * loop.c (load_mems): Fix initializers. From-SVN: r21907
Klaus-Georg Adams committed -
( * loop.c (load_mems): Fix initializers. From-SVN: r21906
Klaus-Georg Adams committed -
From-SVN: r21905
David S. Miller committed -
* expmed.c (make_tree) [CONST_INT]: Sign extend even if TREE_UNSIGNED, when bitsize of type's mode is larger than HOST_BITS_PER_WIDE_INT. From-SVN: r21904
David S. Miller committed -
From-SVN: r21902
Jeff Law committed -
* config/sparc/sparc.md (TFmode splits): Handle destination registers being referenced in the address correctly. From-SVN: r21901
David S. Miller committed
-
- 21 Aug, 1998 10 commits
-
-
* gcc.c-torture/unsorted/memtst.c: Reduce size of array when STACK_SIZE is defined. * gcc.c-torture/unsorted/stuct.c: Similarly. Makes targets with 16bit address spaces happy. From-SVN: r21900
Jeffrey A Law committed -
From-SVN: r21899
Jeffrey A Law committed -
� * tree.def (LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR): New tree nodes. * tree.h (LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY, EXIT_BLOCK_LABELED_BLOCK, EXIT_BLOCK_RETURN, LOOP_EXPR_BODY): New macros. * expr.c (expand_expr): Handle LABELED_BLOCK_EXPR and EXIT_BLOCK_EXPR. From-SVN: r21898
Alexandre Petit-Bianco committed -
� * tree.def (LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR): New tree nodes. * tree.h (LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY, EXIT_BLOCK_LABELED_BLOCK, EXIT_BLOCK_RETURN, LOOP_EXPR_BODY): New macros. * expr.c (expand_expr): Handle LABELED_BLOCK_EXPR and EXIT_BLOCK_EXPR. From-SVN: r21897
Alexandre Petit-Bianco committed -
� * tree.def (LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR): New tree nodes. * tree.h (LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY, EXIT_BLOCK_LABELED_BLOCK, EXIT_BLOCK_RETURN, LOOP_EXPR_BODY): New macros. * expr.c (expand_expr): Handle LABELED_BLOCK_EXPR and EXIT_BLOCK_EXPR. From-SVN: r21896
Alexandre Petit-Bianco committed -
� * tree.def (LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR): New tree nodes. * tree.h (LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY, EXIT_BLOCK_LABELED_BLOCK, EXIT_BLOCK_RETURN, LOOP_EXPR_BODY): New macros. * expr.c (expand_expr): Handle LABELED_BLOCK_EXPR and EXIT_BLOCK_EXPR. From-SVN: r21895
Alexandre Petit-Bianco committed -
* gcc.c-torture/980526-2.c: Disable for targets with 16bit ints. From-SVN: r21894
Jeff Law committed -
� * gcc.c-torture/980526-2.c: Disable for targets with 16bit ints. From-SVN: r21893
Jeff Law committed -
* h8300.c (h8300_encode_label): Use '&' for tiny data items. * h8300.h (TINY_DATA_NAME_P): Likewise. (STRIP_NAME_ENCODING): Handle '&'. From-SVN: r21892
Jeffrey A Law committed -
From-SVN: r21890
Jeff Law committed
-
- 20 Aug, 1998 2 commits
-
-
mn10200.h (REG_OK_FOR_INDEX_P): Do not check the mode of the register (it could be accessed via an outer SUBREG). * mn10200.h (REG_OK_FOR_INDEX_P): Do not check the mode of the register (it could be accessed via an outer SUBREG). (REG_OK_FOR_BASE_P): Likewwise. (GO_IF_LEGITIMATE_ADDRESS): Consistently use REGNO_OK_FOR_BASE_P. From-SVN: r21889
Jeffrey A Law committed -
From-SVN: r21888
Jason Merrill committed
-