dmd
dmd copied to clipboard
fix problem with .nounderscore on Ubuntu
This line wasn't compiling on the tester's Ubuntu, though it worked fine on my Ubuntu, on PR https://github.com/dlang/dmd/pull/14485
To move https://github.com/dlang/dmd/pull/14485 along, I replaced it with a literal. To find the problem, I put back the original line of code.
See https://github.com/dlang/dmd/pull/14485#discussion_r990601036
And there it is, the mysterious Ubuntu problem.
Looks like it could be a GDC problem. @ibuclaw?
Looks like it could be a GDC problem. @ibuclaw?
It'd be a dmd frontend problem, one that was fixed somewhere between 2.077..2.099.
Why is nounderscore not in astenums?
Weird frontend bug though
Thanks for your pull request, @WalterBright!
Bugzilla references
Your PR doesn't reference any Bugzilla issue.
If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.
Testing this PR locally
If you don't have a local development environment setup, you can use Digger to test this PR:
dub run digger -- build "master + dmd#14539"