agutowski added a comment.

In https://reviews.llvm.org/D25458#567697, @rnk wrote:

> Can you provide a more complete motivating example where our diagnostics were 
> bad? I'm having a hard time figuring it out from the test


Sure, compiling the following program in C++ for i386 emits warnings about 
implicit declarations of __emul and __emulu:

  int main() {
    __umul(1, 2);
    return 0;
  }


https://reviews.llvm.org/D25458



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

Reply via email to