Thread overview
[Issue 10299] New: ICE with getting address of template
Jun 08, 2013
Kenji Hara
[Issue 10299] [REG2.063] ICE with getting address of template
Jun 08, 2013
Kenji Hara
Jun 09, 2013
Kenji Hara
June 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10299

           Summary: ICE with getting address of template
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: k.hara.pg@gmail.com


--- Comment #0 from Kenji Hara <k.hara.pg@gmail.com> 2013-06-08 04:21:14 PDT ---
Test case:

template foo(T)
{
}
auto fp = &foo!string;    // ICE


Output:
assert expression.c(8971) !ti->semanticRun

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10299


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
            Summary|ICE with getting address of |[REG2.063] ICE with getting
                   |template                    |address of template
           Severity|normal                      |regression


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-06-08 04:25:39 PDT ---
Sorry this is a regression occured in 2.063 release.

https://github.com/D-Programming-Language/dmd/pull/2150

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10299



--- Comment #2 from github-bugzilla@puremagic.com 2013-06-08 09:42:16 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/48934c49f37da1ee72f5fdd991e3b0c0cff24339 fix Issue 10299 - ICE with getting address of template

https://github.com/D-Programming-Language/dmd/commit/f74a04a9759b47dada514c7d67b6354d197897ff Merge pull request #2150 from 9rnsr/fix10299

[REG2.063] Issue 10299 - ICE with getting address of template

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 09, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10299



--- Comment #3 from github-bugzilla@puremagic.com 2013-06-08 21:23:37 PDT ---
Commit pushed to 2.063 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9069185a81e24a72699a5584632ca85b520319b1 Merge pull request #2150 from 9rnsr/fix10299

[REG2.063] Issue 10299 - ICE with getting address of template

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 09, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10299


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------