[Issue 11751] [REG2.065a] Hex float exponents should be decimal
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Dec 16 16:37:09 PST 2013
    
    
  
https://d.puremagic.com/issues/show_bug.cgi?id=11751
--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2013-12-16 16:37:04 PST ---
(In reply to comment #1)
> Can you give an example?
auto x = 0x1.FFFFFFFFFFFFFpABC;
                        // ^^^
With 2.064.2:
test.d(1): Error: exponent expected
test.d(1): Error: semicolon expected following auto declaration, not 'BC'
test.d(1): Error: no identifier for declarator BC
With git head:
(no compilation error)
-- 
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