[Bug 239266] clang poisons namespace on powerpc by defining vec_step without any trigger (GCC fails to build: tree-vect-loop.c:4979:12: error: expected unqualified-id)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 17 Mar 2024 20:15:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239266

--- Comment #38 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
Given the gcc/g++ based notation:

#pragma GCC poison NAME(s)

that is not actually involved here, the description as
"clang poisons" is somewhat unfortunate.

(The #pragma GCC poison use that GCC uses to enforce some
code design choices in the code not required to be
generically compatible with general c++11 capable
toolchains is driving choices about use of bootstrap
modes for lang/gcc14 and later. The two "poison" contexts
should not be confused.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.