Thanks. I am only building C/C++ not the rest of the suite. Most of my changes so far are to the c/c++ parser. But I will have changes to the code generation backends.
I was having a problem with building my code - late in the build process - I beleive when it was getting ready to run unit tests. But that was using gcc13 to build gcc13. Then my debian system updated to gcc14 and it is failing much quicker. I will try to post the build errors shortly. Again thx On Sat, 2024-11-30 at 09:54 +0000, Jonathan Wakely wrote: > > > On Sat, 30 Nov 2024, 09:01 David H. Lynch Jr. via Gcc, > <gcc@gcc.gnu.org> wrote: > > Is it possible to build gcc 13 with gcc 14 ? > > Yes > > > > > My system updated to gcc 14 and I am doing some private development > > for > > hardware stesting of a new memory addressing paradigm using the GCC > > 13 > > code base. > > Now I can't compile. > > > > Do I need to revert my base compiler to gcc 13 ? > > No, you can just build your own cot of GCC 13 and install it to a > separate location e.g. under your home directory. Just don't install > it to the same --prefix=DIR as the system compiler or you'll break > things. > > >