gcc/libphobos
Iain Buclaw 38c3017f25 libphobos: Always build with warning flags enabled
This moves WARN_DFLAGS from GDCFLAGS to AM_DFLAGS so it is always
included in the build and testsuite of libphobos.  Currently, this
doesn't happen as GDCFLAGS is overriden by it being set at the
top-level.

libphobos/ChangeLog:

	* Makefile.in: Regenerate.
	* configure: Regenerate.
	* configure.ac: Substite WARN_DFLAGS independently of GDCFLAGS.
	* libdruntime/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
	* libdruntime/Makefile.in: Regenerate.
	* src/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
	* src/Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.
	* testsuite/testsuite_flags.in: Add WARN_DFLAGS to --gdcflags.
2020-04-08 09:08:16 +02:00
..
libdruntime libphobos: Always build with warning flags enabled 2020-04-08 09:08:16 +02:00
m4 S/390: Fix PR91628 2020-04-07 21:08:06 +02:00
src libphobos: Always build with warning flags enabled 2020-04-08 09:08:16 +02:00
testsuite libphobos: Always build with warning flags enabled 2020-04-08 09:08:16 +02:00
acinclude.m4
aclocal.m4
ChangeLog libphobos: Always build with warning flags enabled 2020-04-08 09:08:16 +02:00
config.h.in
configure libphobos: Always build with warning flags enabled 2020-04-08 09:08:16 +02:00
configure.ac libphobos: Always build with warning flags enabled 2020-04-08 09:08:16 +02:00
configure.tgt
d_rules.am
Makefile.am
Makefile.in libphobos: Always build with warning flags enabled 2020-04-08 09:08:16 +02:00
README.gcc

The files in this directory where noted are part of the DRuntime
and Phobos library.

DRuntime is the low-level runtime library backing the D programming
language, hosted at https://github.com/dlang/druntime/.

Phobos is the standard library for the D Programming Language, hosted
at https://github.com/dlang/phobos/.

The following sources and directories are part of DRuntime:
  libdruntime/core/
  libdruntime/gc/
  libdruntime/gcstub/
  libdruntime/object.d
  libdruntime/rt/

The following sources and directories are part of Phobos:
  src/etc/
  src/index.d
  src/std/

To report a bug or look up known issues with the runtime or standard
library please visit the issue tracker at https://issues.dlang.org/.

All changes to either of these libraries should go through the
upstream repository first, then merged back to GCC.