OSDN Git Service

pf3gnuchains/gcc-fork.git
16 years ago2007-07-07 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 8 Jul 2007 00:05:27 +0000 (00:05 +0000)]
2007-07-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32644
* decl.c (match_attr_spec): Don't return MATCH_ERROR if comma found and
gfc_match_bind_c does not return MATCH_YES.

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

16 years ago2007-07-07 Daniel Berlin <dberlin@dberlin.org>
dberlin [Sat, 7 Jul 2007 22:23:26 +0000 (22:23 +0000)]
2007-07-07  Daniel Berlin  <dberlin@dberlin.org>

Revert (note the sccvn portions are *not* reverted)
2007-07-06  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/23488

* tree-vn.c (set_value_handle): Use decl_vh_map for decl value
handles.
* tree-flow-inline.h (get_value_handle): Ditto.
* tree-ssa-pre.c (decl_vh_map): New.
(decl_node_pool): New.
(can_value_number_operation): Support DECL_P.
(can_PRE_operation): Ditto.
(create_expression_by_pieces): Ditto.
(find_existing_value_expr): Modify to differnetiate between
addressing and top level.
(create_value_handle_for_expr): Handle DECL's.
(poolify_tree): Ditto.
(make_values_for_phi): Don't insert into PHI_GEN during FRE.
(make_values_for_stmt): Handle DECL's properly.
(init_pre): Reorg to not init useless things during FRE.
(fini_pre): Ditto.
* tree-flow.h: Include pointer-set.h.
(decl_vh_map): Declare.
* Makefile.in (TREE_FLOW_H): Add pointer-set.h

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

16 years ago * config/avr/constraints.md (define_memory_constraint "Q"): Fix
aesok [Sat, 7 Jul 2007 19:55:12 +0000 (19:55 +0000)]
* config/avr/constraints.md (define_memory_constraint "Q"): Fix
the constraint description.
* doc/md.texi: Update documentation of AVR constraints.

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

16 years ago * zh_CN.po: Update.
jsm28 [Sat, 7 Jul 2007 19:20:33 +0000 (19:20 +0000)]
* zh_CN.po: Update.

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

16 years ago * tree-ssa-operands.c (realloc_vop, realloc_vdef,
kazu [Sat, 7 Jul 2007 14:20:58 +0000 (14:20 +0000)]
* tree-ssa-operands.c (realloc_vop, realloc_vdef,
realloc_vuse): Remove.
* tree-ssa-operands.h: Remove the prototype for realloc_vdef
and realloc_vuse.

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

16 years ago * cfgrtl.c (delete_insn_chain_and_edges): Remove.
kazu [Sat, 7 Jul 2007 14:20:02 +0000 (14:20 +0000)]
* cfgrtl.c (delete_insn_chain_and_edges): Remove.
* rtl.h: Remove the prototype for delete_insn_chain_and_edges.

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

16 years ago * decl.c, gfortran.h, interface.c, module.c, resolve.c,
kazu [Sat, 7 Jul 2007 13:15:40 +0000 (13:15 +0000)]
* decl.c, gfortran.h, interface.c, module.c, resolve.c,
trans-array.c, trans-decl.c: Fix comment typos.  Follow
spelling conventions.
* intrinsic.texi: Fix typos.  Follow spelling conventions.

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

16 years ago * auto-inc-dec.c, config/arm/arm.c,
kazu [Sat, 7 Jul 2007 13:00:43 +0000 (13:00 +0000)]
* auto-inc-dec.c, config/arm/arm.c,
config/m32r/constraints.md, config/mips/mips.md,
config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c,
df-problems.c, df-scan.c, df.h, dse.c, gimplify.c,
tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment
typos.  Follow spelling conventions.
* doc/invoke.texi, doc/rtl.texi: Fix typos.

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

16 years ago PR c++/32232
mmitchel [Sat, 7 Jul 2007 07:31:54 +0000 (07:31 +0000)]
PR c++/32232
* pt.c (resolve_overloaded_unification): Robustify.  Return a
bool, not an int.
(type_unification_real): Adjust accordingly.
PR c++/32232
* g++.dg/template/overload9.C: New test.

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

16 years ago2007-07-06 Daniel Berlin <dberlin@dberlin.org>
dberlin [Sat, 7 Jul 2007 03:25:29 +0000 (03:25 +0000)]
2007-07-06  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/23488

* tree-ssa-sccvn.c (expr_has_constants): Handle tcc_declaration.
(try_to_simplify): Ditto.
(visit_use): Ditto.
* tree-vn.c (set_value_handle): Use decl_vh_map for decl value
handles.
* tree-flow-inline.h (get_value_handle): Ditto.
* tree-ssa-pre.c (decl_vh_map): New.
(decl_node_pool): New.
(can_value_number_operation): Support DECL_P.
(can_PRE_operation): Ditto.
(create_expression_by_pieces): Ditto.
(find_existing_value_expr): Modify to differnetiate between
addressing and top level.
(create_value_handle_for_expr): Handle DECL's.
(poolify_tree): Ditto.
(make_values_for_phi): Don't insert into PHI_GEN during FRE.
(make_values_for_stmt): Handle DECL's properly.
(init_pre): Reorg to not init useless things during FRE.
(fini_pre): Ditto.
* tree-flow.h: Include pointer-set.h.
(decl_vh_map): Declare.
* Makefile.in (TREE_FLOW_H): Add pointer-set.h

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

16 years agoDaily bump.
gccadmin [Sat, 7 Jul 2007 00:17:11 +0000 (00:17 +0000)]
Daily bump.

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

16 years agomissed ChangeLog for last patch
sandra [Fri, 6 Jul 2007 22:10:59 +0000 (22:10 +0000)]
missed ChangeLog for last patch

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

16 years ago2007-07-06 Sandra Loosemore <sandra@codesourcery.com>
sandra [Fri, 6 Jul 2007 22:08:40 +0000 (22:08 +0000)]
2007-07-06  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
apply to assembly language, too.
* doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.

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

16 years ago * gcc.dg/20001012-1.c: Run on all fpic-capable targets.
froydnj [Fri, 6 Jul 2007 20:45:29 +0000 (20:45 +0000)]
* gcc.dg/20001012-1.c: Run on all fpic-capable targets.
* gcc.dg/20001012-2.c: Likewise.
* gcc.dg/tls/opt-7.c: Require an fpic-capable target.
* gcc.dg/20000222-1.c: Add -fPIC on all fpic-capable targets.

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

16 years ago * gcc.c-torture/execute/multi-ix.c (CHUNK): Be more conservative
froydnj [Fri, 6 Jul 2007 20:43:05 +0000 (20:43 +0000)]
* gcc.c-torture/execute/multi-ix.c (CHUNK): Be more conservative
about the chunk size when STACK_SIZE is defined.

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

16 years ago2007-07-06 Ian Lance Taylor <iant@google.com>
zack [Fri, 6 Jul 2007 17:57:58 +0000 (17:57 +0000)]
2007-07-06  Ian Lance Taylor  <iant@google.com>
            Zack Weinberg  <zackw@panix.com>

PR middle-end/32441
* builtins.c (std_expand_builtin_va_start): Don't use make_tree.

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

16 years agogcc/
rsandifo [Fri, 6 Jul 2007 17:00:15 +0000 (17:00 +0000)]
gcc/
* config/sh/sh.md (*prefetch_i4): Disable for TARGET_VXWORKS_RTP.
(prefetch): Likewise if "pref" would be used.

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

16 years ago2007-07-06 Josh Conner <jconner@apple.com>
jconner [Fri, 6 Jul 2007 16:57:19 +0000 (16:57 +0000)]
2007-07-06  Josh Conner  <jconner@apple.com>

PR middle-end/32602
PR middle-end/32603
* calls.c (store_one_arg): Handle arguments which are partially
on the stack when detecting argument overlap.

2007-07-06  Josh Conner  <jconner@apple.com>

PR middle-end/32602
* gcc.dg/sibcall-8.c: New test.

2007-07-06  Josh Conner  <jconner@apple.com>

PR middle-end/32603
* gcc.target/arm/sibcall-1.c: New test.

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

16 years ago2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 6 Jul 2007 16:47:47 +0000 (16:47 +0000)]
2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.dg/dfp/convert-dfp-round-thread.c: New test.

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

16 years ago * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
jsm28 [Fri, 6 Jul 2007 16:33:38 +0000 (16:33 +0000)]
* update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
commands.

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

16 years ago2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 6 Jul 2007 14:53:06 +0000 (14:53 +0000)]
2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>

* configure.ac (set_have_cc_tls): Add a missing =.
* configure: Regenerated.

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

16 years agoconfig/
hjl [Fri, 6 Jul 2007 14:00:46 +0000 (14:00 +0000)]
config/

2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>

* tls.m4 (GCC_CHECK_CC_TLS): New.

libgcc/

2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>

* config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
and x86_64-*-linux*.

* config/t-tls: New file.

* Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.

* configure.ac: Include ../config/enable.m4 and
../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
supports TLS and substitute set_have_cc_tls.
* configure: Regenerated.

libbid/

2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>

Updated from Intel BID library:
* bid_conf.h (BID_THREAD): Defined only if both HAVE_CC_TLS
and USE_TLS are defined.

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

16 years ago * reload1.c (choose_reload_regs): Set reload_spill_index for regs
bernds [Fri, 6 Jul 2007 13:42:26 +0000 (13:42 +0000)]
* reload1.c (choose_reload_regs): Set reload_spill_index for regs
chosen during find_reloads.

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

16 years agoMove changelog entry from toplev to config.
spop [Fri, 6 Jul 2007 13:36:28 +0000 (13:36 +0000)]
Move changelog entry from toplev to config.

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

16 years agogcc/fortran:
dfranke [Fri, 6 Jul 2007 12:37:22 +0000 (12:37 +0000)]
gcc/fortran:
2007-05-06  Daniel Franke  <franke.daniel@gmail.com>

        PR fortran/32633
        * symbol.c (save_status): New.
        * gfortran.h (save_status): Added external declaration.
        (check_conflict): Check for conflicting explicite SAVE statements
        only.
        (gen_special_c_interop_ptr): Use SAVE_EXPLICIT constant.
        * module.c (ab_attribute, attr_bits): Removed enumerator value
AB_SAVE for save attribute.
        (mio_symbol_attribute): Import/export the full SAVE status,
        removed usage of AB_SAVE.
        * dump-parse-tree.c (gfc_show_attr): Dump full SAVE status.
        * decl.c (add_init_expr_to_sym): Set SAVE_IMPLICIT only if not
        already explicit.

gcc/testsuite:
2007-07-06  Daniel Franke  <franke.daniel@gmail.com>

        * gfortran.dg/save_parameter.f90: New test.
        * gfortran.dg/module_md5_1.f90: Updated MD5 sum.

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

16 years ago2007-07-06 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 6 Jul 2007 11:23:59 +0000 (11:23 +0000)]
2007-07-06  Richard Guenther  <rguenther@suse.de>

* gimplify.c (gimplify_call_expr): Prefer DECL_ARGUMENTS over
TYPE_ARG_TYPES for verification of argument types.  Use
DECL_ARG_TYPE instead of the PARM_DECL type.  Take excess
parameters as variable arguments.

        * g++.dg/opt/pr30965.C: New testcase.

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

16 years ago2007-07-06 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Fri, 6 Jul 2007 10:47:31 +0000 (10:47 +0000)]
2007-07-06  Andreas Krebbel  <krebbel1@de.ibm.com>

* libgcc2.h (word_type): Type definition removed.
(cmp_return_type, shift_count_type): Type definitions added.
(__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
replaced with shift_count_type.
(__cmpdi2, __ucmpdi2): word_type of return type replaced with
cmp_return_type.
* libgcc2.c (__udivmoddi4, __moddi3): Type of local variable c
changed from word_type to Wtype.
(__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
replaced with shift_count_type.
(__cmpdi2, __ucmpdi2): word_type of return type replaced with
cmp_return_type.
* c-common.c (handle_mode_attribute): Handling for libgcc_cmp_return and
libgcc_shift_count attribute added.
* target-def.h (TARGET_LIBGCC_CMP_RETURN_MODE,
TARGET_LIBGCC_SHIFT_COUNT_MODE): New target hooks defined.
(TARGET_INITIALIZER): New target hooks added.
* targhooks.c (default_libgcc_cmp_return_mode,
default_libgcc_shift_count_mode): Default implementations for the new
target hooks added.
* targhooks.h (default_libgcc_cmp_return_mode,
default_libgcc_shift_count_mode): Function prototypes added.
* target.h (struct gcc_target): Fields for the new target hooks added.
* optabs.c (expand_binop): Use shift_count_mode when expanding shift
as library call.
(prepare_cmp_insn): Use cmp_return_mode when expanding comparison as
library call.

* doc/tm.texi (TARGET_LIBGCC_CMP_RETURN_MODE,
TARGET_LIBGCC_SHIFT_COUNT_MODE): Documentation added.

* config/s390/s390.c (s390_libgcc_cmp_return_mode,
s390_libgcc_shift_count_mode): Functions added.
(TARGET_LIBGCC_CMP_RETURN_MODE, TARGET_LIBGCC_SHIFT_COUNT_MODE): Target
hooks defined.

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

16 years agogcc/
rsandifo [Fri, 6 Jul 2007 09:27:10 +0000 (09:27 +0000)]
gcc/
* config/mips/mips.c (compute_frame_size): Restore the original
gp_sp_offset for !GENERATE_MIPS16E_SAVE_RESTORE and remove the
fp_size term from the GENERATE_MIPS16E_SAVE_RESTORE calculation.
Document why the difference is needed.

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

16 years ago2007-07-06 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 6 Jul 2007 09:24:18 +0000 (09:24 +0000)]
2007-07-06  Richard Guenther  <rguenther@suse.de>

* c-common.c (boolean_increment): Use correctly typed
constant.

cp/
* init.c (build_new_1): Use the correct pointer type.
* typeck2.c (build_m_component_ref): Likewise.

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

16 years agogcc/
rsandifo [Fri, 6 Jul 2007 09:20:46 +0000 (09:20 +0000)]
gcc/
* config/mips/mips.c (mips16e_save_restore_pattern_p): Check that
the topmost argument register is not also included in the save mask.
(mips16e_collect_argument_save_p): Take a pointer to the argument
register, rather than a pointer to the number of arguments.
(mips16e_collect_argument_saves): Only include argument saves
that aren't in the register mask.

gcc/testsuite/
* gcc.target/mips/save-restore-5.c: New test.

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

16 years ago PR rtl_optimization/32450
uros [Fri, 6 Jul 2007 08:53:15 +0000 (08:53 +0000)]
PR rtl_optimization/32450
* function.c (thread_prologue_and_epilogue_insns): Emit blockage insn
to ensure that instructions are not moved into the prologue when
profiling is on.  Remove unused prologue_end variable.
(expand_function_end): Emit blockage insn instead of ASM_INPUT rtx
as a scheduling barrier.

testsuite/ChangeLog:

PR rtl_optimization/32450
* gcc.dg/pr32450.c: New runtime test.

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

16 years agoPR debug/23551
aoliva [Fri, 6 Jul 2007 08:38:40 +0000 (08:38 +0000)]
PR debug/23551
* tree-ssa-copyrename.c (copy_rename_partition_coalesce):
Disregard DECL_FROM_INLINE.

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

16 years ago * g++.dg/ext/visibility/ms-compat-1.C: Change double underscore to
uros [Fri, 6 Jul 2007 08:23:00 +0000 (08:23 +0000)]
    * g++.dg/ext/visibility/ms-compat-1.C: Change double underscore to
        single underscore in scan directives.

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

16 years ago PR c++/32245
mmitchel [Fri, 6 Jul 2007 01:23:54 +0000 (01:23 +0000)]
PR c++/32245
* init.c (build_zero_init): Always build an initializer for
non-static storage.
* typeck2.c (build_functional_cast): Use build_zero_init.

PR c++/32251
* init.c (build_new_1): Always pass the allocation function to
build_op_delete_call.
* call.c (build_op_delete_call): Handle operator delete with a
variable-argument list.  Do not issue an error when no matching
deallocation function is available for a new operator.

PR c++/31992
* cp-tree.h (any_value_dependent_elements_p): Declare it.
* decl.c (value_dependent_init_p): New function.
(cp_finish_decl): Use it.
* pt.c (value_dependent_expression_p): Use
any_value_dependent_elements_p.
* parser.c (cp_parser_primary_expression): Add comment about
treating dependent qualified names as integral
constant-expressions.

PR c++/32245
* g++.dg/init/ptrmem4.C: New test.

PR c++/32251
* g++.dg/init/new21.C: Likewise.

PR c++/31992
* g++.dg/template/static30.C: Likewise.

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

16 years ago * rtlanal.c (num_sign_bit_copies1): Improve cases of ANDing or
nemet [Fri, 6 Jul 2007 00:20:46 +0000 (00:20 +0000)]
* rtlanal.c (num_sign_bit_copies1): Improve cases of ANDing or
IORing with a constant.

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

16 years agoDaily bump.
gccadmin [Fri, 6 Jul 2007 00:16:59 +0000 (00:16 +0000)]
Daily bump.

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

16 years ago * testsuite/lib/libstdc++.exp (v3-build_support): Use env(AR)
hp [Fri, 6 Jul 2007 00:03:03 +0000 (00:03 +0000)]
* testsuite/lib/libstdc++.exp (v3-build_support): Use env(AR)
and env(RANLIB), not env(AR_FOR_TARGET) and env(RANLIB_FOR_TARGET).

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

16 years ago2007-07-05 Seongbae Park <seongbae.park@gmail.com>
spark [Thu, 5 Jul 2007 23:44:44 +0000 (23:44 +0000)]
2007-07-05  Seongbae Park  <seongbae.park@gmail.com>

PR rtl-optimization/32475
* df-scan.c (df_def_record_1): Add a use of the stack pointer
for every definition of the stack pointer.

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

16 years ago * arm.c (vfp3_const_double_index): Copy signed results of
rearnsha [Thu, 5 Jul 2007 21:33:30 +0000 (21:33 +0000)]
* arm.c (vfp3_const_double_index): Copy signed results of
REAL_VALUE_TO_INT into unsigned vars.

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

16 years ago2007-07-05 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 5 Jul 2007 21:21:10 +0000 (21:21 +0000)]
2007-07-05  Richard Guenther  <rguenther@suse.de>

PR middle-end/32639
* alias.c (get_alias_set): Tread METHOD_TYPE the same as
FUNCTION_TYPE.
* tree-ssa.c (useless_type_conversion_p): Check canonical
types early.

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

16 years ago2007-07-05 Andreas Tobler <a.tobler@schweiz.org>
andreast [Thu, 5 Jul 2007 20:44:25 +0000 (20:44 +0000)]
2007-07-05  Andreas Tobler  <a.tobler@schweiz.org>

* java/lang/natPosixProcess.cc: Reorder includes to fix compilation
on hppa2.0w-hp-hpux11.11.
Remove include of <gcj/cni.h>.

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

16 years ago * config/avr/avr.md (zero_extendqihi2, zero_extendqisi2,
aesok [Thu, 5 Jul 2007 20:41:29 +0000 (20:41 +0000)]
* config/avr/avr.md (zero_extendqihi2, zero_extendqisi2,
zero_extendhisi2): Change to define_insn_and_split.
(zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New.

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

16 years ago PR bootstrap/32622
spop [Thu, 5 Jul 2007 20:26:10 +0000 (20:26 +0000)]
PR bootstrap/32622
* config/mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer,
don't reset its value.

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

16 years ago2007-07-05 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 5 Jul 2007 20:04:36 +0000 (20:04 +0000)]
2007-07-05  Paolo Bonzini  <bonzini@gnu.org>

* function.c (match_asm_constraints_1, rest_of_match_asm_constraints,
pass_match_asm_constraints): New.
* passes.c (init_optimization_passes): Add new pass.
* stmt.c (expand_asm_operands): Set cfun->has_asm_statement.
* function.h (struct function): Add has_asm_statement bit.
(current_function_has_asm_statement): New.
* tree-pass.h (pass_match_asm_constraints): New.

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

16 years agoImprove placement in previous commit
rsandifo [Thu, 5 Jul 2007 19:59:16 +0000 (19:59 +0000)]
Improve placement in previous commit

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

16 years agogcc/
rsandifo [Thu, 5 Jul 2007 19:51:48 +0000 (19:51 +0000)]
gcc/
* config/mips/mips.c (mips_file_start): Avoid declaration
after code.

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

16 years ago2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
sandra [Thu, 5 Jul 2007 19:11:05 +0000 (19:11 +0000)]
2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* optabs.c (expand_binop_directly): Fix signed/unsigned comparison.

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

16 years ago * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
ro [Thu, 5 Jul 2007 18:51:00 +0000 (18:51 +0000)]
* MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
maintainer.

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

16 years ago PR libgcj/28190
ro [Thu, 5 Jul 2007 18:43:16 +0000 (18:43 +0000)]
PR libgcj/28190
* inclhack.def (irix_stdint_c99): New fix.
* fixincl.x: Regenerate.
* tests/base/stdint.h: New test.

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

16 years agoRemove myself as libbid maintainer.
hjl [Thu, 5 Jul 2007 18:26:11 +0000 (18:26 +0000)]
Remove myself as libbid maintainer.

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

16 years ago * rtl.def (NOTE): Change print format string to print
uros [Thu, 5 Jul 2007 17:55:07 +0000 (17:55 +0000)]
* rtl.def (NOTE): Change print format string to print
    operand 5 as a note insn name.

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

16 years agoRegenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp,
hjl [Thu, 5 Jul 2007 17:54:10 +0000 (17:54 +0000)]
Regenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp,
libjava, libmudflap, libobjc, libssp and zlib.

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

16 years ago2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 5 Jul 2007 17:36:59 +0000 (17:36 +0000)]
2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>

* lt~obsolete.m4: New. Import from 20070318 libtool.

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

16 years ago2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
sandra [Thu, 5 Jul 2007 17:10:54 +0000 (17:10 +0000)]
2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>
    David Ung  <davidu@mips.com>

gcc/
* config/mips/mips.c (mips_cpu_info): Add 4ksc and 4ksd processors.
* doc/invoke.texi: (MIPS Options): Document them.

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

16 years ago2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
sandra [Thu, 5 Jul 2007 17:08:37 +0000 (17:08 +0000)]
2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>
    David Ung  <davidu@mips.com>

Add support for SmartMIPS ASE.

gcc/
* optabs.c (expand_binop_directly): New, broken out from...
(expand_binop): Here.  Make it try rotating in the other
direction even when the second operand isn't constant.
* config/mips/mips.md (*lwxs): New.
* config/mips/mips.opt (msmartmips): New.
* config/mips/mips.c (mips_lwxs_address_p): New.
(mips_rtx_costs): Make it recognize scaled indexed addressing.
* config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
__mips_smartmips when compiling for TARGET_SMARTMIPS.
(ISA_HAS_ROR): Define for TARGET_SMARTMIPS.
(ISA_HAS_LWXS): New.
(ASM_SPEC): Add -msmartmips/-mno-smartmips.
* doc/invoke.texi (MIPS Options): Document -msmartmips/-mno-smartmips.
* testsuite/gcc.target/mips/smartmips-lwxs.c: New test case.
* testsuite/gcc.target/mips/smartmips-ror-1.c: New test case.
* testsuite/gcc.target/mips/smartmips-ror-2.c: New test case.
* testsuite/gcc.target/mips/smartmips-ror-3.c: New test case.
* testsuite/gcc.target/mips/smartmips-ror-4.c: New test case.

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

16 years ago2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 5 Jul 2007 13:19:38 +0000 (13:19 +0000)]
2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>

Updated from Intel BID library:
* bid_conf.h (BID_THREAD): Defined.
(__bid_IDEC_glbround): Add BID_THREAD in declaration.
(__bid_IDEC_glbflags): Likewise.

* decimal_globals.c (__bid_IDEC_glbround): Add BID_THREAD in
declaration.
(__bid_IDEC_glbflags): Likewise.

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

16 years ago * tree-vectorizer.c (new_loop_vec_info): Initialize
dorit [Thu, 5 Jul 2007 13:15:20 +0000 (13:15 +0000)]
    * tree-vectorizer.c (new_loop_vec_info): Initialize
        LOOP_VINFO_COST_MODEL_MIN_ITERS.
        * tree-vectorizer.h (_loop_vec_info): Added new filed
        min_profitable_iters.
        (LOOP_VINFO_COST_MODEL_MIN_ITERS): New access macro to above new field.
        (TARG_SCALAR_TO_VEC_COST): Define cost of scalar to vector operation.
        * tree-vect-analyze.c (vect_analyze_operations): Set
        LOOP_VINFO_COST_MODEL_MIN_ITERS.
        * tree-vect-transform.c (vect_estimate_min_profitable_iters): Use
        VEC_length to determine if there are any LOOP_VINFO_MAY_MISALIGN_STMTS.
        Fix calculation of peel_iters_prologue. Move consideration of epilogue
        and prologue cost to after they are computed.
        (vect_model_induction_cost): Use TARG_SCALAR_TO_VEC_COST instead of
        TARG_VEC_STMT_COST.
        (vect_model_simple_cost): Takes additional argument dt. Consider cost
        of creating vectors from scalars according to dt.
        (vect_model_store_cost): Likewise.
        (vectorizable_call): Use dt array instead of scalar dt. Call
        vect_model_simple_cost with additional argument dt.
        (vectorizable_assignment): Likewise.
        (vectorizable_operation): Likewise.
        (vectorizable_type_demotion): Likewise.
        (vectorizable_type_promotion): Likewise.
        (vectorizable_store): Use dt array instead of scalar dt. Call
        vect_model_store_cost with additional argument dt.
        (vect_do_peeling_for_loop_bound): Don't call
        vect_estimate_min_profitable_iters. Instead, lookup
        LOOP_VINFO_COST_MODEL_MIN_ITERS. Don't always print
        "may not be profitable".

        * gcc.dg/vect/costmodel/ppc: New directory.
        * gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: New.
        * gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-31b.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-31c.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-76a.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-76c.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-68a.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-68b.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-68c.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-reduc-1char.c: New test.
  * gcc.dg/vect/costmodel/i386/costmodel-vect-68.c: Now vectorized.

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

16 years ago2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 5 Jul 2007 13:12:20 +0000 (13:12 +0000)]
2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>

* MAINTAINERS (libbid): Add myself.

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

16 years agogcc/fortran/
burnus [Thu, 5 Jul 2007 12:51:51 +0000 (12:51 +0000)]
gcc/fortran/
2007-07-05  Daniel Franke  <franke.daniel@gmail.com>
    Tobias Burnus  <burnus@net-b.de>

PR fortran/32359
* gfortran.h (symbol_attribute): Change save attribute into an enum.
* decl.c (add_init_expr_to_sym): Set it to SAVE_IMPLICIT.
* symbol.c (gfc_add_save): Check for SAVE_EXPLICIT.
* resolve.c (resolve_fl_variable): Check for SAVE_EXPLICIT.
(resolve_symbol): Allow OMP threadprivate with
initialization SAVEd and save_all variable.
* trans-decl.c (gfc_finish_var_decl): Remove obsolete sym->value check.

libgomp/
2007-07-05  Tobias Burnus  <burnus@net-b.de>

PR fortran/32359
* testsuite/libgomp.fortran/pr32359.f90: New.

gcc/testsuite/
2007-07-05  Tobias Burnus  <burnus@net-b.de>

PR fortran/32359
* gfortran.dg/module_md5_1.f90: Update MD5 number.

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

16 years ago * ChangeLog: Fix word wrapping.
uros [Thu, 5 Jul 2007 12:00:49 +0000 (12:00 +0000)]
* ChangeLog: Fix word wrapping.

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

16 years ago2007-07-05 Joerg Richter <joerg.richter@pdv-fs.de>
paolo [Thu, 5 Jul 2007 11:45:24 +0000 (11:45 +0000)]
2007-07-05  Joerg Richter  <joerg.richter@pdv-fs.de>

PR libstdc++/31957
* include/Makefile.am: Work around an AIX sed oddity.
* include/Makefile.in: Regenerate.

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

16 years ago PR testsuite/32014
dorit [Thu, 5 Jul 2007 10:56:04 +0000 (10:56 +0000)]
    PR testsuite/32014
        * config/rs6000/altivec.md (UNSPEC_VUPKHS_V4SF, UNSPEC_VUPKLS_V4SF):
        (UNSPEC_VUPKHU_V4SF, UNSPEC_VUPKLU_V4SF): New.
        (vec_unpacks_float_hi_v8hi, vec_unpacks_float_lo_v8hi): New patterns.
        (vec_unpacku_float_hi_v8hi, vec_unpacku_float_lo_v8hi): New patterns.

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

16 years ago * config/i386/i386.c (ix86_address_cost): Do not consider more complex
rakdver [Thu, 5 Jul 2007 09:31:43 +0000 (09:31 +0000)]
* config/i386/i386.c (ix86_address_cost): Do not consider more complex
addressing modes cheaper.

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

16 years ago* dwarf2out.c (dw_ranges_by_label_ref): New typedef.
aoliva [Thu, 5 Jul 2007 08:30:24 +0000 (08:30 +0000)]
* dwarf2out.c (dw_ranges_by_label_ref): New typedef.
(dw_ranges_struct): Rename block_num to num.  Adjust.
(dw_ranges_by_label_struct): New.
(ranges_by_label, ranges_by_label_allocated,
ranges_by_label_in_use): New variables.
(add_ranges_num): Factored most of the code out of...
(add_ranges): ... this one.  Rewrite in terms of the former.
(add_ranges_by_labels): New.
(output_ranges): Output by-label ranges.
(dwarf2out_finish): Output range for multiple-section
compile_unit.  Output standard DW_AT_low_pc in addition to
unexpected DW_AT_entry_pc.

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

16 years ago * config/i386/cygming-crtend.c: Remove svn:executable property.
uros [Thu, 5 Jul 2007 07:07:34 +0000 (07:07 +0000)]
* config/i386/cygming-crtend.c: Remove svn:executable property.
* config/i386/cygming-crtbegin.c: Ditto.
* config/i386/w32-unwinf.h: Ditto.

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

16 years ago2007-07-05 Paul Thomas <pault@gcc.gnu.org>
pault [Thu, 5 Jul 2007 06:49:54 +0000 (06:49 +0000)]
2007-07-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32526
* match.c (gfc_match_call): Check, in all cases, that a symbol
is neither generic nor a subroutine before trying to add it as
a subroutine.

PR fortran/32613
* match.c (gfc_match_do): Reset the implied_index attribute.

2007-07-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32526
* gfortran.dg/interface_14.f90: New test.

PR fortran/32613
* gfortran.dg/do_iterator_2.f90: New test.

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

16 years agoMerged with libbbid branch at revision 126349.
hjl [Thu, 5 Jul 2007 05:36:50 +0000 (05:36 +0000)]
Merged with libbbid branch at revision 126349.

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

16 years ago2007-07-04 Jim Xochellis <jimxoch@yahoo.gr>
paolo [Thu, 5 Jul 2007 00:50:56 +0000 (00:50 +0000)]
2007-07-04  Jim Xochellis  <jimxoch@yahoo.gr>

* include/bits/stl_algo.h (search(_ForwardIterator1,
_ForwardIterator1, _ForwardIterator2, _ForwardIterator2)): Simplify
general case loop to a for(;;).
(search(_ForwardIterator1, _ForwardIterator1, _ForwardIterator2,
_ForwardIterator2, _BinaryPredicate)): Likewise; remove redundant
inner loop.

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

16 years agoCorrect file path in last entry
hp [Thu, 5 Jul 2007 00:34:53 +0000 (00:34 +0000)]
Correct file path in last entry

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

16 years agoDaily bump.
gccadmin [Thu, 5 Jul 2007 00:17:23 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago2007-07-04 Daniel Berlin <dberlin@dberlin.org>
dberlin [Wed, 4 Jul 2007 22:11:14 +0000 (22:11 +0000)]
2007-07-04  Daniel Berlin  <dberlin@dberlin.org>

PR tree-optimization/32604
PR tree-optimization/32606

* tree-ssa-pre.c (bb_bitmap_sets): Removed antic_safe_loads.
(compute_antic_safe): Removed.
(ANTIC_SAFE_LOADS): Ditto.
(compute_antic_aux): Don't print ANTIC_SAFE_LOADS.
(execute_pre): Don't call compute_antic_safe.
(vuse_equiv): New function.
(make_values_for_stmt): Use it
* tree-ssa-sccvn.c (set_ssa_val_to): Remove assert, since it is
not always true.

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

16 years ago PR target/31331
aesok [Wed, 4 Jul 2007 21:10:28 +0000 (21:10 +0000)]
PR target/31331
* config/avr/avr.c (avr_naked_function_p): Handle receiving a type
rather than a decl.
(avr_attribute_table): Make "naked" attribute apply to function types
rather than to decls.
(avr_handle_fntype_attribute): New function.

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

16 years ago * gcc.dg/visibility-12.c: New test.
mmitchel [Wed, 4 Jul 2007 17:34:16 +0000 (17:34 +0000)]
* gcc.dg/visibility-12.c: New test.
* gcc.dg/visibility-13.c: Likewise.
* g++.dg/ext/visibility-9.C: Likewise.
* g++.dg/ext/visibility-10.C: Likewise.

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

16 years ago * target-def.h (TARGET_INITIALIZER): Remove trailing whitespace
jsm28 [Wed, 4 Jul 2007 17:09:12 +0000 (17:09 +0000)]
* target-def.h (TARGET_INITIALIZER): Remove trailing whitespace
after \.

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

16 years ago2007-07-04 David Ung <davidu@mips.com>
jsm28 [Wed, 4 Jul 2007 16:50:38 +0000 (16:50 +0000)]
2007-07-04  David Ung  <davidu@mips.com>
            Joseph Myers  <joseph@codesourcery.com>

* config/mips/mips.md (type): Add logical, signext and move.
(one_cmpl<mode>2, *and<mode>3, *and<mode>3_mips16, *ior<mode>3,
*ior<mode>3_mips16, two unnamed insns after *ior<mode>3_mips16,
*nor<mode>3, "Combiner patterns to optimize truncate/zero_extend
combinations", *zero_extend<SHORT:mode><GPR:mode>2,
*zero_extendqihi2, *extend<SHORT:mode><GPR:mode>2_mips16e,
*extend<SHORT:mode><GPR:mode>2_se<SHORT:size>, *movdi_64bit,
*movdi_64bit_mips16, *movsi_internal, *movsi_mips16, movcc,
*movhi_internal, *movhi_mips16, *movqi_internal, *movqi_mips16,
*movsf_hardfloat, *movsf_softfloat, *movsf_mips16,
*movdf_hardfloat_64bit, *movdf_hardfloat_32bit,
movv2sf_hardfloat_64bit): Use the new types.
(*movdi_32bit, *movdi_gp32_fp64, *movdi_32bit_mips16,
*movdf_softfloat, *movdf_mips16): Use "multi".
(extendqihi2): Replace with a define_expand.
(*extendqihi2_mips16e, *extendqihi2, *extendqihi2_seb): New.
Based on extend<SHORT:mode><GPR:mode>2 patterns.
* config/mips/74k.md (r74k_int_logical): New reservation and
bypasses.
(r74k_int_arith): Remove "slt".
* config/mips/24k.md, config/mips/4130.md, config/mips/4k.md,
config/mips/5400.md, config/mips/5500.md, config/mips/5k.md,
config/mips/7000.md, config/mips/9000.md, config/mips/generic.md,
config/mips/sb1.md, config/mips/sr71k.md: Add new types to
reservations for "arith".

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

16 years ago2007-07-04 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 4 Jul 2007 16:26:53 +0000 (16:26 +0000)]
2007-07-04  Richard Guenther  <rguenther@suse.de>

* tree-ssa.c (useless_type_conversion_p): Add handling for
scalar float and vector types.  Only call the types_compatible_p
langhook for aggregate types as last resort.  Follow the
rules.

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

16 years ago2007-07-04 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 4 Jul 2007 16:21:39 +0000 (16:21 +0000)]
2007-07-04  Richard Guenther  <rguenther@suse.de>

* tree-inline.c (estimate_num_insns_1): Treat CONVERT_EXPR
the same as NOP_EXPR.

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

16 years ago * configure.ac: SUBST CFLAGS.
dje [Wed, 4 Jul 2007 16:20:13 +0000 (16:20 +0000)]
    * configure.ac: SUBST CFLAGS.
        * configure: Regenerate.

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

16 years ago* target.h (struct gcc_target): Add target_help field.
nickc [Wed, 4 Jul 2007 15:05:26 +0000 (15:05 +0000)]
* target.h (struct gcc_target): Add target_help field.
* target-def.h (TARGET_HELP): New.
  (TARGET_INITIALIZER): Use TARGET_HELP.
* opts.c (command_handle_option): Invoke target_help function, if defined, when the
  user has specified --target-help on the command line.
* doc/invoke.texi: Mention that --target-help might print additional information.
* doc/tm.texi: Document TARGET_HELP hook.

* arm.c (TARGET_HELP): Override default definition.
  (arm_target_help): New - display a wrapped list of cores and architectures supported.

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

16 years ago* config/gcc/v850/v850.c (expand_prologue): Make sure GEN_INT() argument is sign...
nickc [Wed, 4 Jul 2007 13:27:37 +0000 (13:27 +0000)]
* config/gcc/v850/v850.c (expand_prologue): Make sure GEN_INT() argument is sign extended rather than zero extended.
  (expand_epilogue): Likewise.
  (output_move_double): Delete.
* config/gcc/v850/v850-protos.h (output_move_double): Delete.
* config/gcc/v850/v850.md (movdi): Delete.
  (movdi_internal): Delete.
  (movdf): Delete.
  (movdf_internal): Delete.

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

16 years agogcc/
rsandifo [Wed, 4 Jul 2007 13:01:33 +0000 (13:01 +0000)]
gcc/
* config/sh/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Reject -mrelax
unless compiling RTP PIC.

gcc/testsuite/
* gcc.dg/sh-relax.c: Skip for VxWorks if non-PIC.
* gcc.dg/sh-relax-vxworks.c: New test.

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

16 years ago2007-07-04 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 4 Jul 2007 12:39:42 +0000 (12:39 +0000)]
2007-07-04  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/32500
* gcc.c-torture/execute/pr32500.c: New testcase.

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

16 years ago2007-07-04 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 4 Jul 2007 11:44:58 +0000 (11:44 +0000)]
2007-07-04  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/32482
* tree-ssa-ifcombine.c (recognize_single_bit_test): Use the
original ssa name if we didn't find a shift expression.
Fix shift constant for bit zero test.

* gcc.c-torture/compile/pr32482.c: New testcase.

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

16 years agogcc/testsuite/
rsandifo [Wed, 4 Jul 2007 11:25:32 +0000 (11:25 +0000)]
gcc/testsuite/
* gcc.c-torture/execute/ieee/compare-fp-4.x: Add an XFAIL for ARM
VxWorks kernels.
* gcc.c-torture/execute/ieee/fp-cmp-1.x: Likewise.
* gcc.c-torture/execute/ieee/fp-cmp-2.x: Likewise.
* gcc.c-torture/execute/ieee/fp-cmp-3.x: Likewise.
* gcc.c-torture/execute/ieee/fp-cmp-6.x: Likewise.

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

16 years agogcc/
rsandifo [Wed, 4 Jul 2007 10:14:28 +0000 (10:14 +0000)]
gcc/
* config/sh/lib1funcs.asm (ic_invalidate): Align constant pool.

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

16 years ago * traditional.c (_cpp_scan_out_logical_line): Initialize
uros [Wed, 4 Jul 2007 10:08:44 +0000 (10:08 +0000)]
* traditional.c (_cpp_scan_out_logical_line): Initialize
fmacro.args, fmacro.node, fmacro.offset, fmacro.line and
fmacro.args to prevent 'may be used uninitialized' warning.

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

16 years agogcc/
rsandifo [Wed, 4 Jul 2007 10:07:21 +0000 (10:07 +0000)]
gcc/
* config.gcc (arm-wrs-vxworks): Don't include svr4.h.
* config/vxworks.h (PTRDIFF_TYPE, SIZE_TYPE, TARGET_POSIX_IO): Define.
* config/arm/vxworks.h (ASM_SPEC): Delete.
(SUBTARGET_EXTRA_ASM_SPEC): Define.

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

16 years agogcc/testsuite/
rsandifo [Wed, 4 Jul 2007 09:58:55 +0000 (09:58 +0000)]
gcc/testsuite/
* gcc.dg/cpp/trad/include.c: Skip for VxWorks kernels.

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

16 years agogcc/testsuite/
rsandifo [Wed, 4 Jul 2007 09:15:53 +0000 (09:15 +0000)]
gcc/testsuite/
* gcc.dg/sh4a-fprun.c: Skip for VxWorks kernels.

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

16 years ago PR fortran/31198
fxcoudert [Wed, 4 Jul 2007 07:25:39 +0000 (07:25 +0000)]
PR fortran/31198

* trans-intrinsic.c (trans-intrinsic.c): Handle optional
arguments correctly for MIN and MAX intrinsics.

* gfortran.dg/min_max_optional_1.f90: New test.
* gfortran.dg/min_max_optional_2.f90: New test.
* gfortran.dg/min_max_optional_3.f90: New test.

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

16 years ago * tree-data-ref.h (data_dependence_relation): New flag reversed_p.
spop [Wed, 4 Jul 2007 07:19:01 +0000 (07:19 +0000)]
* tree-data-ref.h (data_dependence_relation): New flag reversed_p.
(DDR_REVERSED_P): New.
* tree-data-ref.c (initialize_data_dependence_relation,
build_classic_dist_vector): Set DDR_REVERSED_P.

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

16 years ago PR middle-end/32457
spop [Wed, 4 Jul 2007 07:04:31 +0000 (07:04 +0000)]
PR middle-end/32457
* tree-data-ref.c (analyze_siv_subscript_cst_affine,
compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
init_omega_for_ddr_1): Use non conservative number of iterations
estimations.
(analyze_subscript_affine_affine): Use HOST_WIDE_INT instead of int.
(analyze_siv_subscript): Remove FIXME and reinitialization of
last_conflicts to chrec_dont_know.
* testsuite/gfortran.dg/vect/pr32457.f90: New.

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

16 years ago2007-07-04 Douglas Gregor <doug.gregor@gmail.com>
dgregor [Wed, 4 Jul 2007 06:35:25 +0000 (06:35 +0000)]
2007-07-04  Douglas Gregor  <doug.gregor@gmail.com>

* tree.c (maybe_canonicalize_argtypes): Improve description.

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

16 years ago2007-07-04 Douglas Gregor <doug.gregor@gmail.com>
dgregor [Wed, 4 Jul 2007 06:32:30 +0000 (06:32 +0000)]
2007-07-04  Douglas Gregor  <doug.gregor@gmail.com>

* tree.c (maybe_canonicalize_argtypes): New.
(build_function_type): Set canonical type.
(build_method_type_directly): Ditto.
(reconstruct_complex_type): Rebuild the METHOD_TYPE node
properly.

2007-07-04  Douglas Gregor  <doug.gregor@gmail.com>

* decl.c (build_ptrmemfunc_type): Always use structural equality
tests when comparing pointer-to-member-function types, because the
handling of TYPE_GET_PTRMEMFUNC_TYPE currently defeats canonical
types.

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

16 years ago2007-07-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
pinskia [Wed, 4 Jul 2007 04:39:26 +0000 (04:39 +0000)]
2007-07-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * tree-ssa-loop-ivopts.c (strip_offset_1): Treat POINTER_PLUS_EXPR
        like PLUS_EXPR.
        (rewrite_use_nonlinear_expr): Likewise.

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

16 years ago2007-07-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Wed, 4 Jul 2007 01:13:47 +0000 (01:13 +0000)]
2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32545
* gfortran.dg/fmt_error.f90: New test.

2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32612
* gfortran.dg/interface_13.f90: New test.

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

16 years ago2007-07-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Wed, 4 Jul 2007 01:08:48 +0000 (01:08 +0000)]
2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32545
* io.c (check_format): Always call gfc_error for errors.
(check_format_string): Change type of this function to try and
return the result of check_format.
(check_io_constraints): Return MATCH_ERROR if check_format_string
returns FAILURE.

2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32612
* decl.c (get_proc_name): Include attr->mod_proc in check for error.

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

16 years ago * dwarf2out.c: Move DWARF2 abbreviation glossary closer to the top
bje [Wed, 4 Jul 2007 00:56:44 +0000 (00:56 +0000)]
* dwarf2out.c: Move DWARF2 abbreviation glossary closer to the top
of this file.

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

16 years ago * init.c (build_new): Tweak comment.
mmitchel [Wed, 4 Jul 2007 00:22:51 +0000 (00:22 +0000)]
* init.c (build_new): Tweak comment.

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

16 years ago PR c++/31743
mmitchel [Wed, 4 Jul 2007 00:21:33 +0000 (00:21 +0000)]
PR c++/31743
* parser.c (cp_parser_new_type_id): Don't reduce a named array
type to its base type and number of elements here.
* init.c (build_new): Call complete_type_or_else to ensure that the
type is complete and to issue a diagnostic if it is not.
(build_new_1): Don't call complete_type_or_else here.

PR c++/31743
* g++.dg/init/new20.C: New test.

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