[cfe-dev] Why do you keep releasing new versions without fixing regressions?

Richard Smith via cfe-dev cfe-dev at lists.llvm.org
Tue Nov 20 11:43:41 PST 2018


On Tue, 20 Nov 2018 at 10:05, Yuri via cfe-dev <cfe-dev at lists.llvm.org>
wrote:

> Clang-6 has these 2 regressions:
>
> * https://bugs.llvm.org/show_bug.cgi?id=36915


This is a bugfix rather than a regression. Clang <=5 was miscompiling your
testcase due to broken behavior of a GNU extension.

* https://bugs.llvm.org/show_bug.cgi?id=36916


As Paul mentioned, this diagnostic is correct; the only thing you're
allowed to do with builtin functions is make direct calls to them. Sorry
the diagnostic message doesn't explain that.

You didn't fix them, and still released clang-7.
>
>
> Yuri
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20181120/b85674ad/attachment.html>


More information about the cfe-dev mailing list