Skip to content
Snippets Groups Projects
  1. Jun 20, 2000
  2. Jun 19, 2000
    • bkoz's avatar
      · ef4c833e
      bkoz authored
      2000-06-19  Raja R Harinath  <harinath@cs.umn.edu>
      
      	* src/Makefile.am: change @WERROR@ to $(WERROR) so that this can
      	be overridden on the command line for individual files.
      
      2000-06-19  Benjamin Kosnik  <bkoz@soma.redhat.com>
      
      	* acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Can't use
      	AC_LANG_CPLUSPLUS as this tries to link in libstdc++, Which we are
      	building. Use -x c++ instead, which does not attempt to link
      	libstdc++.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34608 138bc75d-0d04-0410-961f-82ee72b054a4
      ef4c833e
    • bryce's avatar
      This commit was generated by cvs2svn to compensate for changes in r34605, · a8c8baa9
      bryce authored
      which included commits to RCS files with non-trunk default branches.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34606 138bc75d-0d04-0410-961f-82ee72b054a4
      a8c8baa9
    • amylaar's avatar
      * Take REG_INC notes into account. · e2842d30
      amylaar authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34603 138bc75d-0d04-0410-961f-82ee72b054a4
      e2842d30
    • zack's avatar
      * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c. · 1beb61f9
      zack authored
      	(primary: IDENTIFIER): Just call build_external_ref.
      	* c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
      	Regenerate.
      	* c-lex.c (lastiddecl): Remove.
      	(yylex): Replace all instances of lastiddecl with local
      	variables.
      
      	* c-typeck.c (build_external_ref): New function.  Treat decls
      	with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
      	Look up the decl from the id here.  Call lookup_objc_ivar.
      	* c-lang.c (lookup_objc_ivar): Stub.
      	* objc/objc-act.c (lookup_objc_ivar): New function.
      
      	* c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
      	* c-lex.h: Don't declare lastiddecl.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34602 138bc75d-0d04-0410-961f-82ee72b054a4
      1beb61f9
    • bkoz's avatar
      · b170b427
      bkoz authored
      2000-06-19  Benjamin Kosnik  <bkoz@soma.redhat.com>
      
      	* docs/17_intro/contribute.html: Add bits about getting to the LWG
      	issues pages.
      	* docs/documentation.html: Rename link to make more accurate and scary.
      	* docs/gccrebuild.html: Edit for clarity as these are no longer
      	separate projects.
      	* docs/install.html: Add bits about binutils for
      	-ffunction-sections, -fdata-sections, -Wl,--gc-sections
      
      	* configure.in: Add call for GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT.
      	* math/Makefile.am (EXTRA_DIST): Change USE_LONG_DOUBLE to
      	USE_COMPLEX_LONG_DOUBLE.
      	* acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Break into
      	GLIBCPP_CHECK_MATH_SUPPORT and GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT.
      	Works around irregularies in powerpc "C" compiler, but a good idea
      	anyway.
      
      	* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT):
      	New. Merge both old compiler bug checks for complex into this.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34601 138bc75d-0d04-0410-961f-82ee72b054a4
      b170b427
    • bkoz's avatar
      · 4de772c8
      bkoz authored
      2000-06-19  Anthony Williams  <anthony@anthonyw.cjb.net>
      
      	* testsuite/21_strings/find.cc: Empty strings can be found at all
      	positions. Modified.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34600 138bc75d-0d04-0410-961f-82ee72b054a4
      4de772c8
    • bkoz's avatar
      · f86ce4ee
      bkoz authored
      2000-06-19  Branko Cibej  <branko.cibej@hermes.si>
      
              * testsuite/20_utilities: New directory.
              * testsuite/20_utilities/auto_ptr.cc: New file.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34599 138bc75d-0d04-0410-961f-82ee72b054a4
      f86ce4ee
    • aph's avatar
      2000-06-19 Andrew Haley <aph@cygnus.com> · 2e71a19e
      aph authored
              * os_dep.c (read): Pass two dummy args to syscall().
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34598 138bc75d-0d04-0410-961f-82ee72b054a4
      2e71a19e
    • chelf's avatar
      * c-common.h (IF_COND): Added documentation. · 8036397f
      chelf authored
      	(THEN_CLAUSE): Likewise.
      	(ELSE_CLAUSE): Likewise.
      	(WHILE_COND): Likewise.
      	(WHILE_BODY): Likewise.
      	(DO_COND): Likewise.
      	(DO_BODY): Likewise.
      	(RETURN_EXPR): Likewise.
      	(EXPR_STMT_EXPR): Likewise.
      	(FOR_INIT_STMT): Likewise.
      	(FOR_COND): Likewise.
      	(FOR_EXPR): Likewise.
      	(FOR_BODY): Likewise.
      	(SWITCH_COND): Likewise.
      	(SWITCH_BODY): Likewise.
      	(CASE_LOW): Likewise.
      	(CASE_HIGH): Likewise.
      	(GOTO_DESTINATION): Likewise.
      	(COMPOUND_BODY): Likewise.
      	(ASM_CV_QUAL): Likewise.
      	(ASM_STRING): Likewise.
      	(ASM_OUTPUTS): Likewise.
      	(ASM_INPUTS): Likewise.
      	(ASM_CLOBBERS): Likewise.
      	(DECL_STMT_DECL): Likewise.
      	(STMT_EXPR_STMT): Likewise.
      	(LABEL_STMT_LABEL): Likewise.
      
      	* c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
      	COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
      	RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
      	LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
      
      	* cp/cp-tree.h (genrtl_try_block): Declare function.
      	(genrtl_handler): Likewise.
      	(genrtl_catch_block): Likewise.
      	(genrtl_ctor_stmt): Likewise.
      	(genrtl_subobject): Likewise.
      	(genrtl_decl_cleanup): Likewise.
      	(genrtl_do_poplevel): Likewise.
      	(genrtl_do_pushlevel): Likewise.
      	(genrtl_clear_out_block): Likewise.
      	(genrtl_goto_stmt): Likewise.
      	(genrtl_expr_stmt): Likewise.
      	(genrtl_decl_stmt): Likewise.
      	(genrtl_if_stmt): Likewise.
      	(genrtl_while_stmt): Likewise.
      	(genrtl_do_stmt): Likewise.
      	(genrtl_return_stmt): Likewise.
      	(genrtl_for_stmt): Likewise.
      	(genrtl_break_stmt): Likewise.
      	(genrtl_continue_stmt): Likewise.
      	(genrtl_scope_stmt): Likewise.
      	(genrtl_switch_stmt): Likewise.
      	(genrtl_case_label): Likewise.
      	(genrtl_begin_compound_stmt): Likewise.
      	(genrtl_finish_compound_stmt): Likewise.
      	(genrtl_compound_stmt): Likewise.
      	(genrtl_asm_stmt): Likewise.
      	(genrtl_named_return_value): Likewise.
      	(genrtl_begin_stmt_expr): Likewise.
      	(genrtl_finish_stmt_expr): Likewise.
      	(finish_for_stmt): Removed first argument.
      	(finish_switch_stmt): Likewise.
      
      	* cp/semantics.c (genrtl_try_block): Define function.
      	(genrtl_handler): Likewise.
      	(genrtl_catch_block): Likewise.
      	(genrtl_ctor_stmt): Likewise.
      	(genrtl_subobject): Likewise.
      	(genrtl_decl_cleanup): Likewise.
      	(genrtl_do_poplevel): Likewise.
      	(genrtl_do_pushlevel): Likewise.
      	(genrtl_clear_out_block): Likewise.
      	(genrtl_goto_stmt): Likewise.
      	(genrtl_expr_stmt): Likewise.
      	(genrtl_decl_stmt): Likewise.
      	(genrtl_if_stmt): Likewise.
      	(genrtl_while_stmt): Likewise.
      	(genrtl_do_stmt): Likewise.
      	(genrtl_return_stmt): Likewise.
      	(genrtl_for_stmt): Likewise.
      	(genrtl_break_stmt): Likewise.
      	(genrtl_continue_stmt): Likewise.
      	(genrtl_scope_stmt): Likewise.
      	(genrtl_switch_stmt): Likewise.
      	(genrtl_case_label): Likewise.
      	(genrtl_begin_compound_stmt): Likewise.
      	(genrtl_finish_compound_stmt): Likewise.
      	(genrtl_compound_stmt): Likewise.
      	(genrtl_asm_stmt): Likewise.
      	(genrtl_named_return_value): Likewise.
      	(genrtl_begin_stmt_expr): Likewise.
      	(genrtl_finish_stmt_expr): Likewise.
      	(finish_for_stmt): Removed first argument and generate rtl
      	specific code.
      	(finish_switch_stmt): Likewise.
      	(do_poplevel): Removed generate rtl specific code.
      	(do_pushlevel): Likewise.
      	(add_tree): Likewise.
      	(finish_goto_stmt): Likewise.
      	(finish_expr_stmt): Likewise.
      	(begin_if_stmt): Likewise.
      	(finish_if_stmt_cond): Likewise.
      	(finish_then_clause): Likewise.
      	(begin_else_clause): Likewise.
      	(finish_else_clause): Likewise.
      	(finish_if_stmt): Likewise.
      	(clear_out_block): Likewise.
      	(begin_while_stmt): Likewise.
      	(finish_while_stmt_cond): Likewise.
      	(finish_while_stmt): Likewise.
      	(begin_do_stmt): Likewise.
      	(finish_do_body): Likewise.
      	(finish_do_stmt): Likewise.
      	(finish_return_stmt): Likewise.
      	(begin_for_stmt): Likewise.
      	(finish_for_init_stmt): Likewise.
      	(finish_for_cond): Likewise.
      	(finish_for_expr): Likewise.
      	(finish_break_stmt): Likewise.
      	(finish_continue_stmt): Likewise.
      	(begin_switch_stmt): Likewise.
      	(finish_switch_cond): Likewise.
      	(finish_case_label): Likewise.
      	(begin_try_block): Likewise.
      	(begin_function_try_block): Likewise.
      	(finish_try_block): Likewise.
      	(finish_cleanup_try_block): Likewise.
      	(finish_cleanup): Likewise.
      	(finish_function_try_block): Likewise.
      	(finish_handler_sequence): Likewise.
      	(finish_function_handler_sequence): Likewise.
      	(begin_handler): Likewise.
      	(finish_handler_parms): Likewise.
      	(begin_catch_block): Likewise.
      	(finish_handler): Likewise.
      	(begin_compound_stmt): Likewise.
      	(finish_compound_stmt): Likewise.
      	(finish_asm_stmt): Likewise.
      	(finish_label_stmt): Likewise.
      	(finish_label_decl): Likewise.
      	(finish_subobject): Likewise.
      	(finish_decl_cleanup): Likewise.
      	(finish_named_return_value): Likewise.
      	(begin_stmt_expr): Likewise.
      	(finish_stmt_expr): Likewise.
      
      	* cp/decl.c (initialize_local_var): Changed call to finish_expr_stmt
      	to call genrtl_expr_stmt when appropriate.
      
      	* cp/init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
      	begin_compound_expr to call genrtl_begin_stmt_expr and
      	genrtl_begin_compound_expr when appropriate.
      	(finish_init_stmts): Changed calls to finish_compound_expr and
      	finish_stmt_expr to call genrtl_finish_compound_expr and
      	genrtl_finish_stmt_expr when appropriate.
      	(expand_default_init): Changed call to finish_expr_stmt to call
      	genrtl_expr_stmt when appropriate.
      	(build_vec_init): Likewise.
      
      	* cp/parse.y (simple_stmt): Removed first argument from call to
      	finish_for_stmt. Removed first argument from call to
      	finish_switch_stmt.
      
      	* cp/parse.c: Regenerated.
      
      	* cp/pt.c (tsubst_expr): Removed first argument from call to
      	finish_for_stmt. Removed first argument from call to
      	finish_switch_stmt.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34597 138bc75d-0d04-0410-961f-82ee72b054a4
      8036397f
    • ghazi's avatar
      * configure.in (--enable-checking): Update --help doc to reflect · 438dc502
      ghazi authored
      	new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34596 138bc75d-0d04-0410-961f-82ee72b054a4
      438dc502
    • pthomas's avatar
      gcc/po: · 5600f001
      pthomas authored
      2000-06-19  Philipp Thomas  <pthomas@suse.de>
      
      	* POTFILES.in: change entries for dyn-string.[ch]
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34595 138bc75d-0d04-0410-961f-82ee72b054a4
      5600f001
    • law's avatar
      Daily bump. · 5d00d3ec
      law authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34594 138bc75d-0d04-0410-961f-82ee72b054a4
      5d00d3ec
    • bkoz's avatar
      · c21bc234
      bkoz authored
      2000-06-14  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
            	* src/Makefile.am (string_sources): Simplify, assuming that with
      	-ffunction-sections, -fdata-sections, -Wl,--gc-sections, all this
      	hacking is not necessary.
              (wstring_sources): Same.
              (OPTIMIZE_CXXFLAGS): Enable -fdata-sections -ffunction-sections
      	-Wl,--gc-sections.
      	* src/string-inst.cc: Remove macro blocks.
      	* mkcheck.in (CXX_FLAG): Add bits here.
      
      	* src/string-inst.cc: Remove iostream-related string instantiations.
      	* src/misc-inst.cc: Add here.
      
      	* acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Change FMTFLAGS
      	to WFMT_FLAGS.
      	* aclocal.m4: Regenerate.
      	* configure.in: Change up.
      	* configure: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34593 138bc75d-0d04-0410-961f-82ee72b054a4
      c21bc234
    • kenner's avatar
      * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK. · af51ff99
      kenner authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34592 138bc75d-0d04-0410-961f-82ee72b054a4
      af51ff99
    • kenner's avatar
      * function.c (put_var_into_stack): Don't reference DECL_ fields · 0b55cf41
      kenner authored
      	if input is a SAVE_EXPR.
      	Use set_mem_attributes in COMPLEX case.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34591 138bc75d-0d04-0410-961f-82ee72b054a4
      0b55cf41
  3. Jun 18, 2000
  4. Jun 17, 2000
  5. Jun 16, 2000
    • ghazi's avatar
      * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify · edb5e81d
      ghazi authored
      	select pattern to also match macro defs with only one argument.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34576 138bc75d-0d04-0410-961f-82ee72b054a4
      edb5e81d
    • tromey's avatar
      Fix for PR libgcj/261: · 3205958f
      tromey authored
      	* include/win32-signal.h (MAKE_THROW_FRAME): Added `_exception'
      	argument.
      	* include/sparc-signal.h (MAKE_THROW_FRAME): Added `_exception'
      	argument.  (This is a patch from long ago that somehow went
      	missing.)
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34575 138bc75d-0d04-0410-961f-82ee72b054a4
      3205958f
    • mmitchel's avatar
      * cp-tree.h (finish_mem_initializers): Declare. · 5fea3263
      mmitchel authored
      	(count_trees): Likewise.
      	* parse.y (base_init): Use finish_mem_initializers.
      	* semantics.c (finish_mem_initializers): New function.
      
      	* tree.c (count_trees_r): Prototype.  Use DATA parameter to store
      	the number of trees.
      	(n_trees): Remove.
      	(count_trees): Don't use it.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34574 138bc75d-0d04-0410-961f-82ee72b054a4
      5fea3263
    • jakub's avatar
      * gcc.c-torture/execute/loop-6.c: New test. · a19b530d
      jakub authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34573 138bc75d-0d04-0410-961f-82ee72b054a4
      a19b530d
    • law's avatar
      Daily bump. · 33c5fa30
      law authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34572 138bc75d-0d04-0410-961f-82ee72b054a4
      33c5fa30
    • mmitchel's avatar
      * cp-tree.h (struct language_function): Remove x_base_init_list · bc577f39
      mmitchel authored
      	and x_member_init_list.
      	(current_base_init_list): Remove.
      	(current_member_init_list): Likewise.
      	(setup_vtbl_ptr): Change prototype.
      	(emit_base_init): Likewise.
      	(expand_member_init): Likewise.
      	(reinit_parse_for_function): Remove.
      	* decl.c (save_function_data): Don't clear x_base_init_list and
      	x_member_init_list.
      	(mark_language_function): Don't mark them.
      	* init.c (perform_member_init): Tweak comment.
      	(sort_member_init): Take the list of initializers as an argument.
      	(sort_base_init): Likewise.
      	(emit_base_init): Likewise.
      	(expand_member_init): Return the initializer.  Don't use global
      	variables.
      	* lex.c (reinit_parse_for_function): Remove.
      	* method.c (build_template_parm_names): Correct substitution.
      	(do_build_copy_constructor): Don't use current_member_init_list
      	and current_base_init_list.
      	(synthesize_method): Likewise.
      	* parse.y (base_init): Split mem-initializers into
      	base-initializers and field-initializers.
      	(member_init_list): Build up the list here.
      	(member_init): Return the initializer.
      	(fn.depfn): Don't use reinit_parse_for_function.
      	* parse.c: Regenerated.
      	* pt.c (convert_nontype_argument): Don't make an ADDR_EXPR of the
      	ERROR_MARK.
      	(tsubst_expr): Don't use current_member_init_list
      	and current_base_init_list.
      	(tsubst_expr_values): Rename to ...
      	(tsubst_initializer_list): ... this.  Use convert_from_reference.
      	* semantics.c (setup_vtbl_ptr): Don't use current_member_init_list
      	and current_base_init_list.
      	(begin_function_definition): Don't call reinit_parse_for_function.
      
      	* dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
      
      	* error.c (dump_expr): Handle ADDR_EXPRs with REFERENCE_TYPE
      	correctly.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34571 138bc75d-0d04-0410-961f-82ee72b054a4
      bc577f39
    • tromey's avatar
      * gnu/gcj/convert/natIconv.cc (iconv_adapter): New function. · d442b9eb
      tromey authored
      	(read): Use it.
      	(write): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34570 138bc75d-0d04-0410-961f-82ee72b054a4
      d442b9eb
    • law's avatar
      * i386.md: Create new [right,left] rotate and right shift · e1239ca3
      law authored
      	patterns to optimize shift by 1 bit for certain ia32 processors.
      	Update patterns which perform left shifts to optimize shift by
      	1 bit for certain ia32 processors.
      	* i386.c (const_int_1_operand): New predicate.
      	* i386.h (PREDICATE_CODES): Handle const_int_1_operand.
      	* i386-protos.h (const_int_1_operand): Prototype.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34569 138bc75d-0d04-0410-961f-82ee72b054a4
      e1239ca3
  6. Jun 15, 2000
Loading