aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-04-24fix INTEGER*2 in DATA implied-DOCraig Burley3-14/+27
From-SVN: r26613
1999-04-24fix typosCraig Burley1-2/+2
From-SVN: r26612
1999-04-24have ChangeLog entries default to current-time-string as per gcc/, gcc/f/Craig Burley1-0/+4
From-SVN: r26611
1999-04-24revert Sat Apr 17 patchCraig Burley2-6/+5
From-SVN: r26610
1999-04-23Daily bump.Jeff Law1-1/+1
From-SVN: r26609
1999-04-23acconfig.h (HAVE_GAS_FILDS_FISTS): Add.John Wehle7-5/+183
* acconfig.h (HAVE_GAS_FILDS_FISTS): Add. * configure.in: Check assembler instructions. * configure: Rebuild. * config.in: Likewise. * i386.md (floathisf2, floathidf2, floathixf2): New patterns. * i386.c (print_operand): Use the proper suffix for a 387 HImode operand. Abort if a 387 operand has an unsupported size. From-SVN: r26608
1999-04-23alpha.c (alpha_write_verstamp): Mark `file' unused.Richard Henderson3-32/+51
* alpha.c (alpha_write_verstamp): Mark `file' unused. * alpha.h (FUNCTION_VALUE): Use gen_rtx_REG not gen_rtx. (LIBCALL_VALUE): Likewise. (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Handle normal subregs. From-SVN: r26607
1999-04-23decl2.c (finish_file): Tweak handling of extern inlines so that they are not ↵Mark Mitchell2-11/+31
unnecessarily put out. * decl2.c (finish_file): Tweak handling of extern inlines so that they are not unnecessarily put out. From-SVN: r26606
1999-04-23Makefile.am: Added URLDecoder and URLEncoder.Warren Levy8-5/+146
* Makefile.am: Added URLDecoder and URLEncoder. * Makefile.in: Rebuilt. * java/net/ServerSocket.java (setSocketFactory): Renamed from setSocketImplFactory to match spec. * java/net/Socket.java (getSoLinger): Changed return type to match spec. * java/net/URLDecoder.java: New file. * java/net/URLEncoder.java: New file. From-SVN: r26605
1999-04-23alpha.c (alpha_initialize_trampoline): Add covert_memory_address calls as ↵Donn Terry2-2/+9
needed. * alpha.c (alpha_initialize_trampoline): Add covert_memory_address calls as needed. From-SVN: r26604
1999-04-23* alpha32.h (INITIALIZE_TRAMPOLINE): Get offsets right.Donn Terry2-1/+5
From-SVN: r26603
1999-04-23alpha.c (alpha_expand_prologue): Don't negate frame size for use with subq.Richard Henderson2-2/+7
* alpha.c (alpha_expand_prologue): Don't negate frame size for use with subq. From-SVN: r26602
1999-04-23search.c (is_subobject_of_p): Handle TEMPLATE_TYPE_PARMs and such as base ↵Mark Mitchell3-7/+37
classes. * search.c (is_subobject_of_p): Handle TEMPLATE_TYPE_PARMs and such as base classes. From-SVN: r26601
1999-04-23Display LABEL_NUSES when printing a code labelNick Clifton2-0/+7
From-SVN: r26600
1999-04-23Add Nathan Sidwell (write after approval)Nathan Sidwell1-0/+1
From-SVN: r26599
1999-04-22Daily bump.Jeff Law1-1/+1
From-SVN: r26598
1999-04-22tree.c (build_exception_variant): Fix typo: use the chain of U, not trying ↵Brendan Kehoe2-1/+6
V, while cycling through U. * tree.c (build_exception_variant): Fix typo: use the chain of U, not trying V, while cycling through U. From-SVN: r26597
1999-04-22update NEWS derived fileCraig Burley1-27/+37
From-SVN: r26596
1999-04-22doc cleanup vis-a-vis f2cCraig Burley2-4/+10
From-SVN: r26595
1999-04-22cp-tree.h (lang_decl_flags): Remove returns_first_arg and preserves_first_arg.Mark Mitchell15-715/+1261
* cp-tree.h (lang_decl_flags): Remove returns_first_arg and preserves_first_arg. Enlarge dummy accordingly. (DECL_TINFO_FN_P): New macro. (SET_DECL_TINO_FN_P): Likeiwse. (DECL_RETURNS_FIRST_ARG): Remove. (DECL_PRESERVES_THIS): Likewise. (DECL_INIT_PRIORITY): New macro. (finish_struct_1): Change prototype. (cat_namespace_levels): Remove prototype. (vtable_decl_p): New prototype. (vtype_decl_p): Likewise. (sigtable_decl_p): Likewise. (walk_globals_pred): New typedef. (walk_globals_fn): Likewise. (walk_globals): New prototype. (walk_namespaces_fn): New typedef. (walk_namespaces): New prototype. (wrapup_globals_for_namespace): Likewise. (walk_vtables): Remove prototype. (walk_sigtables): Likewise. (instantiate_pending_templates): New prototype. * class.c (finish_struct_1): Don't return a value. * decl.h (pending_statics): Remove declaration. * decl.c (walk_namespaces_r): New function. (walk_globals_r): Likewise. (vtable_decl_p): Likewise. (vtype_decl_p): Likewise. (sigtable_decl_p): Likewise. (walk_namespaces): Likewise. (walk_globals_data): New type. (walk_globals): New function. (wrapup_globals_for_namespace): Likewise. (expand_static_init): Remove assertion. Remove redundancy in conditional. Don't put static data members in static_aggregates Tidy. (finish_function): Remove redundancy in conditional. Don't set DECL_RETURNS_FIRST_ARG. (cat_namespace_levels): Remove. * decl2.c: Include splay-tree.h and varray.h. (priority_info_s): New structure. (finish_vtable_vardecl): Change prototype. Adjust for new calling conventions. (prune_vtable_vardecl): Likewise. (finish_sigtable_vardecl): Likewise. (setup_initp): Remove. (do_dtors): Remove. (do_ctors): Remove. (start_static_storage_duration_function): New function. (generate_inits_for_priority): Likewise. (finish_static_storage_duration_function): Likewise. (get_priority_info): Likewise. (do_static_initialization): Likewise. (do_static_destruction): Likewise. (do_static_initialization_and_destruction): Likewise. (generate_ctor_or_dtor_function): Likewise. (generate_ctor_and_dtor_functions_for_priority): Likewise. (pending_statics): Make it a varray. (pending_statics_used): New variable. (saved_inlines): Make it a varray. (saved_inlines_used): New variable. (finish_static_data_member): Change method of updating pending_statics. (mark_inline_for_output): Remove #if 0'd code. Change method of updating saved_inlines. (walk_vtables): Remove. (walk_sigtables): Likewise. (import_export_decl): Use DECL_TINFO_FN_P. (pending_templates): Remove declaration. (maybe_templates): Likewise. (static_aggregates_initp): Likewise. (setup_initp): Likewise. (finish_objects): Simplify. (INITIALIZE_P_IDENTIFIER): New macro. (PRIORITY_IDENTIFIER): New macro. (SSDF_IDENTIFIER): New macro. (initialize_p_decl): New variable. (priority_decl): Likewise. (ssdf_decl): Likewise. (priority_info_map): Likewise. (finish_file): Recode output of static intializers and other file-scope finalization tasks. * error.c (OB_END_TEMPLATE_ID): New macro. (dump_type_real): Use it. (dump_decl): Likewise. (dump_function_name): Likewise. * lex.c (set_typedecl_interface_info): Adjust for new walk_globals interface. (check_newline): Use walk_globals, not walk_vtables. * pt.c (pending_tempalte_expansions): Remove. (set_vardecl_interface_info): Likewise. (pending_templates): Make static. (maybe_templates): Likewise. (instantiate_class_template): Adjust call to finish_struct_1. (instantiate_pending_templates): New function. * rtti.c (get_tinfo_fn): Use SET_DECL_TINFO_FN_P. * tree.c (static_aggregates_initp): Remove. (cp_valid_lang_attribute): Don't use it; use DECL_INIT_PRIORITY instead. * Makefile.in (decl2.o): Depend on varray.h and splay-tree.h. From-SVN: r26594
1999-04-22toplev.h (wrapup_global_declarations): Declare.Mark Mitchell3-171/+214
* toplev.h (wrapup_global_declarations): Declare. (check_global_declarations): Likewise. * toplev.c (wrapup_global_declarations): New function, split out from ... (check_global_declarations): Likewise... (compile_file): Here. From-SVN: r26593
1999-04-22support array bounds checkingCraig Burley10-114/+396
From-SVN: r26592
1999-04-22This isn't Saturday.Richard Henderson1-1/+1
From-SVN: r26591
1999-04-22c-parse.in (expr_no_commas): Verify we've an expr before calling ↵Richard Henderson4-305/+339
C_SET_EXP_ORIGINAL_CODE. * c-parse.in (expr_no_commas): Verify we've an expr before calling C_SET_EXP_ORIGINAL_CODE. From-SVN: r26590
1999-04-22toplev.c (rest_of_compilation): Always set ↵John Wehle2-2/+7
current_function_uses_only_leaf_regs appropriately. * toplev.c (rest_of_compilation): Always set current_function_uses_only_leaf_regs appropriately. From-SVN: r26589
1999-04-22gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL ↵Mark Mitchell1-1/+1
code RETURN. * gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL code RETURN. * hash.h: Regenerated. * lex.c (reinit_parse_for_block): Use RETURN_KEYWORD. * parse.y: Replace RETURN with RETURN_KEYWORD throughout. * parse.c: Regenerated. * parse.h: Likewise. * pt.c: Include varray.h. Include rtl.h since varray.h requires it. (inline_parm_levels): New variable. (inline_parm_levels_used): Likewise. (maybe_begin_member_template_processing): Update them. (maybe_end_member_template_processing): Use them, rather than guessing how many levels to pop. From-SVN: r26588
1999-04-22gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL ↵Mark Mitchell8-53/+103
code RETURN. * gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL code RETURN. * hash.h: Regenerated. * lex.c (reinit_parse_for_block): Use RETURN_KEYWORD. * parse.y: Replace RETURN with RETURN_KEYWORD throughout. * parse.c: Regenerated. * pt.c: Include varray.h. Include rtl.h since varray.h requires it. (inline_parm_levels): New variable. (inline_parm_levels_used): Likewise. (maybe_begin_member_template_processing): Update them. (maybe_end_member_template_processing): Use them, rather than guessing how many levels to pop. From-SVN: r26587
1999-04-22* decl.c (make_typename_type): Tighten error-checking.Mark Mitchell3-6/+27
From-SVN: r26586
1999-04-22* Make-lang.in (JAVA_SRCS): Added check-init.c.Tom Tromey2-0/+5
From-SVN: r26585
1999-04-22xm-cygwin.h (HAVE_BCOPY): Delete unneeded macro.Mumit Khan2-21/+22
* i386/xm-cygwin.h (HAVE_BCOPY): Delete unneeded macro. (HAVE_BZERO): Likewise. (HAVE_BCMP): Likewise. (HAVE_RINDEX): Likewise. (HAVE_INDEX): Likewise. (DIR_SEPARATOR_2): Define. (GET_ENV_PATH_LIST): Turn path lists into POSIX. (PATH_SEPARATOR): Use ':'. From-SVN: r26584
1999-04-22* libjava.compile/OperatorBenchmark.java: New file.Anthony Green2-0/+890
From-SVN: r26583
1999-04-22enable disabling of fast fixincludesBruce Korb3-216/+226
From-SVN: r26582
1999-04-21Daily bump.Jeff Law1-1/+1
From-SVN: r26581
1999-04-22Check in test for previous changesMark Mitchell1-0/+12
From-SVN: r26580
1999-04-21natString.cc (getBytes): Reverted earlier change and applied correct fix ↵Tom Tromey2-3/+8
from Per Bothner. * java/lang/natString.cc (getBytes): Reverted earlier change and applied correct fix from Per Bothner. From-SVN: r26579
1999-04-21decl.c (predef_filenames, [...]): New globalsAlexandre Petit-Bianco7-16/+132
Wed Apr 21 11:13:36 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * decl.c (predef_filenames, predef_filenames_size): New globals (init_decl_processing): predef_filenames and predef_filenames_size initialized. * java-tree.h (predef_filenames, predef_filenames_size): Declared extern. * jcf-parse.c (predefined_filename_p): New function. (yyparse): Check that files on the command line are specified only once and issue a warning otherwise. * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): New macro. * parse.y (source_end_java_method): Nullify NOP method bodies, to avoid a gcc warning with -W -Wall turned on. (java_expand_classes): Abort if errors were encountered. (java_complete_lhs): If the cross reference flag is set, wrap field DECL node around a WFL when resolving expression name. From-SVN: r26578
1999-04-21String.java: Don't throw UnsupportedEncodingException.Tom Tromey2-2/+23
* java/lang/String.java: Don't throw UnsupportedEncodingException. From-SVN: r26577
1999-04-21gen-protos.c: #undef abort after including system.h.Zack Weinberg3-28/+7
1999-04-21 14:55 -0400 Zack Weinberg <zack@rabi.columbia.edu> * gen-protos.c: #undef abort after including system.h. Delete defns of fancy_abort and fatal. * fix-header.c: Delete defn of fancy_abort. From-SVN: r26576
1999-04-21natString.cc (getBytes): Correctly size result buffer.Tom Tromey2-2/+7
* java/lang/natString.cc (getBytes): Correctly size result buffer. From Bryce McKinlay <bryce@albatross.co.nz>. From-SVN: r26575
1999-04-21os_dep.c: glibc 2.1 requires asm/sigcontext.h, not sigcontext.h.Tom Tromey2-1/+6
* os_dep.c: glibc 2.1 requires asm/sigcontext.h, not sigcontext.h. From Matthias Klose <doko@itso.de>. From-SVN: r26574
1999-04-21cccp.c (simplify_filename): Always preserve leading double slash.Mumit Khan2-12/+5
Wed Apr 21 12:09:38 1999 Mumit Khan <khan@xraylith.wisc.edu> * cccp.c (simplify_filename): Always preserve leading double slash. From-SVN: r26573
1999-04-20Daily bump.Jeff Law1-1/+1
From-SVN: r26572
1999-04-20* config/c4x/c4x.md: Add new peepholes to remove redundant loads.Michael Hayes2-1/+30
From-SVN: r26571
1999-04-20c4x.md (binary patterns): Reorder alternatives so that two operand ↵Michael Hayes2-305/+309
instructions are chosen before three... * config/c4x/c4x.md (binary patterns): Reorder alternatives so that two operand instructions are chosen before three operand instructions. From-SVN: r26570
1999-04-20Make-lang.in (objc-parse.c): Put BISON parameters in correct order.Nathan Sidwell2-2/+5
* objc/Make-lang.in (objc-parse.c): Put BISON parameters in correct order. From-SVN: r26569
1999-04-20Make-lang.in (c-parse.c): Put BISON parameters in correct order.Nathan Sidwell2-1/+6
* Make-lang.in (c-parse.c): Put BISON parameters in correct order. Thanks. Installed. From-SVN: r26568
1999-04-20Make-lang.in (ch/chill.info): Put MAKEINFO parameters in correct order.Nathan Sidwell2-1/+6
* Make-lang.in (ch/chill.info): Put MAKEINFO parameters in correct order. From-SVN: r26567
1999-04-20cp-tree.h (build_binary_op): Remove unneeded parameter.Mark Mitchell12-66/+89
* cp-tree.h (build_binary_op): Remove unneeded parameter. * class.c (build_vrable_entry_ref): Adjust call to build_binary_op. * decl.c (expand_static_init): Likewise. (grokdeclarator): Likewise. (finish_function): Likewise. * decl2.c (delete_sanity): Likewise. (do_dtors): Likewise. (do_ctors): Likewise. * error.c (dump_type_suffix): Likewise. * expr.c (cplus_expand_expr): Likewise. * init.c (resolve_offset_ref): Likewise. (build_new): Likewise. (build_new_1): Likewise. (build_vec_delete_1): Likewise. (expand_vec_init_catch_clause): Likewise. (build_delete): Likewise. * pt.c (tsubst): Likewise. * rtti.c (synthesize_tinfo_fn): Likewise. * search.c (expand_upcast_fixups): Likewise. (expand_direct_vtbls_init): Likewise. * typeck.c (get_member_function_from_ptrfunc): Likewise. (build_binary_op_nodefault): Likewise. (point_int_sum): Likewise. (pointer_diff): Likewise. (build_unary_op): Likewise. (build_modify_expr): Likewise. (get_delta_difference): Likewise. (build_ptrmemfunc): Likewise. (expand_ptrmemfunc_cst): Likewise. From-SVN: r26566
1999-04-20alpha.md (nt_lda): New pattern.Richard Henderson3-16/+38
* alpha.md (nt_lda): New pattern. * alpha.c (alpha_expand_prologue): Use it for large frames under windows nt. From-SVN: r26565
1999-04-20arm.md (movhi): Add check for odd offset.Catherine Moore2-1/+6
Tue Apr 20 17:57:14 1999 Catherine Moore <clm@cygnus.com> * config/arm/arm.md (movhi): Add check for odd offset. From-SVN: r26564