www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2406] New: Declarator2 definition error

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2406

           Summary: Declarator2 definition error
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: minor
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: marcin.wcislo gmail.com


From "Declarations" in D 2.0 guide:

Declarator2:
    BasicType2 Declarator2
    ( Declarator2 )
    ( Declarator2 ) DeclaratorSuffixes

This definition cannot be correct, as every option in this alternatives
includes Declarator2 itself in the definition, resulting in infinite expansion.


-- 
Oct 09 2008
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2406


Jerry Quinn <jlquinn optonline.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlquinn optonline.net
           Severity|minor                       |normal



---
Before considering D2 done, this and other bugs in the language spec should be
fixed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 07 2009
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2406


Walter Bright <bugzilla digitalmars.com> changed:

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



23:10:40 PST ---
http://www.dsource.org/projects/phobos/changeset/2152

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