1. 30 Jun, 2009 25 commits
  2. 29 Jun, 2009 15 commits
    • * config/mep/mep.h (CPP_SPEC): Remove __cop macro. · bae38135
      From-SVN: r149069
      DJ Delorie committed
    • extend.texi: Add MeP attributes and pragmas. · e2491744
      * doc/extend.texi: Add MeP attributes and pragmas.
      * doc/invoke.text: Add MeP Options.
      * doc/contrib.texi: Add MeP contribution.
      * doc/md.texi: Add MeP constraints.
      * doc/install.texi: Add MeP target.
      
      From-SVN: r149068
      DJ Delorie committed
    • re PR c++/40274 (Revision 145566 caused ICE in tsubst, at cp/pt.c:9289) · 2fcefcb2
      	PR c++/40274
      	* error.c (dump_template_parms): Pass all args to
      	count_non_default_template_args.
      	(count_non_default_template_args): Pull out the inner ones.
      
      From-SVN: r149067
      Jason Merrill committed
    • re PR c++/40274 (Revision 145566 caused ICE in tsubst, at cp/pt.c:9289) · 8cc77ebe
      	PR c++/40274
      	* error.c (dump_template_parms): Pass all args to
      	count_non_default_template_args.
      	(count_non_default_template_args): Pull out the inner ones.
      
      From-SVN: r149066
      Jason Merrill committed
    • target.h (struct gcc_target): Add frame_pointer_required field. · b52b1749
      	* target.h (struct gcc_target): Add frame_pointer_required field.
      	* target-def.h (TARGET_FRAME_POINTER_REQUIRED): New.
      	(TARGET_INITIALIZER): Use TARGET_FRAME_POINTER_REQUIRED.
      	* ira.c (setup_eliminable_regset): Use frame_pointer_required target
      	hook.
      	* reload1.c (update_eliminables): (Ditto.).
      	* gcc/system.h (FRAME_POINTER_REQUIRED): Poison.
      	* doc/tm.texi (FRAME_POINTER_REQUIRED): Revise documentation.
      	(INITIAL_FRAME_POINTER_OFFSET): (Ditto.).
      
      	* config/arc/arc.h (FRAME_POINTER_REQUIRED): Remove macro.
      
      	* config/arm/arm.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/arm/arm.c (TARGET_FRAME_POINTER_REQUIRED): Define.
      	(arm_frame_pointer_required): New function.
      
      	* config/avr/avr.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/avr/avr.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
      	(avr_frame_pointer_required_p): Declare as static.
      	* config/avr/avr-protos.h (avr_frame_pointer_required_p): Remove.
      
      	* config/bfin/bfin.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/bfin/bfin.c (TARGET_FRAME_POINTER_REQUIRED): Define.
      	(bfin_frame_pointer_required): Make as static, change return type
      	to bool.
      	* config/bfin/bfin-protos.h (bfin_frame_pointer_required): Remove.
      
      	* config/cris/cris.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/cris/cris.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
      	(cris_frame_pointer_required): New function.
      	
      	* config/crx/crx.h (FRAME_POINTER_REQUIRED): Remove macro.
      
      	* config/fr30/fr30.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/fr30/fr30.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
      	(fr30_frame_pointer_required): New function.
      	
      	* config/frv/frv.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/frv/frv.c (TARGET_FRAME_POINTER_REQUIRED): Define.
      	(frv_frame_pointer_required): Make as static, change return type
      	to bool.
      	* config/bfin/bfin-protos.h (frv_frame_pointer_required): Remove.
      
      	* config/i386/i386.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/i386/i386.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
      	(ix86_frame_pointer_required): Make as static, change return type to
      	bool.
      	* config/i386/i386-protos.h (ix86_frame_pointer_required): Remove.
      
      	* config/m32c/m32c.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/m32c/m32c.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
      
      	* config/m32r/m32r.h (FRAME_POINTER_REQUIRED): Remove macro.
      
      	* config/mcore/mcore.h (CAN_ELIMINATE): Remove macro.
      	
      	* config/mep/mep.h (FRAME_POINTER_REQUIRED): Remove macro.
      
      	* config/mips/mips.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/mips/mips.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
      	(mips_frame_pointer_required): Make as static.
      	* config/mips/mips-protos.h (mips_frame_pointer_required): Remove.
      	
      	* config/mmix/mmix.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/mmix/mmix.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
      	(mmix_frame_pointer_required): Mew function.
      
      	* config/moxie/moxie.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/moxie/moxie.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
      
      	* config/pa/pa.h (FRAME_POINTER_REQUIRED): Remove macro.
      
      	* config/score/score.h (FRAME_POINTER_REQUIRED): Remove macro.
      
      	* config/sh/sh.h (CAN_ELIMINATE): Remove macro.
      
      	* config/sparc/sparc.h (FRAME_POINTER_REQUIRED): Remove macro.
      	(CAN_ELIMINATE): Redefine.
      	* config/sparc/sparc.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
      	(sparc_frame_pointer_required): New function.
      	(sparc_can_eliminate): New function.
      	* config/sparc/sparc-protos.h (sparc_can_eliminate): Declare.
      
      	* config/vax/vax.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/vax/vax.c (TARGET_FRAME_POINTER_REQUIRED): Define.
      
      	* config/xtensa/xtensa.h (FRAME_POINTER_REQUIRED): Remove macro.
      	* config/xtensa/xtensa.c (TARGET_FRAME_POINTER_REQUIRED): Define.
      	(xtensa_frame_pointer_required): Make as static, change return type
      	to bool.
      	* config/xtensa/xtensa-protos.h (xtensa_frame_pointer_required):
      	Remove.
      
      From-SVN: r149065
      Anatoly Sokolov committed
    • plugins.texi: Document PLUGIN_START_UNIT. · 78bf7bd0
      2009-06-29  Olatunji Ruwase   <tjruwase@google.com>
      
      	* doc/plugins.texi: Document PLUGIN_START_UNIT.
      	* toplev.c (compile_file): Call PLUGIN_START_UNIT.
      	* gcc-plugin.h (PLUGIN_START_UNIT): Added new event.
      	* plugin.c (plugin_event_name): Added PLUGIN_START_UNIT.
      	(register_callback): Handle PLUGIN_START_UNIT.
      	(invoke_plugin_callbacks): Handle PLUGIN_START_UNIT.
      
      From-SVN: r149064
      Olatunji Ruwase committed
    • re PR fortran/40580 (Add -fcheck=pointer with runtime check for using an unallocated argument) · 20460eb9
      2009-06-29  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/40580
              * trans-expr.c  (gfc_conv_procedure_call): Add -fcheck=pointer
              * check.
              * libgfortran.h: Add GFC_RTCHECK_POINTER.
              * invoke.texi (-fcheck): Document new pointer option.
              * options.c (gfc_handle_runtime_check_option): Handle pointer
              * option.
      
              * gfortran.texi (C Binding): Improve wording.
              * iso-c-binding.def: Remove obsolete comment.
      
      
      2009-06-29  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/40580
              * pointer_check_1.f90: New test.
              * pointer_check_2.f90: New test.
              * pointer_check_3.f90: New test.
              * pointer_check_4.f90: New test.
              * pointer_check_5.f90: New test.
      
      From-SVN: r149063
      Tobias Burnus committed
    • re PR fortran/40551 (Optimizations possible using gfc_full_array_ref_p) · a61a36ab
      2009-06-29  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/40551
      	* dependency.h : Add second bool* argument to prototype of
      	gfc_full_array_ref_p.
      	* dependency.c (gfc_full_array_ref_p): If second argument is
      	present, return true if last dimension of reference is an
      	element or has unity stride.
      	* trans-array.c : Add NULL second argument to references to
      	gfc_full_array_ref_p.
      	* trans-expr.c : The same, except for;
      	(gfc_trans_arrayfunc_assign): Return fail if lhs reference
      	is not a full array or a contiguous section.
      
      2009-06-29  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/40551
      	* gfortran.dg/func_assign_2.f90 : New test.
      
      From-SVN: r149062
      Paul Thomas committed
    • tree.c (process_call_operands): Propagate TREE_READONLY from the operands. · 96da8066
      	* tree.c (process_call_operands): Propagate TREE_READONLY from the
      	operands.
      	(PROCESS_ARG): Do not clear TREE_READONLY if CONSTANT_CLASS_P.
      	(build3_stat): Propagate TREE_READONLY for COND_EXPR.
      
      From-SVN: r149060
      Eric Botcazou committed
    • re PR java/40590 (namespace namespace broken in CNI) · 3ad1aba1
      2009-06-29  Andrew Haley  <aph@redhat.com>
      
      	PR java/40590	
      	* tools/gnu/classpath/tools/javah/FieldHelper.java (print):
      	Use printName().
      	* tools/gnu/classpath/tools/javah/MethodHelper.java (print):
      	Use printName().
      	* tools/gnu/classpath/tools/javah/CniStubPrinter.java (printDecl):
      	Use printName().
      	* tools/gnu/classpath/tools/javah/Keywords.java (words): Replace
      	with keywords list from  gcc/java/mangle.c.
      	* tools/gnu/classpath/tools/javah/ClassWrapper.java (printMethods):
      	Don't pre-convert a C++ keyword.
      	(print(CniPrintStream)): Call CniPrintStream.printName().
      	(printContents): Likewise.
      	* tools/gnu/classpath/tools/javah/CniPrintStream.java
      	(getClassName): Don't call replaceAll("/", "::").
      	(print(Type)): Add ""::" befor name, " *" after.  Use printName(), not
      	print.
      	(printName(PrintStream, String), printName(String), printlnName):
      	New methods.
      	(moveToPackage): Use printName().
      
      2009-06-29  Andrew Haley  <aph@redhat.com>
      
      	PR java/40590
      	* java-tree.h (cxx_keyword_p): New declaration.
      	* mangle_name.c (utf8_cmp): Move here from mangle.c.
      	(cxx_keywords): Likewise.
      	(cxx_keyword_p): Likewise.
      	(MANGLE_CXX_KEYWORDS): New macro.
      	(append_gpp_mangled_name): Use MANGLE_CXX_KEYWORDS.
      	(append_gpp_mangled_name): Likewise.
      	* mangle.c: Move code to mangle_name.c.
      	(mangle_member_name): Don't call cxx_keyword_p.
      
      From-SVN: r149059
      Andrew Haley committed
    • arm.h (REGISTER_MOVE_COST): Increase VFP register move cost. · 356ecb15
      	* config/arm/arm.h (REGISTER_MOVE_COST): Increase VFP register
      	move cost.
      
      From-SVN: r149057
      Daniel Jacobowitz committed
    • extend.texi (Additional Floating Types): __float128 is also supported on i386 targets. · 897eef7b
      	* doc/extend.texi (Additional Floating Types): __float128 is also
      	supported on i386 targets.
      
      From-SVN: r149054
      Uros Bizjak committed
    • re PR middle-end/14187 ([tree-ssa] C restricted pointers are not properly implemented) · 74d27244
      2009-06-29  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/14187
      	* tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
      	flag.
      	(pt_solutions_same_restrict_base): Declare.
      	* tree-ssa-structalias.c (struct variable_info): Add is_restrict_var
      	flag.
      	(new_var_info): Initialize is_global_var properly for SSA_NAMEs.
      	(make_constraint_from, make_copy_constraint): Move earlier.
      	(make_constraint_from_heapvar): New function.
      	(make_constraint_from_restrict): Likewise.
      	(handle_lhs_call): Use it.
      	(find_func_aliases): Use it to track conversions to restrict
      	qualified pointers.
      	(struct fieldoff): Add only_restrict_pointers flag.
      	(push_fields_onto_fieldstack): Initialize it.
      	(create_variable_info_for): Track global restrict qualified pointers.
      	(intra_create_variable_infos): Use make_constraint_from_heapvar.
      	Track restrict qualified pointer arguments.
      	(set_uids_in_ptset): Use varinfo is_global_var flag.
      	(find_what_var_points_to): Set the vars_contains_restrict flag.
      	Always create the points-to solution for sets including restrict tags.
      	(pt_solutions_same_restrict_base): New function.
      	* tree-ssa-alias.c (ptr_derefs_may_alias_p): For two restrict
      	qualified pointers use pt_solutions_same_restrict_base as
      	additional source for disambiguation.
      
      	* gcc.dg/tree-ssa/restrict-1.c: New testcase.
      	* gcc.dg/tree-ssa/restrict-2.c: Likewise.
      	* gcc.dg/tree-ssa/restrict-3.c: Likewise.
      	* gcc.c-torture/execute/20090623-1.c: Likewise.
      	* gcc.dg/tree-ssa/ldist-13.c: Likewise.
      	* gcc.dg/tree-ssa/ldist-14.c: Likewise.
      
      From-SVN: r149048
      Richard Guenther committed
    • re PR middle-end/38212 (restrict implementation causes wrong-code) · 5b21f0f3
      2009-06-29  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/38212
      	* alias.c (find_base_decl): Remove.
      	(get_deref_alias_set_1): Remove restrict handling.
      	* c-common.c (c_apply_type_quals_to_decl): Do not set
      	DECL_POINTER_ALIAS_SET.
      	* gimplify.c (find_single_pointer_decl_1): Remove.
      	(find_single_pointer_decl): Likewise.
      	(internal_get_tmp_var): Remove restrict handling.
      	(gimple_regimplify_operands): Likewise.
      	* omp-low.c (expand_omp_atomic_pipeline): Do not set
      	DECL_POINTER_ALIAS_SET. Use ref-all pointers.
      	* print-tree.c (print_node): Do not print DECL_POINTER_ALIAS_SET.
      	* tree.c (restrict_base_for_decl): Remove.
      	(init_ttree): Do not allocate it.
      	(make_node_stat): Do not set DECL_POINTER_ALIAS_SET.  Set
      	LABEL_DECL_UID for label decls.
      	(copy_node_stat): Do not copy restrict information.
      	(decl_restrict_base_lookup): Remove.
      	(decl_restrict_base_insert): Likewise.
      	(print_restrict_base_statistics): Likewise.
      	(dump_tree_statistics): Do not call print_restrict_base_statistics.
      	* tree.h (DECL_POINTER_ALIAS_SET): Remove.
      	(DECL_POINTER_ALIAS_SET_KNOWN_P): Likewise.
      	(struct tree_decl_common): Rename pointer_alias_set to label_decl_uid.
      	(LABEL_DECL_UID): Adjust.
      	(DECL_BASED_ON_RESTRICT_P): Remove.
      	(DECL_GET_RESTRICT_BASE): Likewise.
      	(SET_DECL_RESTRICT_BASE): Likewise.
      	(struct tree_decl_with_vis): Remove based_on_restrict_p flag.
      
      	* config/i386/i386.c (ix86_gimplify_va_arg): Use ref-all pointers
      	instead of DECL_POINTER_ALIAS_SET.
      	* config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
      	* config/s390/s390.c (s390_gimplify_va_arg): Likewise.
      	* config/spu/spu.c (spu_gimplify_va_arg_expr): Likewise.
      
      	* gcc.c-torture/execute/pr38212.c: New testcase.
      
      From-SVN: r149047
      Richard Guenther committed
    • re PR tree-optimization/40579 (gcc -O2 optimization causes infinite loop and wrong output) · 09a782eb
      2009-06-29  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/40579
      	* tree-vrp.c (vrp_evaluate_conditional): Bail out early if
      	the IL to simplify has constants that overflowed.
      
      	* gcc.c-torture/execute/pr40579.c: New testcase.
      
      From-SVN: r149046
      Richard Guenther committed