On Mon, 18 Jun 2012, Iain Buclaw wrote:
> --- gcc-4.8-20120617/gcc/doc/install.texi 2012-05-29 15:14:06.000000000
> +0100
> +++ gcc-4.8/gcc/doc/install.texi 2012-06-18 20:39:45.058591380 +0100
> @@ -1360,12 +1360,12 @@ their runtime libraries should be built.
> grep language= */config-lang.in
> @end smallexample
> Currently, you can use any of the following:
> -@code{all}, @code{ada}, @code{c}, @code{c++}, @code{fortran},
> +@code{all}, @code{ada}, @code{c}, @code{c++}, @code{d}, @code{fortran},
> @code{go}, @code{java}, @code{objc}, @code{obj-c++}.
> Building the Ada compiler has special requirements, see below.
> If you do not pass this flag, or specify the option @code{all}, then all
> default languages available in the @file{gcc} sub-tree will be configured.
> -Ada, Go and Objective-C++ are not default languages; the rest are.
> +Ada, D, Go and Objective-C++ are not default languages; the rest are.
Maybe this should be true, but I don't see a build_by_default=no setting
in config-lang.in (in gdc_frontend.patch.gz) to make it so.
> --- gcc-4.8-20120617/gcc/doc/standards.texi 2011-12-21 17:53:58.000000000
> +0000
> +++ gcc-4.8/gcc/doc/standards.texi 2012-04-22 17:11:38.553880036 +0100
> @@ -289,6 +289,16 @@ a specific version. In general GCC trac
> closely, and any given release will support the language as of the
> date that the release was frozen.
>
> +@section D language
> +
> +The D language continues to evolve as of this writing; see the
> +@uref{http://golang.org/@/doc/@/go_spec.html, current language
> +specifications}. At present there are no specific versions of Go, and
> +there is no way to describe the language supported by GCC in terms of
> +a specific version. In general GCC tracks the evolving specification
> +closely, and any given release will support the language as of the
> +date that the release was frozen.
Referring to Go in a section about D doesn't make sense....
I don't see entries in contrib.texi in this patch.
I'd also expect contrib/gcc_update to be updated to handle timestamp
ordering for generated files in libphobos.
Are you volunteering to be appointed maintainer for this front end by the
SC?
--
Joseph S. Myers
[email protected]