r266719 - in /trunk/gcc: d/dmd/MERGE d/dmd/cppm...

ibuclaw@gcc.gnu.org ibuclaw@gcc.gnu.org
Sun Dec 2 11:47:00 GMT 2018


Author: ibuclaw
Date: Sun Dec  2 11:47:49 2018
New Revision: 266719

URL: https://gcc.gnu.org/viewcvs?rev=266719&root=gcc&view=rev
Log:
Merge dmd upstream 5220ad51e

Backports Ddoc fix that is present in upstream, but did not make its way
into the C++ port of the D front-end implementation.

The old special types for C long, unsigned long, and long double have
also been removed as neither the compiler nor druntime bindings support
handling it anymore.

Commits merged from dmd.

	Backport Issue 14633: Fixed false DDoc warnings
	https://github.com/dlang/dmd/pull/9027

	Remove old support code for struct __c_long/ulong/long_double
	https://github.com/dlang/dmd/pull/9028

Modified:
    trunk/gcc/d/dmd/MERGE
    trunk/gcc/d/dmd/cppmangle.c
    trunk/gcc/d/dmd/doc.c
    trunk/gcc/testsuite/gdc.test/compilable/ddoc10236.d
    trunk/gcc/testsuite/gdc.test/compilable/ddoc10236b.d
    trunk/gcc/testsuite/gdc.test/compilable/ddoc13502.d
    trunk/gcc/testsuite/gdc.test/compilable/ddoc4899.d
    trunk/gcc/testsuite/gdc.test/runnable/cppa.d



More information about the Gcc-cvs mailing list