[PATCH] D44559: [Sema] Wrong width of result of mul operation

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 16 16:45:20 PDT 2018


rjmccall added a comment.

I think we're correct not to warn here and that GCC/ICC are being noisy.  The existence of a temporary promotion to a wider type doesn't justify warning on arithmetic between two operands that are the same size as the ultimate result.  It is totally fair for users to think of this operation as being "closed" on the original type.


Repository:
  rC Clang

https://reviews.llvm.org/D44559





More information about the cfe-commits mailing list