1. 18 Dec, 2001 28 commits
  2. 17 Dec, 2001 12 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
    • sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant is discrete… · 855ff2e1
      sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant is discrete before analyzing choices.
      
      	* sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
      	is discrete before analyzing choices.
      
      	* bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
      	containing the name of the Ada Main Program. This string is mainly
      	intended for the debugger.
      	(Gen_Output_File_C): Do the equivalent change when generating a C file.
      
      	* ali.adb: Set new Dummy_Entry field in dependency entry
      
      	* ali.ads: Add Dummy_Entry field to source dependency table
      
      	* bcheck.adb (Check_Consistency): Ignore dummy D lines
      
      	* lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
      
      	* lib-writ.ads: Document dummy D lines for missing files.
      
      	* types.ads: (Dummy_Time_Stamp): New value for non-existant files
      
      From-SVN: r48126
      Geert Bosch committed
    • ali.adb: Type reference does not reset current file. · c1c22e7a
      	* ali.adb: Type reference does not reset current file.
      
      	* ali.adb: Recognize and scan renaming reference
      
      	* ali.ads: Add spec for storing renaming references.
      
      	* lib-xref.ads: Add documentation for handling of renaming references
      
      	* lib-xref.adb: Implement output of renaming reference.
      
      	* checks.adb:
      	(Determine_Range): Document local variables
      	(Determine_Range): Make sure Hbound is initialized. It looks as though
      	 there could be a real problem here with an uninitialized reference
      	 to Hbound, but no actual example of failure has been found.
      
      	* g-socket.ads:
      	Fix comment of Shutdown_Socket and Close_Socket. These functions
      	should not fail silently because if they are called twice, this
      	probably means that there is a race condition in the user program.
      	Anyway, this behaviour is consistent with the rest of this unit.
      	When an error occurs, an exception is raised with the error message
      	as exception message.
      
      From-SVN: r48125
      Geert Bosch committed
    • frontend.adb: Move call to Check_Unused_Withs from Frontend... · 7eb7bb07
      	* frontend.adb: Move call to Check_Unused_Withs from Frontend, so
      	that it happens before modification of Sloc values for -gnatD.
      
      	* gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
      	so that it happens before modification of Sloc values for -gnatD.
      
      	* switch.adb: Minor reformatting
      
      From-SVN: r48124
      Robert Dewar committed
    • prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... · b1085d2d
      	* prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
      	Default_Ada_...
      
      	* prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
      	Remove functions.
      	(Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
      
      	* prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
      	Remove functions.
      	(Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
      
      From-SVN: r48123
      Geert Bosch committed