[Issue 19374] New: TypeVector undefined in grammar

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 7 19:47:09 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19374

          Issue ID: 19374
           Summary: TypeVector undefined in grammar
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P1
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: peter.alexander.au at gmail.com

BasicType references TypeVector, but TypeVector is undefined (apart from the
ABI definition, which is unrelated).

I'm guessing this is supposed to refer to the vector extensions? Perhaps the
following rule will suffice:

TypeVector:
  '__vector' '(' Type ')'

--


More information about the Digitalmars-d-bugs mailing list