[LLVMbugs] [Bug 15206] clang and gold plugin of 3.2 cannot generate bc file for MySQL

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 7 01:18:34 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=15206

Anton Korobeynikov <asl at math.spbu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |asl at math.spbu.ru
         Resolution|---                         |INVALID

--- Comment #10 from Anton Korobeynikov <asl at math.spbu.ru> ---
(In reply to comment #9)
> It is of course acceptable. This bug is not about stopping defining __GNUC__.
> 
> This bug is about compatibility issues as a result of defining __GNUC__ and
> what could be done to reduce the negative impact of this #define.
Defining __GNUC__ is not connected with supporting all possible knobs and
options of gcc (some of them are essentially implementation-defined), after
all, different gcc versions have different cmdline options.

Even more, the option in question does not influence the results of the test,
so it should not be there after all (and it's somehow strange to use C++
compiler for C-level checks... what's about different inline semantics?). clang
is not going to emulate MySQL configure checks' bugs, really.

> For the same reasons "-Werror -fno-implicit-templates" should not produce errors.
It should. You explicitly ask for warning here. You got the warning. It's
upgraded to error. This is how -Werror works.

Please move such discussion to llvm-dev, bugzilla is an inappropriate place for
this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130507/0d042279/attachment.html>


More information about the llvm-bugs mailing list