The first release candidate for GCC 12.5 is available from
https://gcc.gnu.org/pub/gcc/snapshots/12.5.0-RC-20250704/
ftp://gcc.gnu.org/pub/gcc/snapshots/12.5.0-RC-20250704/
and shortly its mirrors. It has been generated from git commit
r12-11250-gb71ac987cd1499.
I have so far bootstrapped
Status
==
The gcc-12 branch is now frozen for release and closing of
the branch.
Quality Data
Priority # Change from last report
--- ---
P10
P2 572 - 44
P3 112
P4 192
P5
> This raises two, presumably related, questions.
>
> 1) What is CXXFLAGS_FOR_BUILD supposed to be doing?
Set CXXFLAGS when you're compiling something for the build platform.
> 2) How can I set compilation switches for gcc stuff (like the gcc/cobol
> front end) without affecting lib*** stuff?
I
Tried with the below change and able to bootstrap on AIX and X86.
diff --git a/gcc/tree.cc b/gcc/tree.cc
index e9a83e4260b..b693a58ab9d 100644
--- a/gcc/tree.cc
+++ b/gcc/tree.cc
@@ -64,6 +64,7 @@ along with GCC; see the file COPYING3. If not see
#include "stringpool.h"
#include "attribs.h"
#i
> -Original Message-
> From: Eric Botcazou
> Sent: Friday, July 4, 2025 04:11
> To: Robert Dubner
> Cc: gcc@gcc.gnu.org
> Subject: Re: What's up with CXXFLAGS_FOR_BUILD?
>
> > This raises two, presumably related, questions.
> >
> > 1) What is CXXFLAGS_FOR_BUILD supposed to be doing?
>
Snapshot gcc-14-20250704 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/14-20250704/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 14 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
Hello, I'm looking to contribute to the project, hoping to implement the
compiler optimization specified in:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63164. Would appreciate any
help/tips regarding what files I should look at to start working towards
implementing something like this, cheers