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

2024-03-17 Thread Gerald Pfeifer via cfarm-users
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.

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

2024-03-17 Thread Andrew Pinski via cfarm-users
On Thu, Mar 14, 2024 at 2:16 AM Sean McGovern via cfarm-users wrote: > > Hi, > > I have not been sucessful doing a simple bootstrap of gcc 13.2.0 on > cfarm29 or cfarm120. It worked fine on cfarm110. > > Are there any special tricks since they are little-endian? > > $ ~/Projects/gcc-13.2.0/configu

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

2024-03-16 Thread Gregor Riepl via cfarm-users
I had CC and CXX environment variables pointing to clang/clang++ in my .bashrc. They have been removed. It sounds like the source of the problem is this (or something similar): https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239266 ___ cfarm-users m

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

2024-03-15 Thread Jeffrey Walton via cfarm-users
On Fri, Mar 15, 2024 at 8:42 PM Sean McGovern via cfarm-users wrote: > On Fri, Mar 15, 2024 at 6:40 PM Peter Bergner wrote: > > On 3/14/24 4:15 AM, Sean McGovern via cfarm-users wrote: > > > I have not been sucessful doing a simple bootstrap of gcc 13.2.0 on > > > cfarm29 or cfarm120. It worked f

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

2024-03-15 Thread Sean McGovern via cfarm-users
Hi, On Fri, Mar 15, 2024 at 6:40 PM Peter Bergner wrote: > > On 3/14/24 4:15 AM, Sean McGovern via cfarm-users wrote: > > I have not been sucessful doing a simple bootstrap of gcc 13.2.0 on > > cfarm29 or cfarm120. It worked fine on cfarm110. > > > > Are there any special tricks since they are li

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

2024-03-15 Thread Peter Bergner via cfarm-users
On 3/14/24 4:15 AM, Sean McGovern via cfarm-users wrote: > I have not been sucessful doing a simple bootstrap of gcc 13.2.0 on > cfarm29 or cfarm120. It worked fine on cfarm110. > > Are there any special tricks since they are little-endian? > > $ ~/Projects/gcc-13.2.0/configure --prefix=$HOME/too

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

2024-03-14 Thread Sean McGovern via cfarm-users
Hi, I have not been sucessful doing a simple bootstrap of gcc 13.2.0 on cfarm29 or cfarm120. It worked fine on cfarm110. Are there any special tricks since they are little-endian? $ ~/Projects/gcc-13.2.0/configure --prefix=$HOME/tools --libdir=$HOME/tools/lib64 --enable-languages='c,c++,lto' wi