[llvm-dev] (Possibly) a bug of Clang

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Thu Oct 10 03:03:41 PDT 2019


Hi Wei,

On Thu, 10 Oct 2019 at 08:02, wei li via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I have posted a bug report of clang++:
>
> https://bugs.llvm.org/show_bug.cgi?id=43496
>
> It contains 2 code snippets, both of which can be compiled with GCC (7~9), but none of them can be compiled with Clang (6~8). I thought it is a bug of clang. And no one response my report until now.
>
> Since it cannot be compiled with any modern edition of clang, I thought it is a serious bug. Could you please have a look about it?

This is a Clang front-end bug (in template instantiation etc) so
cfe-dev is the right mailing list. I've added them as CC.

Here we talk about mid-end and back-end things: optimizations,
converting LLVM IR into assembly or object files for some particular
CPU etc.

Cheers.

Tim.


More information about the llvm-dev mailing list