1. 24 Apr, 2009 40 commits
    • [multiple changes] · 3563739b
      2009-04-24  Emmanuel Briot  <briot@adacore.com>
      
      	* prj-proc.adb, make.adb, mlib-prj.adb, prj.adb, prj.ads, clean.adb,
      	prj-nmsc.adb, prj-env.adb (Project_List_Table, Project_Element):
      	removed. Lists of projects are now implemented via standard malloc
      	rather than through the table.
      
      2009-04-24  Thomas Quinot  <quinot@adacore.com>
      
      	* sem_ch12.adb: Minor reformatting
      
      	* g-trasym.adb: Minor reformatting
      
      	* exp_ch6.adb: Minor reformatting
      
      2009-04-24  Robert Dewar  <dewar@adacore.com>
      
      	* layout.adb (Layout_Type): For packed array type, copy unset
      	size/alignment fields from the referenced Packed_Array_Type.
      
      2009-04-24  Bob Duff  <duff@adacore.com>
      
      	* lib-load.adb (Make_Instance_Unit): Revert previous change, no
      	longer needed after sem_ch12 changes.
      
      	* sem.adb (Walk_Library_Items): Include with's in some debugging
      	printouts.
      
      From-SVN: r146727
      Arnaud Charlet committed
    • Minor reformatting. · 806b956f
      From-SVN: r146726
      Arnaud Charlet committed
    • [multiple changes] · 757240b3
      2009-04-24  Emmanuel Briot  <briot@adacore.com>
      
      	* prj.ads, prj-nmsc.adb (Unit_Project): removed, since in fact we were
      	only ever using the Project field.
      
      2009-04-24  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch12.adb (Build_Instance_Compilation_Unit_Nodes): Do not set
      	Body_Required on the generated compilation node. The new node is linked
      	to its body, but both share the same file, so we do not set this flag
      	on the new unit so as not to create a spurious dependency on a
      	non-existent body in the ali file for the instance.
      
      2009-04-24  Robert Dewar  <dewar@adacore.com>
      
      	* make.adb: Minor reformatting
      
      From-SVN: r146725
      Arnaud Charlet committed
    • [multiple changes] · aca53298
      2009-04-24  Emmanuel Briot  <briot@adacore.com>
      
      	* prj.adb, prj.ads, prj-nmsc.adb (Check_File, Record_Ada_Source,
      	Add_Source): merge some code between those. In particular change where
      	file normalization is done to avoid a few extra calls to
      	Canonicalize_File_Name. This also removes the need for passing
      	Current_Dir in a number of subprograms.
      
      2009-04-24  Bob Duff  <duff@adacore.com>
      
      	* lib-load.adb (Make_Instance_Unit): In the case where In_Main is
      	False, assign the correct unit to the Cunit field of the new table
      	entry. We want the spec unit, not the body unit.
      
      	* rtsfind.adb (Make_Unit_Name, Maybe_Add_With): Simplify calling
      	interface for these.
      	(Maybe_Add_With): Check whether we're trying to a with on the current
      	unit, and avoid creating such directly self-referential with clauses.
      	(Text_IO_Kludge): Add implicit with's for the generic pseudo-children of
      	[[Wide_]Wide_]Text_IO. These are needed for Walk_Library_Items,
      	and matches existing comments in the spec.
      
      	* sem.adb (Walk_Library_Items): Add various special cases to make the
      	assertions pass.
      
      	* sem_ch12.adb (Build_Instance_Compilation_Unit_Nodes): Use Body_Cunit
      	instead of Parent (N), for uniformity.
      
      From-SVN: r146724
      Arnaud Charlet committed
    • (pragma Source_File_Name): add missing documentation for the Index · e211f859
       argument.
      
      From-SVN: r146723
      Arnaud Charlet committed
    • [multiple changes] · 6db828c3
      2009-04-24  Robert Dewar  <dewar@adacore.com>
      
      	* errout.ads: Minor reformatting
      
      2009-04-24  Emmanuel Briot  <briot@adacore.com>
      
      	* gnat_ugn.texi (Library Projects): add documentation on gnatmake's
      	behavior when the project includes sources from multiple languages
      
      2009-04-24  Vincent Celier  <celier@adacore.com>
      
      	* prj.adb (Has_Foreign_Sources): Returns True in Ada_Only mode if there
      	is a language other than Ada declared.
      
      	* makeutl.adb (Linker_Options_Switches): Call For_All_Projects with
      	Imported_First set to True.
      
      From-SVN: r146722
      Arnaud Charlet committed
    • gengtype-parse.c (parse_error): Add newline after message. · ad58aabe
      
      	* gengtype-parse.c (parse_error): Add newline after message.
      
      From-SVN: r146721
      Diego Novillo committed
    • [multiple changes] · a7a3cf5c
      2009-04-24  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_res.adb: additional optimization to inhibit creation of
      	redundant transient scopes.
      
      2009-04-24  Bob Duff  <duff@adacore.com>
      
      	* rtsfind.ads: Minor comment fix
      
      2009-04-24  Emmanuel Briot  <briot@adacore.com>
      
      	* prj-proc.adb, prj-nmsc.adb (Find_Ada_Sources,
      	Get_Path_Name_And_Record_Ada_Sources): merged, since these were
      	basically doing the same work (for explicit or implicit sources).
      	(Find_Explicit_Sources): renamed to Find_Sources to better reflect its
      	role. Rewritten to share some code (testing that all explicit sources
      	have been found) between ada_only and multi_language modes.
      
      2009-04-24  Jerome Lambourg  <lambourg@adacore.com>
      
      	* sem_prag.adb (Check_Form_Of_Interface_Name): Allow space in Ext_Name
      	for CLI imported types.
      	(Analyze_Pragma): Allow CIL or Java imported functions returning
      	access-to-subprogram types.
      
      From-SVN: r146720
      Arnaud Charlet committed
    • 2009-04-24 Emmanuel Briot <briot@adacore.com> · 2324b3fd
      	* make.adb, prj.adb, prj.ads, makeutl.adb, makeutl.ads:
      	(Project_Data.Dir_Path): field removed, since it can be computed
      	directly from .Directory, and is needed only once when processing the
      	project is buildgpr.adb or make.adb
      
      From-SVN: r146719
      Emmanuel Briot committed
    • Minor reformatting. · 74744c7b
      From-SVN: r146718
      Arnaud Charlet committed
    • prj-env.adb, [...]: Minor reformatting. · 8eaf1723
      2009-04-24  Robert Dewar  <dewar@adacore.com>
      
      	* prj-env.adb, prj-proc.adb, prj.adb, prj.ads,
      	rtsfind.adb: Minor reformatting.
      	Minor code reorganization
      
      From-SVN: r146717
      Robert Dewar committed
    • sse.md (avxmodesuffixs): Removed. · 879a4a01
      2009-04-24  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* config/i386/sse.md (avxmodesuffixs): Removed.
      	(*avx_pinsr<avxmodesuffixs>): Renamed to ...
      	(*avx_pinsr<ssevecsize>): This.
      
      From-SVN: r146716
      H.J. Lu committed
    • [multiple changes] · 04f33e7b
      2009-04-24  Arnaud Charlet  <charlet@adacore.com>
      
      	* mlib-prj.adb: Use friendlier english identifier.
      
      	* gnatcmd.adb, make.adb: Use better english identifiers.
      
      2009-04-24  Robert Dewar  <dewar@adacore.com>
      
      	* clean.adb: Minor reformatting
      
      From-SVN: r146715
      Arnaud Charlet committed
    • einfo.adb (OK_To_Rename): New flag · d1f453b7
      2009-04-24  Robert Dewar  <dewar@adacore.com>
      
      	* einfo.adb (OK_To_Rename): New flag
      
      	* einfo.ads (OK_To_Rename): New flag
      
      	* exp_ch3.adb (Expand_N_Object_Declaration): Rewrite as renames if
      	OK_To_Rename set.
      
      	* exp_ch4.adb (Expand_Concatenate): Mark temp variable OK_To_Rename
      
      	* sem_ch7.adb (Uninstall_Declarations): Allow for renames from
      	OK_To_Rename.
      
      From-SVN: r146714
      Robert Dewar committed
    • loop-iv.c (simple_rhs_p): Allow expressions that are function_invariant_p. · ce72fe6c
      	* loop-iv.c (simple_rhs_p): Allow expressions that are
      	function_invariant_p.
      
      From-SVN: r146701
      Bernd Schmidt committed
    • loop-iv.c (replace_single_def_regs): Look for REG_EQUAL notes... · f63426af
      	* loop-iv.c (replace_single_def_regs): Look for REG_EQUAL notes;
      	follow chains of regs with a single definition, and allow expressions
      	that are function_invariant_p.
      
      From-SVN: r146700
      Bernd Schmidt committed
    • prj-proc.adb, [...] (Project_Data.Seen): field removed. · 8b9890fa
      2009-04-24  Emmanuel Briot  <briot@adacore.com>
      
      	* prj-proc.adb, make.adb, mlib-prj.adb, prj.adb, prj.ads, makeutl.adb,
      	clean.adb, prj-nmsc.adb, prj-env.adb, prj-env.ads (Project_Data.Seen):
      	field removed. This is not a property of the
      	project, just a boolean used to traverse the project tree, and storing
      	it in the structure prevents doing multiple traversal in parallel.
      	(Project_Data.Checked): also removed, since it was playing the same role
      	as Seen when we had two nested loops, and this is no longer necessary
      	(For_All_Imported_Projects): removed, since in fact there was already
      	the equivalent in For_Every_Project_Imported. The latter was rewritten
      	to use a local hash table instead of Project_Data.Seen
      	Various loops were rewritten to use For_Every_Project_Imported, thus
      	removing the need for Project_Data.Seen. This avoids a lot of code
      	duplication
      
      From-SVN: r146699
      Emmanuel Briot committed
    • [multiple changes] · 76e776e5
      2009-04-24  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_res.adb (Resolve_Actuals): Do not create blocks around code
      	statements, even though the actual of the call is a concatenation,
      	because the argument is static, and we want to preserve warning
      	messages  about sequences of code statements that are not marked
      	volatile.
      
      	* sem_warn.adb: remove obsolete comment about warning being obsolete
      
      	* s-tasren.adb (Task_Do_Or_Queue): If a timed entry call is being
      	requeued and the delay has expired while within the accept statement
      	that executes the requeue, do not perform the requeue and indicate that
      	the timed call has been aborted.
      
      2009-04-24  Emmanuel Briot  <briot@adacore.com>
      
      	* mlib-prj.adb, prj.adb, prj.ads, prj-nmsc.adb, prj-env.adb
      	(Has_Ada_Sources, Has_Foreign_Sources): new subprograms
      	(Project_Data.Ada_Sources_Present, Foreign_Sources_Present): removed,
      	since they can be computed from the above.
      
      From-SVN: r146698
      Arnaud Charlet committed
    • Minor reformatting. · e3dd53ec
      From-SVN: r146697
      Arnaud Charlet committed
    • gnatcmd.adb: Call Prj.Env.Initialize with the Project_Tree · 481f29eb
      2009-04-24  Vincent Celier  <celier@adacore.com>
      
      	* gnatcmd.adb: Call Prj.Env.Initialize with the Project_Tree
      
      	* prj-env.adb: Move all global variables to the private part of the
      	project tree data.
      	Access these new components instead of the global variables no longer
      	in existence.
      	(Add_To_Path): New Project_Tree_Ref parameter, to access the new
      	components that were previously global variables.
      
      	* prj-env.ads (Initialize): New Project_Tree_Ref parameter
      	(Set_Mapping_File_Initial_State_To_Empty): New Project_Tree_Ref
      	parameter.
      
      	* prj-nmsc.adb (Compute_Unit_Name): New Project_Tree_Ref parameter to
      	be able to call Set_Mapping_File_Initial_State_To_Empty with it.
      
      	* prj.adb (Initialize): Do not call Prj.Env.Initialize
      	(Reset): Do not call Prj.Env.Initialize. Instead, initialize the new
      	components in the private part of the project tree data.
      
      	* prj.ads (Private_Project_Tree_Data): new components moved from
      	Prj.Env: Current_Source_Path_File, Current_Object_Path_File,
      	Ada_Path_Buffer, Ada_Path_Length, Ada_Prj_Include_File_Set,
      	Ada_Prj_Objects_File_Set, Fill_Mapping_File.
      
      From-SVN: r146696
      Vincent Celier committed
    • re PR middle-end/39867 (Wrong result of conditional operator exp < 2 ? 2U : (unsigned int) exp) · 30349c74
      2009-04-24  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR middle-end/39867
      	* fold-const.c (fold_cond_expr_with_comparison): When folding
      	> and >= to MAX, make sure the MAX uses the same type as the
      	comparison operands.
      
      testsuite:
      2009-04-24  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR middle-end/39867
      	* gcc.dg/pr39867.c: New.
      
      From-SVN: r146695
      Paolo Bonzini committed
    • frv.c (frv_frame_access): Do not use reg+reg addressing for DImode accesses. · 8d8256c1
              * config/frv/frv.c (frv_frame_access): Do not use reg+reg
              addressing for DImode accesses.
              (frv_print_operand_address): Handle PLUS case.
              * config/frv/frv.h (FIXED_REGISTERS): Mark link register as
              fixed.
      
      From-SVN: r146694
      Nick Clifton committed
    • [multiple changes] · c54ab0b5
      2009-04-24  Vincent Celier  <celier@adacore.com>
      
      	* opt.ads (Unchecked_Shared_Lib_Imports): New Boolean flag.
      
      	* prj-nmsc.adb (Check_Library): No error for imports by shared library
      	projects, when --unchecked-shared-lib-imports is used.
      
      2009-04-24  Robert Dewar  <dewar@adacore.com>
      
      	* sem_ch7.adb: Minor reformatting
      
      From-SVN: r146693
      Arnaud Charlet committed
    • [multiple changes] · b3520ca0
      2009-04-24  Tristan Gingold  <gingold@adacore.com>
      
      	* s-osinte-darwin.adb, s-osinte-darwin.ads: lwp_self now returns the
      	mach thread id.
      
      2009-04-24  Emmanuel Briot  <briot@adacore.com>
      
      	* prj-env.adb, prj-env.ads (Body_Path_Name_Of, Spec_Path_Name_Of,
      	Path_Name_Of_Library_Unit_Body): rEmove unused subprograms.
      	(For_All_Imported_Projects): new procedure
      	(For_All_Source_Dirs, For_All_Object_Dirs): Rewritten based on the
      	above rather than duplicating code.
      
      From-SVN: r146692
      Arnaud Charlet committed
    • 2009-04-24 Emmanuel Briot <briot@adacore.com> · 5d07d0cf
      	* prj-proc.adb, prj.adb, prj.ads, prj-nmsc.adb, prj-env.adb
      	(Source_Id, Source_Data): use a real list to store sources rather than
      	using an external table to store the elements. This makes code more
      	efficient and more readable.
      
      From-SVN: r146691
      Emmanuel Briot committed
    • 2009-04-24 Emmanuel Briot <briot@adacore.com> · 5eed512d
      	* prj-proc.adb, prj.adb, prj.ads, prj-nmsc.adb, prj-env.adb
      	(Source_Iterator): new type.
              This removes the need for having the sources on three different
              lists at the project tree, project and language level. They are now
              on a single list.
      
      From-SVN: r146689
      Emmanuel Briot committed
    • gnatcmd.adb, [...]: Remove unused entities · 5876578b
      2009-04-24  Emmanuel Briot  <briot@adacore.com>
      
      	* gnatcmd.adb, prj.adb, prj.ads: Remove unused entities
      
      From-SVN: r146688
      Emmanuel Briot committed
    • sem_warn.adb: Add comment on obsolete warning · a9d17e32
      2009-04-24  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_warn.adb: Add comment on obsolete warning
      
      From-SVN: r146687
      Ed Schonberg committed
    • * prj.ads (Language_Ptr): Make a general access type. · fb891c87
      From-SVN: r146686
      Arnaud Charlet committed
    • s-tassta.adb (Create_Task): Fix violation of locking rule. · 144c034d
      2009-04-24  Arnaud Charlet  <charlet@adacore.com>
      
      	* s-tassta.adb (Create_Task): Fix violation of locking rule.
      
      From-SVN: r146685
      Arnaud Charlet committed
    • prj.adb, [...] (Language_Index): renamed to Language_Ptr to better reflect its new implementation. · e0697153
      2009-04-24  Emmanuel Briot  <briot@adacore.com>
      
      	* prj.adb, prj.ads, prj-nmsc.adb, prj-env.adb (Language_Index): renamed
      	to Language_Ptr to better reflect its new implementation.
      	(Project_Data.First_Languages_Processing): renamed to Languages now
      	that the field with that name is no longer used
      	(Project_Data.Languages): removed, no longer used, and duplicates
      	information already available through First_Language_Processing.
      	(Prj.Language_Index): now an actual pointer, instead of an index into
      	a table. This makes the list somewhat more obvious, but more importantly
      	removes the need to pass a pointer to the project_tree_data in a few
      	places, and makes accessing the attributes of a languages more
      	efficient.
      
      From-SVN: r146684
      Emmanuel Briot committed
    • array (at): Do not use builtin_expect. · e762c6f4
      	* include/tr1_impl/array (at): Do not use builtin_expect.
      	* include/ext/throw_allocator.h (allocate): Likewise.
      	* include/ext/pool_allocator.h (allocate): Likweise.
      	* include/ext/bitmap_allocator.h (allocate): Likewise.
      	* include/ext/rc_string_base.h (_S_construct): Likewise.
      	* include/ext/malloc_allocator.h (allocate): Likewise.
      	* include/ext/mt_allocator.h (allocate): Likewise.
      	* include/ext/sso_string_base.h (_M_construct): Likewise.
      	* include/bits/basic_string.tcc (_S_construct): Likewise.
      
      From-SVN: r146681
      Jan Hubicka committed
    • Fix nit · aa829fa1
      From-SVN: r146679
      Eric Botcazou committed
    • fe.h (Set_Identifier_Casing): Add const to second parameter. · 18e6d56a
      	* fe.h (Set_Identifier_Casing): Add const to second parameter.
      	* gcc-interface/misc.c (internal_error_function): Make copy of retur
      	from pp_formatted_text before assigning BUFFER to it.
      	(gnat_init): Likewise for main_input_filename and gnat_argv.
      	(gnat_printable_name): Remove cast from call to Set_Identifier_Casing.
      
      Co-Authored-By: Thomas Quinot <quinot@adacore.com>
      
      From-SVN: r146678
      Richard Kenner committed
    • re PR fortran/39861 (ICE with INTRINSIC in module: write_symbol(): bad module symbol) · 87526ff1
      2009-04-24  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/39861
      	PR fortran/39864
      	* symbol.c (gfc_copy_formal_args_intr): Set attr.flavor and attr.dummy
      	for the formal arguments.
      
      
      2009-04-24  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/39861
      	PR fortran/39864
      	* gfortran.dg/intrinsic_1.f90: New.
      
      From-SVN: r146677
      Janus Weil committed
    • Fix nits · e6e15ec9
      From-SVN: r146676
      Eric Botcazou committed
    • ttypes.ads (Target_Double_Float_Alignment): New variable. · caa9d12a
      	* ttypes.ads (Target_Double_Float_Alignment): New variable.
      	(Target_Double_Scalar_Alignment): Likewise.
      	* get_targ.ads (Get_Strict_Alignment): Adjust external name.
      	(Get_Double_Float_Alignment): New imported function.
      	(Get_Double_Scalar_Alignment): Likewise.
      	* layout.adb (Set_Elem_Alignment): Take into account specific caps for
      	the alignment of "double" floating-point types and "double" or larger
      	scalar types, as parameterized by Target_Double_Float_Alignment and
      	Target_Double_Scalar_Alignment respectively.
      	* gcc-interface/gigi.h (double_float_alignment): Declare.
      	(double_scalar_alignment): Likewise.
      	(is_double_float_or_array): Likewise.
      	(is_double_scalar_or_array): Likewise.
      	(get_target_double_float_alignment): Likewise.
      	(get_target_double_scalar_alignment): Likewise.
      	* gcc-interface/targtyps.c (get_strict_alignment): Rename into...
      	(get_target_strict_alignment): ...this.
      	(get_target_double_float_alignment): New function.
      	(get_target_double_scalar_alignment): Likewise.
      	* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>:
      	Test the presence of an alignment clause for under-aligned integer
      	types.  Take into account specific caps for the alignment of "double"
      	floating-point types and "double" or larger scalar types, as
      	parameterized by Target_Double_Float_Alignment and
      	Target_Double_Scalar_Alignment respectively.
      	(validate_alignment): Likewise.
      	* gcc-interface/trans.c (Attribute_to_gnu) <Attr_Alignment>: Likewise.
      	(gigi): Initialize double_float_alignment and double_scalar_alignment.
      	* gcc-interface/utils.c (double_float_alignment): New global variable.
      	(double_scalar_alignment): Likewise.
      	(is_double_float_or_array): New predicate.
      	(is_double_scalar_or_array): Likewise.
      
      From-SVN: r146675
      Eric Botcazou committed
    • utils2.c (build_cond_expr): Move SAVE_EXPR ahead of the conditional expression only if... · 1275de7d
      	* gcc-interface/utils2.c (build_cond_expr): Move SAVE_EXPR ahead of
      	the conditional expression only if it is common to both arms.
      
      From-SVN: r146673
      Eric Botcazou committed
    • gigi.h (build_call_alloc_dealloc): Update comment. · 6f61bd41
      	* gcc-interface/gigi.h (build_call_alloc_dealloc): Update comment.
      	* gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Pass correct
      	arguments to build_allocator.
      	* gcc-interface/utils2.c (build_call_alloc_dealloc): Update comment.
      	Remove code handling special allocator and assert its uselessness.
      
      From-SVN: r146671
      Eric Botcazou committed
    • decl.c (gnat_to_gnu_entity): If an alignment is specified, do not promote that… · 0d858698
      decl.c (gnat_to_gnu_entity): If an alignment is specified, do not promote that of the component type beyond it.
      
      	* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: If an
      	alignment is specified, do not promote that of the component type
      	beyond it.
      	<E_Array_Subtype>: Likewise.
      
      From-SVN: r146670
      Eric Botcazou committed