OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years ago2011-03-17 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 17 Mar 2011 13:25:23 +0000 (13:25 +0000)]
2011-03-17  Richard Guenther  <rguenther@suse.de>

PR bootstrap/48148
* lto-cgraph.c (input_overwrite_node): Clear the abstract
origin for decls in other ltrans units.
(input_varpool_node): Likewise.

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

13 years ago2011-03-17 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 17 Mar 2011 13:19:01 +0000 (13:19 +0000)]
2011-03-17  Richard Guenther  <rguenther@suse.de>

PR middle-end/48165
* tree-object-size.c (compute_object_offset): Properly return
the offset operand of MEM_REFs as sizetype.

* g++.dg/torture/pr48165.C: New testcase.

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

13 years ago * gcc-interface/gigi.h (smaller_form_type_p): Declare.
ebotcazou [Thu, 17 Mar 2011 12:37:53 +0000 (12:37 +0000)]
* gcc-interface/gigi.h (smaller_form_type_p): Declare.
* gcc-interface/trans.c (smaller_form_type_p): Make global and move...
* gcc-interface/utils.c (smaller_form_type_p): ...to here.
(convert): Deal with conversions from a smaller form type specially.

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

13 years ago PR rtl-optimization/48141
jakub [Thu, 17 Mar 2011 12:36:04 +0000 (12:36 +0000)]
PR rtl-optimization/48141
* params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
* dse.c: Include params.h.
(active_local_stores_len): New variable.
(add_wild_read, dse_step1): Clear it when setting active_local_stores
to NULL.
(record_store, check_mem_read_rtx): Decrease it when removing
from the chain.
(scan_insn): Likewise.  Increase it when adding to chain, if it
reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
set active_local_stores to NULL before the addition.
* Makefile.in (dse.o): Depend on $(PARAMS_H).

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

13 years ago PR rtl-optimization/48141
jakub [Thu, 17 Mar 2011 12:35:04 +0000 (12:35 +0000)]
PR rtl-optimization/48141
* dse.c (record_store): If no positions are needed in an insn
that cannot be deleted, at least unchain it from active_local_stores.

* gcc.dg/pr48141.c: New test.

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

13 years ago PR c++/48089
jason [Thu, 17 Mar 2011 02:36:29 +0000 (02:36 +0000)]
PR c++/48089
* semantics.c (potential_constant_expression_1): Don't allow *this
in a constructor.
(register_constexpr_fundef): Use potential_rvalue_constant_expression.

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

13 years ago PR c++/47301
jason [Thu, 17 Mar 2011 02:36:20 +0000 (02:36 +0000)]
PR c++/47301
* decl.c (compute_array_index_type): Don't bother trying to deal
with literal classes in ABI v1.

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

13 years ago PR c++/46336
jason [Thu, 17 Mar 2011 02:36:12 +0000 (02:36 +0000)]
PR c++/46336
* decl.c (duplicate_decls): Return NULL_TREE for clashing
C functions.

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

13 years ago PR c++/47570
jason [Thu, 17 Mar 2011 02:36:04 +0000 (02:36 +0000)]
PR c++/47570
* semantics.c (cxx_eval_constant_expression) [COMPOUND_EXPR]: Don't
use the generic binary expression handling.

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

13 years agoDaily bump.
gccadmin [Thu, 17 Mar 2011 00:18:12 +0000 (00:18 +0000)]
Daily bump.

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

13 years agoDon't catch LIBPROF in Go code.
ian [Wed, 16 Mar 2011 23:18:40 +0000 (23:18 +0000)]
Don't catch LIBPROF in Go code.

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

13 years agoUpdate to current version of Go library (revision 94d654be2064).
ian [Wed, 16 Mar 2011 23:05:44 +0000 (23:05 +0000)]
Update to current version of Go library (revision 94d654be2064).

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

13 years ago * Make-lang.in (CXX_PARSER_H): New.
dnovillo [Wed, 16 Mar 2011 22:03:56 +0000 (22:03 +0000)]
* Make-lang.in (CXX_PARSER_H): New.
(cp/parser.o): Add dependency on CXX_PARSER_H.
Add dependency on tree-pretty-print.h
(cp/cp-lang.o): Add dependency on CXX_PARSER_H.
* cp-lang.c: Include parser.h.
* parser.c: Include parser.h.
(struct cp_token): Add bitfield purged_p.
Update all users.
Move to parser.h.
(CPP_PURGED): Remove.  Update all users.
(struct cp_lexer): Change field buffer to be a VEC of cp_token.
Remove field buffer_length.
Update all users.
Move to parser.h.
(struct tree_check): Move to parser.h.
(cp_token_position): Likewise.
(struct cp_token_cache): Likewise.
(CPP_KEYWORD): Likewise.
(CPP_TEMPLATE_ID): Likewise.
(CPP_NESTED_NAME_SPECIFIER): Likewise.
(N_CP_TTYPES): Likewise.
(enum cp_parser_status_kind): Likewise.
(struct cp_parser_context): Likewise.
(struct cp_default_arg_entry_d): Likewise.
(struct cp_unparsed_functions_entry_d): Likewise.
(struct cp_parser): Likewise.
(cp_lexer_dump_tokens): New.
(cp_lexer_debug_tokens): New.
(cp_lexer_finished_p): New.
(cp_lexer_alloc): Factor out of cp_lexer_new_main.
(cp_lexer_new_main): Re-write main lexing loop to push
tokens into the new VEC buffer.
(cp_lexer_print_token): Improve printing of CPP_NUMBER tokens.
Do not abort if the token type is not recognized, just print
its code.
* parser.h: New file.
* config-lang.in (gtfiles): Add cp/parser.h.

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

13 years agoPR debug/47510
dodji [Wed, 16 Mar 2011 21:04:58 +0000 (21:04 +0000)]
PR debug/47510

gcc/

PR debug/47510
* dwarf2out.c (strip_naming_typedef): Factorize out of ...
(lookup_type_die_strip_naming_typedef): ... here.
(get_context_die): Use it.
(gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
the anonymous struct named by the naming typedef.

gcc/testsuite/

        PR debug/47510
* g++.dg/debug/dwarf2/typedef6.C: New test.

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

13 years ago Core 1148
jason [Wed, 16 Mar 2011 20:15:37 +0000 (20:15 +0000)]
Core 1148
* typeck.c (check_return_expr): Fix conditions for setting
LOOKUP_PREFER_RVALUE.

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

13 years ago * call.c (build_over_call): Remove require_complete_type_sfinae call.
jason [Wed, 16 Mar 2011 20:15:24 +0000 (20:15 +0000)]
* call.c (build_over_call): Remove require_complete_type_sfinae call.

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

13 years agoCheck TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
hjl [Wed, 16 Mar 2011 20:04:40 +0000 (20:04 +0000)]
Check TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.

2011-03-16  H.J. Lu  <hongjiu.lu@intel.com>

PR target/48154
* config/i386/i386.c (ix86_builtin_vectorized_function): Check
TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.

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

13 years ago PR c++/48132
jason [Wed, 16 Mar 2011 20:04:06 +0000 (20:04 +0000)]
PR c++/48132
* decl.c (check_array_designated_initializer): Allow integer index.
(reshape_init_array_1): Set index on the elements.

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

13 years ago PR c++/48113
jason [Wed, 16 Mar 2011 20:03:56 +0000 (20:03 +0000)]
PR c++/48113
* typeck.c (convert_for_initialization): Use
perform_implicit_conversion_flags.
* call.c (standard_conversion): If LOOKUP_PREFER_RVALUE, set
rvaluedness_matches_p on ck_rvalue.
(convert_like_real) [ck_rvalue]: And restore it here.

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

13 years ago PR c++/48115
jason [Wed, 16 Mar 2011 20:03:46 +0000 (20:03 +0000)]
PR c++/48115
* call.c (convert_arg_to_ellipsis): Handle incomplete type.

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

13 years ago2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
mrs [Wed, 16 Mar 2011 18:19:12 +0000 (18:19 +0000)]
2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>

PR lto/48086
* configure.ac: Re-enable LTO on *-apple-darwin9.
* configure: Regenerate.

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

13 years ago PR libfortran/47883
fxcoudert [Wed, 16 Mar 2011 17:43:41 +0000 (17:43 +0000)]
PR libfortran/47883
* acinclude.m4: Don't use AC_TRY_ macros.
* configure.ac: Likewise.
* configure: Regenerate.

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

13 years ago * tree-vrp.c (identify_jump_threads): Slightly simplify type
law [Wed, 16 Mar 2011 17:32:58 +0000 (17:32 +0000)]
  * tree-vrp.c (identify_jump_threads): Slightly simplify type
  check for operands of conditional.  Allow type to be a
  pointer.

  * gcc.dg/tree-ssa/vrp55.c: New test.

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

13 years ago * parser.c (cp_parser_abort_tentative_parse): Make sure we haven't
jason [Wed, 16 Mar 2011 17:04:41 +0000 (17:04 +0000)]
* parser.c (cp_parser_abort_tentative_parse): Make sure we haven't
committed to this tentative parse.

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

13 years ago PR c++/47999
jason [Wed, 16 Mar 2011 17:04:30 +0000 (17:04 +0000)]
PR c++/47999
* semantics.c (finish_call_expr): Preserve reference semantics
in templates.

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

13 years ago * call.c (convert_default_arg): Use LOOKUP_IMPLICIT.
jason [Wed, 16 Mar 2011 17:00:13 +0000 (17:00 +0000)]
* call.c (convert_default_arg): Use LOOKUP_IMPLICIT.

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

13 years ago2011-03-16 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 16 Mar 2011 16:51:35 +0000 (16:51 +0000)]
2011-03-16  Richard Guenther  <rguenther@suse.de>

* gcc.dg/guality/vla-1.c (main): Use result of f1 to avoid
optimizing it away if promoted to const.

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

13 years ago2011-03-16 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 16 Mar 2011 16:05:45 +0000 (16:05 +0000)]
2011-03-16  Benjamin Kosnik  <bkoz@redhat.com>

* config/abi/pre/gnu.ver: Add base destructors for stdexcept classes.
* testsuite/19_diagnostics/stdexcept.cc: New.

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

13 years ago2011-03-16 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 16 Mar 2011 15:55:48 +0000 (15:55 +0000)]
2011-03-16  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/48149
* fold-const.c (fold_binary_loc): Fold
COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.

* gcc.dg/fold-complex-1.c: New testcase.

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

13 years ago2011-03-16 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 16 Mar 2011 13:57:28 +0000 (13:57 +0000)]
2011-03-16  Richard Guenther  <rguenther@suse.de>

PR testsuite/48147
* gcc.dg/guality/pr45882.c: Really make sure no inlining
or cloning happens.

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

13 years ago2011-03-16 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 16 Mar 2011 13:53:09 +0000 (13:53 +0000)]
2011-03-16  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/26134
* tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
(non_rewritable_mem_ref_base): Handle complex type component
accesses, constrain offsets for vector and complex extracts
more properly.

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

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

13 years ago2011-03-16 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 16 Mar 2011 12:41:08 +0000 (12:41 +0000)]
2011-03-16  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/48146
* tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
operands avoiding the need for renaming.

* gcc.dg/torture/pr48146.c: New testcase.

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

13 years ago2011-03-16 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 16 Mar 2011 11:36:30 +0000 (11:36 +0000)]
2011-03-16  Richard Guenther  <rguenther@suse.de>

* gimple-fold.c (maybe_fold_reference): Open-code relevant
constant folding.  Move MEM_REF canonicalization first.
Rely on fold_const_aggregate_ref for initializer folding.
* tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.

* gcc.dg/tree-ssa/pr14814.c: Adjust.
* gcc.dg/tree-ssa/ssa-ccp-19.c: Likewise.

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

13 years ago PR middle-end/48136
jakub [Wed, 16 Mar 2011 10:24:44 +0000 (10:24 +0000)]
PR middle-end/48136
* fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
arg0/arg1 or their arguments are always fold converted to matching
types.

* gcc.c-torture/compile/pr48136.c: New test.

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

13 years ago * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
jakub [Wed, 16 Mar 2011 10:23:14 +0000 (10:23 +0000)]
* var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
to nargs.

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

13 years ago PR lto/46944
ro [Wed, 16 Mar 2011 09:41:16 +0000 (09:41 +0000)]
PR lto/46944
* configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
Handle in-tree gold.
(ld_vers): Extract binutils version for gold.
(gcc_cv_ld_hidden): Handle gold here.
(gcc_cv_lto_plugin): Determine level of linker plugin support.
* configure: Regenerate.
* config.in: Regenerate.
* gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
-fuse-linker-plugin otherwise.
(LINK_PLUGIN_SPEC): Define.  Extract from LINK_COMMAND_SPEC.
(LINK_COMMAND_SPEC): Use it.
(main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.

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

13 years ago * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
jakub [Wed, 16 Mar 2011 08:40:07 +0000 (08:40 +0000)]
* emit-rtl.c (try_split): Don't call copy_call_info debug hook.
* calls.c: Remove debug.h include.
(emit_call_1): Don't call virtual_call_token debug hook.
* dwarf2out.c (debug_dcall_section, debug_vcall_section,
dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
size_of_dcall_table, output_dcall_table, size_of_vcall_table,
output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
dwarf2out_virtual_call): Remove.
(dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
copy_call_info and virtual_call hooks.
(dwarf2out_init): Don't initialize vcall_insn_table,
debug_dcall_section and debug_vcall_section.
(prune_unused_types): Don't mark nodes from dcall_table.
(dwarf2out_finish): Don't output dcall or vcall tables.
* final.c (final_scan_insn): Don't call direct_call or
virtual_call debug hooks.
* debug.h (struct gcc_debug_hooks): Remove direct_call,
virtual_call_token, copy_call_info and virtual_call hooks.
(debug_nothing_uid): Remove prototype.
* sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
copy_call_info and virtual_call hooks.
* vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
* dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
* debug.c (do_nothing_debug_hooks): Likewise.
(debug_nothing_uid): Remove.
* doc/invoke.texi (-fenable-icf-debug): Remove.
* common.opt (-fenable-icf-debug): Likewise.

* g++.dg/debug/dwarf2/icf.C: Adjust for -fenable-icf-debug removal.

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

13 years ago * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
jakub [Wed, 16 Mar 2011 08:36:42 +0000 (08:36 +0000)]
* calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
* var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
call's MEM.  Handle functions returning aggregate through a hidden
first pointer.  For virtual calls add clobbered pc to call arguments
chain.
* dwarf2out.c (gen_subprogram_die): Emit
DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
can't be emitted.

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

13 years ago PR debug/45882
jakub [Wed, 16 Mar 2011 08:35:31 +0000 (08:35 +0000)]
PR debug/45882
* rtl.def (ENTRY_VALUE): Change format from "e" to "0".
* rtl.h (ENTRY_VALUE_EXP): Define.
* rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
* cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
* print-rtl.c (print_rtx): Likewise.
* gengtype.c (adjust_field_rtx_def): Likewise.
* var-tracking.c (vt_add_function_parameter): Adjust
gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
* dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
* cfgexpand.c (expand_debug_expr): If a SSA_NAME without
partition is a default definition of a PARM_DECL, use ENTRY_VALUE
of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.

* gcc.dg/guality/pr45882.c: New test.

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

13 years ago * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
jakub [Wed, 16 Mar 2011 08:32:13 +0000 (08:32 +0000)]
* final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
Call var_location debug hook even on CALL_INSNs.
(rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
* rtl.def (ENTRY_VALUE): New.
* dwarf2out.c: Include cfglayout.h.
(dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
(struct call_arg_loc_node): New type.
(call_arg_locations, call_arg_loc_last, block_map, call_site_count,
tail_call_site_count): New variables.
(dwarf_tag_name): Handle DW_TAG_GNU_call_site and
DW_TAG_GNU_call_site_parameter.
(dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
and DW_AT_GNU_all_source_call_sites.
(mem_loc_descriptor): Handle ENTRY_VALUE.
(add_src_coords_attributes): Don't add enything if
DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
(dwarf2out_abstract_function): Save and clear call_arg_location,
call_site_count and tail_call_site_count around dwarf2out_decl call.
(gen_call_site_die): New function.
(gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
(gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
(dwarf2out_function_decl): Clear call_arg_locations,
call_arg_loc_last, set call_site_count and tail_call_site_count
to -1 and free block_map.
(dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
CALL_INSNs.  Add NOTE_DURING_CALL_P var location notes even when not
followed by any real instructions.
(dwarf2out_begin_function): Set call_site_count and
tail_call_site_count to 0.
(resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
attempt to force a DIE for it and worst case remove the attribute.
(resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
the decl itself.
* var-tracking.c: Include tm_p.h.
(vt_stack_adjustments): For calls call note_register_arguments.
(argument_reg_set): New variable.
(add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
ensure the VALUE is resolved.
(call_arguments): New variable.
(prepare_call_arguments): New function.
(add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
(struct expand_loc_callback_data): Add ignore_cur_loc field.
(vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
always use the best expression.
(vt_expand_loc): Add ignore_cur_loc argument.
(vt_expand_loc_dummy): Clear ignore_cur_loc field.
(emit_note_insn_var_location): Adjust vt_expand_loc callers.
(emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
note for all calls.
(vt_add_function_parameter): Use cselib_lookup_from_insn.
If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
argument.  Don't call cselib_preserve_only_values and
cselib_reset_table.
(note_register_arguments): New function.
(vt_initialize): Compute argument_reg_set.  Call
vt_add_function_parameters before processing basic blocks instead of
afterwards.  For calls call prepare_call_arguments before calling
cselib_process_insn.
* print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
* Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
(var-tracking.o): Depend on $(TM_P_H).
* cfglayout.h (insn_scope): New prototype.
* gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
* cfglayout.c (insn_scope): No longer static.
* insn-notes.def (CALL_ARG_LOCATION): New.
* calls.c (expand_call, emit_library_call_value_1): Put USEs for
MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
* integrate.c (set_block_origin_self, set_block_abstract_flags): Do
nothing for DECL_EXTERNAL BLOCK_VARS.
cp/
* cp-objcp-common.c (cp_function_decl_explicit_p): Don't crash if
DECL_LANG_SPECIFIC is NULL.
include/
* dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
DW_OP_GNU_entry_value): New.

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

13 years ago PR target/45844
amodra [Wed, 16 Mar 2011 06:26:29 +0000 (06:26 +0000)]
PR target/45844
* config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
create invalid offset address for vsx splat insn.
* config/rs6000/predicates.md (splat_input_operand): New.
* config/rs6000/vsx.md (vsx_splat_*): Use it.

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

13 years agoDaily bump.
gccadmin [Wed, 16 Mar 2011 00:18:29 +0000 (00:18 +0000)]
Daily bump.

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

13 years ago2011-03-15 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 16 Mar 2011 00:02:11 +0000 (00:02 +0000)]
2011-03-15  Benjamin Kosnik  <bkoz@redhat.com>

        * include/std/thread: Revert.
        * src/thread.cc: Same.
        * config/abi/pre/gnu.ver: Same.

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

13 years ago2011-03-15 Doug Kwan <dougkwan@google.com>
dougkwan [Tue, 15 Mar 2011 20:56:52 +0000 (20:56 +0000)]
2011-03-15  Doug Kwan  <dougkwan@google.com>

        PR libstdc++/48123
        * include/Makefile.am (install-freestanding-headers): Install
        cpu_defines.h
        * include/Makefile.in: Regenerate.

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

13 years ago2011-03-15 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 15 Mar 2011 18:58:12 +0000 (18:58 +0000)]
2011-03-15  Benjamin Kosnik  <bkoz@redhat.com>

* config/abi/pre/gnu.ver: Make nested_exception exports super clear.
Move bad_function_call exports from CXXABI_1.3.5 to GLIBCXX_3.4.15.

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

13 years ago * pt.c (value_dependent_expression_p) [NOEXCEPT_EXPR]: Don't
jason [Tue, 15 Mar 2011 18:31:12 +0000 (18:31 +0000)]
* pt.c (value_dependent_expression_p) [NOEXCEPT_EXPR]: Don't
check value_dependent_expression_p on the operand.

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

13 years agoc-family/
jason [Tue, 15 Mar 2011 18:29:00 +0000 (18:29 +0000)]
c-family/
* c-common.c (max_constexpr_depth): New.
* c-common.h: Declare it.
* c-opts.c (c_common_handle_option): Set it.
* c.opt (fconstexpr-depth): New option.
cp/
* semantics.c (push_cx_call_context): Return bool.
(cxx_eval_call_expression): Handle excess depth.

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

13 years ago Core 1191
jason [Tue, 15 Mar 2011 18:27:29 +0000 (18:27 +0000)]
Core 1191
* method.c (synthezized_method_walk): Cleanups don't affect the
triviality of a constructor, but do affect deletion and exception
specification.

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

13 years ago * decl2.c (cp_check_const_attributes): New.
jason [Tue, 15 Mar 2011 18:27:19 +0000 (18:27 +0000)]
* decl2.c (cp_check_const_attributes): New.
(cplus_decl_attributes): Call cp_check_const_attributes.

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

13 years ago PR c++/34758
jason [Tue, 15 Mar 2011 18:27:09 +0000 (18:27 +0000)]
PR c++/34758
* call.c (convert_default_arg): Use DECL_ORIGIN of fn.  Check for
recursion first.
(push_defarg_context, pop_defarg_context): New.
* parser.c (cp_parser_late_parsing_default_args): Use them.
* cp-tree.h: Declare them.

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

13 years agoFix pr47837
davidxl [Tue, 15 Mar 2011 18:15:01 +0000 (18:15 +0000)]
Fix pr47837

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

13 years agoActually delete it as svn rename seemed to fail
ramana [Tue, 15 Mar 2011 17:37:05 +0000 (17:37 +0000)]
Actually delete it as svn rename seemed to fail

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

13 years agoFixup last commit.
ramana [Tue, 15 Mar 2011 17:05:51 +0000 (17:05 +0000)]
Fixup last commit.

Fixed PR target/46788 and not PR 47688

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

13 years agoFix PR 47688
ramana [Tue, 15 Mar 2011 16:14:21 +0000 (16:14 +0000)]
Fix PR 47688

2011-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>

PR target/47668
gcc/
* config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
in the output template.
gcc/testsuite/
* gcc.target/arm/pr47688.c: New.

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

13 years ago2011-03-15 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 15 Mar 2011 13:39:28 +0000 (13:39 +0000)]
2011-03-15  Richard Guenther  <rguenther@suse.de>

PR middle-end/47650
* tree-pretty-print.c (dump_function_declaration): Properly
dump unprototyped and varargs function types.

* gfortran.dg/c_f_pointer_tests_3.f90: Adjust.
* gfortran.dg/ishft_4.f90: Likewise.
* gfortran.dg/leadz_trailz_3.f90: Likewise.

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

13 years ago2011-03-15 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 15 Mar 2011 13:37:23 +0000 (13:37 +0000)]
2011-03-15  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/13954
* tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
and friends.

* g++.dg/tree-ssa/pr13954.C: New testcase.

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

13 years ago2011-03-15 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 15 Mar 2011 12:22:12 +0000 (12:22 +0000)]
2011-03-15  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/48037
* tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
selects into BIT_FIELD_REFs.
(non_rewritable_mem_ref_base): Check if a MEM_REF is a
vector select.

* gcc.target/i386/pr48037-1.c: New testcase.

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

13 years ago PR tree-optimization/48129
jakub [Tue, 15 Mar 2011 11:28:35 +0000 (11:28 +0000)]
PR tree-optimization/48129
* builtins.c (fold_builtin_snprintf): Convert to type of
built_in_decls[BUILT_IN_SNPRINTF] retval instead of
implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.

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

13 years ago2011-03-15 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 15 Mar 2011 11:09:09 +0000 (11:09 +0000)]
2011-03-15  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/41490
* tree-ssa-dce.c (propagate_necessity): Handle returns without
value but with VUSE.
* tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
return statements.
* tree-ssa-sink.c (statement_sink_location): Fix store sinking.
* tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
* tree-tailcall.c (find_tail_calls): Ignore returns.

* gcc.dg/tree-ssa/ssa-sink-6.c: New testcase.
* gcc.dg/tree-ssa/ssa-sink-7.c: Likewise.
* gcc.dg/tree-ssa/ssa-sink-8.c: Likewise.
* gcc.dg/tree-ssa/ssa-sink-9.c: Likewise.
* g++.dg/tree-ssa/pr33604.C: Adjust.

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

13 years ago2011-03-15 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 15 Mar 2011 09:49:33 +0000 (09:49 +0000)]
2011-03-15  Richard Guenther  <rguenther@suse.de>

PR middle-end/48031
* fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
or variable-indexed array accesses when in gimple form.

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

13 years ago2011-03-15 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 15 Mar 2011 09:30:13 +0000 (09:30 +0000)]
2011-03-15  Richard Guenther  <rguenther@suse.de>

* config/i386/i386.c (ix86_emit_swdivsf): Implement more
efficiently.

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

13 years ago * arith.c (arith_power): Plug memory leak.
fxcoudert [Tue, 15 Mar 2011 08:56:16 +0000 (08:56 +0000)]
* arith.c (arith_power): Plug memory leak.

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

13 years ago2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 15 Mar 2011 06:19:08 +0000 (06:19 +0000)]
2011-03-14  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/48130
        * src/future.cc: Guard definitions.
        * libsupc++/nested_exception.cc: Same.

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

13 years ago2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 15 Mar 2011 02:55:19 +0000 (02:55 +0000)]
2011-03-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/regex_compiler.h: Nest namespace versioning.
* include/bits/regex_grep_matcher.tcc: Same.
* include/bits/regex_grep_matcher.h: Same.
* include/bits/regex_cursor.h: Same.
* include/bits/regex_nfa.h: Same.
* include/bits/regex_nfa.tcc: Same.

* include/bits/regex_grep_matcher.h: Version forward declarations.
* include/bits/c++config: Add namespace association for __regex.
* include/bits/regex.h: Make sub_match consistent.

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

13 years ago PR target/48032
amodra [Tue, 15 Mar 2011 02:19:28 +0000 (02:19 +0000)]
PR target/48032
* config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
presume symbol_refs without a symbol_ref_decl are suitably
aligned, nor other trees we may see here.  Handle anchor symbols.
(legitimate_constant_pool_address_p): Comment.  Add mode param.
Check cmodel=medium addresses.  Adjust all calls.
(rs6000_emit_move): Don't call offsettable_ok_by_alignment on
creating cmodel=medium optimized access to locals.
* config/rs6000/constraints.md (R): Pass QImode to
legitimate_constant_pool_address_p.
* config/rs6000/predicates.md (input_operand): Pass mode to
legitimate_constant_pool_address_p.
* config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
Update prototype.

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

13 years ago2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 15 Mar 2011 00:24:08 +0000 (00:24 +0000)]
2011-03-14  Benjamin Kosnik  <bkoz@redhat.com>

* src/Makefile.am: Add functional.cc, shared_ptr.cc.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am: Add nested_exception.cc.
* libsupc++/Makefile.in: Regenerate.
* src/system_error.cc: Add ctor and dtor definitions for error_category.
* src/functional.cc: New. Add dtor definition for bad_function_call.
* src/stdexcept.cc: Add dtor definitions for domain_error,
invalid_argument, length_error, out_of_range, range_error,
overflow_error, underflow_error.
* src/future.cc: Add dtor definition for __future_base::_Result_base.
* src/shared_ptr.cc: New. Add dtor definition for bad_weak_ptr.
* src/thread.cc: Add dtor for thread::_Impl_base.
* include/std/system_error: Adjust.
* include/std/stdexcept: Same.
* include/std/future: Same.
* include/std/functional: Same.
* include/std/thread: Same.
* include/bits/shared_ptr_base.h: Same.
* libsupc++/nested_exception.cc: New. Add dtor for nested_exception.
* libsupc++/nested_exception.h: Adjust.
* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust line numbers.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
* config/abi/pre/gnu.ver: Add new exports.

* include/bits/regex_compiler.h: Nest namespace versioning.
* include/bits/regex_grep_matcher.tcc: Same.
* include/bits/regex_grep_matcher.h: Same.
* include/bits/regex_cursor.h: Same.
* include/bits/regex_nfa.h: Same.
* include/bits/regex_nfa.tcc: Same.

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

13 years agoDaily bump.
gccadmin [Tue, 15 Mar 2011 00:19:12 +0000 (00:19 +0000)]
Daily bump.

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

13 years agoFix fix to PR 48053
meissner [Mon, 14 Mar 2011 20:51:41 +0000 (20:51 +0000)]
Fix fix to PR 48053

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

13 years ago gcc:
ro [Mon, 14 Mar 2011 20:34:21 +0000 (20:34 +0000)]
gcc:
* config/sol2.c (solaris_assemble_visibility): Remove obsolete
URLs.

libstdc++-v3:
* doc/xml/manual/abi.xml: Replace docs.sun.com URLs by their OTN
equivalents.
* doc/html/manual/abi.html: Regenerate.

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

13 years ago PR middle-end/47917
jakub [Mon, 14 Mar 2011 20:30:24 +0000 (20:30 +0000)]
PR middle-end/47917
* builtins.c (fold_builtin_snprintf): New function.
(fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
(fold_builtin_4): Likewise.

* gcc.c-torture/execute/pr47917.c: New test.
* gcc.dg/pr47917.c: New test.

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

13 years ago * python/libstdcxx/v6/printers.py (_use_gdb_pp): New global.
tromey [Mon, 14 Mar 2011 20:29:23 +0000 (20:29 +0000)]
* python/libstdcxx/v6/printers.py (_use_gdb_pp): New global.
Try to import `gdb.printing' module.
(UniquePointerPrinter.__init__): Add 'typename' argument.
(StdSlistPrinter.__init__): Likewise.
(StdSlistIteratorPrinter.__init__): Likewise.
(StdVectorIteratorPrinter.__init__): Likewise.
(StdRbtreeIteratorPrinter.__init__): Likewise.
(StdDebugIteratorPrinter.__init__): Likewise.
(StdDequeIteratorPrinter.__init__): Likewise.
(StdStringPrinter.__init__): Likewise.
(RxPrinter, Printer): New class.
(libstdcxx_printer): New global.
(register_libstdcxx_printers): Rewrite.
(build_libstdcxx_dictionary): Rewrite.
(pretty_printers_dict): Remove.

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

13 years ago PR middle-end/38878
jakub [Mon, 14 Mar 2011 20:12:16 +0000 (20:12 +0000)]
PR middle-end/38878
* fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
STRIP_NOPS on arg0 and arg1.  When optimizing X +- C == X
and C - X == X also strip nops from +/-/p+ operand.
When optimizing -X == C, fold C to arg0's type.

* gcc.dg/tree-ssa/foldaddr-1.c: Remove xfail.

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

13 years ago PR debug/47946
jakub [Mon, 14 Mar 2011 20:07:22 +0000 (20:07 +0000)]
PR debug/47946
* dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
emit it as add_AT_int instead of add_AT_unsigned.

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

13 years ago * unwind-dw2.c: Include sys/sdt.h if it exists.
tromey [Mon, 14 Mar 2011 19:47:58 +0000 (19:47 +0000)]
* unwind-dw2.c: Include sys/sdt.h if it exists.
(_Unwind_DebugHook): Use STAP_PROBE2.
* config.in, configure: Rebuild.
* configure.ac: Check for sys/sdt.h.

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

13 years ago * config/i386/i386.md (ROUND_FLOOR): New constant.
uros [Mon, 14 Mar 2011 18:57:11 +0000 (18:57 +0000)]
* config/i386/i386.md (ROUND_FLOOR): New constant.
(ROUND_CEIL): Ditto.
(ROUND_TRUNC): Ditto.
(ROUND_MXCSR): Ditto.
(ROUND_NO_EXC): Ditto.
(rint<mode>2): Use new defines instead of numerical constants.
(floor<mode>2): Ditto.
(ceil<mode>2): Ditto.
(btrunc<mode>2): Ditto.
* config/i386/i386-builtin-types.def: Define ROUND function type
aliases.
* config/i386/i386.c (enum ix86_builtins): Add
IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
(struct builtin_description): Add
__builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
(ix86_expand_sse_round): New static function.
(ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
function types.
(ix86_builtin_vectorized_function): Handle
BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.

testsuite/ChangeLog:

* gcc.target/i386/sse4_1-floor-vec.c: New test.
* gcc.target/i386/sse4_1-ceil-vec.c: Ditto.
* gcc.target/i386/sse4_1-trunc-vec.c: Ditto.
* gcc-target/i386/sse4_1-rint-vec.c: Ditto.
* gcc.target/i386/sse4_1-floorf-vec.c: Ditto.
* gcc.target/i386/sse4_1-ceilf-vec.c: Ditto.
* gcc.target/i386/sse4_1-truncf-vec.c: Ditto.
* gcc.target/i386/sse4_1-rintf-vec.c: Ditto.
* gcc.target/i386/avx-floor-vec.c: Ditto.
* gcc.target/i386/avx-ceil-vec.c: Ditto.
* gcc.target/i386/avx-trunc-vec.c: Ditto.
* gcc.target/i386/avx-rint-vec.c: Ditto.
* gcc.target/i386/avx-floorf-vec.c: Ditto.
* gcc.target/i386/avx-ceilf-vec.c: Ditto.
* gcc.target/i386/avx-truncf-vec.c: Ditto.
* gcc.target/i386/avx-rintf-vec.c: Ditto.

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

13 years agogcc
tromey [Mon, 14 Mar 2011 18:01:10 +0000 (18:01 +0000)]
gcc
* c-parser.c (c_parser_asm_string_literal): Clear
warn_overlength_strings.
gcc/testsuite
* gcc.dg/Woverlength-strings-pedantic-c90-asm.c: New file.
* gcc.dg/Woverlength-strings-pedantic-c89-asm.c: New file.
* gcc.dg/Woverlength-strings-pedantic-c99-asm.c: New file.

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

13 years agogcc
tromey [Mon, 14 Mar 2011 17:58:12 +0000 (17:58 +0000)]
gcc
* c-parser.c (disable_extension_diagnostics): Save
warn_overlength_strings.
(restore_extension_diagnostics): Restore warn_overlength_strings.
gcc/testsuite
* gcc.dg/Woverlength-strings-pedantic-c89-ext.c: New file.
* gcc.dg/Woverlength-strings-pedantic-c90-ext.c: New file.
* gcc.dg/Woverlength-strings-pedantic-c99-ext.c: New file.

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

13 years ago2011-03-14 Andrey Zholos <aaz@althenia.net>
paolo [Mon, 14 Mar 2011 17:57:48 +0000 (17:57 +0000)]
2011-03-14  Andrey Zholos  <aaz@althenia.net>

PR libstdc++/48114
* include/bits/random.h (geometric_distribution): Correct formula
in comment, per C++0x.
(geometric_distribution<>::param_type::param_type(double)): Fix check.
(geometric_distribution<>::param_type::_M_initialize):
Store log(1 - p).
* include/bits/random.tcc (geometric_distribution<>::operator()):
Fix computation.
(binomial_distribution<>::operator()): Likewise.

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

13 years agoEnable __float128 test for 32bit.
hjl [Mon, 14 Mar 2011 17:24:25 +0000 (17:24 +0000)]
Enable __float128 test for 32bit.

2011-03-14  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.target/i386/builtin-copysign.c: Remove __LP64__ check.

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

13 years ago * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
jakub [Mon, 14 Mar 2011 13:55:52 +0000 (13:55 +0000)]
* crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
4.6 branch.

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

13 years agogcc/testsuite/
rsandifo [Mon, 14 Mar 2011 13:46:12 +0000 (13:46 +0000)]
gcc/testsuite/
PR rtl-optimization/47166
* gcc.c-torture/execute/postmod-1.c: New test.

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

13 years ago * BASE-VER: Change to 4.7.0.
jakub [Mon, 14 Mar 2011 13:07:26 +0000 (13:07 +0000)]
* BASE-VER: Change to 4.7.0.

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

13 years ago2011-03-14 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 14 Mar 2011 12:20:48 +0000 (12:20 +0000)]
2011-03-14  Richard Guenther  <rguenther@suse.de>

PR middle-end/48098
* tree.c (build_vector_from_val): Adjust assert to requirements
and reality.

* gcc.dg/torture/pr48098.c: New testcase.

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

13 years ago PR bootstrap/48102
jakub [Mon, 14 Mar 2011 08:18:52 +0000 (08:18 +0000)]
PR bootstrap/48102
* graphite-cloog-compat.h (build_cloog_prog): Remove STATE
parameter.

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

13 years ago2011-03-14 Andreas Tobler <andreast@fgznet.ch>
andreast [Mon, 14 Mar 2011 06:06:23 +0000 (06:06 +0000)]
2011-03-14  Andreas Tobler  <andreast@fgznet.ch>

* config.host (cpu_type): Add FreeBSD PowerPC specific parts.
Adjust copyright year.

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

13 years ago2011-03-14 Andreas Tobler <andreast@fgznet.ch>
andreast [Mon, 14 Mar 2011 06:05:29 +0000 (06:05 +0000)]
2011-03-14  Andreas Tobler  <andreast@fgznet.ch>

* config/rs6000/freebsd.h: (RELOCATABLE_NEEDS_FIXUP): Define in
terms of target_flags_explicit. Adjust copyright year.

* config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
* config/rs6000/t-freebsd: New file. Add override for
LIB2FUNCS_EXTRA.

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

13 years ago2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
mrs [Mon, 14 Mar 2011 02:47:49 +0000 (02:47 +0000)]
2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>

    PR lto/48086
    * configure.ac: Disable LTO on darwin due to an assembler change in
    Xcode 3.2.6/4.0 that limits the total number of sections/segments to
    under 256.
    * configure: Regenerate.

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

13 years agoDaily bump.
gccadmin [Mon, 14 Mar 2011 00:17:51 +0000 (00:17 +0000)]
Daily bump.

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

13 years ago2011-03-13 Chris Demetriou <cgd@google.com>
cgd [Sun, 13 Mar 2011 07:38:22 +0000 (07:38 +0000)]
2011-03-13  Chris Demetriou  <cgd@google.com>

        * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
        (-fno-diagnostics-show-option): this, to reflect current default.
        (-Werror=): Update text about -fno-diagnostics-show-option.

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

13 years agogcc/
bergner [Sun, 13 Mar 2011 04:06:41 +0000 (04:06 +0000)]
gcc/
PR target/48053
* config/rs6000/predicates.md (easy_vector_constant_add_self,
easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
* config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
mode is not V2DImode or V2DFmode.
(vspltis_constant): Do not handle V2DImode and V2DFmode.
(rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
* config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
registers to 0.
(movdi_internal64): Likewise.

gcc/testsuite/
PR target/48053
* gcc/testsuite/gcc.target/powerpc/pr48053-1.c: New test.
* gcc/testsuite/gcc.target/powerpc/pr48053-2.c: Likewise.

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

13 years agoDaily bump.
gccadmin [Sun, 13 Mar 2011 00:18:39 +0000 (00:18 +0000)]
Daily bump.

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

13 years ago2011-03-12 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Sat, 12 Mar 2011 23:18:09 +0000 (23:18 +0000)]
2011-03-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/48066
* gfortran.dg/intrinsic_ifunction_2.f90:  Correct PR number.

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

13 years ago2011-03-12 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Sat, 12 Mar 2011 23:13:56 +0000 (23:13 +0000)]
2011-03-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR libfortran/40866
        * libgfortran/ChangeLog:  Correct PR number.
        * gcc/testsuite/ChangeLog:  Likewise.

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

13 years ago2011-03-12 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Sat, 12 Mar 2011 22:39:33 +0000 (22:39 +0000)]
2011-03-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/40866
* m4/ifunction.m4:  If return array is empty, return.
* m4/ifunction_logical.m4:  Likewise.
* generated/all_l16.c: Regenerated.
* generated/all_l1.c: Regenerated.
* generated/all_l2.c: Regenerated.
* generated/all_l4.c: Regenerated.
* generated/all_l8.c: Regenerated.
* generated/any_l16.c: Regenerated.
* generated/any_l1.c: Regenerated.
* generated/any_l2.c: Regenerated.
* generated/any_l4.c: Regenerated.
* generated/any_l8.c: Regenerated.
* generated/count_16_l.c: Regenerated.
* generated/count_1_l.c: Regenerated.
* generated/count_2_l.c: Regenerated.
* generated/count_4_l.c: Regenerated.
* generated/count_8_l.c: Regenerated.
* generated/maxloc1_16_i16.c: Regenerated.
* generated/maxloc1_16_i1.c: Regenerated.
* generated/maxloc1_16_i2.c: Regenerated.
* generated/maxloc1_16_i4.c: Regenerated.
* generated/maxloc1_16_i8.c: Regenerated.
* generated/maxloc1_16_r10.c: Regenerated.
* generated/maxloc1_16_r16.c: Regenerated.
* generated/maxloc1_16_r4.c: Regenerated.
* generated/maxloc1_16_r8.c: Regenerated.
* generated/maxloc1_4_i16.c: Regenerated.
* generated/maxloc1_4_i1.c: Regenerated.
* generated/maxloc1_4_i2.c: Regenerated.
* generated/maxloc1_4_i4.c: Regenerated.
* generated/maxloc1_4_i8.c: Regenerated.
* generated/maxloc1_4_r10.c: Regenerated.
* generated/maxloc1_4_r16.c: Regenerated.
* generated/maxloc1_4_r4.c: Regenerated.
* generated/maxloc1_4_r8.c: Regenerated.
* generated/maxloc1_8_i16.c: Regenerated.
* generated/maxloc1_8_i1.c: Regenerated.
* generated/maxloc1_8_i2.c: Regenerated.
* generated/maxloc1_8_i4.c: Regenerated.
* generated/maxloc1_8_i8.c: Regenerated.
* generated/maxloc1_8_r10.c: Regenerated.
* generated/maxloc1_8_r16.c: Regenerated.
* generated/maxloc1_8_r4.c: Regenerated.
* generated/maxloc1_8_r8.c: Regenerated.
* generated/maxval_i16.c: Regenerated.
* generated/maxval_i1.c: Regenerated.
* generated/maxval_i2.c: Regenerated.
* generated/maxval_i4.c: Regenerated.
* generated/maxval_i8.c: Regenerated.
* generated/maxval_r10.c: Regenerated.
* generated/maxval_r16.c: Regenerated.
* generated/maxval_r4.c: Regenerated.
* generated/maxval_r8.c: Regenerated.
* generated/minloc1_16_i16.c: Regenerated.
* generated/minloc1_16_i1.c: Regenerated.
* generated/minloc1_16_i2.c: Regenerated.
* generated/minloc1_16_i4.c: Regenerated.
* generated/minloc1_16_i8.c: Regenerated.
* generated/minloc1_16_r10.c: Regenerated.
* generated/minloc1_16_r16.c: Regenerated.
* generated/minloc1_16_r4.c: Regenerated.
* generated/minloc1_16_r8.c: Regenerated.
* generated/minloc1_4_i16.c: Regenerated.
* generated/minloc1_4_i1.c: Regenerated.
* generated/minloc1_4_i2.c: Regenerated.
* generated/minloc1_4_i4.c: Regenerated.
* generated/minloc1_4_i8.c: Regenerated.
* generated/minloc1_4_r10.c: Regenerated.
* generated/minloc1_4_r16.c: Regenerated.
* generated/minloc1_4_r4.c: Regenerated.
* generated/minloc1_4_r8.c: Regenerated.
* generated/minloc1_8_i16.c: Regenerated.
* generated/minloc1_8_i1.c: Regenerated.
* generated/minloc1_8_i2.c: Regenerated.
* generated/minloc1_8_i4.c: Regenerated.
* generated/minloc1_8_i8.c: Regenerated.
* generated/minloc1_8_r10.c: Regenerated.
* generated/minloc1_8_r16.c: Regenerated.
* generated/minloc1_8_r4.c: Regenerated.
* generated/minloc1_8_r8.c: Regenerated.
* generated/minval_i16.c: Regenerated.
* generated/minval_i1.c: Regenerated.
* generated/minval_i2.c: Regenerated.
* generated/minval_i4.c: Regenerated.
* generated/minval_i8.c: Regenerated.
* generated/minval_r10.c: Regenerated.
* generated/minval_r16.c: Regenerated.
* generated/minval_r4.c: Regenerated.
* generated/minval_r8.c: Regenerated.
* generated/product_c10.c: Regenerated.
* generated/product_c16.c: Regenerated.
* generated/product_c4.c: Regenerated.
* generated/product_c8.c: Regenerated.
* generated/product_i16.c: Regenerated.
* generated/product_i1.c: Regenerated.
* generated/product_i2.c: Regenerated.
* generated/product_i4.c: Regenerated.
* generated/product_i8.c: Regenerated.
* generated/product_r10.c: Regenerated.
* generated/product_r16.c: Regenerated.
* generated/product_r4.c: Regenerated.
* generated/product_r8.c: Regenerated.
* generated/sum_c10.c: Regenerated.
* generated/sum_c16.c: Regenerated.
* generated/sum_c4.c: Regenerated.
* generated/sum_c8.c: Regenerated.
* generated/sum_i16.c: Regenerated.
* generated/sum_i1.c: Regenerated.
* generated/sum_i2.c: Regenerated.
* generated/sum_i4.c: Regenerated.
* generated/sum_i8.c: Regenerated.
* generated/sum_r10.c: Regenerated.
* generated/sum_r16.c: Regenerated.
* generated/sum_r4.c: Regenerated.
* generated/sum_r8.c: Regenerated.

2011-03-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/40866
* gfortran.dg/intrinsic_ifunction_2.f90:  New test case.

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

13 years agoFix PR47127: call cloog_state_malloc and cloog_state_free only once.
spop [Sat, 12 Mar 2011 22:05:38 +0000 (22:05 +0000)]
Fix PR47127: call cloog_state_malloc and cloog_state_free only once.

2011-03-12  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/47127
* graphite-clast-to-gimple.c (build_cloog_prog): Removed state
parameter.
(set_cloog_options): Same.
(scop_to_clast): Same.
(print_clast_stmt): Do not call cloog_state_malloc and
cloog_state_free.
(print_generated_program): Same.
(gloog): Same.
* graphite-clast-to-gimple.h (cloog_state): Declared.
(scop_to_clast): Adjust declaration.
* graphite.c (cloog_state): Defined here.
(graphite_initialize): Call cloog_state_malloc.
(graphite_finalize): Call cloog_state_free.

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

13 years ago2011-03-12 Janus Weil <janus@gcc.gnu.org>
janus [Sat, 12 Mar 2011 16:58:33 +0000 (16:58 +0000)]
2011-03-12  Janus Weil  <janus@gcc.gnu.org>

PR fortran/48059
* trans-expr.c (gfc_apply_interface_mapping_to_expr): Replace base type
for polymorphic arguments.

2011-03-12  Janus Weil  <janus@gcc.gnu.org>

PR fortran/48059
* gfortran.dg/class_41.f03: New.

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

13 years ago PR fortran/48054
fxcoudert [Sat, 12 Mar 2011 10:33:54 +0000 (10:33 +0000)]
PR fortran/48054
* intrinsic.texi: Clarify doc of logarithm functions.

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

13 years ago PR fortran/47552
fxcoudert [Sat, 12 Mar 2011 10:28:01 +0000 (10:28 +0000)]
    PR fortran/47552
        * trans-intrinsic.c (gfc_conv_intrinsic_ctime): Fix type of
        the string length variable.

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

13 years agoPR c++/46824
dodji [Sat, 12 Mar 2011 07:28:20 +0000 (07:28 +0000)]
PR c++/46824

gcc/cp/

* call.c (add_builtin_candidate)<case INDIRECT_REF>: The type
of the argument of the indirection operator should not be
dependent.  Fix the comment.

gcc/testsuite/

* g++.dg/conversion/cast3.C: New test.

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

13 years ago PR c++/47125
jason [Sat, 12 Mar 2011 06:48:57 +0000 (06:48 +0000)]
PR c++/47125
* pt.c (tsubst) [TYPENAME_TYPE]: Only give errors if tf_error.

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