On Sat, Jan 16, 2010 at 7:23 AM, Jakub Jelinek wrote:
> The first release candidate for GCC 4.4.3 is available from
>
> ftp://gcc.gnu.org/pub/gcc/snapshots/4.4.3-RC-20100116
>
> and shortly its mirrors. It has been generated from SVN revision 155960.
>
> I have so far bootstrapped and tested the
On Sun, Jan 17, 2010 at 10:06:17AM -0800, H.J. Lu wrote:
> > If all goes well, I'd like to release 4.4.3 next week.
> >
>
> I'd like to see ia64 backport for:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42542
>
> in gcc 4.3/4.4.
Ok.
Jakub
fanqifei writes:
> Paolo Bonzini said that insv instruction might be synthesized
> later by combine. But combine only works on at most 3 instructions and
> insv is not generated in such case.
> So exactly when will the insv pattern be recognized and how does
> the coding style affect it?
Snapshot gcc-4.3-20100117 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20100117/
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
This has been forwarded to the steering committee (thanks, David)
and the FSF and we are pushing to get it addressed.
Gerald
Trying to build trunk. Having an issue with "Unknown CPU given in
--with-tune=athlon64-sse3."
My configure script is:
cd build;../gcc-4.5/configure --prefix=/opt/gcc-4.5 --enable-lto
--program-suffix=-4.5 --with-system-zlib --enable-__cxa_atexit
--with-tune=athlon64-sse3
I'm using the page f