Snapshot gcc-4.3-20110327 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20110327/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.3 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches
Hello everyboy,
Some for us, we manage to pass the all base of the next major release of
NuTyX on gcc 4.6.0. We were actually ready and just waiting for it. If you
are intersted in the results. Here are the links of the logs.
Pass 1 and 2 are as suggested by Linux From Scratch and release is the
On 26 March 2011 14:08, Jonathan Adamczewski wrote:
> As I read through http://gcc.gnu.org/gcc-4.6/changes.html, it seems to me
> that would be quite useful (and interesting) to be able to see more
> information for each of the changes. Links to relevant discussion, bugs,
> papers or patches/commit
configure.guess:
x86_64-unknown-linux-gnu
gcc -v:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/ad3/gma/go-gcc-build/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /ad3/gma/go-build-work/gcc-4.6.0/configure
--prefix=/ad3/gm
> Is this because I manually changed BOOT_CFLAGS as passed to make?
As previously said, you ought to avoid fiddling with BOOT_CFLAGS in any case.
Configure --with-build-config=bootstrap-lto --with-fpmath=sse --with-arch=xxx
and so on, and just type "make".
> And why it took so long?
Probably
Witold Baryluk writes:
>
> make BOOT_CFLAGS="$CFLAGS -flto" CFLAGS_FOR_BUILD="$CFLAGS"
> CXXFLAGS_FOR_BUILD="$CXXFLAGS" bootstrap
Easier is to configure with --with-build-config=bootstrap-lto
then you don't need all the magic CFLAGS lines.
> And then waited
>
> I actually waited 5 days... (e
Hi,
i often compile 4.6 snapshot images, and they work without problem.
Even my longstanding bug about error in Java compilation with -O2,
is solved now.
But few days ago I was going to do something curious.
I wanted to switch -flto.
So I used something like this
# uname -a
Linux tytus 2.6.32
Please refer to http://gcc.gnu.org/lists.html on how to subscribe
to our mailing lists, which lists exist and for what purpose (your
request would have been more appropriate on gcc-h...@gcc.gnu.org),
and the policies around the lists.
Gerald