- 21 Aug, 1998 1 commit
-
-
From-SVN: r21890
Jeff Law committed
-
- 20 Aug, 1998 20 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 -
* remove.c (optimize_reg_copy_3): Abort instead of silently generating bogus rtl. From-SVN: r21887
Jeffrey A Law committed -
* jump.c (rtx_renumbered_equal_p): Do not consider PLUS commutative. Because it isn't inside a MEM on the PA. Fixes 930628-1.c on the mainline branch. From-SVN: r21886
Jeffrey A Law committed -
* config/sparc/sparc.md (movtf_insn_sp32): All memory operands must be offsettable so the splits can be made. From-SVN: r21885
David S. Miller committed -
* tree.c (search_tree, no_linkage_helper, no_linkage_check): New fn. * pt.c (coerce_template_parms): Use no_linkage_check. * decl.c (grokvardecl): Likewise. (grokfndecl): Likewise. Members of anonymous types have no linkage. * method.c (process_overload_item): Remove useless code. From-SVN: r21884
Jason Merrill committed -
From-SVN: r21883
Per Bothner committed -
� Handle new'ing of Java classes. * init.c (build_class_classref): New function. (build_new_1): If type is TYPE_FOR_JAVA: Call _Jv_AllocObject; constructor does not return this; don't need to exception-protect. * pt.c (lookup_template_class): Copy TYPE_FOR_JAVA flag. * decl2.c (acceptable_java_type): Handle template-derived types. From-SVN: r21882
Per Bothner committed -
Handle new'ing of Java classes. * init.c (build_class_classref): New function. (build_new_1): If type is TYPE_FOR_JAVA: Call _Jv_AllocObject; constructor does not return this; don't need to exception-protect. * pt.c (lookup_template_class): Copy TYPE_FOR_JAVA flag. * decl2.c (acceptable_java_type): Handle template-derived types. From-SVN: r21881
Per Bothner committed -
( Handle new'ing of Java classes. * init.c (build_class_classref): New function. (build_new_1): If type is TYPE_FOR_JAVA: Call _Jv_AllocObject; constructor does not return this; don't need to exception-protect. * pt.c (lookup_template_class): Copy TYPE_FOR_JAVA flag. * decl2.c (acceptable_java_type): Handle template-derived types. From-SVN: r21880
Per Bothner committed -
d Handle new'ing of Java classes. * init.c (build_class_classref): New function. (build_new_1): If type is TYPE_FOR_JAVA: Call _Jv_AllocObject; constructor does not return this; don't need to exception-protect. * pt.c (lookup_template_class): Copy TYPE_FOR_JAVA flag. * decl2.c (acceptable_java_type): Handle template-derived types. From-SVN: r21879
Per Bothner committed -
� * decl2.c (import_export_vtable): Suppress vtables for Java classes. From-SVN: r21878
Per Bothner committed -
From-SVN: r21877
Jason Merrill committed -
* decl.c (duplicate_decls): Always merge the old and new patterns for templates, regardless of whether or not the new one has DECL_INITIAL. Don't throw away specializations. Merge DECL_SAVED_TREE. * pt.c (tsubst_decl): Use the right pattern when calculating the complete args for a new template instance. (do_decl_instantiation): Fix typo in comment. (regenerate_decl_from_template): Deal with tricky friend template case. (instantiate_decl): Likewise. From-SVN: r21876
Mark Mitchell committed -
From-SVN: r21874
Michael Meissner committed -
From-SVN: r21873
David Edelsohn committed -
Thu Aug 20 13:15:11 1998 Dave Brolley <brolley@cygnus.com> * stor-layout.c (layout_type): Compute TYPE_SIZE_UNIT correctly for arrays of bits. * cpplib.c (cpp_define): Handle macros with parameters. From-SVN: r21872
Dave Brolley committed -
* init.c (build_builtin_delete_call): Add missing assemble_external call. From-SVN: r21871
Jeffrey A Law committed -
From-SVN: r21870
Jason Merrill committed -
From-SVN: r21868
Jeff Law committed
-
- 19 Aug, 1998 19 commits
-
-
* lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling code. From-SVN: r21865
Mark Mitchell committed -
* rs6000.c (rs6000_output_load_toc_table): Use ld for 64-bit. (output_toc): Use single TOC slot or llong minimal-toc for DFmode and DImode 64-bit. Use llong for minimal-toc SFmode and SYMBOL_REF / LABEL_REF 64-bit. (output_function_profiler): Use llong for profiler label and ld to load 64-bit label address. From-SVN: r21864
David Edelsohn committed -
* typeck.c (build_binary_op_nodefault): Warn on use of NULL in arithmetic. * except.c (build_throw): Warn when NULL is thrown, even with -ansi. Use ansi_null_node, rather than integer_zero_node, in the thrown expression. From-SVN: r21863
Mark Mitchell committed -
* config/arm/thumb.md (extendqisi2_insn): Cope with REG + OFFSET addressing. From-SVN: r21862
Nick Clifton committed -
� * config/arm/thumb.md (extendqisi2_insn): Cope with REG + OFFSET addressing. From-SVN: r21861
Nick Clifton committed -
From Nick Clifton * execute/ieee/930529-1.c (main): Check to see if __thumb__ is defined, and test for ARM style doubles if so. * execute/comp-goto-1.c (main): Make main() return an int. From-SVN: r21860
Nick Clifton committed -
From Nick Clifton * execute/ieee/930529-1.c (main): Check to see if __thumb__ is defined, and test for ARM style doubles if so. * execute/comp-goto-1.c (main): Make main() return an int. From-SVN: r21859
Nick Clifton committed -
* cp-tree.h (ansi_null_node): New variable. * decl.c (ansi_null_node): New variable. (init_decl_processing): Initialize its type. * lex.c (init_parse): Initialize its value. Use ansi_null_node for null_node in non-ANSI mode. * typeck.c (build_binary_op_nodefault): Use ansi_null_node in place of null_node to avoid spurious errors. From-SVN: r21858
Mark Mitchell committed -
From-SVN: r21856
Jeffrey A Law committed -
From-SVN: r21855
Mark Mitchell committed -
From-SVN: r21854
Jeffrey A Law committed -
* collect2.c (extract_init_priority): Use atoi instead of strtoul. From-SVN: r21853
Jason Merrill committed -
x * cplus-dem.c (work_stuff): Add dllimported. (demangled_prefix): Mark symbols imported from PE DLL. (internal_cplus_demangled): Handle. From-SVN: r21852
Mumit Khan committed -
� * cplus-dem.c (work_stuff): Add dllimported. (demangled_prefix): Mark symbols imported from PE DLL. (internal_cplus_demangled): Handle. From-SVN: r21851
Mumit Khan committed -
From-SVN: r21850
Hans-Peter Nilsson committed -
From-SVN: r21849
Hans-Peter Nilsson committed -
* tm.texi (Caller Saves): Say that DEFAULT_CALLER_SAVES has no effect when -O2 and higher. * invoke.texi (Optimize Options): Likewise for -fcaller-saves. From-SVN: r21848
Hans-Peter Nilsson committed -
* regclass.c: Changed register set documentation to be consistent with GCC behaviour. * final.c (final_start_function) Removed redundant test for call_fixed_regs. From-SVN: r21847
Michael Hayes committed -
* lib/old-dejagnu.exp: Revise handling of `Internal compiler error'. From-SVN: r21846
Mark Mitchell committed
-