- 23 May, 2011 9 commits
-
-
ro authored
* gthr-gnat.c: Remove. * gthr-gnat.h: Remove. * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c. * config/t-freebsd (LIB2ADDEH): Likewise. * config/t-linux (LIB2ADDEH): Likewise. * config/t-sol2 (LIB2ADDEH): Likewise. * config/ia64/t-vms (LIB2ADDEH): Likewise. * configure.ac (target_thread_file): Remove gnat handling. * configure: Regenerate. * doc/install.texi (Configuration, --enable-threads): Remove gnat. gcc/po: * EXCLUDES: Remove gthr-gnat.c, gthr-gnat.h. libgcc: * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174064 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
keep the directory of the file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174062 138bc75d-0d04-0410-961f-82ee72b054a4
-
ro authored
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174061 138bc75d-0d04-0410-961f-82ee72b054a4
-
jakub authored
* expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag failed and the comparison has a single bit signed type, use constm1_rtx instead of const1_rtx for true value. (do_store_flag): If ops->type is single bit signed type, disable signel bit test optimization and pass -1 instead of 1 as last parameter to emit_store_flag_force. * gcc.c-torture/execute/pr48973-1.c: New test. * gcc.c-torture/execute/pr48973-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174060 138bc75d-0d04-0410-961f-82ee72b054a4
-
redi authored
PR c++/18016 * init.c (perform_member_init): Check for self-initialization. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174058 138bc75d-0d04-0410-961f-82ee72b054a4
-
vries authored
PR target/45098 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New function. (infer_loop_bounds_from_undefined): Use new function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174056 138bc75d-0d04-0410-961f-82ee72b054a4
-
vries authored
PR target/45098 * gcc.target/arm/ivopts-6.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174055 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174054 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* testsuite/20_util/bind/cv_quals_2.cc: New. 2011-05-22 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/49058 * include/std/functional (_Bind<_Functor(_Bound_args...)>:: operator()(_Args&&...)): Don't cv qualify _Functor directly in the default template argument, SFINAE doesn't apply when the functor has no arguments. * testsuite/20_util/bind/49058_1.cc: New. * testsuite/20_util/bind/49058_2.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174048 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 22 May, 2011 20 commits
-
-
rsandifo authored
* config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete. (ASM_SPEC): Add a -O* option here. Pass -O0 for -noasmopt, -O1 for -fno-delayed-branch, -O2 if optimization is enabled, and -O0 otherwise. (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174047 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
(try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges returns true. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174046 138bc75d-0d04-0410-961f-82ee72b054a4
-
rsandifo authored
* config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174045 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
UNSPEC_MOVE_PIC pattern. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174043 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
(sparc-*-rtems*): Likewise. (sparc64-*-elf*): Likewise. (sparc64-*-rtems*): Likewise. (sparc*-*-solaris2*): Likewise. Remove crti.o crtn.o extra parts. * config/sparc/t-crtin: New file. * config/sparc/t-sol2 (crti.o): Delete rule. (crtn.o): Likewise. * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete. * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise. * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o. (ENDFILE_SPEC): Add crtn.o. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174041 138bc75d-0d04-0410-961f-82ee72b054a4
-
vries authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174040 138bc75d-0d04-0410-961f-82ee72b054a4
-
burnus authored
* runtime/stop.c (stop_string,error_stop_string): Minor cleanup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174039 138bc75d-0d04-0410-961f-82ee72b054a4
-
uros authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174037 138bc75d-0d04-0410-961f-82ee72b054a4
-
vries authored
PR middle-end/48689 * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with CODE_CONTAINS_STRUCT (TS_COMMON). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174035 138bc75d-0d04-0410-961f-82ee72b054a4
-
jakub authored
* expmed.c (extract_fixed_bit_field): Test whether target can be used only after deciding which mode to use. * gcc.c-torture/compile/pr49029.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174034 138bc75d-0d04-0410-961f-82ee72b054a4
-
vries authored
PR target/45098 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fixed const test for call to get_shiftadd_cost. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174033 138bc75d-0d04-0410-961f-82ee72b054a4
-
uros authored
* config/i386/cpuid.h (bit_MMXEXT): New define. libcpp/ChangeLog: 2011-05-22 Uros Bizjak <ubizjak@gmail.com> PR target/49104 * lex.c (init_vectorized_lexer): Do not set "minimum" when __3dNOW_A__ is defined. Check bit_MMXEXT and bit_CMOV to use search_line_mmx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174032 138bc75d-0d04-0410-961f-82ee72b054a4
-
jason authored
* typeck.c (composite_pointer_type_r): Return error_mark_node on error in SFINAE context. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174031 138bc75d-0d04-0410-961f-82ee72b054a4
-
jb authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174030 138bc75d-0d04-0410-961f-82ee72b054a4
-
nickc authored
initialisation of non-existant args[2] element. Use args[] array not arg[] array to pass arguments to build_function_type_list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174029 138bc75d-0d04-0410-961f-82ee72b054a4
-
jsm28 authored
(build_tarfiles): Don't build separate files for languages and core. (build_diffs): Only build one set of diffs. (announce_snapshot): Only announce one tar file. (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS, OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove. Don't adjust names relative to WORKING_DIRECTORY. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174028 138bc75d-0d04-0410-961f-82ee72b054a4
-
tkoenig authored
* frontend-passes.c (cfe_register_funcs): Also register character functions if their charlens are known and constant. Also register allocatable functions. 2011-05-22 Thomas Koenig <tkoenig@gcc.gnu.org> * gfortran.dg/function_optimize_8.f90: New test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174027 138bc75d-0d04-0410-961f-82ee72b054a4
-
irar authored
PR tree-optimization/49087 * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174026 138bc75d-0d04-0410-961f-82ee72b054a4
-
jason authored
* dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for static storage duration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174024 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174021 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 21 May, 2011 11 commits
-
-
ebotcazou authored
frame pointer. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174013 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
false if there are call-saved registers here... (sparc_can_use_return_insn_p): ...but here instead. (save_or_restore_regs): Fix thinko. (sparc_expand_prologue): Use current_function_is_leaf. (sparc_frame_pointer_required): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174010 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
false if there are call-saved registers here... (sparc_can_use_return_insn_p): ...but here instead. (save_or_restore_regs): Fix thinko. (sparc_expand_prologue): Use current_function_is_leaf. (sparc_frame_pointer_required): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174008 138bc75d-0d04-0410-961f-82ee72b054a4
-
jason authored
* decl.c (grokdeclarator): Don't add set const function-cv-qual for constexpr fns to memfn_quals, just add it to the type. (revert_static_member_fn): Don't complain about quals. (check_static_quals): New. (grokfndecl): Call it. (start_preparsed_function): Don't call revert_static_member_fn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174007 138bc75d-0d04-0410-961f-82ee72b054a4
-
jason authored
* decl.c (revert_static_member_fn): Ignore const on constexpr fn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174006 138bc75d-0d04-0410-961f-82ee72b054a4
-
jason authored
* cvt.c (type_promotes_to): Don't promote scoped enums. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174005 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* include/bits/unique_ptr.h: Use noexcept per the FDIS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174004 138bc75d-0d04-0410-961f-82ee72b054a4
-
jsm28 authored
* gcc-interface/Make-lang.in (gnatbind$(exeext)): Depend on $(LIBDEPS). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174002 138bc75d-0d04-0410-961f-82ee72b054a4
-
janus authored
PR fortran/48699 * match.c (select_type_set_tmp): Make the temporary ALLOCATABLE if the selector is ALLOCATABLE. 2011-05-21 Janus Weil <janus@gcc.gnu.org> PR fortran/48699 * gfortran.dg/select_type_23.f03: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174001 138bc75d-0d04-0410-961f-82ee72b054a4
-
nickc authored
* config/rx/rx.c (rx_memory_move_cost): Note unused parameters. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173999 138bc75d-0d04-0410-961f-82ee72b054a4
-
nicola authored
2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com> * config-lang.in (gtfiles): Updated order of files to fix building when the gcc/cp directory is missing, as in the case of some release tarballs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173998 138bc75d-0d04-0410-961f-82ee72b054a4
-