[Issue 11751] New: [REG2.065a] Hex float exponents should be decimal

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 15 22:25:33 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11751

           Summary: [REG2.065a] Hex float exponents should be decimal
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: accepts-invalid, wrong-code
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: jiki at red.email.ne.jp


--- Comment #0 from jiki at red.email.ne.jp 2013-12-15 22:25:22 PST ---
Dmd has been changed to accept hex float exponent by hexadecimal (and 'F'
suffix, too).
This is a regression.

In the spec:
  HexExponent:
    HexExponentStart DecimalDigitsNoSingleUS

This regression is introduced by Pull 2923.
https://github.com/D-Programming-Language/dmd/pull/2923
"redo lexing of float literals"

Its comment:
Shouldn't be any behavior changes.

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


More information about the Digitalmars-d-bugs mailing list