OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago PR middle-end/23584
jconner [Fri, 26 Aug 2005 22:42:44 +0000 (22:42 +0000)]
    PR middle-end/23584
        * ipa-pure-const.c (check_tree): Check for volatile-ness
        when considering a dereference.

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

18 years ago * rtl.h (MEM_IN_STRUCT_P): Fix comment typo.
jakub [Fri, 26 Aug 2005 22:05:57 +0000 (22:05 +0000)]
* rtl.h (MEM_IN_STRUCT_P): Fix comment typo.

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

18 years ago PR rtl-optimization/23561
jakub [Fri, 26 Aug 2005 22:02:44 +0000 (22:02 +0000)]
PR rtl-optimization/23561
* builtins.c (get_memory_rtx): Add LEN argument.  If MEM_EXPR is
a COMPONENT_REF, remove all COMPONENT_REF from MEM_EXPR unless
at most LEN bytes long memory fits into the field.
(expand_builtin_memcpy, expand_builtin_mempcpy, expand_movstr,
expand_builtin_strncpy, expand_builtin_memset, expand_builtin_memcmp,
expand_builtin_strcmp, expand_builtin_strncmp): Adjust callers.

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

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

18 years ago PR rtl-opt/23560
jakub [Fri, 26 Aug 2005 21:59:25 +0000 (21:59 +0000)]
PR rtl-opt/23560
* gcc.c-torture/execute/20050826-2.c: New test.

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

18 years ago PR rtl-opt/23560
jakub [Fri, 26 Aug 2005 21:57:25 +0000 (21:57 +0000)]
PR rtl-opt/23560
* loop.c (biased_biv_may_wrap_p): New.
(maybe_eliminate_biv_1): Use it to suppress non-equality
comparison transformations.  Delete disabled code.

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

18 years ago2005-08-26 Dale Johannesen <dalej@apple.com>
dalej [Fri, 26 Aug 2005 21:57:18 +0000 (21:57 +0000)]
2005-08-26  Dale Johannesen  <dalej@apple.com>

        * gcc.dg/20030711-1.c:  Modify to work on Darwin.
        * gcc.dg/20050826-1.c:  New.

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

18 years ago2005-08-26 Ian Lance Taylor <ian@airs.com>
dalej [Fri, 26 Aug 2005 21:52:23 +0000 (21:52 +0000)]
2005-08-26  Ian Lance Taylor  <ian@airs.com>

        * combine.c (make_extraction): Avoid reference outside object.

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

18 years ago2005-08-26 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 26 Aug 2005 21:10:59 +0000 (21:10 +0000)]
2005-08-26  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/20534 (contd)
* src/debug.cc (__gnu_debug): Remove __fancy_abort definition.
Remove cstdio and cstdlib includes.
* include/debug/debug.h: Define inline here. Remove
_GLIBCXX_DEBUG_ABORT.
* include/debug/macros.h: Remove __fancy_abort declaration,
_GLIBXX_DEBUG_ABORT definition.
* config/linker-map.gnu: Remove export.

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

18 years ago2005-08-26 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 26 Aug 2005 20:31:48 +0000 (20:31 +0000)]
2005-08-26  Benjamin Kosnik  <bkoz@redhat.com>

* scripts/check_compile (UNIQUE_ID): New. Use to name output files.

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

18 years ago PR c++/19004
mmitchel [Fri, 26 Aug 2005 19:35:13 +0000 (19:35 +0000)]
PR c++/19004
* pt.c (uses_template_parms): Handle IDENTIFIER_NODE.
(type_dependent_expression_p): Allow BASELINKs whose associated
functions are simply a FUNCTION_DECL.

PR c++/19004
* g++.dg/template/nontype13.C: New test.

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

18 years ago PR c++/23491
mmitchel [Fri, 26 Aug 2005 19:32:31 +0000 (19:32 +0000)]
PR c++/23491
* cp-tree.h (build_vec_init): Adjust prototype.
* init.c (perform_member_init): Adjust call to build_vec_init.
(build_aggr_init): Likewise.
(build_new_1): Do not call build_default_init for array types.
(build_vec_init): Add explicit_default_init_p parameter.  Perform
default initialization of vector elements when set.
* typeck.c (build_modify_expr): Adjust call to build_vec_init.

PR c++/23491
* g++.dg/init/new14.C: New test.
* g++.dg/expr/anew1.C: Do not XFAIL.
* g++.dg/expr/anew2.C: Likewise.
* g++.dg/expr/anew3.C: Likewise.

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

18 years ago * stor-layout.c (finalize_type_size): Restore behaviour for
amylaar [Fri, 26 Aug 2005 17:17:05 +0000 (17:17 +0000)]
* stor-layout.c (finalize_type_size): Restore behaviour for
non-aggregate types to the status quo ante of the patch for
pr 23467.  Document why it matters.

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

18 years ago PR c/23506
jakub [Fri, 26 Aug 2005 16:26:50 +0000 (16:26 +0000)]
PR c/23506
* c-common.c (c_common_nodes_and_builtins): Increase builtin_types
array by one element, initialize the BT_LAST element with NULL.

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

18 years ago2005-08-26 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 26 Aug 2005 15:52:53 +0000 (15:52 +0000)]
2005-08-26  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23081
* include/tr1/array: Implement members back(), front(), data(),
and the tuple interface; tidy.
* testsuite/tr1/6_containers/array/element_access/back.cc: New.
* testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
* testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
* testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
* testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc:
Likewise.
* testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc:
Likewise.

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

18 years ago2005-08-26 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 26 Aug 2005 15:14:13 +0000 (15:14 +0000)]
2005-08-26  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/22439
        * gcc.dg/vla-3.c: New test.

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

18 years ago * config/rs6000/rs6000.md (eq<mode>_compare): Only enable when
dje [Fri, 26 Aug 2005 14:24:20 +0000 (14:24 +0000)]
* config/rs6000/rs6000.md (eq<mode>_compare): Only enable when
optimizing for size.
(plus_eqsi): Same.
(compare_plus_eqsi): Same.
(plus_eqsi_compare): Same.
(neg_eq0<mode>): Same.
(neg_eq<mode>): Same.

* config/rs6000/aix52.h (PROCESSOR_DEFAULT): Change to
PROCESSOR_POWER4.

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

18 years ago* config/v850/v850.c (ep_memory_operand): Return FALSE if TARGET_EP is not
nickc [Fri, 26 Aug 2005 13:45:42 +0000 (13:45 +0000)]
* config/v850/v850.c (ep_memory_operand): Return FALSE if TARGET_EP is not
  defined.
* config/v850/c850.h (TARGET_CPU_CPP_BUILTINS): Define __EP__ if TARGET_EP is
  enabled.
  (OPTIMIZATION_OPTIONS): Do not define MASK_EP when optimizing.
* config/v850/v850.md (save_all_interrupt): Only use the EP register if
  TARGET_EP is defined.
  (restore_all_interrupt): Likewise.
* config/v850/lib1funcs.asm: Update functions so that the EP register is only
  used if __EP__ is defined.

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

18 years ago* config/mips/mips.c (mips_expand_prologue): Handle case when
davidu [Fri, 26 Aug 2005 13:15:14 +0000 (13:15 +0000)]
* config/mips/mips.c (mips_expand_prologue): Handle case when
generating for MIPS16 and the outgoing argument area is more than
SMALL_OPERAND. Use the frame pointer as temporary to generate the
add instruction.

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

18 years ago * config/crx/crx.md: Make doloop_end pattern usage controllable
woepaul [Fri, 26 Aug 2005 08:20:55 +0000 (08:20 +0000)]
* config/crx/crx.md: Make doloop_end pattern usage controllable
via mloop-nesting=<max-nesting> command line switch. Make sure
the combiner cannot use doloop_end_<mode> in an illegal way.
* config/crx/crx.c: Use regs up to r6 for argument passing.
Refine crx_address_cost (non cst4 displacements are expensive).
* config/crx/crx.opt: Add switch for mloop-nesting=.

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

18 years ago2005-08-26 Adrian Straetling <straetling@de.ibm.com>
krebbel [Fri, 26 Aug 2005 06:49:57 +0000 (06:49 +0000)]
2005-08-26  Adrian Straetling  <straetling@de.ibm.com>

* config/s390/s390.md: ("movstr", "*movstr"): Add patterns.
(UNSPEC_MVST): New constant.

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

18 years ago2005-08-26 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Fri, 26 Aug 2005 06:45:09 +0000 (06:45 +0000)]
2005-08-26  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/predicates.md ("shift_count_operand", "setmem_operand"):
Reject operands containing eliminable registers.
* testsuite/gcc.dg/20050825-1.c: New testcase.

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

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

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

18 years ago2005-08-25 Erik Edelmann <eedelman@acclab.helsinki.fi>
tobi [Thu, 25 Aug 2005 11:57:36 +0000 (11:57 +0000)]
2005-08-25  Erik Edelmann  <eedelman@acclab.helsinki.fi>
fortran/
PR fortran/20363
* symbol.c (find_special): Remove.
(build_sym, add_init_expr, attr_decl1): Remove calls to
find_special in favor of calls to gfc_get_symbol.
testsuite/
PR fortran/20363
* gfortran.dg/named_interface.f90: New.

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

18 years ago* gcc.c-torture/execute/frame-address.c: New test.
macro [Thu, 25 Aug 2005 11:30:19 +0000 (11:30 +0000)]
* gcc.c-torture/execute/frame-address.c: New test.

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

18 years ago2005-08-25 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 25 Aug 2005 09:34:49 +0000 (09:34 +0000)]
2005-08-25  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/hashtable: Use __throw_exception_again,
not naked throw, in the catch clauses.

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

18 years agocp:
nathan [Thu, 25 Aug 2005 09:06:45 +0000 (09:06 +0000)]
cp:
PR c++/20817
* typeck.c (build_x_unary_op): Make sure OFFSET_REF is not for a
->*.
testsuite:
PR c++/20817
* g++.old-deja/g++.benjamin/13908.C: Robustify expected error.

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

18 years ago * gcc.dg/vect/vect-52.c: Increase b[] and c[] size by one.
amodra [Thu, 25 Aug 2005 08:46:32 +0000 (08:46 +0000)]
* gcc.dg/vect/vect-52.c: Increase b[] and c[] size by one.

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

18 years ago * gcc.dg/20020103-1.c: Scan for LC[0-9], not LC.
amodra [Thu, 25 Aug 2005 08:42:01 +0000 (08:42 +0000)]
* gcc.dg/20020103-1.c: Scan for LC[0-9], not LC.
* gcc.dg/altivec-22.c: Rename from..
* gcc.dg/altivec-nomfcr.c: ..this.

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

18 years ago2005-08-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 25 Aug 2005 07:02:58 +0000 (07:02 +0000)]
2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

PR tree-optimization/23546
* gcc.dg/tree-ssa/pr23546.c: New test.

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

18 years ago2005-08-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 25 Aug 2005 06:44:09 +0000 (06:44 +0000)]
2005-08-24  Paolo Bonzini  <bonzini@gnu.org>
    Jan Hubicka  <jh@suse.cz>

* regmove.c (reg_is_remote_constant_p): Reorganize to not use log links.

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

18 years ago2005-08-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 25 Aug 2005 06:40:14 +0000 (06:40 +0000)]
2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

PR tree-optimization/23546
* tree-ssa-loop-im.c (for_each_index): Handle INTEGER_CST
and REAL_CST nodes.

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

18 years ago PR target/23404
amodra [Thu, 25 Aug 2005 00:54:54 +0000 (00:54 +0000)]
PR target/23404
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Correct placement of stack
homed fp args.
(ffi_status ffi_prep_cif_machdep): Correct stack sizing for same.

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

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

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

18 years ago2005-08-24 Lawrence Lim <llim@redhat.com>
bkoz [Wed, 24 Aug 2005 20:29:27 +0000 (20:29 +0000)]
2005-08-24  Lawrence Lim  <llim@redhat.com>
            Jakub Jelinek  <jakub@redhat.com>
    Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/23550
* testsuite/21_strings/char_traits/requirements/char/1.cc
(test01): Simplify counting.
* testsuite/21_strings/char_traits/requirements/wchar_t/1.cc
(test02): Same.

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

18 years ago2005-08-24 Pete Steinmetz <steinmtz@us.ibm.com>
dje [Wed, 24 Aug 2005 20:28:07 +0000 (20:28 +0000)]
2005-08-24  Pete Steinmetz  <steinmtz@us.ibm.com>

        * params.def (PARAM_MIN_SPEC_PROB): New.
        * sched-rgn.c (MIN_PROBABILITY): Delete.
        (compute_trg_info): Convert to PARAM_VALUE.
        * doc/invoke.texi (param): Document min-spec-prob.

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

18 years ago2005-08-24 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Wed, 24 Aug 2005 20:04:20 +0000 (20:04 +0000)]
2005-08-24  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/17758
* gfortran.h (symbol_attribute):  Add noreturn to the structure.
(gfc_intrinsic_sym):  Add noreturn to the structure.
* intrinsic.c (make_noreturn):  New function.
(add_subroutines):  Mark subroutines abort and exit as noreturn.
(gfc_intrinsic_sub_interface):  Copy noreturn attribute from
isym to the resolved symbol.
* trans-decl.c (gfc_get_extern_function_decl): Set function
as VOLATILE (== noreturn) if the noreturn attribute is set.

2005-08-24  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/17758
gfortran.dg/nonreturning_statements.f90: New test.

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

18 years agoDefine __PIC__ for darwin targets.
fjahanian [Wed, 24 Aug 2005 18:22:12 +0000 (18:22 +0000)]
Define __PIC__ for darwin targets.
OKed by Mike Stump.

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

18 years ago2005-08-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 24 Aug 2005 15:46:36 +0000 (15:46 +0000)]
2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

* config/rs6000/rs6000.md: Fix thinko in the peephole2 I added
yesterday.

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

18 years ago2005-08-24 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 24 Aug 2005 15:00:19 +0000 (15:00 +0000)]
2005-08-24  Paolo Carlini  <pcarlini@suse.de>
    Chris Jefferson  <chris@bubblescope.net>

PR libstdc++/23465
* include/tr1/hashtable (hash_code_base::m_swap): Use
std::swap.
(hashtable<>::hashtable(const hashtable&)): Use copy_code;
fix m_allocate_node call.
* testsuite/tr1/6_containers/unordered/hashtable/23465.cc: New.

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

18 years agocp:
nathan [Wed, 24 Aug 2005 10:21:46 +0000 (10:21 +0000)]
cp:
PR c++/22454
* parser.c (cp_lexer_peek_nth_token): Relax assert.
testsuite:
PR c++/22454
* g++.dg/parse/crash29.C: New.

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

18 years ago * bb-reorder.c (copy_bb, duplicate_computed_gotos): Add argument
rakdver [Wed, 24 Aug 2005 07:56:56 +0000 (07:56 +0000)]
* bb-reorder.c (copy_bb, duplicate_computed_gotos): Add argument
to duplicate_block.
* cfghooks.c (duplicate_block): Added position where to place
new block as argument.
* cfghooks.h (duplicate_block): Declaration changed.
* cfglayout.c (copy_bbs): Add argument after.  Pass it to
duplicate_block.
* cfglayout.h (copy_bbs): Declaration changed.
* cfgloop.h (loop_version): Declaration changed.
* cfgloopmanip.c (duplicate_loop_to_header_edge): Pass
position to copy_bbs.
(loop_version): Pass position to duplicate_loop_to_header_edge.
Add place_after argument and position new blocks according to
it.
* modulo-sched.c (sms_schedule): Pass place_after argument
to loop_version.
* tracer.c (tail_duplicate): Pass argument to duplicate_block.
* tree-cfg.c (split_edge_bb_loc): New function.
(tree_split_edge, tree_duplicate_sese_region): Use split_edge_bb_loc
to determine position of new blocks.
* tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass argument
to loop_version.
* tree-ssa-threadupdate.c (create_block_for_threading): Pass
argument to duplicate_block.
* tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg):
Pass position to copy_bbs.

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

18 years ago * fold-const.c (ptr_difference_const): Use
rakdver [Wed, 24 Aug 2005 07:53:42 +0000 (07:53 +0000)]
* fold-const.c (ptr_difference_const): Use
cst_and_fits_in_hwi instead of host_integerp.

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

18 years ago2005-08-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 24 Aug 2005 07:48:45 +0000 (07:48 +0000)]
2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

* config/darwin.c (gen_pic_offset): New.
(machopic_indirect_data_reference,  machopic_legitimize_pic_address):
Use it.

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

18 years ago PR tree-optimization/23486
rakdver [Wed, 24 Aug 2005 07:46:24 +0000 (07:46 +0000)]
PR tree-optimization/23486
* tree-ssa-loop.c (pass_scev_cprop): Add TODO_update_ssa_only_virtuals.

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

18 years ago2005-08-22 Phil Edwards <phil@codesourcery.com>
pme [Wed, 24 Aug 2005 07:13:10 +0000 (07:13 +0000)]
2005-08-22  Phil Edwards  <phil@codesourcery.com>

* config.gcc (*-*-vxworks*):  Update tm_file, add extra_options,
remove use_collect2.
(powerpc-wrs-vxworks):  Update, split out *-*-vxworksae target.

* target-def.h (TARGET_HAVE_CTORS_DTORS):  Allow target
configuration files to override the default value.

* config/t-vxworks:  Remove INSTALL_ASSERT_H.  Define STMP_FIXPROTO,
EXTRA_HEADERS, and EXTRA_MULTILIB_PARTS.
* config/vx-common.h:  New file, split out from...
* config/vxworks.h:  here.  Update for VxWorks 6.x and RTP mode.
* config/vxworksae.h:  New file, for VxWorks AE.
* config/vxworks.opt:  New file.
* config/vxlib.c:  Update for VxWorks 6.

* config/rs6000/t-vxworks (MULTILIB_OPTIONS):  New list.  Adjust
other MULTILIB_* variables appropriately.
(LIB2FUNCS_EXTRA, EXTRA_MULTILIB_PARTS):  Correct from t-ppccomm.
* config/rs6000/t-vxworksae:  New file, adjust multilibs for AE.
* config/rs6000/vxworks.h:  Update for VxWorks 6.
* config/rs6000/vxworksae.h:  New file, mostly placeholder for now.

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

18 years ago2005-08-24 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Wed, 24 Aug 2005 05:54:22 +0000 (05:54 +0000)]
2005-08-24  Andreas Tobler  <a.tobler@schweiz.ch>

* configure.ac (extra_ldflags_libjava): Enable -single_module only for
darwin < 8.
* configure: Regenerate.

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

18 years ago2005-08-23 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Wed, 24 Aug 2005 01:50:54 +0000 (01:50 +0000)]
2005-08-23  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/20799
        * config/darwin.c (machopic_select_section): Remove the hack to
        mark "::operator new" and "::operator delete" for coalescing
        even though they are not weak.

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

18 years ago * configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
amodra [Wed, 24 Aug 2005 01:38:05 +0000 (01:38 +0000)]
* configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
* configure: Regenerate.

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

18 years agoDaily bump.
gccadmin [Wed, 24 Aug 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago2005-08-23 Kelley Cook <kcook@gcc.gnu.org>
kcook [Tue, 23 Aug 2005 23:05:38 +0000 (23:05 +0000)]
2005-08-23  Kelley Cook  <kcook@gcc.gnu.org>

PR libstdc++/23462
* testsuite/data/sgetn.txt: Revert to previous FSF address.

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

18 years ago2005-08-23 Roman Kennke <roman@kennke.org>
tromey [Tue, 23 Aug 2005 22:19:17 +0000 (22:19 +0000)]
2005-08-23  Roman Kennke  <roman@kennke.org>

* java/lang/Character.java
(toChars(int)): New JDK1.5 method.
(toChars(int, char[], int)): New JDK1.5 method.
(charCount): New JDK1.5 method.
(isSupplementaryCodePoint): New JDK1.5 method.
(isValidCodePoint): New JDK1.5 method.

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

18 years ago* gcc.c-torture/execute/stdarg-2.c (main): Make sure long
dj [Tue, 23 Aug 2005 20:58:13 +0000 (20:58 +0000)]
* gcc.c-torture/execute/stdarg-2.c (main): Make sure long
constants have the L suffix.

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

18 years ago2005-08-23 Paolo Bonzini <bonzini@gnu.org>
bonzini [Tue, 23 Aug 2005 17:48:37 +0000 (17:48 +0000)]
2005-08-23  Paolo Bonzini  <bonzini@gnu.org>

PR middle-end/23517
* fold-const.c (fold_convert): Use VIEW_CONVERT_EXPR to convert
between vectors.
* convert.c (convert_to_integer, convert_to_vector): Likewise.
* tree-vect-generic.c (tree_vec_extract, expand_vector_operations_1):
Likewise.

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

18 years ago2005-08-23 Paolo Bonzini <bonzini@gnu.org>
bonzini [Tue, 23 Aug 2005 17:39:59 +0000 (17:39 +0000)]
2005-08-23  Paolo Bonzini  <bonzini@gnu.org>

* config/rs6000/predicates.md (equality_operator): New.
* config/rs6000/rs6000.md: Rewrite as a peephole2 the split for
comparison with a large constant.

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

18 years ago * aclocal.m4, Makefile.in: Rebuilt.
tromey [Tue, 23 Aug 2005 16:54:31 +0000 (16:54 +0000)]
* aclocal.m4, Makefile.in: Rebuilt.
* Makefile.am (property_files): Added META-INF files.
(propertyo_files): Changed definition.
($(propertyo_files)): Updated patterns.

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

18 years ago * hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
mmitchel [Tue, 23 Aug 2005 15:04:07 +0000 (15:04 +0000)]
* hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.

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

18 years ago * configure: Rebuilt.
tromey [Tue, 23 Aug 2005 13:53:12 +0000 (13:53 +0000)]
* configure: Rebuilt.
* configure.ac: Fixed typo.

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

18 years ago * sh.c (sh_builtin_saveregs): If the number of to-be-saved fp
amylaar [Tue, 23 Aug 2005 13:07:16 +0000 (13:07 +0000)]
    * sh.c (sh_builtin_saveregs): If the number of to-be-saved fp
        registers is even, and we have a hardware double precision fp,
        align the buffer.
        (sh_gimplify_va_arg_expr): For floating point arguments, consider
        size of current argument when checking if argument was passed in
        registers.

        * sh.c (sh_attr_renesas_p): Handle error_mark_node.

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

18 years agocp:
nathan [Tue, 23 Aug 2005 12:35:42 +0000 (12:35 +0000)]
cp:
PR c++/23044
* pt.c (tsubst_qualified_id): A SCOPE_REF can still remain.
testsuite:
PR c++/23044
* g++.dg/template/instantiate8.C: New.

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

18 years agogcc:
amylaar [Tue, 23 Aug 2005 12:27:53 +0000 (12:27 +0000)]
gcc:
        PR middle-end/23467
        * stor-layout.c (finalize_type_size): Dont override
        existing alignment with a smaller alignment from the mode.
testsuite:
        PR middle-end/23467
        * gcc.c-torture/execute/pr23467.c: New test.

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

18 years ago2005-08-23 Thomas Kho <tkho@ucla.edu>
paolo [Tue, 23 Aug 2005 10:40:14 +0000 (10:40 +0000)]
2005-08-23  Thomas Kho  <tkho@ucla.edu>

PR libstdc++/23358
* include/bits/stl_construct.h (_Destroy(_ForwardIterator,
_ForwardIterator, allocator<_Tp>)): Removed unused template parameter.

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

18 years ago * lambda-code.c (lambda_vector_lexico_pos): Moved...
spop [Tue, 23 Aug 2005 08:24:20 +0000 (08:24 +0000)]
* lambda-code.c (lambda_vector_lexico_pos): Moved...
* lambda.h (lambda_vector_lexico_pos): ... here.
* tree-data-ref.c (build_classic_dist_vector): Return false when
the distance vector is lexicographically negative.

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

18 years ago PR tree-optimization/23511
spop [Tue, 23 Aug 2005 08:15:13 +0000 (08:15 +0000)]
PR tree-optimization/23511
* tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Don't
handle cases where TYPE_MIN_VALUE or TYPE_MAX_VALUE are NULL_TREE.

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

18 years ago PR tree-optimization/22043
jakub [Tue, 23 Aug 2005 07:28:26 +0000 (07:28 +0000)]
PR tree-optimization/22043
* tree.h (count_type_elements): Add ALLOW_FLEXARR argument.
* expr.c (count_type_elements): Add ALLOW_FLEXARR argument.
If ALLOW_FLEXARR, handle types ending with flexible array member.
Pass false as second argument to recursive count_type_elements calls.
(categorize_ctor_elements_1, mostly_zeros_p): Pass false as second
argument to count_type_elements call.
* tree-sra.c (decide_block_copy): Likewise.
* gimplify.c (gimplify_init_constructor): If num_type_elements < 0
for a constant-sized object, set cleared as well.  Pass true as
second argument to count_type_elements call.

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

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

18 years agomissed in last commit
amodra [Tue, 23 Aug 2005 02:51:53 +0000 (02:51 +0000)]
missed in last commit

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

18 years ago PR target/21571
amodra [Tue, 23 Aug 2005 02:39:56 +0000 (02:39 +0000)]
PR target/21571
* config/rs6000/rs6000.c (rs6000_legitimate_small_data_p): Rename
from legitimate_small_data_p, and make global.  Update use.
Remove forward declaration.
* config/rs6000/rs6000-protos.h (rs6000_legitimate_small_data_p):
Declare.
* config/rs6000/rs6000.md (movdf_hardfloat32): Allow small data mems.

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

18 years ago * config/rs6000/rs6000.md (eq<mode>): Use output operand instead
dje [Tue, 23 Aug 2005 02:08:36 +0000 (02:08 +0000)]
    * config/rs6000/rs6000.md (eq<mode>): Use output operand instead
        of scratch intermediates.
        (eq<mode>_compare): Same.
        (neg_eq0<mode>): New.
        (neg_eq<mode>): Convert to define_insn_and_split.

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

18 years ago PR libgcj/23498:
tromey [Tue, 23 Aug 2005 01:46:49 +0000 (01:46 +0000)]
PR libgcj/23498:
* doc/Makefile.am (info_TEXINFOS): Commented out.
* doc/Makefile.in: Rebuilt.

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

18 years ago * testsuite/23_containers/vector/resize/1.cc: XFAIL on darwin8.
geoffk [Tue, 23 Aug 2005 01:16:45 +0000 (01:16 +0000)]
* testsuite/23_containers/vector/resize/1.cc: XFAIL on darwin8.
* testsuite/27_io/ios_base/storage/2.cc: Likewise.

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

18 years ago * gcc_update: Update dependencies for libjava/aclocal.m4.
bje [Tue, 23 Aug 2005 00:55:08 +0000 (00:55 +0000)]
* gcc_update: Update dependencies for libjava/aclocal.m4.

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

18 years ago PR target/23070
amodra [Tue, 23 Aug 2005 00:33:18 +0000 (00:33 +0000)]
PR target/23070
* config/rs6000/rs6000.c (function_arg): For ABI_V4 calls to
stdarg functions, set/clear the fp marker even when no variable
args are passed.
* config/rs6000/sysv4.opt (mprototype): Describe.

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

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

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

18 years agoFix FreeBSD fopen instrumentation.
wilson [Tue, 23 Aug 2005 00:12:18 +0000 (00:12 +0000)]
Fix FreeBSD fopen instrumentation.
* mf-hooks2.c (MF_REGISTER_fopen): Define to __MF_TYPE_STATIC when
__FreeBSD__ is defined.

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

18 years ago * gcc.c-torture/execute/ieee/ieee.exp: Load gcc-dg.exp library.
bje [Mon, 22 Aug 2005 23:59:14 +0000 (23:59 +0000)]
* gcc.c-torture/execute/ieee/ieee.exp: Load gcc-dg.exp library.

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

18 years agoCorrect PR number in last patch checked in.
wilson [Mon, 22 Aug 2005 23:56:29 +0000 (23:56 +0000)]
Correct PR number in last patch checked in.
PR tree-optimization/23426
* decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
array size check.

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

18 years agoPartial fix for too large arrays.
wilson [Mon, 22 Aug 2005 23:52:22 +0000 (23:52 +0000)]
Partial fix for too large arrays.
PR tree-optimization/21105
* decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
array size check.

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

18 years ago PR libgcj/22622:
tromey [Mon, 22 Aug 2005 22:39:11 +0000 (22:39 +0000)]
PR libgcj/22622:
* configure: Rebuilt.
* configure.ac: Correctly create Configuration.java (for
temporary use).

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

18 years ago2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
kcook [Mon, 22 Aug 2005 22:36:35 +0000 (22:36 +0000)]
2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.am (ACLOCAL_AMFLAGS): Also include "..".
* acinclude.m4: Delete.  Extract CHECK_FOR_BROKEN_MINGW_LD to ...
* mingwld.m4: ... this new file.
* aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate.
* include/Makefile.in, testsuite/Makfile.in: Regenerate.

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

18 years ago2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
kcook [Mon, 22 Aug 2005 21:51:59 +0000 (21:51 +0000)]
2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.am (ACLOCAL_AMFLAGS): New.
* Makefile.in: Regenerate.

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

18 years ago PR libgcj/23498:
tromey [Mon, 22 Aug 2005 20:01:53 +0000 (20:01 +0000)]
PR libgcj/23498:
* doc/Makefile.am (info_TEXINFOS): Commented out.
* doc/Makefile.in: Rebuilt.

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

18 years ago PR rtl-optimization/23478
jakub [Mon, 22 Aug 2005 16:58:50 +0000 (16:58 +0000)]
PR rtl-optimization/23478
* regs.h (reg_info): Add throw_calls_crossed.
(REG_N_THROWING_CALLS_CROSSED): Define.
* flow.c (allocate_reg_life_data): Initialize
REG_N_THROWING_CALLS_CROSSED.
(propagate_one_insn, attempt_auto_inc): Update
REG_N_THROWING_CALLS_CROSSED.
* global.c (global_alloc): Don't allocate pseudos across
calls that may throw.

* g++.dg/opt/pr23478.C: New test.

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

18 years ago * MAINTAINERS: Add self as ms1 maintainer.
aldyh [Mon, 22 Aug 2005 16:54:35 +0000 (16:54 +0000)]
* MAINTAINERS: Add self as ms1 maintainer.

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

18 years agoFix PR number in changelog:
pinskia [Mon, 22 Aug 2005 16:25:57 +0000 (16:25 +0000)]
Fix PR number in changelog:
2005-08-22  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/18715
        * gcc.dg/switch-warn-3.c: New test.

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

18 years ago2005-08-22 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 22 Aug 2005 16:21:18 +0000 (16:21 +0000)]
2005-08-22  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/18715
        * c-common.c (c_do_switch_warnings): Look for a node where the enum's
        value is inbetween the range if we did not find an exact match.

2005-08-22  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/18175
        * gcc.dg/switch-warn-3.c: New test.

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

18 years ago * doc/invoke.texi (Option Summary): Add ms1 options.
aldyh [Mon, 22 Aug 2005 16:12:14 +0000 (16:12 +0000)]
* doc/invoke.texi (Option Summary): Add ms1 options.
* doc/extend.texi: Document interrupt handler attribute for ms1.
* doc/md.texi: Document ms1 constraints.
* config.gcc: Add ms1-*-elf.
* config/ms1/ms1.h: New.
* config/ms1/ms1.c: New.
* config/ms1/ms1.md: New.
* config/ms1/ms1-protos.h: New.
* config/ms1/ABI.txt: New.
* config/ms1/crti.asm: New.
* config/ms1/crtn.asm: New.
* config/ms1/lib2extra-funcs.c: New.
* config/ms1/t-ms1: New.
* config/ms1/ms1.opt: New.

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

18 years ago PR c++/22233
reichelt [Mon, 22 Aug 2005 09:48:26 +0000 (09:48 +0000)]
PR c++/22233
* pt.c (push_template_decl_real): Return error_mark_node if the
number of template parameters does not match previous definition.

* g++.dg/template/param1.C: New test.

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

18 years ago PR c++/23089
reichelt [Mon, 22 Aug 2005 08:37:17 +0000 (08:37 +0000)]
PR c++/23089
* decl.c (require_complete_types_for_parms): Mark incomplete types
as invalid.

* g++.dg/other/incomplete1.C: New test.

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

18 years ago * config/rs6000/altivec.md (xorv4sf3): New.
irar [Mon, 22 Aug 2005 08:13:18 +0000 (08:13 +0000)]
    * config/rs6000/altivec.md (xorv4sf3): New.
        (negv4sf2, neg<mode>2): Likewise.

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

18 years ago PR target/23485
rth [Mon, 22 Aug 2005 03:07:43 +0000 (03:07 +0000)]
    PR target/23485
        * config/ia64/ia64.md (divsi3): Check divide by zero.
        (udivsi3): Likewise.
        (divdi3): Likewise.
        (udivdi3): Likewise.

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

18 years ago* decl.c: Typo in comment.
kargl [Mon, 22 Aug 2005 00:21:40 +0000 (00:21 +0000)]
* decl.c: Typo in comment.

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

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

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

18 years ago PR libgcj/23507
danglin [Sun, 21 Aug 2005 23:35:46 +0000 (23:35 +0000)]
PR libgcj/23507
* stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Fix typo in newLength
assignment.  Cast operands of compare to function pointer type.

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

18 years ago * HACKING: Updated for hacking classpath in libgcj.
tromey [Sun, 21 Aug 2005 23:24:58 +0000 (23:24 +0000)]
* HACKING: Updated for hacking classpath in libgcj.

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

18 years ago* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.
kargl [Sun, 21 Aug 2005 22:04:35 +0000 (22:04 +0000)]
* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.

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

18 years agofortran/
tobi [Sun, 21 Aug 2005 15:28:27 +0000 (15:28 +0000)]
fortran/
* gfortran.h (gfc_option_t): Remove source field.  Add
flag_d_lines field.
(gfc_new_file): Remove arguments in prototype.
(gfc_source_file): Make 'const char *'.
* f95-lang.c (gfc_init): Use gfc_source_file instead of
gfc_option.source.  Call gfc_new_file without arguments.
* invoke.texi: Document new options '-fd-lines-as-code' and
'-fd-lines-as-comment'.
* lang.opt: Add new options.  Alphabetize.
* options.c (gfc_init_options): Initialize gfc_source_file instead
of gfc_option.source.  Initialize gfc_option.flag_d_lines.
(form_from_filename): Move here from scanner.c.  Make
'filename' argument 'const'.
(gfc_post_options): Set gfc_source_file.  Determine source form.
Warn if 'd-lines*' are used in free form.
* scanner.c (gfc_source_file): Constify.
(skip_fixed_comments): Deal with d-lines.
(get_file): Constify argument 'name'.
(load_file): Constify argument 'filename'.
(form_from_filename): Moved to options.c.
(gfc_new_file): Remove arguments.  Don't initialize
gfc_source_file, don't determine source form.
* trans-const.c (gfc_init_constants): Use gfc_source_file instead
of gfc_option.source.

testsuite/
* d_lines_1.f, d_lines_2.f, d_lines_3.f, d_lines_4.f,
d_lines_5.f: New.

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

18 years ago * simplify-rtx.c (simplify_immed_subreg) <case CONST_DOUBLE>: Only clear
jakub [Sun, 21 Aug 2005 13:27:56 +0000 (13:27 +0000)]
* simplify-rtx.c (simplify_immed_subreg) <case CONST_DOUBLE>: Only clear
up to elem_bitsize bits, not max_bitsize.

* gcc.target/i386/sse-4.c: New test.

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

18 years ago PR tree-optimization/23433
spop [Sun, 21 Aug 2005 10:59:15 +0000 (10:59 +0000)]
PR tree-optimization/23433
        * tree-chrec.c (chrec_apply): Translate INTEGER_CST to a
        REAL_CST when the type is SCALAR_FLOAT_TYPE_P.

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

18 years ago * testsuite/gcc.dg/tree-ssa/pr23391.c: Should be compiled with -O2.
spop [Sun, 21 Aug 2005 10:54:09 +0000 (10:54 +0000)]
* testsuite/gcc.dg/tree-ssa/pr23391.c: Should be compiled with -O2.

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

18 years ago PR tree-optimization/23434
spop [Sun, 21 Aug 2005 10:48:23 +0000 (10:48 +0000)]
PR tree-optimization/23434
        * tree-ssa-loop-niter.c (proved_non_wrapping_p): Give up when
        the iteration bound is not an INTEGER_CST.

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

18 years ago * tree-vect-transform.c (get_initial_def_for_reduction): Set
dorit [Sun, 21 Aug 2005 06:38:27 +0000 (06:38 +0000)]
    * tree-vect-transform.c (get_initial_def_for_reduction): Set
        need_epilog_adjust back to false for MIN/MAX case. Set *scalar_def to
        NULL if need_epilog_adjust is false.
        (vect_create_epilog_for_reduction): Variable adjust_in_epilog removed.
        Case 3 always peels first itration, not just for PLUS case, and no need
        to use scalar_initial_def here. Create an epilog adjustment only if
        scalar_initial_def is not NULL.

        (vectorizable_reduction): Remove assert.

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