Thread overview
[Issue 10713] New: ICE with typeof(this.nonExistingField) in method signature
Jul 25, 2013
Vladimir Panteleev
[Issue 10713] [REG2.063] ICE with typeof(this.nonExistingField) in method signature
Jul 26, 2013
Kenji Hara
Jul 26, 2013
Walter Bright
July 25, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10713

           Summary: ICE with typeof(this.nonExistingField) in method
                    signature
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: thecybershadow@gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow@gmail.com> 2013-07-26 01:14:07 EEST ---
struct S
{
    void f(typeof(this.nonExistingField) a) {}
}

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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
            Summary|ICE with                    |[REG2.063] ICE with
                   |typeof(this.nonExistingFiel |typeof(this.nonExistingFiel
                   |d) in method signature      |d) in method signature
           Severity|minor                       |regression


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-07-25 21:41:15 PDT ---
https://github.com/D-Programming-Language/dmd/pull/2382

This is a regression from 2.063

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



--- Comment #2 from github-bugzilla@puremagic.com 2013-07-26 00:50:13 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/8ec7a0d6876d0946d7bff8fe73330b720d1fc6b8 fix Issue 10713 - ICE with typeof(this.nonExistingField) in method signature

https://github.com/D-Programming-Language/dmd/commit/21b130d71a73b2d8f27c93bea9560cebeded1e1a Merge pull request #2382 from 9rnsr/fix10713

[REG2.063] Issue 10713 - ICE with typeof(this.nonExistingField) in method
signature

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


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


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