1. 18 Mar, 2014 23 commits
    • re PR c++/60305 (ICE constexpr array of functions in template) · ba2f8afa
      2014-03-18  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/60305
      	* g++.dg/cpp0x/constexpr-ice14.C: New.
      
      2014-03-18  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/54250
      	* g++.dg/cpp0x/lambda/lambda-ice12.C: New.
      
      From-SVN: r208658
      Paolo Carlini committed
    • re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a… · f7e68d08
      re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a reference to a functor does not copy its argument.)
      
      	PR libstdc++/60564
      	* include/std/future (__future_base::_Task_state<>): Change
      	constructors to template functions using perfect forwarding.
      	(__create_task_state): Use decayed type as stored task.
      	(packaged_task::packaged_task(_Fn&&)): Forward instead of moving.
      	* testsuite/30_threads/packaged_task/60564.cc: New.
      
      From-SVN: r208656
      Jonathan Wakely committed
    • cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when gimple call statement is update. · eb14a79f
      	* cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
      	gimple call statement is update.
      	* gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
      	GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
      
      From-SVN: r208654
      Martin Liska committed
    • * de.po: Update. · bd10e887
      From-SVN: r208653
      Joseph Myers committed
    • re PR sanitizer/60557 (UBSAN: ICE after ubsan_expand_null_ifn) · ead96f13
      	PR sanitizer/60557
      	* ubsan.c (ubsan_instrument_unreachable): Call
      	initialize_sanitizer_builtins.
      	(ubsan_pass): Likewise.
      
      From-SVN: r208652
      Jakub Jelinek committed
    • re PR sanitizer/60535 (Link failure with -flto and -fsanitize=undefined) · 415e2e6b
      	PR sanitizer/60535
      	* ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
      	varpool_finalize_decl instead of rest_of_decl_compilation.
      lto/
      	* lto-lang.c (lto_init): Add NAME_TYPE for int128_integer_type_node
      	and complex_{float,{,long_}double}_type_node.
      testsuite/
      	* c-c++-common/ubsan/null-1.c: Don't skip if -flto.
      	* c-c++-common/ubsan/null-2.c: Likewise.
      	* c-c++-common/ubsan/null-3.c: Likewise.
      	* c-c++-common/ubsan/null-4.c: Likewise.
      	* c-c++-common/ubsan/null-5.c: Likewise.
      	* c-c++-common/ubsan/null-6.c: Likewise.
      	* c-c++-common/ubsan/null-7.c: Likewise.
      	* c-c++-common/ubsan/null-8.c: Likewise.
      	* c-c++-common/ubsan/null-9.c: Likewise.
      	* c-c++-common/ubsan/null-10.c: Likewise.
      	* c-c++-common/ubsan/null-11.c: Likewise.
      	* c-c++-common/ubsan/overflow-1.c: Likewise.
      	* c-c++-common/ubsan/overflow-2.c: Likewise.
      	* c-c++-common/ubsan/overflow-add-1.c: Likewise.
      	* c-c++-common/ubsan/overflow-add-2.c: Likewise.
      	* c-c++-common/ubsan/overflow-int128.c: Likewise.
      	* c-c++-common/ubsan/overflow-mul-1.c: Likewise.
      	* c-c++-common/ubsan/overflow-mul-2.c: Likewise.
      	* c-c++-common/ubsan/overflow-mul-3.c: Likewise.
      	* c-c++-common/ubsan/overflow-mul-4.c: Likewise.
      	* c-c++-common/ubsan/overflow-negate-1.c: Likewise.
      	* c-c++-common/ubsan/overflow-negate-2.c: Likewise.
      	* c-c++-common/ubsan/overflow-sub-1.c: Likewise.
      	* c-c++-common/ubsan/overflow-sub-2.c: Likewise.
      	* c-c++-common/ubsan/pr59333.c: Likewise.
      	* c-c++-common/ubsan/pr59503.c: Likewise.
      	* c-c++-common/ubsan/pr59667.c: Likewise.
      	* c-c++-common/ubsan/undefined-1.c: Likewise.
      	* g++.dg/ubsan/pr59250.C: Likewise.
      	* g++.dg/ubsan/pr59306.C: Likewise.
      
      From-SVN: r208651
      Jakub Jelinek committed
    • df-problems.c (df_rd_confluence_n): Avoid bitmap_copy by using bitmap_and_compl… · 4ca40f52
      df-problems.c (df_rd_confluence_n): Avoid bitmap_copy by using bitmap_and_compl instead of bitmap_and_compl_into.
      
      2014-03-18  Richard Biener  <rguenther@suse.de>
      
      	* df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
      	by using bitmap_and_compl instead of bitmap_and_compl_into.
      	(df_rd_transfer_function): Likewise.
      
      From-SVN: r208650
      Richard Biener committed
    • lto.texi (fresolution): Fix typo. · 6404e190
      2014-03-18  Richard Biener  <rguenther@suse.de>
      
      	* doc/lto.texi (fresolution): Fix typo.
      
      From-SVN: r208647
      Richard Biener committed
    • invoke.texi (flto): Update for changes in 4.9. · b9abf793
      2014-03-18  Richard Biener  <rguenther@suse.de>
      
      	* doc/invoke.texi (flto): Update for changes in 4.9.
      
      From-SVN: r208646
      Richard Biener committed
    • loop.texi: Remove section on the removed lambda framework. · 3f00cf18
      2014-03-18  Richard Biener  <rguenther@suse.de>
      
      	* doc/loop.texi: Remove section on the removed lambda framework.
      	Update loop docs with recent changes in preserving loop structure.
      
      From-SVN: r208645
      Richard Biener committed
    • lto.texi (-fresolution): Document. · c2679d84
      2014-03-18  Richard Biener  <rguenther@suse.de>
      
      	* doc/lto.texi (-fresolution): Document.
      
      From-SVN: r208644
      Richard Biener committed
    • contrib.texi: Adjust my name. · c07990cc
      2014-03-18  Richard Biener  <rguenther@suse.de>
      
      	* doc/contrib.texi: Adjust my name.
      
      From-SVN: r208643
      Richard Biener committed
    • re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) · ed9c79e1
      	PR ipa/58721
      gcc/
      	* internal-fn.c: Include diagnostic-core.h.
      	(expand_BUILTIN_EXPECT): New function.
      	* gimplify.c (gimplify_call_expr): Use false instead of FALSE.
      	(gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
      	IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
      	* ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
      	IFN_BUILTIN_EXPECT.
      	* predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
      	Revert 3 argument __builtin_expect code.
      	(strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
      	* gimple-fold.c (gimple_fold_call): Likewise.
      	* tree.h (fold_builtin_expect): New prototype.
      	* builtins.c (build_builtin_expect_predicate): Add predictor
      	argument, if non-NULL, create 3 argument __builtin_expect.
      	(fold_builtin_expect): No longer static.  Add ARG2 argument,
      	pass it through to build_builtin_expect_predicate.
      	(fold_builtin_2): Adjust caller.
      	(fold_builtin_3): Handle BUILT_IN_EXPECT.
      	* internal-fn.def (BUILTIN_EXPECT): New.
      gcc/fortran/
      	* trans.c (gfc_unlikely, gfc_likely): Don't add __builtin_expect
      	if !optimize.
      
      2014-03-18  Tobias Burnus  <burnus@net-b.de>
      
      	PR ipa/58721
      gcc/
      	* predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
      	PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
      	PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
      gcc/fortran/
      	* trans.h (gfc_unlikely, gfc_likely): Add predictor as argument.
      	(gfc_trans_io_runtime_check): Remove.
      	* trans-io.c (gfc_trans_io_runtime_check): Make static; add has_iostat
      	as argument, add predictor to block.
      	(set_parameter_value, gfc_trans_open, gfc_trans_close, build_filepos,
      	gfc_trans_inquire, gfc_trans_wait, build_dt): Update calls.
      	* trans.c (gfc_unlikely, gfc_likely): Add predictor as argument.
      	(gfc_trans_runtime_check, gfc_allocate_using_malloc,
      	gfc_allocate_allocatable, gfc_deallocate_with_status): Set explicitly
      	branch predictor.
      	* trans-expr.c (gfc_conv_procedure_call): Ditto.
      	* trans-stmt.c (gfc_trans_allocate): Ditto.
      	* trans-array.c (gfc_array_init_size, gfc_array_allocate): Ditto.
      
      2014-03-18  Jan Hubicka  <hubicka@ucw.cz>
      
      	PR ipa/58721
      gcc/
      	* predict.c (combine_predictions_for_bb): Fix up formatting.
      	(expr_expected_value_1, expr_expected_value): Add predictor argument,
      	fill what it points to if non-NULL.
      	(tree_predict_by_opcode): Adjust caller, use the predictor.
      	* predict.def (PRED_COMPARE_AND_SWAP): Add.
      
      From-SVN: r208641
      Jakub Jelinek committed
    • sparc.c (sparc_do_work_around_errata): Speed up and use proper constant for the store mode. · e33da4a1
      	* config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
      	proper constant for the store mode.
      
      From-SVN: r208638
      Eric Botcazou committed
    • symtab.c (change_decl_assembler_name): Fix transparent alias chain construction. · 1fed15fc
      gcc/
              * symtab.c (change_decl_assembler_name): Fix transparent alias
              chain construction.
      
      From-SVN: r208637
      Ilya Enkovich committed
    • aarch64.c: Correct the comments about the aarch64 stack layout. · 454fdba9
      	* config/aarch64/aarch64.c: Correct the comments about the
      	aarch64 stack layout.
      
      From-SVN: r208636
      Renlin Li committed
    • Fix gcc.dg/tls/pr58595.c on Solaris 9 · 1e649cf8
      	* gcc.dg/tls/pr58595.c: Add tls options.
      
      From-SVN: r208635
      Rainer Orth committed
    • configure.ac: Check for presence of fcntl. · b5b58343
      	* configure.ac: Check for presence of fcntl.
      	* configure: Regenerate.
      	* config.h.in: Regenerate.
      	* io/unix.c (set_close_on_exec): Check for HAVE_FCNTL.
      
      From-SVN: r208634
      Ulrich Weigand committed
    • Restore check for OpenMP for construct. · e2110f8f
      	gcc/
      	* omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
      	check for GF_OMP_FOR_KIND_FOR.
      
      From-SVN: r208633
      Thomas Schwinge committed
    • i386.h (ADDITIONAL_REGISTER_NAMES): Add ymm and zmm register names. · 7c831c4d
      gcc/
      	* config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
      	ymm and zmm register names.
      
      gcc/testsuite/
      	* gcc.target/i386/avx-additional-reg-names.c: New.
      	* gcc.target/i386/avx512f-additional-reg-names.c: Ditto.
      
      From-SVN: r208631
      Kirill Yukhin committed
    • Fix PR Number in log · f2538eee
      From-SVN: r208630
      Jerry DeLisle committed
    • re PR libfortran/46800 (Handle CTRL-D correctly with STDIN) · e34994fc
      2014-03-17  Jerry DeLisle  <jvdelisle@gcc.gnu>
      
      	PR libfortran/46800
      	* io/list_read.c (list_formatted_read_scalar): Do not use
      	eat_separator. Explicitly set the comma and end-of-line flags.
      	Check for END condition from finish_separator.
      
      From-SVN: r208629
      Jerry DeLisle committed
    • Daily bump. · d65e2594
      From-SVN: r208628
      GCC Administrator committed
  2. 17 Mar, 2014 10 commits
  3. 16 Mar, 2014 3 commits
  4. 15 Mar, 2014 4 commits
    • sparc-protos.h (tls_call_delay): Delete. · 890fa568
      	* config/sparc/sparc-protos.h (tls_call_delay): Delete.
      	(eligible_for_call_delay): New prototype.
      	* config/sparc/sparc.c (tls_call_delay): Rename into...
      	(eligible_for_call_delay): ...this.  Return false if the instruction
      	cannot be put in the delay slot of a branch.
      	(eligible_for_restore_insn): Simplify.
      	(eligible_for_return_delay): Return false if the instruction cannot be
      	put in the delay slot of a branch and simplify.
      	(eligible_for_sibcall_delay): Return false if the instruction cannot be
      	put in the delay slot of a branch.
      	* config/sparc/sparc.md (fix_ut699): New attribute.
      	(tls_call_delay): Delete.
      	(in_call_delay): Reimplement.
      	(eligible_for_sibcall_delay): Rename into...
      	(in_sibcall_delay): ...this.
      	(eligible_for_return_delay): Rename into...
      	(in_return_delay): ...this.
      	(in_branch_delay): Reimplement.
      	(in_uncond_branch_delay): Delete.
      	(in_annul_branch_delay): Delete.
      
      From-SVN: r208597
      Eric Botcazou committed
    • Baseline symbols for m68k · dcf39d82
      * config/abi/post/m68k-linux-gnu/baseline_symbols.txt: New file.
      
      From-SVN: r208594
      Andreas Schwab committed
    • regex.h: Add/modify comments. · ee54a3b3
      2014-03-15  Tim Shen  <timshen91@gmail.com>
      
      	* include/bits/regex.h: Add/modify comments.
      	* include/bits/regex_compiler.h: Likewise.
      	* include/bits/regex_executor.h: Likewise.
      	* include/bits/regex_executor.tcc: Likewise.
      	* include/bits/regex_scanner.h: Likewise.
      
      From-SVN: r208593
      Tim Shen committed
    • re PR fortran/58324 (Bogus END-of-line error with list-directed I/O of file… · f1182dd2
      re PR fortran/58324 (Bogus END-of-line error with list-directed I/O of file without trailing sequential record marker)
      
      2014-03-15  Jerry DeLisle  <jvdelisle@gcc.gnu>
      
      	PR libfortran/58324
      	* gfortran.dg/list_read_12.f90: New test.
      
      From-SVN: r208592
      Jerry DeLisle committed