- 02 Mar, 2014 3 commits
-
-
PR bootstrap/48230 PR bootstrap/50927 PR bootstrap/52466 PR target/46898 * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect. (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed. * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support. (simple_return, *simple_return): New patterns * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete. * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32. From-SVN: r208260
Jon Beniston committed -
2014-03-02 Bernd Edlinger <bernd.edlinger@hotmail.de> PR fortran/60236 * gfortran.dg/vect/pr32380.f: Fix expected test results. From-SVN: r208257
Bernd Edlinger committed -
From-SVN: r208254
GCC Administrator committed
-
- 01 Mar, 2014 9 commits
-
-
re PR c++/50025 ([DR 1288] C++0x initialization syntax doesn't work for class members of reference type) 2014-03-01 Edward Smith-Rowland <3dw4rd@verizon.net> PR c++/50025 * g++.dg/cpp0x/pr50025.C: New. From-SVN: r208251
Edward Smith-Rowland committed -
Fix PR c++/60377. PR c++/60377 * parser.c (cp_parser_parameter_declaration_clause): Unwind generic function scope on parse error in function parameter list. PR c++/60377 * g++.dg/cpp1y/pr60377.C: New testcase. From-SVN: r208250
Adam Butcher committed -
fortran/ PR fortran/60341 * frontend-passes.c (optimize_comparison): Guard two union accesses with the corresponding tag checks. testsuite/ PR fortran/60341 * gfortran.dg/str_comp_optimize_1.f90: New test. From-SVN: r208249
Mikael Morin committed -
/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 5 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
-