- 22 Jun, 2012 9 commits
-
-
PR debug/53704 * dwarf2out.c (gen_compile_unit_die): Use DW_LANG_Fortran90 as language for GNU Fortran if in strict DWARF2 mode. From-SVN: r188874
Eric Botcazou committed -
tree-ssa-live.c (remove_unused_scope_block_p): Remove again DECL_IGNORED_P non-reg vars even if they are used. * tree-ssa-live.c (remove_unused_scope_block_p): Remove again DECL_IGNORED_P non-reg vars even if they are used. From-SVN: r188872
Eric Botcazou committed -
PR debug/53671 PR debug/49888 * var-tracking.c (vt_get_canonicalize_base): New. (vt_canonicalize_addr, vt_stack_offset_p): New. (vt_canon_true_dep): New. (drop_overlapping_mem_locs): Use vt_canon_true_dep. (clobber_overlaping_mems): Use vt_canonicalize_addr. From-SVN: r188871
Alexandre Oliva committed -
PR debug/53671 PR debug/49888 * var-tracking.c (vt_initialize): Record initial offset between arg pointer and stack pointer. From-SVN: r188870
Alexandre Oliva committed -
PR debug/53671 PR debug/49888 * var-tracking.c (vt_init_cfa_base): Drop redundant recording of CFA base. From-SVN: r188869
Alexandre Oliva committed -
PR debug/53671 PR debug/49888 * alias.c (memrefs_conflict_p): Improve handling of AND for alignment. From-SVN: r188868
Alexandre Oliva committed -
From-SVN: r188867
Alexandre Oliva committed -
PR debug/53682 * cselib.c (promote_debug_loc): Don't crash on NULL argument. From-SVN: r188866
Alexandre Oliva committed -
From-SVN: r188865
GCC Administrator committed
-
- 21 Jun, 2012 9 commits
-
-
PR c/53702 * c-decl.c (c_push_function_context): Restore the behavior to reuse the language function allocated for -Wunused-local-typedefs. (c_pop_function_context): If necessary, clear the language function created in c_push_function_context. Always clear out the x_cur_stmt_list field of the restored language function. testsuite/ * gcc.dg/Wunused-local-typedefs.c: New testcase. From-SVN: r188860
Meador Inge committed -
2012-06-21 Meador Inge <meadori@codesourcery.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r188859
Meador Inge committed -
frontend ChangeLog: 2012-06-21 Janne Blomqvist <jb@gcc.gnu.org> PR fortran/39654 * iresolve.c (gfc_resolve_ftell): Fix result kind and use new library function. library ChangeLog: 2012-06-21 Janne Blomqvist <jb@gcc.gnu.org> PR fortran/39654 * io/intrinsics.c (ftell2): New function. * gfortran.map (_gfortran_ftell2): Export function. From-SVN: r188858
Janne Blomqvist committed -
2012-06-21 Sterling Augustine <saugustine@google.com> Cary Coutant <ccoutant@google.com> * dwarf2out.c (is_cu_die, is_namespace_die, is_class_die, add_AT_pubnames, add_enumerator_pubname, want_pubnames): New functions. (comdat_type_struct): New field 'skeleton_die'. (breakout_comdat_types): Update it. (add_pubname): Rework logic. Call is_class_die, is_cu_die and is_namespace_die. Fix minor style violation. Call want_pubnames. (add_pubname_string): Call want_pubnames. (add_pubtype): Rework logic for calculating type name. Call is_namespace_die. Call want_pubnames. (output_pubnames): Move conditional logic deciding when to produce the section from dwarf2out_finish. Use new skeleton_die field. (base_type_die): Call add_pubtype. (gen_enumeration_type_die): Unconditionally call add_pubtype. (gen_subprogram_die): Adjust calls to add_pubname. (gen_namespace_die): Call add_pubname_string. (dwarf2out_finish): Call add_AT_pubnames; Move logic on when to produce pubnames and pubtypes sections to output_pubnames. (common.opt): New option '-gpubnames'. (invoke.texi): Document it. Co-Authored-By: Cary Coutant <ccoutant@google.com> From-SVN: r188857
Sterling Augustine committed -
c-family/ * c-common.h (c_common_print_pch_checksum): Remove. * c-pch.c: Do not include output.h. (CHECK_NO_ASM_OUT_DURING_PCH): Define and add FIXME. (asm_out_file): Define iff CHECK_NO_ASM_OUT_DURING_PCH isdefined. (asm_file_startpos): Define iff CHECK_NO_ASM_OUT_DURING_PCH is defined. (struct c_pch_header): Remove. (get_ident): Update gpch version. (pch_init): Do not print executable_checksum to asm_out_file. Do not fail if there is no asm_out_file to read back from. Set asm_file_startpos only if CHECK_NO_ASM_OUT_DURING_PCH is defined. (c_common_write_pch): Verify that nothing was written to asm_out_file since pch_init was called. Do not write a c_pch_header, and do not copy from asm_out_file to the PCH. (c_common_read_pch): Do not read a c_pch_header, and do not restore the content of asm_out_file from the PCH. (c_common_print_pch_checksum): Remove. * c-opts.c (c_common_init): Print out executable_checksum directly. testsuite/ * testsuite/gcc.dg/pch/ident-1.c: New test. * testsuite/gcc.dg/pch/ident-1.hs: Header file for new test. From-SVN: r188856
Steven Bosscher committed -
From-SVN: r188853
Steven Bosscher committed -
PR middle-end/53688 * builtins.c (get_memory_rtx): Always build an all-aliasing MEM_REF with correct size. testsuite/ * gcc.c-torture/execute/pr53688.c: New test. From-SVN: r188852
Michael Matz committed -
2012-06-21 Richard Guenther <rguenther@suse.de> * tree-inline.c (estimate_num_insns): Estimate call cost for tailcalls properly. From-SVN: r188849
Richard Guenther committed -
From-SVN: r188847
GCC Administrator committed
-
- 20 Jun, 2012 22 commits
-
-
2012-06-20 Uros Bizjak <ubizjak@gmail.com> * config/i386/i386.md (SINCOS): New int iterator. (sincos): New int attribute. (*<sincos>xf2_i387): Macroize insn from *{sin,cos}xf2_i387 using SINCOS int iterator. (*<sincos>_extend<mode>xf2_i387): Macroize insn from *{sin,cos}_extend<mode>xf2_i387 using SINCOS int iterator. 2012-06-20 Uros Bizjak <ubizjak@gmail.com> * config/i386/i386.md (RDFSGSBASE): New int iterator. (WRFSGSBASE): Ditto. (fsgs): New int attribute. (rd<fsgs>base<mode>): Macroize insn from rd<fsgs>base<mode> using RDFSGSBASE int iterator. (wr<fsgs>base<mode>): Macroize insn from wr<fsgs>base<mode> using WRFSGSBASE int iterator. From-SVN: r188843
Uros Bizjak committed -
* Makefile.tpl (check-target-libgomp-c++): New. (check-target-libitm-c++): New. * Makefile.def (c++): Add them. * Makefile.in: Regenerate. From-SVN: r188842
Jason Merrill committed -
I'm currently writing a plugin for GCC and I need to extract the column of a declaration. There exists DECL_SOURCE_FILE/LINE already and for consistency reasons and ease of use I've added a DECL_SOURCE_COLUMN macro. 2012-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de> * tree.h (DECL_SOURCE_COLUMN): New accessor From-SVN: r188841
Rüdiger Sonderfeld committed -
i386.md (<rounding_insn><mode>2): Macroize expander from {floor,ceil,btrunc}<mode>2 using FIST_ROUNDING int iterator. * config/i386/i386.md (<rounding_insn><mode>2): Macroize expander from {floor,ceil,btrunc}<mode>2 using FIST_ROUNDING int iterator. (l<rounding_insn><MODEF:mode><SWI48:mode>2): Macroize expander from l{floor,ceil}<MODEF:mode><SWI48:mode>2 using FIST_ROUNDING int iterator. From-SVN: r188840
Uros Bizjak committed -
From-SVN: r188838
Steven Bosscher committed -
From-SVN: r188833
David Edelsohn committed -
2012-06-20 David Edelsohn <dje.gcc@gmail.com> Alan Modra <amodra@gmail.com> * sysdep/powerpc/locks.h (compare_and_swap): Use GCC atomic intrinsics. (release_set): Same. (compare_and_swap_release): Same. (read_barrier): Same. (write_barrier): Same. Co-Authored-By: Alan Modra <amodra@gmail.com> From-SVN: r188829
David Edelsohn committed -
2012-06-20 Richard Guenther <rguenther@suse.de> PR tree-optimization/30318 * tree-vrp.c (range_int_cst_p): Do not reject overflowed constants here. (range_int_cst_singleton_p): But explicitely here. (zero_nonzero_bits_from_vr): And here. (extract_range_from_binary_expr_1): Re-implement PLUS_EXPR to cover all cases we can perform arbitrary precision arithmetic with double-ints. (intersect_ranges): Handle adjacent anti-ranges. * gcc.dg/tree-ssa/vrp69.c: New testcase. From-SVN: r188827
Richard Guenther committed -
From-SVN: r188826
Richard Earnshaw committed -
2012-06-20 Uros Bizjak <ubizjak@gmail.com> * config/i386/i386.md (rounding_insn): New int attribute. (<rounding_insn>xf2): Macroize insn from {floor,ceil,btrunc}xf2 using FRNDINT_ROUNDING int iterator. (l<rounding_insn>xf<mode>2): Rename from l<rounding>xf<mode>2. 2012-06-20 Uros Bizjak <ubizjak@gmail.com> * config/i386/i386.md (IEEE_MAXMIN): New int iterator. (ieee_maxmin): New int attribute. (*ieee_s<ieee_maxmin><mode>3): Macroize insn from *ieee_s{max,min}<mode>3 using IEEE_MAXMIN mode iterator. From-SVN: r188824
Uros Bizjak committed -
* config/arm/arm.h (EMIT_EABI_ATTRIBUTE): Remove. * config/arm/arm.c: Do not include c-pragma.h. (arm_emit_eabi_attribute): New function based on EMIT_EABI_ATTRIBUTE. (arm_file_start): Replace uses of EMIT_EABI_ATTRIBUTE with calls to arm_emit_eabi_attribute. * arm-c.c: Do not include output.h. (arm_output_c_attributes): Replace use of EMIT_EABI_ATTRIBUTE with a call to arm_emit_eabi_attribute. * config/arm/arm-protos.h (arm_emit_eabi_attribute): Prototype it. From-SVN: r188823
Steven Bosscher committed -
tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Allow adjusting alignment of user-aligned decls again. 2012-06-20 Richard Guenther <rguenther@suse.de> * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Allow adjusting alignment of user-aligned decls again. From-SVN: r188822
Richard Guenther committed -
From-SVN: r188821
Steven Bosscher committed -
* gcc.target/i386/clearcapv2.map: New file. * gcc.target/i386/i386.exp: Try it first before clearcap.map. From-SVN: r188820
Rainer Orth committed -
* config/cris/cris.c: Include cgraph.h. (cris_option_override): Do not set non-existing flag_no_gcc_ident. From-SVN: r188818
Steven Bosscher committed -
* gcc.dg/stack-usage-1.c: Remove dg-options line for sh targets and add __sh__ case. From-SVN: r188815
Kaz Kojima committed -
PR c++/52637 * g++.dg/debug/localclass1.C: New. From-SVN: r188814
Jason Merrill committed -
parser.c (cp_parser_direct_declarator): Move virt-specifier parsing after late-specified return type parsing. * parser.c (cp_parser_direct_declarator): Move virt-specifier parsing after late-specified return type parsing. From-SVN: r188808
Ville Voutilainen committed -
PR c++/53651 * name-lookup.c (constructor_name_p): Don't try to look at the name of a DECLTYPE_TYPE. From-SVN: r188807
Jason Merrill committed -
* emit-rtl.c (need_atomic_barrier_p): New function. * emit-rtl.h (need_atomic_barrier_p): Declare it. * config/alpha/alpha.c (alpha_{pre,post}_atomic_barrier): Use it. * config/arm/arm.c (arm_{pre,post}_atomic_barrier): Use it. * config/tilegx/tilegx.c (tile_{pre,post}_atomic_barrier): Use it. * config/mips/mips.c (mips_{pre,post}_atomic_barrier_p): Remove. (mips_process_sync_loop): Use generic version instead. From-SVN: r188806
Maxim Kuvyrkov committed -
2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com> * config/mips/mips.c (mips_process_sync_loop): Emit cmp result only if it is used. From-SVN: r188805
Maxim Kuvyrkov committed -
2012-06-19 Tom de Vries <vries@codesourcery.com> Maxim Kuvyrkov <maxim@codesourcery.com> * config/mips/constraints.md (ZR): New constraint. * config/mips/predicates.md (mem_noofs_operand): New predicate. * config/mips/mips.c (mips_print_operand): Handle new print modifier. * config/mips/mips.h (TARGET_XLP): Define. (TARGET_SYNC_AFTER_SC): Update. (ISA_HAS_SWAP, ISA_HAS_LDADD): Define. * config/mips/sync.md (atomic_exchange, atomic_fetch_add): Use XLP-specific swap and ldadd patterns. (atomic_exchange_swap, atomic_fetch_add_ldadd): New patterns. Co-Authored-By: Maxim Kuvyrkov <maxim@codesourcery.com> From-SVN: r188804
Tom de Vries committed
-