1. 19 Dec, 2001 2 commits
    • jvm.h (_Jv_BuildGCDescr): Declare unconditionally. · 726abf5d
      	* include/jvm.h (_Jv_BuildGCDescr): Declare unconditionally.
      	* nogc.cc (_Jv_BuildGCDescr): Define unconditionally.
      
      From-SVN: r48169
      Bryce McKinlay committed
    • sem_res.adb (Resolve_Selected_Component): do not generate a discriminant check… · 6510f4c9
      sem_res.adb (Resolve_Selected_Component): do not generate a discriminant check if the selected component is a component...
      
      	* sem_res.adb (Resolve_Selected_Component): do not generate a
      	discriminant check if the selected component is a component of
      	the argument of an initialization procedure.
      
      	* trans.c (tree_transform, case of arithmetic operators): If result
      	type is private, the gnu_type is the base type of the full view,
      	given that the full view itself may be a subtype.
      
      	* sem_res.adb: Minor reformatting
      
      	* trans.c (tree_transform, case N_Real_Literal): Add missing third
      	parameter in call to Machine (unknown horrible effects from this
      	omission).
      
      	* urealp.h: Add definition of Round_Even for call to Machine
      	Add third parameter for Machine
      
      	* sem_warn.adb (Check_One_Unit): Suppress warnings completely on
      	predefined units in No_Run_Time mode.
      
      	* misc.c (insn-codes.h): Now include.
      
      	* a-except.adb: Preparation work for future integration of the GCC 3
      	exception handling mechanism
      	(Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
      	to factorize previous code sequences and make them externally callable,
      	e.g. for the Ada personality routine when the GCC 3 mechanism is used.
      	(Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
      	Use the new notification routines.
      
      	* prj-tree.ads (First_Choice_Of): Document the when others case
      
      	* bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
      	HI-E mode, in order to support Ravenscar profile properly.
      
      	* cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
      	mode on 32 bits targets.
      
      	* fmap.adb: Initial version.
      
      	* fmap.ads: Initial version.
      
      	* fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
      	If search is successfully done, add to mapping.
      
      	* frontend.adb: Initialize the mapping if a -gnatem switch was used.
      
      	* make.adb:
      	(Gnatmake): Add new local variable Mapping_File_Name.
      	 Create mapping file when using project file(s).
      	 Delete mapping file before exiting.
      
      	* opt.ads (Mapping_File_Name): New variable
      
      	* osint.adb (Find_File): Use path name found in mapping, if any.
      
      	* prj-env.adb (Create_Mapping_File): New procedure
      
      	* prj-env.ads (Create_Mapping_File): New procedure.
      
      	* switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
      	(Mapping_File)
      
      	* usage.adb: Add entry for new switch -gnatem.
      
      	* Makefile.in: Add dependencies for fmap.o.
      
      	* sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
      	is a package instantiation rewritten as a package body.
      	(Install_Withed_Unit): Undo previous change, now redundant.
      
      	* layout.adb:
      	(Compute_Length): Move conversion to Unsigned to callers.
      	(Get_Max_Size): Convert Len expression to Unsigned after calls to
      	Compute_Length and Determine_Range.
      	(Layout_Array_Type): Convert Len expression to Unsigned after calls to
      	Compute_Length and Determine_Range.
      	Above changes fix problem with length computation for supernull arrays
      	where Max (Len, 0) wasn't getting applied due to the Unsigned
      	conversion used by Compute_Length.
      
      	* rtsfind.ads:
      	(OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
      	 System.Secondary_Stack.
      	(OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
      	 in HI-E mode.
      	Remove unused entity RE_Exception_Data.
      
      	* rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
      
      	* rident.ads (No_Secondary_Stack): New restriction.
      
      From-SVN: r48168
      Geert Bosch committed
  2. 18 Dec, 2001 30 commits
  3. 17 Dec, 2001 8 commits
    • Makefile.in: Update dependencies. · 3b27886e
      	* Makefile.in: Update dependencies.
      	* c-lang.c: Remove unnecessary includes.
      	(deferred_fns, start_cdtor, finish_cdtor, defer_fn): Move to
      	c-objc-common.c.
      	(finish_file): Move body to c_common_finish_file.
      	* c-objc-common.c: Include varray.h and ggc.h.
      	(deferred_fns, start_cdtor, finish_cdtor, defer_fn,
      	expand_deferred_fns, c_objc_common_finish_file): Moved from c-lang.c.
      	(c_objc_common_init): Initialize deferred function array.
      	* c-tree.h (c_objc_common_finish_file,
      	static_ctors, static_dtors): New.
      objc:
      	* Make-lang.in: Update dependencies.
      	* objc/objc-act.c: Don't include varray.h.
      	(defer_fn, deferred_fns): Move to c-objc-common.c.
      	(objc_init): Similarly for initialization of it.
      	(finish_file): Move some to c-objc-common.c, use
      	c_objc_common_finish_file.
      
      From-SVN: r48134
      Neil Booth committed
    • prune.exp: New file · 9e78e45a
      2001-12-17  David Billinghurst <David.Billinghurst@riotinto.com>
      
      	libstdc++/5136
      	* testsuite/lib/prune.exp: New file
      	* testsuite/lib/libstdc++-v3-dg.exp: Use it
      
      From-SVN: r48133
      David Billinghurst committed
    • rs6000.c: Remove is_gpr_return_reg prototype. · ee540714
      2001-12-17  Aldy Hernandez  <aldyh@redhat.com>
      
              * config/rs6000/rs6000.c: Remove is_gpr_return_reg prototype.
      
      From-SVN: r48132
      Aldy Hernandez committed
    • * doc/cppinternals.texi: Update. · dee03828
      From-SVN: r48130
      Neil Booth committed
    • * gcc.c-torture/execute/20011217-1.c: New test. · 2d628c25
      From-SVN: r48129
      Jeff Law committed
    • expmed.c (emit_store_flag): Extract updated comparison code from the return… · 8f08e8c0
      expmed.c (emit_store_flag): Extract updated comparison code from the return value of compare_from_rtx.
      
              * expmed.c (emit_store_flag): Extract updated comparison code
              from the return value of compare_from_rtx.
              * expr.c (do_store_flag): Similarly.
      
      From-SVN: r48128
      Jeff Law committed
    • * make.adb: · 79503fdd
      	(Switches_Of): New function
      	(Test_If_Relative_Path): New procedure
      	(Add_Switches): Use new function Switches_Of
      	(Collect_Arguments_And_Compile): Use new function Switches_Of.
      	When using a project file, test if there are any relative
      	search path. Fail if there are any.
      	(Gnatmake): Only add switches for the primary directory when not using
      	a project file. When using a project file, change directory to the
      	object directory of the main project file. When using a project file,
      	test if there are any relative search path. Fail if there are any.
      	When using a project file, fail if specified executable is relative
      	path with directory information, and prepend executable, if not
      	specified as an absolute path, with the exec directory.  Make sure
      	that only one -o switch is transmitted to the linker.
      
      	* prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
      
      	* prj-nmsc.adb:
      	(Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
      	when using a non standard naming scheme.
      	(Check_Ada_Naming_Scheme): Make sure that error messages
      	do not raise exceptions.
      	(Is_Illegal_Append): Return True if there is no dot in the suffix.
      	(Language_Independent_Check): Check the exec directory.
      
      	* prj.adb (Project_Empty): Add new component Exec_Directory
      
      	* prj.ads:
      	(Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
      	(Project_Data): Add component Exec_Directory
      
      	* snames.adb: Updated to match snames.ads revision 1.215
      
      	* snames.ads: Added Exec_Dir
      
      	* make.adb: Minor reformatting
      
      	* prj-nmsc.adb: Minor reformatting
      
      	* snames.adb: Updated to match snames.ads
      
      	* snames.ads: Alphebetize entries for project file
      
      	* trans.c (process_freeze_entity): Do nothing if the entity is a
      	subprogram that was already elaborated.
      
      	* decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
      	and Esize if object is referenced via pointer.
      
      From-SVN: r48127
      Geert Bosch committed