Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dlang/dmd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d752f698caaa
Choose a base ref
...
head repository: dlang/dmd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e5d3b0427cc
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 13, 2015

  1. fix Issue 15200 - ICE(glue.c) when compiling with -inline

    Even if a function is expanded by inlining, the function itself don't have to put in object file. In short, adjusting `ti.minst` in `inline.d` is not correct.
    
    The unspeculation in `expandInline` was added in the PR #4944, but sadly it was just a hack and inherently unneeded. The changes in `TemplateInstance.appendToModuleMember` and `needsCodegen` those were added since 2.068.1-b1, now correctly handle codegen of nested template instances.
    9rnsr committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    204df57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5192 from 9rnsr/fix15200

    [REG2.068.2] Issue 15200 - ICE(glue.c) when compiling with -inline
    WalterBright committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    1e5d3b0 View commit details
    Browse the repository at this point in the history
Loading