1. 20 Oct, 1998 9 commits
    • cplus-dem.c (demangle_qualified): Fix off-by-one when checking range of 'K' index. · e0c13971
      Tue Oct 20 12:29:02 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
              * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
              range of 'K' index.
      
      From-SVN: r23202
      Andreas Schwab committed
    • class.c (is_compiled_class): New local variable seen_in_zip. · b351b287
      Tue Oct 20 09:15:38 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* class.c (is_compiled_class): New local variable
       	seen_in_zip. Identify classes found in currently compiled source
       	file(s).
      	* decl.c (complete_start_java_method): Fixed typo.
      	* java-tree.h (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P,
       	HAS_BEEN_ALREADY_PARSED_P, IS_A_COMMAND_LINE_FILENAME_P): New macros.
      	(CLASS_P): Moved around.
      	(java_parse_abort_on_error): Macro moved from jcf-parse.c
      	* jcf-parse.c (java_parse_abort_on_error): Macro moved to
       	java-parse.h
      	(jcf_parse_source): Changed leading comment. Removed unnecessary
       	fclose and CLASS_FROM_SOURCE_P marking.
      	(parse_source_file): New local variables remember_for_generation
       	and filename. Mark parsed file name identifier node. Removed block
       	executed when parse_only was null. Set remember_for_generation.
      	Use it as an argument to java_pop_parser_context.
      	(yyparse): New local variables several_files, list, next node and
       	current_file_list. Split ampersand separated file names into
       	current_file_list. Iterate through the list and parse accordingly.
      	* parse.h (java_pop_parser_context): New function prototype.
      	* parse.y (ctxp_for_generation): New static global variable.
      	(java_pop_parser_context): New argument generate. Link popped ctxp
       	to ctxp_for_generation list accordingly.
      	(java_complete_expand_methods): Fixed indentation.
      	(java_expand_classes): New function.
      Add support for the use of `&' as a file separator on the jc1 command
      line.
      
      From-SVN: r23201
      Alexandre Petit-Bianco committed
    • *** empty log message *** · 2331d640
      From-SVN: r23200
      Per Bothner committed
    • *** empty log message *** · a5337522
      From-SVN: r23199
      Per Bothner committed
    • regclass.c (fix_register): Add error message. · cb2fdc84
      	* regclass.c (fix_register): Add error message.
      	* invoke.texi (-fcall-used-REG,-fcall-saved-REG): Note the
      	  new error message
      
      From-SVN: r23198
      Gavin Romig-Koch committed
    • New warning, `missing-noreturn': · 0ca3fb0a
              * c-decl.c (warn_missing_noreturn): New global variable.
              (c_decode_option): Check for new flags -W{no-}missing-noreturn.
              (finish_function): Implement missing noreturn warning.
              * c-tree.h (warn_missing_noreturn): Declare extern.
              * invoke.texi: Document new flags.
              * toplev.c (documented_lang_options): Add description.
      
      From-SVN: r23197
      Kaveh R. Ghazi committed
    • c4x.c (c4x_parallel_process): Disable until BCT loop optimization stable for the C4x. · f1c374cb
      	* config/c4x/c4x.c (c4x_parallel_process): Disable until BCT
      	loop optimization stable for the C4x.
      	(c4x_rptb_info_t, c4x_dump, c4x_rptb_in_range, c4x_rptb_unjumped_loop,
      	c4x_rptb_find_comp_and_jump, c4x_rptb_loop_info_get,
      	c4x_rptb_emit_init, c4x_rptb_process): Deleted (superceded by BCT
      	loop optimization).
      	(c4x_address_conflict): Be more paranoid when packing a volatile
      	memref in a parallel load/store.
      
      From-SVN: r23196
      Michael Hayes committed
    • c4x.md (repeat_block_top, [...]): Deleted. · 95cb0203
      	* config/c4x/c4x.md (repeat_block_top, repeat_block_end,
       	repeat_block_filler): Deleted.
      	(*ashlqi3_set, *ashrqi3_const_set, *ashrqi3_nonconst_clobber):
       	Condition code not set if destination register from 'c' class.
      	(*subbqi3_carry_clobber): Fix typo.
      
      From-SVN: r23195
      Michael Hayes committed
    • Daily bump. · c171c287
      From-SVN: r23194
      Jeff Law committed
  2. 19 Oct, 1998 23 commits
  3. 18 Oct, 1998 8 commits