[cfarm-users] bootstrapping gcc 13.2.0 on power9/10

Gerald Pfeifer gerald at pfeifer.com
Sun Mar 17 20:52:03 CET 2024


On Sun, 17 Mar 2024, Andrew Pinski via cfarm-users wrote:
>> gcc-13.2.0/gcc/tree-vect-loop.cc:5564:12: error: expected unqualified-id
> So the problem is the GCC sources uses vec_step as a variable name but
> that is also the name of an altivec (VMX) intrinsic which it looks
> like libc++ pulls in.
> I filed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114369 to record the issue.

Thank you, Andrew!  I first reported this in July 2019; see

  https://gcc.gnu.org/pipermail/gcc/2019-July/229869.html

and in particular the three responses

  https://gcc.gnu.org/pipermail/gcc/2019-July/229870.html
  https://gcc.gnu.org/pipermail/gcc/2019-July/229871.html
  https://gcc.gnu.org/pipermail/gcc/2019-July/229872.html

for some more context.

Gerald


More information about the cfarm-users mailing list