1. 09 Jun, 2014 10 commits
    • Remove XFmode from ARM backend. · 545fb0e8
      2014-06-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
      
      	* config/arm/arm-modes.def: Remove XFmode.
      
      From-SVN: r211371
      Ramana Radhakrishnan committed
    • utils.c (process_attributes): Use set_decl_section_name accessor. · af0e1429
      	* gcc-interface/utils.c (process_attributes) <ATTR_LINK_SECTION>: Use
      	set_decl_section_name accessor.
      
      From-SVN: r211370
      Jan Hubicka committed
    • PR/61062 Fix arm_neon.h ZIP/UZP/TRN for bigendian. · 842cbb73
      gcc/ChangeLog:
      
      	* config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
      	vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
      	vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16, vzip_s8,
      	vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32, vzip_f32,
      	vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32, vzipq_u8,
      	vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16, vuzp_s32,
      	vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16, vuzpq_s8,
      	vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16, vuzpq_u32,
      	vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
      
      gcc/testsuite/ChangeLog:
      
      	* gcc.target/arm/pr48252.c (main): Expect same result as endian-neutral.
      
      From-SVN: r211369
      Alan Lawrence committed
    • re PR fortran/36096 (F2008 Bessel: Documentation/diagnostic errors) · 8f449902
      	PR fortran/36096
      	* intrinsic.texi: Fix documentation of BESSEL_J0, BESSEL_J1,
      	BESSEL_Y0, and BESSEL_Y1.
      
      From-SVN: r211368
      Francois-Xavier Coudert committed
    • re PR fortran/45187 (ICE with CRAY pointer in module) · f84c6bd9
      	PR fortran/45187
      
      	* trans-decl.c (gfc_create_module_variable): Don't create
      	Cray-pointee decls twice.
      
      	* gfortran.dg/cray_pointers_10.f90: New file.
      
      From-SVN: r211367
      Francois-Xavier Coudert committed
    • udr6.f90 (f1, f2, f3): Use complex(kind=8) instead of complex(kind=16). · 122032d2
      	* gfortran.dg/gomp/udr6.f90 (f1, f2, f3): Use complex(kind=8)
      	instead of complex(kind=16).
      
      From-SVN: r211366
      Jakub Jelinek committed
    • * tree-core.h (tree_decl_with_vis): Remove section_name. · 8de98ad4
      From-SVN: r211365
      Jan Hubicka committed
    • ira.c (ira): Don't call init_caller_save if LRA enabled since LRA use its own infrastructure... · 001010df
      	* ira.c (ira): Don't call init_caller_save if LRA enabled
      	since LRA use its own infrastructure to handle that.
      
      From-SVN: r211364
      Kito Cheng committed
    • symtab.c (dump_symtab_base): Update dumping. · 24d047a3
      	* symtab.c (dump_symtab_base): Update dumping.
      	(symtab_make_decl_local): Clear only DECL_COMDAT.
      	* tree-vect-data-refs.c (Check that variable is static before
      	tampering with sections.
      	* cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
      	(cgraph_create_virtual_clone): Likewise.
      	* tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
      	(decl_section_name, set_decl_section_name): New accessors.
      	(find_decls_types_r): Do not walk section name
      	* tree.h (DECL_SECTION_NAME): Implement using
      	decl_section_name.
      	(decl_comdat_group, decl_comdat_group_id): Constify.
      	(decl_section_name, set_decl_section_name): Update.
      	* varpool.c (varpool_finalize_named_section_flags): Use
      	get_section.
      	* cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
      	(cgraph_make_node_local_1): Clear section and comdat group.
      	* cgraph.h (set_comdat_group): Sanity check.
      	(get_section, set_section): New.
      	* ipa-comdats.c (ipa_comdats): Use get_section.
      	* ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
      	* lto-streamer-out.c: Do not follow section names.
      	* c-family/c-common.c (handle_section_attribute):
      	Update.
      	* lto-cgraph.c (lto_output_node): Output section.
      	(lto_output_varpool_node): Likewise.
      	(read_comdat_group): Rename to ...
      	(read_identifier): ... this one.
      	(read_string_cst): New function.
      	(input_node, input_varpool_node): Input section names.
      	* tree-emutls.c (get_emutls_init_templ_addr): Update.
      	(new_emutls_decl): Update.
      	(secname_for_decl): Check section names only of static
      	vars.
      	* config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
      	* config/i386/winnt.c (i386_pe_unique_section): Likewise.
      	* config/i386/i386.c (x86_64_elf_unique_section): Likewise.
      	* config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
      	* config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
      	* config/mcore/mcore.c (mcore_unique_section): Likewise.
      	* config/mips/mips.c (mips16_build_function_stub): Likewise.
      	* config/v850/v850.c (v850_insert_attributes): Likewise.
      	* config/h8300/h8300.c: (h8300_handle_eightbit_data_attribute):
      	Likewise.
      	(h8300_handle_tiny_data_attribute): Likewise.
      	* config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
      	(bfin_handle_l2_attribute): Likewise.
      	* tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers): Do not read section name.
      
      	* lto.c (mentions_vars_p_decl_with_vis, compare_tree_sccs_1,
      	lto_fixup_prevailing_decls): Skip section names.
      
      	* go-gcc.cc (global_variable_set_init): Use
      	set_decl_section_name.
      
      	* gcc-interface/utils.c (process_attributes): Use it.
      
      	* c-decl.c (merge_decls): Use set_decl_section_name.
      	(duplicate_decls): Remove node if it exists.
      
      	* class.c (build_utf8_ref): Use set_decl_section_name.
      	(emit_register_classes_in_jcr_section): Likewise.
      	(emit_register_classes_in_jcr_section): Likewise.
      
      	* method.c (use_thunk): Use set_decl_section_name.
      	* optimize.c (maybe_clone_body): Use set_decl_section_name.
      	* decl.c (duplicate_decls): Likewise.
      	* vtable-class-hierarchy.c: Likewise.
      
      From-SVN: r211363
      Jan Hubicka committed
    • Daily bump. · b6def231
      From-SVN: r211362
      GCC Administrator committed
  2. 08 Jun, 2014 8 commits
  3. 07 Jun, 2014 4 commits
  4. 06 Jun, 2014 18 commits