- 06 Jan, 2001 2 commits
-
-
* cpp.texi: Update for -MQ. * cppinit.c (cpp_create_reader): Always create pfile->deps. (cpp_cleanup): Always free pfile->deps. (initialize_dependency_output): Don't create pfile->deps. (cpp_handle_option): Similarly. (OPT_MQ): New. * gcc.c (cpp_options): Handle -MQ. (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ. * mkdeps.c (base_name): Remove. (deps_init): Don't allocate vector space until it's needed. (deps_free): Only free vectors if allocated. (deps_add_target, deps_add_dep): Update for initial allocation. (deps_add_default_target): Don't strip to the base_name. From-SVN: r38735
Neil Booth committed -
From-SVN: r38734
DJ Delorie committed
-
- 05 Jan, 2001 37 commits
-
-
* cpplib.h (struct cpp_reader): Add help_only field. * cppinit.c (COMMAND_LINE_OPTIONS): Add OPT_version. (cpp_handle_option): Set pfile->help_only if we see -h, --help, -target-help, or --version. Print version string but do not set help_only if we see -v or -version. Make text printed by -v match that printed by (-)-version. * cppmain.c (main): Exit after option parsing if pfile->help_only is true. * toplev.c (independent_decode_option): Call print_version, then exit, if we see --version (but not -version). (print_version): Split lengthy message into two lines. From-SVN: r38733
Zack Weinberg committed -
ggc_alloc_string. From-SVN: r38732
Nick Clifton committed -
From-SVN: r38731
Bryce McKinlay committed -
* rtl.h (print_simple_rtl): New. * print-rtl.c (print_simple_rtl): New. (flag_simple): New. (print_rtx): Disable printing of flags and modes, etc., if `flag_simple` nonzero. From-SVN: r38730
Michael Hayes committed -
* function.c (fixup_var_refs): Use push_to_full_sequence where possible. From-SVN: r38729
Zack Weinberg committed -
From-SVN: r38728
Michael Meissner committed -
From-SVN: r38726
Alexandre Oliva committed -
* gcc.c-torture/execute/991228-1.c: Take word endianness into account. From-SVN: r38725
Alexandre Oliva committed -
* function.c (reorder_blocks): Make sure the flags are all reset before using them to mark blocks, else a second invocation will corrupt the block chain. (reorder_blocks_0): New, resets the flags. From-SVN: r38724
DJ Delorie committed -
* cse.c (find_comparison_args): Stop if the argument is known to be constant. From-SVN: r38723
J"orn Rennecke committed -
* config/sh/sh.md (movdf): When splitting load into pair of registers, don't clobber the register used in the address too early. From-SVN: r38722
Alexandre Oliva committed -
2001-01-05 Jeffrey Oldham <oldham@codesourcery.com> * varasm.c (mark_constant_pool): Improve initial comments. (mark_constants): Move marking of constants to mark_constant. (mark_constant): New function to recursively mark all constants referred to by a constant. From-SVN: r38721
Jeffrey Oldham committed -
From-SVN: r38720
Catherine Moore committed -
2001-01-05 Phil Edwards <pme@sources.redhat.com> * cp/lang-options.h: Bring comment in line with reality. * f/lang-options.h: Likewise. * java/lang-options.h: Likewise. * objc/lang-options.h: Likewise. * ch/lang-options.h: Likewise. * f/g77.texi: And update the manual. From-SVN: r38719
Phil Edwards committed -
* config/avr/avr-protos.h (avr_peep2_scratch_safe): Prototype. * config/avr/avr.c (avr_peep2_scratch_safe): New function. * config/avr/avr.md (all peepholes that request a scratch register): Call it, FAIL the peephole if not safe (in interrupt functions). Co-Authored-By: Denis Chertykov <denisc@overta.ru> From-SVN: r38718
Marek Michalkiewicz committed -
From-SVN: r38717
Mark Mitchell committed -
* builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG): Define. * builtins.c (expand_builtin): Abort on BUILT_IN_CONJ, BUILT_IN_CREAL and BUILT_IN_CIMAG. * c-common.c (c_common_nodes_and_builtins): Create builtin conjf, conj, conjl, crealf, creal, creall, cimagf, cimag and cimagl. (expand_tree_builtin): Handle BUILT_IN_CONJ, BUILT_IN_CREAL and BUILT_IN_CIMAG. * extend.texi: Document these builtins. testsuite: * gcc.c-torture/execute/builtin-complex-1.c: New test. From-SVN: r38716
Joseph Myers committed -
From-SVN: r38715
Daniel Berlin committed -
cp: * parse.y (template_datadef): Check for error_mark_node. testsuite: * g++.old-deja/g++.pt/crash62.C: New test. From-SVN: r38714
Nathan Sidwell committed -
From-SVN: r38713
Bruce Korb committed -
* arm.md (ldmsi_postinc): Avoid use of match_dup between input and output operands. Use arm_hard_register_operand for operand 4. (stmsi_postinc): Similarly. (ldmsi): Use arm_hard_register_operand for opernand 2. (stmsi): Similarly. * arm.c (arm_hard_register_operand): New function. * arm-protos.h (arm_hard_register_operand): Prototype it. * arm.h (HARD_REGNO_RENAME_OK): Define. From-SVN: r38712
Richard Earnshaw committed -
* simplify-rtx.c (cfc_args): add "unordered" field. (check_fold_consts): Set unordered field. (simplify_relational_operation): Simplify the unordered comparisons. * reg-stack.c (swap_rtx_condition): Ensure that the transformation is valid. * emit-rtl.c (try_split): Fix code to mark labels. * jump.c (mark_jump_label): Make global. * rtl.h (mark_jump_label): Declare. * predict.c (estimate_probability): Handle unordred comparisons. From-SVN: r38711
Jan Hubicka committed -
cp: * cp-tree.def (DEFAULT_ARG): Make `x' class. From-SVN: r38710
Nathan Sidwell committed -
From-SVN: r38709
Jeff Law committed -
* java/io/PipedInputStream: Rewrote to be simpler and more correct. * java/io/PipedOutputStream: Updated to match new PipedInputStream. * java/io/PipedReader: New implementation based on new PipedInputStream. * java/io/PipedWriter: Updated to match new PipedOutputStream. From-SVN: r38708
Bryce McKinlay committed -
* cpp.texi: Update for -MP. Clarify behaviour of -MT. * cppinit.c (initialize_dependency_output): Update. (cpp_finish): Output dummy targets for -MP. (OPT_MP): New. (cpp_handle_option): Handle -MP. Don't quote -MT options. * cpplib.h (struct cpp_options): Add deps_phony_targets. * gcc.c (cpp_options): Update to handle -MP. * mkdeps.c (deps_add_target, deps_add_default_target): Update to quote only the default target. (deps_phony_targets): Insert a preceding newline. Rename from deps_dummy_targets for consistency. * mkdeps.h: Update java: * lang.c (lang_decode_option): Change -MA to -MP. * jcf-depend.c (jcf_dependency_add_target, jcf_dependency_set_target): Update to new prototype; do quote targets. (jcf_dependency_write): Update. From-SVN: r38707
Neil Booth committed -
* calls.c (emit_library_call_value_1): Support INIT_CUMULATIVE_LIBCALL_ARGS. * tm.texi (INIT_CUMULATIVE_LIBCALL_ARGS): Document it. From-SVN: r38706
Alexandre Oliva committed -
* c-decl.c (finish_struct): Detect flexible array members used in an inappropriate context. * c-typeck.c (really_start_incremental_init): Special case constructor_max_index for zero length arrays. (pop_init_level): Allow initialization of flexible array members. Deprecate initialization of zero length arrays. Don't issue missing initializer warning for flexible array members or zero length arrays. (process_init_element): Don't dereference null DECL_SIZE. * varasm.c (array_size_for_constructor): Return a HOST_WIDE_INT. Don't abort for empty constructors. Use size_binop (output_constructor): Add commentary regarding zero length array futures. Abort if we try to initialize an array of unspecified length with a non-empty constructor in the middle of a structure. * extend.texi (Zero Length): Update and clarify documentation on static initialization. From-SVN: r38705
Richard Henderson committed -
* gcc.dg/20000926-1.c: Update expected warnings. * gcc.dg/array-2.c: Likewise. * gcc.dg/array-4.c: Also validate flexible array members. * gcc.dg/c99-flex-array-1.c: New. From-SVN: r38704
Richard Henderson committed -
* config/c4x/c4x.c (c4x_expand_prologue): Don't compile an ISR with more than 32767 words of local storage. From-SVN: r38703
Michael Hayes committed -
* config/c4x/c4x.c (c4x_init_builtins): Remove builtin support for 'abs', 'labs', and 'fabs'. (c4x_expand_builtin): Likewise. * config/c4x/c4x.h (enum c4x_builtins): Likewise. From-SVN: r38702
Michael Hayes committed -
* config/sh/sh.md (prget, prset): New insn types. (return delay slot): Dont' allow prset. (call, sfunc delay slot): Don't allow prget. (movsi_i, movsi_ie, movsi_i_lowpart): Create separate alternatives for prset and prget. From-SVN: r38701
Alexandre Oliva committed -
* loop.h (struct loop_reg): New. (struct loop_regs): Change to use array of `struct loop_reg'. * loop.c: Replace assortment of varrays with single regs array. (count_one_set): Delete may_not_move array argument and use regs array instead. All caller's changed. (count_loop_regs_set): Delete may_not_move and single_usage arguments and use regs array instead. All caller's changed. (find_single_use_in_loop): Replace usage array argument with pointer to regs structure. All caller's changed. (loop_optimize): Delete `moved_once' array. From-SVN: r38700
Michael Hayes committed -
* loop.c (prescan_loop): Set loop_info->has_nonconst_call. Use it instead of loop_info->has_call for scanning loop mems. (check_dbra_loop): Replace loop_info->has_call test with loop_info->has_nonconst_call. From-SVN: r38699
Michael Hayes committed -
* config/sh/sh.h (EPILOGUE_USES): Recognize fpscr as epilogue-used for TARGET_SH3E. From-SVN: r38698
Matthew Hiller committed -
From-SVN: r38697
Bryce McKinlay committed -
* fold-const.c (fold): When folding a CONJ_EXPR of a COMPLEX_CST, use TREE_REALPART and TREE_IMAGPART instead of TREE_OPERAND. testsuite: * gcc.c-torture/compile/20001222-1.x: Remove. From-SVN: r38696
Joseph Myers committed
-
- 04 Jan, 2001 1 commit
-
-
* c-common.c (SIZE_TYPE, WCHAR_TYPE): Define. (flag_short_double, flag_short_wchar): Define. (c_common_nodes_and_builtins): Create many tree nodes shared between C and C++ here instead of in cp/decl.c and ... * c-decl.c (init_decl_processing): ... here. (SIZE_TYPE, WCHAR_TYPE): Don't define. (flag_short_double, flag_short_wchar): Don't define. (record_builtin_type): New function. (build_void_list_node): New function. * c-common.h (flag_short_double, flag_short_wchar, record_builtin_type, build_void_list_node): Declare. cp: * decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define. (record_builtin_type): Make non-static. (flag_short_double): Don't declare. (init_decl_processing): Remove the creation of many tree nodes now in c_common_nodes_and_builtins. (build_void_list_node): New function. * decl2.c (flag_short_double, flag_short_wchar): Don't define. * cp-tree.h (flag_short_wchar): Don't declare. From-SVN: r38695
Joseph Myers committed
-