summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2012-03-23 Richard Guenther <rguenther@suse.de>rguenth2012-03-222-3/+7
| | | | | | | * crontab: Enable snapshots from gcc-4_7-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185680 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-22 Jiangning Liu <jiangning.liu@arm.com> ↵liujiangning2012-03-223-2/+20
| | | | | | | | | | | PR tree-optimization/52563 * gcc.dg/tree-ssa/scev-3.c: XFAIL on lp64. * gcc.dg/tree-ssa/scev-4.c: XFAIL on lp64. * gcc.dg/tree-ssa/scev-5.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185678 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc (alpha*-*-linux*): Add elfos.h to tm_file.uros2012-03-224-334/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (alpha*-*-freebsd*): Ditto. (alpha*-*-netbsd*): Ditto. (alpha*-*-openbsd*): Ditto. * config/alpha/elf.h (OBJECT_FORMAT_ELF): Remove. (DWARF2_DEBUGGING_INFO): Remove. (PREFERRED_DEBUGGING_TYPE): Remove. (ASM_FINAL_SPEC): Remove. (IDENT_ASM_OP): Remove. (ASM_OUTPUT_IDENT): Remove. (SKIP_ASM_OP): Remove. (ASM_OUTPUT_SKIP): Remove. (ALIGN_ASM_OP): Remove. (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove. (ASM_OUTPUT_CASE_LABEL): Remove. (ASM_OUTPUT_EXTERNAL_LIBCALL): Remove. (COMMON_ASM_OP): Remove. (ASM_OUTPUT_ALIGNED_COMMON): Remove. (ASCII_DATA_ASM_OP): Remove. (READONLY_DATA_SECTION_ASM_OP): Remove. (INIT_SECTION_ASM_OP): Remove. (FINI_SECTION_ASM_OP): Remove. (ASM_SECTION_START_OP): Remove. (ASM_OUTPUT_SECTION_START_FILE): Remove. (TARGET_ASM_NAMED_SECTION): Remove. (TARGET_ASM_SELECT_SECTION): Remove. (MAKE_DECL_ONE_ONLY): Remove. (TYPE_ASM_OP): Remove. (SIZE_ASM_OP): Remove. (ASM_WEAKEN_LABEL): Remove. (TYPE_OPERAND_FMT): Remove. (ASM_DECLARE_RESULT): Remove. (ASM_DECLARE_OBJECT_NAME): Remove. (ASM_FINISH_DECLARE_OBJECT): Remove. (ELF_ASCII_ESCAPES): Remove. (ELF_STRING_LIMIT): Remove. (STRING_ASM_OP): Remove. (ASM_OUTPUT_EXTERNAL): Remove. (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Redefine to false. * config/alpha/alpha.h (PCC_BITFIELD_TYPE_MATTERS): Undefine before define. (ASM_DECLARE_FUNCTION_NAME): Ditto. (ASM_DECLARE_FUNCTION_SIZE): Ditto. (ASM_GENERATE_INTERNAL_LABEL): Ditto. (ASM_OUTPUT_SKIP): Ditto. (READONLY_DATA_SECTION_ASM_OP): Remove. (USER_LABEL_PREFIX): Remove. (ASM_OUTPUT_ASCII): Remove. (ASM_OUTPUT_CASE_LABEL): Remove. (NO_DOLLAR_IN_LABEL): Undefine. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185677 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-22 Richard Guenther <rguenther@suse.de>rguenth2012-03-222-0/+10
| | | | | | | | | PR tree-optimization/52459 * tree-ssa-pre.c (inhibit_phi_insertion): Do not inhibit PHI insertion for calls. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185676 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2012-03-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185627 138bc75d-0d04-0410-961f-82ee72b054a4
* * cse.c (invalidate_from_sets_and_clobbers, try_back_substitute_reg,steven2012-03-212-186/+320
| | | | | | | | | | find_sets_in_insn, canonicalize_insn): Split out from ... (cse_insn): ... here. (invalidate_from_clobbers): Take an insn instead of the pattern. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185622 138bc75d-0d04-0410-961f-82ee72b054a4
* * objc-act (objc_build_ivar_assignment): Do not call assemble_external.steven2012-03-215-9/+9
| | | | | | | | | | | (objc_build_global_assignment): Likewise. (objc_build_strong_cast_assignment): Likewise. * objc-next-runtime-abi-01.c: Cleanup commented-out assemble_external. * objc-next-runtime-abi-02.c: Likewise. * objc-gnu-runtime-abi-01.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185621 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-21 Andreas Tobler <andreast@fgznet.ch>andreast2012-03-213-530/+4
| | | | | | | | | | * config/rs6000/freebsd64.h: Remove duplicated entries from last commit. * config/rs6000/t-freebsd64: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185620 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/50751olegendo2012-03-214-0/+90
| | | | | | | | | | * gcc/target/sh/pr50751-1.c: New. * gcc/target/sh/pr50751-2.c: New. * gcc/target/sh/pr50751-3.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185619 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix ChangeLog formatting.olegendo2012-03-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185618 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/52479olegendo2012-03-218-98/+14
| | | | | | | | | | | | | | * config/sh/sh-protos.h (sh_fsca_df2int): Remove. * config/sh/sh.c (sh_fsca_df2int_rtx, sh_fsca_df2int): Remove. * config/sh/sh.md (sindf2, cosdf2): Remove. * gcc.target/sh/sh4a-cos.c: Remove. * gcc.target/sh/sh4a-sin.c: Remove. * gcc.target/sh/sh4a-sincos.c: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185617 138bc75d-0d04-0410-961f-82ee72b054a4
* PR/target 52642olegendo2012-03-212-0/+13
| | | | | | | | | * config/sh/sh.c (sh_expand_prologue): Emit blockage at the end of prologue for unwinder and profiler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185616 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-21 Andreas Tobler <andreast@fgznet.ch>andreast2012-03-219-17/+1061
| | | | | | | | | | | | | | | | | | | | | | * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*. Introduce emul_name to select the right linker emulation for powerpc64-*-freebsd*. * configure: Regenerate. * config.gcc: Add bits to support powerpc64-*-freebsd*. * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define. * config/rs6000/freebsd64.h: New file. * config/rs6000/rs6000.c (rs6000_option_override_internal): Use POWERPC_FREEBSD. (rs6000_savres_strategy): Likewise. (rs6000_savres_routine_name): Likewise. (rs6000_elf_file_end): Likewise. * config/rs6000/t-freebsd64: New file. * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the rs6000_current_abi for 64-bit FreeBSD to ABI_AIX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185615 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-21 Andreas Tobler <andreast@fgznet.ch>andreast2012-03-214-2/+88
| | | | | | | | | | * config.host: Add bits to support powerpc64-*-freebsd*. * config/rs6000/freebsd-unwind.h: New file. * config/rs6000/t-freebsd64: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185614 138bc75d-0d04-0410-961f-82ee72b054a4
* 2013-03-21 Andreas Tobler <andreast@fgznet.ch>andreast2012-03-212-1/+7
| | | | | | | | | * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Skip this test on powerpc64-*-freebsd*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185613 138bc75d-0d04-0410-961f-82ee72b054a4
* PR rtl-optimization/52543gjl2012-03-214-342/+244
| | | | | | | | | | | | | | | | | | | | | | | | | PR target/52461 * config/avr/avr-protos.h (avr_load_lpm): New prototype. * config/avr/avr.c (avr_mode_dependent_address_p): New function. (TARGET_MODE_DEPENDENT_ADDRESS_P): New define. (avr_load_libgcc_p): Restrict to __flash loads. (avr_out_lpm): Only handle 1-byte loads from __flash. (avr_load_lpm): New function. (avr_find_unused_d_reg): Remove. (avr_out_lpm_no_lpmx): Remove. (adjust_insn_length): Handle ADJUST_LEN_LOAD_LPM. * config/avr/avr.md (unspec): Add UNSPEC_LPM. (load_<mode>_libgcc): Use UNSPEC_LPM instead of MEM. (load_<mode>, load_<mode>_clobber): New insns. (mov<mode>): For multi-byte move from non-generic 16-bit address spaces: Expand to load_<mode> resp. load_<mode>_clobber. (load<mode>_libgcc): Remove expander. (split-lpmx): Remove split. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185605 138bc75d-0d04-0410-961f-82ee72b054a4
* * neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart.rearnsha2012-03-217-14/+44
| | | | | | | | | | | | | | | * config/arm/neon.ml (Fixed_return_reg): Renamed to fixed_vector_reg. All callers changed. (Fixed_core_reg): New feature. (Vget_lane [sizes S64 and U64]): Add Fixed_core_reg. Allow fmrrd in disassembly. * neon-testgen.ml: Handle Fixed_core_reg. * gcc.target/arm/neon/vgetQ_laneu64.c: Regenerated. * gcc.target/arm/neon/vgetQ_lanes64.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185603 138bc75d-0d04-0410-961f-82ee72b054a4
* PR testsuite/52641gjl2012-03-213-4/+8
| | | | | | | | | * gcc.dg/misaligned-expand-1.c (cst): Cast to int. * gcc.dg/misaligned-expand-2.c (cst): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185602 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-21 Andrew Stubbs <ams@codesourcery.com>ams2012-03-216-136/+355
| | | | | | | | | | | | | | | | gcc/ * config/arm/arm.c (thumb2_reorg): Add complete support for 16-bit instructions. * config/arm/thumb2.md: Delete obsolete flag-clobbering peepholes. gcc/testsuite/ * gcc.target/arm/thumb-16bit-ops.c: New file. * gcc.target/arm/thumb-ifcvt.c: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185601 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-21 Richard Guenther <rguenther@suse.de>rguenth2012-03-212-0/+12
| | | | | | | | | PR tree-optimizer/52636 * tree-vect-slp.c (vect_get_constant_vectors): Convert constants to the appropriate type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185599 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-21 Richard Guenther <rguenther@suse.de>rguenth2012-03-219-103/+42
| | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies. * cfgexpand.c (gimple_expand_cfg): Fold in pass_init_function, pass_jump, pass_initial_value_sets and pass_unshare_all_rtl. * passes.c (init_optimization_passes): Remove pass_init_function, pass_jump, pass_initial_value_sets and pass_unshare_all_rtl. * tree-pass.h (pass_init_function): Remove. (pass_jump): Remove. (pass_initial_value_sets): Remove. (pass_unshare_all_rtl): Remove. * integrate.c (pass_initial_value_sets): Remove. * emit-rtl.c (pass_unshare_all_rtl): Remove. * tree.h (init_function_for_compilation): Remove. * function.c (init_function_for_compilation): Remove. (pass_init_function): Remove. * cfgcleanup.c (rest_of_handle_jump): Remove. (pass_jump): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185598 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.h (enum cxx_dialect): Add cxx1y.jason2012-03-2112-10/+80
| | | | | | | | | | | | | | | | | * c-common.c (c_common_nodes_and_builtins): Use >= for cxx_dialect test. * c-cppbuiltin.c (c_cpp_builtins): Likewise. * c-opts.c (c_common_post_options): Likewise. (set_std_cxx1y): New. (c_common_handle_option): Call it. * c.opt (-std=c++1y, -std=gnu++1y): New flags. cp/ * lex.c (init_reswords): Use >= for cxx_dialect test. * parser.c (cp_parser_exception_specification_opt): Likewise. testsuite/ * lib/target-supports.exp: Add { target c++1y }. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185596 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/cp/jason2012-03-218-1/+42
| | | | | | | | | | * mangle.c (write_type): Handle 'auto'. * init.c (build_new): Don't do auto deduction where it might affect template mangling. libiberty/ * cp-demangle.c (cplus_demangle_type): Handle 'auto'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185595 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2012-03-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185593 138bc75d-0d04-0410-961f-82ee72b054a4
* PR testsuite/52641gjl2012-03-204-0/+20
| | | | | | | | | | | | * gcc.dg/torture/pr48124-1.c: Add dg-require-effective-target int32plus. * gcc.dg/torture/pr48124-4.c: Ditto: * gcc.dg/torture/pr52530.c: Use long instead of int if int=16. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185588 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/52510jason2012-03-205-1/+47
| | | | | | | * decl.c (reshape_init_class): Handle repeated reshaping. * search.c (lookup_field_1): Add sanity check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185587 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-streamer-in.c (streamer_alloc_tree): Calljason2012-03-202-3/+9
| | | | | | | ggc_alloc_zone_cleared_tree_node instead of ggc_alloc_zone_cleared_tree_node_stat. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185586 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/extend.texi (Template Instantiation): Remove anachronisms.redi2012-03-202-13/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185584 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.target/avr/progmem.h (pgm_read_char): Define depending ongjl2012-03-202-0/+16
| | | | | | | | __AVR_HAVE_LPMX__ git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185583 138bc75d-0d04-0410-961f-82ee72b054a4
* Correct date in ChangeLog.redi2012-03-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185582 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/bits/stl_list.h (list::_M_size): Use NSDMI.redi2012-03-206-12/+18
| | | | | | | | | | | | | * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Adjust line numbers. * testsuite/23_containers/list/requirements/dr438/ constructor_1_neg.cc: Likewise. * testsuite/23_containers/list/requirements/dr438/ constructor_2_neg.cc: Likewise. * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185580 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/52607jakub2012-03-202-0/+127
| | | | | | | | * config/i386/i386.c (expand_vec_perm_vperm2f128): New function. (ix86_expand_vec_perm_const_1): Call it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185579 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.c (vselect_insn): New variable.jakub2012-03-202-26/+86
| | | | | | | | | | | | | | (init_vselect_insn): New function. (expand_vselect, expand_vselect_insn): Add testing_p argument. Call init_vselect_insn if vselect_insn is NULL. Adjust PATTERN (vselect_insn), instead of creating a new insn each time, only emit a copy of it if not testing and recog has been successful. (expand_vec_perm_pshufb, expand_vec_perm_1, expand_vec_perm_pshuflw_pshufhw, expand_vec_perm_broadcast_1): Adjust callers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185578 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/52607jakub2012-03-204-15/+78
| | | | | | | | | | | | | | | | | | * config/i386/i386.md ("isa" attribute): Add avx2 and noavx2. ("enabled" attribute): Handle avx2 and noavx2 isas. * config/i386/sse.md (avx2_vec_dupv8sf_1, avx2_pbroadcast<mode>_1): New insns. (vec_dup<mode>): Add avx2 =x,x alternative. (vec_dup<mode> splitter): Don't split if TARGET_AVX2. (*avx_vperm_broadcast_<mode>): Don't split V4DFmode if TARGET_AVX2. For TARGET_AVX2, V8SFmode and elt == 0 split into vbroadcastss. * config/i386/i386.c (expand_vec_perm_pshufb): Emit also vpermps for V8SFmode. (expand_vec_perm_1): For broadcasts, use avx2_pbroadcast<mode>_1 if possible, handle also V8SFmode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185577 138bc75d-0d04-0410-961f-82ee72b054a4
* * arm/predicates.md (zero_operand, reg_or_zero_operand): New predicates.rearnsha2012-03-203-5/+21
| | | | | | | | | * arm/neon.md (neon_vceq<mode>, neon_vcge<mode>): Use reg_or_zero_operand predicate. (neon_vcle<mode>, neon_vclt<mode>): Use zero_operand predicate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185573 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/49868gjl2012-03-206-4/+146
| | | | | | | | | | | | * gcc.target/avr/torture/addr-space-2.h: New file. * gcc.target/avr/torture/addr-space-2-g.h: New test. * gcc.target/avr/torture/addr-space-2-0.h: New test. * gcc.target/avr/torture/addr-space-2-1.h: New test. * gcc.target/avr/torture/addr-space-2-x.h: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185570 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-20 Richard Guenther <rguenther@suse.de>rguenth2012-03-202-1/+6
| | | | | | | | PR gcov-profile/52627 * libgcov.c (init_mx): Fix mutex name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185569 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.c (ix86_decompose_address) <case ZERO_EXTEND>:jakub2012-03-202-0/+7
| | | | | | | If operand isn't UNSPEC, return 0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185568 138bc75d-0d04-0410-961f-82ee72b054a4
* Minor reformatting.charlet2012-03-201-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185567 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-20 Arnaud Charlet <charlet@adacore.com>charlet2012-03-205-1126/+1090
| | | | | | | | | | | | * hlo.ads, hlo.adb: Removed, no longer used. * gcc-interface/Make-lang.in: Remove hlo.o. Update dependencies. * gcc-interface/Makefile.in: Remove EXTRA_LIBGNAT_SRCS (temporarly) and compute it from EXTRA_LIBGNAT_OBJS. Clean up comments, reorder LIBGNAT_SRCS and LIBGNAT_OBJS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185565 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-20 Richard Guenther <rguenther@suse.de>rguenth2012-03-206-41/+31
| | | | | | | | | | | | | | | | * tree-pass.h (pass_rtl_eh): Remove. * except.c (gate_handle_eh): Likewise. (rest_of_handle_eh): Likewise. (pass_rtl_eh): Likewise. (finish_eh_generation): Export. * except.h (finish_eh_generation): Declare. * passes.c (init_optimization_passes): Remove pass_rtl_eh. * cfgexpand.c (gimple_expand_cfg): Call finish_eh_generation after expanding stack alignment. Instead of compacting blocks call cleanup_cfg. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185564 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-20 Richard Guenther <rguenther@suse.de>rguenth2012-03-208-11/+117
| | | | | | | | | | | | | | | | | | | | * stor-layout.c (finish_bitfield_representative): Fallback to conservative maximum size if the padding up to the next field cannot be computed as a constant. (finish_bitfield_layout): If we cannot compute the distance between the start of the bitfield representative and the bitfield member start a new representative. * expr.c (get_bit_range): The distance between the start of the bitfield representative and the bitfield member is zero if the field offsets are not constants. * gnat.dg/pack16.adb: New testcase. * gnat.dg/pack16_pkg.ads: Likewise. * gnat.dg/specs/pack8.ads: Likewise. * gnat.dg/specs/pack8_pkg.ads: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185563 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-20 Yannick Moy <moy@adacore.com>charlet2012-03-203-1/+30
| | | | | | | | * gnat_rm.texi, sem_attr.ads: Update documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185562 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-20 Tristan Gingold <gingold@adacore.com>gingold2012-03-209-24/+74
| | | | | | | | | | | | | | | | | | | | | | * tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowercase. (sizetype_tab, sizetype, bitsizetype, ssizetype, sbitsizetype) (size_int, ssize_int, bitsize_int, sbitsize_int): Adjust. * stor-layout.c (sizetype_tab): Adjust. (initialize_sizetypes): Use SIZETYPE instead of SIZE_TYPE. * tree-streamer.c (preload_common_nodes): Use stk_type_kind_last instead of type_kind_last. * tree-scalar-evolution.c (interpret_rhs_expr): Use size_int instead of size_int_kind. * doc/tm.texi.in (Type Layout): Document SIZETYPE. * doc/tm.texi: Regenerate. * defaults.h (SIZETYPE): Provide a default value. * config/vms/vms.h (SIZE_TYPE): Define as "unsigned int". (SIZETYPE): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185561 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sh/sh.md: Use braced string notation where applicable.olegendo2012-03-202-746/+593
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185555 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2012-03-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185552 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-19 Paweł Sikora <pawel.sikora@agmk.net>paolo2012-03-194-4/+14
| | | | | | | | | | | | | | PR libstdc++/52540 * include/Makefile.am (c++config.h): Fix sed rule to not break the _GLIBCXX_EXTERN_TEMPLATE redefinition. * include/Makefile.in: Regenerate. 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185548 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.md (allocate_stack): Simplify.uros2012-03-192-16/+20
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185545 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-19 Benjamin Kosnik <bkoz@redhat.com>bkoz2012-03-198-23/+131
| | | | | | | | | | | | | | | | * include/bits/allocator.h (std::allocator): Base class is __allocator_base. (uses_allocator): Add to sub-grouping. * include/ext/new_allocator.h: Doxygen markup for tparm. * config/allocator/bitmap_allocator_base.h: Use __allocator_base template alias in C++11. * config/allocator/malloc_allocator_base.h: Same. * config/allocator/mt_allocator_base.h: Same. * config/allocator/new_allocator_base.h: Same. * config/allocator/pool_allocator_base.h: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185544 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-03-19 Benjamin Kosnik <bkoz@redhat.com>bkoz2012-03-193-4/+19
| | | | | | | | | * include/ext/pb_ds/detail/pat_trie_/ constructors_destructor_fn_imps.hpp: Increment after recursion. * include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp: Convert node_type markup from brief. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185542 138bc75d-0d04-0410-961f-82ee72b054a4