OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago * c-common.c (vector_types_convertible_p): Check TYPE_PRECISION for
dpatel [Tue, 4 Oct 2005 20:09:56 +0000 (20:09 +0000)]
    * c-common.c (vector_types_convertible_p): Check TYPE_PRECISION for
        real types.

        * gcc.dg/i386-sse-vect-types.c: New.

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

18 years ago * tree-vect-transform.c (vect_create_epilog_for_reduction):
sje [Tue, 4 Oct 2005 18:34:47 +0000 (18:34 +0000)]
* tree-vect-transform.c (vect_create_epilog_for_reduction):
Use BYTES_BIG_ENDIAN instead of BITS_BIG_ENDIAN.

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

18 years ago2005-10-04 Adrian Straetling <straetling@de.ibm.com>
uweigand [Tue, 4 Oct 2005 18:07:28 +0000 (18:07 +0000)]
2005-10-04  Adrian Straetling  <straetling@de.ibm.com>

* config/s390/s390.md ("TDSI","DP"): New mode macros.
("TE","tg"): New mode attributes.
("sync_compare_and_swap<mode>"): Replace with a define_expand.
("sync_compare_and_swap<mode>_cc"): Replace GPR with TDSI.
("*sync_compare_and_swap<mode>_cc"): Replace with one pattern for
dword_mode and one for GPRmode.

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

18 years agolibcpp/
ian [Tue, 4 Oct 2005 18:06:19 +0000 (18:06 +0000)]
libcpp/
PR preprocessor/13726
* directives.c (check_eol_return_comments): New static function.
(parse_include): Add buf parameter.  Change all callers.
(do_include_common): If not discard comments, turn on
save_comments.  Pass collected comments to include callback.
* include/cpplib.h (struct cpp_callbacks): Add new parameter to
include callback: cpp_token list.
gcc/
PR preprocessor/13726
* c-ppoutput.c (cb_include): Add comments parameter, and print out
any comments passed in.
gcc/testsuite/
PR preprocessor/13726
* gcc.dg/cpp/cmdlne-dI-C.c: New test.
* gcc.dg/cpp/cmdlne-dI-C.h: New file.

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

18 years ago+2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 4 Oct 2005 17:25:50 +0000 (17:25 +0000)]
+2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * tree.c (annotate_with_file_line): Fix typo.
+

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

18 years ago PR ada/19382
uweigand [Tue, 4 Oct 2005 16:14:52 +0000 (16:14 +0000)]
PR ada/19382
* builtins.c (fold_builtin_memcmp): When constructing the pointer
type used to access data in the inlined length == 1 case, use
build_pointer_type_for_mode with CAN_ALIAS_ALL set to true.
(fold_builtin_strcmp, fold_builtin_strncmp): Likewise.

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

18 years ago * config/i386/i386.h (TARGET_FISTTP): Enable also for
uros [Tue, 4 Oct 2005 14:07:25 +0000 (14:07 +0000)]
    * config/i386/i386.h (TARGET_FISTTP): Enable also for
        TARGET_SSE3 and only for TARGET_80387.
        * config/i386/i386.md (fix_trunc<mode>_fisttp_i387_1,
        (fix_trunc<mode>_i387_fisttp, fix_trunc<mode>_i387_fisttp_with_temp):
        Do not depend on TARGET_80387.

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

18 years ago2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 4 Oct 2005 14:00:20 +0000 (14:00 +0000)]
2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree.c (last_annotated_node): Change type to location_t*.
        (annotate_with_file_line): Reflect the change of
        last_annotated_node type.

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

18 years ago2005-10-04 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 4 Oct 2005 13:58:42 +0000 (13:58 +0000)]
2005-10-04  Richard Guenther  <rguenther@suse.de>

PR c/23576
* c-decl.c (grokdeclarator): Don't write to fields
of error_mark_node.

* gcc.dg/noncompile/pr23576.c: New testcase.

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

18 years ago2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 4 Oct 2005 13:39:17 +0000 (13:39 +0000)]
2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/23125
        * decl.c (make_rtl_for_nonlocal_decl): Use set_user_assembler_name
        instead of change_decl_assembler_name.
2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/23125
        * c-decl.c (finish_decl): Use set_user_assembler_name even for
        register variables.
        * varasm.c (make_decl_rtl): If a register variable does not
        have a set user assmbler name, error out.
        Decode the asmspec is now name+1 bypassing '*'.
2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/23125
        * gcc.dg/register-var-3.c: New test.

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

18 years ago2005-10-05 Steven Bosscher <stevenb@suse.de>
steven [Tue, 4 Oct 2005 05:57:38 +0000 (05:57 +0000)]
2005-10-05  Steven Bosscher  <stevenb@suse.de>
gcc/
PR tree-optimization/23049
* tree-ssa-dom.c (thread_across_edge): Make sure that the condition
of a COND_EXPR is folded before calling fold on the whole rhs of a
conditional assignment.
* doc/tree-ssa.texi: Update the GIMPLE grammar for a valid rhs to
document that a COND_EXPR may appear there.

testsuite/
* gcc.dg/pr23049.c: New test.

* gcc.dg/ucnid-4.c: Fix test.

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

18 years ago * at-file.texi: New file.
mmitchel [Tue, 4 Oct 2005 05:34:57 +0000 (05:34 +0000)]
* at-file.texi: New file.

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

18 years ago PR 23445
dnovillo [Tue, 4 Oct 2005 03:02:19 +0000 (03:02 +0000)]
PR 23445
* tree-vrp.c (extract_range_from_assert): If the new numeric
range created out of the assertion contradicts the existing
numeric range of the ASSERT_EXPR variable, make the new range
varying.

testsuite/
PR 23445
* gcc.c-torture/compile/pr23445.c: New test.

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

18 years agogcc/cp/ChangeLog:
aoliva [Tue, 4 Oct 2005 02:21:26 +0000 (02:21 +0000)]
gcc/cp/ChangeLog:
* error.c (dump_type) <UNKNOWN_TYPE>: Print reworded message.
gcc/testsuite/ChangeLog:
* g++.dg/overload/unknown1.C: New.

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

18 years agoDaily bump.
gccadmin [Tue, 4 Oct 2005 00:16:11 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * native/jawt/Makefile.in: Rebuilt.
tromey [Mon, 3 Oct 2005 22:33:10 +0000 (22:33 +0000)]
* native/jawt/Makefile.in: Rebuilt.
* native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
* native/jni/xmlj/Makefile.in: Rebuilt.
* native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
* native/jni/qt-peer/Makefile.in: Rebuilt.
* native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
* native/jni/gtk-peer/Makefile.in: Rebuilt.
* native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.

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

18 years ago * config/sh/sh.c (sh_register_move_cost): Add case for moving
kkojima [Mon, 3 Oct 2005 22:07:08 +0000 (22:07 +0000)]
* config/sh/sh.c (sh_register_move_cost): Add case for moving
from T_REGS to FP register class.

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

18 years ago Backport from libtool CVS:
schwab [Mon, 3 Oct 2005 21:50:17 +0000 (21:50 +0000)]
Backport from libtool CVS:
2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>

* ltmain.sh: add support for installing into temporary
staging area (e.g. 'make install DESTDIR=...')

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

18 years ago PR 24135
rth [Mon, 3 Oct 2005 20:57:45 +0000 (20:57 +0000)]
    PR 24135
        * tree-nested.c (convert_nl_goto_reference): Lookup a translation
        before creating a new one.

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

18 years ago * runtime/memory.c (allocate_size): Malloc 1 byte if size == 0.
jakub [Mon, 3 Oct 2005 20:32:44 +0000 (20:32 +0000)]
* runtime/memory.c (allocate_size): Malloc 1 byte if size == 0.

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

18 years ago PR libgcj/24057:
tromey [Mon, 3 Oct 2005 19:07:10 +0000 (19:07 +0000)]
PR libgcj/24057:
* include/Makefile.in: Rebuilt.
* include/Makefile.am: Don't install headers.

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

18 years ago2005-10-03 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 3 Oct 2005 17:35:55 +0000 (17:35 +0000)]
2005-10-03  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/hashtable
(node_iterator::node_iterator(const node_iterator<,true,>&)): Fix to
take a "false" (i.e., is_const == false) node_iterator.
(hashtable_iterator::hashtable_iterator(const hashtable_iterator<,
true,>&)): Likewise for hashtable_iterator.
(hashtable::const_local_iterator): Fix typedef (is_const == true).
(hashtable::const_iterator): Likewise.
* testsuite/tr1/6_containers/unordered/types/map_iterator.cc: New.
* testsuite/tr1/6_containers/unordered/types/multimap_iterator.cc: New.
* testsuite/tr1/6_containers/unordered/types/set_iterator.cc: New.
* testsuite/tr1/6_containers/unordered/types/multiset_iterator.cc: New.

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

18 years ago PR java/24127
rmathew [Mon, 3 Oct 2005 17:30:38 +0000 (17:30 +0000)]
PR java/24127
* parse.y (method_header): Make the result of the rule a NULL_TREE
when a parsing error occurs.

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

18 years ago PR c++/17775
mmitchel [Mon, 3 Oct 2005 17:21:40 +0000 (17:21 +0000)]
PR c++/17775
* repo.c: Include flags.h.
(finish_repo): Add -frandom-seed to the arguments.
PR c++/17775
* g++.dg/template/repo4.C: New test.

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

18 years ago2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 3 Oct 2005 16:40:52 +0000 (16:40 +0000)]
2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>

* configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
* configure: Regenerated.

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

18 years ago * config/rs6000/t-aix43 (LDFLAGS): New.
dje [Mon, 3 Oct 2005 16:27:59 +0000 (16:27 +0000)]
* config/rs6000/t-aix43 (LDFLAGS): New.
* config/rs6000/t-aix52 (LDFLAGS): New.

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

18 years agoFix typo in ChangeLog
mmitchel [Mon, 3 Oct 2005 15:42:42 +0000 (15:42 +0000)]
Fix typo in ChangeLog

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

18 years ago * fortran/trans-types.c (gfc_init_kinds): Only pass float, double,
sje [Mon, 3 Oct 2005 15:29:30 +0000 (15:29 +0000)]
* fortran/trans-types.c (gfc_init_kinds): Only pass float, double,
and long double floating point types through to Fortran compiler.

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

18 years ago * gimplify.c (find_single_pointer_decl_1): New static function.
ian [Mon, 3 Oct 2005 08:43:45 +0000 (08:43 +0000)]
* gimplify.c (find_single_pointer_decl_1): New static function.
(find_single_pointer_decl): New static function.
(internal_get_tmp_var): For a formal variable, set restrict base
information if appropriate.
* alias.c (find_base_decl): If a VAR_DECL has a restrict base,
return it.
* tree.h (DECL_BASED_ON_RESTRICT_P): Define.
(DECL_GET_RESTRICT_BASE): Define.
(SET_DECL_RESTRICT_BASE): Define.
(decl_restrict_base_lookup): Declare.
(decl_restrict_base_insert): Declare.
(struct tree_decl_with_vis): Add based_on_restrict_p field.
* tree.c (restrict_base_for_decl): New static variable.
(init_ttree): Initialize restrict_base_for_decl.
(copy_node_stat): Copy restrict base information.
(decl_restrict_base_lookup): New function.
(decl_restrict_base_insert): New function.
(print_restrict_base_statistics): New static function.
(dump_tree_statistics): Call print_restrict_base_statistics.

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

18 years ago PR libfortran/19308
fxcoudert [Mon, 3 Oct 2005 07:22:20 +0000 (07:22 +0000)]
PR libfortran/19308
PR fortran/20120
PR libfortran/22437

* Makefile.am: Add generated files for large real and integers
kinds. Add a rule to create the kinds.inc c99_protos.inc files.
Use kinds.inc to preprocess Fortran generated files.
* libgfortran.h: Add macro definitions for GFC_INTEGER_16_HUGE,
GFC_REAL_10_HUGE and GFC_REAL_16_HUGE. Add types gfc_array_i16,
gfc_array_r10, gfc_array_r16, gfc_array_c10, gfc_array_c16,
gfc_array_l16.
* mk-kinds-h.sh: Define macros HAVE_GFC_LOGICAL_* and
HAVE_GFC_COMPLEX_* when these types are available.
* intrinsics/ishftc.c (ishftc16): New function for GFC_INTEGER_16.
* m4/all.m4, m4/any.m4, m4/count.m4, m4/cshift1.m4, m4/dotprod.m4,
m4/dotprodc.m4, m4/dotprodl.m4, m4/eoshift1.m4, m4/eoshift3.m4,
m4/exponent.m4, m4/fraction.m4, m4/in_pack.m4, m4/in_unpack.m4,
m4/matmul.m4, m4/matmull.m4, m4/maxloc0.m4, m4/maxloc1.m4,
m4/maxval.m4, m4/minloc0.m4, m4/minloc1.m4, m4/minval.m4, m4/mtype.m4,
m4/nearest.m4, m4/pow.m4, m4/product.m4, m4/reshape.m4,
m4/set_exponent.m4, m4/shape.m4, m4/specific.m4, m4/specific2.m4,
m4/sum.m4, m4/transpose.m4: Protect generated functions with
appropriate "#if defined (HAVE_GFC_type_kind)" preprocessor directives.
* Makefile.in: Regenerate.
* all files in generated/: Regenerate.

* f95-lang.c (DO_DEFINE_MATH_BUILTIN): Add support for long
double builtin function.
(gfc_init_builtin_functions): Add mfunc_longdouble,
mfunc_clongdouble and func_clongdouble_longdouble trees. Build
them for round, trunc, cabs, copysign and pow functions.
* iresolve.c (gfc_resolve_reshape, gfc_resolve_transpose): Add
case for kind 10 and 16.
* trans-decl.c: Add trees for cpowl10, cpowl16, ishftc16,
exponent10 and exponent16.
(gfc_build_intrinsic_function_decls): Build nodes for int16,
real10, real16, complex10 and complex16 types. Build all possible
combinations for function _gfortran_pow_?n_?n. Build function
calls cpowl10, cpowl16, ishftc16, exponent10 and exponent16.
* trans-expr.c (gfc_conv_power_op): Add case for integer(16),
real(10) and real(16).
* trans-intrinsic.c: Add suppport for long double builtin
functions in BUILT_IN_FUNCTION, LIBM_FUNCTION and LIBF_FUNCTION
macros.
(gfc_conv_intrinsic_aint): Add case for integer(16), real(10) and
real(16) kinds.
(gfc_build_intrinsic_lib_fndecls): Add support for real10_decl
and real16_decl in library functions.
(gfc_get_intrinsic_lib_fndecl): Add cases for real and complex
kinds 10 and 16.
(gfc_conv_intrinsic_exponent): Add cases for real(10) and real(16)
kinds.
(gfc_conv_intrinsic_sign): Likewise.
(gfc_conv_intrinsic_ishftc): Add case for integer(16) kind.
* trans-types.c (gfc_get_int_type, gfc_get_real_type,
gfc_get_complex_type, gfc_get_logical_type): Doesn't error out in
the case of kinds not available.
* trans.h: Declare trees for cpowl10, cpowl16, ishftc16,
exponent10 and exponent16.

* gfortran.dg/large_real_kind_2.F90: New test.
* gfortran.dg/large_integer_kind_2.f90: New test.

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

18 years ago * lib/target-supports.exp (check_effective_target_vect_shift):
uros [Mon, 3 Oct 2005 05:24:08 +0000 (05:24 +0000)]
* lib/target-supports.exp (check_effective_target_vect_shift):
Implement with result caching. Add i?86, x86_64 and ia64 targets.
(check_effective_target_vect_condition): Fix copy-n-pasto.

* gcc.dg/vect/pr22480.c : Enable for effective-target vect_shift.
* gcc.dg/vect/vect-shift-1.c: Remove XFAIL for i?86 and x86_64
targets.

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

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

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

18 years ago PR c++/22621
mmitchel [Sun, 2 Oct 2005 21:58:08 +0000 (21:58 +0000)]
PR c++/22621
* parser.c (cp_parser_template_argument): Don't turn "T::f" into
"(*this).T::f".
* pt.c (convert_nontype_argument): Remove ??? comment.

PR c++/22621
* g++.dg/template/overload5.C : New test.

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

18 years ago2005-10-02 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sun, 2 Oct 2005 21:40:55 +0000 (21:40 +0000)]
2005-10-02  Andrew Pinski  <pinskia@physics.uc.edu>

        * testsuite/lib/jni.exp (gcj_jni_test_one): For
        darwin, use -shared-libgcc not -lgcc_s, and explain why.
        (gcj_jni_invocation_test_one): Likewise.

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

18 years ago PR c++/23840
mmitchel [Sun, 2 Oct 2005 21:28:50 +0000 (21:28 +0000)]
PR c++/23840
* tree.c (lvalue_p1): A VA_ARG_EXPR with class type is an lvalue,
when class rvalues are lvalues.

PR c++/23840
* g++.dg/expr/stdarg1.C: New test.

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

18 years ago PR 24142
dnovillo [Sun, 2 Oct 2005 20:15:55 +0000 (20:15 +0000)]
PR 24142
* tree-vrp.c (vrp_meet): Fix call to range_includes_zero_p in
case of anti-ranges.

testsuite/

PR 24142
* gcc.c-torture/execute/pr24142.c: New test.

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

18 years ago2005-10-02 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sun, 2 Oct 2005 19:15:58 +0000 (19:15 +0000)]
2005-10-02  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/18851
        * c-typeck.c (tagged_tu_seen): Rename to ...
        (tagged_tu_seen_cache): this and add val field.
        (comptypes): Move functional to comptypes_internal
        and free tagged_tu_seen.
        (comptypes_internal): New function and call comptypes_internal
        instead of comptypes. Speed up by sibcalling
        tagged_types_tu_compatible_p.
        (alloc_tagged_tu_seen): New function
        (free_all_tagged_tu_seen_up_to): New function.
        (tagged_types_tu_compatible_p): Return the val of the seen two
        types.
        Add that the two types are the same to tagged_tu_seen_base
        if they are and call comptypes_internal instead of comptypes.
        <case UNION_TYPE>: Speed up common type where the fields are
        in the same order.
        (function_types_compatible_p): Call comptypes_internal instead of
        comptypes.
        (type_lists_compatible_p): Likewise.
        (all functions): s/tagged_tu_seen/tagged_tu_seen_cache/.

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

18 years ago2005-10-02 Matthias Klose <doko@debian.org>
doko [Sun, 2 Oct 2005 12:34:46 +0000 (12:34 +0000)]
2005-10-02  Matthias Klose  <doko@debian.org>

        * doc/invoke.texi: Fix typo and speling error.

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

18 years ago2005-10-02 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 2 Oct 2005 10:20:16 +0000 (10:20 +0000)]
2005-10-02  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/24054
* include/tr1/hashtable (erase(const key_type&)): Return the
number of elements erased.
* testsuite/tr1/6_containers/unordered/hashtable/24054.cc: New.

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

18 years ago * tree-stdarg.c (execute_optimize_stdarg): Process PHI nodes too.
rth [Sun, 2 Oct 2005 09:05:45 +0000 (09:05 +0000)]
    * tree-stdarg.c (execute_optimize_stdarg): Process PHI nodes too.

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

18 years ago * config/arm/unknown-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define
mmitchel [Sun, 2 Oct 2005 03:24:07 +0000 (03:24 +0000)]
* config/arm/unknown-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define
using --start-group and --end-group.

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

18 years ago * tree-vrp.c (value_inside_range, range_includes_zero_p): Add
dnovillo [Sat, 1 Oct 2005 14:01:10 +0000 (14:01 +0000)]
* tree-vrp.c (value_inside_range, range_includes_zero_p): Add
FIXME note regarding quirky semantics.

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

18 years ago PR 24141
dnovillo [Sat, 1 Oct 2005 14:00:09 +0000 (14:00 +0000)]
PR 24141
* tree-vrp.c (vrp_meet): Clear VR0->EQUIV when building a
non-null range as a last resort.

testsuite/

PR 24141
* gcc.c-torture/execute/pr24141.c: New test.

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

18 years ago PR 23604
dnovillo [Sat, 1 Oct 2005 13:57:29 +0000 (13:57 +0000)]
PR 23604
* tree-vrp.c (extract_range_from_assert): For !=
assertions, only build an anti-range if LIMIT is a
single-valued range.

testsuite/

PR 23604
* gcc.c-torture/execute/pr23604.c: New test.

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

18 years ago * runtime/memory.c (malloc_t): Remove.
jakub [Sat, 1 Oct 2005 11:55:02 +0000 (11:55 +0000)]
* runtime/memory.c (malloc_t): Remove.
(GFC_MALLOC_MAGIC, HEADER_SIZE, DATA_POINTER, DATA_HEADER): Remove.
(mem_root, runtime_cleanup, malloc_with_header): Remove.
(internal_malloc_size): Use just get_mem if size != 0, return NULL
otherwise.
(internal_free): Just free if non-NULL.
(internal_realloc_size): Remove debugging stuff.
(allocate_size): Use malloc directly, remove debugging stuff.
(deallocate): Use free directly, fix error message wording.

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

18 years ago * libgfortran.h (GFC_ITOA_BUF_SIZE, GFC_XTOA_BUF_SIZE,
jakub [Sat, 1 Oct 2005 11:50:10 +0000 (11:50 +0000)]
* libgfortran.h (GFC_ITOA_BUF_SIZE, GFC_XTOA_BUF_SIZE,
GFC_OTOA_BUF_SIZE, GFC_BTOA_BUF_SIZE): Define.
(gfc_itoa, xtoa): Add 2 extra arguments.
* runtime/environ.c: Include stdio.h.
(check_buffered): Use sprintf.
* runtime/error.c: Include assert.h.
(gfc_itoa, xtoa): Add 2 extra arguments, avoid using static
buffers.
(st_printf, st_sprintf): Adjust callers.
* io/write.c (otoa, btoa): Add 2 extra arguments, avoid using
static buffers.
(write_int, write_decimal): Add 2 extra arguments to conv
function pointer, adjust caller.
(write_integer): Adjust gfc_itoa caller.

* io/unit.c (get_array_unit_len): Return 0 rather than NULL.

* io/read.c (read_f): Remove spurious pointer dereference.

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

18 years ago * gcc_release (build_sources): If trying to apply a tag that
mmitchel [Sat, 1 Oct 2005 08:42:33 +0000 (08:42 +0000)]
* gcc_release (build_sources): If trying to apply a tag that
already exists, issue an error message and exit.

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

18 years ago2005-10-01 Kenny Simpson <theonetruekenny@yahoo.com>
paolo [Sat, 1 Oct 2005 08:35:49 +0000 (08:35 +0000)]
2005-10-01  Kenny Simpson  <theonetruekenny@yahoo.com>

* include/tr1/tuple_iterate.h (tuple::operator=(const std::pair<>&)):
Add missing return.

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

18 years ago2005-10-01 Paul Thomas <pault@gcc.gnu.org>
pault [Sat, 1 Oct 2005 07:39:08 +0000 (07:39 +0000)]
2005-10-01  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/16404
PR fortran/20835
PR fortran/20890
PR fortran/20899
PR fortran/20900
PR fortran/20901
PR fortran/20902
* gfortran.h: Prototype for gfc_add_in_equivalence.
* match.c (gfc_match_equivalence): Make a structure component
an explicit,rather than a syntax, error in an equivalence
group.  Call gfc_add_in_equivalence to add the constraints
imposed in check_conflict.
* resolve.c (resolve_symbol): Add constraints: No public
structures with private-type components and no public
procedures with private-type dummy arguments.
(resolve_equivalence_derived): Add constraint that prevents
a structure equivalence member from having a default
initializer.
(sequence_type): New static function to determine whether an
object is default numeric, default character, non-default
or mixed sequence. Add corresponding enum typespec.
(resolve_equivalence): Add constraints to equivalence groups
or their members: No more than one initialized member and
that different types are not equivalenced for std=f95.  All
the simple constraints have been moved to check_conflict.
* symbol.c (check_conflict): Simple equivalence constraints
added, including those removed from resolve_symbol.
(gfc_add_in_equivalence): New function to interface calls
match_equivalence to check_conflict.

2005-10-01  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/16404
PR fortran/20835
PR fortran/20890
PR fortran/20899
PR fortran/20900
PR fortran/20901
PR fortran/20902
gfortran.dg/equiv_constraint_1.f90: New test.
gfortran.dg/equiv_constraint_2.f90: New test.
gfortran.dg/equiv_constraint_3.f90: New test.
gfortran.dg/equiv_constraint_4.f90: New test.
gfortran.dg/equiv_constraint_5.f90: New test.
gfortran.dg/equiv_constraint_6.f90: New test.
gfortran.dg/equiv_constraint_7.f90: New test.
gfortran.dg/equiv_constraint_8.f90: New test.
gfortran.dg/private_type_1.f90: New test.
gfortran.dg/private_type_2.f90: New test.
gfortran.dg/g77/980628-2.f, 980628-3.f, 980628-9.f,
980628-10.f: Assert std=gnu to permit mixing of
types in equivalence statements.

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

18 years ago * testsuite/lib/libffi-dg.exp (libffi_target_compile): For
geoffk [Sat, 1 Oct 2005 06:11:29 +0000 (06:11 +0000)]
* testsuite/lib/libffi-dg.exp (libffi_target_compile): For
darwin, use -shared-libgcc not -lgcc_s, and explain why.

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

18 years agoDaily bump.
gccadmin [Sat, 1 Oct 2005 00:16:27 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * Makefile.in (LIPO_FOR_TARGET): Define.
geoffk [Fri, 30 Sep 2005 23:43:07 +0000 (23:43 +0000)]
* Makefile.in (LIPO_FOR_TARGET): Define.
(STRIP_FOR_TARGET): Define.

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

18 years agoDon't build thread library for targets that don't support threads.
wilson [Fri, 30 Sep 2005 23:13:06 +0000 (23:13 +0000)]
Don't build thread library for targets that don't support threads.
* configure.ac (pthread.h): Use AC_CHECK_HEADERS instead of
AC_CHECK_HEADER.
(target_thread_file): New.  Set from sed'ed gcc output.
(posix_threads): New.  Set from target_thread_file.  Use instead of
ac_have_pthread_h.
(pthread_create_version): Move initialization before code using it.
* configure: Regenerate.

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

18 years ago PR other/23693
jsm28 [Fri, 30 Sep 2005 22:06:07 +0000 (22:06 +0000)]
PR other/23693
* update_web_docs: Add PDF support.  Correct check of DEV-PHASE.

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

18 years ago * arm.md (movqi): On thumb when optimizing, handle loading from
rearnsha [Fri, 30 Sep 2005 21:36:44 +0000 (21:36 +0000)]
* arm.md (movqi): On thumb when optimizing, handle loading from
memory by describing this as taking a subreg of a zero-extended load
into an SImode register.
(movhi): Likewise.

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

18 years ago * update_web_docs_old: Remove.
jsm28 [Fri, 30 Sep 2005 21:31:34 +0000 (21:31 +0000)]
* update_web_docs_old: Remove.

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

18 years agolibjava:
tromey [Fri, 30 Sep 2005 20:46:59 +0000 (20:46 +0000)]
libjava:
PR libgcj/24051:
* Makefile.in: Rebuilt.
* Makefile.am (toolexeclib_LTLIBRARIES): Add Qt library if
requested.
(lib_gnu_java_awt_peer_qt_la_SOURCES): New variable.
(lib_gnu_java_awt_peer_qt_la_LIBADD): Likewise.
(lib_gnu_java_awt_peer_qt_la_DEPENDENCIES): Likewise.
(lib_gnu_java_awt_peer_qt_la_LDFLAGS): Likewise.
(lib_gnu_java_awt_peer_qt_la_LINK): Likewise.
* configure: Rebuilt.
* configure.ac: Pass --enable-qt-peers when qt is requested.
libjava/classpath:
PR libgcj/24051:
* Makefile.in: Rebuilt.
* Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
* configure: Rebuilt.
* configure.ac: Use GCC_NO_EXECUTABLES

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

18 years ago2005-09-30 Janne Blomqvist <jblomqvi@cc.hut.fi>
tobi [Fri, 30 Sep 2005 18:47:54 +0000 (18:47 +0000)]
2005-09-30  Janne Blomqvist <jblomqvi@cc.hut.fi>
libgfortran/
PR 24112
* io/open.c (edit_modes): Check for correct flag.
gcc/testsuite/
PR 24112
* gfortran.dg/open_status_1.f90: New.

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

18 years ago * reload1.c (merge_assigned_reloads): Do not change any
drow [Fri, 30 Sep 2005 18:09:56 +0000 (18:09 +0000)]
* reload1.c (merge_assigned_reloads): Do not change any
RELOAD_FOR_OUTPUT_ADDRESS reloads.

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

18 years ago * config/t-slibgcc-darwin (libgcc_s_%.dylib): Remove old symlinks
geoffk [Fri, 30 Sep 2005 18:08:26 +0000 (18:08 +0000)]
* config/t-slibgcc-darwin (libgcc_s_%.dylib): Remove old symlinks
before creating new ones.  Do symlinks before creating the actual
targets.

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

18 years agoFix mips-elf gp relocation overflow errors.
wilson [Fri, 30 Sep 2005 18:06:26 +0000 (18:06 +0000)]
Fix mips-elf gp relocation overflow errors.
* mf-heuristics.c (_end, ENTRY_POINT): Make them arrays with unknown
bounds.

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

18 years ago * config/t-slibgcc-darwin (libgcc_s_%.dylib): Use --print-multi-lib
geoffk [Fri, 30 Sep 2005 17:55:27 +0000 (17:55 +0000)]
* config/t-slibgcc-darwin (libgcc_s_%.dylib): Use --print-multi-lib
to work out which multilibs are actually being built.

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

18 years ago2005-09-30 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 30 Sep 2005 16:54:54 +0000 (16:54 +0000)]
2005-09-30  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/24064
* include/tr1/hashtable (hash_code_base<>::store_code): Add.
(hashtable<>::insert(const value_type&)): Use it.
* testsuite/tr1/6_containers/unordered/hashtable/24064.cc: New.

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

18 years ago2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 30 Sep 2005 16:13:22 +0000 (16:13 +0000)]
2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>

        * configure: Regenerate with the correct
        autoconf version.

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

18 years ago * configure.in (bfin-*-*): New.
clm [Fri, 30 Sep 2005 16:09:35 +0000 (16:09 +0000)]
* configure.in (bfin-*-*): New.
* configure: Regenerated.

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

18 years ago * tree-vect-transform.c, config/ms1/ms1.md,
kazu [Fri, 30 Sep 2005 15:36:26 +0000 (15:36 +0000)]
* tree-vect-transform.c, config/ms1/ms1.md,
config/s390/s390.c, config/v850/v850.md: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi, doc/md.texi: Fix typos.

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

18 years ago2005-09-30 Andrew Macleod <amacleod@redat.com>
amacleod [Fri, 30 Sep 2005 14:33:53 +0000 (14:33 +0000)]
2005-09-30  Andrew Macleod  <amacleod@redat.com>

PR tree-optimization/21430
* tree-ssa-operands.c (set_virtual_use_link): New. Link new virtual
use operands, and set stmt pointer if need be.
(FINALIZE_CORRECT_USE: New. Macro to call appropriate use fixup routine.
tree-ssa-opfinalize.h (FINALIZE_FUNC): Call FINALIZE_CORRECT_USE if
present.

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

18 years ago2005-09-30 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 30 Sep 2005 08:39:52 +0000 (08:39 +0000)]
2005-09-30  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23953
* include/bits/locale_facets.tcc (__numpunct_cache<>::_M_cache,
__moneypunct_cache<>::_M_cache): Check that grouping()[0] > 0.
(__verify_grouping): Do the last check only if __grouping[__min] > 0.
(__add_grouping<>): End recursion if *__gbeg <= 0.
* testsuite/22_locale/num_get/get/char/23953.cc: New.
* testsuite/22_locale/num_get/get/wchar_t/23953.cc: Likewise.
* testsuite/22_locale/num_put/put/char/23953.cc: Likewise.
* testsuite/22_locale/num_put/put/wchar_t/23953.cc: Likewise.

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

18 years ago * gcc.dg/vect/fast-math-vect-reduc-7.c: Clean up temp files.
uros [Fri, 30 Sep 2005 06:17:54 +0000 (06:17 +0000)]
* gcc.dg/vect/fast-math-vect-reduc-7.c: Clean up temp files.
* gcc.dg/vect/pr22480.c: Clean up temp files.
* gcc.dg/vect/pr23831.c: Clean up temp files.
* gcc.dg/vect/pr23816-1.c: Require effective-target vect_condition.
Clean up temp files.
* gcc.dg/vect/pr23816-2.c: Require effective-target vect_condition.
Clean up temp files.

* gcc.dg/20050309-1.c: Clean up temp files.
* gcc.dg/20050325-1.c: Clean up temp files.

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

18 years ago PR tree-optimization/24059
uros [Fri, 30 Sep 2005 05:30:18 +0000 (05:30 +0000)]
    PR tree-optimization/24059
        * gcc.dg/vect/pr24059.c : New test.

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

18 years agoWe can only wrap mmap if it exists.
wilson [Fri, 30 Sep 2005 01:50:56 +0000 (01:50 +0000)]
We can only wrap mmap if it exists.
* mf-hooks1.c (__mf_0fn_mmap, mmap, __mf_0fn_munmap, munmap): Protect
with HAVE_MMAP ifdef.

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

18 years ago PR java/24120:
tromey [Fri, 30 Sep 2005 00:33:26 +0000 (00:33 +0000)]
PR java/24120:
* jcf-io.c (memoized_dirlist_hash): New function.
(caching_stat): Use it.

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

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

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

18 years ago PR middle-end/24053
ebotcazou [Thu, 29 Sep 2005 22:11:12 +0000 (22:11 +0000)]
PR middle-end/24053
* stor-layout.c (set_sizetype): Set TYPE_MAIN_VARIANT of bitsizetype.

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

18 years ago * optabs.c (expand_binop): Initialize first_pass_p.
mmitchel [Thu, 29 Sep 2005 21:50:55 +0000 (21:50 +0000)]
* optabs.c (expand_binop): Initialize first_pass_p.

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

18 years ago PR middle-end/24109
jakub [Thu, 29 Sep 2005 21:34:33 +0000 (21:34 +0000)]
PR middle-end/24109
* c-decl.c (c_write_global_declarations_1): If any
wrapup_global_declaration_2 call returned true, restart the loop.

* gcc.c-torture/execute/20050929-1.c: New test.

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

18 years ago2005-09-29 Daniel Berlin <dberlin@dberlin.org>
dberlin [Thu, 29 Sep 2005 19:38:00 +0000 (19:38 +0000)]
2005-09-29  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/24117
* tree-ssa-structalias.c (find_func_aliases): Strip nops
before considering whether to use anyoffset.

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

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

Improve last ChangeLog entry.

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

18 years ago2005-09-29 Chris Jefferson <chris@bubblescope.net>
paolo [Thu, 29 Sep 2005 17:42:42 +0000 (17:42 +0000)]
2005-09-29  Chris Jefferson <chris@bubblescope.net>

PR libstdc++/23978
* include/tr1/functional (ref, cref): Make inline.
* include/tr1/tuple_iterate.h (tuple): Add operator=(std::pair).
(tie): Correct formatting.
(make_tuple): Make inline.
* testsuite/tr1/6_containers/tuple/creation_functions/23978.cc: New.

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

18 years ago * gcc.dg/tree-ssa/ssa-ccp-11.c: Fix the test case and un-xfail.
steven [Thu, 29 Sep 2005 15:54:28 +0000 (15:54 +0000)]
* gcc.dg/tree-ssa/ssa-ccp-11.c: Fix the test case and un-xfail.

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

18 years agoRevert this patch:
bonzini [Thu, 29 Sep 2005 14:57:23 +0000 (14:57 +0000)]
Revert this patch:

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@104775 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agogcc:
bonzini [Thu, 29 Sep 2005 14:53:39 +0000 (14:53 +0000)]
gcc:
2005-09-29  Paolo Bonzini  <bonzini@gnu.org>

PR c/21419
* gimplify.c (gimplify_asm_expr): Raise an error if an output is
read-only.

testsuite:
2005-09-29  Paolo Bonzini  <bonzini@gnu.org>

        PR c/21419
        * gcc.dg/pr21419.c: New test.

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

18 years ago * runtime/string.c (find_option): Change 3rd argument to
jakub [Thu, 29 Sep 2005 13:53:59 +0000 (13:53 +0000)]
* runtime/string.c (find_option): Change 3rd argument to
const st_option *.
* libgfortran.h (find_option): Likewise.
* runtime/environ.c (rounding, precision, signal_choices): Constify.
(init_choice, show_choice): Change 2nd argument to const choice *.
* io/open.c (access_opt, action_opt, blank_opt, delim_opt, form_opt,
position_opt, status_opt, pad_opt): Constify.
* io/transfer.c (advance_opt): Likewise.
* io/inquire.c (undefined): Likewise.
* io/close.c (status_opt): Likewise.
* io/format.c (posint_required, period_required, nonneg_required,
unexpected_element, unexpected_end, bad_string, bad_hollerith,
reversion_error): Likewise.
* io/unix.c (yes, no, unknown): Change from const char *
into const char [].

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

18 years agogcc/
steven [Thu, 29 Sep 2005 12:25:10 +0000 (12:25 +0000)]
gcc/
PR tree-optimization/23911
* tree-ssa-ccp.c (fold_const_aggregate_ref): Handle REALPART_EXPR
and IMAGPART_EXPR too.

testsuite/
* gcc.dg/pr23911.c: New test.

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

18 years agoAdded missing PR number to
uros [Thu, 29 Sep 2005 06:19:02 +0000 (06:19 +0000)]
Added missing PR number to
2005-09-20  Richard Henderson  <rth@redhat.com>

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

18 years ago2005-09-29 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Thu, 29 Sep 2005 05:00:39 +0000 (05:00 +0000)]
2005-09-29  Andreas Tobler  <a.tobler@schweiz.ch>

* configure.ac: Fix typo.
* configure: Regenerate.

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

18 years ago PR 17886
mmitchel [Thu, 29 Sep 2005 03:31:23 +0000 (03:31 +0000)]
PR 17886
* expmed.c (expand_shift): Move logic to reverse rotation
direction when  rotating by constants ...
* optabs.c (expand_binop): ... here.
* config/i386/i386.md (rotrdi3): Handle 32-bit mode.
(ix86_rotrdi3): New pattern.
(rotldi3): Handle 32-bit mode.
(ix86_rotldi3): New pattern.

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

18 years agoIndex: ChangeLog
geoffk [Thu, 29 Sep 2005 00:49:56 +0000 (00:49 +0000)]
Index: ChangeLog
2005-09-28  Geoffrey Keating  <geoffk@apple.com>

* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
(LIPO_FOR_TARGET): New.
(CONFIGURED_LIPO_FOR_TARGET): New.
(USUAL_LIPO_FOR_TARGET): New.
(STRIP_FOR_TARGET): New.
(CONFIGURED_STRIP_FOR_TARGET): New.
(USUAL_STRIP_FOR_TARGET): New.
* Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
STRIP_FOR_TARGET.
* configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
* Makefile.in: Regenerate.
* configure.in: Regenerate.

Index: gcc/ChangeLog
2005-09-28  Geoffrey Keating  <geoffk@apple.com>

* Makefile.in: Export LIPO_FOR_TARGET, STRIP_FOR_TARGET.
(stage1-start): Delete old libgcc and libunwind before moving
anything into the stage directory.
(stage2-start): Likewise.
(stage3-start): Likewise.
(stage4-start): Likewise.
(stageprofile-start): Likewise.
(stagefeedback-start): Likewise.
* config.gcc (*-*-darwin*): Automatically use CPU-specific darwin.h
header in tm_file and CPU-specific t-darwin in tmake_file.
(i[34567]86-*-darwin*): Don't change tm_file.
(powerpc-*-darwin*): Don't change tm_file or tmake_file.
* config/darwin.h (REAL_LIBGCC_SPEC): Rewrite to use proper libgcc
shared library stub for target OS version.
* config/t-slibgcc-darwin (SHLIB_SOLINK): Delete.
(SHLIB_LINK): Don't make SHLIB_SOLINK.
(SHLIB_INSTALL): Don't install SHLIB_SOLINK.
(libgcc_s.%.dylib): New.
(LIBGCC): Define.
(install-darwin-libgcc-stubs): New.
(INSTALL_LIBGCC): New append.
* config/i386/darwin-libgcc.10.4.ver: New.
* config/i386/darwin-libgcc.10.5.ver: New.
* config/i386/t-darwin: New.
* config/rs6000/darwin-libgcc.10.4.ver: New.
* config/rs6000/darwin-libgcc.10.5.ver: New.
* config/rs6000/darwin.h (REAL_LIBGCC_SPEC): Delete.
* config/rs6000/t-darwin (SHLIB_VERPFX): Define.

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

18 years ago * config/rs6000/t-darwin8: Uncomment contents, allow -m64
geoffk [Thu, 29 Sep 2005 00:42:21 +0000 (00:42 +0000)]
* config/rs6000/t-darwin8: Uncomment contents, allow -m64
multilib to be built.

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

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

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

18 years ago PR target/24102
amodra [Thu, 29 Sep 2005 00:16:10 +0000 (00:16 +0000)]
PR target/24102
* config/rs6000/rs6000.md (floatdisf2_internal2): Correct range
check for numbers that need no bit twiddle.

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

18 years agoIndex: ChangeLog
geoffk [Wed, 28 Sep 2005 23:50:06 +0000 (23:50 +0000)]
Index: ChangeLog
2005-09-28  Geoffrey Keating  <geoffk@apple.com>

* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
(LIPO_FOR_TARGET): New.
(CONFIGURED_LIPO_FOR_TARGET): New.
(USUAL_LIPO_FOR_TARGET): New.
(STRIP_FOR_TARGET): New.
(CONFIGURED_STRIP_FOR_TARGET): New.
(USUAL_STRIP_FOR_TARGET): New.
* Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
STRIP_FOR_TARGET.
* configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
* Makefile.in: Regenerate.
* configure.in: Regenerate.

Index: gcc/ChangeLog
2005-09-28  Geoffrey Keating  <geoffk@apple.com>

* Makefile.in: Export LIPO_FOR_TARGET, STRIP_FOR_TARGET.
(stage1-start): Delete old libgcc and libunwind before moving
anything into the stage directory.
(stage2-start): Likewise.
(stage3-start): Likewise.
(stage4-start): Likewise.
(stageprofile-start): Likewise.
(stagefeedback-start): Likewise.
* config.gcc (*-*-darwin*): Automatically use CPU-specific darwin.h
header in tm_file and CPU-specific t-darwin in tmake_file.
(i[34567]86-*-darwin*): Don't change tm_file.
(powerpc-*-darwin*): Don't change tm_file or tmake_file.
* config/darwin.h (REAL_LIBGCC_SPEC): Rewrite to use proper libgcc
shared library stub for target OS version.
* config/t-slibgcc-darwin (SHLIB_SOLINK): Delete.
(SHLIB_LINK): Don't make SHLIB_SOLINK.
(SHLIB_INSTALL): Don't install SHLIB_SOLINK.
(libgcc_s.%.dylib): New.
(LIBGCC): Define.
(install-darwin-libgcc-stubs): New.
(INSTALL_LIBGCC): New append.
* config/i386/darwin-libgcc.10.4.ver: New.
* config/i386/darwin-libgcc.10.5.ver: New.
* config/i386/t-darwin: New.
* config/rs6000/darwin-libgcc.10.4.ver: New.
* config/rs6000/darwin-libgcc.10.5.ver: New.
* config/rs6000/darwin.h (REAL_LIBGCC_SPEC): Delete.
* config/rs6000/t-darwin (SHLIB_VERPFX): Define.

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

18 years ago * sysdep/powerpc/locks.h: Use 64-bit versions of primitives when
geoffk [Wed, 28 Sep 2005 22:46:48 +0000 (22:46 +0000)]
* sysdep/powerpc/locks.h: Use 64-bit versions of primitives when
__LP64__ is defined rather than __powerpc64__.
(compare_and_swap): 'ret' is an obj_addr_t not just an int.
(compare_and_swap_release): Likewise.

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

18 years ago2005-09-28 Paul Brook <paul@codesourcery.com>
pbrook [Wed, 28 Sep 2005 22:12:55 +0000 (22:12 +0000)]
2005-09-28  Paul Brook  <paul@codesourcery.com>

* config/m68k/fpgnulib.c (__extendsfdf2, __truncdfsf2): Handle
denormals.

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

18 years ago * HACKING: Update instructions for classpath import.
daney [Wed, 28 Sep 2005 21:43:23 +0000 (21:43 +0000)]
* HACKING: Update instructions for classpath import.

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

18 years ago2005-09-28 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 28 Sep 2005 21:30:40 +0000 (21:30 +0000)]
2005-09-28  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/23853
* tree-vect-analyze.c (vect_compute_data_ref_alignment): Use
host_integerp to verify misalignment value.

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

18 years ago * g++.dg/opt/pr19650.C: Use -w -fpermissive.
mmitchel [Wed, 28 Sep 2005 20:43:47 +0000 (20:43 +0000)]
* g++.dg/opt/pr19650.C: Use -w -fpermissive.

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

18 years ago * builtins.c (get_builtin_sync_mode): New.
rth [Wed, 28 Sep 2005 18:16:54 +0000 (18:16 +0000)]
    * builtins.c (get_builtin_sync_mode): New.
        (expand_builtin_sync_operation): Pass in mode argument.
        (expand_builtin_compare_and_swap): Likewise.
        (expand_builtin_lock_test_and_set): Likewise.
        (expand_builtin_lock_release): Likewise.
        (expand_builtin): Update to match.

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

18 years agoconfig/v850/v850.h (GO_IF_LEGITIMATE_ADDRESS): Tidy up formatting.
nickc [Wed, 28 Sep 2005 15:56:53 +0000 (15:56 +0000)]
config/v850/v850.h (GO_IF_LEGITIMATE_ADDRESS): Tidy up formatting.
Add check to PLUS case to ensure that the offset is within an acceptable range.

config/v850/v850.md (casesi): Disable the generation of the switch pattern as
it is not being handled properly at the moment.

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

18 years ago PR c++/16782
mmitchel [Wed, 28 Sep 2005 14:50:17 +0000 (14:50 +0000)]
PR c++/16782
* decl.c (grokdeclarator): Always pedwarn about overqualified
member names.

PR c++/16782
* g++.dg/parse/qualified4.C: New test.
* g++.old-deja/g++.law/static-mem5.C: Use -w -fpermissive.
* g++.old-deja/g++.mike/p8154.C: Likewise.

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