aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-05-22* tree.c (mapcar): Handle LVALUE_EXPR.Mark Mitchell3-0/+13
From-SVN: r27101
1999-05-22Apply patch from Philip Blundell <pb@nexus.co.uk> to fix PIC support forPhilip Blundell4-12/+44
constant tables. From-SVN: r27100
1999-05-22Fix erroneous warning messagePhilip Blundell2-1/+6
From-SVN: r27099
1999-05-22oops - omitted from previous deltaNick Clifton1-0/+5
From-SVN: r27098
1999-05-22Only defined NEED_PLT_GOT if it is not already defined.Nick Clifton1-0/+2
From-SVN: r27097
1999-05-22Fix description of a stack element in a PARALLEL generated by FUNCTION_ARGNick Clifton2-3/+7
From-SVN: r27096
1999-05-21Fix comment (insns -> bytes).Jeff Law1-1/+1
From-SVN: r27095
1999-05-22config.guess: Handle NEC UX/4800.Ben Elliston2-1/+4
1999-05-22 Ben Elliston <bje@cygnus.com> * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake <jiro@din.or.jp>. From-SVN: r27094
1999-05-22config.guess: Merge with FSF version.Ben Elliston3-235/+293
1999-05-22 Ben Elliston <bje@cygnus.com> * config.guess: Merge with FSF version. Future changes will be more accurately recorded in this ChangeLog. * config.sub: Likewise. From-SVN: r27093
1999-05-22cp-tree.h (cplus_expand_constant): Declare.Mark Mitchell7-29/+72
* cp-tree.h (cplus_expand_constant): Declare. * cvt.c (convert_to_pointer): Expand PTRMEM_CSTs when they're converted from one pointer-to-object type to another. * expr.c (cplus_expand_constant): Don't make it static. * typeck.c (build_component_ref): Don't crash when presented with a component which is a TEMPLATE_DECL. (build_ptrmemfunc): Tidy. Clarify comment. Make sure that even a cast from a pointer-to-member constant to its own type does not result in a valid non-type template argument. From-SVN: r27092
1999-05-22* expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.Mark Mitchell2-1/+7
From-SVN: r27090
1999-05-21Daily bump.Jeff Law1-1/+1
From-SVN: r27089
1999-05-21rs6000.c (output_mi_thunk): Enable full support again.Franz Sirl2-17/+18
Fri May 21 21:19:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * rs6000.c (output_mi_thunk): Enable full support again. From-SVN: r27087
1999-05-21Make-lang.in (cc1plus): Make it depend on gxx.gperf.Mark Mitchell9-171/+225
* Make-lang.in (cc1plus): Make it depend on gxx.gperf. * cp-tree.h: Fix typo in documentation on pointers-to-members. (cp_build_qualified_type): Make it a macro. (cp_build_qualified_type_real): Declare. * decl.c (grokdeclarator): Remove misleading comment. Avoid problem with template parameters and restrict-qualification. * gxx.gperf: Replace NORID with RID_UNUSED throughout. * hash.h: Regenerated. * lex.h (rid): Move RID_FIRST_MODIFIER and RID_LAST_MODIFIER into the enumeration. (NORID): Remove definition. * pt.c (tsubst_aggr_type): Use cp_build_qualified_type_real. (tsubst): Likewise. Remove special handling for FUNCTION_TYPEs. (fn_type_unification): Check that the function type resulting from the deduction is legal. (check_cv_quals_for_unify): Don't handle FUNCTION_TYPEs specially. (unify): Use cp_build_qualified_type_real. * tree.c (build_cplus_array_type_1): Handle error_marks as inputs. (cp_build_qualified_type): Rename to ... (cp_build_qualified_type_real): Add additional COMPLAIN parameter and modify appropriately. Co-Authored-By: Nathan Sidwell <nathan@acm.org> From-SVN: r27086
1999-05-21typeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs carefully to reveal ↵Mark Mitchell2-10/+39
optimization opportunities. * typeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs carefully to reveal optimization opportunities. From-SVN: r27084
1999-05-21Makefile.in: Rebuilt.Tom Tromey6-35/+54
* Makefile.in: Rebuilt. * Makefile.am (INCLUDES): Added $(ZINCS). * configure: Rebuilt. * configure.in (ZINCS): New subst. From-SVN: r27083
1999-05-21Typo fix in last patch.Joern Rennecke1-1/+1
From-SVN: r27082
1999-05-21* sh.h (BRANCH_COST): Define.J"orn Rennecke2-1/+12
From-SVN: r27081
1999-05-21pt.c (tsubst): Don't issue error messages when we're not complaining...Mark Mitchell3-4/+70
* pt.c (tsubst): Don't issue error messages when we're not complaining, even if we see a qualified function type. (check_cv_quals_for_unify): Don't allow a qualified function type. From-SVN: r27080
1999-05-21sparc-signal.h (INIT_FPE, INIT_SEGV): SA_NODEFER added to signal options to ↵Andrew Haley2-2/+8
allow the same exceptions to be rethrown... 1999-05-21 Andrew Haley <aph@cygnus.com> * include/sparc-signal.h (INIT_FPE, INIT_SEGV): SA_NODEFER added to signal options to allow the same exceptions to be rethrown later. From-SVN: r27079
1999-05-20Daily bump.Jeff Law1-1/+1
From-SVN: r27077
1999-05-20Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.Stephen L Moshier2-1/+5
Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com> * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. From-SVN: r27074
1999-05-20[multiple changes]Jeff Law3-8/+18
Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com> * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. Thu May 20 09:58:57 1999 Jan Hubicka <hubicka@freesoft.cz> * function.c (assign_stack_local): Align stack slot propertly. (assign_outer_stack_local): Likewise. From-SVN: r27073
1999-05-20class.c (instantiate_type): Downgrade errors for object-dependent memfn refs ↵Jason Merrill2-4/+9
to pedwarn. * class.c (instantiate_type): Downgrade errors for object-dependent memfn refs to pedwarn. From-SVN: r27072
1999-05-20decl.c (grokdeclarator): Don't treat [] as indicating a zero-sized array in ↵Mark Mitchell2-1/+5
a typedef. * decl.c (grokdeclarator): Don't treat [] as indicating a zero-sized array in a typedef. From-SVN: r27070
1999-05-20call.c (build_object_call): Don't look at DECL_NAME for a type.Mark Mitchell4-6/+19
* call.c (build_object_call): Don't look at DECL_NAME for a type. (pt.c): Or CP_TYPE_QUALS for an ERROR_MARK. (typeck.c): Or TYPE_MAIN_VARIANT for a type. From-SVN: r27068
1999-05-20Remove duplicate parameter nameMark Mitchell1-1/+1
From-SVN: r27067
1999-05-20pt.c (for_each_template_parm): Rework to match documentation.Mark Mitchell3-16/+37
* pt.c (for_each_template_parm): Rework to match documentation. Don't be fooled by a COMPONENT_REF with no TREE_TYPE. From-SVN: r27066
1999-05-20class.c (finish_struct_1): Still check for ANON_AGGR_TYPE_P.Jason Merrill3-8/+16
* class.c (finish_struct_1): Still check for ANON_AGGR_TYPE_P. * class.c (finish_base_struct): Allow non-COM bases for COM classes except at the leftmost position. (modify_one_vtable, fixup_vtable_deltas1, override_one_vtable): Pass the binfo's class, not the most derived, to skip_rtti_stuff. * search.c (get_abstract_virtuals, expand_upcast_fixups): Likewise. From-SVN: r27065
1999-05-20newJason Merrill2-0/+114
From-SVN: r27064
1999-05-20tree.c (lvalue_p_1): A NOP_EXPR can be an lvalue.Jason Merrill2-1/+7
* tree.c (lvalue_p_1): A NOP_EXPR can be an lvalue. (build_cplus_new): Make sure that what we return is of the right type. From-SVN: r27063
1999-05-20cp-tree.h (make_ptrmem_cst): New function.Mark Mitchell7-56/+100
* cp-tree.h (make_ptrmem_cst): New function. * expr.c (cplus_expand_constant): Split out from ... (cplus_expand_expr): Here. Use cplus_expand_constant. (init_cplus_expand): Set lang_expand_constant. * pt.c (convert_nontype_argument): Use make_ptrmem_cst. * tree.c (make_ptrmem_cst): Define. * typeck.c (unary_complex_lvalue): Use make_ptrmem_cst. * typeck2.c (initializer_constant_valid_p): Use make_ptrmem_cst. From-SVN: r27060
1999-05-20expr.h (lang_expand_constant): Declare.Mark Mitchell4-0/+21
* expr.h (lang_expand_constant): Declare. * toplev.c (lang_expand_constant): Define it. * varasm.c (output_constant): Use it. From-SVN: r27058
1999-05-20optabs.c (expand_cmplxdiv_straight, [...]): Change function definitions to ↵Kaveh R. Ghazi2-8/+21
K&R style. * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide): Change function definitions to K&R style. From-SVN: r27057
1999-05-20prims.cc (catch_fpe): Call to HANDLE_DIVIDE_OVERFLOW added.Andrew Haley6-8/+211
1999-05-20 Andrew Haley <aph@cygnus.com> * libjava/prims.cc (catch_fpe): Call to HANDLE_DIVIDE_OVERFLOW added. * include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): New macro. (INIT_FPE): Exception string made more informative. * include/sparc-signal.h (INIT_FPE): Exception string made more informative. * testsuite/libjava.lang/Divide_1.java: New file. * testsuite/libjava.lang/Divide_1.out: New file. From-SVN: r27056
1999-05-20A fix for one breaks another :( - do not ignore SIGCLD!Bruce Korb2-7/+4
From-SVN: r27055
1999-05-20static initialization removal & K&R-ificationAlexandre Oliva6-16/+53
From-SVN: r27052
1999-05-19libchill, libf2c, libobjc:Jeff Law13-462/+152
* configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. libio, libstdc++ * configure.in: Test for ${compiler_name}.exe as well. From-SVN: r27050
1999-05-19dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use asm_fprintf and %L to ↵Andreas Schwab3-9/+20
generate the label name. * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use asm_fprintf and %L to generate the label name. * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise. (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels. From-SVN: r27048
1999-05-19Daily bump.Jeff Law1-1/+1
From-SVN: r27046
1999-05-19jump.c (can_reverse_comparison_p): Do not abort if the comparison insn for a ↵Jeff Law1-1/+10
conditional jump can not be found. p * jump.c (can_reverse_comparison_p): Do not abort if the comparison insn for a conditional jump can not be found. From-SVN: r27043
1999-05-19jump.c (can_reverse_comparison_p): Do not abort if the comparison insn for a ↵Jeff Law1-0/+5
conditional jump can not be found. � * jump.c (can_reverse_comparison_p): Do not abort if the comparison insn for a conditional jump can not be found. From-SVN: r27042
1999-05-19mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables ↵Jeff Law1-1/+5
in specific sections other than... x * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables in specific sections other than .sbss and .sdata. From-SVN: r27038
1999-05-19mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables ↵Jeff Law1-0/+5
in specific sections other than... � * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables in specific sections other than .sbss and .sdata. From-SVN: r27037
1999-05-19* pt.c (build_template_decl): Copy DECL_NONCONVERTING_P.Mark Mitchell3-0/+13
From-SVN: r27034
1999-05-19aclocal.m4, configure: Rebuilt.Tom Tromey4-175/+183
* aclocal.m4, configure: Rebuilt. * acinclude.m4 (version): New variable; pass to AM_INIT_AUTOMAKE. From-SVN: r27033
1999-05-19GZIPOutputStream.java (write(byte[])): New method.Tom Tromey2-0/+8
* java/util/zip/GZIPOutputStream.java (write(byte[])): New method. From-SVN: r27031
1999-05-19Warning fixes:Kaveh R. Ghazi9-26/+50
* class.c (build_utf8_ref): Initialize variable `field'. * decl.c (init_decl_processing): Initialize variable `field'. * expr.c (build_known_method_ref): Mark parameters `method_type', `method_signature' and `arg_list' with ATTRIBUTE_UNUSED. (process_jvm_instruction): Likewise for parameter `length'. * jvspec.c (lang_specific_driver): Mark variables `saw_math', `saw_libc', `saw_gc', `saw_threadlib' and `saw_libgcj' with ATTRIBUTE_UNUSED. * parse.y (maybe_generate_clinit): Remove unused variable `has_non_primitive_fields'. (find_in_imports_on_demand): Initialize variables `node_to_use' and `cl'. (patch_binop): Likewise for variable `prom_type'. (patch_unaryop): Likewise for variable `prom_type'. * verify.c (verify_jvm_instructions): Likewise for variable `last'. * xref.c (xref_table): Add missing initializer. From-SVN: r27030
1999-05-19decl2.c (start_static_storage_duration_function): Fix comment.Mark Mitchell2-15/+25
* decl2.c (start_static_storage_duration_function): Fix comment. (finish_file): Create static storage duration functions lazily. From-SVN: r27029
1999-05-19natInflater.cc (inflate): Cast `len' to unsigned.Tom Tromey3-3/+13
* java/util/zip/natInflater.cc (inflate): Cast `len' to unsigned. Include <stdlib.h>. * java/util/zip/natDeflater.cc (deflate): Cast `len' to unsigned. Include <stdlib.h>. (update): Fail in default case. Always initialize `strat'. From-SVN: r27028