OSDN Git Service

pf3gnuchains/gcc-fork.git
19 years ago * obj-c++.dg/bitfield-[1-5].mm: New.
mrs [Tue, 24 May 2005 22:18:43 +0000 (22:18 +0000)]
    * obj-c++.dg/bitfield-[1-5].mm: New.
        * obj-c++.dg/class-protocol-1.mm: New.
        * obj-c++.dg/comp-types-1[0-1].mm: New.
        * obj-c++.dg/comp-types-[2-9].mm: New.
        * obj-c++.dg/encode-[4-8].mm: New.
        * obj-c++.dg/layout-1.mm: New.
        * obj-c++.dg/method-1[0-9].mm: New.
        * obj-c++.dg/method-2[0-1].mm: New.
        * obj-c++.dg/method-[8-9].mm: New.
        * obj-c++.dg/objc-gc-3.mm: New.
        * obj-c++.dg/try-catch-10.mm: New.
        * objc.dg/bitfield-5.m: New.
        * objc.dg/comp-types-10.m: New.
        * objc.dg/comp-types-9.m: New.
        * objc.dg/layout-1.m: New.
        * objc.dg/objc-gc-4.m: New.
        * objc.dg/try-catch-9.m: New.
        * objc.dg/class-protocol-1.m: Tweak diagnostics.
        * objc.dg/comp-types-1.m: Likewise.
        * objc.dg/comp-types-[5-6].m: Likewise.
        * objc.dg/method-9.m: Likewise.

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

19 years ago * gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
janis [Tue, 24 May 2005 21:50:00 +0000 (21:50 +0000)]
* gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
and on hardware without VMX support.

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

19 years ago * gcc.dg/altivec-vec-merge.c: Renamed from ppc-vec-merge.c.
janis [Tue, 24 May 2005 21:48:15 +0000 (21:48 +0000)]
* gcc.dg/altivec-vec-merge.c: Renamed from ppc-vec-merge.c.

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

19 years ago * gcc.dg/ppc64-abi-2.c: Remove code that is now invalid.
janis [Tue, 24 May 2005 21:40:35 +0000 (21:40 +0000)]
* gcc.dg/ppc64-abi-2.c: Remove code that is now invalid.

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

19 years ago * lib/profopt.exp (dg-final-generate, dg-final-use,
janis [Tue, 24 May 2005 21:28:54 +0000 (21:28 +0000)]
* lib/profopt.exp (dg-final-generate, dg-final-use,
profopt-final-code, profopt-get-options): New.
(profopt-execute): Process test directives.

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

19 years ago * lib/gcc-dg.exp (cleanup-ipa-dump): New.
janis [Tue, 24 May 2005 21:27:38 +0000 (21:27 +0000)]
* lib/gcc-dg.exp (cleanup-ipa-dump): New.
(cleanup-coverage-files, cleanup-repo-files, cleanup-rtl-dump,
cleanup-tree-dump, cleanup-saved-temps): Update comments.

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

19 years agoinclude/
gdr [Tue, 24 May 2005 20:48:25 +0000 (20:48 +0000)]
include/
2005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>

* libiberty.h (ACONCAT): Properly cast value of alloca().

* ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
__cplusplus.

libiberty/
2005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>

* configure.ac: Check declarations for calloc(), getenv(),
malloc(), realloc() and sbrk().
* config.in: Regenerate.
* configure: Likewise.

* alloca.c (C_alloca): Change "new" to "new_storage".  Use XNEWVEC
instead of xmalloc.
* choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
* concat.c (liiberty_concat_ptr): Surround definition with an
extern "C" block, if __cplusplus.
(concat): Use XNEWVEC instead of xmalloc.
(reconcat): Likewise.
* cp-demangle.c (struct d_print_template): Rename member
"template" to "template_decl".  Adjust use throughout the file.
(d_print_resize): Properly cast return value of realloc().
(cplus_demangle_print): Same for malloc().
(d_demangle): Likewise.
* cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
"typename" to "type_name".
* cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
(work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
(demangle_template_value_parm): Likewise.
(demangle_template): Likewise.
(recursively_demangle): Likewise.
(do_hpacc_template_literal): Likewise.
(do_arg): Likewise.
(remember_type): Likewise.
(remember_Ktype): Likewise.
(register_Btype): Likewise.
(string_need): Use XRESIZEVEC instead of xrealloc().
* dyn-string.c (dyn_string_init): Use XNEWVEC.
(dyn_string_new): Use XNEW.
(dyn_string_resize): Use XRESIZEVEC.
* fnmatch.c (fnmatch): Rename local variable "not" to "negate".
* getopt.c (getenv): Declare only if !__cplusplus and !getenv.
Otherwise include <stdlib.h>.
(exchange): Cast return value of malloc().
* hashtab.c (htab_size): Define as both macro and non-inline
function.
(htab_elements): Likewise.
* getpwd.c (getpwd): Use XNEWVEC.
(htab_create_alloc_ex): Use C90 prototype-style.
* lrealpath.c (lrealpath): Appropriately cast return value of
malloc().
* make-relative-prefix.c (save_string): Likewise.
* make-temp-file.c (try_dir): Rename from "try".  Adjust use in
the file.
(choose_tmpdir): Use XNEWVEC.
* mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
* pex-common.c (pex_init_common): Use XNEW.
(pex_add_remove): Use XRESIZEVEC.
(pex_run): Likewise.
(pex_get_status_and_time): Likewise.
* pex-djgpp.c (pex_djgpp_exec_child): Likewise.
* pex-msdos.c (pex_init): Use XNEW.
(pex_msdos_exec_child): Likewise.
(pex_msdos_exec_child): Use XRESIZEVEC.
* pex-unix.c (pex_wait): Use XNEW.
* pex-win32.c (fix_argv): Use XNEWVEC.
* pexecute.c (pwait): Likewise.
* setenv.c (setenv): Properly cast return value of malloc().
* sigsetmask.c (sigsetmask): Rename local variables "old" and
"new" to "old_sig" and "new_sig".
* sort.c (main): Use XNEWVEC.
* spaces.c (spaces): Cast return value of malloc().
* strndup.c (strndup): Likewise.
* ternary.c (ternary_insert): Use XNEW.
* xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
with an extern "C" block if __cplusplus.
* xstrdup.c (xstrdup): Cast return value of memcpy().
* xstrerror.c (strerror): Enclose declaration in an extern "C"
block if __cplusplus.
* xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().

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

19 years ago * libgfortran/ChangeLog: Corrected author name.
fxcoudert [Tue, 24 May 2005 20:46:54 +0000 (20:46 +0000)]
* libgfortran/ChangeLog: Corrected author name.

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

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