keryell added a comment.
Herald added a subscriber: dexonsmith.

An FPGA programmer is hitting this issue from your unit test:

  c++
    signed _ExtInt(1) m; // expected-error{{signed _ExtInt must have a bit size 
of at least 2}}

Why do you not allow a type able to represent `{-1, 0}`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73967/new/

https://reviews.llvm.org/D73967

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to