1. 23 Jun, 2009 20 commits
    • [multiple changes] · 14e33999
      2009-06-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_res.adb (Valid_Conversion, Full_Designated_Type): Use
      	Available_View only when designated type of an anonymous access type
      	is  limited view.
      
      2009-06-23  Robert Dewar  <dewar@adacore.com>
      
      	* sem_ch10.adb: Minor reformatting
      
      	* gnat1drv.adb (Adjust_Global_Switches): New procedure (take care of
      	turning off inlining if ASIS mode active).
      	
      	* switch-c.adb: Remove fiddling with Inspector_Mode and ASIS_Mode
      	This belongs in gnat1drv.adb after switches are scanned.
      
      From-SVN: r148846
      Arnaud Charlet committed
    • * sdbout.c (sdbout_one_type): Fix braces in switch. · b6d83244
      From-SVN: r148845
      Rainer Orth committed
    • sem_attr.adb: Add with and use clauses for Sem_Ch10. · c0985d4e
      2009-06-23  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* sem_attr.adb: Add with and use clauses for Sem_Ch10.
      	(Check_Not_Incomplete_Type): Minor reformatting. Retrieve the root type
      	when dealing with class-wide types. Detect a legal shadow entity and
      	retrieve its non-limited view.
      
      	* sem_ch10.adb (Has_With_Clause): Move the spec and body of the
      	subprogram to top package level from Intall_Limited_Withed_Unit.
      	(Install_Limited_Withed_Unit): Remove spec and body of Has_With_Clause.
      	Add check which prevents the installation of a limited view if the
      	non-limited view is already visible through a with clause.
      	(Is_Legal_Shadow_Entity_In_Body): New routine. Detect a residual, but
      	legal shadow entity which may occur in subprogram formals of anonymous
      	access type.
      
      	* sem_ch10.ads (Is_Legal_Shadow_Entity_In_Body): New routine.
      
      	* sem_ch3.adb (Access_Definition): Remove the propagation of flag
      	From_With_Type from the designated type to the generated anonymous
      	access type. Remove associated comment.
      
      	* sem_res.adb Add with and use clauses for Sem_Ch10.
      	(Full_Designated_Type): Detect a legal shadow entity and retrieve its
      	non-limited view. Since the shadow entity may replace a regular
      	incomplete type, return the available full view.
      
      From-SVN: r148844
      Hristian Kirtchev committed
    • [multiple changes] · 0d354370
      2009-06-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch10.adb (Remove_Limited_With_Clause): Clean up code that handles
      	incomplete type declarations. Previous code was potentially quadratic
      	in the number of visible declarations in any package appearing in a
      	limited_with_clause.
      
      2009-06-23  Robert Dewar  <dewar@adacore.com>
      
      	* prj-conf.ads, prj-part.adb, prj-proc.adb, prj-proc.ads, sem_ch8.adb,
      	xref_lib.adb: Minor reformatting
      
      From-SVN: r148843
      Arnaud Charlet committed
    • a-stzhas.adb: Provide dummy body to avoid build problems with old versions which did have a... · 85b7d482
      2009-06-23  Robert Dewar  <dewar@adacore.com>
      
      	* a-stzhas.adb: Provide dummy body to avoid build problems with old
      	versions which did have a body for this unit.
      
      From-SVN: r148842
      Robert Dewar committed
    • tree-ssa-structalias.c (struct variable_info): Add is_global_var member. · 0bbf2ffa
      2009-06-23  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-structalias.c (struct variable_info): Add is_global_var
      	member.
      	(var_anything, anything_tree, var_nothing, nothing_tree, var_readonly,
      	readonly_tree, var_escaped, escaped_tree, var_nonlocal, nonlocal_tree,
      	var_callused, callused_tree, var_storedanything, storedanything_tree,
      	var_integer, integer_tree): Remove global variables.
      	(new_var_info): Do not pass new id, append the new var to the
      	global variable vector.
      	(do_ds_constraint): Use is_global_var member of the variable-info.
      	(new_scalar_tmp_constraint_exp): Adjust.
      	(create_function_info_for): Likewise.
      	(create_variable_info_for): Likewise.
      	(find_what_var_points_to): Remove dead code.
      	(init_base_vars): Simplify.
      	(compute_points_to_sets): Adjust.
      
      From-SVN: r148841
      Richard Guenther committed
    • [multiple changes] · efc81a89
      2009-06-23  Vincent Celier  <celier@adacore.com>
      
      	* prj-attr.adb: Attribute names Initial_Required_Switches and
      	Final_Required_Switches changed to Leading_Required_Switches and
      	Trailing_Required_Switches.
      
      	* prj-nmsc.adb (Process_Compiler): Attribute names
      	Initial_Required_Switches and Final_Required_Switches changed to
      	Leading_Required_Switches and Trailing_Required_Switches.
      
      	* prj.ads (Language_Config): Component Initial_Required_Switches and
      	Final_Required_Switches changed to Leading_Required_Switches and
      	Trailing_Required_Switches.
      
      	* snames.ads-tmpl: Remove standard names Initial_Required_Switches and
      	Final_Required_Switches; add standard names Leading_Required_Switches
      	and Trailing_Required_Switches.
      
      2009-06-23  Thomas Quinot  <quinot@adacore.com>
      
      	* prj-conf.adb: Minor reformatting
      
      	* xref_lib.adb: Minor cleanup
      
      From-SVN: r148840
      Arnaud Charlet committed
    • [multiple changes] · 1290ef14
      2009-06-23  Emmanuel Briot  <briot@adacore.com>
      
      	* prj-proc.adb, prj-proc.ads, prj-nmsc.adb, prj-nmsc.ads, prj-conf.adb,
      	prj-conf.ads (Check_Configuration): New parameter
      	Compiler_Driver_Mandatory.
      
      2009-06-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch10.adb (Analyze_With_Clause): If a subprogram instance in the
      	context of the current unit has an inline pragma, the instance is not
      	rewritten as the declaration of the package wrapper. Handle both
      	possibilities when retrieving the visible subprogram that renames the
      	instantiation itself.
      
      From-SVN: r148839
      Arnaud Charlet committed
    • [multiple changes] · d6a24cdb
      2009-06-23  Javier Miranda  <miranda@adacore.com>
      
      	* exp_ch4.adb (Displace_Allocator_Pointer, Expand_N_Allocator): Handle
      	designated types referencing entities from the limited view.
      
      2009-06-23  Matthew Gingell  <gingell@adacore.com>
      
      	* a-stzhas.ads, a-szfzha.ads: Fix typo.
      
      	* Makefile.rtl: Ada.Strings.Wide_Wide_Fixed.Wide_Wide_Hash depends on
      	Ada.Strings.Wide_Wide_Hash. So we need to include a-stzhas in
      	the list of RTS files.
      
      2009-06-23  Thomas Quinot  <quinot@adacore.com>
      
      	* ali.adb: Minor reformatting
      
      2009-06-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch8.adb: Improve error message.
      
      2009-06-23  Emmanuel Briot  <briot@adacore.com>
      
      	* prj-nmsc.adb: Minor reformating
      
      	* prj-conf.adb, prj-conf.ads: Remove use of Osint.Fail everywhere
      	(Do_Autoconf): accepts an empty Normalized_Hostname
      	(Process_Project_And_Apply_Config): New subprogram
      	(Parse_Project_And_Apply_Config): On_Load_Config now applies to the
      	project tree rather than the project view.
      
      	* prj-part.adb, prj.ads (Project_Qualifier): New possible value
      	Configuration.
      
      From-SVN: r148838
      Arnaud Charlet committed
    • [multiple changes] · f91c36dc
      2009-06-23  Robert Dewar  <dewar@adacore.com>
      
      	* s-strhas.adb, s-strhas.ads: Restrict to 32-bit modular types
      
      	* s-imgdec.adb (Set_Decimal_Digits): Fix error of too many digits for
      	small values
      
      	* prj-conf.ads: Minor reformatting
      
      	* prj-conf.adb: Minor reformatting
      
      2009-06-23  Vasiliy Fofanov  <fofanov@adacore.com>
      
      	* g-debpoo.adb (Dump_Gnatmem): Output dummy timestamps for allocations
      	to correspond to the log format that gnatmem now expects.
      
      2009-06-23  Vincent Celier  <celier@adacore.com>
      
      	* prj-attr.adb: New attributes Initial_Required_Switches,
      	Final_Required_Switches and Object_File_Switches
      	
      	* prj-nmsc.adb (Process_Compiler): Process new attributes
      	Name_Final_Required_Switches, Name_Initial_Required_Switches and
      	Name_Object_File_Switches.
      
      	* prj.ads (Language_Config): New component
      	Compiler_Initial_Required_Switches (replace Compiler_Required_Switches),
      	Compiler_Final_Required_Switches and Object_File_Switches.
      
      	* snames.ads-tmpl: New standard names Initial_Required_Switches,
      	Final_Required_Switches and Object_File_Switches
      
      From-SVN: r148837
      Arnaud Charlet committed
    • [multiple changes] · 35262047
      2009-06-23  Pascal Obry  <obry@adacore.com>
      
      	* s-strhas.adb, s-strhas.ads: Minor reformatting.
      
      2009-06-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch10.adb (Install_Limited_Withed_Unit): a null procedure does
      	not indicate that the enclosing unit needs a body.
      
      From-SVN: r148836
      Arnaud Charlet committed
    • prj-conf.ads, [...]: New files part of the project manager. · abe19d88
      2009-06-23  Emmanuel Briot  <briot@adacore.com>
      
      	* prj-conf.ads, prj-conf.adb: New files part of the project manager.
      
      From-SVN: r148835
      Emmanuel Briot committed
    • sem_ch3.adb (Derive_Subprogram): If the inherited subprogram is a primitive… · af268547
      sem_ch3.adb (Derive_Subprogram): If the inherited subprogram is a primitive equality include it with its source...
      
      2009-06-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb (Derive_Subprogram): If the inherited subprogram is a
      	primitive equality include it with its source name even if the
      	operation is currently invisible, to make sure that the corresponding
      	slot in the dispatch table is reserved for the internal equality
      	subsequently generated during expansion.
      
      From-SVN: r148834
      Ed Schonberg committed
    • * Makefile.rtl, a-stwiha.adb: Add a-stwiha.adb back. · a3e3b8da
      From-SVN: r148833
      Matthew Gingell committed
    • MAINTAINERS: Added my name to write-after-approval list. · 1da52d4a
      2009-06-23  Li Feng  <nemokingdom@gmail.com>
      
      	* MAINTAINERS: Added my name to write-after-approval list.
      
      From-SVN: r148831
      Li Feng committed
    • combine.c (try_combine): Dump information about the insns we're combining. · 28a5fb2e
      	* combine.c (try_combine): Dump information about the insns we're
      	combining.
      
      From-SVN: r148828
      Adam Nemet committed
    • combine.c (combine_simplify_rtx): Remove TRULY_NOOP_TRUNCATION check when… · cfb8805e
      combine.c (combine_simplify_rtx): Remove TRULY_NOOP_TRUNCATION check when calling force_to_mode on TRUNCATE's operand.
      
      	* combine.c (combine_simplify_rtx): Remove TRULY_NOOP_TRUNCATION
      	check when calling force_to_mode on TRUNCATE's operand.
      
      testsuite/
      	* gcc.target/mips/truncate-3.c: New test.
      
      From-SVN: r148827
      Adam Nemet committed
    • Delete bad entry. · 2fc61b4b
      From-SVN: r148826
      Jerry DeLisle committed
    • Daily bump. · a0c57999
      From-SVN: r148825
      GCC Administrator committed
    • re PR fortran/40508 (memory leak in internal write of gfortran) · 573cbcb9
      2009-06-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libfortran/40508
      	* io/format.c: Don't save parsed format data for internal units.
      
      From-SVN: r148823
      Jerry DeLisle committed
  2. 22 Jun, 2009 20 commits