OSDN Git Service

pf3gnuchains/gcc-fork.git
19 years ago2005-05-24 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 24 May 2005 20:38:40 +0000 (20:38 +0000)]
2005-05-24  Paolo Carlini  <pcarlini@suse.de>

* config/ia64/ia64intrin.h: Define nothing for C++:
overloaded builtins have been ported to C++.

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

19 years ago2005-05-24 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 24 May 2005 20:28:55 +0000 (20:28 +0000)]
2005-05-24  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/allocator.h: Change ___glibcxx_base_allocator to
__glibcxx_base_allocator.
* config/allocator/bitmap_allocator_base.h: Same.
* config/allocator/malloc_allocator_base.h: Same.
* config/allocator/mt_allocator_base.h: Same.
* config/allocator/new_allocator_base.h: Same.
* config/allocator/pool_allocator_base.h: Same.

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

19 years ago * tree-nested.c (build_addr): New "context" argument. Temporarily
law [Tue, 24 May 2005 20:19:13 +0000 (20:19 +0000)]
    * tree-nested.c (build_addr): New "context" argument.  Temporarily
        set current_function_decl around the call to build the ADDR_EXPR.
        (get_static_chain): Pass proper context to build_addr.
        (convert_nl_goto_reference): Likewise.
        (convert_tramp_reference): Likewise.
        (final_nesting_tree_1): Likewise.
        * tree-profile.c (tree_gen_interval_profiler): Likewise.
        (tree_gen_pow2_profiler): Likewise.
        (tree_gen_one_value_profiler): Likewise.
        * tree-ssa-loop-ivopts.c (build_addr_strip_iref): Likewise.
        * tree.h (build_addr): Update prototype.

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

19 years ago * tree-flow.h (bb_ann_d): Remove has_escape_site.
kazu [Tue, 24 May 2005 19:57:52 +0000 (19:57 +0000)]
* tree-flow.h (bb_ann_d): Remove has_escape_site.
* tree-ssa-alias.c (compute_points_to_addr_escape): Don't
write to has_escape_site.

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

19 years ago * builtins.c (define_builtin): Don't call make_decl_rtl.
rth [Tue, 24 May 2005 19:22:03 +0000 (19:22 +0000)]
    * builtins.c (define_builtin): Don't call make_decl_rtl.
        * constants.c (build_constant_data_ref): Likewise.
        * class.c (build_utf8_ref): Likewise.
        (build_fieldref_cache_entry, build_static_field_ref): Likewise.
        (get_dispatch_table, layout_class_method): Likewise.
        (build_class_ref): Likewise. Don't set DECL_SIZE or DECL_SIZE_UNIT
        by hand.
        (make_local_function_alias): Don't SET_DECL_ASSEMBLER_NAME.
        (make_method_value): Use METHOD_ABSTRACT instead of DECL_RTL_SET_P
        to determine if we need a non-zero address.
        * decl.c (builtin_function): Don't call make_decl_rtl.
        (give_name_to_locals): Don't SET_DECL_ASSEMBLER_NAME.
        * expr.c (build_known_method_ref): Don't call make_decl_rtl.
        * resource.c (compile_resource_data): Likewise.
        * parse.y (resolve_field_access): Re-word comment to avoid
        building DECL_RTL.

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

19 years ago * class.c (registered_class): Take it out of class_roots; turn into
rth [Tue, 24 May 2005 19:18:51 +0000 (19:18 +0000)]
    * class.c (registered_class): Take it out of class_roots; turn into
        a vec of trees.
        (register_class): Make static.  Don't duplicate decl node.  Use
        VEC_safe_push.
        (emit_register_classes): Use VEC_iterate.  Use output_constant
        instead of assemble_integer.  Don't call mark_decl_referenced
        directly.
        * java-tree.h (register_class): Remove decl.

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

19 years ago2005-05-24 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 24 May 2005 19:06:20 +0000 (19:06 +0000)]
2005-05-24  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/21645
        * g++.dg/init/ctor5.C: New test.

2005-05-24  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/21645
        * optimize.c (update_cloned_parm): Copy the TYPE also from the
        original one.

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

19 years ago * Makefile.in (tree-cfg.o): Depend on tree-ssa-propagate.h.
law [Tue, 24 May 2005 14:06:04 +0000 (14:06 +0000)]
    * Makefile.in (tree-cfg.o): Depend on tree-ssa-propagate.h.
        * tree-cfg.c: Include tree-ssa-propagate.h.
        (replace_uses_by): Call recompute_tree_invarant_for_addr_expr as
        needed.

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

19 years ago * gcc.dg/vect/vect-none.c: Split into vect-106.c, vect-107.c,
irar [Tue, 24 May 2005 11:56:58 +0000 (11:56 +0000)]
* gcc.dg/vect/vect-none.c: Split into vect-106.c, vect-107.c,
        vect-108.c, vect-109.c, vect-110.c, vect-111.c, vect-112.c,
        vect-113.c, vect-114.c.

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

19 years ago2005-05-24 Jonathan Wakely <redi@gcc.gnu.org>
paolo [Tue, 24 May 2005 10:58:22 +0000 (10:58 +0000)]
2005-05-24  Jonathan Wakely  <redi@gcc.gnu.org>

* include/debug/string (class basic_string): Add missing
default template arguments; provide typedefs for char
and wchar_t.
(operator[]): Allow s[s.size()] in debug mode, but not
pedantic mode.

2005-05-24  Paolo Carlini  <pcarlini@suse.de>

Port from libstdcxx_so_7-branch:
2005-04-25  Christopher Jefferson  <chris@bubblescope.net>

* include/bits/stl_algo.h (count): Correct concept checks.
(search_n) : Likewise.
* testsuite/25_algorithms/search_n/check_type.cc: New.

* testsuite/testsuite_iterators.h
(random_access_iterator_wrapper::operator+): Move out of
class to external function, and add symmetric version.

2005-03-14  Christopher Jefferson  <chris@bubblescope.net>

* testsuite/testsuite_iterators.h (WritableObject::WritableObject):
Add const.

2005-02-01  Christopher Jefferson  <chris@bubblescope.net>

* testsuite/testsuite_iterators.h (random_access_iterator_wrapper::
operator--): Fix typo.
(OutputContainer::OutputContainer): Correct zeroing array.
(WritableObject::operator==): Fix typo.
        (WritableObject::operator=): make operator= templated
to allow differing types to be assigned.
(WritableObject::operator++): Fix checking if iterator is
written to multiple times.
(random_access_iterator_wrapper::operator+): Add const.
(random_access_iterator_wrapper::operator-): Likewise.
(random_access_iterator_wrapper::operator[]): Add dereference.

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

19 years ago(rs6000_cpu_cpp_builtins): Define __NO_FPRS__ when 'f' class registers will
nickc [Tue, 24 May 2005 09:09:07 +0000 (09:09 +0000)]
(rs6000_cpu_cpp_builtins): Define __NO_FPRS__ when 'f' class registers will
not be available.

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

19 years ago* config/m32r/m32r.c (m32r_expand_block_move): Return 0 if nothing was done.
nickc [Tue, 24 May 2005 07:45:24 +0000 (07:45 +0000)]
* config/m32r/m32r.c (m32r_expand_block_move):  Return 0 if nothing was done.
* config/m32r/m32r.md (movmemsi):  If m32r_expand_block_move did nothing then FAIL.
* config/m32r/m32r/m32r-protos.h  (m32r_expand_block_move): Update prototype.

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

19 years ago * gcc.dg/const-elim-1.c: Remove xfails.
nemet [Tue, 24 May 2005 05:57:46 +0000 (05:57 +0000)]
* gcc.dg/const-elim-1.c: Remove xfails.

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

19 years ago * tree-ssa-dom.c (cprop_into_stmt): Do not call
law [Tue, 24 May 2005 02:54:06 +0000 (02:54 +0000)]
* tree-ssa-dom.c (cprop_into_stmt): Do not call
recompute_tree_invariant_for_addr_expr here.
(optimize_stmt): Call it here instead and do so if anything
at all has changed in the statement and the RHS is an ADDR_EXPR.
* tree-ssa-forwprop.c (tidy_after_forward_propagate_addr): If
needed, call recompute_tree_invariant_for_addr_expr.
* tree-ssa-propagate.c (substitute_and_fold): Call
recompute_tree_invariant_for_addr_expr as needed.

* gcc.c-torture/compile/pr21638.c: New test.
* gcc.c-torture/compile/20050520-1.c: New test.

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

19 years agoDaily bump.
gccadmin [Tue, 24 May 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.

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

19 years agotweak comment
jason [Mon, 23 May 2005 23:02:53 +0000 (23:02 +0000)]
tweak comment

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

19 years ago * docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC
redi [Mon, 23 May 2005 21:53:46 +0000 (21:53 +0000)]
* docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC
had to be defined for pedantic mode in 3.4 and 4.0.0.

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

19 years ago2005-05-23 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Mon, 23 May 2005 16:43:06 +0000 (16:43 +0000)]
2005-05-23  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (s390_optimize_prologue): Don't replace an insn
saving less registers than the replacement.

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

19 years ago * tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.
hubicka [Mon, 23 May 2005 12:37:47 +0000 (12:37 +0000)]
* tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.

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

19 years ago* gcc.c-torture/execute/20020720-1.x: Fix m32r target selector to be a proper
nickc [Mon, 23 May 2005 08:41:57 +0000 (08:41 +0000)]
* gcc.c-torture/execute/20020720-1.x: Fix m32r target selector to be a proper
    triple, ie: m32r*-*-*.
* g++.old-deja/g++.jason/thunk3.C: Likewise.

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

19 years ago * config/sparc/sparc-protos.h (sparc_expand_move): New prototype.
ebotcazou [Mon, 23 May 2005 07:09:03 +0000 (07:09 +0000)]
* config/sparc/sparc-protos.h (sparc_expand_move): New prototype.
* config/sparc/sparc.c (sparc_expand_move): New function.
(sparc_emit_set_const64): Rewrite assert condition on entry.
(legitimate_constant_p) <CONST_VECTOR>: New case.
(legitimize_pic_address): Use TARGET_ARCH64 to select the mode.
* config/sparc/sparc.md (movqi, movhi, movsi, movdi, movV32,
movV64, movtf): Use nonimmediate_operand for the first operand.
Rewrite.  Only invoke sparc_expand_move.
* config/sparc/predicates.md (input_operand): Reorder tests.

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

19 years agogcc/
jbeulich [Mon, 23 May 2005 06:42:19 +0000 (06:42 +0000)]
gcc/
2005-05-23  Jan Beulich  <jbeulich@novell.com>

* gthr-posix.h (__gthread_recursive_mutex_init_function): Add
missing return statement.

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

19 years ago * gfortran.texi: Document some more GNU extensions.
sayle [Mon, 23 May 2005 03:20:19 +0000 (03:20 +0000)]
* gfortran.texi: Document some more GNU extensions.

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

19 years agoDaily bump.
gccadmin [Mon, 23 May 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago * error.c (gfc_warning): Fix typo in comment.
fxcoudert [Sun, 22 May 2005 22:12:48 +0000 (22:12 +0000)]
    * error.c (gfc_warning): Fix typo in comment.

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

19 years ago PR libfortran/21376
fxcoudert [Sun, 22 May 2005 21:17:42 +0000 (21:17 +0000)]
PR libfortran/21376
* io/write.c (output_float): Rework logic to avoid call to log10
with argument equal to zero.

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

19 years ago PR target/21683
gdr [Sun, 22 May 2005 17:01:02 +0000 (17:01 +0000)]
    PR target/21683
        * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.

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

19 years ago * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Use
ebotcazou [Sun, 22 May 2005 07:34:37 +0000 (07:34 +0000)]
* config/sparc/sparc.c (sparc_emit_float_lib_cmp): Use
emit_move_insn for moves to TFmode stack slots.

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

19 years ago * java/lang/mprec.c (mult, lshift, b2d, d2b): Add parenthesis to
aj [Sun, 22 May 2005 06:55:21 +0000 (06:55 +0000)]
* java/lang/mprec.c (mult, lshift, b2d, d2b): Add parenthesis to
avoid warnings.

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

19 years agoGive credit, where credit is due.
mrs [Sun, 22 May 2005 02:41:42 +0000 (02:41 +0000)]
Give credit, where credit is due.

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

19 years agoDaily bump.
gccadmin [Sun, 22 May 2005 00:16:31 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago * crontab: Spread snapshot building more evenly throughout the
gerald [Sat, 21 May 2005 21:56:24 +0000 (21:56 +0000)]
* crontab: Spread snapshot building more evenly throughout the
week.

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

19 years ago2004-05-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 21 May 2005 16:57:24 +0000 (16:57 +0000)]
2004-05-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/21331
        PR tree-opt/21293
        * gcc.c-torture/compile/pr21293.c: New test.
        * gcc.c-torture/execute/pr21331.c: New test.

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

19 years ago* testsuite/libjava.jacks/jacks.xfail: Remove 3.10.2-round-6.
rmathew [Sat, 21 May 2005 13:57:49 +0000 (13:57 +0000)]
* testsuite/libjava.jacks/jacks.xfail: Remove 3.10.2-round-6.

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

19 years ago2005-05-21 Richard Guenther <rguenth@gcc.gnu.org>
rguenth [Sat, 21 May 2005 12:35:55 +0000 (12:35 +0000)]
2005-05-21  Richard Guenther  <rguenth@gcc.gnu.org>

* tree-stdarg.c (execute_optimize_stdarg): Handle references
to va_list of the form &va[0].

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

19 years ago * configure.ac: Check for trunc and truncf in libm.
ebotcazou [Sat, 21 May 2005 06:44:50 +0000 (06:44 +0000)]
* configure.ac: Check for trunc and truncf in libm.
* configure: Regenerate.
* config.h.in: Likewise.
* intrinsics/c99_functions.c (trunc, truncf): New functions.
* c99_protos.h (trunc, truncf): Declare them.

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

19 years agoDaily bump.
gccadmin [Sat, 21 May 2005 00:16:30 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago * g++.dg/other/stdarg3.C: Spell "hpux*" correctly.
rth [Fri, 20 May 2005 23:52:46 +0000 (23:52 +0000)]
    * g++.dg/other/stdarg3.C: Spell "hpux*" correctly.

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

19 years agoGive credit, where credit is due.
mrs [Fri, 20 May 2005 23:42:07 +0000 (23:42 +0000)]
Give credit, where credit is due.

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

19 years ago * obj-c++-dg.exp: Add.
mrs [Fri, 20 May 2005 22:14:16 +0000 (22:14 +0000)]
    * obj-c++-dg.exp: Add.
        * obj-c++.exp: Add.
        * obj-c++.dg/dg.exp: Add.

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

19 years ago * Makefile.in (insn-emit.o): Add basic-block.h dependency.
hubicka [Fri, 20 May 2005 21:17:48 +0000 (21:17 +0000)]
* Makefile.in (insn-emit.o): Add basic-block.h dependency.
* genemit.c (main): Make insn-emit to include basic-block.h too.

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

19 years agolibstdc++-v3/
jbeulich [Fri, 20 May 2005 14:00:06 +0000 (14:00 +0000)]
libstdc++-v3/
2005-05-20  Jan Beulich  <jbeulich@novell.com>

* libmath/stubs.c: Also implement fabsf/fabsl if not present in the
system libraries.

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

19 years ago2005-05-20 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 20 May 2005 08:58:23 +0000 (08:58 +0000)]
2005-05-20  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_algo.h (__rotate<_RandomAccessIterator>):
Don't qualify __tmp as const, _ValueType is not necessarily
Assignable.
* include/bits/stl_algobase.h (swap, __iter_swap<false>):
Likewise, as an harmless extension.

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

19 years ago * g++.old-deja/g++.jason/thunk3.C: XFAIL on m32r*-*.
nickc [Fri, 20 May 2005 08:25:49 +0000 (08:25 +0000)]
* g++.old-deja/g++.jason/thunk3.C: XFAIL on m32r*-*.
* gcc.c-torture/execute/20020720-1.x: Add xfail for m32r*-*.
* gcc.c-torture/execute/20020720-1.x: Add xfail for avr-*-*.

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

19 years ago * cgraphunit.c (cgraph_expand_function): Force function being lowered.
hubicka [Fri, 20 May 2005 08:05:07 +0000 (08:05 +0000)]
* cgraphunit.c (cgraph_expand_function): Force function being lowered.

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

19 years ago2005-05-20 Paolo Bonzini <bonzini@gnu.org>
bonzini [Fri, 20 May 2005 07:10:30 +0000 (07:10 +0000)]
2005-05-20  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (configure-gcc): Depend on binutils having been built.
(all-gcc): No need to do it here.
* Makefile.in: Regenerate.

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

19 years ago * g++.dg/other/stdarg3.C: Only use -mlp64 for hpux.
rth [Fri, 20 May 2005 05:00:29 +0000 (05:00 +0000)]
    * g++.dg/other/stdarg3.C: Only use -mlp64 for hpux.

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

19 years ago * config/alpha/alpha.c (emit_unlikely_jump, emit_load_locked,
rth [Fri, 20 May 2005 02:38:56 +0000 (02:38 +0000)]
    * config/alpha/alpha.c (emit_unlikely_jump, emit_load_locked,
        emit_store_conditional): Split out from ...
        (alpha_split_atomic_op): ... here.
        (alpha_split_compare_and_swap): New; extract from .md file.
        (alpha_split_lock_test_and_set): Likewise.
        * config/alpha/alpha-protos.h: Update.
        * config/alpha/sync.md (sync_compare_and_swap<I48MODE>): Move
        split code into alpha.c.
        (sync_lock_test_and_set<I48MODE>): Likewise.

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

19 years ago * exception.cc: Revert 05-17 gcc_unreachable change.
rth [Fri, 20 May 2005 01:28:35 +0000 (01:28 +0000)]
    * exception.cc: Revert 05-17 gcc_unreachable change.

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

19 years ago * exception.c: Revert last change.
rth [Fri, 20 May 2005 01:26:56 +0000 (01:26 +0000)]
    * exception.c: Revert last change.

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

19 years ago * libsupc++/unwind-cxx.h: Revert gcc_unreachable change.
rth [Fri, 20 May 2005 01:24:50 +0000 (01:24 +0000)]
    * libsupc++/unwind-cxx.h: Revert gcc_unreachable change.

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

19 years ago * unwind.h, unwind-pe.h: Revert gcc_unreachable change of 05-17.
rth [Fri, 20 May 2005 00:59:02 +0000 (00:59 +0000)]
    * unwind.h, unwind-pe.h: Revert gcc_unreachable change of 05-17.

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

19 years agoDaily bump.
gccadmin [Fri, 20 May 2005 00:16:22 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago * gcc.dg/altivec-21.c: Use dg-error only for ilp32.
janis [Thu, 19 May 2005 23:23:27 +0000 (23:23 +0000)]
* gcc.dg/altivec-21.c: Use dg-error only for ilp32.

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

19 years ago * gcc.dg/vect/vect-dv-2.c: Remove dg-do directive.
janis [Thu, 19 May 2005 23:22:23 +0000 (23:22 +0000)]
* gcc.dg/vect/vect-dv-2.c: Remove dg-do directive.

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

19 years ago * java/lang/natClassLoader.cc (_Jv_NewClass): Use
bryce [Thu, 19 May 2005 22:24:26 +0000 (22:24 +0000)]
* java/lang/natClassLoader.cc (_Jv_NewClass): Use
_Jv_RegisterInitiatingLoader to register array classes, not
_Jv_RegisterClass.
(_Jv_RegisterInitiatingLoader): Give up if called very early during
bootstrapping. Add a FIXME to handle this case better.

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

19 years ago * Makefile.am (libgcj0_convenience_la): Removed. Don't build a
bryce [Thu, 19 May 2005 21:46:39 +0000 (21:46 +0000)]
* Makefile.am (libgcj0_convenience_la): Removed. Don't build a
libgcj convenience library.
(libgcj_la_SOURCES): New. Move sources here.
(libgcj.la): Remove rule.

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

19 years ago * config/i386/sse.md (mulv4si3): Use all register inputs.
rth [Thu, 19 May 2005 21:28:02 +0000 (21:28 +0000)]
    * config/i386/sse.md (mulv4si3): Use all register inputs.
        (mulv2di3): Likewise.

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

19 years ago * de.po, zh_CN.po: Update.
jsm28 [Thu, 19 May 2005 20:42:12 +0000 (20:42 +0000)]
* de.po, zh_CN.po: Update.

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

19 years ago2005-05-19 Paul Brook <paul@codesourcery.com>
pbrook [Thu, 19 May 2005 20:03:22 +0000 (20:03 +0000)]
2005-05-19  Paul Brook  <paul@codesourcery.com>

* configure.in: Rewrite misleading error message when requested
language cannot be built.
* configure: Regenerate.

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

19 years ago2005-05-19 Richard Guenther <rguenth@gcc.gnu.org>
rguenth [Thu, 19 May 2005 19:17:49 +0000 (19:17 +0000)]
2005-05-19  Richard Guenther  <rguenth@gcc.gnu.org>

* tree-ssa-loop-ivopts.c (determine_base_object): Use
build_fold_addr_expr to generate trees of correct type.
Use fold_buildN if possible.

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

19 years ago2005-05-19 David Ayers <d.ayers@inode.at>
ayers [Thu, 19 May 2005 12:22:21 +0000 (12:22 +0000)]
2005-05-19  David Ayers  <d.ayers@inode.at>

* exception.c: Include tsystem.h for unwind.h.

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

19 years ago2005-05-19 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 19 May 2005 11:16:27 +0000 (11:16 +0000)]
2005-05-19  Paolo Bonzini  <bonzini@gnu.org>

PR java/17845

* parse.y (register_package, package_list): Remove.
(package_declaration): Do not call register_package.
(do_resolve_class): Do not use package_list.

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

19 years ago * basic-block.h (REG_BR_PROB_BASE): Define.
hubicka [Thu, 19 May 2005 10:38:42 +0000 (10:38 +0000)]
* basic-block.h (REG_BR_PROB_BASE): Define.
* cgraph.c (cgraph_create_edge): Initialize loop_nest and count.
(dump_cgraph_node): Dump count.
(cgraph_clone_edge): Rescale counts.
(cgraph_clone_node): Likewise.
* cgraph.h: Include basic-block.h
(cgraph_node): Add count.
(cgraph_edge): Add count and loop_nest.
(cgraph_node, cgraph_edge, cgraph_clone_edge, cgraph_clone_node):
Update prototypes.
* cgraphunit.c: Kill now redundant inlining comment.
(cgraph_create_edges): Make static, maintain current basic block;
fix pasto.
(record_call_1): Fill in new fields.
* ipa-inline.c (cgraph_clone_inlined_nodes): Update call of
cgraph_clone_node.
(cgraph_decide_recursive_inlining): Likewise.
* rtl.h (REG_BR_PROB_BASE): Kill.
* tree-inline.c (copy_body_r): Update call of cgraph_clone_edge.
(expand_call_inline): Update call of cgraph_create_edge.
* tree-optimize.c (tree_rest_of_compilation): Likewise.

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

19 years ago* config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use the new
nickc [Thu, 19 May 2005 10:28:30 +0000 (10:28 +0000)]
* config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use the new
rs6000_explicit_options structure.

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

19 years ago PR target/21390
rth [Thu, 19 May 2005 09:49:55 +0000 (09:49 +0000)]
    PR target/21390
        * config/alpha/alpha.c (alpha_emit_conditional_branch): Move
        TFmode code swapping ...
        (alpha_emit_xfloating_compare): ... here.
        (alpha_emit_setcc): Update to match.
        (alpha_lookup_xfloating_lib_func): Assert TARGET_HAS_XFLOATING_LIBS.

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

19 years ago PR target/21657
rth [Thu, 19 May 2005 09:42:23 +0000 (09:42 +0000)]
    PR target/21657
        * config/ia64/ia64.c (ia64_expand_tls_address): Remove extra
        memory indirection in local-dynamic case.

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

19 years ago * include/bits/basic_string.h (operator[]): Allow s[s.size()] in
redi [Thu, 19 May 2005 08:59:46 +0000 (08:59 +0000)]
* include/bits/basic_string.h (operator[]): Allow s[s.size()] in
debug mode, but not pedantic mode.

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

19 years ago * config/bfin/bfin.c (branch_dest): Add comment why it's
bernds [Thu, 19 May 2005 08:42:26 +0000 (08:42 +0000)]
* config/bfin/bfin.c (branch_dest): Add comment why it's
necessary.
* config/bfin/bfin.md (attr "length" default): Change the offset of
forward conditional branch of length 4 from 4096 to 4092.

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

19 years ago PR c++/21495
jakub [Thu, 19 May 2005 07:37:45 +0000 (07:37 +0000)]
PR c++/21495
* decl.c (grokdeclarator): Fix "storage class specified for"
error reporting.

* g++.dg/parse/extern1.C: New test.
* g++.dg/tls/diag-2.C: Adjust expected error message wording.

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

19 years agoAdd missing period.
ebotcazou [Thu, 19 May 2005 07:12:05 +0000 (07:12 +0000)]
Add missing period.

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

19 years agofixincludes/
ebotcazou [Thu, 19 May 2005 07:05:45 +0000 (07:05 +0000)]
fixincludes/
PR target/19933
PR target/21315
* inclhack.def: New fixes solaris_math_[1-9].
* fixincl.x: Regenerate.
* tests/base/iso/math_c99.h: New.

gcc/testsuite/
* gcc.dg/c99-math.h: New
* gcc.dg/c99-math-float-1.c: New test.
* gcc.dg/c99-math-double-1.c: Likewise.
* gcc.dg/c99-math-long-double-1.c: Likewise.

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

19 years agogcc/
jbeulich [Thu, 19 May 2005 06:47:50 +0000 (06:47 +0000)]
gcc/
2005-05-19  Jan Beulich  <jbeulich@novell.com>

* unwind-compat.c: Include tconfig.h and tsystem.h.
* unwind-dw2-fde-compat.c: Likewise.

libstdc++-v3/
2005-05-19  Jan Beulich  <jbeulich@novell.com>

* libsupc++/unwind-cxx.h: Include cstdlib.
(gcc_unreachable): #define.
* libsupc++/eh_personality.cc (gcc_unreachable): Remove #define.

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

19 years ago PR 21541
rth [Thu, 19 May 2005 06:29:45 +0000 (06:29 +0000)]
    PR 21541
        * ifcvt.c (noce_process_if_block): Avoid conversion when the
        memory destination is readonly.

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

19 years agoMark PR number.
rth [Thu, 19 May 2005 04:24:19 +0000 (04:24 +0000)]
Mark PR number.

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

19 years ago * gcc.dg/tree-ssa/20031015-1.c: Expect one V_MUST_DEF.
rth [Thu, 19 May 2005 04:13:38 +0000 (04:13 +0000)]
    * gcc.dg/tree-ssa/20031015-1.c: Expect one V_MUST_DEF.

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

19 years ago * tree-ssa-operands.c (opf_non_specific): New.
rth [Thu, 19 May 2005 04:10:09 +0000 (04:10 +0000)]
    * tree-ssa-operands.c (opf_non_specific): New.
        (get_asm_expr_operands): Set it.
        (add_call_clobber_ops, add_call_read_ops): Likewise.
        (add_stmt_operand): Test it instead of opf_kill_def when
        considering unmodifiable variables.

        * tree-ssa-operands.c (get_expr_operands): Fix exact test.

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

19 years ago2005-05-19 Kelley Cook <kcook@gcc.gnu.org>
kcook [Thu, 19 May 2005 03:45:17 +0000 (03:45 +0000)]
2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>

* accross.m4: Delete file.

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

19 years ago2005-05-19 Kelley Cook <kcook@gcc.gnu.org>
kcook [Thu, 19 May 2005 03:38:34 +0000 (03:38 +0000)]
2005-05-19  Kelley Cook  <kcook@gcc.gnu.org>

* aclocal.m4: Remove superfluous reference to accross.m4.

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

19 years agogcc/
kazu [Thu, 19 May 2005 03:05:49 +0000 (03:05 +0000)]
gcc/
* cfgexpand.c, tree-cfg.c, tree-inline.c, tree-optimize.c,
tree-ssa-forwprop.c: Fix comment typos.
* doc/invoke.texi: Fix a typo.

cp/
* parser.c: Fix comment typos.

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

19 years ago * config.gcc (powerpc-*-linux*): Include linux64.opt when
rth [Thu, 19 May 2005 01:10:13 +0000 (01:10 +0000)]
    * config.gcc (powerpc-*-linux*): Include linux64.opt when
        including linux64.h.

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

19 years ago * tree-cfg.c (pass_remove_useless): Revert last change.
rth [Thu, 19 May 2005 01:05:06 +0000 (01:05 +0000)]
    * tree-cfg.c (pass_remove_useless): Revert last change.
        * tree-optimize.c (init_tree_optimization_passes): Initialize
        all_lowering_passes with PROP_gimple_any.

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

19 years ago * crontab: Don't build 3.3 branch snapshots.
jsm28 [Thu, 19 May 2005 00:33:47 +0000 (00:33 +0000)]
* crontab: Don't build 3.3 branch snapshots.
* update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.

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

19 years agoDaily bump.
gccadmin [Thu, 19 May 2005 00:16:28 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago * config/rs6000/rs6000.md (insvsi_internal1): Subtract shift from
dpatel [Wed, 18 May 2005 23:54:36 +0000 (23:54 +0000)]
   * config/rs6000/rs6000.md (insvsi_internal1): Subtract shift from
       the mask end.
       * g++.dg/opt/20050511-1.C: New test.

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

19 years ago * tree-ssa-forwprop.c (cfg_changed): New.
rth [Wed, 18 May 2005 23:21:17 +0000 (23:21 +0000)]
    * tree-ssa-forwprop.c (cfg_changed): New.
        (tidy_after_forward_propagate_addr): New.
        (forward_propagate_addr_expr): Use it, and fold_stmt_inplace.
        (forward_propagate_addr_into_variable_array_index): Likewise.
        (tree_ssa_forward_propagate_single_use_vars): Cleanup cfg if
        edges were removed.

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

19 years ago2005-05-18 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 18 May 2005 22:11:24 +0000 (22:11 +0000)]
2005-05-18  Paolo Carlini  <pcarlini@suse.de>
    Nathan Myers  <ncm@cantrip.org>

PR libstdc++/19495
* include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to
size_type instead of char and rename to _Raw_alloc.
* include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
Use the above.
* src/bitmap_allocator.cc: Add instantiation for size_type.
* src/mt_allocator.cc: Likewise.
* src/pool_allocator.cc: Likewise.
* include/ext/array_allocator.h: Tweak slightly, avoid assuming
the existence of an _Array::begin() and size() members.
* testsuite/ext/array_allocator/2.cc: Tweak to use an allocator
of size_type, instead of char, thus avoiding problems with
rebinds, not treated correctly by array_allocator.

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

19 years agoFix forgotten ChangeLog entries.
hubicka [Wed, 18 May 2005 21:04:17 +0000 (21:04 +0000)]
Fix forgotten ChangeLog entries.

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

19 years ago2005-05-18 Geoffrey Keating <geoffk@apple.com>
geoffk [Wed, 18 May 2005 20:45:26 +0000 (20:45 +0000)]
2005-05-18  Geoffrey Keating  <geoffk@apple.com>

* dummy-checksum.c: New.
* genchecksum.c: New.
* c.opt (print_pch_checksum): New flag.
* c-pch.c (struct c_pch_validity): Make much shorter.
(no_checksum): New.
(host_machine): Remove.
(target_machine): Remove.
(get_ident): Change PCH version number.
(pch_init): When -fverbose-asm, print out the compiler fingerprint.
Don't put triplets or version string in PCH validity data.
Do put the compiler checksum in the validity data.
(c_common_valid_pch): Don't check triplets or version string.  Do
check checksum.
(c_common_print_pch_checksum): New.
* c-opts.c (c_common_handle_option): Add OPT_print_pch_checksum.
Print fingerprint with -v.
* c-common.h (c_common_print_pch_checksum): New.
(executable_checksum): New.
* Makefile.in (STAGEMOVESTUFF): Add cc1*-dummy, *-checksum.c.
(cc1-dummy): New rule.
(cc1-checksum.c): New rule.
(cc1-checksum.o): New rule.
(cc1): Add checksum support.
(build/genchecksum): New.
(build/genchecksum.o): New.
(dummy-checksum.o): New.
(genobjnames): Add genchecksum.o.
(mostlyclean): Remove *-checksum.c.
(gnucompare): Add libgcc to list of directories checked.
Make comparison problems in libgcc/ and with checksum files only
be warnings.
* doc/invoke.texi (Precompiled Headers): Remove caution.
Document that it must be the exact same binary.  Add a few
known-safe flags to the list.

In cp/:
2005-05-18  Geoffrey Keating  <geoffk@apple.com>

* Make-lang.in (cc1plus-dummy): New.
(cc1plus-checksum.c): New.
(cc1plus-checksum.o): New.
(cc1plus): Add cc1plus-checksum.o.

In objc/:
2005-05-18  Geoffrey Keating  <geoffk@apple.com>

* Make-lang.in (cc1obj-dummy): New.
(cc1obj-checksum.c): New.
(cc1obj-checksum.o): New.
(cc1obj): Add cc1obj-checksum.o.

In objcp/:
2005-05-18  Geoffrey Keating  <geoffk@apple.com>

* Make-lang.in (cc1objplus-dummy): New.
(cc1objplus-checksum.c): New.
(cc1objplus-checksum.o): New.
(cc1objplus): Add cc1objplus-checksum.o.

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

19 years ago * rs6000/predicates.md (fix_trunc_dest_operand): New.
geoffk [Wed, 18 May 2005 20:36:02 +0000 (20:36 +0000)]
* rs6000/predicates.md (fix_trunc_dest_operand): New.
* rs6000/rs6000.md (fix_truncdfsi2): Use fix_trunc_dest_operand.
Check that a memory operand is valid before trying to use it.

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

19 years ago2005-05-18 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Wed, 18 May 2005 20:35:25 +0000 (20:35 +0000)]
2005-05-18  Thomas Koenig  <Thomas.Koenig@online.de>

        PR libfortran/21127
        * Makefile.am:  Really commit.
        * Makefile.in:  Really commit.

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

19 years ago2005-05-18 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Wed, 18 May 2005 20:24:32 +0000 (20:24 +0000)]
2005-05-18  Thomas Koenig  <Thomas.Koenig@online.de>

        PR libfortran/21127
        * Makefile.am:  Add generated/reshape_c4.c and
        generated/reshape_c8.c.
        * Makefile.in:  Regenerated.
        * m4/iparm.m4:  Define rtype_ccode to be c4 or c8 for
        complex types, 4 or 8 otherwise.
        * m4/reshape.m4:  Use rtype_ccode instead of rtype_kind
        in function name.
        * generated/reshape_c4.c: New file.
        * generated/reshape_c8.c: New file.

2005-05-18  Thomas Koenig  <Thomas.Koenig@online.de>

        PR libfortran/21127
        * fortran/iresolve.c (gfc_resolve_reshape): Add
        gfc_type_letter (BT_COMPLEX) for complex to
        to resolved function name.

2005-05-18  Thomas Koenig  <Thomas.Koenig@online.de>

        PR libfortran/21127
        * gfortran.dg/reshape-complex.f90:  New test.

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

19 years ago * tree-cfg.c (pass_remove_useless): This pass works on trees.
geoffk [Wed, 18 May 2005 20:23:26 +0000 (20:23 +0000)]
* tree-cfg.c (pass_remove_useless): This pass works on trees.

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

19 years ago2005-05-18 Richard Guenther <rguenth@gcc.gnu.org>
rguenth [Wed, 18 May 2005 20:11:20 +0000 (20:11 +0000)]
2005-05-18  Richard Guenther  <rguenth@gcc.gnu.org>

* tree.c (build1_stat): Don't try to handle two-operand
tree codes.

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

19 years ago PR objc/21641
mrs [Wed, 18 May 2005 20:02:27 +0000 (20:02 +0000)]
    PR objc/21641
        * objc-act.c (struct interface_tuple): Mark it up for GC.
        (interface_htab): It is really a struct interface_tuple.

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

19 years agoFix date on ChangeLog entry
tobi [Wed, 18 May 2005 19:21:46 +0000 (19:21 +0000)]
Fix date on ChangeLog entry

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

19 years agofortran/
tobi [Wed, 18 May 2005 19:20:31 +0000 (19:20 +0000)]
fortran/
* array.c (gfc_match_array_constructor): Support [ ... ]
style array constructors.
testsuite/
* gfortran.dg/array_constructor_1.f90: New test.
* gfortran.dg/array_constructor_2.f90: New test.

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

19 years ago * config.gcc (sh*-*-*): Define SUPPORT_* macros to 1.
rsandifo [Wed, 18 May 2005 18:43:53 +0000 (18:43 +0000)]
* config.gcc (sh*-*-*): Define SUPPORT_* macros to 1.
* config/sh/sh.h: Update mask names throughout.
(target_flags, ISIZE_BIT, DALIGN_BIT, SH1_BIT, SH2_BIT, SH3_BIT)
(SH_E_BIT, HARD_SH4_BIT, FPU_SINGLE_BIT, SH4_BIT, SH4A_BIT, FMOVD_BIT)
(SH5_BIT, SPACE_BIT, BIGTABLE_BIT, RELAX_BIT, USERMODE_BIT)
(HITACHI_BIT, NOMACSAVE_BIT, PREFERGOT_BIT, PADSTRUCT_BIT)
(LITTLE_ENDIAN_BIT, IEEE_BIT, SAVE_ALL_TR_BIT, HARD_SH2A_BIT)
(HARD_SH2A_DOUBLE_BIT, INDEXED_ADDRESS_BIT, PT_FIXED_BIT)
(INVALID_SYMBOLS_BIT, ADJUST_UNROLL_BIT, TARGET_DUMPISIZE)
(TARGET_ALIGN_DOUBLE, TARGET_SH1, TARGET_SH2, TARGET_SH3)
(TARGET_HARD_SH4, TARGET_FPU_SINGLE, TARGET_SH5, TARGET_FMOVD)
(TARGET_IEEE, TARGET_SMALLCODE, TARGET_BIGTABLE, TARGET_RELAX)
(TARGET_HITACHI, TARGET_NOMACSAVE, TARGET_PADSTRUCT)
(TARGET_LITTLE_ENDIAN, TARGET_USERMODE, TARGET_PREFERGOT)
(TARGET_SAVE_ALL_TARGET_REGS, TARGET_ALLOW_INDEXED_ADDRESS)
(TARGET_PT_FIXED, TARGET_INVALID_SYMBOLS, TARGET_ADJUST_UNROLL)
(TARGET_SWITCH_SH1, TARGET_SWITCH_SH2, TARGET_SWITCH_SH2E)
(TARGET_SWITCH_SH2A, TARGET_SWITCH_SH2A_SINGLE_ONLY)
(TARGET_SWITCH_SH2A_SINGLE, TARGET_SWITCH_SH2A_NOFPU)
(TARGET_SWITCH_SH3, TARGET_SWITCH_SH3E, TARGET_SWITCH_SH4_SINGLE_ONLY)
(TARGET_SWITCH_SH4_SINGLE, TARGET_SWITCH_SH4_NOFPU, TARGET_SWITCH_SH4)
(TARGET_SWITCH_SH4A, TARGET_SWITCH_SH4A_SINGLE_ONLY)
(TARGET_SWITCH_SH4A_SINGLE, TARGET_SWITCH_SH4A_NOFPU)
(TARGET_SWITCH_SH4AL, TARGET_SWITCH_SH5_64MEDIA)
(TARGET_SWITCH_SH5_64MEDIA_NOFPU, TARGET_SWITCHES_SH5_32MEDIA)
(TARGET_SWITCHES_SH5_32MEDIA_NOFPU, TARGET_SWITCH_SH5_32_ANY_EXTRA)
(TARGET_SWITCH_SH5_MEDIA_ANY_EXTRA, TARGET_SWITCHES)
(SUBTARGET_SWITCHES): Delete.
(TARGET_SH2E, TARGET_SH2A, TARGET_SH2A_SINGLE, TARGET_SH2A_DOUBLE)
(TARGET_SH3E, TARGET_CACHE32, TARGET_SUPERSCALAR, TARGET_HARVARD)
(TARGET_FPU_DOUBLE, TARGET_SH4A_ARCH, TARGET_SHMEDIA32)
(TARGET_SHMEDIA64): Redefine using other TARGET_* macros.
(TARGET_SH4): Undefine options.h definition and check MASK_SH1 as well.
(SUPPORT_SH1, SUPPORT_SH2E, SUPPORT_SH4, SUPPORT_SH4_SINGLE)
(SUPPORT_SH2A, SUPPORT_SH2A_SINGLE): Make numeric.
(SUPPORT_SH2): Define to 1 if SUPPORT_SH1.
(SUPPORT_SH3): Likewise SUPPORT_SH2.
(SUPPORT_SH4_NOFPU): Likewise SUPPORT_SH3.
(SUPPORT_SH4A_NOFPU, SUPPORT_SH4AL, SUPPORT_SH2A_NOFPU): Likewise
SUPPORT_SH4_NOFPU.
(SUPPORT_SH3E): Likewise SUPPORT_SH2E.
(SUPPORT_SH4_SINGLE_ONLY, SUPPORT_SH4A_SINGLE_ONLY)
(SUPPORT_SH2A_SINGLE_ONLY): Likewise SUPPORT_SH3E.
(SUPPORT_SH4A): Likewise SUPPORT_SH4.
(SUPPORT_SH4A_SINGLE): Likewise SUPPORT_SH4_SINGLE.
(SUPPORT_SH5_32MEDIA): Likewise SUPPORT_SH5_COMPACT.
(SUPPORT_SH5_32MEDIA_NOFPU): Likewise SUPPORT_SH5_COMPACT_NOFPU.
(SUPPORT_ANY_SH5_32MEDIA, SUPPORT_ANY_SH5_64MEDIA)
(SUPPORT_ANY_SH5): New macros.
(TARGET_NONE): Replace with...
(MASK_ARCH): ...this new macro.
* config/sh/elf.h: Update mask names
* config/sh/linux.h: Likewise.
* config/sh/little.h: Likewise.
* config/sh/netbsd-elf.h: Likewise.
* config/sh/symbian-pre.h: Likewise.
* config/sh/sh.c (sh_handle_option): New function.
(TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
(calc_live_regs): Use MASK_FPU_SINGLE instead of FPU_SINGLE_BIT.
(sh_target_switches, target_switches): Delete.
(sh_pch_valid_p): Check for specific differences in the target_flags
settings.
(sh_init_cumulative_args): Use MASK_HITACHI instead of HITACHI_BIT.
* config/sh/sh.opt: New file.

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

19 years ago PR target/21632
rth [Wed, 18 May 2005 17:33:33 +0000 (17:33 +0000)]
    PR target/21632
        * config/ia64/ia64.c (ia64_extra_constraint) <'T'>: Use
        small_addr_symbolic_operand.

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

19 years ago2005-05-18 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 18 May 2005 17:26:48 +0000 (17:26 +0000)]
2005-05-18  Paolo Carlini  <pcarlini@suse.de>

* testsuite/22_locale/ctype/is/char/2.cc: Adjust dg-require-namedlocale.
* testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
* testsuite/22_locale/time_get/get_year/char/wrapped_env.cc: Add
missing dg-require-namedlocale.
* testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc:
Likewise.
* testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc:
Likewise.
* testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc:
Likewise.

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