Skip to content
Snippets Groups Projects
  1. Jul 26, 2003
  2. Jul 25, 2003
    • aldyh's avatar
      2003-07-25 Aldy Hernandez <aldyh@redhat.com> · 5c6b8ffb
      aldyh authored
      	* config/rs6000/rs6000.c (is_ev64_opaque_type): Only check pointer
      	equality.
      	(spe_init_builtins): Declare __ev64_opaque__ as a builtin type.
      
      	* config/rs6000/spe.h: Remove __ev64_opaque__ definition.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69802 138bc75d-0d04-0410-961f-82ee72b054a4
      5c6b8ffb
    • nathan's avatar
      * g++.dg/other/error2.C: Tweak expected errors. · 24eab01c
      nathan authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69796 138bc75d-0d04-0410-961f-82ee72b054a4
      24eab01c
    • nathan's avatar
      * cp-tree.h (build_compound_expr): Take LHS & RHS args. · 8a4008da
      nathan authored
      	(build_x_compound_expr_from_list): Declare.
      	* typeck.c (build_x_compound_expr_from_list): New.
      	(build_x_compound_expr): Adjust.
      	(build_compound_expr): Remove unreachable code. Take two
      	parameters, adjust.
      	* decl.c (grok_reference_init): Use
      	build_x_compound_expr_from_list.
      	(expand_static_init): Adjust build_compound_expr call.
      	(cxx_maybe_build_cleanup): Likewise.
      	* init.c (perform_member_init): Use
      	build_x_compound_expr_from_list.
      	(build_new_1): Likewise.
      	(build_vec_delete): Adjust build_compound_expr calls.
      	(build_vbase_delete): Likewise.
      	* typeck2.c (store_init_value): Use
      	build_x_compound_expr_from_list.
      	(build_functional_cast): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69794 138bc75d-0d04-0410-961f-82ee72b054a4
      8a4008da
    • nathan's avatar
      * cp-tree.h (enum tsubst_flags_t): Add tf_user. · b992fe70
      nathan authored
      	* decl.c (make_typename_type): Pass it.
      	* pt.c (lookup_template_class): Use it.
      	(resolve_typename_type): Pass it.
      	* semantics.c (finish_template_type): Pass it.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69793 138bc75d-0d04-0410-961f-82ee72b054a4
      b992fe70
    • bkoz's avatar
      · c540e815
      bkoz authored
      2003-07-25  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/char_traits.h: Update copyright, tweak.
      	* testsuite/ext/pod_char_traits.cc: Explicitly qualify namespace
      	std types.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69792 138bc75d-0d04-0410-961f-82ee72b054a4
      c540e815
    • bkoz's avatar
      · 9c9ee8ee
      bkoz authored
      2003-07-25  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/char_traits.h: Update copyright, tweak.
      	* testsuite/ext/pod_char_traits.cc: Explicitly qualifiy namespace
      	std types.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69791 138bc75d-0d04-0410-961f-82ee72b054a4
      9c9ee8ee
    • nathan's avatar
      cp: · c75a55a8
      nathan authored
      	PR c++/11617
      	* cp-tree.h (qualified_name_lookup_error): Declare.
      	* pt.c (tsubst_qualified_id): Use qualified_name_lookup_error for
      	errors.
      	(tsubst_expr) <DECL_STMT case>: Likewise.
      	(tsubst_copy_and_build) <COMPONENT_REF case>: Likewise.
      	* semantics.c (qualified_name_lookup_error): New, broken out of ...
      	(finish_id_expression): ... here. Use it.
      testsuite:
      	PR c++/11617
      	* g++.dg/template/lookup2.C: New test.
      	* g++.dg/template/memclass1.C: Remove instantiated from error.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69790 138bc75d-0d04-0410-961f-82ee72b054a4
      c75a55a8
    • sayle's avatar
      · 61a44c4f
      sayle authored
      	* configure.host: Only use +ESdbgasm when using the HPUX native
      	compiler on PA-Risc.  It isn't recognized by GCC and is silently
      	ignored by HP's compilers on ia64.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69788 138bc75d-0d04-0410-961f-82ee72b054a4
      61a44c4f
    • nathan's avatar
      * cfns.gperf: Add '%%' delimiter to placate gperf 3.0. · e43e3c37
      nathan authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69787 138bc75d-0d04-0410-961f-82ee72b054a4
      e43e3c37
    • mark's avatar
      + * java/lang/natRuntime.cc (_load): Add library name to · 85dd4316
      mark authored
      +       UnsatisfiedLinkError when thrown.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69786 138bc75d-0d04-0410-961f-82ee72b054a4
      85dd4316
    • mark's avatar
      2003-07-25 Mark Wielaard <mark@klomp.org> · d44d0799
      mark authored
      	* Makefile.am (awt_java_source_files): java/awt/GridBagLayoutInfo.java
      	added.
      	* Makefile.in: Likewise.
      
      2003-07-25  Jeroen Frijters  <jeroen@frijters.net>
      
      	* java/awt/Component.java
      	(getPreferredSize): Call preferredSize.
      	(preferredSize): Moved body of getPreferredSize here.
      	(getMinimumSize): Call minimumSize.
      	(minimumSize): Moved body of getMinimumSize here.
      	(prepareImage): Fall back on Toolkit.prepareImage if there is no peer
      	(checkImage(Image,ImageObserver)): Don't call getWidth/getHeight, but
      	pass -1
      	* java/awt/Container.java
      	(validate): Don't validate if there is no peer.
      	(update): Clear background before calling paint.
      	* java/awt/GridBagLayout.java
      	Completed the implementation and fixed several bugs.
      	* java/awt/MediaTracker.java
      	(MediaEntry.imageUpdate): Fixed typo. & instead of | was used to
      	combine flags.
      	* java/awt/Window.java
      	(Window): Don't call setVisible(false). Windows are invisible by
      	default and calling virtual methods from constructor causes
      	compatibility problems (e.g. subclasses may assume that the peer
      	already exists).
      
      2003-07-25  Michael Koch  <konqueror@gmx.de>
      
      	* java/awt/GridBagLayout.java:
      	Totally reworked and partly implemented.
      	* java/awt/GridBagLayoutInfo.java:
      	New file.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69785 138bc75d-0d04-0410-961f-82ee72b054a4
      d44d0799
    • gdr's avatar
      * doc/passes.texi (Passes): Mention pretty-printing and · 77b4c797
      gdr authored
              diagnostic files.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69783 138bc75d-0d04-0410-961f-82ee72b054a4
      77b4c797
    • nathan's avatar
      * decl.c (force_poplevels): Fix warning call. · 62b2dea6
      nathan authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69782 138bc75d-0d04-0410-961f-82ee72b054a4
      62b2dea6
    • nathan's avatar
      * doc/extend.texi (Function Attributes): GNU C++ does now allow · 2f215800
      nathan authored
      	unused parameter decls.
      	(Attribute Syntax): GNU C++ does not allow label attributes to be
      	after the ':'.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69781 138bc75d-0d04-0410-961f-82ee72b054a4
      2f215800
    • gdr's avatar
      * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl. · 394bee60
      gdr authored
              (objc_declare_class): Likewise.
              (error_with_ivar): Likewise.
              (start_class): Likewise.
              (warn_with_method): Likewise.
      
      java/
              * expr.c (expand_java_field_op): Don't use xxx_with_decl
              (expand_java_field_op): Likewise.
              * class.c (layout_class_method): Likewise
              (emit_register_classes): Likewise.
              * decl.c (pushdecl): Likewise.
              (poplevel): Likewise.
              (force_poplevels): Likewise.
              (give_name_to_locals): Likewise.
              * check-init.c (check_for_initialization): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69780 138bc75d-0d04-0410-961f-82ee72b054a4
      394bee60
    • nathan's avatar
      Revert patch for 11617 which accidently crept in · 8146eb6a
      nathan authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69779 138bc75d-0d04-0410-961f-82ee72b054a4
      8146eb6a
    • nathan's avatar
      cp: · 3fa5de5b
      nathan authored
      	PR c++/11596
      	* pt.c (maybe_fold_nontype_arg, maybe_fold_nontype_args): Remove.
      	(tsubst_template_arg): New.
      	(tsubst_template_arg_vector): Rename to ...
      	(tsubst_template_args): ... this. Accept a TREE_LIST form. Use
      	tsubst_template_arg.
      	(coerce_template_parms): Use tsubst_template_arg for default
      	value.
      	(tsubst_template_parms): Likewise.
      	(tsubst_aggr_type): Adjust.
      	(tsubst_decl): Likewise.
      	(tsubst): Use tsubst_template_arg for a DOMAIN. Adjust.
      	(tsubst_copy) <TEMPLATE_ID_EXPR case>: Use tsubst_template_args.
      testsuite:
      	PR 11596
      	* g++.dg/template/defarg3.C: New test.
      
      	* g++.dg/ext/packed2.C: Pack member struct too. Explain why.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69776 138bc75d-0d04-0410-961f-82ee72b054a4
      3fa5de5b
    • gdr's avatar
      Remove pedwarn_with_decl, warning_with_decl and error_with_decl · aa6db498
      gdr authored
              from GCC.
              * calls.c (try_to_integrate): Don't use xxx_with_decl.
              (expand_call): Likewise.
              * dwarfout.c (output_reg_number): Likewise.
              * expr.c (expand_expr): Likewise.
              * function.c (assign_temp): Likewise.
              (uninitialized_vars_warning): Likewise.
              (setjmp_args_warning): Likewise.
              (expand_function_end): Likewise.
              * stmt.c (fixup_gotos): Likewise.
              (warn_about_unused_variables): Likewise.
              (expand_end_bindings): Likewise.
              * stor-layout.c (layout_decl): Likewise.
              (place_field): Likewise.
              * toplev.c (check_global_declarations): Likewise.
              (rest_of_handle_inlining): Likewise.
              (default_tree_printer): New function.
              (general_init): Initialize diagnostic machinery before routing
              signals to the ICE machinery.  Set default tree printer.
              * toplev.h (pedwarn_with_decl): Remove declaration.
              (warning_with_decl): Likewise.
              (error_with_decl): Likewise.
              (pedwarn): Remove attribute for the time being.
              * tree-inline.c (expand_call_inline): Don't use xxx_with_decl.
              * varasm.c (named_section): Likewise.
              (make_decl_rtl): Likewise.
              (assemble_variable): Likewise.
              (merge_weak): Likewise.
              (declare_weak): Likewise.
      
              * diagnostic.h: Move non-diagnostic stuff into pretty-print.h.
              * diagnostic.c: Move non-diagnostic stuff into pretty-print.c.
              (format_with_decl): Remove.
              (diagnostic_for_decl): Likewise.
              (pedwarn_with_decl): Likewise.
              (warning_with_decl): Likewise.
              (error_with_decl): Likewise.
              (diagnostic_initialize): Adjust.
              (diagnostic_count_diagnostic): Likewise.
              (announce_function): Likewise.
              (lhd_print_error_function): Likewise.
              (diagnostic_report_current_module): Likewise.
              (default_diagnostic_starter): Likewise.
              (diagnostic_report_diagnostic): Likewise.
              (default_diagnostic_finalizer): Likewise.
              (verbatim): Likewise.
              (error): Likewise.
              (warning): Likewise.
              * opts.c (common_handle_option): Likewise.
              * pretty-print.c: New file.
              * c-pretty-print.h (pp_base): Override.
              * c-pretty-print.c: Adjust use of macros throughout.
              (pp_buffer): New macro.
              (pp_newline): Likewise.
              * c-objc-common.c (c_tree_printer): Adjust prototype. Tidy.
              * Makefile.in (DIAGNOSTIC_H): New variable.
              (c-errors.o): Use it.
              (c-objc-common.o): Likewise.
              (c-common.o): Likewise.
              (c-opts.o): Likewise.
              (c-format.o): Likewise.
              (diagnostic.o): Likewise.
              (opts.o): Likewise.
              (toplev.o): Likewise.
              (rtl-error.o): Likewise.
              (dwarf2out.o): Likewise.
              (jump.o): Likewise.
              (pretty-print.o): New rule.
      
      cp/
              * Make-lang.in (cp/error.o): Depend on DIAGNOSTIC_H.
              * error.c: Use the new pretty-printer fraamework.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69773 138bc75d-0d04-0410-961f-82ee72b054a4
      aa6db498
    • austern's avatar
      · 4b7f0943
      austern authored
      	* /include/bits/char_traits.h (class char_traits): Put all the
      	real work into the new class template __gnu_cxx::char_traits.
      	Gave generic definitions for member functions.  Types are taken
      	from the new class template __gnu_cxx::_Char_types.
      	* testsuite/21_strings/char_traits/requirements/short/1.cc: New
      	file.  Test of std::char_traits<short>, which serves as a test of
      	the char_traits primary template.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69772 138bc75d-0d04-0410-961f-82ee72b054a4
      4b7f0943
    • bothner's avatar
      · fbe19f65
      bothner authored
      	* decl.c (pushdecl_class_level):   Don't use push_srcloc/pop_srcloc
      	which causes errors messages to incorrectly mention included files.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69771 138bc75d-0d04-0410-961f-82ee72b054a4
      fbe19f65
    • gccadmin's avatar
      Daily bump. · 4fbf5766
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69766 138bc75d-0d04-0410-961f-82ee72b054a4
      4fbf5766
  3. Jul 24, 2003
    • mmitchel's avatar
      * cp-tree.h (convert_to_base_statically): Declare. · c1c5bfe2
      mmitchel authored
      	* call.c (build_special_member_call): Convert INSTANCE to the base
      	type.
      	* class.c (convert_to_base_statically): New method.
      	* init.c (construct_virtual_base): Use it.
      	* method.c (do_build_assign_ref): Fix typo in comment.
      
      	* g++.dg/inherit/access5.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69763 138bc75d-0d04-0410-961f-82ee72b054a4
      c1c5bfe2
    • bkoz's avatar
      · 56dcf3cc
      bkoz authored
      2003-07-24  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/*: Change __gnu_cxx_test to __gnu_test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69761 138bc75d-0d04-0410-961f-82ee72b054a4
      56dcf3cc
    • sayle's avatar
      · 19bf118a
      sayle authored
      	* builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF): Changed from
      	front-end builtins to normal builtins, using DEF_LIB_BUILTIN.
      	(BUILT_IN_PRINTF_UNLOCKED, BUILT_IN_FPRINTF_UNLOCKED): Changed
      	from front-end to normal builtins, using DEF_EXT_LIB_BUILTIN.
      	(DEF_FRONT_END_LIB_BUILTIN): Delete.
      	(DEF_EXT_FRONT_END_LIB_BUILTIN): Delete.
      	(BUILT_IN_FWRITE_UNLOCKED): Wrap long line.
      
      	* builtins.c (build_string_literal): New function to construct
      	a char* pointer to a string literal.
      	(expand_builtin_fputs): Change 2nd argument from "int ignore" to
      	"rtx target" to be consistent with other expand_builtin_* functions.
      	Change 3rd argument from "int unlocked" to "bool unlocked".
      	(expand_builtin_printf): Rewrite of c_expand_builtin_printf from
      	c-common.c to avoid front-end dependencies.  Optimize printf("")
      	as a no-op when the result isn't required.  Handle embedded NULs
      	in format string.
      	(expand_builtin_fprintf): A rewrite of c_expand_builtin_fprintf
      	from c-common.c to avoid front-end dependencies.  Likewise, optimize
      	fprintf(fp,"") as a no-op when the result isn't required, evaluating
      	fp for side-effects.  Handle embedded NULs in format string.
      	(expand_builtin_sprintf): Fix typo.
      	(expand_builtin): Don't expand BUILT_IN_FPRINT{,_UNLOCKED} when not
      	optimizing.  Adjust calls of expand_builtin_fputs to match the API
      	change. Expand BUILT_IN_PRINTF and BUILT_IN_PRINTF_UNLOCKED using
      	expand_builtin_printf.  Likewise, expand BUILT_IN_FPRINTF_UNLOCKED
      	and BUILT_IN_FPRINTF using expand_builtin_fprintf.
      
      	* c-common.c (is_valid_printf_arglist): Delete.
      	(c_expand_builtin): Delete.
      	(c_expand_builtin_printf): Moved to builtins.c. Delete.
      	(c_expand_builtin_fprintf): Moved to builtins.c.  Delete.
      	(c_expand_expr): No longer treat CALL_EXPRs specially.
      	(CALLED_AS_BUILT_IN): Delete.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69760 138bc75d-0d04-0410-961f-82ee72b054a4
      19bf118a
    • rakdver's avatar
      PR optimization/11631 · d66d83e5
      rakdver authored
      	* gcse.c (store_motion): Connect infinite loops to exit.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69759 138bc75d-0d04-0410-961f-82ee72b054a4
      d66d83e5
    • jason's avatar
      * tree.h (boolean_type_node): Move from C/C++/Java frontends. · 3c2239cf
      jason authored
              (boolean_true_node, boolean_false_node): Likewise.
              (enum tree_index): Add TI_BOOLEAN_{TYPE,FALSE,TRUE}.
              * tree.c (build_common_tree_nodes): Init boolean_type_node.
              (build_common_tree_nodes_2): Init boolean_{true,false}_node.
              * stor-layout.c (set_sizetype): Handle an early BOOLEAN_TYPE.
              * c-common.h (truthvalue_type_node): Renamed from boolean_type_node.
              (truthvalue_true_node): Renamed from boolean_true_node.
              (truthvalue_false_node): Renamed from boolean_false_node.
              * c-decl.c: Just set truthvalue_* to integer_*.
              * c-*.[ch]: s/boolean/truthvalue/.  s/c_bool/boolean/.
              * cp/decl.c: Just set truthvalue_* to boolean_*.
              * java/java-tree.h: Move boolean_type_node et al to the back end.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69758 138bc75d-0d04-0410-961f-82ee72b054a4
      3c2239cf
    • sayle's avatar
      · c4dc8be9
      sayle authored
      	* c-decl.c (match_builtin_function_types): New subroutine of
      	duplicate_decls to test whether a redeclaration of a builtin
      	function is suitably close, i.e. the return type and all of
      	the argument types have the same modes as the builtin expects.
      	(duplicate_decls): Fuzzy type matching for builtin functions
      	moved to match_builtin_function_types.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69757 138bc75d-0d04-0410-961f-82ee72b054a4
      c4dc8be9
    • rakdver's avatar
      * cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible · d493f913
      rakdver authored
      	flag correctly.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69755 138bc75d-0d04-0410-961f-82ee72b054a4
      d493f913
    • fitzsim's avatar
      2003-07-24 Thomas Fitzsimmons <fitzsim@redhat.com> · b134f802
      fitzsim authored
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkLabelPeer.c (create):
      	Don't pack label in an event box.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69754 138bc75d-0d04-0410-961f-82ee72b054a4
      b134f802
    • aldyh's avatar
      fix date typo · 35a6c6b9
      aldyh authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69752 138bc75d-0d04-0410-961f-82ee72b054a4
      35a6c6b9
    • tromey's avatar
      For PR libgcj/7482: · b8487aa4
      tromey authored
      	* verify.cc (ref_intersection): New class.
      	(type_val): Removed unresolved_reference_type,
      	uninitialized_unresolved_reference_type.
      	(is_assignable_from_slow): Rewrote.
      	(type::data): Removed.
      	(type::klass): New field.
      	(type::type): Added verifier argument.
      	(type::resolve): Removed.
      	(type::set_uninitialized): Updated for change to type_val.
      	(type::set_initialized): Likewise.
      	(type::isinitialized): Likewise.
      	(type::print): Likewise.
      	(construct_primitive_array_type): Likewise.
      	(type::compatible): Updated for change to type_val and to use
      	ref_intersection.
      	(type::isarray): Updated to use ref_intersection.
      	(type::isinterface): Likewise.
      	(type::element_type): Likewise.
      	(type::to_array): Likewise.
      	(type::verify_dimensions): Rewrote.
      	(type::merge): Likewise.
      	(check_class_constant): Updated for type constructor change.
      	(check_constant): Likewise.
      	(check_field_constant): Likewise.
      	(get_one_type): Likewise.
      	(initialize_stack): Likewise.
      	(verify_instructions_0): Likewise.
      	(verify_instructions_0) [op_invokeinterface]: Removed special
      	case.
      	(isect_list): New field.
      	(_Jv_BytecodeVerifier): Initialize it.
      	(~_Jv_BytecodeVerifier): Destroy ref_intersection objects.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69751 138bc75d-0d04-0410-961f-82ee72b054a4
      b8487aa4
    • tromey's avatar
      For PR libgcj/7482: · 2f2648a6
      tromey authored
      	* libjava.lang/PR7482.java: New file.
      	* libjava.lang/PR7482.out: New file.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69750 138bc75d-0d04-0410-961f-82ee72b054a4
      2f2648a6
    • zack's avatar
      * c-decl.c: Search-and-replace change 'binding level' to · 6e899616
      zack authored
      	'scope' in commentary.
      	(struct binding_level): Now struct c_scope.
      	(current_binding_level): Now current_scope.
      	(free_binding_level): Now scope_freelist.
      	(current_function_level): Now current_function_scope.
      	(global_binding_level): Now global_scope.
      	(make_binding_level): Now make_scope.
      	(pop_binding_level): Now pop_scope.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69747 138bc75d-0d04-0410-961f-82ee72b054a4
      6e899616
    • bkoz's avatar
      · fef7d709
      bkoz authored
      2003-07-24  Nathan Myers <ncm-nospam@cantrip.org>
      
              * testsuite/23_containers/map_operators.cc: Conform to
              container requirement as value must be Assignable.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69746 138bc75d-0d04-0410-961f-82ee72b054a4
      fef7d709
    • ro's avatar
      * configure.in (libgcc_visibility): Add missing whitespace. · 0b4b4686
      ro authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69745 138bc75d-0d04-0410-961f-82ee72b054a4
      0b4b4686
Loading