1. 06 Aug, 2008 40 commits
    • config.host: Match more processor names for Xtensa. · c660f132
      libgcc/
              * config.host: Match more processor names for Xtensa.
      
      From-SVN: r138811
      Bob Wilson committed
    • config.gcc: Match more processor names for Xtensa. · 6d656178
      2008-08-06  Marc Gauthier  <marc@tensilica.com>
      	* config.gcc: Match more processor names for Xtensa.
      	* configure.ac: Likewise.
      	* doc/install.texi (Specific): Likewise.
      	* configure: Regenerate.
      testsuite/
      	* lib/target-supports.exp (check_profiling_available): Match more
      	processor names for Xtensa.
      	* g++.old-deja/g++.jason/thunk3.C: Likewise.
      	* gcc.dg/intmax_t-1.c: Likewise.
      	* gcc.dg/sibcall-3.c: Likewise.
      	* gcc.dg/sibcall-4.c: Likewise.
      	* gcc.c-torture/compile/20001226-1.c: Likewise.
      
      From-SVN: r138810
      Marc Gauthier committed
    • builtins.c (expand_builtin_profile_func): Avoid C++ keywords. · 82d6e6fc
      	* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.
      	* calls.c (avoid_likely_spilled_reg): Likewise.
      	* cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
      	* cgraph.c (cgraph_clone_edge, cgraph_clone_node): Likewise.
      	* config/i386/i386.c (ix86_expand_special_args_builtin,
      	ix86_secondary_reload): Likewise.
      	* except.c (struct eh_region, gen_eh_region_catch,
      	remove_unreachable_regions, duplicate_eh_regions,
      	assign_filter_values, build_post_landing_pads,
      	sjlj_find_directly_reachable_regions, remove_eh_handler,
      	reachable_next_level, foreach_reachable_handler,
      	can_throw_internal_1, can_throw_external_1,
      	collect_one_action_chain): Likewise.
      	* expr.c (expand_expr_real_1, vector_mode_valid_p): Likewise.
      	* fold-const.c (twoval_comparison_p, eval_subst): Likewise.
      	* function.c (update_temp_slot_address, instantiate_new_reg,
      	instantiate_virtual_regs_in_rtx,
      	instantiate_virtual_regs_in_insn): Likewise.
      	* gimple.c (extract_ops_from_tree, gimple_seq_copy): Likewise.
      	* gimplify.c (gimplify_call_expr, gimplify_init_constructor,
      	gimplify_cleanup_point_expr): Likewise.
      	* ipa-cp.c (ipcp_lattice_changed): Likewise.
      	* passes.c (next_pass_1): Likewise.
      	* print-tree.c (print_node_brief, print_node): Likewise.
      	* profile.c (branch_prob): Likewise.
      	* tree-dump.c (dump_register): Likewise.
      	* tree-eh.c (replace_goto_queue_cond_clause, lower_catch):
      	Likewise.
      	* tree-inline.c (remap_ssa_name, remap_type_1, remap_blocks,
      	copy_statement_list, remap_gimple_op_r, copy_tree_body_r,
      	copy_edges_for_bb, copy_cfg_body, copy_tree_r,
      	copy_arguments_for_versioning, copy_static_chain): Likewise.
      	* tree-into-ssa.c (names_replaced_by, add_to_repl_tbl,
      	add_new_name_mapping, register_new_name_mapping): Likewise.
      	* tree-mudflap.c (mf_xform_derefs): Likewise.
      	* tree-predcom.c (struct chain, dump_chain, replace_ref_with,
      	get_init_expr, combine_chains): Likewise.
      	* tree-pretty-print.c (dump_generic_node): Likewise.
      	* tree-ssa-structalias.c (create_variable_info_for): Likewise.
      	* tree-vrp.c (simplify_cond_using_ranges): Likewise.
      	* tree.c (substitute_in_expr, iterative_hash_expr): Likewise.
      	* value-prof.c (gimple_duplicate_stmt_histograms): Likewise.
      
      From-SVN: r138809
      Kaveh R. Ghazi committed
    • re PR middle-end/37010 (-mno-accumulate-outgoing-args doesn't work with stack alignment) · 01973e26
      gcc/
      
      2008-08-06  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/37010
      	* calls.c (expand_call): Use the biggest preferred stack
      	boundary.
      
      gcc/testsuite/
      
      2008-08-06  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/37010
      	* gcc.dg/torture/stackalign/push-1.c: New.
      
      From-SVN: r138808
      H.J. Lu committed
    • re PR target/36613 (likely codegen bug) · 46662f25
              PR target/36613
      
              * reload.c (push_reload): Merge in,out,in_reg,out_reg members
              for reused reload, instead of overwriting them.
      
              * gcc.target/i386/pr36613.c: New testcase.
      
      From-SVN: r138807
      Michael Matz committed
    • re PR middle-end/37009 (No need to align stack when incoming stack is aligned) · e94a448f
      gcc/
      
      2008-08-06  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/37009
      	* cfgexpand.c (expand_stack_alignment): Check parm_stack_boundary
      	for incoming stack boundary.
      
      	* function.c (assign_parm_find_entry_rtl): Update
      	parm_stack_boundary.
      
      	* function.h (rtl_data): Add parm_stack_boundary.
      
      	* config/i386/i386.c (ix86_finalize_stack_realign_flags): Check
      	parm_stack_boundary for incoming stack boundary.
      
      gcc/testsuite/
      
      2008-08-06  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/37009
      	* gcc.dg/torture/stackalign/alloca-2.c: New.
      	* gcc.dg/torture/stackalign/alloca-3.c: Likewise.
      	* gcc.dg/torture/stackalign/alloca-4.c: Likewise.
      	* gcc.dg/torture/stackalign/vararg-3.c: Likewise.
      	* gcc.target/i386/incoming-1.c: Likewise.
      	* gcc.target/i386/incoming-2.c: Likewise.
      	* gcc.target/i386/incoming-3.c: Likewise.
      	* gcc.target/i386/incoming-4.c: Likewise.
      	* gcc.target/i386/incoming-5.c: Likewise.
      
      From-SVN: r138806
      H.J. Lu committed
    • jump.c (rtx_renumbered_equal_p): Do not call subreg_regno_offset for… · e088f04b
      jump.c (rtx_renumbered_equal_p): Do not call subreg_regno_offset for unrepresentable subregs or treat them as...
      
      	* jump.c (rtx_renumbered_equal_p): Do not call subreg_regno_offset
      	for unrepresentable subregs or treat them as equal to other regs
      	or subregs with the same register number.
      
      From-SVN: r138804
      Joseph Myers committed
    • Make-lang.in: Use GCC_FOR_TARGET when dealing with s-oscons-tmplt.i. · 6f371a2e
          gcc/ada/
      	* gcc-interface/Make-lang.in: Use GCC_FOR_TARGET when dealing
      	with s-oscons-tmplt.i.
      
          libada/
      	* Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
      	oscons.
      
      From-SVN: r138800
      Samuel Tardieu committed
    • Make-lang.in (OSCONS_CPPFLAGS): Remove. · 6a69bcf4
          gcc/ada/
      	* gcc-interface/Make-lang.in (OSCONS_CPPFLAGS): Remove.
      
      From-SVN: r138799
      Samuel Tardieu committed
    • acinclude.m4 ([GLIBCXX_CHECK_INT64_T]): Also check whether int64_t is actually a… · fc9ab7b4
      acinclude.m4 ([GLIBCXX_CHECK_INT64_T]): Also check whether int64_t is actually a typedef to long or long long.
      
      2008-08-06  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* acinclude.m4 ([GLIBCXX_CHECK_INT64_T]): Also check whether int64_t
      	is actually a typedef to long or long long.
      	* include/bits/postypes.h: If int64_t is actually a typedef for
      	long or long long don't include <stdint.h> unnecessarily.
      	* configure: Regenerate.
      	* config.h.in: Likewise.
      
      From-SVN: r138797
      Paolo Carlini committed
    • re PR middle-end/35432 (ICE with zero-sized array) · 753b34d7
              PR middle-end/35432
              * gimplify.c (gimplify_modify_expr): Do not optimize zero-sized types
              if want_value.
       testsuite/
              * gcc.c-torture/compile/pr35432.c: New file.
      
      From-SVN: r138793
      Aldy Hernandez committed
    • Makefile.in, [...]: Remove GNAT.Sockets.Constants. · ef9e1eff
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
      
      	* gcc-interface/Makefile.in,
      	g-socthi-vxworks.adb, g-socthi-mingw.adb, g-sttsne-vxworks.adb,
      	g-socthi.adb, g-socket.adb, g-socket.ads, g-sothco.ads,
      	g-soccon-linux-x86.ads, g-soccon-vxworks.ads, g-soccon-mingw.ads,
      	g-soccon-hpux-ia64.ads, g-soccon-irix.ads, g-soccon-linux-64.ads,
      	g-soccon-aix.ads, g-soccon-solaris.ads, g-soccon-lynxos.ads,
      	g-soccon-vms.ads, g-soccon.ads, g-soccon-freebsd.ads,
      	g-soccon-linux-ppc.ads, g-soccon-tru64.ads, g-soccon-hpux.ads,
      	g-soccon-solaris-64.ads, gen-oscons.c, g-soccon-darwin.ads,
      	g-soccon-mingw-64.ads, g-soccon-linux-mips.ads, g-soccon-rtems.ads:
      	Remove GNAT.Sockets.Constants. This internal package is replaced by
      	System.OS_Constants.
      
      From-SVN: r138792
      Arnaud Charlet committed
    • gnat_ugn.texi: Clarify -gnato documentation · e3cb64d4
      2008-08-06  Robert Dewar  <dewar@adacore.com>
      
      	* gnat_ugn.texi: Clarify -gnato documentation
      
      From-SVN: r138791
      Robert Dewar committed
    • sem_ch3.adb (Analyze_Component_Declaration): Protect against misuse of incomplete type. · 3c829e3c
      2008-08-06  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb (Analyze_Component_Declaration): Protect against misuse
      	of incomplete type.
      
      	* sem_ch8.adb (Analyze_Object_Renaming): Diagnose properly a renaming
      	of a formal parameter of an incomplete type. Improve error message for
      	other improper uses of incomplete types.
      
      From-SVN: r138790
      Ed Schonberg committed
    • Makefile.in: Now generate s-oscons-$(THREAD_KIND). · 65aa315e
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
      
      	* Makefile.in: Now generate s-oscons-$(THREAD_KIND).
      
      From-SVN: r138789
      Thomas Quinot committed
    • Makefile.in, [...]: Remove obsolete targets referencing gen-soccon When generating s-oscons.ads... · e93d146b
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
       
      	* gcc-interface/Makefile.in, gcc-interface/Make-lang.in:
      	Remove obsolete targets referencing gen-soccon
      	When generating s-oscons.ads, use a file name that includes the
      	THREAD_KIND, to ensure that the (potentially different) version from a
      	previous build with a different threads flavour does not get reused.
      
      From-SVN: r138788
      Thomas Quinot committed
    • Makefile.in, [...]: Remove obsolete targets referencing gen-soccon When generating s-oscons.ads... · 46fbbc83
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
      
      	* gcc-interface/Makefile.in, gcc-interface/Make-lang.in:
      	Remove obsolete targets referencing gen-soccon
      	When generating s-oscons.ads, use a file name that includes the
      	THREAD_KIND, to ensure that the (potentially different) version from a
      	previous build with a different threads flavour does not get reused.
      
      From-SVN: r138787
      Thomas Quinot committed
    • s-fileio.adb (Open): When file open operation fails... · c6aecf3b
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
      
      	* s-fileio.adb (Open): When file open operation fails, raise Name_Error
      	only when the operating system reports a non-existing file or directory
      	(ENOENT), otherwise raise Name_Error.
      
      From-SVN: r138786
      Arnaud Charlet committed
    • exp_ch11.adb: Minor reformatting · 49f7fe60
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
      
      	* exp_ch11.adb: Minor reformatting
      
      From-SVN: r138785
      Thomas Quinot committed
    • sem_ch3.adb (Access_Subprogram_Declaration): If the return type is incomplete... · 49d8b802
      2008-08-06  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb (Access_Subprogram_Declaration): If the return type is
      	incomplete, add the access_to_subprogram type to the list of private
      	dependents only if the incomplete type will be completed in the current
      	scope.
      	(Build_Discriminant_Constraints): If the type of the discriminant is
      	access_to_variable, reject a constraint that is access_to_constant.
      
      From-SVN: r138784
      Ed Schonberg committed
    • sem_res.adb: Minor reformatting · 66aa7643
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
      
      	* sem_res.adb: Minor reformatting
      
      From-SVN: r138783
      Thomas Quinot committed
    • New tests. · 0d3716f5
      From-SVN: r138782
      Arnaud Charlet committed
    • g-socket-dummy.adb, [...]: New files. · 6594c0f3
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
      
      	* g-socket-dummy.adb, g-socket-dummy.ads, g-sothco-dummy.adb,
      	g-sothco-dummy.ads, g-socthi-dummy.adb, g-socthi-dummy.ads,
      	g-sttsne-dummy.ads: New files.
      
      	* gcc-interface/Makefile.in, Makefile.rtl: Use placeholder sources
      	with pragma Unimplemented_Unit for sockets packages on Nucleus.
      
      From-SVN: r138781
      Arnaud Charlet committed
    • g-comlin.adb (Set_Command_Line): Now that aliases can contain parameters, always… · 32b99014
      g-comlin.adb (Set_Command_Line): Now that aliases can contain parameters, always specify the expected separator.
      
      2008-08-06  Jerome Lambourg  <lambourg@adacore.com>
      
      	* g-comlin.adb (Set_Command_Line): Now that aliases can contain
      	parameters, always specify the expected separator.
      
      From-SVN: r138780
      Jerome Lambourg committed
    • sem_res.adb (Resolve_Call): Use base type to determine whether a dereference is… · c9b99571
      sem_res.adb (Resolve_Call): Use base type to determine whether a dereference is needed because a subtype of...
      
      2008-08-06  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_res.adb (Resolve_Call): Use base type to determine whether a
      	dereference is needed because a subtype of an access_to_subprogram is
      	simply an access-subtype
      
      From-SVN: r138779
      Ed Schonberg committed
    • exp_disp (Expand_Interface_Actuals): Adds missing support for expansion of calls… · 2a26a7ec
      exp_disp (Expand_Interface_Actuals): Adds missing support for expansion of calls to subprograms using selected...
      
      2008-08-06  Javier Miranda  <miranda@adacore.com>
      
      	* exp_disp (Expand_Interface_Actuals): Adds missing support for
      	expansion of calls to subprograms using selected components.
      
      From-SVN: r138778
      Javier Miranda committed
    • adaint.c: Another fix for ACL support on Windows. · 3e1055a7
      2008-08-06  Pascal Obry  <obry@adacore.com>
      
      	* adaint.c: Another fix for ACL support on Windows.
      
      From-SVN: r138777
      Pascal Obry committed
    • sem_ch3.adb: Minor reformatting · 7bd98753
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
      
      	* sem_ch3.adb: Minor reformatting
      
      From-SVN: r138776
      Thomas Quinot committed
    • g-comlin.adb (Define_Switch, [...]): New. · f9325b03
      2008-08-06  Jerome Lambourg  <lambourg@adacore.com>
      
      	* g-comlin.adb (Define_Switch, Get_Switches): New.
      	(Can_Have_Parameter, Require_Parameter, Actual_Switch): New, used when
      	ungrouping switches.
      	(For_Each_Simple_Switch): Allow more control over parameters handling.
      	This generic method now allows ungrouping of switches with parameters
      	and switches with more than one letter after the prefix.
      	(Set_Command_Line): Take care of switches that are prefixed with a
      	switch handling parameters without delimiter (-gnatya and -gnaty3 for
      	example).
      	(Add_Switch, Remove_Switch): Handle parameters possibly present inside
      	a group, as in gnaty3aM80 (3 and 80 are parameters). Report status of
      	the operation.
      	(Start, Alias_Switches, Group_Switches): Take care of parameters
      	possibly present inside a group.
      
      	* g-comlin.ads (Define_Switch): New method used to define a list of
      	expected switches, that are necessary for correctly ungrouping switches
      	with more that one character after the prefix.
      	(Get_Switches): Method that builds a getopt string from the list of
      	switches as set previously by Define_Switch.
      	(Add_Switch, Remove_Switch): New versions of the methods, reporting the
      	status of the operation. Also allow the removal of switches with
      	parameters only.
      	(Command_Line_Configuration_Record): Maintain a list of expected
      	switches.
      
      From-SVN: r138775
      Arnaud Charlet committed
    • sem.adb: Minor rewording (comment) · 1c5a12b4
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
      
      	* sem.adb: Minor rewording (comment)
      
      From-SVN: r138774
      Thomas Quinot committed
    • sem_ch3.adb (Find_Type_Name): protect against duplicate incomplete declaration for the same type. · d4429d51
      2008-08-06  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb (Find_Type_Name): protect against duplicate incomplete
      	declaration for the same type.
      
      From-SVN: r138773
      Ed Schonberg committed
    • g-awk.adb (Finalize): Do not use directly objects of the type in the… · dbe01631
      g-awk.adb (Finalize): Do not use directly objects of the type in the finalization routine to prevent...
      
      2008-08-06  Ed Schonberg  <schonberg@adacore.com>
      
      	* g-awk.adb (Finalize): Do not use directly objects of the type in the
      	finalization routine to prevent elaboration order anomalies in new
      	finalization scheme.
      
      From-SVN: r138772
      Ed Schonberg committed
    • s-stausa.adb (Fill_Stack): Fixed pragma assert and top pattern mark in the case… · 4dd80bb7
      s-stausa.adb (Fill_Stack): Fixed pragma assert and top pattern mark in the case of an empty pattern size.
      
      2008-08-06  Quentin Ochem  <ochem@adacore.com>
      
      	* s-stausa.adb (Fill_Stack): Fixed pragma assert and top pattern mark
      	in the case of an empty pattern size.
      	(Compute_Result): Do not do any computation in the case of an empty
      	pattern size.
      	(Report_Result): Fixed computation of the overflow guard.
      
      From-SVN: r138771
      Quentin Ochem committed
    • gnat_ugn.texi: Document compiler switch -gnateG · 1a9a686e
      2008-08-06  Vincent Celier  <celier@adacore.com>
      
      	* gnat_ugn.texi: Document compiler switch -gnateG
      
      From-SVN: r138770
      Vincent Celier committed
    • xnmake.adb: Use new XUtil package for platform independent text output. · 3d7b4658
      2008-08-06  Thomas Quinot  <quinot@adacore.com>
      
      	* xnmake.adb: Use new XUtil package for platform independent text
      	output.
      
      From-SVN: r138769
      Thomas Quinot committed
    • decl.c (gnat_to_gnu_param): Force 32bit descriptor if TARGET_MALLOC64 clear. · f0a631aa
      2008-08-06  Doug Rupp  <rupp@adacore.com>
      
      	* gcc-interface/decl.c (gnat_to_gnu_param): Force 32bit descriptor if
      	TARGET_MALLOC64 clear.
      
      	* gcc-interface/utils2.c (build_call_alloc_dealloc): Force 32bit malloc
      	if TARGET_MALLOC64 clear.
      
      	* gcc-interface/gigi.h (TARGET_ABI_OPEN_VMS): Move here from utils2.c
      	(TARGET_MALLC64): New macro. Default to clear.
      
      From-SVN: r138768
      Doug Rupp committed
    • 2008-08-06 Doug Rupp <rupp@adacore.com> · 31fcb30f
      	* gcc-interface/utils2.c (snames.h) Include
      	(TARGET_ABI_OPEN_VMS): Initialize.
      	(build_call_alloc_dealloc); [TARGET_ABI_OPEN_VMS] Allocate on 32bit heap
      	for Convention C.
      
      From-SVN: r138767
      Doug Rupp committed
    • exp_disp (Expand_Interface_Conversion): Freeze the entity associated with the… · ea08fcdc
      exp_disp (Expand_Interface_Conversion): Freeze the entity associated with the target interface before expanding the...
      
      2008-08-06  Javier Miranda  <miranda@adacore.com>
      
      	* exp_disp (Expand_Interface_Conversion): Freeze the entity associated
      	with the target interface before expanding the code of the interface
      	conversion.
      
      From-SVN: r138766
      Arnaud Charlet committed
    • sem_ch3.adb (Process_Discriminants): diagnose redundant or improper null… · fa961f76
      sem_ch3.adb (Process_Discriminants): diagnose redundant or improper null exclusion in a discriminant declaration
      
      2008-08-06  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb (Process_Discriminants): diagnose redundant or improper
      	null exclusion in a discriminant declaration
      
      	* sem_ch8.adb (Analyze_Object_Renaming): diagnose null exclusion
      	indicators when type is not an access type.
      
      	* sem_ch12.adb (Formal_Object_Declaration): diagnose null exclusion
      	indicators when type is not an access type.
      
      From-SVN: r138765
      Ed Schonberg committed
    • predict.c (maybe_hot_frequency_p): When profile is absent, all frequencies might be hot. · c3702ff9
      	* predict.c (maybe_hot_frequency_p): When profile is absent, all
      	frequencies might be hot.
      
      From-SVN: r138764
      Jan Hubicka committed