Remove outdated math headers#7224
Remove outdated math headers#7224dlang-bot merged 1 commit intodlang:dmd-cxxfrom joakim-noah:dmd-cxx
Conversation
|
Thanks for your pull request, @joakim-noah! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
I'm not so sure about getting all parts of the testsuite passing is a priority for me. The front-end as you see it passes both the library unittests and D2 testsuite when backed by gdc. Up to 2.071 is a little stretch of the imagination. It's up to 2.071 in the sense of bugs and regression fixes have been backported and alignment of headers done. Not all features are present. For instance, gdc is up to 2.076 (but explicitly does not include
Its partly also to give some legitimacy for gdc in my fork of the C++ front-end. The intent was that the switch to ddmd to be as minimal as possible. And indeed, I think I've succeeded in that (D-Programming-GDC/gdc#550) - the changes to the glue layer are just removing code, and adding a call to Once we've switched to ddmd fully, I think this will be archived off. I don't intend to do that though until all primary ports are up and working. Also having the C++ front-end included in gcc-8 means that there is at least a starting based for bootstrapping latter releases. |
|
I looked into the phobos build failure, got it to build after cherry-picking dlang/phobos@8e6faa5, dlang/phobos@a33a6d8, and not building It is unclear where the frontend is at with this branch now, maybe Iain can update the dmd-cxx branches of druntime and phobos to the appropriate commits. |
Actually I should resync this branch with gdc. |
These glibc headers say not to use them for something like 20 years, so I'm not sure when they were actually used. As I noted in the forum earlier, this breaks the compile for me on Arch linux, which is why I took it out of ldc last year.
With all @ibuclaw's other recent commits, dmd from dmd-cxx builds for me again with this commit, though I haven't run the tests. One issue I noticed is that this dmd says the version is 2.069-devel-*, but Iain said it's up to the 2.071 frontend in his commits. @braddr, do you think we can get the auto-tester to build dmd master using this dmd-cxx branch, once we're sure it's working well?
Also, I'm not sure what Iain's plan is with this branch, I thought it was just to get the last mostly C++ frontend, 2.068.2, building again, to always be able to bootstrap with it, wheareas he seems to be updating it to newer backported frontends? When is that going to stop, whenever gdc finally switches over to the ddmd frontend fully?