1. 15 Apr, 2002 13 commits
  2. 14 Apr, 2002 11 commits
    • diagnostic.h (output_buffer_state): Redefine. · bd6bec6b
      	* diagnostic.h (output_buffer_state): Redefine.
      	(output_format_decoder): New macro.
      	(output_prefixing_rule): Likewise.
      	(output_line_cutoff): Likewise.
      	(diagnostic_format_decoder): Adjust.
      	(diagnostic_prefixing_rule): Likewise.
      	(diagnostic_line_cutoff): Likewise.
      	(diagnostic_state): Likewise.
      	(diagnostic_kind_count): Likewise.
      	(diagnostic_buffer): Now a macro.
      
      	* diagnostic.c (diagnostic_buffer): Remove definition.
      	(output_is_line_wrapping): Adjust.
      	(set_real_maximum_length): Likewise.
      	(output_set_maximum_length): Likewise.
      	(init_output_buffer): Likewise.
      	(lhd_print_error_function): Likewise.
      	(output_do_verbatim): Likewise.
      
      cp/
      	* error.c (cxx_print_error_function): Adjust call to macros.
      
      From-SVN: r52307
      Gabriel Dos Reis committed
    • re PR libgcj/6302 (http URLConnection does not support HTTP/1.1 (and chunked transfer encoding)) · f20c0d98
              * libjava.mauve/xfails: Expect failures for PR libgcj/6302 and
              libgcj/6298.
      
      From-SVN: r52305
      Mark Wielaard committed
    • class.c (layout_virtual_bases): Do all dsize computation on trees. · 0f490a2b
      	* class.c (layout_virtual_bases): Do all dsize computation on trees.
      
      	* g++.dg/other/big-struct.C: New test.
      
      From-SVN: r52304
      Jakub Jelinek committed
    • cpperror.c (print_location): Don't print include chain if line == 0. · ebef4e8c
      	* cpperror.c (print_location): Don't print include chain
      	if line == 0.
      	(cpp_begin_message): Update to use DL_ macros.
      	(cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
      	cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
      	cpp_notice, cpp_notice_from_errno): Remove.
      	(cpp_error, cpp_error_with_line): Update to take a diagnostic
      	level.
      	(cpp_errno): New.
      	* cppexp.c (CPP_ICE): Remove.
      	(SYNTAX_ERROR, SYNTAX_ERROR2, parse_number, parse_defined,
      	lex, integer_overflow, _cpp_parse_expr): Update.
      	* cppfiles.c (read_include_file, find_include_file,
      	handle_missing_header, _cpp_read_file, remap_filename): Update.
      	* cpphash.h (enum error_type): Remove.
      	(_cpp_begin_message): Update.
      	* cppinit.c (append_include_chain, remove_dup_dirs, output_deps,
      	cpp_handle_option, cpp_post_options): Update.
      	* cpplex.c (trigraph_p, skip_escaped_newlines, skip_block_comment,
      	skip_whitespace, parse_identifier, parse_slow, parse_string,
      	_cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
      	cpp_interpret_charconst): Update.
      	* cpplib.c (check_eol, directive_diagnostics, _cpp_handle_directive,
      	lex_macro_node, do_undef, glue_header_name, parse_include,
      	do_include_common, read_flag, do_line, do_linemarker, do_ident,
      	cpp_register_pragma, do_pragma_once, do_pragma_system_header,
      	do_pragma_poison, do_pragma_dependency, _cpp_do__Pragma, do_else,
      	do_elif, do_endif, parse_answer, parse_assertion, do_assert,
      	_cpp_pop_buffer, do_diagnostic): Update.
      	* cpplib.h (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN, DL_ERROR,
      	DL_FATAL, DL_ICE, DL_EXTRACT, DL_WARNING_P): New.
      	(cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
      	cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
      	cpp_notice, cpp_notice_from_errno): Remove.
      	(cpp_error, cpp_error_with_line): Update to take a diagnostic
      	level.
      	(cpp_errno): New.
      	* cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
      	collect_args, enter_macro_context, save_parameter, parse_params,
      	_cpp_create_definition, check_trad_stringification,
      	cpp_macro_definition): Update.
      	* cppmain.c (cpp_preprocess_file): Update.
      	* fix-header.c (read_scan_file): Update.
      
      From-SVN: r52302
      Neil Booth committed
    • re PR libgcj/6293 (PipedInputStream.close() does not notify writer (Mauve test)) · 5a230810
      	* libjava.mauve/xfails: Expect failures for PR libgcj/6293,
      	libgcj/6295, libgcj/6296 and libgcj/6297.
      
      From-SVN: r52297
      Mark Wielaard committed
    • * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define. · 10fdbed6
      From-SVN: r52296
      Jeroen Dobbelaere committed
    • f77-edit-i-in.f: Use internal buffer in place of scratch file. · 4b27e132
      2002-04-12  David Billinghurst <David.Billinghurst@riotinto.com>
      
      	* g77.dg/f77-edit-i-in.f: Use internal buffer in place
      	of scratch file.
      
      From-SVN: r52294
      David Billinghurst committed
    • typeck.c (get_member_function_from_ptrfunc): Don't do gratuitious division and… · 85b7def6
      typeck.c (get_member_function_from_ptrfunc): Don't do gratuitious division and multiplication on ptrmemfunc_vbit_in_delta...
      
              * typeck.c (get_member_function_from_ptrfunc): Don't do
              gratuitious division and multiplication on
              ptrmemfunc_vbit_in_delta targets.
      
      From-SVN: r52293
      Jason Merrill committed
    • re PR c/6277 (Failure of test gcc.dg/i386-387-1.c on cygwin) · cf56e373
      2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
      
      	PR c/6277
      	* gcc.dg/i386-387-1.c:  Allow optional leading underscore
      	in scan-assembler function name
      
      From-SVN: r52292
      David Billinghurst committed
    • Daily bump. · 8bc87916
      From-SVN: r52290
      GCC Administrator committed
  3. 13 Apr, 2002 14 commits
  4. 12 Apr, 2002 2 commits