- 19 Mar, 2010 3 commits
-
-
PR ada/43106 * gnat.dg/case_optimization2.adb: New test. * gnat.dg/case_optimization_pkg2.ad[sb]: New helper. From-SVN: r157558
Eric Botcazou committed -
* config/sparc/sparc.c: Include dwarf2out.h. (emit_pic_helper): Delete. (pic_helper_symbol_name): Delete. (pic_helper_emitted_p): Delete. (pic_helper_needed): New. (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'. (get_pc_thunk_name): New. (load_pic_register): Remove 'delay_pic_helper' arg. Use get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol. Set pic_helper_needed to true. Don't call emit_pic_helper. (sparc_expand_prologue): Update load_pic_register call. (sparc_output_mi_thunk): Likewise. (sparc_file_end): Emit a hidden comdat symbol for the PIC thunk if possible. Output CFI information as needed. From-SVN: r157557
David S. Miller committed -
From-SVN: r157556
GCC Administrator committed
-
- 18 Mar, 2010 22 commits
-
-
2010-03-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> Jack Howarth <howarth@bromo.med.uc.edu> PR target/36399 * gcc/config/i386/i386.h: Fix ABI on darwin x86-32. * gcc/testsuite/gcc.target/i386/push-1.c: Don't xfail scan-assembler-not "movups" on darwin. Co-Authored-By: Jack Howarth <howarth@bromo.med.uc.edu> From-SVN: r157553
Francois-Xavier Coudert committed -
re PR fortran/43039 ([lto/-fwhole-file] fortran-dev - ICE in gfc_conv_component_ref dynamic_dispatch_5.f03) 2010-03-18 Paul Thomas <pault@gcc.gnu.org> PR fortran/43039 * trans-expr.c (conv_parent_component_references): Ensure that 'dt' has a backend_decl. PR fortran/43043 * trans-expr.c (gfc_conv_structure): Ensure that the derived type has a backend_decl. PR fortran/43044 * resolve.c (resolve_global_procedure): Check that the 'cl' structure is not NULL. From-SVN: r157552
Paul Thomas committed -
* tree.h: Declare make_decl_rtl_for_debug. * varasm.c (make_decl_rtl_for_debug): New. * dwarf2out.c (rtl_for_decl_location): Call it. * cfgexpand.c (expand_debug_expr): Call it. From-SVN: r157551
Aldy Hernandez committed -
PR bootstrap/43399 * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode mem_mode. From-SVN: r157550
Jakub Jelinek committed -
PR bootstrap/43403 * var-tracking.c (vt_init_cfa_base): Do nothing if cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register. From-SVN: r157549
Jakub Jelinek committed -
PR debug/42873 * var-tracking.c (canonicalize_vars_star): New. (dataflow_post_merge_adjust): Use it. From-SVN: r157548
Alexandre Oliva committed -
PR debug/43058 * var-tracking.c (non_suitable_const): New function. (add_uses): For DEBUG_INSNs with constants, don't record any value, instead just the constant value itself. (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC is not VAR_LOC_UNKNOWN_P, set var to the constant. (emit_notes_in_bb): Likewise. (emit_note_insn_var_location): For onepart variables if cur_loc is a VOIDmode constant, use DECL_MODE. * gcc.dg/pr43058.c: New test. From-SVN: r157547
Jakub Jelinek committed -
2010-03-18 Martin Jambor <mjambor@suse.cz> PR middle-end/42450 * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare. * cgraphunit.c (cgraph_materialize_all_clones): Update calls in all non-clones. Moved call redirection... (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function. (cgraph_materialize_all_clones): Dispose of all combined_args_to_skip bitmaps. (verify_cgraph_node): Do not check for edges pointing to wrong nodes in inline clones. * tree-inline.c (copy_bb): Call cgraph_redirect_edge_call_stmt_to_callee. * ipa.c (cgraph_remove_unreachable_nodes): Call cgraph_node_remove_callees even when there are used clones. * testsuite/g++.dg/torture/pr42450.C: New test. From-SVN: r157546
Martin Jambor committed -
2010-03-18 H.J. Lu <hongjiu.lu@intel.com> * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0. From-SVN: r157545
H.J. Lu committed -
2010-03-18 H.J. Lu <hongjiu.lu@intel.com> PR target/43383 * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0 for 32bit. From-SVN: r157544
H.J. Lu committed -
PR middle-end/43419 * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5) into sqrt(x) if we need to preserve signed zeros. testsuite/ * gcc.dg/pr43419.c: New testcase. From-SVN: r157543
Michael Matz committed -
gcc/ 2010-03-18 Steven Bosscher <steven@gcc.gnu.org> Eric Botcazou <ebotcazou@adacore.com> PR rtl-optimization/43360 * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL note if we don't know its invariant status. gcc/testsuite/ 2010-03-18 H.J. Lu <hongjiu.lu@intel.com> PR rtl-optimization/43360 * gcc.dg/torture/pr43360.c: New. From-SVN: r157539
H.J. Lu committed -
PR tree-optimization/43402 * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow PHI chains of ssa names registered for update. testsuite/ * gcc.dg/pr43402.c: New testcase. From-SVN: r157538
Michael Matz committed -
re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fails in cp_parser_for_init_statement) 2010-03-18 Paolo Carlini <paolo.carlini@oracle.com> PR c++/43418 * parser.c (cp_parser_for_init_statement): Use NULL_TREE, not false, in the cp_parser_expression_statement call. From-SVN: r157537
Paolo Carlini committed -
re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fails in cp_parser_for_init_statement) 2010-03-18 Paolo Carlini <paolo.carlini@oracle.com> PR c++/43418 * parser.c (cp_parser_for_init_statement): Use NULL_TREE, not false, in the cp_parser_expression_statement call. From-SVN: r157536
Paolo Carlini committed -
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> * io/transfer.c (read_sf_internal): Remove stray function declaration used during debigging. From-SVN: r157531
Jerry DeLisle committed -
gcc/ PR target/42427 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for non-offsettable and pre_modify update addressing. * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1" and "2" alternatives "#". (*movdd_softfloat32): Make all alternatives "#"; * config/rs6000/rs6000.md (DIFD): New define_mode_iterator. (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#". (*movdf_softfloat32): Make all alternatives "#"; (movdi): Use the new DIFD mode iterator to create a common splitter for movdi, movdf and movdd patterns. gcc/testsuite/ PR target/42427 * gcc.dg/pr42427.c: New test. From-SVN: r157530
Peter Bergner committed -
gcc/ 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com> * common.opt (dumpdir): Remove redundant tab. gcc/fortran 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com> * lang.opt (-ffixed-line-length-, ffree-line-length-): Remove redundant tab. From-SVN: r157529
Shujing Zhao committed -
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libfortran/43265 *gfortran.dg/read_empty_file.f: New test. *gfortran.dg/read_eof_all.f90: New test. *gfortran.dg/namelist_27.f90: Eliminate infinite loop posibility. *gfortran.dg/namelist_28.f90: Eliminate infinite loop posibility. From-SVN: r157528
Jerry DeLisle committed -
2010-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libfortran/43265 * io/io.h: Delete prototype for read_sf, making it static. * io/read.c (read_x): Modify to call hit_eof if PAD="no". * io/transfer.c (read_sf_internal): New static function extracted from read_sf for use on internal units only. Handle empty string case. (read_sf): New factoring of this function, make it static. Add special conditions for EOF based on ADVANCE="no", PAD="no", and whether any bytes have been previously read from the record. (read_block_form): Modify to call read_sf or read_sf_internal. (next_record_r): Add a done flag similar to next_record_w. Call hit_eof if internal array unit next record returns finished, meaning an EOF was found and not done, ie not the last record expected. For external units call hit_eof if item_count is 1 or there are no pending spaces. (next_record): Update call to next_record_r. From-SVN: r157527
Jerry DeLisle committed -
From-SVN: r157524
Ramana Radhakrishnan committed -
From-SVN: r157523
GCC Administrator committed
-
- 17 Mar, 2010 13 commits
-
-
2010-03-17 Sebastian Pop <sebastian.pop@amd.com> * MAINTAINERS (dwarak.rajagopal@amd.com): Removed. (ghassan.shobaki@amd.com): Removed. From-SVN: r157519
Sebastian Pop committed -
2010-03-17 Martin Jambor <mjambor@suse.cz> PR tree-optimization/43347 * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the original base is DECL_ARTIFICIAL or DECL_IGNORED_P. From-SVN: r157515
Martin Jambor committed -
From-SVN: r157514
Michael Matz committed -
2010-03-17 Richard Guenther <rguenther@suse.de> * gcc.dg/pr43379.c: Add -w. From-SVN: r157513
Richard Guenther committed -
2010-03-17 Tobias Burnus <burnus@net-b.de> PR fortran/43331 * trans-array.c (gfc_conv_array_index_offset,gfc_conv_array_ref, gfc_conv_ss_startstride): Remove no-longer-needed cp_was_assumed check. * decl.c (gfc_match_derived_decl): Don't mark assumed-size Cray pointees as having explizit size. * expr.c (gfc_check_assign): Remove now unreachable Cray pointee check. * trans-types.c (gfc_is_nodesc_array): Add cp_was_assumed to * assert. (gfc_sym_type): Don't mark Cray pointees as restricted pointers. * resolve.c (resolve_symbol): Handle cp_was_assumed. * trans-decl.c (gfc_trans_deferred_vars): Ditto. (gfc_finish_var_decl): Don't mark Cray pointees as restricted pointers. 2010-03-17 Tobias Burnus <burnus@net-b.de> PR fortran/43331 * gfortran.dg/cray_pointers_1.f90: Update dg-error message. From-SVN: r157512
Tobias Burnus committed -
PR rtl-optimization/42216 * regrename.c (create_new_chain): New function, broken out from... (scan_rtx_reg): ... here. Call it. Handle the case where we are appending a use to an empty chain. (build_def_use): Remove previous changes that convert OP_INOUT to OP_OUT operands; instead detect the case where an OP_INOUT operand uses a previously untracked register and create an empty chain for it. From-SVN: r157511
Bernd Schmidt committed -
gcc/: * doc/extend.texi (Function Attributes): Rewrite unfinished sentence in ms_abi documentation. From-SVN: r157508
Ralf Wildenhues committed -
* config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var. * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define. (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL. * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define. From-SVN: r157507
Alan Modra committed -
2010-03-17 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/debug_mode.xml: Correct debug headers. From-SVN: r157506
Jonathan Wakely committed -
* gcc.dg/graphite/block-3.c: Add dg-timeout-factor. From-SVN: r157505
Uros Bizjak committed -
2010-03-17 Jonathan Wakely <jwakely.gcc@gmail.com> PR libstdc++/43397 * include/std/functional (_Mem_fn): Use perfect forwarding. * testsuite/20_util/function/43397.cc: New. From-SVN: r157504
Jonathan Wakely committed -
From-SVN: r157503
GCC Administrator committed -
From-SVN: r157500
Alan Modra committed
-
- 16 Mar, 2010 2 commits
-
-
PR middle-end/43365 * tree-eh.c (replace_goto_queue): Also replace in the eh_seq. (lower_try_finally): Save and restore eh_seq around the expansion of the try-finally. From-SVN: r157499
Richard Henderson committed -
2010-03-16 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/43394 * include/parallel/compatibility.h: Add __k8 and __core2 among the i386 targets supporting atomic operations. From-SVN: r157498
Paolo Carlini committed
-