Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dmd-cxx] fix issue 9490 - 'this' is not found when expression is in parentheses #11439

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented Jul 21, 2020

Backport of #10592

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @ibuclaw!

Bugzilla references

Auto-close Bugzilla Severity Description
9490 normal 'this' is not found when expression is in parentheses

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 "dmd-cxx + dmd#11439"

@dlang-bot dlang-bot merged commit c2274e5 into dlang:dmd-cxx Jul 21, 2020
@ibuclaw ibuclaw deleted the dmd-cxx-9490 branch July 21, 2020 10:56
kraj pushed a commit to kraj/gcc that referenced this pull request Aug 3, 2020
1. Fixes an ICE in the front-end if a struct symbol were to appear twice
in the compilation unit.

2. Fixes a rejects-valid bug in the front-end where `(symbol)' was being
resolved as a `var' expression, instead of `this.var'.

Reviewed-on: dlang/dmd#11436
	     dlang/dmd#11439

gcc/d/ChangeLog:

	PR d/96250
	* dmd/MERGE: Merge upstream dmd c2274e56a.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants