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

Issue 11201 - ICE: (symbol.c) -inline stops compilation #3672

Merged
merged 4 commits into from
Jun 17, 2014

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Jun 16, 2014

@WalterBright
Copy link
Member

Auto-merge toggled on

WalterBright added a commit that referenced this pull request Jun 17, 2014
Issue 11201 - ICE: (symbol.c) -inline stops compilation
@WalterBright WalterBright merged commit 7ec843a into dlang:master Jun 17, 2014
@9rnsr 9rnsr deleted the fix11201 branch June 18, 2014 01:12
@CyberShadow
Copy link
Member

This pull request introduced a regression:
https://issues.dlang.org/show_bug.cgi?id=14595

@CyberShadow
Copy link
Member

This pull request introduced a regression:
https://issues.dlang.org/show_bug.cgi?id=17145

/* Bugzilla 11201: CallExp is always non trivial expression,
* especially for inlining.
*/
if (e->op == TOKcall)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The addition of this if statement is what causes the regressions. Of course, it also appears to be the sole point of this PR despite all of the other changes, which may be just a bunch of refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants