July 04, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8345

           Summary: Odd error for using 08 literal
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: jmdavisProg@gmx.com


--- Comment #0 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-07-03 17:38:08 PDT ---
void main()
{
    auto n = 08;
}

results in this error:

q.d(3): Error: semicolon expected following auto declaration, not '8'

The code is indeed invalid, but the error seems a bit odd, since it doesn't indicate anything about the leading 0. It should probably say something about 08 being an illegal numeric literal.

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


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |yebblies@gmail.com
         Resolution|                            |DUPLICATE


--- Comment #1 from yebblies <yebblies@gmail.com> 2013-01-17 13:13:11 EST ---
*** This issue has been marked as a duplicate of issue 6033 ***

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