Thread overview
[Issue 1127] New: -v1 doesn't disable the ref and macro keywords
Apr 11, 2007
d-bugmail
Apr 11, 2007
d-bugmail
Apr 13, 2007
d-bugmail
April 11, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1127

           Summary: -v1 doesn't disable the ref and macro keywords
           Product: D
           Version: 1.011
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: torhu@yahoo.com


Title says it all.

bug.d:
---
int ref;
---

dmd -c bug.d

bug.d(1): no identifier for declarator int
bug.d(1): semicolon expected, not 'ref'
bug.d(1): Declaration expected, not 'ref'

Same goes for 'macro'.


-- 

April 11, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1127





------- Comment #1 from torhu@yahoo.com  2007-04-11 18:19 -------
This bug breaks DWT.


-- 

April 13, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1127


torhu@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from torhu@yahoo.com  2007-04-12 19:06 -------
Fixed dmd 1.012.


--