aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-04-07Initial revisionTom Tromey1-0/+809
From-SVN: r26254
1999-04-07Initial revisionTom Tromey1-0/+1092
From-SVN: r26253
1999-04-07Initial revisionTom Tromey1-0/+1561
From-SVN: r26252
1999-04-07Initial revisionTom Tromey1-0/+698
From-SVN: r26251
1999-04-07Initial revisionTom Tromey1-0/+791
From-SVN: r26250
1999-04-07Initial revisionTom Tromey1-0/+629
From-SVN: r26249
1999-04-07Initial revisionTom Tromey1-0/+965
From-SVN: r26248
1999-04-07Initial revisionTom Tromey1-0/+60
From-SVN: r26247
1999-04-07Initial revisionTom Tromey112-0/+28524
From-SVN: r26246
1999-04-07Initial revisionTom Tromey1-0/+1386
From-SVN: r26245
1999-04-07Initial revisionTom Tromey1-0/+400
From-SVN: r26244
1999-04-07ansify.c (die): Specify void argument.Kaveh R. Ghazi3-45/+58
* ansify.c (die): Specify void argument. * intdoc.c (family_name, dumpgen, dumpspec, dumpimp, argument_info_ptr, argument_info_string, argument_name_ptr, argument_name_string, elaborate_if_complex, elaborate_if_maybe_complex, elaborate_if_real, print_type_string): Const-ify a char*. (main): Mark parameter `argv' with ATTRIBUTE_UNUSED. (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_, _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*. From-SVN: r26243
1999-04-06Fix copyright date.Jeff Law1-1/+1
From-SVN: r26242
1999-04-06Fix trivial formatting buglet in each file.Jeff Law2-2/+2
From-SVN: r26241
1999-04-06gcc.exp (proc gcc_target_compile): Add support for timeout specified by target.Jeff Law2-0/+20
* lib/gcc.exp (proc gcc_target_compile): Add support for timeout specified by target. Also add missing ChangeLog entries for changes that we installed long ago... From-SVN: r26240
1999-04-06Add new tests.Jeff Law3-0/+69
From-SVN: r26239
1999-04-06SyncJeff Law3-1/+49
* Add symcat file. * libiberty.h expose basename prototype on more systems From-SVN: r26238
1999-04-06ResyncChristopher Faylor3-23/+15
* mh-windows disappears * Build more stuff on cygwin. Use default CFLAGS/CXXFLAGS From-SVN: r26237
1999-04-06Changes from official libiberty sources.Jeff Law3-16/+86
* Missing ChangeLog entries. * Some java demangling stuff * More cygwin32->cygwin related changes. From-SVN: r26236
1999-04-06* configure.in: Check cygwin*, not cygwin32*.Geoffrey Noer2-1/+5
From-SVN: r26235
1999-04-06Bring over lost changes from Cygnus's directory.Ulrich Drepper3-44/+62
* Missing ChangeLog entries. * Whitespace fixes. * Enable multilib by default * One stl fix (#ifdef -> #if) From-SVN: r26234
1999-04-06* alpha.c (alpha_end_function): Don't flag weak functions.Richard Henderson2-3/+11
From-SVN: r26233
1999-04-06alpha.c (reg_no_subreg_operand): New function.Richard Henderson3-6/+21
* alpha.c (reg_no_subreg_operand): New function. * alpha.h (PREDICATE_CODES): Add it. * alpha.md (floatdi?f patterns): Use it for op1. From-SVN: r26232
1999-04-06expr.c (expand_builtin): Use copy_to_mode_reg; don't force constants into a ↵Richard Henderson2-2/+8
register. * expr.c (expand_builtin) [BUILT_IN_RETURN_ADDRESS]: Use copy_to_mode_reg; don't force constants into a register. From-SVN: r26231
1999-04-06Daily bump.Jeff Law1-1/+1
From-SVN: r26230
1999-04-06* toplev.c (compile_file): Typo flow_dump -> flow2_dump.Richard Henderson2-1/+5
From-SVN: r26229
1999-04-06Makefile.in (TREE_H): Add tree-check.h.Jeffrey A Law2-2/+7
* Makefile.in (TREE_H): Add tree-check.h. (RTL_H): Add genrtl.h. From-SVN: r26228
1999-04-06pdp11.c (simple_memory_operand): Add default case in switch.Joseph Myers3-44/+56
* pdp11.c (simple_memory_operand): Add default case in switch. * pdp11.h (TARGET_SWITCHES): Add help strings. (NOTICE_UPDATE_CC): Don't include excess argument to format. (ASM_OUTPUT_DOUBLE_INT): Remove. From-SVN: r26227
1999-04-06flow.c (verify_flow_info): New function.Richard Henderson4-24/+263
* flow.c (verify_flow_info): New function. (find_basic_blocks): Call it if ENABLE_CHECKING. (merge_blocks): Don't merge if there are non-deletable labels. * toplev.c (fatal_insn): Allow a printf-style arg list. * toplev.h (fatal_insn): Update prototype. From-SVN: r26226
1999-04-06expr.c (expand_builtin_setjmp): Put setjmp return label on ↵Richard Henderson1-2/+7
nonlocal_goto_handler_labels for flow. * expr.c (expand_builtin_setjmp): Put setjmp return label on nonlocal_goto_handler_labels for flow. From-SVN: r26225
1999-04-06Regression test for current cpplib bug.Zack Weinberg1-0/+18
Should not fail if you are using cccp. Expect it to fail if you are using cpplib. From-SVN: r26224
1999-04-06YA spurious-uninitialized-variable-warning testZack Weinberg1-0/+115
From-SVN: r26223
1999-04-06Jan Hubicka <hubicka@paru.cas.cz>Jan Hubicka2-8/+22
Jan Hubicka <hubicka@paru.cas.cz> * flow.c (split_edge) update correctly flow graph, disable EDGE_CRITICAL flag on the split edge, update NUSES for new label. From-SVN: r26222
1999-04-06emit-rtl.c (gen_rtx_CONST_DOUBLE): Use XWINT not XINT.Richard Henderson2-2/+14
* emit-rtl.c (gen_rtx_CONST_DOUBLE): Use XWINT not XINT. Clear third and following slots, if they exist. From-SVN: r26221
1999-04-06flow.c (create_basic_block): Make sure the bb note is in the block.Richard Henderson2-15/+25
* flow.c (create_basic_block): Make sure the bb note is in the block. (can_delete_note_p): Rename from delete_note_p. (delete_insn_chain): Preserve undeleteable labels too. (tidy_fallthru_edge): Use next_real_insn instead of confusing inline code. From-SVN: r26220
1999-04-06cp-tree.h (BASELINK_P): New macro.Mark Mitchell7-61/+97
* cp-tree.h (BASELINK_P): New macro. (SET_BASELINK_P): Likewise. * init.c (build_member_call): Remove needless assignment in if statement. * search.c (lookup_field_r): Fix handling when we are looking specifically for a type; these are not hidden by functions and variables. (lookup_member): Use SET_BASELINK_P. * tree.c (is_overloaded_fn): Use BASELINK_P. (really_overloaed_fn): Likewise. (get_first_fn): Likewise. From-SVN: r26219
1999-04-06expr.c (pop_type_0): New function.Per Bothner2-5/+29
� * expr.c (pop_type_0): New function. (pop_type): Use pop_type_0. * java-tree.h (pop_type_0): New declaration. * verify.c (verify_jvm_instructions): Check return instructions. From-SVN: r26218
1999-04-06expr.c (pop_type_0): New function.Per Bothner2-2/+21
� * expr.c (pop_type_0): New function. (pop_type): Use pop_type_0. * java-tree.h (pop_type_0): New declaration. * verify.c (verify_jvm_instructions): Check return instructions. From-SVN: r26217
1999-04-06parse.y (patch_binop): Don't fold if non-constant and emiting class files.Per Bothner1-0/+5
8 * parse.y (patch_binop): Don't fold if non-constant and emiting class files. From-SVN: r26216
1999-04-06parse.y (patch_binop): Don't fold if non-constant and emiting class files.Per Bothner1-2/+6
� * parse.y (patch_binop): Don't fold if non-constant and emiting class files. From-SVN: r26215
1999-04-06parse.y (patch_binop): Don't fold if non-constant and emiting class files.Per Bothner1-2/+6
h * parse.y (patch_binop): Don't fold if non-constant and emiting class files. From-SVN: r26214
1999-04-06cppexp.c (parse_charconst): Initialize c.Zack Weinberg5-6/+17
1999-04-06 12:56 -0400 Zack Weinberg <zack@rabi.columbia.edu> * cppexp.c (parse_charconst): Initialize c. (cpp_parse_expr): Initialize rprio. * cppfiles.c (merge_include_chains): Initialize prev. (finclude) Set fp->line_base to fp->buf before returning. * cpphash.c (macroexpand): Initialize token. * cppspec.c (lang_specific_driver): Change suff to const char *const *. From-SVN: r26213
1999-04-06cppinit.c (install_predefs): Delete function.Zack Weinberg9-219/+42
1999-04-06 12:51 -0400 Zack Weinberg <zack@rabi.columbia.edu> * cppinit.c (install_predefs): Delete function. (cpp_start_read): Don't call install_predefs. (cpp_handle_option): Remove case 'u' and all refs to opts->inhibit_predefs. (print_help): Don't mention -undef. (initialize_builtins): Define __HAVE_BUILTIN_SETJMP__, to match cccp. * cpplib.h (struct cpp_options): Remove inhibit_predefs member. * cccp.c (predefs): Delete variable. (main): Remove case 'u' in argument parse loop, 'inhibit_predefs' variable, and the code block that would process CPP_PREDEFINES. (initialize_builtins): Don't define __OBJC__, the driver will do that. * gcc.c (default_compilers): Remove -undef from all specs that invoke a C preprocessor. * ch/lang-specs.h: Likewise. * cp/lang-specs.h: Likewise. * f/lang-specs.h: Likewise. * objc/lang-specs.h: Likewise. From-SVN: r26212
1999-04-05Daily bump.Jeff Law1-1/+1
From-SVN: r26211
1999-04-05decl.c (lookup_name_current_level): Tweak, and improve documentation.Mark Mitchell3-5/+22
* decl.c (lookup_name_current_level): Tweak, and improve documentation. From-SVN: r26210
1999-04-05regress-demangle: New file.Tom Tromey7-58/+2677
* testsuite/regress-demangle: New file. * testsuite/demangle-expected: New file. * Makefile.in (all, check, installcheck, info, install-info, clean-info, dvi, install, etags, tags, mostlyclean, clean, distclean, maintainer-clean, realclean): Depend on corresponding `-subdir' target. (all-subdir check-subdir installcheck-subdir info-subdir install-info-subdir clean-info-subdir dvi-subdir install-info-subdir etags-subdir mostlyclean-subdir clean-subdir distclean-subdir maintainer-clean-subdir): New target. * testsuite/Makefile.in: New file. * configure: Rebuilt. * configure.in: Create testsuite/Makefile. From-SVN: r26205
1999-04-05Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).Kaveh R. Ghazi6-6/+24
* Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H). * gjavah.c: Include math.h earlier. Include tree.h/java-tree.h. (main_jcf): Don't define. (process_file): Don't set `main_jcf'. * java-tree.h (main_jcf): Don't declare. * jcf-parse.c (main_jcf): Add static definition. * lang.c (main_jcf): Don't define. From-SVN: r26204
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi12-24/+34
* class.c (add_method_1): Cast the argument of `bzero' to PTR. * decl.c (copy_lang_decl): Likewise for `bcopy'. * jcf-depend.c: Include "config.h", not <config.h>. * jcf-parse.c (jcf_figure_file_type): Cast the arguments of `bcopy' to PTR. * jcf-path.c: Include "config.h", not <config.h>. * lex.c: Don't include various system header files. (java_init_lex): Cast the argument of `bzero' to PTR * parse-scan.y (java_push_parser_context): Likewise. * parse.y (java_push_parser_context): Likewise. * xref.c: Don't include <stdio.h>. From-SVN: r26203
1999-04-05class.c (maybe_fixup_vptrs): Remove declaration.Mark Mitchell6-6/+35
* class.c (maybe_fixup_vptrs): Remove declaration. (build_class_init_list): Likewise. * decl.c (pushdecl_class_level): Call check_template_shadow here ... (push_class_level_binding): ... not here. * search.c (dfs_push_type_decls): Only avoid template-self-reference TYPE_DECLs if they are from base classes. From-SVN: r26202
1999-04-05parse.y (struct parser_ctxt *ctxp): Now global.Alexandre Petit-Bianco3-4/+20
Mon Apr 5 11:24:19 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (struct parser_ctxt *ctxp): Now global. (declare_local_variables): Use WFL compound value for the declaration source line value, when doing cross-referencing. From-SVN: r26201