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 14739, 19024, 21060: ICE in semantic, at d/dmd/dstruct.c:1224 #11436

Merged
merged 3 commits into from
Jul 21, 2020

Conversation

ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented Jul 20, 2020

Backported from #8428 and #11435.

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @ibuclaw!

Bugzilla references

Auto-close Bugzilla Severity Description
14739 critical Immutable alias to template triggers dmd assert
19024 regression [REG 2.081-beta] AssertError@dmd/dsymbolsem.d(4317): Assertion failure
21060 enhancement ICE in semantic, at d/dmd/dstruct.c:1224

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#11436"

@dlang-bot dlang-bot merged commit f459fd6 into dlang:dmd-cxx Jul 21, 2020
@ibuclaw ibuclaw deleted the dmd-cxx-reg12378 branch July 21, 2020 05:48
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