OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago * g++.dg/warn/huge-val1.C: Disable tests on values of HUGE_VAL,
jsm28 [Sat, 17 Sep 2005 00:03:15 +0000 (00:03 +0000)]
* g++.dg/warn/huge-val1.C: Disable tests on values of HUGE_VAL,
HUGE_VALF and HUGE_VALL unless __GLIBC__ is defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104361 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libgcj/20198
green [Fri, 16 Sep 2005 22:57:10 +0000 (22:57 +0000)]
    PR libgcj/20198
        * java/net/URLClassLoader.java (FileURLLoader.getResource): File
        resources should all have canonicalized names.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104360 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc:
janis [Fri, 16 Sep 2005 22:45:33 +0000 (22:45 +0000)]
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc:
New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104358 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23914
mmitchel [Fri, 16 Sep 2005 18:33:22 +0000 (18:33 +0000)]
PR c++/23914
* parser.c (cp_parser_enclosed_template_argument_list): Make sure
skip_evaluation is false when processing template arguments.

PR c++/23914
* g++.dg/template/static18.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104350 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * MAINTAINERS: Add self as java maintainer.
tromey [Fri, 16 Sep 2005 16:59:40 +0000 (16:59 +0000)]
* MAINTAINERS: Add self as java maintainer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104348 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/21514
mmitchel [Fri, 16 Sep 2005 15:41:45 +0000 (15:41 +0000)]
PR c++/21514
* pt.c (check_instantiated_args): Treat uses of anonymous types as
causing type-deduction failure.

PR c++/21514
* g++.dg/template/crash19.C: Remove dg-error marker.
* g++.dg/template/local4.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104344 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-16 Paolo Bonzini <bonzini@gnu.org>
bonzini [Fri, 16 Sep 2005 15:11:21 +0000 (15:11 +0000)]
2005-09-16  Paolo Bonzini  <bonzini@gnu.org>

PR 23903

* passes.c (init_optimization_passes): Register dump files for
IPA passes first.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104343 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-16 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Fri, 16 Sep 2005 14:25:27 +0000 (14:25 +0000)]
2005-09-16  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390-protos.h (s390_overlap_p): Prototype added.
* config/s390/s390.c (s390_overlap_p): New function.
* config/s390/s390.md ("*mvc" peephole2, "*nc" peephole2, "*oc"
peephole2, "*xc" peephole2): Added overlap check to the peephole2
condition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104342 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-16 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 16 Sep 2005 07:54:03 +0000 (07:54 +0000)]
2005-09-16  Richard Guenther  <rguenther@suse.de>

* ipa-pure-const.c (static_execute): Free auxiliar information.
* ipa-type-escape.c (discover_unique_type): Free temporary key.
* tree-vrp.c (remove_range_assertions): Free blocks_visited sbitmap.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104341 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23357
jason [Fri, 16 Sep 2005 06:50:56 +0000 (06:50 +0000)]
    PR c++/23357
        * cp-tree.def (SIZEOF_EXPR, ALIGNOF_EXPR): Change code class to
        tcc_expression.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104340 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-16 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 16 Sep 2005 03:26:37 +0000 (03:26 +0000)]
2005-09-16  Paul Brook  <paul@codesourcery.com>

PR fortran/23906
fortran/
* dependency.c (transform_sections): Divide by correct value.
Elaborate comment.
testsuite/
* gfortran.dg/dependency_1.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104339 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23896
mmitchel [Fri, 16 Sep 2005 01:50:26 +0000 (01:50 +0000)]
PR c++/23896
* pt.c (tsubst_aggr_type): Make sure skip_evaluation is false when
processing template arguments.

PR c++/23896
* g++.dg/template/static17.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104336 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Fri, 16 Sep 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104333 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * include/private/gc_locks.h (GC_test_and_set): Change the
kazu [Thu, 15 Sep 2005 22:35:52 +0000 (22:35 +0000)]
* include/private/gc_locks.h (GC_test_and_set): Change the
constraint of the first operand to '0'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104329 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.
dj [Thu, 15 Sep 2005 22:32:53 +0000 (22:32 +0000)]
* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104328 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libgcj/16032:
tromey [Thu, 15 Sep 2005 22:02:13 +0000 (22:02 +0000)]
PR libgcj/16032:
* interpret.cc (AVAL1U): Resolve pool entry when not direct
threaded.
(AVAL2U): Likewise.
(compile): Handle 'ldc class' specially.
(_Jv_InterpMethod::run): Added special 'ldc class' instruction.
* verify.cc (check_constant): Handle 'ldc class' for 1.5 classes.
* defineclass.cc (handleCodeAttribute): Set new field.
(MAJOR_1_1, MINOR_1_1, MAJOR_1_2, MINOR_1_2, MAJOR_1_3, MINOR_1_3,
MAJOR_1_4, MINOR_1_4, MAJOR_1_5, MINOR_1_5): New defines.
(parse): Check version numbers.
(_Jv_ClassReader::is_15): New field.
(_Jv_ClassReader): Initialize it.
* include/java-interp.h (_Jv_InterpMethod::is_15): New field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104325 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-15 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 15 Sep 2005 21:51:13 +0000 (21:51 +0000)]
2005-09-15  Paolo Bonzini  <bonzini@gnu.org>

* optabs.c (expand_binop): Use swap_commutative_operands_with_target
to order operands.
(swap_commutative_operands_with_target): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104324 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago For PR libgcj/23288:
tromey [Thu, 15 Sep 2005 20:17:05 +0000 (20:17 +0000)]
For PR libgcj/23288:
* java/net/URLClassLoader.java (definePackage): Correctly order
arguments to definePackage.  Look up per-entry Attributes.
(getAttributeValue): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104320 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agofixincludes:
jsm28 [Thu, 15 Sep 2005 19:09:27 +0000 (19:09 +0000)]
fixincludes:
PR c++/23139
* inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
fixes.
* fixincl.x: Regenerate.
* tests/base/bits/huge_val.h: New file.

gcc/testsuite:
* g++.dg/warn/huge-val1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104315 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-15 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 15 Sep 2005 18:58:02 +0000 (18:58 +0000)]
2005-09-15  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/21674
PR libstdc++/22205
PR libstdc++/22222
* include/bits/c++config: Set _GLIBCXX_STD regardless of __GXX_WEAK__.
Add in check for __NO_INLINE__ for warning.
* testsuite/lib/dg-options.exp (dg-require-debug-mode): New.
* testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): New.
* testsuite/21_strings/basic_string/element_access/char/21674.cc:
Use it.
* testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104314 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-15 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 15 Sep 2005 17:27:23 +0000 (17:27 +0000)]
2005-09-15  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23875
* include/std/std_ostream.h (operator<<(short), operator<<(unsigned
short), operator<<(int), operator<<(unsigned int), operator<<(float)):
Don't call operator<<(long), operator<<(unsigned long), or
operator<<(double), do the work mandated by the resolution of DR117...
* include/bits/ostream.tcc (operator<<(short), operator<<(unsigned
short), operator<<(int), operator<<(unsigned int), operator<<(float)):
... here.
* testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104313 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-15 Daniel Berlin <dberlin@dberlin.org>
dberlin [Thu, 15 Sep 2005 17:21:48 +0000 (17:21 +0000)]
2005-09-15  Daniel Berlin  <dberlin@dberlin.org>

* tree-data-ref.c (analyze_array_indexes): Add estimate_only
parameter.
Update callers.
(estimate_iters_using_array): New function.
* tree-data-ref.h (estimate_iters_using_array): Prototype
* tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined):
Use estimate_iters_using_array instead of analyze_array.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104312 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * pt.c (check_explicit_instantiation_namespace): Fix typo.
mmitchel [Thu, 15 Sep 2005 16:51:37 +0000 (16:51 +0000)]
* pt.c (check_explicit_instantiation_namespace): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104311 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/13140
mmitchel [Thu, 15 Sep 2005 16:03:32 +0000 (16:03 +0000)]
PR c++/13140
* decl.c (check_class_member_definition_namespace): New function.
(grokfndecl): Use it.
(grokvardecl): Likewise.
(grokdecl): Improve documentation.
* pt.c (check_explicit_instantiation_namespace): New function.
(register_specialization): Call check_specialization_namespace
when replacing an implicitly instantiated function.
(check_explicit_specialization): Ensure that DECL_CONTEXT is set
correctly for namespace-scope specializations.
(do_decl_instantiation): Use
check_explicit_instantiation_namespace.
(do_type_instantiation): Likewise.

PR c++/13140
* g++.dg/parse/class2.C: New test.
* g++.dg/template/explicit8.C: Likewise.
* g++.dg/template/spec25.C: Likewise.

* testsuite/testsuite_character.h: Specialize character<>
templates in __gnu_cxx, not in __gnu_test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104310 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-14 Bryce McKinlay <mckinlay@redhat.com>
bryce [Thu, 15 Sep 2005 14:13:03 +0000 (14:13 +0000)]
2005-09-14  Bryce McKinlay  <mckinlay@redhat.com>

        PR java/23891
        * parse.y (maybe_create_class_interface_decl): Set TYPE_PACKAGE for
        the newly created type. Set import lists here, not in create_class.
        (jdep_resolve_class): Set current_class.
        (do_resolve_class): Use current_class's TYPE_PACKAGE to determine
        the current package context, not ctxp->package.
        (cicp_cache): Removed.
        (class_in_current_package): Simplify implementation using
TYPE_PACKAGE.
        * jcf-parse.c (give_name_to_class): Set TYPE_PACKAGE.
        * java-tree.h (TYPE_PACKAGE): New macro.
        (struct lang_type): New member 'package'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104305 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23725
nathan [Thu, 15 Sep 2005 11:27:12 +0000 (11:27 +0000)]
PR c++/23725
* error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104302 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-nested.c (get_frame_type): Mark the "non-local frame structure"
ebotcazou [Thu, 15 Sep 2005 06:15:36 +0000 (06:15 +0000)]
* tree-nested.c (get_frame_type): Mark the "non-local frame structure"
as addressable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104300 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF.
matz [Thu, 15 Sep 2005 05:03:01 +0000 (05:03 +0000)]
* tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104298 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-14 Daniel Berlin <dberlin@dberlin.org>
dberlin [Thu, 15 Sep 2005 01:28:10 +0000 (01:28 +0000)]
2005-09-14  Daniel Berlin  <dberlin@dberlin.org>

PR tree-optimization/23835
* tree-ssa-alias.c (sort_pointers_by_pt_vars): New function.
(create_name_tags): Rewrite to be not O(num_ssa_names^2).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104296 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* pex-win32.c: Include "windows.h".
cgf [Thu, 15 Sep 2005 00:46:20 +0000 (00:46 +0000)]
* pex-win32.c: Include "windows.h".
(backslashify): New function.
(fix_argv): Use backslashify to convert path to windows format.  Allocate one
more place in new argv for potential executable from '#!' parsing.
(tack_on_executable): New function.  Conditional on USE_MINGW_MSYS
(openkey): Ditto.
(mingw_rootify): Ditto.
(msys_rootify): Ditto.
(spawn_script): New function.
(pex_win32_exec_child): Save translated argv in newargv.  Pass to spawn_script
if spawnv* fails.
(main): New function.  Conditional on MAIN.  Useful for testing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104292 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Thu, 15 Sep 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104289 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/ia64/vect.md (addv2sf3, subv2sf3): Rewrite as expand.
rth [Thu, 15 Sep 2005 00:05:53 +0000 (00:05 +0000)]
    * config/ia64/vect.md (addv2sf3, subv2sf3): Rewrite as expand.
        (addv2sf3_1, addv2sf3_2, subv2sf3_1, subv2sf3_2): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104287 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-14 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Wed, 14 Sep 2005 23:53:32 +0000 (23:53 +0000)]
2005-09-14  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/i386/i386.c (contains_128bit_aligned_vector_p): Add break
        in the ARRAY_TYPE case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104286 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR middle-end/23584
jconner [Wed, 14 Sep 2005 21:34:37 +0000 (21:34 +0000)]
PR middle-end/23584
    * gcc.dg/pr23584.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104284 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-14 Jerry DeLisle <jvdelisle@verizon.net>
jvdelisle [Wed, 14 Sep 2005 20:25:56 +0000 (20:25 +0000)]
2005-09-14  Jerry DeLisle  <jvdelisle@verizon.net>

PR fortran/21875 Internal Unit Array I/O, NIST
* gfortran.dg/arrayio_1.f90: New test.
* gfortran.dg/arrayio_1.f90: New test.
* gfortran.dg/arrayio_1.f90: New test.
* gfortran.dg/arrayio_1.f90: New test.
* gfortran.dg/arrayio_1.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104278 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-14 Paul Thomas <pault@gcc.gnu.org>
jvdelisle [Wed, 14 Sep 2005 20:19:37 +0000 (20:19 +0000)]
2005-09-14  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21875 Internal Unit Array I/O, NIST
* fortran/trans-io.c (gfc_build_io_library_fndecls): Add field for
array descriptor to IOPARM structure.
* fortran/trans-io.c (set_internal_unit): New function to generate code
to store the character (array) and the character length for an internal
unit.
* fortran/trans-io (build_dt): Use the new function set_internal_unit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104277 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-14 Jerry DeLisle <jvdelisle@verizon.net
jvdelisle [Wed, 14 Sep 2005 20:18:19 +0000 (20:18 +0000)]
2005-09-14  Jerry DeLisle  <jvdelisle@verizon.net

PR fortran/21875 Internal Unit Array I/O, NIST
* libgfortran.h: Add run time error code for array stride.
* runtime/error.c (translate_error): Add error message for
array stride.
* io/io.h: Add array descriptor pointer to IOPARM structure.
Add prtotypes for two new functions.
* io/transfer.c (data_transfer_init): Removed initialization and
moved to unit.c (get_unit)
* io/transfer.c (next_record_r): Include internal unit read
functionality.
* io/transfer.c (next_record_w): Include internal unit write
functionality, including padding of character array records.
* io/unit.c (get_array_unit_len): New function to return the number
of records in the character array 'file' from the array descriptor.
* io/unit.c (get_unit): Gathered initialization code from
init_data_transfer for internal units and added initialization of
character array unit.
* io/unit.c (is_array_io): New function to determine if internal unit
is an array.
* io/unix.c (mem_alloc_w_at): Add error checks for bad record length
and end of file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104276 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.
ebotcazou [Wed, 14 Sep 2005 15:04:56 +0000 (15:04 +0000)]
* tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104271 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-14 Uros Bizjak <uros@kss-loka.si>
dorit [Wed, 14 Sep 2005 09:27:01 +0000 (09:27 +0000)]
2005-09-14  Uros Bizjak  <uros@kss-loka.si>

        PR middle-end/22480
        * tree-vect-transform.c (vectorizable_operation): Return false for
        scalar shift operations and for vector shift operations with
        non-invariant shift arguments.  Use scalar tree operand op1 as
        a shift operand when vector shift insn pattern uses scalar shift
        operand.
        * Makefile.in (tree-vect-transform.o): Depend on recog.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104264 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized
hainque [Wed, 14 Sep 2005 06:59:10 +0000 (06:59 +0000)]
* gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized
value if it has side-effects.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104262 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-13 Paul Thomas <pault@gcc.gnu.org>
pault [Wed, 14 Sep 2005 05:12:04 +0000 (05:12 +0000)]
2005-09-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/19358
* trans-array.c (gfc_trans_dummy_array_bias): correct the typo
which uses dim[i].upper for lbound, rather than dim[i].lower.

2005-09-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/19358
* gfortran.fortran-torture/assumed_dummy_1.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104259 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-13 Jonathan Wakely <cow@compsoc.man.ac.uk>
bkoz [Wed, 14 Sep 2005 03:22:17 +0000 (03:22 +0000)]
2005-09-13  Jonathan Wakely  <cow@compsoc.man.ac.uk>
    Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/21674
* testsuite/21_strings/basic_string/element_access/char/21674.cc: New.
* testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104256 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/22068
dje [Wed, 14 Sep 2005 01:12:43 +0000 (01:12 +0000)]
    PR target/22068
        * config/rs6000/rs6000.md (muldi3): Add mulli alternative.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104255 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23180
jconner [Wed, 14 Sep 2005 00:25:01 +0000 (00:25 +0000)]
    PR c++/23180
        * g++.dg/init/struct2.C: New test.
        * g++.dg/init/struct3.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104254 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Wed, 14 Sep 2005 00:16:25 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104251 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/pr15784-4.c, gcc.dg/pr20130-1.c, gcc.dg/ucnid-6.c:
janis [Tue, 13 Sep 2005 23:46:26 +0000 (23:46 +0000)]
* gcc.dg/pr15784-4.c, gcc.dg/pr20130-1.c, gcc.dg/ucnid-6.c:
Clean up temp files.
* gcc.dg/tree-ssa/20030821-1.c, gcc.dg/tree-ssa/20040514-2.c,
gcc.dg/tree-ssa/builtin-fprintf-1.c,
gcc.dg/tree-ssa/builtin-fprintf-chk-1.c,
gcc.dg/tree-ssa/builtin-printf-1.c,
gcc.dg/tree-ssa/builtin-printf-chk-1.c,
gcc.dg/tree-ssa/builtin-vfprintf-1.c,
gcc.dg/tree-ssa/builtin-vfprintf-chk-1.c,
gcc.dg/tree-ssa/builtin-vprintf-1.c,
gcc.dg/tree-ssa/builtin-vprintf-chk-1.c, gcc.dg/tree-ssa/ltrans-8.c,
gcc.dg/tree-ssa/pr19055-2.c, gcc.dg/tree-ssa/pr19055.c,
gcc.dg/tree-ssa/pr21985.c: Clean up dump files.
* gcc.dg/vect/fast-math-vect-reduc-5.c, gcc.dg/vect/pr22506.c,
gcc.dg/vect/trapv-vect-reduc-4.c, gcc.dg/vect/vect-116.c,
gcc.dg/vect/vect-reduc-6.c, gcc.dg/vect/vect-reduc-7.c,
gcc.dg/vect/vect-reduc-8.c, gcc.dg/vect/vect-reduc-9.c,
gcc.dg/vect/vect-shift-1.c: Clean up .vect files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104247 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Treat function name
amodra [Tue, 13 Sep 2005 23:29:31 +0000 (23:29 +0000)]
* config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Treat function name
passed as NAME as if it were label at start of function code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104245 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * lib/gcc-dg.exp: Load scanipa.exp.
jconner [Tue, 13 Sep 2005 23:27:25 +0000 (23:27 +0000)]
    * lib/gcc-dg.exp: Load scanipa.exp.
        (cleanup-dump): New procedure.
        (cleanup-rtl-dump, cleanup-tree-dump, cleanup-ipa-dump): Use it.
        * lib/scandump.exp: New file.
        * lib/scantree.exp: Use it.
        * lib/scanipa.exp: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104244 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/sh/sh.md (*movv4sf_i): Add general register cases to
kkojima [Tue, 13 Sep 2005 22:03:18 +0000 (22:03 +0000)]
* config/sh/sh.md (*movv4sf_i): Add general register cases to
the constraints.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104242 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-13 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 13 Sep 2005 21:50:47 +0000 (21:50 +0000)]
2005-09-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/rs6000/darwin.md (movdf_low_si): Mark the outgoing r constraint
        as early clobber.  Rewrite so the PIC register is not implicitly used.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104241 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-13 Erik Edelmann <erik.edelmann@iki.fi>
tobi [Tue, 13 Sep 2005 21:46:04 +0000 (21:46 +0000)]
2005-09-13  Erik Edelmann  <erik.edelmann@iki.fi>
fortran/
PR fortran/17740
* trans-expr.c (gfc_trans_arrayfunc_assign): Check value
of attr.elemental for specific function instead of generic name.
testsuite/
PR fortran/17740
* gfortran.dg/generic_4.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104240 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree.c (annotate_with_file_line): Compare line numbers before
reichelt [Tue, 13 Sep 2005 21:12:57 +0000 (21:12 +0000)]
* tree.c (annotate_with_file_line): Compare line numbers before
file names.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104239 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-12 David Edelsohn <dje@gcc.gnu.org>
bkoz [Tue, 13 Sep 2005 19:22:52 +0000 (19:22 +0000)]
2005-09-12  David Edelsohn  <dje@gcc.gnu.org>

PR libstdc++/22554
PR libstdc++/23734
* include/Makefile.am (stamp-assoc): Install each subgroup
of headers separately.
* include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104238 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/23816
rth [Tue, 13 Sep 2005 19:02:04 +0000 (19:02 +0000)]
    PR target/23816
        * config/i386/sse.md (*ieee_sminv4sf3, *ieee_smaxv4sf3)
        (*ieee_sminv2df3, *ieee_smaxv2df3): New insn patterns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104236 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 13 Sep 2005 18:36:39 +0000 (18:36 +0000)]
2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/ext/mt_allocator/22309_thread.cc: Remove dg-do run.
* testsuite/lib/libstdc++.exp ( proc libstdc++_init): Enable
shared only for linux.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104235 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * loop-doloop.c (doloop_modify): Use GEN_INT to pass an rtx rather
ian [Tue, 13 Sep 2005 17:28:02 +0000 (17:28 +0000)]
* loop-doloop.c (doloop_modify): Use GEN_INT to pass an rtx rather
than a HOST_WIDEST_INT to gen_doloop_begin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104234 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-dfa.c (dump_variable): Guard against NULL annotations.
dnovillo [Tue, 13 Sep 2005 16:05:37 +0000 (16:05 +0000)]
* tree-dfa.c (dump_variable): Guard against NULL annotations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104233 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * zh_CN.po: Update.
jsm28 [Tue, 13 Sep 2005 15:48:36 +0000 (15:48 +0000)]
* zh_CN.po: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104231 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/16171
mmitchel [Tue, 13 Sep 2005 15:15:37 +0000 (15:15 +0000)]
PR c++/16171
* mangle.c (find_substitution): Do not use special substitutions
for identifiers not in std::.

PR c++/16171
* g++.dg/abi/mangle26.C: New test.
* g++.dg/abi/mangle27.C: New test.
* g++.dg/abi/mangle28.C: New test.
* g++.dg/abi/mangle29.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104228 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23839
mmitchel [Tue, 13 Sep 2005 14:45:13 +0000 (14:45 +0000)]
PR c++/23839
* typeck.c (cxx_mark_addressable): Only check DECL_HARD_REGISTER
for VAR_DECLs.

PR c++/23839
* g++.dg/parse/register1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104225 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23842
mmitchel [Tue, 13 Sep 2005 14:44:08 +0000 (14:44 +0000)]
PR c++/23842
* pt.c (tsubst_default_argument): Do treat default argument
expressions as occurring in the context of the function called.

PR c++/23842
* g++.dg/template/access16.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104224 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gfortran.dg/char_pack_2.f90: Increase the vector size.
rsandifo [Tue, 13 Sep 2005 11:01:23 +0000 (11:01 +0000)]
* gfortran.dg/char_pack_2.f90: Increase the vector size.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104220 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR fortran/18899
rsandifo [Tue, 13 Sep 2005 08:07:15 +0000 (08:07 +0000)]
PR fortran/18899
* trans-intrinsic.c (gfc_conv_intrinsic_bound): Move initialization
of argse.  Remove now-redundant want_pointer assignment.
* trans-array.c (gfc_conv_expr_descriptor): When not assigning to
a pointer, keep the original bounds of a full array reference.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104219 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR tree-optimize/23817
rakdver [Tue, 13 Sep 2005 07:33:49 +0000 (07:33 +0000)]
PR tree-optimize/23817
* tree-cfg.c (tree_merge_blocks): Preserve loop closed ssa.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104218 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agogcc/fortran/
rsandifo [Tue, 13 Sep 2005 07:15:01 +0000 (07:15 +0000)]
gcc/fortran/
PR target/19269
* iresolve.c (gfc_resolve_cshift, gfc_resolve_eoshift)
(gfc_resolve_pack, gfc_resolve_reshape, gfc_resolve_spread)
(gfc_resolve_transpose, gfc_resolve_unpack): Add "_char" to the name
for character-based operations.
(gfc_resolve_pack): Remove ATTRIBUTE_UNUSED from array argument.
(gfc_resolve_unpack): Copy the whole typespec from the vector.
* trans-array.c (gfc_conv_expr_descriptor): In the EXPR_FUNCTION
case, get the string length from the scalarization state.

libgfortran/
PR target/19269
* intrinsics/cshift0.c (cshift0): Add an extra size argument.
(cshift0_1, cshift0_2, cshift0_4, cshift0_8): Replace explicit
implementations with...
(DEFINE_CSHIFT): ...this new macro.  Define character versions too.
* intrinsics/eoshift0.c (zeros): Delete.
(eoshift0): Add extra size and filler arguments.  Use memset if no
bound is provided.
(eoshift0_1, eoshift0_2, eoshift0_4, eoshift0_8): Replace explicit
implementations with...
(DEFINE_EOSHIFT): ...this new macro.  Define character versions too.
* intrinsics/eoshift2.c (zeros): Delete.
(eoshift2): Add extra size and filler arguments.  Use memset if no
bound is provided.
(eoshift2_1, eoshift2_2, eoshift2_4, eoshift2_8): Replace explicit
implementations with...
(DEFINE_EOSHIFT): ...this new macro.  Define character versions too.
* intrinsics/pack.c (pack_internal): New static function, reusing
the contents of pack and adding an extra size argument.  Change
"mptr" rather than "m" when calculating the array size.
(pack): Redefine as a forwarder to pack_internal.
(pack_s_internal): New static function, reusing the contents of
pack_s and adding an extra size argument.
(pack_s): Redefine as a forwarder to pack_s_internal.
(pack_char, pack_s_char): New functions.
* intrinsics/reshape.c (reshape_internal): New static function,
reusing the contents of reshape and adding an extra size argument.
(reshape): Redefine as a forwarder to reshape_internal.
(reshape_char): New function.
* intrinsics/spread.c (spread_internal): New static function,
reusing the contents of spread and adding an extra size argument.
(spread): Redefine as a forwarder to spread_internal.
(spread_char): New function.
* intrinsics/transpose.c (transpose_internal): New static function,
reusing the contents of transpose and adding an extra size argument.
(transpose): Redefine as a forwarder to transpose_internal.
(transpose_char): New function.
* intrinsics/unpack.c (unpack_internal): New static function, reusing
the contents of unpack1 and adding extra size and fsize arguments.
(unpack1): Redefine as a forwarder to unpack_internal.
(unpack0): Call unpack_internal instead of unpack1.
(unpack1_char, unpack0_char): New functions.
* m4/cshift1.m4 (cshift1): New static function, reusing the contents
of cshift1_<kind> and adding an extra size argument.
(cshift1_<kind>): Redefine as a forwarder to cshift1.
(cshift1_<kind>_char): New function.
* m4/eoshift1.m4 (zeros): Delete.
(eoshift1): New static function, reusing the contents of
eoshift1_<kind> and adding extra size and filler arguments.
Fix calculation of hstride.  Use memset if no bound is provided.
(eoshift1_<kind>): Redefine as a forwarder to eoshift1.
(eoshift1_<kind>_char): New function.
* m4/eoshift3.m4 (zeros): Delete.
(eoshift3): New static function, reusing the contents of
eoshift3_<kind> and adding extra size and filler arguments.
Use memset if no bound is provided.
(eoshift3_<kind>): Redefine as a forwarder to eoshift3.
(eoshift3_<kind>_char): New function.
* generated/cshift1_4.c, generated/cshift1_8.c,
* generated/eoshift1_4.c, generated/eoshift1_8.c,
* generated/eoshift3_4.c, generated/eoshift3_8.c: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104217 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * configure.in: Recognize f95 in the --enable-languages option,
fxcoudert [Tue, 13 Sep 2005 06:24:18 +0000 (06:24 +0000)]
* configure.in: Recognize f95 in the --enable-languages option,
and substitute it for fortran, issuing a warning.
* configure: Regenerate.
* Make-lang.in: Change targets prefixes from f95 to fortran.
* config-lang.in: Change language name to "fortran".
* lang.opt: Change language name to "fortran".
* options.c: Change CL_F95 to CL_Fortran.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104215 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 13 Sep 2005 02:47:14 +0000 (02:47 +0000)]
2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/lib/libstdc++.exp (v3-build_support): Use sharedlib for
type of target_compile.
 (v3_target_compile): Set flags for sharelib type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104209 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23841
mmitchel [Tue, 13 Sep 2005 02:41:07 +0000 (02:41 +0000)]
PR c++/23841
* parser.c (cp_parser_primary_expression): Recognize the closing
">" of a template-argument-list after a floating-point literal as
the end of a cast expression.

PR c++/23841
* g++.dg/parse/template17.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104208 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/23774
amodra [Tue, 13 Sep 2005 02:00:53 +0000 (02:00 +0000)]
PR target/23774
* config/rs6000/rs6000.md (restore_stack_block): Write the backchain
word before changing the stack pointer.  Use gen_frame_mem for MEMs.
Use UNSPEC_TIE to prevent insn scheduling reordering the insns.
(restore_stack_nonlocal): Likewise.
(save_stack_nonlocal): Use template to emit insns, and gen_frame_mem.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104206 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Tue, 13 Sep 2005 00:16:23 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104200 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-12 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Mon, 12 Sep 2005 23:50:01 +0000 (23:50 +0000)]
2005-09-12  Thomas Fitzsimmons  <fitzsim@redhat.com>

PR libgcj/23762
* shlibpath.m4: New file.
* configure.ac: If libltdl is being used call AC_LTDL_SHLIBPATH
macro.
* gnu/classpath/natSystemProperties.cc (insertSystemProperties)
[USE_LTDL]: If it was not defined with -D set java.library.path to
the value of LTDL_SHLIBPATH_VAR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104198 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 12 Sep 2005 23:09:41 +0000 (23:09 +0000)]
2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>
    David Edelsohn <dje@gcc.gnu.org>

PR libstdc++/22554
PR libstdc++/23734
* include/Makefile.am (assoc_headers): Break into five sub values.
(install-headers): Use them.
(stamp-assoc): Same.
* include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104196 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23789
mmitchel [Mon, 12 Sep 2005 22:38:34 +0000 (22:38 +0000)]
PR c++/23789
* cvt.c (perform_qualification_conversions): Don't create
unnecessary NOP_EXPRs.
* pt.c (tsubst_template_arg): Use fold_non_dependent_expr.

PR c++/23789
* g++.dg/template/nontype14.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104193 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-12 Chris Jefferson <chris@bubblescope.net>
paolo [Mon, 12 Sep 2005 21:13:04 +0000 (21:13 +0000)]
2005-09-12  Chris Jefferson  <chris@bubblescope.net>

* include/bits/stl_algo.h (search_n): Delegate to specializations.
(search_n(,,,,binary_predicate)): Likewise.
        (__search_n(forward_iterator_tag)): Original search_n, tweak to
        remove an unnecessary comparison.
        (__search_n(,,,,binary_predicate,forward_iterator_tag)): Likewise.

2005-09-12  Jim Xochellis  <jimxoch@yahoo.gr>

        * include/bits/stl_algo.h (__search_n(std::random_access_iterator_tag)):
Add specialization.
        (__search_n(,,,,binary_predicate,std::random_access_iterator_tag)):
        Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104192 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 12 Sep 2005 20:32:54 +0000 (20:32 +0000)]
2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/23417
* include/bits/stl_list.h (_List_impl): Use member initialization
list for -Weffc++.
* include/bits/stl_tree.h (_Rb_tree_impl): Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104191 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago./
ian [Mon, 12 Sep 2005 19:54:23 +0000 (19:54 +0000)]
./
PR g++/7874
* c.opt (ffriend-injection): New C++ option.
* doc/invoke.texi (Option Summary): Mention -ffriend-injection.
(C++ Dialect Options): Document -ffriend-injection.
cp/
PR g++/7874
* cp-tree.h (struct lang_decl_flags): Add hidden_friend_p
bitfield.  Make dummy bitfield one bit smaller.
(DECL_HIDDEN_FRIEND_P): Define.
(pushdecl_maybe_friend): Declare.
(pushdecl_top_level_maybe_friend): Declare.
* decl.c (duplicate_decls): Add newdecl_is_friend parameter.
Change prototype and all callers.  Add assertion that a
DECL_ARTIFICIAL FUNCTION_DECL is not DECL_HIDDEN_FRIEND_P.  Set
DECL_ANTICIPATED and DECL_HIDDEN_FRIEND_P in duplicated decl if
appropriate.
* name-lookup.c (supplement_binding): Don't ignore a
DECL_HIDDEN_FRIEND_P.
(pushdecl_maybe_friend): Break out contents of pushdecl.  Add
is_friend parameter.  Set DECL_ANTICIPATED and
DECL_HIDDEN_FRIEND_P for a friend function.
(pushdecl): Just call pushdecl_maybe_friend.
(pushdecl_with_scope): Add is_friend parameter.  Change prototype
and all callers.
(pushdecl_namespace_level): Likewise.
(push_overloaded_decl): Likewise.  Check DECL_HIDDEN_FRIEND_P as
well as DECL_ANTICIPATED when checking for a builtin.
(do_nonmember_using_decl): Check DECL_HIDDEN_FRIEND_P as well as
DECL_ANTICIPATED when checking for a builtin.
(do_nonmember_using_decl): Likewise.
(pushdecl_top_level_1): Add is_friend parameter.  Change all
callers.
(pushdecl_top_level_maybe_friend): New function.
(remove_hidden_names): New function.
(struct arg_lookup): Add args field.
(friend_of_associated_class_p): New static function.
(arg_assoc_namespace): Ignore hidden functions which are not
friends of an associated class of some argument.
(lookup_arg_dependent): Remove hidden functions from list passed
in.  Initialize k.args.
* name-lookup.h (remove_hidden_names): Declare.
* friend.c (do_friend): Call pushdecl_maybe_friend instead of
pushdecl.
* call.c (add_function_candidate): Change DECL_ANTICIPATED test to
an assertion, with a check for DECL_HIDDEN_FRIEND_P.
(build_new_function_call): Add koenig_p parameter.  Change
prototype and callers.
* pt.c (register_specialization): Add is_friend parameter.  Change
all callers.
(push_template_decl_real): Change is_friend parameter to bool.
Change prototype and all callers.
(tsubst_friend_class): Call pushdecl_top_level_maybe_friend
instead of pushdecl_top_level.
testsuite/
PR g++/7874
* g++.dg/lookup/friend7.C: New test.
* g++.dg/lookup/friend8.C: New test.
* g++.dg/parse/defarg4.C: Add a parameter to the friend function,
so that it will be found via argument dependent lookup.
* g++.old-deja/g++.brendan/crash56.C: Don't expect errors for
friend functions which will no longer be found.
* g++.old-deja/g++.jason/friend.C: Add a parameter to the friend
function g, so that it will be found via argument dependent
lookup.
* g++.old-deja/g++.jason/scoping15.C: Use -ffriend-injection.
* g++.old-deja/g++.mike/net43.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104188 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 12 Sep 2005 19:48:04 +0000 (19:48 +0000)]
2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/23417
* include/bits/stl_list.h (_List_impl): Use member initialization
list for -Weffc++.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104187 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23691
mmitchel [Mon, 12 Sep 2005 19:00:57 +0000 (19:00 +0000)]
PR c++/23691
* g++.dg/template/static16.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104186 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * Imported zlib 1.2.3; merged local changes.
tromey [Mon, 12 Sep 2005 17:42:53 +0000 (17:42 +0000)]
* Imported zlib 1.2.3; merged local changes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104184 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoThis commit was generated by cvs2svn to compensate for changes in r104181,
tromey [Mon, 12 Sep 2005 17:04:02 +0000 (17:04 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104181,
which included commits to RCS files with non-trunk default branches.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104182 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoInitial revision
tromey [Mon, 12 Sep 2005 17:03:48 +0000 (17:03 +0000)]
Initial revision

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104179 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoForced commit in preparation for import
tromey [Mon, 12 Sep 2005 17:02:07 +0000 (17:02 +0000)]
Forced commit in preparation for import

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104178 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago pr middle-end/23237
jconner [Mon, 12 Sep 2005 15:50:08 +0000 (15:50 +0000)]
pr middle-end/23237
    * gcc.c-torture/compile/pr23237.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104177 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago pr middle-end/23237
jconner [Mon, 12 Sep 2005 15:46:35 +0000 (15:46 +0000)]
pr middle-end/23237
    * ipa-reference.c (static_execute): Don't mark variables in
    named sections TREE_READONLY.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104176 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/rs6000/rs6000.c (get_next_active_insn): Simplify test for
amodra [Mon, 12 Sep 2005 14:14:21 +0000 (14:14 +0000)]
* config/rs6000/rs6000.c (get_next_active_insn): Simplify test for
stack_tie.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104173 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-12 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 12 Sep 2005 13:56:07 +0000 (13:56 +0000)]
2005-09-12  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-ssa-dse.c (dse_optimize_stmt): Fix up all of V_MAY_DEF and
        V_MUST_DEF instead of just the first_use_p.
        Don't mark the virtual variables for renaming on the statement which
        is being removed.
        (pass_dse): Remove TODO_update_ssa.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104172 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR middle-end/23290
amylaar [Mon, 12 Sep 2005 13:49:56 +0000 (13:49 +0000)]
PR middle-end/23290
* stor-layout.c (compute_record_mode): For records with a single
field, actually check the field's mode size against the type size.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104171 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * sh.h (HARD_REGNO_MODE_OK): Allow V4SFmode in general purpose
amylaar [Mon, 12 Sep 2005 13:24:11 +0000 (13:24 +0000)]
* sh.h (HARD_REGNO_MODE_OK): Allow V4SFmode in general purpose
registers for TARGET_SHMEDIA.
(enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Rename
GENERAL_FP_REGS to GENERAL_DF_REGS.  Add GENERAL_FP_REGS as union
of GENERAL_REGS and FP_REGS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104170 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/bfin/bfin.c (legimitize_pic_address): Use gen_const_mem.
bernds [Mon, 12 Sep 2005 10:47:01 +0000 (10:47 +0000)]
* config/bfin/bfin.c (legimitize_pic_address): Use gen_const_mem.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104168 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-12 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 12 Sep 2005 09:42:34 +0000 (09:42 +0000)]
2005-09-12  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23767
* include/bits/stl_iterator.h (__normal_iterator::
__normal_iterator<>(const __normal_iterator<_Iter, _Container>&)):
Enable only when _Iter is equal to _Container::pointer.
* testsuite/21_strings/basic_string/types/23767.cc: New.
* testsuite/23_containers/vector/types/23767.cc: Likewise.
* testsuite/ext/vstring/types/23767.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104167 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
rth [Mon, 12 Sep 2005 07:38:33 +0000 (07:38 +0000)]
    * objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104165 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-11 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 12 Sep 2005 04:49:11 +0000 (04:49 +0000)]
2005-09-11  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/19265
PR libstdc++/22309
* include/ext/mt_allocator.h
(__gnu_cxx::__create_handler): Remove.
(__pool<true>::_M_destroy_thread_key): Compatibility only.
(__pool<true>::_M_initialize(__destroy): Same.
(__pool<true>::_M_initialize): New.
(__pool<true>::_M_initialize_once): Nothing fancy.
(__pool<true>::_M_once): Remove.
(__common_pool): New.
(__common_pool_base): New.
(__per_type_pool): New.
(__per_type_pool_base): New.
* src/mt_allocator.cc: Same.
* config/linker-map.gnu (__pool<true>::_M_initialize()): Add.

2005-09-11  Jakub Jelinek  <jakub@redhat.com>

PR libstdc++/19265
PR libstdc++/22309
* src/mt_allocator.cc (__gnu_internal::freelist_mutex): Make static.
(__gnu_internal::__freelist): New type.
(__gnu_internal::freelist): New variable.
(__gnu_internal::_M_destroy_thread_key): New function.
(__gnu_cxx::__pool<true>::_M_destroy): Don't delete
_M_thread_freelist_initial.
(__gnu_cxx::__pool<true>::_M_initialize): Make argument nameless.
Don't use _M_thread_freelist and _M_thread_freelist_initial
__pool<true> fields, instead use __gnu_internal::freelist fields, call
gthread_key_create just once.  Use
__gnu_internal::_M_destroy_thread_key as key destructor.
(__gnu_cxx::__pool<true>::_M_get_thread_id): Store size_t id
rather than _Thread_record* in the thread specific value.  Don't
use _M_thread_freelist __pool<true> field, instead use
__gnu_internal::freelist fields.
(__gnu_cxx::__pool<true>::_M_destroy_thread_key): Do nothing.

2005-09-11  Benjamin Kosnik  <bkoz@redhat.com>
            Jakub Jelinek  <jakub@redhat.com>

PR libstdc++/19265
PR libstdc++/22309
* testsuite/testsuite_shared.cc: New.
* testsuite/lib/dg-options.exp (dg-require-sharedlib): New.
* testsuite/lib/libstdc++.exp (libstdc++_init): Look for shared
library, and set v3-sharedlib based on this.
(check_v3_target_sharedlib): New.
(proc v3-build_support): Build shared objects.
* testsuite/ext/mt_allocator/22309_thread.cc: New, use above.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104161 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * decl2.c (build_anon_union_vars): Copy attributes from the base addr.
rth [Mon, 12 Sep 2005 04:04:03 +0000 (04:04 +0000)]
    * decl2.c (build_anon_union_vars): Copy attributes from the base addr.
        * pt.c (tsubst_decl): Substitute in DECL_VALUE_EXPR.

        * g++.dg/other/error8.C: Update expected diagnostic text.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104160 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/rs6000/rs6000.c (get_next_active_insn): Rewrite using
amodra [Mon, 12 Sep 2005 03:51:13 +0000 (03:51 +0000)]
* config/rs6000/rs6000.c (get_next_active_insn): Rewrite using
CALL_P, JUMP_P and NONJUMP_INSN_P, so that barriers and labels
are omitted.  Exclude stack_tie insn too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104159 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Mon, 12 Sep 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104147 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR rtl-optimization/23098
dje [Sun, 11 Sep 2005 23:22:10 +0000 (23:22 +0000)]
    PR rtl-optimization/23098
        * config/rs6000/predicates.md (easy_fp_constant): SFmode constant
        0.0f is easy.
        * config/rs6000/rs6000.md (movdf splitter): Use
        const_double_operand predicate for TARGET_POWERPC64.
        * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Expand
        SYMBOL_REF method to ABI_V4.

        * config/rs6000/altivec.md (build_vector_mask_for_load): Use
        replace_equiv_address.
        * config/rs6000/rs6000.c (rs6000_emit_eh_reg_restore): Mark MEM as
        rs6000_sr_alias_set and MEM_NOTRAP.
        (rs6000_aix_emit_builtin_unwind_init): Use gen_frame_mem().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104145 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree.c (contains_placeholder_p) <tcc_expression>: Properly
ebotcazou [Sun, 11 Sep 2005 21:17:51 +0000 (21:17 +0000)]
* tree.c (contains_placeholder_p) <tcc_expression>: Properly
handle CALL_EXPR again.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104144 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libfortran/19872
fxcoudert [Sun, 11 Sep 2005 19:39:35 +0000 (19:39 +0000)]
PR libfortran/19872
* gfortran.dg/overwrite_1.f: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104143 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libfortran/20179
fxcoudert [Sun, 11 Sep 2005 13:34:57 +0000 (13:34 +0000)]
PR libfortran/20179
* io/unix.c (is_preconnected): Add function to test if a stream
corresponds to a preconnected unit.
* io/io.h: Add prototype for is_preconnected.
* io/transfer.c (data_transfer_init): Do not truncate
preconnected units.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104141 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-09-11 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 11 Sep 2005 09:48:41 +0000 (09:48 +0000)]
2005-09-11  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23781
* include/bits/stl_list.h (_List_iterator<>::
_List_iterator(_List_node_base*), _List_const_iterator<>::
_List_const_iterator(const _List_node_base*)): Make explicit.
(list<>::begin(), list<>::end(), list<>::pop_back()): Adjust
consistently.
* include/bits/list.tcc (list<>::insert, list<>::erase): Adjust
consistently.
* include/bits/stl_tree.h (_Rb_tree_iterator<>::
_Rb_tree_iterator(_Link_type), _Rb_tree_const_iterator<>::
_Rb_tree_const_iterator(_Link_type)): Make explicit.
(_Rb_tree<>::begin(), _Rb_tree<>::end()): Adjust consistently.
* include/ext/slist (_Slist_iterator<>::_Slist_iterator(_Node*)):
Make explicit.
(slist<>::erase(iterator), slist<>::erase(iterator, iterator)):
Adjust consistently.
* include/tr1/hashtable (hashtable_iterator<>::
hashtable_iterator(hash_node<>**)): Make explicit.
* testsuite/23_containers/list/23781.cc: New.
* testsuite/23_containers/map/23781.cc: Likewise.
* testsuite/23_containers/multimap/23781.cc: Likewise.
* testsuite/23_containers/multiset/23781.cc: Likewise.
* testsuite/23_containers/set/23781.cc: Likewise.
* testsuite/ext/slist/23781.cc: Likewise.
* testsuite/tr1/6_containers/unordered/23781.cc: Likewise.
* testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
line numbers.
* testsuite/23_containers/set/operators/1_neg.cc: Likewise.

* include/tr1/array (array<>::begin(), array<>::end()): Adjust
stylistically for consistency with the other containers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104139 138bc75d-0d04-0410-961f-82ee72b054a4