www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6717] New: useless error message on wrong hexadecimal number format in inline asm

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

           Summary: useless error message on wrong hexadecimal number
                    format in inline asm
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: diagnostic
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: mrmocool gmx.de



void main()
{
    asm
    {
        mov AX,12h  ;
        int 10h     ;
    }
}

$ dmd test.d 
DMD v2.056 DEBUG
test.d(5): end of instruction

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 22 2011
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6717


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |andrej.mitrovich gmail.com
         AssignedTo|nobody puremagic.com        |andrej.mitrovich gmail.com



17:42:17 PST ---
https://github.com/D-Programming-Language/dmd/pull/1650

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 08 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6717


yebblies <yebblies gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies gmail.com
            Version|D1 & D2                     |D1
            Summary|Unhelpful diagnostic on     |(D1 only) Unhelpful
                   |wrong end-of-instruction    |diagnostic on wrong
                   |token in ASM                |end-of-instruction token in
                   |                            |ASM



Fixed D2:
https://github.com/D-Programming-Language/dmd/commit/e554fd6c23174ca79141a1da8feb9c536e3005f5

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