This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r269304 - in /trunk/gcc: d/ChangeLog d/d-builti...


Author: ibuclaw
Date: Fri Mar  1 10:21:54 2019
New Revision: 269304

URL: https://gcc.gnu.org/viewcvs?rev=269304&root=gcc&view=rev
Log:
d/dmd: Merge dmd upstream ed71446aa

Backports support for extern(C++, "namespace"), which makes the
core.stdcpp package compilable.

Added predefined condition for CppRuntime_Gcc unconditionally, as it is
unlikely that D code will be linking to anything other than libstdc++
when extern(C++) is used.

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

gcc/d/ChangeLog:

2019-03-01  Iain Buclaw  <ibuclaw@gdcproject.org>

	* d-builtins.cc (d_init_versions): Add CppRuntime_Gcc as predefined
	version condition.

Added:
    trunk/gcc/testsuite/gdc.test/compilable/cppmangle3.d
    trunk/gcc/testsuite/gdc.test/compilable/test19574.d
    trunk/gcc/testsuite/gdc.test/fail_compilation/cppmangle.d
Modified:
    trunk/gcc/d/ChangeLog
    trunk/gcc/d/d-builtins.cc
    trunk/gcc/d/dmd/MERGE
    trunk/gcc/d/dmd/cond.c
    trunk/gcc/d/dmd/cppmangle.c
    trunk/gcc/d/dmd/dsymbol.c
    trunk/gcc/d/dmd/dsymbol.h
    trunk/gcc/d/dmd/nspace.c
    trunk/gcc/d/dmd/nspace.h
    trunk/gcc/d/dmd/parse.c
    trunk/gcc/d/dmd/parse.h
    trunk/gcc/testsuite/gdc.test/fail_compilation/reserved_version.d
    trunk/gcc/testsuite/gdc.test/fail_compilation/reserved_version_switch.d


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]