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.
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
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
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
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
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
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