- 13 Jan, 2000 6 commits
-
-
From-SVN: r31370
Jason Merrill committed -
From-SVN: r31369
Jason Merrill committed -
From-SVN: r31368
Richard Henderson committed -
* configure.in (i?86-*-beos{pe,elf,}*): Recognize. * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files. * i386/beos-elf.h, i386/beos-pe.h: New files. * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New. * cross-make (SYSTEM_HEADER_DIR): Define using CROSS_SYSTEM_HEADER_DIR. * gcc.c (LIBRARY_PATH_ENV): Provide default. (process_command): Use it. (main): Likewise. Kill trailing = from env vars. (build_search_list): Put it back. * collect2.c (main): Use LIBRARY_PATH_ENV. * configure.in (GCC_NEED_DECLARATIONS): Add environ. * toplev.c: Use NEED_DECLARATION_ENVIRON. * tm.texi (Frame Layout): Document SMALL_STACK. * c-common.c (c_common_nodes_and_builtins): Check it. * system.h: Undef alloca after including glibc's <stdlib.h>, if USE_C_ALLOCA is defined. * gcc.c (set_input): New fn. (main): After all input files are compiled, reset the input file info to the first. * aclocal.m4 (rindex, index): If already defined, don't attempt to redefine. * ginclude/varargs.h: (__va_list__): Define ifndef. * ginclude/stdarg.h: Likewise. * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int instead of unsigned char. * hash.h (true, false, boolean): Undef before enum. From-SVN: r31366
Jason Merrill committed -
From-SVN: r31365
Jason Merrill committed -
* svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets. * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED. * regclass.c (choose_hard_reg_mode): Likewise. * reload.c (find_valid_class, strict_memory_address_p): Likewise. * reorg.c (optimize_skip): Wrap prototype in macro conditionals. From-SVN: r31364
Kaveh R. Ghazi committed
-
- 12 Jan, 2000 22 commits
-
-
* call.c (convert_class_to_reference): Fix typos. (build_conditional_expr): Handle errors gracefully. * class.c (push_nested_class): Likewise. * cp-tree.h (VAR_FUNCTION_OR_PARM_DECL_CHECK): New macro. (DECL_THIS_EXTERN): Use it. (DECL_THIS_STATIC): Likewise. * cvt.c (convert_to_void): Handle errors gracefully. (build_expr_type_conversion): Likewise. * decl.c (maybe_push_decl): Likewise. (start_decl_1): Likewise. (require_complete_types_for_parms): Likewise. * parse.y (structsp): Likewise. (base_class): Likewise. * parse.c: Regenerated. * pt.c (finish_member_template_decl): Likewise. From-SVN: r31363
Mark Mitchell committed -
* c-common.c: PROTO -> PARAMS. * c-common.h: Likewise. * c-decl.c: Likewise. * c-iterate.c: Likewise. * c-lang.c: Likewise. * c-lex.c: Likewise. * c-lex.h: Likewise. * c-parse.in: Likewise. * c-pragma.c: Likewise. * c-pragma.h: Likewise. * c-tree.h: Likewise. * c-typeck.c: Likewise. * objc/objc-act.c: Likewise. * objc/objc-act.h: Likewise. From-SVN: r31362
Kaveh R. Ghazi committed -
* cp-tree.h (dfs_skip_vbases): New function. (find_vbase_instance): Likewise. * class.c (determine_primary_base): Allow a nearly empty base to serve as a primary base class under the new ABI. (get_class_offset_1): Rename to ... (dfs_get_class_offset): ... this. Simplify. Don't issue error messages here. (get_class_offset): Use it. Issue error messages here. (dfs_modify_vtables): Rely on dfs_unmarked_real_bases_queue_p to find the right copies of virtual bases. (fixup_vtable_deltas1): Rename to ... (dfs_fixup_vtable_deltas): ... this. Adjust to handle virtual bases as primary bases. (fixup_vtable_deltas): Remove. (override_one_vtable): Handle virtual bases as primary bases. (merge_overrides): Likewise. (finish_struct_1): Likewise. (dump_class_hierarchy): Dump primary-ness of bases as well. * search.c (mark_primary_bases): Use a pre-order traversal to handle primary virtual bases. (dfs_skip_vbases): New fiunction. (expand_upcast_fixups): Adjust to handle primary virtual bases. (fixup_virtual_upcast_offsets): Likewise. (fixup_all_virtual_upcast_offsets): Likewise. (dfs_find_vbase_instances): New function. (find_vbase_instance): Likewise. From-SVN: r31360
Mark Mitchell committed -
* m88k-protos.h: New file. * m88k.c: Include tm_p.h. Add static prototypes. Fix compile time warnings. * m88k.h: Move prototypes to m88k-protos.h. Fix compile time warnings. * m88k.md: Likewise. * tekXD88.h: Likewise. From-SVN: r31359
Kaveh R. Ghazi committed -
* m68k-protos.h: New file. * m68k.c: Include tm_p.h. Add static prototypes. Fix compile time warnings. * m68k.h: Move prototypes to m68k-protos.h. Fix compile time warnings. * mot3300.h: Likewise. From-SVN: r31358
Kaveh R. Ghazi committed -
* haifa-sched.c (split_edges): Pass edgeset_size as second arg to extract_bitlst. (extract_bitlist): Declare bitlen. From-SVN: r31357
Richard Earnshaw committed -
c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the qualifiers don't match at any level of... * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the qualifiers don't match at any level of pointerness. From-SVN: r31356
Zack Weinberg committed -
* cccp.c: Accept and ignore -lang-fortran. * f/lang-specs.h: Pass -lang-fortran to preprocessor. From-SVN: r31355
Zack Weinberg committed -
2000-01-12 Robert Lipe <robertl@sco.com> * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT. From-SVN: r31354
Robert Lipe committed -
From-SVN: r31353
Robert Lipe committed -
From-SVN: r31352
Bernd Schmidt committed -
* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well as include files. From-SVN: r31351
Joel Sherrill committed -
From-SVN: r31350
Jeff Law committed -
* reorg.c (fill_slots_from_thread): Check modified_in_p before replacing. From-SVN: r31349
Toshiyasu Morita committed -
* gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format these nodes even if INTERNALS is not set. From-SVN: r31348
John Marshall committed -
* gcse.c (delete_null_pointer_checks_1): Cope when get_condition cannot determine the condition. From-SVN: r31347
Nick Burrett committed -
From-SVN: r31346
Jeff Law committed -
2000-01-11 Mumit Khan <khan@xraylith.wisc.edu> * lex.c (DIR_SEPARATOR): Delete macro. From-SVN: r31345
Mumit Khan committed -
2000-01-11 Mumit Khan <khan@xraylith.wisc.edu> * jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros. * jcf-write.c: Likewise. * parse.y: Likewise. * parse.c: Regenerate. From-SVN: r31344
Mumit Khan committed -
Implement automatic line wrapping mode in the g++ front-end. From-SVN: r31343
Gabriel Dos Reis committed -
2000-01-11 16:24 -0800 Zack Weinberg <zack@wolery.cumb.org> * cpplib.h (struct cpp_options): Change lang_asm to char. Add lang_fortran. * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's done in cpp_handle_option now. (initialize_builtins): Take out special case code used only by __STDC_VERSION__. (cpp_handle_option): Turn off trigraphs and trigraph warnings if -traditional. Recognize -lang-fortran and set lang_fortran, also turn off cplusplus_comments. (print_help): Document -lang-fortran. * cpplib.c (handle_directive): Ignore `# 123 "file"' if lang_asm. Ignore all directives other than `# 123 "file"' if CPP_PREPROCESSED. (cpp_get_token): If -traditional, don't recognize directives unless the # is in column 1. (parse_string): If lang_fortran or lang_asm, silently terminate strings ('' or "") at end of line. Remove unnecessary braces. From-SVN: r31342
Zack Weinberg committed -
Merrill. Correct my e-mail address. From-SVN: r31341
Zack Weinberg committed
-
- 11 Jan, 2000 12 commits
-
-
* resource.c (mark_referenced_resources): Mark a set strict_low_part as used. * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set strict_low_part when possible. From-SVN: r31340
Alexandre Oliva committed -
From-SVN: r31339
Alexandre Oliva committed -
* alias.c: PROTO -> PARAMS. * basic-block.h: Likewise. * bitmap.c: Likewise. * bitmap.h: Likewise. * builtins.c: Likewise. * c-aux-info.c: Likewise. * caller-save.c: Likewise. * calls.c: Likewise. From-SVN: r31338
Kaveh R. Ghazi committed -
* Makefile.in (toplev.o): Depend on regs.h. * output.h (tdesc_section): Prototype. * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED. * sdbout.c: Include "tm_p.h". * toplev.c: Include "regs.h". From-SVN: r31337
Kaveh R. Ghazi committed -
From-SVN: r31336
Jason Merrill committed -
From-SVN: r31335
Mike Stump committed -
From-SVN: r31334
Mike Stump committed -
* libjava.lang/klass.out: New file. * libjava.lang/klass.java: New file. From-SVN: r31333
Tom Tromey committed -
* java/lang/natSystem.cc (getpwuid_adaptor): New adaptor for HP/UX. From David Scott Urban. From-SVN: r31332
Tom Tromey committed -
* pa-protos.h: New file. * pa.c: Include recog.h and tm_p.h. (compute_zdepwi_operands, compute_movstrsi_length, remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d, find_addr_reg, import_milli): Add static prototypes. (pa_cpu_string, pa_arch_string): Constify a char*. (legitimize_pic_address): Pass argument `mode' to pic_label_operand. (read_only_operand): Add argument `mode'. (singlemove_string, output_move_double, output_fp_move_double, output_block_move, output_and, output_ior, output_ascii, remove_useless_addtr_insns, milli_names, output_mul_insn, output_div_insn, output_mod_insn, output_arg_descriptor, output_cbranch, output_bb, output_bvb, output_dbra, , output_millicode_call, output_call, hppa_encode_label, output_parallel_movb, output_parallel_addb): Constify a char*. (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED. (output_parallel_addb): Remove extra arg to `constrain_operands' * pa.h: Move all prototypes to pa-protos.h. (pa_cpu_string, pa_arch_string): Constify a char*. (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument. * pa.md: Call `function_label_operand' with mode argument. Likewise for `read_only_operand'. Fix nesting of parens in call to `symbolic_operand'. From-SVN: r31331
Kaveh R. Ghazi committed -
* i860-protos.h: New file. * i860.c: Include tm_p.h. Add static prototypes. Fix compile time warnings. * i860.h: Move prototypes to i860-protos.h. Fix compile time warnings. * i860.md: Likewise. From-SVN: r31330
Kaveh R. Ghazi committed -
* i386.md (movstrsi expander): Rewrite. (movstrsi_1 insn): Deleted. (strmovhi, strmovqi expander): New expanders. (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns. * i386.c (x86_single_stringop): New global variable. * i386.h (x86_single_stringop): Declare. (TARGET_SINGLE_STRINGOP): New macro. From-SVN: r31329
Jan Hubicka committed
-