- 01 Mar, 2014 6 commits
-
-
/cp 2014-03-01 Paolo Carlini <paolo.carlini@oracle.com> * method.c (implicitly_declare_fn): Remove redundant DECL_TEMPLATE_RESULT and STRIP_TEMPLATE uses. * semantics.c (is_instantiation_of_constexpr): Likewise. * error.c (dump_function_decl): Likewise. 2014-03-01 Paolo Carlini <paolo.carlini@oracle.com> * dwarf2out.c (gen_subprogram_die): Tidy. From-SVN: r208248
Paolo Carlini committed -
PR c++/60379 * semantics.c (begin_maybe_infinite_loop): Use fold_non_dependent_expr_sfinae. From-SVN: r208247
Jason Merrill committed -
PR c++/58845 * typeck.c (cp_build_binary_op): Sorry on vector&&vector. From-SVN: r208243
Jason Merrill committed -
PR target/60071 * config/sh/sh.md (*mov_t_msb_neg): Split into ... (*mov_t_msb_neg_negc): ... this new insn. PR target/60071 * gcc.c-torture/compile/pr60071.c: New. From-SVN: r208242
Oleg Endo committed -
PR c++/58678 * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared function. From-SVN: r208241
Jason Merrill committed -
From-SVN: r208240
GCC Administrator committed
-
- 28 Feb, 2014 12 commits
-
-
2014-02-28 Joey Ye <joey.ye@arm.com> PR libgcc/60166 * config/arm/sfp-machine.h (_FP_NANFRAC_H, _FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q): Set to zero. From-SVN: r208229
Joey Ye committed -
2014-02-28 Janus Weil <janus@gcc.gnu.org> PR fortran/60359 * class.c (find_intrinsic_vtab): Prevent duplicate creation of copy procedure for characters. 2014-02-28 Janus Weil <janus@gcc.gnu.org> PR fortran/60359 * gfortran.dg/unlimited_polymorphic_16.f90: New. From-SVN: r208227
Janus Weil committed -
/cp 2014-02-28 Paolo Carlini <paolo.carlini@oracle.com> PR c++/58610 * cp-tree.h (DECL_DELETED_FN): Use LANG_DECL_FN_CHECK. * call.c (print_z_candidate): Remove STRIP_TEMPLATE use. * lambda.c (maybe_add_lambda_conv_op): Likewise. /testsuite 2014-02-28 Paolo Carlini <paolo.carlini@oracle.com> PR c++/58610 * g++.dg/cpp0x/constexpr-ice11.C: New. From-SVN: r208226
Paolo Carlini committed -
2014-02-25 Paolo Carlini <paolo.carlini@oracle.com> PR c++/60314 * dwarf2out.c (is_cxx_auto): Handle decltype(auto). /testsuite 2014-02-25 Paolo Carlini <paolo.carlini@oracle.com> PR c++/60314 * g++.dg/cpp1y/auto-fn24.C: New. From-SVN: r208225
Paolo Carlini committed -
From-SVN: r208224
Ian Bolton committed -
From-SVN: r208223
Uros Bizjak committed -
re PR tree-optimization/60280 (gcc.target/arm/ivopts.c and gcc.target/arm/ivopts-2.c failed caused by preserving loop structure.) 2014-02-28 Richard Biener <rguenther@suse.de> PR target/60280 * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict previous fix and only allow to remove trivial pre-headers and latches. Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES. (remove_forwarder_block): Properly update the latch of a loop. From-SVN: r208222
Richard Biener committed -
PR debug/59992 * cselib.c (cselib_hasher::equal): Special-case VALUE lookup. (cselib_preserved_hash_table): New. (preserve_constants_and_equivs): Move preserved vals to it. (cselib_find_slot): Look it up first. (cselib_init): Initialize it. (cselib_finish): Release it. (dump_cselib_table): Dump it. From-SVN: r208221
Alexandre Oliva committed -
PR debug/59992 * cselib.c (remove_useless_values): Skip to avoid quadratic behavior if the condition moved from... (cselib_process_insn): ... here holds. From-SVN: r208220
Alexandre Oliva committed -
PR debug/57232 * var-tracking.c (vt_initialize): Apply the same condition to preserve the CFA base value. From-SVN: r208219
Alexandre Oliva committed -
2014-02-28 Joey Ye <joey.ye@arm.com> PR target/PR60169 * config/arm/arm.c (thumb_far_jump_used_p): Don't change if reload in progress or completed. testsuite: * gcc.target/arm/thumb1-far-jump-3.c: New case. From-SVN: r208217
Joey Ye committed -
From-SVN: r208212
GCC Administrator committed
-
- 27 Feb, 2014 11 commits
-
-
2014-02-28 Tobias Burnus <burnus@net-b.de> PR middle-end/60147 * tree-pretty-print.c (dump_generic_node, print_declaration): Handle NAMELIST_DECL. From-SVN: r208209
Tobias Burnus committed -
/cp 2014-02-27 Paolo Carlini <paolo.carlini@oracle.com> PR c++/60253 * call.c (convert_arg_to_ellipsis): Return error_mark_node after error_at. /testsuite 2014-02-27 Paolo Carlini <paolo.carlini@oracle.com> PR c++/60253 * g++.dg/overload/ellipsis2.C: New. From-SVN: r208208
Paolo Carlini committed -
* doc/tm.texi.in (Condition Code Status): Update documention for relative locations of cc0-setter and cc0-user. From-SVN: r208205
H.J. Lu committed -
PR rtl-optimization/52714 * combine.c (try_combine): When splitting an unrecognized PARALLEL into two independent simple sets, if I3 is a jump, ensure the pattern we place into I3 is a (set (pc) ...) PR rtl-optimization/52714 * gcc.c-torture/compile/pr52714.c: New test. From-SVN: r208204
Jeff Law committed -
PR rtl-optimization/49847 * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user are in different blocks. * doc/tm.texi (Condition Code Status): Update documention for relative locations of cc0-setter and cc0-user. PR rtl-optimization/49847 * g++.dg/pr49847.C: New test. Co-Authored-By: Jeff Law <law@redhat.com> From-SVN: r208203
Mikael Pettersson committed -
PR c++/58648 * g++.dg/cpp0x/variadic153.C: New. From-SVN: r208202
Jason Merrill committed -
2014-02-27 Vladimir Makarov <vmakarov@redhat.com> PR target/59222 * lra.c (lra_emit_add): Check SUBREG too. From-SVN: r208201
Vladimir Makarov committed -
PR c++/60353 PR c++/55877 * decl2.c (tentative_decl_linkage): Don't mess with functions that are not yet defined. From-SVN: r208200
Jason Merrill committed -
* config/m68k/m68k.c (m68k_option_override): Disable -flive-range-shrinkage for classic m68k. (m68k_override_options_after_change): Likewise. From-SVN: r208198
Andreas Schwab committed -
PR middle-end/59223 * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for -Wmaybe-uninitialized. testsuite/ * c-c++-common/pr59223.c: New test. From-SVN: r208196
Marek Polacek committed -
From-SVN: r208191
GCC Administrator committed
-
- 26 Feb, 2014 11 commits
-
-
From-SVN: r208187
Alan Modra committed -
PR target/57935 * reload1.c (emit_input_reload_insns): When reload_override_in, set old to rl->in_reg when rl->in_reg is a subreg. From-SVN: r208186
Alan Modra committed -
PR c++/30301 * g++.dg/parse/unnamed2.C: New. From-SVN: r208185
Jason Merrill committed -
PR c++/60347 PR lto/53808 * class.c (clone_function_decl): Don't note_vague_linkage_fn. * init.c (build_vtbl_address): Do it here. From-SVN: r208184
Jason Merrill committed -
PR c++/59231 PR c++/11586 PR c++/14710 PR c++/57132 gcc/ * c-common.c (shorten_compare): Don't check c_inhibit_evaluation_warnings. gcc/cp/ * pt.c (struct warning_sentinel): New. (tsubst_copy_and_build): Use it instead of c_inhibit_evaluation_warnings. From-SVN: r208183
Jason Merrill committed -
2014-02-26 Tim Shen <timshen91@gmail.com> * include/bits/regex.tcc (match_results<>::format, regex_replace<>): Update __out after calling std::copy. * testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc: Add testcase. * testsuite/28_regex/match_results/format.cc: Likewise. From-SVN: r208179
Tim Shen committed -
re PR c++/54440 ([c++11] g++ prematurely applying rule that a template parameter pack cannot be followed by a template parameter) PR c++/54440 * pt.c (get_template_parm_index): New. (fixed_parameter_pack_p_1, fixed_parameter_pack_p): New. (process_template_parm): Allow bare packs in template template parm template parms. (coerce_template_parameter_pack): Handle fixed template template parm packs and fixed packs not at the end of the parm list. (coerce_template_parms): Handle template parm packs not at the end of the parm list. (gen_elem_of_pack_expansion_instantiation): Handle a decl expansion. From-SVN: r208178
Jason Merrill committed -
PR c++/60182 * pt.c (unify): Ignore alias templates when deducing a template template parameter. From-SVN: r208177
Jason Merrill committed -
PR c++/60345 * g++.dg/conversion/ref1.C: New. From-SVN: r208176
Jason Merrill committed -
PR c++/60345 Revert: DR 1571 * call.c (reference_binding): Recurse on user-defined conversion. (convert_like_real) [ck_ref_bind]: Explain cv-qual mismatch. From-SVN: r208175
Jason Merrill committed -
2014-02-26 Richard Biener <rguenther@suse.de> PR bootstrap/60343 * lra-assigns.c (spill_for): Avoid mixed-sign comparison. From-SVN: r208170
Richard Biener committed
-