[Bug target/92061] build of gencondmd fails with clang-9.0 (trunk, gcc 9.2.1, probably other older versions of gcc as yet untested) with undefined symbols for ix86_binary_operator_ok and related.

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 11 02:48:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92061

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Or rather it is the way __builtin_constant_p is defined in the new clang.  This
is a bug in clang.  As it says it is GCC_VERSION >= 3001 but does not implement
the same semantics as GCC for __builtin_constant_p .


More information about the Gcc-bugs mailing list