1. 01 Sep, 2000 5 commits
  2. 31 Aug, 2000 6 commits
  3. 30 Aug, 2000 17 commits
  4. 29 Aug, 2000 12 commits
    • Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS for compilations in... · 5b67ad6f
              * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
              for compilations in stage 1 and subsequent stages, respectively.
              * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
              * configure: Rebuilt.
              * x-vax, x-vax-gcc: Deleted.
      
      From-SVN: r36059
      J. David Anglin committed
    • Fix typo in last change to f_options · 94b23dd5
      From-SVN: r36058
      Richard Kenner committed
    • typeck.c (build_java_array_type): Rewrite code to do array alignment. · 65f69237
      2000-08-16  Andrew Haley  <aph@cygnus.com>
      
      	* typeck.c (build_java_array_type): Rewrite code to do array
      	alignment.  Take into account back-end macros when aligning array
      	data.  Remove setting of TYPE_USER_ALIGN; Java doesn't allow the
      	user to set alignment. Fixes gcj/252 and 160.
      
      (This fixes gcj/252 and 160:
       http://sources.redhat.com/ml/java-prs/2000-q2/msg00254.html
       <couldn't find an archive entry for gcj/160>
       http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00907.html)
      
      From-SVN: r36057
      Andrew Haley committed
    • semantics.c (prune_unused_decls): New function. · 7efcf466
      	* cp/semantics.c (prune_unused_decls): New function.
      	(finish_stmt_tree): Call it via walk_tree.
      
      From-SVN: r36056
      Zack Weinberg committed
    • top level: · 63ad61ed
      	* c-common.c (declare_function_name): Use func_id_node,
      	function_id_node, and pretty_function_id_node.  Do not make
      	__func__ visible at file scope.
      	* c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
      	CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
      	(function_id_node, pretty_function_id_node, func_id_node): New
      	macros.
      	* c-decl.c (init_decl_processing): Initialize function_id_node,
      	pretty_function_id_node, and func_id_node.
      	(c_make_fname_decl): Correct comment.
      
      	* tree.h (struct tree_identifier): Constify pointer member.
      
      	* c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
      	* c-pragma.h (struct weak_syms): Constify name and value members.
      	(add_weak): Constify arguments.
      
      	* calls.c (special_function_p): Constify a char *.
      	(expand_call): Remove variable which is initialized and then
      	never used.
      	* dependence.c (struct def_use, struct induction, struct subscript):
      	Constify 'variable' member.
      	(get_low_bound, have_induction_variable): Constify char * argument.
      	(find_induction_variable): Add braces to avoid dangling else.
      	(classify_dependence): Constify char * arrays.
      	* profile.c (output_func_start_profiler): Constify a char *.
      	* stor-layout.c (finalize_record_size): Constify a char *.
      	* tree.c (is_attribute_p): Constify a char *.
      	* varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
      
      	* varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
      	for comprehensibility.  Do not call get_identifier if we did
      	not change the DECL_ASSEMBLER_NAME of the decl.  Use alloca to
      	create temporary string constants, not ggc_alloc_string.  No
      	need to copy result of ASM_FORMAT_PRIVATE_NAME.  Use const
      	char * to hold IDENTIFIER_POINTERs.
      ch:
      	* inout.c (add_enum_to_list): Use DECL_NAME directly, don't get
      	its IDENTIFIER_POINTER and immediately call get_identifier on it.
      	* lex.c (yywrap): Constify a char *.
      cp:
      	* class.c (build_secondary_vtable): Constify a char *.
      	* decl.c (init_decl_processing): Initialize function_id_node,
      	pretty_function_id_node, and func_id_node.
      	* input.c (struct input_source): Constify 'str'.
      	(feed_input): Constify first argument.
      	* mangle.c (write_identifier): Constify argument.
      	* pt.c (mangle_class_name_for_template): Constify argument.
      f:
      	* ansify.c: Use #line, not # <number>.
      java:
      	* jcf-parse.c (set_source_filename): Constify a char *.
      	* jcf-write.c (append_innerclasses_attribute,
      	make_class_file_name): Constify a char *.  Don't recycle a
      	variable for an unrelated purpose.
      	* parse.y: (build_alias_initializer_parameter_list): Constify a char *.
      	(breakdown_qualified): Do not modify IDENTIFIER_POINTER strings.
      
      From-SVN: r36055
      Zack Weinberg committed
    • ia64.md (muldi3): Use grfr_register_operand for the inputs. · cee58bc0
              * config/ia64/ia64.md (muldi3): Use grfr_register_operand
              for the inputs.
      
      From-SVN: r36054
      Richard Henderson committed
    • ia64.md (reload_inti): Use a TImode scratch. · 60a3c181
              * config/ia64/ia64.md (reload_inti): Use a TImode scratch.  Use
              the half that does not conflict with the reload register.
              (reload_outti): Likewise.
      
      From-SVN: r36053
      Richard Henderson committed
    • reload.c (push_secondary_reload): Allow class == reload_class if we're using a… · 94aaab7a
      reload.c (push_secondary_reload): Allow class == reload_class if we're using a reload_in/out pattern.
      
              * reload.c (push_secondary_reload): Allow class == reload_class
              if we're using a reload_in/out pattern.
      
      From-SVN: r36052
      Richard Henderson committed
    • reload.c: Fix formatting. · 4381f7c2
      
              * reload.c: Fix formatting.
      
              * stmt.c: Fix formatting.
      
      From-SVN: r36051
      Kazu Hirata committed
    • * gcc.c: Fix formatting. · 9218435e
      From-SVN: r36050
      Kazu Hirata committed
    • flags.h (time_report, mem_report): New global flags. · fba0bfd4
      	* flags.h (time_report, mem_report): New global flags.
      	* toplev.c: Define time_report and mem_report.
      	(f_options): Add -ftime-report and -fmem-report.
      	(compile_file): Turn on time_report if quiet_flag is off.
      	Call ggc_print_statistics at very end if mem_report is on.
      	* timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
      
      	* ggc-common.c (ggc_print_statistics): Rename to
      	ggc_print_common_statistics; all callers changed.  Scale
      	quantities above 10K to kilobytes and above 10M to megabytes.
      	* ggc-page.c (ggc_page_print_statistics): Rename to
      	ggc_print_statistics.  Report memory consumed by internal data
      	structures for each allocation bucket.  Scale quantities above
      	10K to kilobytes and above 10M to megabytes.
      	* ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
      	Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
      	Define tally_leaves always.
      	(ggc_print_statistics): New function.
      	* ggc.h: Adjust for renamed functions.
      
      From-SVN: r36049
      Zack Weinberg committed
    • avr.md ("*movsf","*movsi"): Pass NULL to output_movsisf instead of which_alternative. · 612105a6
      	* config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
      	output_movsisf instead of which_alternative.
      
      	* config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
      
      From-SVN: r36048
      Denis Chertykov committed