1. 15 Apr, 2009 22 commits
    • Refine previous change. · 507ed3fd
      From-SVN: r146099
      Arnaud Charlet committed
    • [multiple changes] · 8aec446b
      2009-04-15  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* a-calend.adb: Add new constant Nanos_In_Four_Years.
      	(Formatting_Operations.Time_Of): Change the way four year chunks of
      	nanoseconds are added to the intermediate result.
      
      2009-04-15  Nicolas Setton  <setton@adacore.com>
      
      	* sysdep.c: Add __APPLE__ in the list of systems where get_immediate
      	does not need to wait for a carriage return.
      
      2009-04-15  Tristan Gingold  <gingold@adacore.com>
      
      	* bindgen.adb: Do not generate adafinal if No_Finalization restriction
      	is set.
      
      2009-04-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* freeze.adb (Freeze_Entity): improve error message for improper use of
      	incomplete types.
      	Diagnose additional illegal uses of incomplete types in formal parts.
      	appearing in formal parts.
      
      	* sem_ch6.adb (Process_Formals, Analyze_Return_Type): ditto.
      
      2009-04-15  Robert Dewar  <dewar@adacore.com>
      
      	* exp_ch4.adb (Expand_N_Allocator): Install test for object too large.
      
      From-SVN: r146098
      Arnaud Charlet committed
    • adaint.c: Add function __gnat_lwp_self that retrieves the LWP of the current thread. · 442dd5fb
      2009-04-15  Nicolas Roche  <roche@adacore.com>
      
      	* adaint.c: Add function __gnat_lwp_self that retrieves the LWP of the
      	current thread.
      
      	* s-osinte-linux.ads: Import the __gnat_lwp_self function as lwp_self
      
      	* s-taprop-linux.adb (Enter_Task): Store the LWP in the TCB
      
      From-SVN: r146097
      Nicolas Roche committed
    • Make-lang.in: Update dependencies. · cbd8be94
              * gcc-interface/Make-lang.in: Update dependencies.
      
              * gcc-interface/Makefile.in: Fix VxWorks target pairs.
              Update xenomai target pairs.
      
      From-SVN: r146096
      Arnaud Charlet committed
    • [multiple changes] · 61bee0e3
      2009-04-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch4.adb: improve error message on exponentiation.
      
      2009-04-15  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* a-calend.adb: Move constant Epoch_Offset from package
      	Conversion_Operations to top level.
      	(Delay_Operations.To_Duration): Define a constant which represents
      	"end of time" and use it as a guard against very distant delay dates.
      	Protect the code against overflow when performing the origin shift to
      	Unix time.
      
      From-SVN: r146095
      Arnaud Charlet committed
    • [multiple changes] · 361effb1
      2009-04-15  Robert Dewar  <dewar@adacore.com>
      
      	* sem_prag.adb: Minor reformatting.
      
      	* sem_type.adb: Minor reformatting
      
      2009-04-15  Javier Miranda  <miranda@adacore.com>
      
      	* sem_ch6.adb (Analyze_Abstract_Subprogram_Declaration): Add missing
      	support to check eliminated subprograms.
      
      	* sem_elim.ads (Eliminate_Error_Msg): Update documentation.
      
      	* sem_elim.adb (Set_Eliminated): Add support for elimination of
      	dispatching subprograms.
      
      	* exp_disp.adb (Make_DT): Minor code cleanup when freezing primitive
      	operations. Initialize with "null" the slots of eliminated dispaching
      	primitives.
      	(Write_DT): Add output for eliminated primitives.
      
      	* sem_disp.adb (Check_Dispatching_Call): Check eliminated primitives.
      
      From-SVN: r146093
      Arnaud Charlet committed
    • rs6000.c (rs6000_init_builtins): Set TYPE_NAME of our distinct integral and vector types. · 5afaa917
      ./	* config/rs6000/rs6000.c (rs6000_init_builtins): Set TYPE_NAME of
      	our distinct integral and vector types.
      testsuite/
      	* g++.dg/ext/altivec-17.C: New.
      
      From-SVN: r146092
      Nathan Sidwell committed
    • [multiple changes] · f7ca1d04
      2009-04-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch8.adb (Use_One_Type): If both clauses appear on the same unit,
      	the second is redundant, regardless of scopes.
      
      2009-04-15  Vincent Celier  <celier@adacore.com>
      
      	* prj-nmsc.adb (Get_Directories): Check for sources before checking
      	the object directory as when there are no sources, they may not be any
      	object directory.
      
      	* make.adb (Gnatmake): Do not attempt to get the path name of the exec
      	directory, when there are no exec directory.
      
      2009-04-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_type.adb (Remove_Conversions): In order to resolve spurious
      	ambiguities, refine removal of universal interpretations from complex
      	expressions with literal arguments, when some numeric operators have
      	been declared abstract.
      
      2009-04-15  Ed Falis  <falis@adacore.com>
      
      	* init.c: Map SIGSEGV to Storage_Error for all targets for uniformity
      	and backward compatibility for targets using probing for stack overflow
      
      2009-04-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_prag.adb (Analyze_Pragma, case 'Obsolescent): Pragma is legal
      	after any declaration, including renaming declarations.
      
      From-SVN: r146091
      Arnaud Charlet committed
    • Make-lang.in: Update dependencies. · 4bffd4e0
              * gcc-interface/Make-lang.in: Update dependencies.
      
              * gcc-interface/Makefile.in: Fix VxWorks target pairs.
      
      From-SVN: r146090
      Arnaud Charlet committed
    • exp_ch4.adb (Expand_N_Allocator): Code cleanup. · a523b302
      2009-04-15  Javier Miranda  <miranda@adacore.com>
      
      	* exp_ch4.adb (Expand_N_Allocator): Code cleanup.
      
      	* sem_ch6.adb (Check_Anonymous_Return): Add missing support for
      	functions returning anonymous access to class-wide limited types. Mark
      	also the containing scope as a task master.
      
      	* sem_ch8.adb (Restore_Scope_Stack): Add missing management for
      	limited-withed packages. Required to restore their visibility after
      	processing packages associated with implicit with-clauses.
      
      	* exp_ch3.adb (Build_Class_Wide_Master): Avoid marking masters
      	associated with return statements because this work is now done by
      	Check_Anonymous_Return.
      	(Build_Master): Code cleanup.
      
      From-SVN: r146089
      Javier Miranda committed
    • sync1.ads: Fix error now flagged by gnat. · 6891bd6c
      	* gnat.dg/sync1.ads: Fix error now flagged by gnat.
      	* gnat.dg/specs/limited1.ads: Ditto.
      
      From-SVN: r146088
      Arnaud Charlet committed
    • class.c (build_vtbl_ref_1): Remove call to assemble_external. · 3b482fca
      2009-04-15  Rafael Avila de Espindola  <espindola@google.com>
      
      	* class.c (build_vtbl_ref_1): Remove call to assemble_external.
      	* init.c (build_vtbl_address): Remove call to assemble_external.
      
      From-SVN: r146087
      Rafael Avila de Espindola committed
    • [multiple changes] · e358346d
      2009-04-15  Thomas Quinot  <quinot@adacore.com>
      
      	* sem_warn.ads: Minor reformatting
      
      2009-04-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb: better error message for illegal interfaces
      
      	* sem_ch6.adb (Possible_Freeze): Delay freezing a subprogram if a
      	formal is an incomplete type from a limited_with clause.
      
      From-SVN: r146086
      Arnaud Charlet committed
    • prj-nmsc.adb (Locate_Directory): New Boolean parameter Externally_Built indicating if... · a9872a59
      2009-04-15  Vincent Celier  <celier@adacore.com>
      
      	* prj-nmsc.adb (Locate_Directory): New Boolean parameter
      	Externally_Built indicating if the project is externally built. If it
      	is, and --subdirs is specified, but the subdir does not exist, look
      	for the specified directory, without the subdir.
      
      From-SVN: r146085
      Vincent Celier committed
    • [multiple changes] · b8aadf01
      2009-04-15  Gary Dismukes  <dismukes@adacore.com>
      
      	* a-tasatt.adb: Fix typo, plus minor reformatting
      
      	* sem_ch3.ads: Add missing hyphen ("class wide" => "class-wide").
      
      	* sem_ch10.adb: Add missing hyphen ("use visible" => "use-visible").
      
      2009-04-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb (Analyze_Private_Extension_Declaration): Verify that a
      	private extension whose parent is a synchronized interface carries an
      	explicit synchronized keyword.
      
      From-SVN: r146084
      Arnaud Charlet committed
    • exp_smem.adb (Make_Shared_Var_Procs): For a protected type... · a808ba1b
      2009-04-15  Thomas Quinot  <quinot@adacore.com>
      
      	* exp_smem.adb (Make_Shared_Var_Procs): For a protected type,
      	instantiate generic shared object package with the corresponding
      	record type.
      
      From-SVN: r146083
      Thomas Quinot committed
    • [multiple changes] · e0568eec
      2009-04-15  Arnaud Charlet  <charlet@adacore.com>
      
      	* system-linux-sparc.ads: Remove obsolete entries.
      
      2009-04-15  Thomas Quinot  <quinot@adacore.com>
      
      	* s-tasuti.ads: Add ??? comment
      
      From-SVN: r146082
      Arnaud Charlet committed
    • sem_ch3.adb (Analyze_Type_Declaration): Create freeze node for access type even if... · 28450a75
      2009-04-15  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb (Analyze_Type_Declaration): Create freeze node for access
      	type even if the designated type comes from a limited_with clause, to
      	ensure that the symbol for the finalization list of the access type is
      	created.
      
      From-SVN: r146081
      Ed Schonberg committed
    • write.c (itoa): Rename back to gfc_itoa. · 4ff62609
             * io/write.c (itoa) : Rename back to gfc_itoa.
             (write_i): Adjust call to write_decimal.
             (write_integer):  Use gfc_itoa.
      
      From-SVN: r146079
      Danny Smith committed
    • diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins… · dab71827
      diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins for DK_ERROR and DK_WARNING.
      
      
      	* diagnostic.c (diagnostic_report_diagnostic): Do not
      	warn about loaded plugins for DK_ERROR and DK_WARNING.
      	* c-decl.c (declspecs_add_type): Move call to
      	invoke_plugin_callbacks ...
      	* c-parser.c (c_parser_declspecs): ... here.
      	* plugin.c (dump_active_plugins): Tidy output.
      
      cp/ChangeLog
      
      	* parser.c (cp_parser_type_specifier_seq): Move call to
      	invoke_plugin_callbacks ...
      	(cp_parser_type_specifier_seq): ... here.
      
      From-SVN: r146078
      Diego Novillo committed
    • spine.xml: Remove unused license entity, update copyright year. · f86ce601
      2009-04-14  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* doc/xml/spine.xml: Remove unused license entity, update
      	copyright year.
      
      	* doc/xml/manual/spine.xml: Markup for primary index terms.
      	* doc/xml/manual/numerics.xml: Same.
      	* doc/xml/manual/intro.xml: Same.
      	* doc/xml/manual/containers.xml: Same.
      	* doc/xml/manual/io.xml: Same.
      	* doc/xml/manual/appendix_porting.xml: Same.
      	* doc/xml/manual/utilities.xml: Same.
      	* doc/xml/manual/support.xml: Same.
      	* doc/xml/manual/localization.xml: Same.
      	* doc/xml/manual/strings.xml: Same.
      	* doc/xml/manual/extensions.xml: Same.
      	* doc/xml/manual/appendix_contributing.xml: Same.
      	* doc/xml/manual/diagnostics.xml: Same.
      	* doc/xml/manual/algorithms.xml: Same.
      	* doc/xml/manual/appendix_free.xml: Same.
      	* doc/xml/manual/iterators.xml: Same.
      
      	* doc/xml/gnu/gpl-3.0.xml: Fix xml markup regressions.
      	* doc/xml/gnu/fdl-1.2.xml: Same.
      
      	* doc/xml/manual/status_cxx200x.xml: Re-write.
      
      From-SVN: r146077
      Benjamin Kosnik committed
    • Daily bump. · 1d3f2ffc
      From-SVN: r146075
      GCC Administrator committed
  2. 14 Apr, 2009 14 commits
  3. 13 Apr, 2009 4 commits