8sa1-gcc/gcc/testsuite/gdc.test
Iain Buclaw 928e96bbe9 d: Remove visibility and lookup deprecation
The deprecation phase for access checks is finished.

The `-ftransition=import` and `-ftransition=checkimports` switches no
longer have an effect and are now removed.  Symbols that are not visible
in a particular scope will no longer be found by the compiler.

Reviewed-on: https://github.com/dlang/dmd/pull/12124

gcc/d/ChangeLog:

	* dmd/MERGE: Merge upstream dmd 2d3d13748.
	* d-lang.cc (d_handle_option): Remove OPT_ftransition_checkimports and
	OPT_ftransition_import.
	* gdc.texi (Warnings): Remove documentation for -ftransition=import
	and -ftransition=checkimports.
	* lang.opt (ftransition=checkimports): Remove.
	(ftransition=import): Remove.
2021-01-11 12:21:03 +01:00
..
compilable d: Remove visibility and lookup deprecation 2021-01-11 12:21:03 +01:00
fail_compilation d: Remove visibility and lookup deprecation 2021-01-11 12:21:03 +01:00
runnable d: Synchronize testsuite with upstream dmd 2021-01-09 23:59:30 +01:00
runnable_cxx
README.gcc

The files in this subdirectory where noted are part of the D2
programming language test suite for the Digitial Mars D compiler,
hosted at https://github.com/dlang/dmd/.

The current git revision number of these tests is maintained in
gcc/d/dmd/MERGE.

The following directories are part of DMD:
  compilable/
  fail_compilation/
  runnable/

All changes to dmd should go through the upstream repository first,
then merged back to GCC.