Am 13.04.19 um 18:48 schrieb Iain Buclaw:
On Mon, 25 Mar 2019 at 20:04, Johannes Pfau wrote:
diff --git a/gcc/d/d-system.h b/gcc/d/d-system.h
index efece15f3bc..6c18b69d4df 100644
--- a/gcc/d/d-system.h
+++ b/gcc/d/d-system.h
@@ -55,4 +55,10 @@
#undef tolower
#define tolower(c) TOLOWER(c)
On Mon, 25 Mar 2019 at 20:04, Johannes Pfau wrote:
>
> diff --git a/gcc/d/d-system.h b/gcc/d/d-system.h
> index efece15f3bc..6c18b69d4df 100644
> --- a/gcc/d/d-system.h
> +++ b/gcc/d/d-system.h
> @@ -55,4 +55,10 @@
> #undef tolower
> #define tolower(c) TOLOWER(c)
>
> +/* We do not include direct
Am 25.03.19 um 20:04 schrieb Johannes Pfau:
Am 24.03.19 um 17:49 schrieb Iain Buclaw:
Does this mean that we can remove MinGW from the special casing in the
toplevel configure? See r265658.
I will however bootstrap this on MinGW again, just to be sure.
Bootstrapped properly on x86_64 mingw
Am 24.03.19 um 17:49 schrieb Iain Buclaw:
I've done the front-end merge, leaving just the following.
diff --git a/gcc/d/d-system.h b/gcc/d/d-system.h
index efece15f3bc..6c18b69d4df 100644
--- a/gcc/d/d-system.h
+++ b/gcc/d/d-system.h
@@ -55,4 +55,10 @@
#undef tolower
#define tolower(c) TOL