gcc/libphobos/testsuite
Iain Buclaw 5a36cae275 d: Merge upstream dmd 609c3ce2d, phobos 3dd5df686
D front-end changes:

 - Contracts for pre- and postconditions are now implicitly "this"
   const, so that state can no longer be altered in these functions.

 - Inside a constructor scope, assigning to aggregate declaration
   members is done by considering the first assignment as initialization
   and subsequent assignments as modifications of the constructed
   object.  For const/immutable fields the initialization is accepted in
   the constructor but subsequent modifications are not.  However this
   rule did not apply when inside a constructor scope there is a call to
   a different constructor.  This been changed so it is now an error
   when there's a double initialization of immutable fields inside a
   constructor.

Phobos changes:

 - Don't run unit-tests for unsupported clocks in std.datetime.  The
   phobos and phobos_shared tests now add -fversion=Linux_Pre_2639 if
   required.

 - Deprecate public extern(C) bindings for getline and getdelim in
   std.stdio.  The correct module for bindings is core.sys.posix.stdio.

Reviewed-on: https://github.com/dlang/dmd/pull/12153
	     https://github.com/dlang/phobos/pull/7768

gcc/d/ChangeLog:

	* dmd/MERGE: Merge upstream dmd 609c3ce2d.
	* d-compiler.cc (Compiler::loadModule): Rename to ...
	(Compiler::onParseModule): ... this.
	(Compiler::onImport): New function.
	* d-lang.cc (d_parse_file): Remove call to Compiler::loadModule.

libphobos/ChangeLog:

	* src/MERGE: Merge upstream phobos 3dd5df686.
	* testsuite/libphobos.phobos/phobos.exp: Add compiler flag
	-fversion=Linux_Pre_2639 if target is linux_pre_2639.
	* testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
2021-01-26 09:54:57 +01:00
..
config Update copyright years. 2021-01-04 10:26:59 +01:00
lib Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.aa Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.allocations Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.cycles Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.druntime Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.druntime_shared Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.exceptions Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.hash Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.init_fini Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.phobos d: Merge upstream dmd 609c3ce2d, phobos 3dd5df686 2021-01-26 09:54:57 +01:00
libphobos.phobos_shared d: Merge upstream dmd 609c3ce2d, phobos 3dd5df686 2021-01-26 09:54:57 +01:00
libphobos.shared Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.thread Update copyright years. 2021-01-04 10:26:59 +01:00
libphobos.typeinfo Update copyright years. 2021-01-04 10:26:59 +01:00
Makefile.am Update copyright years. 2021-01-04 10:26:59 +01:00
Makefile.in libphobos: Fix segfault at run-time when using custom Fibers (PR 98025) 2020-11-27 21:27:14 +01:00
testsuite_flags.in libphobos: libdruntime doesn't support shadow stack (PR95680) 2020-09-10 18:04:12 +02:00