OSDN Git Service

pf3gnuchains/gcc-fork.git
14 years ago2009-09-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 29 Sep 2009 02:47:54 +0000 (02:47 +0000)]
2009-09-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/35862
* io.h (gfc_unit): Add round_status.
(format_token): Add enumerators for rounding format specifiers.
* transfer.c (round_opt): New options table.
(formatted_transfer_scalar_read): Add set round_status for each rounding
format token. (formatted_transfer_scalar_write): Likewise.
* format.c (format_lex): Tokenize the rounding format specifiers.
(parse_format_list): Parse the rounding format specifiers.
* write_float.def (outout_float): Modify rounding code to use new
variable rchar to set the appropriate rounding. Fix some whitespace.
* unit.c (get_internal_unit): Initialize rounding mode for internal
units. (init_units): Likewise.

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

14 years ago2009-09-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 29 Sep 2009 02:44:38 +0000 (02:44 +0000)]
2009-09-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/35862
* io.c (format_token): Add enumerators for rounding format specifiers.
(format_lex): Tokenize the rounding format specifiers.
(gfc_match_open): Enable rounding modes in OPEN statement.

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

14 years agoDaily bump.
gccadmin [Tue, 29 Sep 2009 00:16:47 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2009-09-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 29 Sep 2009 00:15:30 +0000 (00:15 +0000)]
2009-09-28  Benjamin Kosnik  <bkoz@redhat.com>

*  libsupc++/eh_terminate.cc: Fixes for -fno-exceptions.
*  libsupc++/vec.cc: Same.
*  libsupc++/vterminate.cc: Same.
*  libsupc++/new_opnt.cc: Same.

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

14 years ago * tree-pass.h (register_pass_info): New structure.
ian [Mon, 28 Sep 2009 23:15:35 +0000 (23:15 +0000)]
* tree-pass.h (register_pass_info): New structure.
(pass_positioning_ops): Move enum from gcc-plugin.h.
(register_pass): New function.
* gcc-plugin.h (plugin_pass): Delete structure.
(pass_positioning_ops): Delete enum.
* plugin.c (regsiter_pass): Delete function.
(position_pass): Delete function.
(added_pass_nodes): Delete variable.
(prev_added_pass_nodes): Delete variable.
(pass_list_node): Delete structure.
* passes.c (make_pass_instance): New function.
(next_pass_1): Change to call make_pass_instance.
(pass_list_node): Move structure from gcc-plugin.h.
(added_pass_nodes): Move variable from plugin.c.
(prev_added_pass_nodes): Move variable from plugin.c.
(position_pass): New function.
(register_pass): New function.

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

14 years ago2009-09-28 Kai Tietz <kai.tietz@onevision.com>
ktietz [Mon, 28 Sep 2009 22:26:25 +0000 (22:26 +0000)]
2009-09-28  Kai Tietz  <kai.tietz@onevision.com>

        * src/x86/win64.S (_ffi_call_win64 stack): Remove for gnu
        assembly version use of ___chkstk.

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

14 years agoAdd PR reference to ChangeLog entry.
hainque [Mon, 28 Sep 2009 21:53:28 +0000 (21:53 +0000)]
Add PR reference to ChangeLog entry.

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

14 years ago./:
ian [Mon, 28 Sep 2009 21:26:31 +0000 (21:26 +0000)]
./:
* ifcvt.c (noce_try_abs): Recognize pattern and call
expand_one_cmpl_abs_nojump.
* optabs.c (expand_one_cmpl_abs_nojump): New function.
* optabs.h (expand_one_cmpl_abs_nojump): Declare.
testsuite/:
* gcc.target/i386/ifcvt-onecmpl-abs-1.c: New file.
* gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c: New file.

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

14 years ago PR middle-end/40500
ian [Mon, 28 Sep 2009 21:23:35 +0000 (21:23 +0000)]
PR middle-end/40500
* c-opts.c (c_common_handle_option): Don't set
warn_jump_misses_init for -Wall.
* doc/invoke.texi (Warning Options): Update documentation.

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

14 years agoFix dependency of out_object_file on gt header for out_file.
rwild [Mon, 28 Sep 2009 20:22:56 +0000 (20:22 +0000)]
Fix dependency of out_object_file on gt header for out_file.

gcc/:
* Makefile.in ($(out_object_file)): Depend on
gt-$(basename $(notdir $(out_file))).h.

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

14 years ago * g++.dg/dfp/dfp.exp: Run tests from c-c++-common/dfp.
janis [Mon, 28 Sep 2009 18:35:54 +0000 (18:35 +0000)]
* g++.dg/dfp/dfp.exp: Run tests from c-c++-common/dfp.
* c-c++-common/dfp/func-vararg-alternate-d32.c: XFAIL for C++.
* c-c++-common/dfp/func-vararg-dfp.c: Ditto.
* c-c++-common/dfp/func-vararg-mixed.c: Ditto.
* c-c++-common/dfp/func-vararg-mixed-2.c: Ditto.

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

14 years ago * g++.dg/dfp/dfp.exp: Fix typo.
janis [Mon, 28 Sep 2009 17:46:44 +0000 (17:46 +0000)]
* g++.dg/dfp/dfp.exp: Fix typo.

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

14 years ago * lib/target-supports.exp (check-effective-target-dfp-nocache):
janis [Mon, 28 Sep 2009 17:45:09 +0000 (17:45 +0000)]
* lib/target-supports.exp (check-effective-target-dfp-nocache):
Fix typo that breaks the check.

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

14 years ago ada/
hainque [Mon, 28 Sep 2009 17:00:46 +0000 (17:00 +0000)]
    ada/
        * gcc-interface/targtyps.c
        * (get_target_default_allocator_alignment):
        Account for observable alignments out of default allocators.

        testsuite/
        * gnat.dg (tagged_alloc_free.adb): New testcase.

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

14 years ago * mangle.c (write_builtin_type): Support decimal float types.
janis [Mon, 28 Sep 2009 16:55:52 +0000 (16:55 +0000)]
* mangle.c (write_builtin_type): Support decimal float types.
* g++.dg/dfp: New directory.
* g++.dg/dg.exp: Prune tests in dfp directory.
* g++.dg/dfp/dfp/exp: New.
* g++.dg/dfp/mangle-mode.C: New test.

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

14 years ago * except.h (struct eh_region_d): Add use_cxa_end_cleanup.
rth [Mon, 28 Sep 2009 16:44:32 +0000 (16:44 +0000)]
* except.h (struct eh_region_d): Add use_cxa_end_cleanup.
* except.c (gen_eh_region): Set it.
(duplicate_eh_regions_1): Copy it.
* tree-eh.c (lower_resx): Use it to determine which function
to call to resume.

* langhooks.h (struct lang_hooks): Add eh_use_cxa_end_cleanup.
* langhooks-def.h (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.

* builtins.def (BUILT_IN_CXA_END_CLEANUP): New.
* tree.c (build_common_builtin_nodes): Remove parameter.  Build
BUILT_IN_CXA_END_CLEANUP if necessary.
* tree.h (build_common_builtin_nodes): Update decl.

* c-common.c (c_define_builtins): Update call to
build_common_builtin_nodes.

gcc/ada/
* gcc-interface/utils.c (gnat_install_builtins): Update call to
build_common_builtin_nodes.

gcc/cp/
* cp-objcp-common.h (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.

gcc/fortran/
* f95-lang.c (gfc_init_builtin_functions): Update call to
build_common_builtin_nodes.

gcc/java/
* builtins.c (initialize_builtins): Update call to
build_common_builtin_nodes.
* lang.c (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.

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

14 years ago2009-09-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
pinskia [Mon, 28 Sep 2009 15:49:47 +0000 (15:49 +0000)]
2009-09-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * spu.c (get_branch_target): Return NULL for ASM_OPERANDS patterns.

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

14 years ago * builtins.c (interclass_mathfn_icode): New helper.
matz [Mon, 28 Sep 2009 12:54:23 +0000 (12:54 +0000)]
* builtins.c (interclass_mathfn_icode): New helper.
(expand_builtin_interclass_mathfn): Use it here, and split folding
into ...
(fold_builtin_interclass_mathfn): ... this new folder.
(build_call_nofold_loc): New static helper.
(build_call_nofold): New wrapper macro for above.
(expand_builtin_int_roundingfn): Use it instead of build_call_expr.
(expand_builtin_pow): Ditto.
(expand_builtin_memset_args): Ditto.
(expand_builtin_printf): Ditto.
(expand_builtin_fprintf): Ditto.
(expand_builtin_sprintf): Ditto.
(expand_builtin_memory_chk): Ditto.
(expand_builtin_mempcpy_args): Ditto and don't call folders.
(expand_builtin_stpcpy): Ditto.
(expand_builtin_strcmp): Ditto.
(expand_builtin_strncmp): Ditto.
(expand_builtin_strcpy): Remove FNDECL and MODE arguments.
(expand_builtin_strcpy_args): Don't call folders.
(expand_builtin_memcmp): Ditto.
(expand_builtin_strncpy): Ditto, and use target.
(expand_builtin_memcpy): Ditto.
(expand_builtin_strstr, expand_builtin_strchr, expand_builtin_strrchr,
expand_builtin_strpbrk, expand_builtin_memmove,
expand_builtin_memmove_args, expand_builtin_bcopy,
expand_builtin_memchr, expand_builtin_strcat, expand_builtin_strncat,
expand_builtin_strspn, expand_builtin_strcspn,
expand_builtin_fputs): Remove these.
(expand_builtin): Don't call the above, change calls to other
expanders that changed prototype.
(fold_builtin_stpcpy): New folder split out from expand_builtin_stpcpy.
(fold_builtin_1 <ISFINITE, ISINF, ISNORMAL>): Call
fold_builtin_interclass_mathfn.
(fold_builtin_2 <STPCPY>): Call fold_builtin_stpcpy.
(fold_builtin_strcat): Add folding split from expand_builtin_strcat.

* fold-const.c (fold_binary_loc <NE_EXPR>): Add !exp != 0 -> !exp.
* passes.c (init_optimization_passes): Move pass_fold_builtins
after last phiopt pass.
* tree-inline.c (fold_marked_statements): When folding builtins
iterate over all instruction potentially generated.
* tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Declare
earlier.
(fold_gimple_call): Use it to always fold calls (into potentially
multiple instructions).
* tree-ssa-dom.c (optimize_stmt): Resolve __builtin_constant_p
calls into zero at this time.
* tree-ssa-propagate.c (substitute_and_fold): Ignore multiple
statements generated by builtin folding.

testsuite/
* gcc.dg/builtins-44.c: Use __builtin_isinf_sign when checking
for sign of -Inf.

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

14 years ago * config/m32r/m32r.c (m32r_is_insn): Return false for debugging
nickc [Mon, 28 Sep 2009 12:15:42 +0000 (12:15 +0000)]
    * config/m32r/m32r.c (m32r_is_insn): Return false for debugging
        insns.

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

14 years ago2009-09-28 Johannes Singler <singler@ira.uka.de>
singler [Mon, 28 Sep 2009 12:11:28 +0000 (12:11 +0000)]
2009-09-28  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/for_each_selectors.h:  Remove obsolete comment.

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

14 years agoCorrect off-by-one error in changelog date.
baldrick [Mon, 28 Sep 2009 08:53:18 +0000 (08:53 +0000)]
Correct off-by-one error in changelog date.

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

14 years agoAdd support for using ggc cache tables from plugins.
baldrick [Mon, 28 Sep 2009 08:50:39 +0000 (08:50 +0000)]
Add support for using ggc cache tables from plugins.
Approved by Ian Lance Taylor.

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

14 years agoDaily bump.
gccadmin [Mon, 28 Sep 2009 00:17:09 +0000 (00:17 +0000)]
Daily bump.

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

14 years ago* tree-ssa-ccp.c (optimize_stack_restore): Relax the conditions under
rth [Sun, 27 Sep 2009 23:22:28 +0000 (23:22 +0000)]
* tree-ssa-ccp.c (optimize_stack_restore): Relax the conditions under
        which we remove __builtin_stack_restore.

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

14 years ago * loop-iv.c (iv_analyze_op): Use function_invariant_p, not CONSTANT_P,
bernds [Sun, 27 Sep 2009 16:56:57 +0000 (16:56 +0000)]
* loop-iv.c (iv_analyze_op): Use function_invariant_p, not CONSTANT_P,
to test for GRD_INVARIANT.
(simple_rhs_p): Anything that's function_invariant_p is fine.

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

14 years agoRemove some lines emacs decided to include.
espindola [Sun, 27 Sep 2009 16:27:25 +0000 (16:27 +0000)]
Remove some lines emacs decided to include.

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

14 years agoFix "merge" problem in the previous patch.
espindola [Sun, 27 Sep 2009 16:25:04 +0000 (16:25 +0000)]
Fix "merge" problem in the previous patch.

2009-09-27  Rafael Avila de Espindola  <espindola@google.com>

* gengtype.c (main): Use plunge_files instead of plugin_output.

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

14 years ago2009-09-27 Basile Starynkevitch <basile@starynkevitch.net>
espindola [Sun, 27 Sep 2009 16:15:25 +0000 (16:15 +0000)]
2009-09-27  Basile Starynkevitch  <basile@starynkevitch.net>
    Rafael Avila de Espindola  <espindola@google.com>

* gengtype.c (write_root, write_roots): Add a emit_pch argument.
Don't print pch related info if it is false.
(main): Don't print pch info in plugin mode.

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

14 years ago * dwarf2out.c (enum dw_val_class): Replace dw_val_class_long_long
ebotcazou [Sun, 27 Sep 2009 16:05:15 +0000 (16:05 +0000)]
* dwarf2out.c (enum dw_val_class): Replace dw_val_class_long_long
with dw_val_class_const_double.
(struct dw_val_struct): Replace val_long_long with val_double and
adjust for above change.
(output_loc_operands): Likewise.
(add_AT_long_long): Rename into...
(add_AT_double): ...this.
(print_die): Replace dw_val_class_long_long with
dw_val_class_const_double and adjust.
(attr_checksum): Likewise.
(same_dw_val_p): Likewise.
(size_of_die): Likewise.
(value_format): Likewise.
(output_die): Likewise.
(loc_descriptor) <CONST_DOUBLE>: Likewise.
(add_const_value_attribute) <CONST_DOUBLE>: Call add_AT_double
instead of add_AT_long_long.
(add_bound_info) <INTEGER_CST>: Generate the bound as an unsigned
value with the precision of its type.

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

14 years ago PR c/41476
schwab [Sun, 27 Sep 2009 15:27:08 +0000 (15:27 +0000)]
    PR c/41476
* c-typeck.c (build_conditional_expr): Use the readonly and
volatile flags of the operand types, not of the operands itself.

testsuite/:
* gcc.dg/cond-constqual-1.c: New test.

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

14 years agocollect2.c (main): Look for -brtl before adding libraries.
pogma [Sun, 27 Sep 2009 15:19:59 +0000 (15:19 +0000)]
collect2.c (main): Look for -brtl before adding libraries.

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

14 years ago * config.gcc: Update OpenBSD targets.
gerald [Sun, 27 Sep 2009 13:20:23 +0000 (13:20 +0000)]
* config.gcc: Update OpenBSD targets.
* config/openbsd-stdint.h: New file.
* config/openbsd-libpthread.h: New file.
* config/openbsd.h: Update and break out LIB_SPEC definition.
* config/alpha/openbsd.h: Overhaul to reflect ELF migration.
* config/i386/openbsdelf.h: Correct types.
* config/m68k/openbsd.h: Likewise.
* config/mips/openbsd.h: Likewise.
* config/vax/openbsd.h: Likewise.

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

14 years ago * fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR.
ebotcazou [Sun, 27 Sep 2009 12:36:43 +0000 (12:36 +0000)]
* fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR.
(extract_muldiv_1) <MINUS_EXPR>: Swap operands if necessary.
* stor-layout.c (layout_type) <ARRAY_TYPE>: Do not take the maximum
of the length and zero.

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

14 years agoFix dependencies in gcc/Makefile.in.
rwild [Sun, 27 Sep 2009 07:10:10 +0000 (07:10 +0000)]
Fix dependencies in gcc/Makefile.in.

gcc/:
* Makefile.in (TOPLEV_H): Use $(INPUT_H) not input.h.
(FLAGS_H): Add options.h $(REAL_H).
(SEL_SCHED_IR_H): Add $(BITMAP_H) vecprim.h $(CFGLOOP_H).
(TREE_VECTORIZER_H): New.
(EBITMAP_H): Renamed from EBIMAP_H.
(c-decl.o, c-objc-common.o, c-pretty-print.o, attribs.o, c-omp.o)
(gtype-desc.o, ggc-common.o, ggc-page.o, ggc-zone.o, langhooks.o)
(tree.o, tree-ssa-structalias.o, tree-ssa-ter.o, tree-ssanames.o)
(tree-phinodes.o, tree-ssa-loop.o, tree-ssa-math-opts.o)
(gimple-low.o, omp-low.o, sese.o, graphite-blocking.o)
(graphite-clast-to-gimple.o, graphite-dependences.o)
(graphite-interchange.o, graphite-poly.o, graphite-scop-detection.o)
(graphite-sese-to-poly.o, tree-vect-loop.o, tree-vect-loop-manip.o)
(tree-vect-patterns.o, tree-vect-slp.o, tree-vect-stmts.o)
(tree-vect-data-refs.o, tree-vectorizer.o, gimple.o, tree-mudflap.o)
(targhooks.o, stmt.o, emit-rtl.o, ipa.o, matrix-reorg.o, ipa-inline.o)
(gcse.o, tree-ssa-ccp.o, df-byte-scan.o, vec.o, caller-save.o)
(ira-build.o, ira-costs.o, ira-color.o, ira-emit.o, ira.o)
(haifa-sched.o, sched-rgn.o, sel-sched.o, sel-sched-dump.o)
(sel-sched-ir.o, final.o, $(out_object_file)): Dependencies
updated and fixed as per above changes and per
check_makefile_deps.sh output.

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

14 years agoFix library dependencies for -Wl,--as-needed.
rwild [Sun, 27 Sep 2009 06:49:33 +0000 (06:49 +0000)]
Fix library dependencies for -Wl,--as-needed.

gcc/:
PR bootstrap/40928
* configure.ac: Use $LIBS for '-ldl', not $LDFLAGS.
* configure: Regenerate.

libjava/:
PR libgcj/38298
* Makefile.am (libgcj_tools_la_LIBADD): Add '-lm'.
* Makefile.in: Regenerate.

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

14 years ago2009-09-26 Gary Funck <gary@intrepid.com>
gfunck [Sun, 27 Sep 2009 06:18:19 +0000 (06:18 +0000)]
2009-09-26  Gary Funck <gary@intrepid.com>

* MAINTAINERS (Write After Approval): Add myself.

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

14 years agoDaily bump.
gccadmin [Sun, 27 Sep 2009 00:16:41 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2009-09-26 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sat, 26 Sep 2009 21:30:59 +0000 (21:30 +0000)]
2009-09-26  Paolo Carlini  <paolo.carlini@oracle.com>

* doc/html/ext/lwg-active.html: Update to Revision R66.
* doc/html/ext/lwg-closed.html: Likewise.
* doc/html/ext/lwg-defects: Likewise.

* doc/xml/manual/intro.xml: Update entry for DR 853.

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

14 years ago * configure.ac: Update minimum MPC version to 0.7.
ghazi [Sat, 26 Sep 2009 20:22:43 +0000 (20:22 +0000)]
* configure.ac: Update minimum MPC version to 0.7.
* configure: Regenerate.

gcc:
* doc/install.texi: Update minimum MPC version to 0.7.

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

14 years ago * doc/html/ext/lwg-closed.html: Adjust four instances of two URLs
gerald [Sat, 26 Sep 2009 19:29:01 +0000 (19:29 +0000)]
* doc/html/ext/lwg-closed.html: Adjust four instances of two URLs
according to upstream redirects.

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

14 years ago * doc/install.texi (Binaries): Remove reference to the binary
gerald [Sat, 26 Sep 2009 19:12:40 +0000 (19:12 +0000)]
* doc/install.texi (Binaries): Remove reference to the binary
distribution CD-ROM from the FSF.

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

14 years ago PR lto/40758
matz [Sat, 26 Sep 2009 16:46:43 +0000 (16:46 +0000)]
PR lto/40758
PR middle-end/41470
* tree-ssa-coalesce.c (coalesce_ssa_name): Add only SSA names
that are mentioned in the body.

testsuite/
* gcc.dg/pr41470.c: New test.

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

14 years ago * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Filter out
ebotcazou [Sat, 26 Sep 2009 11:25:23 +0000 (11:25 +0000)]
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Filter out
negative size for the array dimensions like in the constrained case.
<E_Array_Subtype>: Do not create an artificially non-constant high
bound if the low bound is non-constant.  Minor tweaks.

* gcc-interface/trans.c (lvalue_required_p): Add CONSTANT parameter
and turn ALIASED into a boolean parameter.  Adjust calls to self.
<N_Attribute_Reference>: Return 1 for more attributes.
<N_Object_Renaming_Declaration>: Return 1 for non-constant objects.
<N_Assignment_Statement>: Return 1 for the LHS.
(Identifier_to_gnu): Adjust calls to lvalue_required_p.
(call_to_gnu): Be prepared for wrapped boolean rvalues.

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

14 years agoDaily bump.
gccadmin [Sat, 26 Sep 2009 00:16:58 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago PR tree-optimization/41454
matz [Fri, 25 Sep 2009 23:57:01 +0000 (23:57 +0000)]
PR tree-optimization/41454
* tree-ssa-dom (stmts_to_rescan): Remove variable.
(tree_ssa_dominator_optimize): Don't allocate and free it.
(dom_opt_leave_block): Don't iterate over it.
(eliminate_redundant_computations): Don't return a value.
(cprop_operand, cprop_into_stmt): Ditto.
(optimize_stmt): Don't defer updating stmts.

testsuite/
* gcc.dg/pr41454.c: New test.

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

14 years agoDWARF for Template parm pack is a gnu extension.
dodji [Fri, 25 Sep 2009 23:23:18 +0000 (23:23 +0000)]
DWARF for Template parm pack is a gnu extension.

include/ChangeLog:
* dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
and DW_TAG_formal_parameter_pack until DWARF 5 is out.

gcc/ChangeLog:
* dwarf2out.c (dwarf_tag_name, gen_generic_params_dies,
generic_parameter_die, template_parameter_pack_die,
gen_formal_parameter_die, gen_subprogram_die): Adjust after renaming
DW_TAG_formal_parameter_pack and DW_TAG_template_parameter_pack into
DW_TAG_GNU_formal_parameter_pack and DW_TAG_GNU_template_parameter_pack.

gcc/testsuite/ChangeLog:
* g++.dg/debug/dwarf2/template-func-params-4.C: Adjust after renaming
DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack
into DW_TAG_GNU_template_parameter_pack and
DW_TAG_GNU_formal_parameter_pack.
* g++.dg/debug/dwarf2/template-params-4.C: Likewise.
* g++.dg/debug/dwarf2/template-func-params-7.C: Likewise.

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

14 years ago PR middle-end/41469
rth [Fri, 25 Sep 2009 20:49:08 +0000 (20:49 +0000)]
    PR middle-end/41469
        * tree-eh.c (lower_resx): Resolve RESX with no source region to
        __builtin_trap.
        (gate_lower_resx): New.
        (gate_lower_eh_dispatch): Rename from gate_lower_ehcontrol.

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

14 years ago * configure.ac: Pass any --cache-file=/dev/null option on to
nickc [Fri, 25 Sep 2009 19:23:40 +0000 (19:23 +0000)]
    * configure.ac: Pass any --cache-file=/dev/null option on to
        subconfigures.
        * configure: Regenerate.

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

14 years ago * gcc.dg/vect/vect.exp: Append extra parameters as separate
froydnj [Fri, 25 Sep 2009 18:53:06 +0000 (18:53 +0000)]
* gcc.dg/vect/vect.exp: Append extra parameters as separate
parameters for alignment-sensitive -fsection-anchors tests.

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

14 years agoinclude/
ccoutant [Fri, 25 Sep 2009 18:33:04 +0000 (18:33 +0000)]
include/

Add rest of new values from DWARF Version 4.
* dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
New tags.
(DW_FORM_ref_sig8): New name for DW_FORM_sig8.
(DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
attributes.
(DW_LANG_Python): New language.

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

14 years ago * config/v850/v850.h (FUNCTION_VALUE): Remove.
aesok [Fri, 25 Sep 2009 17:19:11 +0000 (17:19 +0000)]
* config/v850/v850.h (FUNCTION_VALUE): Remove.
* config/v850/v850.c (v850_function_value): New function.
(TARGET_FUNCTION_VALUE): Define.

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

14 years ago * tree-vect-transform.c (vectorizable_call): Call
jakub [Fri, 25 Sep 2009 14:27:18 +0000 (14:27 +0000)]
* tree-vect-transform.c (vectorizable_call): Call
mark_symbols_for_renaming after vect_finish_stmt_generation.

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

14 years ago * dwarf2out.c (tls_mem_loc_descriptor): Pass 1 instead of 2
jakub [Fri, 25 Sep 2009 14:23:41 +0000 (14:23 +0000)]
* dwarf2out.c (tls_mem_loc_descriptor): Pass 1 instead of 2
to loc_descriptor_from_tree.
(add_location_or_const_value_attribute): Pass 0 instead of 2
for decl_by_reference_p decls.

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

14 years agoAdd myself as a plug-in maintainer.
espindola [Fri, 25 Sep 2009 13:14:49 +0000 (13:14 +0000)]
Add myself as a plug-in maintainer.

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

14 years ago2009-09-25 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 25 Sep 2009 12:12:51 +0000 (12:12 +0000)]
2009-09-25  Richard Guenther  <rguenther@suse.de>

PR middle-end/41463
* tree-dfa.c (get_ref_base_and_extent): Fix issue with trailing
arrays again.

* gcc.c-torture/execute/pr41463.c: New testcase.

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

14 years agoFix nits
ebotcazou [Fri, 25 Sep 2009 10:40:31 +0000 (10:40 +0000)]
Fix nits

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

14 years ago ada/
hainque [Fri, 25 Sep 2009 09:33:17 +0000 (09:33 +0000)]
    ada/
        * gcc-interface/ada-tree.h (TYPE_REPRESENTATIVE_ARRAY): New language
        specific node.  Representative array type for VECTOR_TYPE entities.
        * gcc-interface/utils.c (handle_vector_type_attribute): New handler.
        Turn an ARRAY_TYPE entity into a VECTOR_TYPE.
        (gnat_types_compatible_p): Handle VECTOR_TYPEs.
        (convert): Likewise.  Arrange to produce VECTOR_CST out of constant
        array aggregates for VECTOR_TYPE entities.
        (unchecked_convert): Likewise.
        (maybe_vector_array): New function. If EXP has VECTOR_TYPE, return EXP
        converted to the associated TYPE_REPRESENTATIVE_ARRAY.
        (handle_pure_attribute, handle_sentinel_attribute,
        handle_noreturn_attribute, handle_malloc_attribute,
        handle_vector_size_attribute): Replace uses of qE format by qs.
        Remove GCC_DIAG_STYLE definition.
        * gcc-interface/trans.c (gnat_to_gnu) <N_Indexed_Component>: Convert
        vector input to representative array type on entry.
        <N_Op_Eq, etc>: Likewise.
        * gcc-interface/gigi.h (maybe_vector_array): Declare.
        (VECTOR_TYPE_P): New predicate.
        * gcc-interface/misc.c (gnat_print_type): Handle VECTOR_TYPE.

        testsuite/
        * gnat.dg/sse_nolib.adb: New testcase.

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

14 years agoCommit testsuite part of r151322, omitted by mistake then.
hainque [Fri, 25 Sep 2009 09:14:09 +0000 (09:14 +0000)]
Commit testsuite part of r151322, omitted by mistake then.

        * gnat.dg/array7.ads: Include Signed_Integer_Type_Definition.

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

14 years agoCommit testsuite part of r151322, omitted by mistake then.
hainque [Fri, 25 Sep 2009 09:05:16 +0000 (09:05 +0000)]
Commit testsuite part of r151322, omitted by mistake then.

        * gnat.dg/array7.ad[bs]: Add check for Signed_Integer_Type_Definition.

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

14 years ago2009-09-25 Johannes Singler <singler@ira.uka.de>
singler [Fri, 25 Sep 2009 08:39:09 +0000 (08:39 +0000)]
2009-09-25  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/include/parallel/checkers.h
        (is_sorted_failure, is_sorted_print_failures):  Remove (unused).
        (__is_sorted):  Remove default parameter for _Compare; remove
        inappropriate printf.

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

14 years ago2009-09-25 Johannes Singler <singler@ira.uka.de>
singler [Fri, 25 Sep 2009 08:37:18 +0000 (08:37 +0000)]
2009-09-25  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/base.h:  Comment on presence of min/max duplicates.

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

14 years ago2009-09-25 Johannes Singler <singler@ira.uka.de>
singler [Fri, 25 Sep 2009 08:35:15 +0000 (08:35 +0000)]
2009-09-25  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/partition.h (__parallel_nth_element):
        Correct comment.

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

14 years agoVectorizer testsuite adjustments for P7
revitale [Fri, 25 Sep 2009 05:52:46 +0000 (05:52 +0000)]
Vectorizer testsuite adjustments for P7

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

14 years ago * simplify.c (gfc_simplify_acos, gfc_simplify_acosh,
ghazi [Fri, 25 Sep 2009 04:40:36 +0000 (04:40 +0000)]
* simplify.c (gfc_simplify_acos, gfc_simplify_acosh,
gfc_simplify_asin, gfc_simplify_asinh, gfc_simplify_atan,
gfc_simplify_atanh): Fix error message.

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

14 years ago * doc/invoke.texi (RS/6000 and PowerPC Options): Add missing comma
bje [Fri, 25 Sep 2009 03:15:28 +0000 (03:15 +0000)]
* doc/invoke.texi (RS/6000 and PowerPC Options): Add missing comma
after `power7'.

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

14 years agoDaily bump.
gccadmin [Fri, 25 Sep 2009 00:17:09 +0000 (00:17 +0000)]
Daily bump.

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

14 years ago * config/rs6000/rs6000.md (load_toc_v4_PIC_3c): Correct POWER
amodra [Thu, 24 Sep 2009 23:57:15 +0000 (23:57 +0000)]
* config/rs6000/rs6000.md (load_toc_v4_PIC_3c): Correct POWER
form of instruction.

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

14 years ago2009-09-24 Steven G. Kargl <kargl@gcc.gnu.org>
kargl [Thu, 24 Sep 2009 21:53:36 +0000 (21:53 +0000)]
2009-09-24  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/41459
* gfortran.dg/empty_label.f: New test.
* gfortran.dg/empty_label.f90: Ditto.
* gfortran.dg/warnings_are_errors_1.f: Fix to emit a single warning.

2009-09-24  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/41459
* error.c(gfc_warning_now): Move warnings_are_errors test to
after actual emitting of the warning.
* parse.c (next_free): Improve error locus printing.
(next_fixed): Change gfc_warn to gfc_warning_now, and improve
locus reporting.

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

14 years ago PR middle-end/41435
ghazi [Thu, 24 Sep 2009 20:44:55 +0000 (20:44 +0000)]
PR middle-end/41435
* fold-const.c (const_binop): Handle complex int division.
* tree-complex.c (expand_complex_div_straight,
expand_complex_div_wide): Update comments.

testsuite:
* gcc.dg/torture/builtin-math-7.c: Test complex int division at
compile-time.

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

14 years agoPR target/41456
dj [Thu, 24 Sep 2009 20:40:36 +0000 (20:40 +0000)]
PR target/41456
* config/m32c/m32c.h (REG_CLASS_CONTENTS): Add R13.
(reg_class): Likewise.
(REG_CLASS_NAMES): Likewise.
* config/m32c/m32c.c (m32c_reg_class_from_constraint): Likewise.

* config/m32c/m32c.c (m32c_override_options): Disable -fivopts for
M32C.

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

14 years agoRemove VSX load/store with update instructions
meissner [Thu, 24 Sep 2009 19:32:32 +0000 (19:32 +0000)]
Remove VSX load/store with update instructions

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

14 years ago2009-09-24 Kai Tietz <kai.tietz@onevision.com>
ktietz [Thu, 24 Sep 2009 19:02:44 +0000 (19:02 +0000)]
2009-09-24  Kai Tietz  <kai.tietz@onevision.com>

* libgcc2.c (L_trampoline): Prototype for getpagesize
and mprotect in WINNT case.

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

14 years ago * config/rs6000/rs6000.h (FUNCTION_VALUE): Remove macro.
aesok [Thu, 24 Sep 2009 18:58:22 +0000 (18:58 +0000)]
* config/rs6000/rs6000.h (FUNCTION_VALUE): Remove macro.
* config/rs6000/rs6000-protos.h (rs6000_function_value): Remove.
* config/rs6000/rs6000.c (rs6000_function_value): Make static, add
'outgoing' argument.
(TARGET_FUNCTION_VALUE): Define.

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

14 years ago * lib/scanasm.exp (make_pattern_printable): New function.
nemet [Thu, 24 Sep 2009 18:27:31 +0000 (18:27 +0000)]
* lib/scanasm.exp (make_pattern_printable): New function.
(dg-scan, scan-assembler-times, scan-assembler-dem,
scan-assembler-dem-not): Use it.

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

14 years ago * config/darwin.h (DWARF2_DEBUGGING_INFO): Define as 1.
rth [Thu, 24 Sep 2009 17:28:52 +0000 (17:28 +0000)]
    * config/darwin.h (DWARF2_DEBUGGING_INFO): Define as 1.

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

14 years ago PR bootstrap/41405
rth [Thu, 24 Sep 2009 17:02:29 +0000 (17:02 +0000)]
    PR bootstrap/41405
        * common.opt: Initialize dwarf_strict to -1.
        * toplev.c (process_options): Catch unset dwarf_strict
        and set to 0 for all targets not overriding.
        * config/darwin.c (darwin_override_options): Catch unset
        dwarf_strict and override to 1.

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

14 years ago2009-09-24 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 24 Sep 2009 16:49:13 +0000 (16:49 +0000)]
2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.target/i386/pr12329.c (dg-do): Changed to run.
(test_nested): Renamed to ...
(test_nested1): This.
(test_nested2): New.
(main): Likewise.

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

14 years ago * tree-into-ssa.c (rewrite_into_ssa): Free interesting_blocks.
law [Thu, 24 Sep 2009 14:53:01 +0000 (14:53 +0000)]
* tree-into-ssa.c (rewrite_into_ssa): Free interesting_blocks.

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

14 years ago2009-09-24 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 24 Sep 2009 13:47:26 +0000 (13:47 +0000)]
2009-09-24  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/36143
PR tree-optimization/38747
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Only
create VIEW_CONVERT_EXPRs for TBAA compatible accesses.

* gcc.dg/tree-ssa/fre-vce-1.c: XFAIL.
* gcc.dg/tree-ssa/forwprop-6.c: Likewise.
* g++.dg/torture/pr38747.C: New testcase.
* g++.dg/tree-ssa/pr19637.C: Un-XFAIL.

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

14 years ago * gcc-interface/ada.h: Fix outdated comment.
ebotcazou [Thu, 24 Sep 2009 13:36:24 +0000 (13:36 +0000)]
* gcc-interface/ada.h: Fix outdated comment.
* gcc-interface/ada-tree.h (SET_TYPE_RM_VALUE): Use MARK_VISITED in
lieu of mark_visited.
* gcc-interface/gigi.h (mark_visited): Change type of parameter.
(MARK_VISITED): New macro.
(gnat_truthvalue_conversion): Delete.
* gcc-interface/decl.c (gnat_to_gnu_entity): Use MARK_VISITED in lieu
of mark_visited.
(annotate_rep): Fix formatting and tidy.
(compute_field_positions): Get rid of useless variable.
* gcc-interface/trans.c (gnat_to_gnu): Retrieve the Nkind of the GNAT
node only once.  Use IN operator for the Nkind in more cases.
Remove calls to gnat_truthvalue_conversion.
(mark_visited): Change type of parameter and adjust.
(mark_visited_r): Dereference TP only once.
(add_decl_expr): Use MARK_VISITED in lieu of mark_visited.
* gcc-interface/utils2.c (gnat_truthvalue_conversion): Delete.
(build_binary_op): Remove calls to gnat_truthvalue_conversion.
(build_unary_op): Likewise.

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

14 years ago * ChangeLog: Move wrong entries to correct place.
uros [Thu, 24 Sep 2009 13:21:05 +0000 (13:21 +0000)]
    * ChangeLog: Move wrong entries to correct place.
        * cp/ChangeLog: Ditto.
        * testsuite/ChangeLog: Ditto. Remove "testsuite" from file names.

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

14 years ago PR bootstrap/41457
jakub [Thu, 24 Sep 2009 13:08:11 +0000 (13:08 +0000)]
PR bootstrap/41457
* dwarf2out.c (add_const_value_attribute): For HIGH and CONST_FIXED,
return false instead of gcc_unreachable ().  For CONST return the
value returned by recursive call instead of always returning true.
(tree_add_const_value_attribute): Return the value returned by
add_const_value_attribute instead of always returning true if rtl
is non-NULL.

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

14 years ago2009-09-23 Justin Seyster <jrseys@gmail.com>
dnovillo [Thu, 24 Sep 2009 12:24:00 +0000 (12:24 +0000)]
2009-09-23 Justin Seyster <jrseys@gmail.com>

* Makefile.in (PLUGIN_HEADERS): Include real.h.

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

14 years ago * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for
davek [Thu, 24 Sep 2009 12:05:45 +0000 (12:05 +0000)]
* gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for
a-except% in target pairs list; don't (implicitly) compare whitespace.

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

14 years ago * gnat.dg/nested_proc.adb: New test.
ebotcazou [Thu, 24 Sep 2009 11:52:05 +0000 (11:52 +0000)]
* gnat.dg/nested_proc.adb: New test.

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

14 years ago * cgraphunit.c (cgraph_lower_function): Revert last change.
jakub [Thu, 24 Sep 2009 09:21:39 +0000 (09:21 +0000)]
* cgraphunit.c (cgraph_lower_function): Revert last change.
* targhooks.c (default_static_chain): Use !DECL_STATIC_CHAIN
instead of DECL_NO_STATIC_CHAIN.
* tree-cfg.c (verify_gimple_call): Likewise.
* tree-nested.c (get_chain_decl, get_chain_field,
convert_tramp_reference_op, convert_gimple_call): Likewise.
(convert_all_function_calls): Likewise.  Always set or clear
DECL_STATIC_CHAIN initially, for !n->outer clear it.
(lower_nested_functions): Remove DECL_NO_STATIC_CHAIN checking code.
* c-parser.c (c_parser_declaration_or_fndef): Set DECL_STATIC_CHAIN
if nested.
* print-tree.c (print_node): Handle DECL_STATIC_CHAIN instead of
DECL_NO_STATIC_CHAIN.
* config/i386/i386.c (ix86_static_chain): Use !DECL_STATIC_CHAIN
instead of DECL_NO_STATIC_CHAIN.
(ix86_function_regparm, find_drap_reg): Likewise.  Don't test
decl_function_context.
* varasm.c (initializer_constant_valid_p): Likewise.
* tree.h (DECL_NO_STATIC_CHAIN): Renamed to ...
(DECL_STATIC_CHAIN): ... this.
* config/moxie/moxie.c (moxie_static_chain): Use !DECL_STATIC_CHAIN
instead of DECL_NO_STATIC_CHAIN.

* method.c (make_thunk, make_alias_for): Don't set
DECL_NO_STATIC_CHAIN.
* decl.c (builtin_function_1, grokfndecl): Likewise.
* lex.c (build_lang_decl): Likewise.

* gcc-interface/utils.c (gnat_pushdecl): Don't set
DECL_NO_STATIC_CHAIN, set DECL_STATIC_CHAIN for
nested functions.

* testsuite/gcc.target/i386/pr12329.c: Adjust.

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

14 years ago2009-09-24 Johannes Singler <singler@ira.uka.de>
singler [Thu, 24 Sep 2009 08:52:23 +0000 (08:52 +0000)]
2009-09-24  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/algo.h: Uglify internal identifiers;
        correct line breaks.
        * include/parallel/for_each.h: Likewise.
        * include/parallel/numeric: Likewise.
        * include/parallel/omp_loop.h: Likewise.
        * include/parallel/omp_loop_static.h: Likewise.
        * include/parallel/par_loop.h: Likewise.
        * include/parallel/workstealing.h: Likewise.

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

14 years ago2009-09-24 Johannes Singler <singler@ira.uka.de>
singler [Thu, 24 Sep 2009 07:40:37 +0000 (07:40 +0000)]
2009-09-24  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/base.h (_EqualFromLess):  Move _Compare template
        parameter to the end as of others.
        * include/parallel/algobase.h
        (__lexicographical_compare_switch): Likewise.

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

14 years agoDaily bump.
gccadmin [Thu, 24 Sep 2009 00:16:53 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2009-09-23 Basile Starynkevitch <basile@starynkevitch.net>
espindola [Wed, 23 Sep 2009 22:59:02 +0000 (22:59 +0000)]
2009-09-23  Basile Starynkevitch  <basile@starynkevitch.net>
            Rafael Avila de Espindola  <espindola@google.com>

* gengtype.c (nb_plugin_files): Make it unsigned to match
num_gt_files. Adjust other variables to avoid warnings.
(main): Allocate an all zero lang_bitmap before each plugin file name
to match regular file names.

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

14 years ago * doc/tm.texi (STATIC_CHAIN, STATIC_CHAIN_INCOMING): Remove.
rth [Wed, 23 Sep 2009 22:24:42 +0000 (22:24 +0000)]
    * doc/tm.texi (STATIC_CHAIN, STATIC_CHAIN_INCOMING): Remove.
        (TARGET_STATIC_CHAIN): Mention that this hook must be used for
        static chain passed in memory.
        * system.h (STATIC_CHAIN, STATIC_CHAIN_INCOMING): Poison.
        * targhooks.c (default_static_chain): Don't handle STATIC_CHAIN,
        STATIC_CHAIN_INCOMING.  Issue a sorry if there's no
        STATIC_CHAIN_REGNUM defined.

        * config/picochip/picochip-protos.h: s/class/klass/.
        * config/picochip/picochip.c (TARGET_STATIC_CHAIN): New.
        (picochip_static_chain): New.
        * config/picochip/picochip.h (STATIC_CHAIN): Remove.
        (STATIC_CHAIN_INCOMING): Remove.

        * config/xtensa/xtensa.c (TARGET_STATIC_CHAIN): New.
        (xtensa_static_chain): New.
        * config/xtensa/xtensa.h (STATIC_CHAIN, STATIC_CHAIN_INCOMING):
        * Remove.

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

14 years ago * config/pa/pa.h (FUNCTION_VALUE): Remove macro.
aesok [Wed, 23 Sep 2009 19:08:32 +0000 (19:08 +0000)]
* config/pa/pa.h (FUNCTION_VALUE): Remove macro.
* config/pa/pa-protos.h (function_value): Remove.
* config/pa/pa.c (pa_function_value): Rename from function_value.
Make static, add 'outgoing' argument.
(TARGET_FUNCTION_VALUE): Define.

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

14 years ago * config/avr/avr.c (avr_regs_to_save): Use current_function_is_leaf
aesok [Wed, 23 Sep 2009 18:44:34 +0000 (18:44 +0000)]
* config/avr/avr.c (avr_regs_to_save): Use current_function_is_leaf
instead of cfun->machine->is_leaf.
* config/avr/avr.h (machine_function): Remove is_leaf field.

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

14 years ago PR debug/41439
jakub [Wed, 23 Sep 2009 18:07:07 +0000 (18:07 +0000)]
PR debug/41439
* dwarf2out.c (address_of_int_loc_descriptor): Don't emit
DW_OP_piece after DW_OP_stack_value, adjust size calculations
for it, when DW_OP_stack_value and DW_OP_implicit_value has
the same size, prefer DW_OP_stack_value.
(loc_descriptor, loc_list_for_address_of_addr_expr_of_indirect_ref,
loc_list_from_tree): Don't emit DW_OP_piece after DW_OP_stack_value.

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

14 years agoPR debug/41353
aoliva [Wed, 23 Sep 2009 16:30:39 +0000 (16:30 +0000)]
PR debug/41353
* var-tracking.c (add_with_sets): Sort MO_VAL_LOC last among uses.

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

14 years agogcc/ChangeLog:
aoliva [Wed, 23 Sep 2009 16:29:38 +0000 (16:29 +0000)]
gcc/ChangeLog:
PR debug/41248
* cfgexpand.c (convert_debug_memory_address): New.
(expand_debug_expr): Convert base address and offset to the same
mode.  Use it to convert addresses to other modes.  Accept
ptr_mode addresses.
gcc/testsuite/ChangeLog:
PR debug/41248
* gcc.dg/pr41248.c: New.

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

14 years agoFix PR debug/41065
dodji [Wed, 23 Sep 2009 16:07:13 +0000 (16:07 +0000)]
Fix PR debug/41065

gcc/ChangeLog:
PR debug/41065
* function.h (types_used_by_vars_hash): Declare new hash table.
(types_used_by_vars_eq, types_used_by_var_decl_insert): Declare
equality and hash function for the hash table.
(types_used_by_cur_var_decl): Declare a new global chained list.
(types_used_by_var_decl_insert): Declare new function.
* function.c (types_used_by_vars_hash): Define the hashtable ...
(types_used_by_vars_eq, types_used_by_vars_do_hash): ... as well as
its equality and hash functions.
(hash_types_used_by_vars_entry): New hash helper.
(types_used_by_cur_var_decl): Define the global chained list.
(used_types_insert): Update the list of types used by the global
variable being parsed.
(types_used_by_var_decl_insert): Define new function.
* c-common.h (record_types_used_by_current_var_decl): Declare ...
* c-common.c (record_types_used_by_current_var_decl): ... new
function.
* c-decl.c (finish_decl): Record the types used by the global
variable declaration we've just parsed.
* dwarf2out.c (premark_used_types): Insert a new line between
comment and function.
(premark_used_types_helper): Fix comment.
(premark_types_used_by_global_vars_helper,
premark_types_used_by_global_vars): New functions.
(prune_unused_types): Do not prune types used by global variables.

gcc/cp/ChangeLog:
PR debug/41065
* decl.c (cp_finish_decl): Record the types used by the global
variable declaration we've just parsed.

gcc/testsuite/ChangeLog:
PR debug/41065
* gcc.dg/debug/dwarf2/global-used-types.c: New test.

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

14 years ago2009-09-23 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 23 Sep 2009 15:40:55 +0000 (15:40 +0000)]
2009-09-23  Richard Guenther  <rguenther@suse.de>

* alias.c (ao_ref_from_mem): Correct for negative MEM_OFFSET
produced for bigendian targets with promoted subregs.

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

14 years ago2009-09-23 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 23 Sep 2009 15:29:22 +0000 (15:29 +0000)]
2009-09-23  Richard Guenther  <rguenther@suse.de>

* value-prof.c (gimple_ic): Purge old EH edges only after building
the new ones.

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

14 years ago2009-09-23 Loren J. Rittle <ljrittle@acm.org>
ljrittle [Wed, 23 Sep 2009 15:21:42 +0000 (15:21 +0000)]
2009-09-23  Loren J. Rittle  <ljrittle@acm.org>

* configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h.
* configure: Rebuilt.

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