OSDN Git Service

pf3gnuchains/gcc-fork.git
14 years ago2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Tue, 7 Jul 2009 02:10:19 +0000 (02:10 +0000)]
2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* c-lex.c: Replace %H by an explicit location. Update all calls.
* c-common.c: Likewise.
* c-decl.c: Likewise.
* c-typeck.c: Likewise.
* fold-const.c: Likewise.
* gimplify.c: Likewise.
* stmt.c: Likewise.
* tree-cfg.c: Likewise.
* tree-ssa-loop-niter.c: Likewise.
* tree-vrp.c: Likewise.
* value-prof.c: Likewise.
java/
* jcf-parse.c: Replace %H by an explicit location. Update all calls.
objc/
* objc-act.c: Replace %H by an explicit location. Update all calls.
testsuite/
* gcc.dg/plugin/selfassign.c: Replace %H by an explicit
location. Update all calls.
* g++.dg/plugin/selfassign.c: Likewise.

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

14 years agoDaily bump.
gccadmin [Tue, 7 Jul 2009 00:16:41 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2009-07-06 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 6 Jul 2009 22:44:58 +0000 (22:44 +0000)]
2009-07-06  Benjamin Kosnik  <bkoz@redhat.com>

*  testsuite/21_strings/c_strings/wchar_t/3.cc: Add copyright.
*  testsuite/21_strings/c_strings/char/3.cc: Same.

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

14 years ago * libsupc++/vmi_class_type_info.cc (__do_dyncast): Use src2dst hint
jason [Mon, 6 Jul 2009 22:13:51 +0000 (22:13 +0000)]
* libsupc++/vmi_class_type_info.cc (__do_dyncast): Use src2dst hint
to defer searching bases that don't overlap the desired address.

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

14 years ago * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
ian [Mon, 6 Jul 2009 18:06:55 +0000 (18:06 +0000)]
* configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
* configure: Rebuild.

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

14 years ago * tree-dfa.c (dump_variable): Write DECL_INITIAL for VAR
dnovillo [Mon, 6 Jul 2009 17:07:32 +0000 (17:07 +0000)]
* tree-dfa.c (dump_variable): Write DECL_INITIAL for VAR
if it has one.  Handle cases where VAR does not have an
annotation or cfun is NULL.

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

14 years ago * tree.c: Include debug.h.
dnovillo [Mon, 6 Jul 2009 17:06:26 +0000 (17:06 +0000)]
* tree.c: Include debug.h.
(initialize_tree_contains_struct): New.
(init_ttree): Call it.
(tree_node_structure_for_code): Factor out of ...
(tree_node_structure): ... here.
* treestruct.def (TS_PHI_NODE): Remove.
(TS_GIMPLE_STATEMENT): Remove.

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

14 years ago * tree-pretty-print.c (dump_generic_node): Protect
dnovillo [Mon, 6 Jul 2009 17:04:34 +0000 (17:04 +0000)]
* tree-pretty-print.c (dump_generic_node): Protect
against NULL op0.
(debug_tree_chain): Handle cycles.

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

14 years ago * lib/target-supports.exp
froydnj [Mon, 6 Jul 2009 15:15:53 +0000 (15:15 +0000)]
* lib/target-supports.exp
(check_effective_target_mips_newabi_large_long_double): New.
* gcc.target/mips/fpr-moves-5.c: Require mips_newabi_large_long_double
target.
* gcc.target/mips/fpr-moves-6.c: Likewise.

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

14 years ago * gcc-interface/trans.c (Handled_Sequence_Of_Statements_to_gnu,
hainque [Mon, 6 Jul 2009 14:33:11 +0000 (14:33 +0000)]
    * gcc-interface/trans.c (Handled_Sequence_Of_Statements_to_gnu,
        setjmp_longjmp): Attach the exception propagation reraise fallback
        to the sequence end label location when we have it.

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

14 years ago * config.sh/lib1funcs.h (FMOVD_WORKS): Only define if
nickc [Mon, 6 Jul 2009 13:55:09 +0000 (13:55 +0000)]
    * config.sh/lib1funcs.h (FMOVD_WORKS): Only define if
        __FMOVD_ENABLED__ is defined.
        * config/sh/sh.h
        (TARGET_FMOVD): Provide a default definition.
        (MASK_FMOVD): Likewise.
        (TARGET_CPU_CPP_BUILTINS): Define
        __FMOVD_ENABLED__ if TARGET_FMOVD is true.
        * config/sh/sh.md (movdf_i4): For alternative 0 use either one or
        two fmov instructions depending upon whether TARGET_FMOVD is
        enabled.
        (split for DF load from memory into register): Also handle
        MEMs which consist of REG+DISP addressing.
        (split for DF store from register to memory): Likewise.
        (movsf_ie): Always use single fp_mode.
        * config/sh/sh.c (sh_override_options): Do not automatically
        enable TARGET_MOVD for the SH2A when supporting doubles - leave
        that to the -mfmovd command line switch.
        (broken_move): Do not restrict fldi test to only the SH4 and SH4A.
        (fldi_ok): Always allow.
        * config/sh/sh.opt (mfmovd): Remove this switch.
        * doc/invoke.texi (-mfmovd): Remove documentation of this switch.

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

14 years ago PR rtl-optimization/30807
kkojima [Mon, 6 Jul 2009 13:28:22 +0000 (13:28 +0000)]
PR rtl-optimization/30807
* postreload.c (reload_combine): For every new use of REG_SUM,
record the use of BASE.

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

14 years ago * params.def: Revert my accidental commit at 2009-06-30.
hubicka [Mon, 6 Jul 2009 09:37:01 +0000 (09:37 +0000)]
* params.def: Revert my accidental commit at 2009-06-30.

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

14 years ago2009-07-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu [Mon, 6 Jul 2009 09:09:47 +0000 (09:09 +0000)]
2009-07-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>

cp/
* decl.c: Replace %H by an explicit location. Update all calls.
* except.c: Likewise.
* semantics.c: Likewise.
* parser.c: Likewise.

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

14 years agogcc/cp/
simartin [Mon, 6 Jul 2009 04:55:20 +0000 (04:55 +0000)]
gcc/cp/

2009-07-06  Simon Martin  <simartin@users.sourceforge.net>

PR c++/40557
* pt.c (perform_typedefs_access_check, get_types_needing_access_check,
append_type_to_template_for_access_check_1): Use
RECORD_OR_UNION_CODE_P.

gcc/testsuite/

2009-07-06  Simon Martin  <simartin@users.sourceforge.net>

PR c++/40557
* g++.dg/template/union2.C: New test.

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

14 years agoDaily bump.
gccadmin [Mon, 6 Jul 2009 00:16:43 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2009-07-05 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 5 Jul 2009 19:13:59 +0000 (19:13 +0000)]
2009-07-05  Paul Thomas  <pault@gcc.gnu.org>
and Tobias Burnus <burnus@gcc.gnu.org>

PR fortran/40646
* gfortran.h : Change the compcall member of the 'value' union
in the gfc_expr structure so that its fields overlap with the
'function' member.
* resolve.c (resolve_compcall): Set the function.esym.
* trans-expr.c (gfc_trans_arrayfunc_assign): Use
is_proc_ptr_comp in the condition.
* dependency.c (gfc_full_array_ref_p): Ensure that 'contiguous'
retunrs a value if non-NULL.

2009-07-05  Paul Thomas  <pault@gcc.gnu.org>
and Tobias Burnus <burnus@gcc.gnu.org>

PR fortran/40646
* gfortran.dg/func_assign_3.f90 : New test.

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

14 years ago *
jsm28 [Sun, 5 Jul 2009 17:59:29 +0000 (17:59 +0000)]
*
testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stod.cc,
testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stof.cc,
testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoi.cc,
testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stol.cc,
testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stold.cc,
testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoll.cc,
testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoul.cc,
testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoull.cc,
testsuite/21_strings/basic_string/numeric_conversions/wchar_t/to_wstring.cc,
testsuite/ext/vstring/element_access/char/front_back.cc,
testsuite/ext/vstring/element_access/wchar_t/front_back.cc,
testsuite/ext/vstring/init-list.cc,
testsuite/ext/vstring/moveable.cc,
testsuite/ext/vstring/requirements/citerators.cc,
testsuite/ext/vstring/requirements/explicit_instantiation/char16_t/1.cc,
testsuite/ext/vstring/requirements/explicit_instantiation/char32_t/1.cc:
Use dg-require-string-conversions.

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

14 years ago * pt.c (retrieve_specialization): Don't get confused by a
jason [Sun, 5 Jul 2009 02:09:15 +0000 (02:09 +0000)]
* pt.c (retrieve_specialization): Don't get confused by a
using-declaration that brings in another instance of this template
from a base class.

* ptree.c (cxx_print_type): Fix logic.

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

14 years agoDaily bump.
gccadmin [Sun, 5 Jul 2009 00:16:40 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago PR target/40636
ian [Sat, 4 Jul 2009 22:52:57 +0000 (22:52 +0000)]
PR target/40636
* config/i386/msformat-c.c (mingw_format_attributes): Declare as
EXPORTED_CONST.
(mingw_format_attribute_overrides): Likewise.

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

14 years ago * inclhack.def (darwin_stdint_5, darwin_stdint_6,
fxcoudert [Sat, 4 Jul 2009 21:31:17 +0000 (21:31 +0000)]
* inclhack.def (darwin_stdint_5, darwin_stdint_6,
darwin_stdint_7): New fixes.
* fixincl.x: Regenerate.
* tests/base/stdint.h: Adjust test for new fixes.

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

14 years agoFix nits
ebotcazou [Sat, 4 Jul 2009 20:22:39 +0000 (20:22 +0000)]
Fix nits

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

14 years ago * cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.
jason [Sat, 4 Jul 2009 17:48:02 +0000 (17:48 +0000)]
* cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.

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

14 years ago PR ada/40608
fxcoudert [Sat, 4 Jul 2009 17:28:32 +0000 (17:28 +0000)]
PR ada/40608
* init.c (APPLE): Include <mach/mach_init.h>.
(__gnat_is_stack_guard, APPLE): Add ATTRIBUTE_UNUSED marker.

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

14 years ago * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): For integer
jakub [Sat, 4 Jul 2009 17:20:46 +0000 (17:20 +0000)]
* trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): For integer
maxloc initialize limit to -huge-1 rather than just -huge.

* gfortran.dg/maxloc_1.f90: New test.

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

14 years ago PR debug/40596
jakub [Sat, 4 Jul 2009 17:19:26 +0000 (17:19 +0000)]
PR debug/40596
* dwarf2out.c (based_loc_descr): For crtl->stack_realign_tried
don't check cfa.reg.  Instead of cfa.indirect use
fde && fde->drap_reg != INVALID_REGNUM test.

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

14 years ago * postreload.c (reload_combine): Replace CONST_REG with INDEX_REG.
ebotcazou [Sat, 4 Jul 2009 17:04:03 +0000 (17:04 +0000)]
* postreload.c (reload_combine): Replace CONST_REG with INDEX_REG.

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

14 years agoMove testsuite log into testsuite/ChangeLog
vmakarov [Sat, 4 Jul 2009 13:57:11 +0000 (13:57 +0000)]
Move testsuite log into testsuite/ChangeLog

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

14 years ago2009-07-04 Janus Weil <janus@gcc.gnu.org>
janus [Sat, 4 Jul 2009 12:28:43 +0000 (12:28 +0000)]
2009-07-04  Janus Weil  <janus@gcc.gnu.org>

PR fortran/40593
* interface.c (compare_actual_formal): Take care of proc-pointer-valued
functions as actual arguments.
* trans-expr.c (gfc_conv_procedure_call): Ditto.
* resolve.c (resolve_specific_f0): Use the correct ts.

2009-07-04  Janus Weil  <janus@gcc.gnu.org>

PR fortran/40593
* gfortran.dg/proc_ptr_result_6.f90: New.

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

14 years ago * gcc.dg/framework-2.c: Adjust testcase to pass.
fxcoudert [Sat, 4 Jul 2009 11:33:17 +0000 (11:33 +0000)]
* gcc.dg/framework-2.c: Adjust testcase to pass.

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

14 years ago * ada-tree.h (SET_TYPE_LANG_SPECIFIC): Rewrite.
ebotcazou [Sat, 4 Jul 2009 10:51:31 +0000 (10:51 +0000)]
* ada-tree.h (SET_TYPE_LANG_SPECIFIC): Rewrite.
(SET_DECL_LANG_SPECIFIC): Likewise.
(TYPE_RM_VALUE): New macro.
(SET_TYPE_RM_VALUE): Likewise.
(TYPE_RM_SIZE): Rewrite in terms of TYPE_RM_VALUE.
(TYPE_RM_MIN_VALUE): Likewise.
(TYPE_RM_MAX_VALUE): Likewise.
(SET_TYPE_RM_SIZE): Rewrite in terms of SET_TYPE_RM_VALUE.
(SET_TYPE_RM_MIN_VALUE): Likewise.
(SET_TYPE_RM_MAX_VALUE): Likewise.
* decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Remove kludge.

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

14 years ago2009-07-04 Laurent GUERBY <laurent@guerby.net>
guerby [Sat, 4 Jul 2009 10:11:57 +0000 (10:11 +0000)]
2009-07-04  Laurent GUERBY  <laurent@guerby.net>

PR ada/40631
* tracebak.c (__gnat_backtrace): Fix old-style definition.

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

14 years ago PR c++/40619
jason [Sat, 4 Jul 2009 04:34:03 +0000 (04:34 +0000)]
PR c++/40619
* cp-tree.h (struct lang_decl_parm): New.
(struct lang_decl): Add it.
(LANG_DECL_PARM_CHECK): New.
(DECL_PARM_INDEX): New.
* decl2.c (parm_index): Remove.
* lex.c (retrofit_lang_decl): Handle parms.
(cxx_dup_lang_specific_decl): Likewise.
* mangle.c (write_expression): Adjust.
* tree.c (cp_tree_equal): Adjust.
(decl_linkage): Only check DECL_COMDAT for functions and variables.
* parser.c (cp_parser_parameter_declaration_list): Set
DECL_PARM_INDEX.
* pt.c (iterative_hash_template_arg): Hash it.

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

14 years ago2009-07-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 4 Jul 2009 04:25:20 +0000 (04:25 +0000)]
2009-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/40638
* gfortran.dg/unit_1.f90: New test.

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

14 years ago * cp-tree.h (struct lang_decl): Overhaul.
jason [Sat, 4 Jul 2009 00:43:26 +0000 (00:43 +0000)]
* cp-tree.h (struct lang_decl): Overhaul.
(struct lang_decl_flags): Remove.
(struct lang_decl_base): New.
(struct lang_decl_min): New.
(struct lang_decl_fn): New.
(struct lang_decl_ns): New.
(CAN_HAVE_FULL_LANG_DECL_P): Replace with LANG_DECL_HAS_MIN.
(LANG_DECL_MIN_CHECK): New.
(LANG_DECL_FN_CHECK): New.
(LANG_DECL_NS_CHECK): New.
(STRIP_TEMPLATE): New.
(NON_THUNK_FUNCTION_CHECK): Remove.
(DECL_DECLARES_FUNCTION_P): New.
(lots): Adjust.
* lex.c (retrofit_lang_decl, cxx_dup_lang_specific_decl): Adjust.
* decl.c (push_local_name, duplicate_decls): Adjust.
* decl2.c (start_objects): Don't set u2sel.
* semantics.c (finish_omp_threadprivate): Adjust.
* class.c (build_clone): Don't do much on TEMPLATE_DECLs.
(decl_cloned_function_p): Out-of-line implementation of macros.
(clone_function_decl, adjust_clone_args): Use DECL_CLONED_FUNCTION_P.
* mangle.c (write_unqualified_name): Don't check function flags
on non-functions.
* method.c (make_alias_for): Don't set DECL_CLONED_FUNCTION.
* pt.c (build_template_decl): Don't set function flags.
(check_default_tmpl_args): Check that it's a function.
(instantiate_template): Use DECL_ABSTRACT_ORIGIN to find the
cloned template.

* pt.c (tsubst_decl) [FUNCTION_DECL]: Don't tsubst
DECL_CLONED_FUNCTION.

* cp-tree.h (struct lang_type_class): Move sorted_fields here.
* class.c (finish_struct_1): Adjust.
* ptree.c (cxx_print_decl, cxx_print_type): Adjust.
* search.c (lookup_field_1): Adjust.

* cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Remove.
* decl.c (finish_method): Don't add to it.
* class.c (fixup_pending_inline): Remove.
(fixup_inline_methods): Remove.
(finish_struct_1): Don't call it.

* error.c (dump_function_name): Handle null name.

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

14 years agoDaily bump.
gccadmin [Sat, 4 Jul 2009 00:16:32 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2009-07-03 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Fri, 3 Jul 2009 22:36:31 +0000 (22:36 +0000)]
2009-07-03  Vladimir Makarov  <vmakarov@redhat.com>

PR target/40587
* ira.c (build_insn_chain): Use DF_LR_OUT instead of
df_get_live_out.
* testsuite/gfortran.dg/pr40587.f: New test.

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

14 years ago2009-07-03 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 3 Jul 2009 22:09:12 +0000 (22:09 +0000)]
2009-07-03  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/40640
* tree-switch-conversion.c (build_arrays): Perform arithmetic
in original type.

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

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

14 years ago * ipa-inline.c (cgraph_decide_inlining_incrementally): When optimizing
hubicka [Fri, 3 Jul 2009 20:28:14 +0000 (20:28 +0000)]
* ipa-inline.c (cgraph_decide_inlining_incrementally): When optimizing
for size, reduce amount of inlining.

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

14 years ago * inclhack.def (solaris_int_types): New fix.
ebotcazou [Fri, 3 Jul 2009 20:27:05 +0000 (20:27 +0000)]
* inclhack.def (solaris_int_types): New fix.
* fixincl.x: Regenerate.
* tests/base/sys/int_types.h: New file.

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

14 years ago2009-07-03 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 3 Jul 2009 14:11:14 +0000 (14:11 +0000)]
2009-07-03  Richard Guenther  <rguenther@suse.de>

PR middle-end/34163
* tree-chrec.c (chrec_convert_1): Fold (T2)(t +- x) to
(T2)t +- (T2)x if t +- x is known to not overflow and
the conversion widens the operation.
* Makefile.in (tree-chrec.o): Add $(FLAGS_H) dependency.

* gfortran.dg/pr34163.f90: New testcase.

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

14 years ago * gcc.dg/tree-ssa/loop-24.c: Update dump file matching; enable -O2.
hubicka [Fri, 3 Jul 2009 13:18:28 +0000 (13:18 +0000)]
* gcc.dg/tree-ssa/loop-24.c: Update dump file matching; enable -O2.
* gcc.dg/tree-ssa/loop-25.c: Likewise.
* gcc.dg/tree-ssa/loop-26.c: Likewise.
* gcc.dg/tree-ssa/pr32044.c: Likewise.
* gcc.dg/tree-ssa/loop-29.c: Likewise.
* gcc.dg/tree-ssa/loop-10.c: Likewise.
* gnat.dg/loop_optimization6.adb: Enable -O2.

* ipa-pure-const.c (analyze): Update loop optimizer init.
* tree-ssa-loop-iv-canon.c (empty_loop_p, remove_empty_loop,
try_remove_empty_loop, remove_empty_loops): Remove.
* tree-ssa-loop.c (tree_ssa_empty_loop, pass_empty_loop): Remove.
* tree-ssa-dce.c (find_obviously_necessary_stmts): Use finiteness info
to mark regular loops as neccesary.
(degenerate_phi_p): New function.
(propagate_necessity, remove_dead_phis): Use it.
(forward_edge_to_pdom): Likewise.
(eliminate_unnecessary_stmts): Take care to remove uses of results of
virtual PHI nodes that became unreachable.
(perform_tree_ssa_dce): Initialize/deinitialize loop optimizer.
* tree-flow.h (remove_empty_loops): Remove.
* passes.c (init_optimization_passes): Remove.

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

14 years ago * config/i386/i386.md (fix_trunc<mode>_fisttp_i387_1): Use
uros [Fri, 3 Jul 2009 11:30:51 +0000 (11:30 +0000)]
* config/i386/i386.md (fix_trunc<mode>_fisttp_i387_1): Use
can_create_pseudo_p.
(*fix_trunc<mode>_i387_1): Ditto.
(*floathi<mode>2_1): Ditto.
(*float<SSEMODEI24:mode><X87MODEF:mode>2_1): Ditto.
(*fistdi2_1): Ditto.
(*fist<mode>2_1): Ditto.
(frndintxf2_floor): Ditto.
(*fist<mode>2_floor_1): Ditto.
(frndintxf2_ceil): Ditto.
(*fist<mode>2_ceil_1): Ditto.
(frndintxf2_trunc): Ditto.
(frndintxf2_mask_pm): Ditto.
(fxam<mode>2_i387_with_temp): Ditto.
* config/i386/sse.md (mulv16qi3): Ditto.
(*sse2_mulv4si3): Ditto.
(mulv2di3): Ditto.
(sse4_2_pcmpestr): Ditto.
(sse4_2_pcmpistr): Ditto.

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

14 years agoDaily bump.
gccadmin [Fri, 3 Jul 2009 00:16:38 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago * tree-ssa-dce.c (bb_contains_live_stmts): New bitmap.
hubicka [Thu, 2 Jul 2009 22:56:21 +0000 (22:56 +0000)]
* tree-ssa-dce.c (bb_contains_live_stmts): New bitmap.
(mark_stmt_necessary): Set it.
(mark_operand_necessary): Set it.
(mark_control_dependent_edges_necessary): Set it.
(mark_virtual_phi_result_for_renaming): New function.
(get_live_post_dom): New function.
(forward_edge_to_pdom): New function.
(remove_dead_stmt): Fix handling of control dependences.
(tree_dce_init): Init new bitmap.
(tree_dce_done): Free it.

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

14 years agolibgomp/
rsandifo [Thu, 2 Jul 2009 20:55:23 +0000 (20:55 +0000)]
libgomp/
* testsuite/lib/libgomp.exp (libgomp_init): Use the ALWAYS_CFLAGS
options when choosing a multilib.

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

14 years ago2009-07-02 Mark Mitchell <mark@codesourcery.com>
mmitchel [Thu, 2 Jul 2009 17:52:37 +0000 (17:52 +0000)]
2009-07-02  Mark Mitchell  <mark@codesourcery.com>

* typeck.c (cp_build_binary_op): Move warnings about use of NULL
in arithmetic earlier and allow comparisions of NULL with
pointers-to-members.

2009-07-02  Mark Mitchell  <mark@codesourcery.com>

* g++.dg/warn/null4.C: Extend.

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

14 years ago Use hash tables for template specialization lookup.
jason [Thu, 2 Jul 2009 17:28:07 +0000 (17:28 +0000)]
Use hash tables for template specialization lookup.
* pt.c (struct spec_entry): New type.
(decl_specializations, type_specializations): New hash tables.
(register_specialization, retrieve_specialization): Use them.
(reregister_specialization, lookup_template_class): Use them.
(eq_specializations, hash_tmpl_and_args, hash_specialization): New.
(iterative_hash_template_arg): New.
(init_template_processing): New
(process_partial_specialization): Don't look to see if we already
have this partial specialization.
(maybe_process_partial_specialization): Handle reassigning
full specializations when we get an explicit specialization
of the partial instantiation.
(tsubst_friend_function): Adjust specialization reassignment code.
(instantiate_template): Only do one lookup.
(instantiate_decl): Don't do any lookup.
* cp-tree.h: Declare init_template_processing.
* decl.c (duplicate_decls): Pass args to reregister_specialization.

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

14 years ago * tracebak.c [i386 && sun] (IS_BAD_PTR): Use -1UL in comparison.
ro [Thu, 2 Jul 2009 16:10:25 +0000 (16:10 +0000)]
* tracebak.c [i386 && sun] (IS_BAD_PTR): Use -1UL in comparison.

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

14 years ago2009-07-02 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 2 Jul 2009 15:50:26 +0000 (15:50 +0000)]
2009-07-02  Richard Guenther  <rguenther@suse.de>

PR bootstrap/40617
* tree-ssa-structalias.c (new_var_info): Initialize
is_restrict_var.

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

14 years agofortran/
matz [Thu, 2 Jul 2009 15:31:28 +0000 (15:31 +0000)]
fortran/
        PR fortran/32131
        * trans-array.c (gfc_conv_descriptor_stride_get): Return
        constant one for strides in the first dimension of ALLOCATABLE
        arrays.

testsuite/
        PR fortran/32131
        * gfortran.dg/pr32921.f: Adjust.

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

14 years ago * gcc.dg/tree-ssa/local-pure-const.c: New testcase.
hubicka [Thu, 2 Jul 2009 15:16:08 +0000 (15:16 +0000)]
* gcc.dg/tree-ssa/local-pure-const.c: New testcase.
* ipa-pure-const.c (check_op): Use PTA info to see if indirect_ref is
local.

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

14 years ago2009-07-02 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 2 Jul 2009 11:23:23 +0000 (11:23 +0000)]
2009-07-02  Paolo Bonzini  <bonzini@gnu.org>

* expmed.c (emit_cstore, emit_store_flag_1): Accept target_mode
instead of recomputing it.  Adjust calls.
(emit_store_flag): Adjust recursive calls.

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

14 years ago2009-07-02 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 2 Jul 2009 10:18:24 +0000 (10:18 +0000)]
2009-07-02  Richard Guenther  <rguenther@suse.de>

* tree-ssa-live.c (remove_unused_locals): Do not remove
heap variables.
* tree-ssa-structalias.c (handle_lhs_call): Delay setting
of DECL_EXTERNAL for HEAP variables.
(compute_points_to_sets): Set DECL_EXTERNAL for escaped
HEAP variables.  Do not adjust RESTRICT vars.
(find_what_var_points_to): Nobody cares if something
points to READONLY.

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

14 years agoremove sanitzation leakage
nickc [Thu, 2 Jul 2009 07:20:22 +0000 (07:20 +0000)]
remove sanitzation leakage

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

14 years ago * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Move
bje [Thu, 2 Jul 2009 04:50:20 +0000 (04:50 +0000)]
* unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Move
pc_low and pc_high declarations to the top of the function.

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

14 years ago * cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.
jason [Thu, 2 Jul 2009 03:51:04 +0000 (03:51 +0000)]
* cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.

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

14 years ago * pt.c (register_specialization): Use duplicate_decls to merge
jason [Thu, 2 Jul 2009 03:50:57 +0000 (03:50 +0000)]
* pt.c (register_specialization): Use duplicate_decls to merge
the argument with a previous specialization.
(check_explicit_specialization): Call register_specialization to
merge the TEMPLATE_DECL with a previous version.
(determine_specialization): Return the args even if fn is a template.

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

14 years ago* config/mep/mep.c (mep_handle_option): Leave IVC2 control
dj [Thu, 2 Jul 2009 02:16:32 +0000 (02:16 +0000)]
* config/mep/mep.c (mep_handle_option): Leave IVC2 control
registers as fixed.
(mep_interrupt_saved_reg): Save appropriate IVC2 control
registers.
* config/mep/mep-ivc2.cpu: Add VOLATILE to insns that make
unspecified accesses to control registers.
* config/mep/intrinsics.md: Regenerate.
* config/mep/intrinsics.h: Regenerate.
* config/mep/mep-intrin.h: Regenerate.

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

14 years agoTweak moxie prologue and epilogue code.
green [Thu, 2 Jul 2009 01:18:42 +0000 (01:18 +0000)]
Tweak moxie prologue and epilogue code.

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

14 years agoDaily bump.
gccadmin [Thu, 2 Jul 2009 00:16:50 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago PR bootstrap/40347
rth [Wed, 1 Jul 2009 23:21:17 +0000 (23:21 +0000)]
PR bootstrap/40347
* function.c (reposition_prologue_and_epilogue_notes): If epilogue
contained no insns, reposition note before last insn.

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

14 years ago PR debug/40431
rth [Wed, 1 Jul 2009 23:16:06 +0000 (23:16 +0000)]
PR debug/40431
* dwarf2out.c (def_cfa_1): Revert 2009-06-11 change for
DW_CFA_def_cfa_offset and DW_CFA_def_cfa.

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

14 years agoFix PR 40558, undo part of June 25th patch
meissner [Wed, 1 Jul 2009 22:34:26 +0000 (22:34 +0000)]
Fix PR 40558, undo part of June 25th patch

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

14 years ago * combine.c (force_to_mode): Handle TRUNCATE. Factor out
nemet [Wed, 1 Jul 2009 21:34:58 +0000 (21:34 +0000)]
* combine.c (force_to_mode): Handle TRUNCATE.  Factor out
truncation from operands in binary operations.

testsuite/
* gcc.target/mips/truncate-4.c: New testcase.

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

14 years ago Revert:
nemet [Wed, 1 Jul 2009 21:22:28 +0000 (21:22 +0000)]
Revert:
2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
* expmed.c (store_bit_field_1): Properly truncate the paradoxical
subreg of op0 to the original op0.

* expmed.c (store_bit_field_1): Use a temporary as the destination
instead of a paradoxical subreg when we need to truncate the result.

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

14 years agoFix nits
ebotcazou [Wed, 1 Jul 2009 20:20:25 +0000 (20:20 +0000)]
Fix nits

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

14 years ago* config/mep/mep-ivc2.cpu (cmov, cmovc, cmovh): Add intrinsic names to VLIW variants.
dj [Wed, 1 Jul 2009 20:07:41 +0000 (20:07 +0000)]
* config/mep/mep-ivc2.cpu (cmov, cmovc, cmovh): Add intrinsic names to VLIW variants.
(ivc2rm, ivc2crn): Make data type consistent with non-VLIW variants.
* config/mep/intrinsics.md: Regenerate.
* config/mep/intrinsics.h: Regenerate.
* config/mep/mep-intrin.h: Regenerate.

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

14 years ago PR debug/40462
jakub [Wed, 1 Jul 2009 19:25:52 +0000 (19:25 +0000)]
PR debug/40462
* jump.c (returnjump_p): Revert last patch.
* dwarf2out.c (dwarf2out_begin_epilogue): Handle SEQUENCEs.

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

14 years agolibffi/
rsandifo [Wed, 1 Jul 2009 19:15:33 +0000 (19:15 +0000)]
libffi/
* testsuite/lib/libffi-dg.exp (libffi-init): Set ld_library_path
to "" before adding paths.  (This reinstates an assignment that
was removed by my 2009-06-30 commit, but changes the initial
value from "." to "".)

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

14 years ago * gnu/javax/swing/text/html/parser/HTML_401F.java (defineElements):
jakub [Wed, 1 Jul 2009 19:13:03 +0000 (19:13 +0000)]
* gnu/javax/swing/text/html/parser/HTML_401F.java (defineElements):
Split this huge method into...
(defineElements1, defineElements2, defineElements3, defineElements4,
defineElements5, defineElements6): ... these smaller methods.

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

14 years ago * g++spec.c (lang_specific_driver): Bump num_args by 1.
ian [Wed, 1 Jul 2009 18:46:09 +0000 (18:46 +0000)]
* g++spec.c (lang_specific_driver): Bump num_args by 1.

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

14 years ago PR ada/40609
danglin [Wed, 1 Jul 2009 18:10:45 +0000 (18:10 +0000)]
PR ada/40609
init.c (__gnat_error_handler): Add ATTRIBUTE_UNUSED to ucontext
argument.

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

14 years ago2009-07-01 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 1 Jul 2009 17:07:31 +0000 (17:07 +0000)]
2009-07-01  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/40601
* testsuite/lib/libffi-dg.exp (libffi-init): Properly set
gccdir.  Adjust ld_library_path for gcc only if gccdir isn't
empty.

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

14 years ago PR target/40575
danglin [Wed, 1 Jul 2009 16:53:26 +0000 (16:53 +0000)]
PR target/40575
* pa.md (casesi32p): Use jump table label to determine the offset
of the jump table.
(casesi64p): Likewise.

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

14 years ago * pa.c (forward_branch_p): Return bool type. Use instruction addresses
danglin [Wed, 1 Jul 2009 15:47:33 +0000 (15:47 +0000)]
* pa.c (forward_branch_p): Return bool type.  Use instruction addresses
when available.  Assert that INSN has a jump label.
(pa_adjust_insn_length): Don't call forward_branch_p if INSN doesn't
have a jump label.

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

14 years ago2009-07-01 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 1 Jul 2009 12:27:33 +0000 (12:27 +0000)]
2009-07-01  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/19831
* tree-ssa-dce.c (propagate_necessity): Calls to functions
that only act as barriers do not make any previous stores
necessary.
* tree-ssa-structalias.c (handle_lhs_call): Delay making
HEAP variables global, do not add a constraint from nonlocal.
(find_func_aliases): Handle escapes through return statements.
(compute_points_to_sets): Make escaped HEAP variables global.

* gcc.dg/tree-ssa/20041122-1.c: Enable TBAA, scan FRE dump,
make allocated memory escape.  Un-XFAIL.
* gcc.dg/vect/pr21591.c: Make allocated memory escape.
* gcc.dg/vect/pr31699.c: Likewise.
* gcc.dg/tree-ssa/ssa-dce-7.c: New testcase.

libmudflap/
* testsuite/libmudflap.c/fail11-frag.c: Make allocated memory
escape.
* testsuite/libmudflap.c/fail12-frag.c: Likewise.
* testsuite/libmudflap.c/fail16-frag.c: Likewise.
* testsuite/libmudflap.c/fail31-frag.c: Likewise.

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

14 years ago2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
grosser [Wed, 1 Jul 2009 12:13:57 +0000 (12:13 +0000)]
2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>

* MAINTAINERS: Move myself to the Graphite Reviewers.

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

14 years ago2009-07-01 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 1 Jul 2009 12:05:56 +0000 (12:05 +0000)]
2009-07-01  Paolo Bonzini  <bonzini@gnu.org>

PR bootstrap/40597
* expmed.c (emit_store_flag): Perform a conversion if necessary,
after reducing a DImode cstore to SImode.

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

14 years ago2009-07-01 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 1 Jul 2009 11:50:12 +0000 (11:50 +0000)]
2009-07-01  Paolo Bonzini  <bonzini@gnu.org>

* expr.c (expand_expr_real_1): Reinstate fallthrough to
TRUTH_ANDIF_EXPR if do_store_flag returns NULL.

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

14 years ago * init.c (__gnat_error_handler, Solaris): Add ATTRIBUTE_UNUSED marker.
ebotcazou [Wed, 1 Jul 2009 09:08:27 +0000 (09:08 +0000)]
* init.c (__gnat_error_handler, Solaris): Add ATTRIBUTE_UNUSED marker.

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

14 years ago * config/vax/vax.h (TARGET_BSD_DIVMOD): New macro. Set to 1.
macro [Wed, 1 Jul 2009 01:23:54 +0000 (01:23 +0000)]
* config/vax/vax.h (TARGET_BSD_DIVMOD): New macro.  Set to 1.
* config/vax/linux.h (TARGET_BSD_DIVMOD): New macro.  Redefine the
to 0.
* config/vax/vax.c (vax_init_libfuncs): Only redefine udiv_optab
and umod_optab if TARGET_BSD_DIVMOD.
* config/vax/lib1funcs.asm: New file.
* config/vax/t-linux: New file.
* config.gcc (vax-*-linux*): Set tmake_file to vax/t-linux.

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

14 years agoDaily bump.
gccadmin [Wed, 1 Jul 2009 00:16:57 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago PR c++/40566
jakub [Tue, 30 Jun 2009 22:04:36 +0000 (22:04 +0000)]
PR c++/40566
* convert.c (convert_to_integer) <case COND_EXPR>: Don't convert
to type arguments that have void type.

* g++.dg/parse/cond5.C: New test.

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

14 years ago PR debug/40573
jakub [Tue, 30 Jun 2009 22:03:27 +0000 (22:03 +0000)]
PR debug/40573
* dwarf2out.c (gen_formal_parameter_die): Call
equate_decl_number_to_die if node is different from origin.

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

14 years ago * gcc.dg/tree-ssa/gen-vect-25.c (n): New variable.
froydnj [Tue, 30 Jun 2009 21:10:14 +0000 (21:10 +0000)]
* gcc.dg/tree-ssa/gen-vect-25.c (n): New variable.
(main): Pass n to main_1 instead.
* gcc.dg/tree-ssa/gen-vect-28.c (off): New variable.
(main_1): New function, split off from...
(main): ...here.  Pass `off' to main_1 instead.

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

14 years ago PR c++/40595
jason [Tue, 30 Jun 2009 19:36:36 +0000 (19:36 +0000)]
PR c++/40595
* pt.c (tsubst_pack_expansion): Handle unexpanded packs in an
EXPR_PACK_EXPANSION.

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

14 years ago * gcc-interface/utils2.c (build_binary_op) <MODIFY_EXPR>: Do not use
ebotcazou [Tue, 30 Jun 2009 19:20:24 +0000 (19:20 +0000)]
* gcc-interface/utils2.c (build_binary_op) <MODIFY_EXPR>: Do not use
the type of the left operand if it pads a self-referential type when
the right operand is a constructor.

* gcc-interface/lang-specs.h: Fix copyright date.

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

14 years agoEnable building with g++.
green [Tue, 30 Jun 2009 18:59:41 +0000 (18:59 +0000)]
Enable building with g++.

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

14 years agogcc/testsuite/
rsandifo [Tue, 30 Jun 2009 18:37:57 +0000 (18:37 +0000)]
gcc/testsuite/
* lib/gcc-defs.exp (gcc-set-multilib-library-path): Delete.
* lib/target-libpath.exp (ld_library_path_vars): New variable.
(init_ld_library_path_env_vars): New function, replacing the
orig_*_saved assignments.  Call it after defining it.
(set_ld_library_path_env_vars): Rewrite to use ld_library_path_vars.
(restore_ld_library_path_env_vars): Likewise.
(add_path, find_libgcc_s): New functions.
* lib/objc.exp (objc_init): Use find_libgcc_s instead of
gcc-set-multilib-library-path.
(objc_target_compile): Don't add "." to ld_library_path.
Use add_path.
* lib/gfortran.exp (gfortran_link_flags): Don't add "." to
ld_library_path.  Use add_path.  Use find_libgcc_s instead of
gcc-set-multilib-library-path.
* lib/g++.exp (g++_link_flags): Likewise.
* lib/obj-c++.exp (obj-c++_link_flags): Likewise.
* lib/c-torture.exp: Do not manipulate ld_library_path at the
top level; do it...
(c-torture-execute): ...here instead.  Use $ld_library_path_multilib
to tell when this needs to happen.  Use find_libgcc_s instead of
gcc-set-multilib-library-path.
* lib/gcc-dg.exp: Likewise.
* lib/gnat.exp (gnat_target_compile): Don't add "." to ld_library_path.
* g++.dg/compat/compat.exp (alt_ld_library_path): Don't add "."
unless it is in $ALT_LD_LIBRARY_PATH.
* g++.dg/compat/struct-layout-1.exp (alt_ld_library_path): Likewise.

libffi/
* testsuite/lib/libffi-dg.exp (libffi-init): Don't add "."
to ld_library_path.  Use add_path.  Add just find_libgcc_s
to ld_library_path, not every libgcc multilib directory.

libgomp/
* testsuite/lib/libgomp.exp (libgomp_init): Don't add "." to
ld_library_path.  Use add_path.  Add just find_libgcc_s to
ld_library_path, not every libgcc multilib directory.
* testsuite/libgomp.c/c.exp (ld_library_path): Don't call
gcc-set-multilib-library-path; rely on $always_ld_library_path instead.
* testsuite/libgomp.c++/c++.exp (ld_library_path): Likewise.
Use add_path.
* testsuite/libgomp.fortran/fortran.exp (ld_library_path): Likewise.

libjava/
* testsuite/lib/libjava.exp (libjava_init): Just add
find_libgcc_s to libjava_libgcc_s_path, rather than every
libgcc multilib directory.
(libjava_arguments): Explain why we add "." to ld_library_path.
(gcj_invoke, exec_gij, libjava_invoke): Use add_path.

libmudflap/
* testsuite/lib/libmudflap.exp (libmudflap-init): Don't add "."
to ld_library_path.  Use add_path.  Add just find_libgcc_s to
ld_library_path, not every libgcc multilib directory.

libstdc++-v3/
* testsuite/lib/libstdc++.exp (libstdc++_init): Don't add "."
to ld_library_path.  Use add_path.  Add just find_libgcc_s to
ld_library_path, not every libgcc multilib directory.

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

14 years ago * cgraphunit.c (cgraph_finalize_compilation_unit): Call
ebotcazou [Tue, 30 Jun 2009 17:26:32 +0000 (17:26 +0000)]
* cgraphunit.c (cgraph_finalize_compilation_unit): Call
finalize_size_functions before further processing.
* stor-layout.c: Include cgraph.h, tree-inline.h and tree-dump.h.
(variable_size): Call self_referential_size on size expressions
that contain a PLACEHOLDER_EXPR.
(size_functions): New static variable.
(copy_self_referential_tree_r): New static function.
(self_referential_size): Likewise.
(finalize_size_functions): New global function.
* tree.c: Include tree-inline.h.
(push_without_duplicates): New static function.
(find_placeholder_in_expr): New global function.
(substitute_in_expr) <tcc_declaration>: Return the replacement object
on equality.
<tcc_expression>: Likewise.
<tcc_vl_exp>: If the replacement object is a constant, try to inline
the call in the expression.
* tree.h (finalize_size_functions): Declare.
(find_placeholder_in_expr): Likewise.
(FIND_PLACEHOLDER_IN_EXPR): New macro.
(substitute_placeholder_in_expr): Update comment.
* tree-inline.c (remap_decl): Do not unshare trees if do_not_unshare
is true.
(copy_tree_body_r): Likewise.
(copy_tree_body): New static function.
(maybe_inline_call_in_expr): New global function.
* tree-inline.h (struct copy_body_data): Add do_not_unshare field.
(maybe_inline_call_in_expr): Declare.
* Makefile.in (tree.o): Depend on TREE_INLINE_H.
(stor-layout.o): Depend on CGRAPH_H, TREE_INLINE_H, TREE_DUMP_H and
GIMPLE_H.
ada/
* gcc-interface/decl.c: Include tree-inline.h.
(annotate_value) <CALL_EXPR>: Try to inline the call in the expression.
* gcc-interface/utils.c (max_size) <CALL_EXPR>: Likewise.
* gcc-interface/utils2.c: Include tree-inline.
(known_alignment) <CALL_EXPR>: Likewise.

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

14 years ago2009-06-30 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Tue, 30 Jun 2009 17:10:06 +0000 (17:10 +0000)]
2009-06-30  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/40576
* gfortran.dg/internal_write_1.f90:  New testcase.

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

14 years ago2009-06-30 Janus Weil <janus@gcc.gnu.org>
janus [Tue, 30 Jun 2009 17:06:27 +0000 (17:06 +0000)]
2009-06-30  Janus Weil  <janus@gcc.gnu.org>

PR fortran/40594
* trans-types.c (gfc_get_derived_type): Bugfix, reverting one hunk from
r147206.

2009-06-30  Janus Weil  <janus@gcc.gnu.org>

PR fortran/40594
* gfortran.dg/derived_pointer_recursion_2.f90: New.

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

14 years ago2009-06-30 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 30 Jun 2009 15:23:39 +0000 (15:23 +0000)]
2009-06-30  Richard Guenther  <rguenther@suse.de>

* tree-ssa-dce.c (mark_all_reaching_defs_necessary_1): Always
continue walking.
(propagate_necessity): Do not mark reaching defs of stores
as necessary.

* gcc.dg/tree-ssa/ssa-dce-6.c: New testcase.

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

14 years agoRevert accidental commit.
hubicka [Tue, 30 Jun 2009 14:57:54 +0000 (14:57 +0000)]
Revert accidental commit.

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

14 years ago * cfgloopanal.c (check_irred): Move into ...
hubicka [Tue, 30 Jun 2009 14:56:37 +0000 (14:56 +0000)]
* cfgloopanal.c (check_irred): Move into ...
(mark_irreducible_loops): ... here; return true if ireducible
loops was found.
* ipa-pure-const.c: Include cfgloop.h and tree-scalar-evolution.h
(analyze_function): Try to prove loop finiteness.
* cfgloop.h (mark_irreducible_loops): Update prototype.
* Makefile.in (ipa-pure-const.o): Add dependency on SCEV and CFGLOOP.

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

14 years ago2009-06-30 Basile Starynkevitch <basile@starynkevitch.net>
bstarynk [Tue, 30 Jun 2009 14:36:55 +0000 (14:36 +0000)]
2009-06-30  Basile Starynkevitch  <basile@starynkevitch.net>

* gcc/Makefile.in (PLUGIN_HEADERS): added ggc, tree-dump, pretty-print.

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

14 years agoRemove testsuite in filenames.
hjl [Tue, 30 Jun 2009 13:58:43 +0000 (13:58 +0000)]
Remove testsuite in filenames.

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

14 years ago2009-06-30 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 30 Jun 2009 12:09:57 +0000 (12:09 +0000)]
2009-06-30  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/40600
* testsuite/25_algorithms/minmax/2.cc: Fix consistently with
std::minmax return type.
* testsuite/25_algorithms/minmax/3.cc: Likewise.

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