summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* In libobjc/:nicola2011-05-252-205/+412
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-05-25 Richard Frith-Macdonald <rfm@gnu.org> David Ayers <ayers@fsfe.org> PR libobjc/38037 * sendmsg.c: Include objc/hash.h. (get_implementation): New function, mostly with code from get_imp updated to support the new +initialize dispatch table logic. (get_imp): Use get_implementation. (__objc_responds_to): Updated to support the new +initialize dispatch table logic. (class_respondsToSelector): Likewise. (objc_msg_lookup): Use get_implementation. (__objc_init_install_dtable): Removed. (__objc_install_methods_in_dtable): Updated arguments. (__objc_install_dispatch_table_for_class): Renamed to __objc_install_dtable_for_class and updated to support the new +initialize dispatch table logic. (__objc_update_dispatch_table_for_class): Updated to support the new +initialize dispatch table logic. (__objc_forward): Call get_implementation instead of get_imp. (prepared_dtable_table): New. (__objc_prepare_dtable_for_class): New. (__objc_prepared_dtable_for_class): New. (__objc_get_prepared_imp): New. (__objc_install_prepared_dtable_for_class): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174221 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>paolo2011-05-252-4/+8
| | | | | | | * include/bits/random.h (random_device::min, max): Specify constexpr. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174219 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c (def_fn_type): Remove extra va_end.jakub2011-05-254-2/+8
| | | | | | | * gcc-interface/utils.c (def_fn_type): Remove extra va_end. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174218 138bc75d-0d04-0410-961f-82ee72b054a4
* Update pause intrinsic.hjl2011-05-252-1/+7
| | | | | | | | | | 2011-05-25 H.J. Lu <hongjiu.lu@intel.com> * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174217 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/49160bernds2011-05-252-5/+37
| | | | | | | | | * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2, __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3, __divtc3): Wrap definitions in #ifndef. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174216 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.target/arm/fp16-compile-none-1.c: Update expected error.janis2011-05-256-4/+16
| | | | | | | | | | * g++.dg/abi/packed1.C: Suppress warning. * g++.dg/warn/Wunused-parm-3.C: Likewise. * g++.dg/template/stdarg1.C: Likewise. * g++.dg/other/packed1.C: Remove arm from xfail list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174213 138bc75d-0d04-0410-961f-82ee72b054a4
* Replace q_regs_operand with QIreg_operand in QI ext patterns.hjl2011-05-253-13/+26
| | | | | | | | | | | | | | | | | 2011-05-25 H.J. Lu <hongjiu.lu@intel.com> PR target/49142 * config/i386/i386.md (*movqi_extv_1_rex64): Remove "register_operand" check and replace q_regs_operand with QIreg_operand in "type" calculation. (*movqi_extv_1): Likewise. (*movqi_extzv_2_rex64): Likewise. (*movqi_extzv_2): Likewise. * config/i386/predicates.md (QIreg_operand): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174211 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-25 Richard Guenther <rguenther@suse.de>rguenth2011-05-252-20/+51
| | | | | | | | | * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix type-based offset disambiguation, streamline MEM_REF and TARGET_MEM_REF handling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174206 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/48935jason2011-05-255-5/+19
| | | | | | | | * parser.c (cp_parser_constructor_declarator_p): Don't check constructor_name_p for enums. (cp_parser_diagnose_invalid_type_name): Correct error message. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174205 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/45418jason2011-05-254-0/+29
| | | | | | | * init.c (perform_member_init): Handle list-initialization of array of non-trivial class type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174204 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/45080jason2011-05-255-1/+26
| | | | | | | * pt.c (instantiate_class_template_1): Call maybe_add_lambda_conv_op. * semantics.c (lambda_function): Check COMPLETE_OR_OPEN_TYPE_P. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174203 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>paolo2011-05-253-35/+40
| | | | | | | | * include/std/thread: Use noexcept throughout per the FDIS. * include/std/mutex: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174202 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/48292jason2011-05-254-5/+36
| | | | | | | | * pt.c (tsubst_decl) [PARM_DECL]: Handle partial instantiation of function parameter pack. (tsubst_pack_expansion): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174201 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-objcp-common.c (cp_common_init_ts): TYPE_ARGUMENT_PACK hasjason2011-05-252-0/+6
| | | | | | TS_COMMON. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174200 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove spurious ChangeLog entrywschmidt2011-05-251-6/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174198 138bc75d-0d04-0410-961f-82ee72b054a4
* Implement x86 pause intrinsic.hjl2011-05-257-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | gcc/ 2011-05-25 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE. (bdesc_special_args): Add pause intrinsic. * config/i386/i386.md (UNSPEC_PAUSE): New. (pause): Likewise. (*pause): Likewise. * config/i386/ia32intrin.h (__pause): Likewise. * doc/extend.texi (X86 Built-in Functions): Add documentation for pause intrinsic. gcc/testsuite/ 2011-05-25 H.J. Lu <hongjiu.lu@intel.com> * gcc.target/i386/pause-1.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174197 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>wschmidt2011-05-252-1/+63
| | | | | | | | | | PR tree-optimization/46728 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New. (execute_cse_sincos): Add switch case for BUILT_IN_POW. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174196 138bc75d-0d04-0410-961f-82ee72b054a4
* move TS_EXP to be a substructure of TS_TYPEDfroydnj2011-05-255-8/+30
| | | | | | | | | | | | | | | | | | | gcc/ * tree.h (struct tree_exp): Inherit from struct tree_typed. * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED instead of TS_COMMON. gcc/lto/ * lto.c (lto_ft_typed): New function. (lto_ft_common): Call it. (lto_ft_constructor): Likewise. (lto_ft_expr): Likewise. (lto_fixup_prevailing_decls): Check for TS_COMMON before accessing TREE_CHAIN. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174192 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/bernds2011-05-2523-61/+2182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if LIBGCC2_GNU_PREFIX is defined. (__N): New macro. (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2, __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3, __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack, __clz_tab): Define using __N. (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if COMPAT_SIMODE_TRAPPING_ARITHMETIC. * target.def (libfunc_gnu_prefix): New hook. * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document. (TARGET_LIBFUNC_GNU_PREFIX): Add hook. * doc/tm.texi: Regenerate. * system.h (LIBGCC2_GNU_PREFIX): Poison. * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into account. (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise. (init_optabs): Likewise for the bswap libfuncs. * tree.c (build_common_builtin_nodes): Likewise for complex multiply and divide. * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir). * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise. * libgcc-std.ver: Remove. * Makefile.in (srcdirify): Handle $$(libgcc_objdir). * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for libgcc-std.ver. * config/i386/t-linux (SHLIB_MAPFILES): Likewise. * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise. * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise. * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise. * config/sparc/t-linux (SHLIB_MAPFILES): Likewise. * config/i386/t-linux (SHLIB_MAPFILES): Likewise. * config/i386/t-linux (SHLIB_MAPFILES): Likewise. * config/fixed-bit.h (FIXED_OP): Define differently depending on LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores. (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise. libgcc/ * libgcc-std.ver.in: New file. * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New variables. (libgcc-std.ver): New rule. * config/t-gnu-prefix: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174187 138bc75d-0d04-0410-961f-82ee72b054a4
* * lto-streamer-out.c (output_record_start): Use lto_output_enumhubicka2011-05-255-11/+96
| | | | | | | | | | | | | | (lto_output_tree): Use output_record_start. * lto-streamer-in.c (input_record_start): Use lto_input_enum (lto_get_pickled_tree): Use input_record_start. * lto-section-in.c (lto_section_overrun): Turn into fatal error. (lto_value_range_error): New function. * lto-streamer.h (lto_value_range_error): Declare. (lto_output_int_in_range, lto_input_int_in_range): New functions. (lto_output_enum, lto_input_enum): New macros. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174186 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-25 Kai Tietz <ktietz@redhat.com>ktietz2011-05-252-1/+6
| | | | | | | | | * adaint.c (__gnat_to_canonical_file_list_next): Use array initialization instead of const/none-const pointer assignment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174185 138bc75d-0d04-0410-961f-82ee72b054a4
* * common.opt (flag_stack_usage_info): New variable.ebotcazou2011-05-2524-47/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (-Wstack-usage): New option. * doc/invoke.texi (Warning options): Document -Wstack-usage. * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case. <OPT_fstack_usage>: Likewise. * toplev.c (output_stack_usage): Handle -Wstack-usage. * calls.c (expand_call): Test flag_stack_usage_info variable instead of flag_stack_usage. (emit_library_call_value_1): Likewise. * explow.c (allocate_dynamic_stack_space): Likewise. * function.c (instantiate_virtual_regs ): Likewise. (prepare_function_start): Likewise. (rest_of_handle_thread_prologue_and_epilogue): Likewise. * config/alpha/alpha.c (alpha_expand_prologue): Likewise. * config/arm/arm.c (arm_expand_prologue): Likewise. (thumb1_expand_prologue): Likewise. * config/avr/avr.c (expand_prologue): Likewise. * config/i386/i386.c (ix86_expand_prologue): Likewise. * config/ia64/ia64.c (ia64_expand_prologue): Likewise. * config/m68k/m68k.c (m68k_expand_prologue): Likewise. * config/mips/mips.c (mips_expand_prologue): Likewise. * config/pa/pa.c (hppa_expand_prologue): Likewise. * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise. * config/s390/s390.c (s390_emit_prologue): Likewise. * config/sh/sh.c (sh_expand_prologue): Likewise. * config/sparc/sparc.c (sparc_expand_prologue): Likewise. * config/spu/spu.c (spu_expand_prologue): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174182 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-25 Richard Guenther <rguenther@suse.de>rguenth2011-05-252-4/+17
| | | | | | | | * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs. (gimple_canonical_types_compatible_p): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174181 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-25 Jan Hubicka <jh@suse.cz>ro2011-05-252-1/+7
| | | | | | | | | PR middle-end/49062 * ipa.c (function_and_variable_visibility): Only add to same comdat group list if DECL_ONE_ONLY. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174180 138bc75d-0d04-0410-961f-82ee72b054a4
* PR rtl-optimization/49014abel2011-05-252-1/+6
| | | | | | | | * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174172 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/49128jakub2011-05-252-1/+6
| | | | | | | * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174171 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-objcp-common.c (cp_common_init_ts): Mark CTOR_INITIALIZERjakub2011-05-252-0/+4
| | | | | | | as TS_TYPED. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174170 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/49136jakub2011-05-255-2/+104
| | | | | | | | | | | * semantics.c (cxx_eval_bit_field_ref): Handle the case when BIT_FIELD_REF doesn't cover only a single field. * g++.dg/cpp0x/constexpr-bitfield2.C: New test. * g++.dg/cpp0x/constexpr-bitfield3.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174168 138bc75d-0d04-0410-961f-82ee72b054a4
* PR go/48502ian2011-05-251-1/+2
| | | | | | | | | libgo/os: Fix test to run on Solaris. Patch brought over from upstream library. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174167 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>vmakarov2011-05-254-4/+79
| | | | | | | | | | | | | | | | | | PR rtl-optimization/48757 * ira-build.c (loop_with_eh_edge_p): Rename to loop_with_complex_edge_p, check edges on complexity, make function conditional. (mark_loops_for_removal): Make call of loop_with_complex_edge_p conditional. 2011-05-24 Vladimir Makarov <vmakarov@redhat.com> PR rtl-optimization/48757 * gfortran.dg/pr48757.f: New test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174165 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2011-05-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174157 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>paolo2011-05-252-1/+5
| | | | | | | * testsuite/20_util/duration/arithmetic/dr2020.cc: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174152 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/49042jason2011-05-244-4/+28
| | | | | | | * pt.c (get_mostly_instantiated_function_type): Use push_deferring_access_checks rather than set flag_access_control. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174151 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>paolo2011-05-243-25/+103
| | | | | | | | | | PR libstdc++/49151 * include/std/chrono (operator+, operator-, operator*, operator/, operator&): Implement LWG 2020 [WP]; specify constexpr. * testsuite/20_util/duration/arithmetic/dr2020.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174150 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sparc/sparc.c (sparc_option_override): If not set by the user,ebotcazou2011-05-242-0/+11
| | | | | | | force flag_ira_share_save_slots to 0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174148 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Make os.setenv_c work on systems without setenv.ian2011-05-244-6/+25
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174147 138bc75d-0d04-0410-961f-82ee72b054a4
* * var-tracking.c (compute_cfa_pointer): Adjust head comment.ebotcazou2011-05-242-4/+25
| | | | | | | | | | (vt_initialize): Set PROLOGUE_BB unconditionally. Add block comment about CFA_BASE_RTX machinery. Reset FP_CFA_OFFSET to -1 on all invalid paths. Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174146 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Irix portability fixes (no declaration for getaddrinfo).ian2011-05-241-0/+41
| | | | | | | From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174145 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Solaris/Irix portability fixes.ian2011-05-243-3/+17
| | | | | | | From Rainer Orth. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174144 138bc75d-0d04-0410-961f-82ee72b054a4
* In libobjc/:nicola2011-05-244-1/+48
| | | | | | | | | | | | | | | | | | 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com> PR libobjc/48177 * selector.c (__sel_register_typed_name): Use sel_types_match() instead of strcmp() to compare selector types (Suggestion by Richard Frith-Macdonald <rfm@gnu.org>). In gcc/testsuite/: 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com> PR libobjc/48177 * objc.dg/pr48177.m: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174143 138bc75d-0d04-0410-961f-82ee72b054a4
* In gcc/:nicola2011-05-248-9/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com> PR objc/48187 * c-parser.c (c_parser_objc_class_instance_variables): More robust parsing of syntax error in ObjC instance variable lists. In particular, avoid an infinite loop if there is a stray ']'. Updated error message. In gcc/cp/: 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com>, * parser.c (cp_parser_objc_class_ivars): Deal gracefully with a syntax error in declaring an ObjC instance variable. In gcc/testsuite/: 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com> PR objc/48187 * objc.dg/pr48187.m: New testcase. * obj-c++.dg/pr48187.mm: New testcase. * objc.dg/ivar-extra-semicolon.m: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174142 138bc75d-0d04-0410-961f-82ee72b054a4
* * godump.c (go_define): Don't accept a string immediately afterian2011-05-242-1/+10
| | | | | | | another operand. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174141 138bc75d-0d04-0410-961f-82ee72b054a4
* * godump.c (struct godump_container): Add invalid_hash field.ian2011-05-242-16/+37
| | | | | | | | | (go_format_type): Return false if type is found in invalid_hash. (go_output_typedef): Add invalid type to invalid_hash. (go_finish): Create and delete invalid_hash. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174140 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/48884jason2011-05-247-7/+104
| | | | | | | | | | | | * class.c (pushclass): Accept NULL argument. (popclass): Deal with popping null class. * pt.c (push_access_scope, pop_access_scope): Use them rather than push_to_top_level/pop_from_top_level. (push_deduction_access_scope, pop_defarg_context): New. (fn_type_unification): Use them. * name-lookup.c (lookup_name_real_1): Check current_class_type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174139 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>wschmidt2011-05-242-6/+269
| | | | | | | | | | | | | | | | PR tree-optimization/46728 * tree-ssa-math-opts.c (powi_table): New. (powi_lookup_cost): New. (powi_cost): New. (powi_as_mults_1): New. (powi_as_mults): New. (gimple_expand_builtin_powi): New. (execute_cse_sincos): Add switch case for BUILT_IN_POWI. (gate_cse_sincos): Remove sincos/cexp restriction. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174129 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/3746ro2011-05-244-11/+12
| | | | | | | | | | * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile, mips-tdump native. * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling. * mips-tdump.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174128 138bc75d-0d04-0410-961f-82ee72b054a4
* Always add -mno-XXX for -march=native.hjl2011-05-242-32/+28
| | | | | | | | | | | 2011-05-24 H.J. Lu <hongjiu.lu@intel.com> PR target/49128 * config/i386/driver-i386.c (host_detect_local_cpu): Always add -mno-XXX. Handle FMA. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174126 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>paolo2011-05-242-1/+5
| | | | | | | * decl.c (grokdeclarator): Use current_class_name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174125 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>vmakarov2011-05-244-5/+68
| | | | | | | | | | | | | | | PR rtl-optimization/48633 * ira-build.c (loop_with_eh_edge_p): New function. (mark_loops_for_removal): Use it. 2011-05-24 Michael Matz <matz@gcc.gnu.org> PR rtl-optimization/48633 * g++.dg/pr48633.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174124 138bc75d-0d04-0410-961f-82ee72b054a4
* 2011-05-13 Vladimir Makarov <vmakarov@redhat.com>vmakarov2011-05-242-35/+70
| | | | | | | | | | | | | PR rtl-optimization/48971 * ira.c (setup_pressure_classes): Don't check register move cost for classes with one registers. Don't add pressure class if there is a pressure class with the same available hard registers. Check contains_reg_of_mode. Fix a typo in collecting temp_hard_regset. Ignore hard registers not belonging to a class. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174123 138bc75d-0d04-0410-961f-82ee72b054a4