Re: Probably inaccuracy in GCC 4.7.0 documentation.

2015-04-08 Thread Gerald Pfeifer
Hi Roman, On Wed, 16 May 2012, Роман Саженков wrote: > It seems like I've found an inaccuracy in GCC 4.7.0 documentation. It is > about -fdefer-pop optimization option. The point is that this option is > mentioned in the list of optimization flags which -O1 turns on (Chapter &g

Re: [cxx-conversion] gcc-4.7.0 on Cygwin and MinGW32 with --enable-build-with-cxx successes

2012-05-29 Thread Diego Novillo
On 12-05-25 17:53 , Aaron Gray wrote: Just to let people know I have succeeded in building gcc-4.7.0 with --enable-build-with-cxx (All stages built as C++) on latest Cygwin with GCC 4.5.3 and on MinGW32 with a rebuilt GCC 4.6.2 as the GCC 4.6.2 that came with MinGW was missing stdarg.h and

[cxx-conversion] gcc-4.7.0 on Cygwin and MinGW32 with --enable-build-with-cxx successes

2012-05-25 Thread Aaron Gray
Hi, Just to let people know I have succeeded in building gcc-4.7.0 with --enable-build-with-cxx (All stages built as C++) on latest Cygwin with GCC 4.5.3 and on MinGW32 with a rebuilt GCC 4.6.2 as the GCC 4.6.2 that came with MinGW was missing stdarg.h and stddef.h and possibly other headers

Probably inaccuracy in GCC 4.7.0 documentation.

2012-05-16 Thread Роман Саженков
Hello, GNU GCC team. It seems like I've found an inaccuracy in GCC 4.7.0 documentation. It is about -fdefer-pop optimization option. The point is that this option is mentioned in the list of optimization flags which -O1 turns on (Chapter 3: GCC Command Options, part 3.10 Options That Co

Re: Duplicate Words In GCC 4.7.0 Changes Page

2012-04-20 Thread Jonathan Wakely
Oops, meant to CC gcc-patches ... On 21 April 2012 01:01, Jonathan Wakely wrote: > On 21 April 2012 00:37, Todd Edwards wrote: >> In Section "New Languages and Language specific improvements" In subsection >> "C Family" Objective-C is repeated twice. : >> "A new experimental -ftrack-macro-expansi

Re: Duplicate Words In GCC 4.7.0 Changes Page

2012-04-20 Thread Jonathan Wakely
On 21 April 2012 00:37, Todd Edwards wrote: > In Section "New Languages and Language specific improvements" In subsection > "C Family" Objective-C is repeated twice. : > "A new experimental -ftrack-macro-expansion option was added for C, C++, > Objective-C, Objective-C and Fortran. It allows the co

Duplicate Words In GCC 4.7.0 Changes Page

2012-04-20 Thread Todd Edwards
In Section "New Languages and Language specific improvements" In subsection "C Family" Objective-C is repeated twice. : "A new experimental -ftrack-macro-expansion option was added for C, C++, Objective-C, Objective-C and Fortran. It allows the compiler to emit diagnostic about the current macro

i686-pc-linux-gnu-gcc-4.7.0

2012-04-13 Thread Richard Hickling
$ ./config.guess: i686-pc-linux-gnu $ i686-pc-linux-gnu-gcc-4.7.0 -v Using built-in specs. COLLECT_GCC=i686-pc-linux-gnu-gcc-4.7.0 COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i686-pc-linux-gnu/4.7.0/lto-wrapper Target: i686-pc-linux-gnu Configured with: ../gcc-4.7.0/configure --disable-checking

Re: GCC 4.7.0 as a AVR cross compiler

2012-04-02 Thread Andrew Haley
On 03/30/2012 05:46 PM, stuart wrote: > I can not seem to get gcc 4.7.0 to compile; it will not complete the > configuration stage complaining about missing packages (GMP, MPFR and > MPC). Go into the top-level source directory in the unpacked gcc sources and run this script:

Re: GCC 4.7.0 as a AVR cross compiler

2012-03-30 Thread Ian Lance Taylor
stuart writes: > I am not sure this is the right place to ask this It's not. The right place is gcc-h...@gcc.gnu.org. Please take any followups there. Thanks. > I can not seem to get gcc 4.7.0 to compile; it will not complete the > configuration stage complaining about mi

GCC 4.7.0 as a AVR cross compiler

2012-03-30 Thread stuart
Hi, I am not sure this is the right place to ask this, but how do I get gcc 4.7.0 to compile as a cross compiler for the Atmel AVR series? The native host is an x86 IA32 box running Slackware, gcc 3.3.6. I have successfully compiled and installed (in /usr/local/avr) binutils 2.22 and set my

Built gcc 4.7.0 on OpenBSD x86_64

2012-03-23 Thread Kyle Markley
Hello, Following the recommendations on http://gcc.gnu.org/install/finalinstall.html, I'm reporting my success at building gcc 4.7.0 on amd64-unknown-openbsd4.8 because this platform is not listed in http://gcc.gnu.org/buildstat.html. My build is only "mostly" successful; I

[txcorp.com #40791] Resolved: GCC 4.7.0 Released

2012-03-22 Thread Tech-X Internal IT Support via RT
According to our records, your request has been resolved. If you have any further questions or concerns, please reply to this email.

GCC 4.7.0 Released

2012-03-22 Thread Richard Guenther
nt we have prepared the release of GCC 4.7.0 which continues the series of free software high-quality industry-standard compilers. GCC 4.7.0 is a major release, containing substantial new functionality not available in GCC 4.6.x or previous GCC releases. GCC 4.7 features support for software transactio

Re: Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-19 Thread Jonathan Wakely
2012/3/19 Jonathan Wakely : > 2012/3/19 Jonathan Wakely : >> 2012/3/19 Paweł Sikora: >>> On Wednesday 14 of March 2012 12:22:41 Richard Guenther wrote: >>>> >>>> GCC 4.7.0 Release Candidate available from gcc.gnu.org >>>> >>&

Re: Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-19 Thread Paolo Carlini
Hi, On 03/19/2012 01:38 PM, Jonathan Wakely wrote: 2012/3/19 Jonathan Wakely: 2012/3/19 Paweł Sikora: On Wednesday 14 of March 2012 12:22:41 Richard Guenther wrote: GCC 4.7.0 Release Candidate available from gcc.gnu.org A second release candidate for GCC 4.7.0 is available from ftp

Re: Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-19 Thread Jonathan Wakely
2012/3/19 Jonathan Wakely : > 2012/3/19 Paweł Sikora: >> On Wednesday 14 of March 2012 12:22:41 Richard Guenther wrote: >>> >>> GCC 4.7.0 Release Candidate available from gcc.gnu.org >>> >>> A second release candidate for GCC 4.7.0 is available from

Re: Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-19 Thread Jonathan Wakely
2012/3/19 Paweł Sikora: > On Wednesday 14 of March 2012 12:22:41 Richard Guenther wrote: >> >> GCC 4.7.0 Release Candidate available from gcc.gnu.org >> >> A second release candidate for GCC 4.7.0 is available from >> >>  ftp://gcc.gnu.org/pub/gcc/snapshots/

Re: Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-19 Thread Paweł Sikora
On Wednesday 14 of March 2012 12:22:41 Richard Guenther wrote: > > GCC 4.7.0 Release Candidate available from gcc.gnu.org > > A second release candidate for GCC 4.7.0 is available from > > ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120314 > > and shortly i

Re: Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-16 Thread Jakub Jelinek
On Fri, Mar 16, 2012 at 03:57:51PM +0100, Georg-Johann Lay wrote: > I was just confused by the "please report bugs" which gives rise to > the (incorrect) assumption that the goal is to actually fix these > bugs -- only if this is possible in a timely manner, of course, and > won't delay the release

Re: Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-16 Thread Georg-Johann Lay
Richard Guenther schrieb: On Fri, 16 Mar 2012, Georg-Johann Lay wrote: Richard Guenther schrieb: GCC 4.7.0 Release Candidate available from gcc.gnu.org A second release candidate for GCC 4.7.0 is available from ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120314 and shortly its mirrors

Re: Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-16 Thread Jonathan Wakely
On 16 March 2012 13:45, Georg-Johann Lay wrote: > Richard Guenther schrieb: >> >> GCC 4.7.0 Release Candidate available from gcc.gnu.org >> >> A second release candidate for GCC 4.7.0 is available from >> >>  ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-2012

Re: Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-16 Thread Richard Guenther
On Fri, 16 Mar 2012, Georg-Johann Lay wrote: > Richard Guenther schrieb: > > GCC 4.7.0 Release Candidate available from gcc.gnu.org > > > > A second release candidate for GCC 4.7.0 is available from > > > > ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120314

Re: Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-16 Thread Georg-Johann Lay
Richard Guenther schrieb: GCC 4.7.0 Release Candidate available from gcc.gnu.org A second release candidate for GCC 4.7.0 is available from ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120314 and shortly its mirrors. It has been generated from SVN revision 185376. I have so far

Second GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-14 Thread Richard Guenther
GCC 4.7.0 Release Candidate available from gcc.gnu.org A second release candidate for GCC 4.7.0 is available from ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120314 and shortly its mirrors. It has been generated from SVN revision 185376. I have so far bootstrapped and tested the release

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-12 Thread NightStrike
at 8:44 AM, Richard Guenther >> >> wrote: >> >> > >> >> > GCC 4.7.0 Release Candidate available from gcc.gnu.org >> >> > >> >> > The first release candidate for GCC 4.7.0 is available from >> >> > >> >> >  ftp://g

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-12 Thread NightStrike
On Mon, Mar 12, 2012 at 8:05 AM, Dennis Clarke wrote: > >> On Mon, Mar 12, 2012 at 5:59 AM, Richard Guenther wrote: >>> On Wed, 7 Mar 2012, NightStrike wrote: >>> >>>> On Fri, Mar 2, 2012 at 8:44 AM, Richard Guenther wrote: >>>> > >>

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-12 Thread Richard Guenther
On Mon, 12 Mar 2012, NightStrike wrote: > On Mon, Mar 12, 2012 at 5:59 AM, Richard Guenther wrote: > > On Wed, 7 Mar 2012, NightStrike wrote: > > > >> On Fri, Mar 2, 2012 at 8:44 AM, Richard Guenther wrote: > >> > > >> > GCC 4.7.0 Release Candid

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-12 Thread Dennis Clarke
> On Mon, Mar 12, 2012 at 5:59 AM, Richard Guenther wrote: >> On Wed, 7 Mar 2012, NightStrike wrote: >> >>> On Fri, Mar 2, 2012 at 8:44 AM, Richard Guenther wrote: >>> > >>> > GCC 4.7.0 Release Candidate available from gcc.gnu.org >>

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-12 Thread NightStrike
On Mon, Mar 12, 2012 at 5:59 AM, Richard Guenther wrote: > On Wed, 7 Mar 2012, NightStrike wrote: > >> On Fri, Mar 2, 2012 at 8:44 AM, Richard Guenther wrote: >> > >> > GCC 4.7.0 Release Candidate available from gcc.gnu.org >> > >> > The first r

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-12 Thread Richard Guenther
On Wed, 7 Mar 2012, NightStrike wrote: > On Fri, Mar 2, 2012 at 8:44 AM, Richard Guenther wrote: > > > > GCC 4.7.0 Release Candidate available from gcc.gnu.org > > > > The first release candidate for GCC 4.7.0 is available from > > > >  ftp://gcc.gnu.

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-08 Thread Marc Glisse
On Thu, 8 Mar 2012, NightStrike wrote: On Wed, Mar 7, 2012 at 10:12 AM, Marc Glisse wrote: On Wed, 7 Mar 2012, NightStrike wrote: Building gmp/mpfr/mpc in tree fails in the configure-stage1-mpc step with the current version of mpfr version 3.1.0, out since last October, and mpc, version 0.9,

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-08 Thread NightStrike
On Wed, Mar 7, 2012 at 10:12 AM, Marc Glisse wrote: > On Wed, 7 Mar 2012, NightStrike wrote: > >> Building gmp/mpfr/mpc in tree fails in the configure-stage1-mpc step >> with the current version of mpfr version 3.1.0, out since last >> October, and mpc, version 0.9, out since Feb of 2011.  I'm gue

Re: GCC 4.7.0 and C++ atomics

2012-03-08 Thread Joel Sherrill
On 03/08/2012 11:47 AM, Richard Henderson wrote: On 03/08/12 00:17, Sebastian Huber wrote: thanks for the hints. Thus if we want to use the C++ atomic operations on 32-bit ARM in RTEMS we have to implement everything in libgcc/config/arm/linux-atomic.c and place it in e.g. libgcc/config/arm

Re: GCC 4.7.0 and C++ atomics

2012-03-08 Thread Richard Henderson
On 03/08/12 00:17, Sebastian Huber wrote: > thanks for the hints. Thus if we want to use the C++ atomic operations on > 32-bit ARM in RTEMS we have to implement everything in > > libgcc/config/arm/linux-atomic.c > > and place it in e.g. > > libgcc/config/arm/rtems-atomic.c Possibly. It reall

Re: GCC 4.7.0 and C++ atomics

2012-03-08 Thread Sebastian Huber
Hello Andrew and Richard, On 03/07/2012 08:38 PM, Richard Henderson wrote: On 03/07/12 10:44, Andrew MacLeod wrote: > rth, you are familiar with how this part is suppose to hook up properly... > > I traced the code in expand_mem_thread_fence, and the sync_synchronize is being emiited by: > >

Re: GCC 4.7.0 and C++ atomics

2012-03-07 Thread Richard Henderson
On 03/07/12 10:44, Andrew MacLeod wrote: > rth, you are familiar with how this part is suppose to hook up properly... > > I traced the code in expand_mem_thread_fence, and the sync_synchronize is > being emiited by: > > else if (synchronize_libfunc != NULL_RTX) > emit_library_call (synch

Re: GCC 4.7.0 and C++ atomics

2012-03-07 Thread Joel Sherrill
On 03/07/2012 12:44 PM, Andrew MacLeod wrote: On 03/07/2012 10:11 AM, Sebastian Huber wrote: Hello, I run the GCC testsuite for GCC 4.7.0 20120307 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00782.html I got a lot of errors like this: FAIL: g++.dg/simulate-thread/atomics-1.C -O0 -g

Re: GCC 4.7.0 and C++ atomics

2012-03-07 Thread Andrew MacLeod
On 03/07/2012 10:11 AM, Sebastian Huber wrote: Hello, I run the GCC testsuite for GCC 4.7.0 20120307 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00782.html I got a lot of errors like this: FAIL: g++.dg/simulate-thread/atomics-1.C -O0 -g (test for excess errors) 148796 Excess errors

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-07 Thread Marc Glisse
On Wed, 7 Mar 2012, NightStrike wrote: Building gmp/mpfr/mpc in tree fails in the configure-stage1-mpc step with the current version of mpfr version 3.1.0, out since last October, and mpc, version 0.9, out since Feb of 2011. I'm guessing the sources moved or something. http://gcc.gnu.org/bugz

GCC 4.7.0 and C++ atomics

2012-03-07 Thread Sebastian Huber
Hello, I run the GCC testsuite for GCC 4.7.0 20120307 http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg00782.html I got a lot of errors like this: FAIL: g++.dg/simulate-thread/atomics-1.C -O0 -g (test for excess errors) 148796 Excess errors: 148797 /home/sh/rtems-testing/gcc/b-arm-gcc/arm

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-07 Thread NightStrike
On Fri, Mar 2, 2012 at 8:44 AM, Richard Guenther wrote: > > GCC 4.7.0 Release Candidate available from gcc.gnu.org > > The first release candidate for GCC 4.7.0 is available from > >  ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302 > > and shortly its mirrors.  It

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-06 Thread Kyle Markley
On 03/02/12 05:44, Richard Guenther wrote: GCC 4.7.0 Release Candidate available from gcc.gnu.org The first release candidate for GCC 4.7.0 is available from ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302 and shortly its mirrors. It has been generated from SVN revision 184777. I

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-05 Thread Michael Hope
On Sat, Mar 3, 2012 at 2:44 AM, Richard Guenther wrote: > > GCC 4.7.0 Release Candidate available from gcc.gnu.org > > The first release candidate for GCC 4.7.0 is available from > >  ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302 > > and shortly its mirrors.  It

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-05 Thread Ralf Corsepius
On 03/05/2012 10:12 AM, Richard Guenther wrote: On Sat, 3 Mar 2012, Ralf Corsepius wrote: On 03/03/2012 02:58 PM, Richard Guenther wrote: On Sat, Mar 3, 2012 at 11:17 AM, Ralf Corsepius wrote: On 03/02/2012 02:44 PM, Richard Guenther wrote: GCC 4.7.0 Release Candidate available from

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-05 Thread Richard Guenther
On Sat, 3 Mar 2012, Ralf Corsepius wrote: > On 03/03/2012 02:58 PM, Richard Guenther wrote: > > On Sat, Mar 3, 2012 at 11:17 AM, Ralf Corsepius > > wrote: > > > On 03/02/2012 02:44 PM, Richard Guenther wrote: > > > > > > > > > > >

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-03 Thread Dennis Clarke
> On 03/02/2012 08:40 PM, Dennis Clarke wrote: > If all goes well, I'd like to release 4.7.0 in about three weeks. I'll drop it on Solaris. Give it a push. Do we realy really need that ppl/cloog stuff? I have never seen it build and pass any tests, ever, even once, on Solar

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-03 Thread Tobias Grosser
On 03/02/2012 08:40 PM, Dennis Clarke wrote: If all goes well, I'd like to release 4.7.0 in about three weeks. I'll drop it on Solaris. Give it a push. Do we realy really need that ppl/cloog stuff? I have never seen it build and pass any tests, ever, even once, on Solaris with or without Sun St

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-03 Thread Jakub Jelinek
On Sat, Mar 03, 2012 at 02:04:49PM +, Jonathan Wakely wrote: > > it would be nice to see a fixincl update for 4.6/4.7 to support > > header as a workaround for PR50916. > > That bug's not even open, pointing it out after the RC has been made > isn't going to help get it looked at for 4.7.0 T

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-03 Thread Ralf Corsepius
On 03/03/2012 02:58 PM, Richard Guenther wrote: On Sat, Mar 3, 2012 at 11:17 AM, Ralf Corsepius wrote: On 03/02/2012 02:44 PM, Richard Guenther wrote: GCC 4.7.0 Release Candidate available from gcc.gnu.org The first release candidate for GCC 4.7.0 is available from ftp://gcc.gnu.org

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-03 Thread Jonathan Wakely
2012/3/3 Paweł Sikora: > On Friday 02 of March 2012 14:44:45 Richard Guenther wrote: >> >> GCC 4.7.0 Release Candidate available from gcc.gnu.org >> >> The first release candidate for GCC 4.7.0 is available from >> >>  ftp://gcc.gnu.org/pub/gcc/snapshots/

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-03 Thread Richard Guenther
On Sat, Mar 3, 2012 at 11:17 AM, Ralf Corsepius wrote: > On 03/02/2012 02:44 PM, Richard Guenther wrote: >> >> >> GCC 4.7.0 Release Candidate available from gcc.gnu.org >> >> The first release candidate for GCC 4.7.0 is available from >> >>  ftp://gc

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-03 Thread Ralf Corsepius
On 03/02/2012 02:44 PM, Richard Guenther wrote: GCC 4.7.0 Release Candidate available from gcc.gnu.org The first release candidate for GCC 4.7.0 is available from ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302 and shortly its mirrors. It has been generated from SVN revision 184777

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-03 Thread Paweł Sikora
On Friday 02 of March 2012 14:44:45 Richard Guenther wrote: > > GCC 4.7.0 Release Candidate available from gcc.gnu.org > > The first release candidate for GCC 4.7.0 is available from > > ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302 > > and shortly its mirrors

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-02 Thread Dennis Clarke
> Dennis Clarke writes: > >>> GCC 4.7.0 Release Candidate available from gcc.gnu.org >>> >>> The first release candidate for GCC 4.7.0 is available from >>> >>> ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302 >>> >>> and

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-02 Thread Dennis Clarke
>>> If all goes well, I'd like to release 4.7.0 in about three weeks. >> >> I'll drop it on Solaris. Give it a push. Do we realy really need that >> ppl/cloog stuff? I have never seen it build and pass any tests, ever, >> even once, on Solaris with or without Sun Studio compilers or GCC or >> praye

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-02 Thread Rainer Orth
Dennis Clarke writes: >> GCC 4.7.0 Release Candidate available from gcc.gnu.org >> >> The first release candidate for GCC 4.7.0 is available from >> >> ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302 >> >> and shortly its mirrors. It has been g

Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-02 Thread Dennis Clarke
> > GCC 4.7.0 Release Candidate available from gcc.gnu.org > > The first release candidate for GCC 4.7.0 is available from > > ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302 > > and shortly its mirrors. It has been generated from SVN revision 184777. > >

Re: GCC 4.7.0

2012-03-02 Thread Jakub Jelinek
On Fri, Mar 02, 2012 at 02:35:52PM +0100, Mioljub Ivanovic wrote: > GCC 4.7.0 listed, but there isn't link for download! 4.7.0 hasn't been released yet, just a release candidate - 4.7.0-rc1. The actual release will happen in a few weeks. If you want to try the release candidate, th

GCC 4.7.0 Release Candidate available from gcc.gnu.org

2012-03-02 Thread Richard Guenther
GCC 4.7.0 Release Candidate available from gcc.gnu.org The first release candidate for GCC 4.7.0 is available from ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302 and shortly its mirrors. It has been generated from SVN revision 184777. I have so far bootstrapped and tested the release

GCC 4.7.0

2012-03-02 Thread Mioljub Ivanovic
GCC 4.7.0 listed, but there isn't link for download!

Re: GCC 4.7.0 Status Report (2012-03-02)

2012-03-02 Thread Paolo Carlini
On 03/02/2012 12:15 PM, Richard Guenther wrote: The GCC 4.7 branch has been created and a first release candidate is being prepared right now. The branch is closed for now. Just be clear (I think the information could be useful in general): mainline can be already considered open for Stage 1 co

GCC 4.7.0 Status Report (2012-03-02)

2012-03-02 Thread Richard Guenther
The GCC 4.7 branch has been created and a first release candidate is being prepared right now. The branch is closed for now. Previous Report === http://gcc.gnu.org/ml/gcc/2012-02/msg00441.html The next report will announce the release candidate.

GCC 4.7.0 Status Report (2012-02-27)

2012-02-27 Thread Richard Guenther
Status == The trunk is still in regression and documentation fixes only state (so-called stage4). We have reached a point where it is sufficiently stable for a first release candidate. If there appear no serious release blockers in the next few days expect a release candidate this week. As

GCC 4.7.0 Status Report (2012-01-27)

2012-01-27 Thread Jakub Jelinek
Status == GCC is now in stage4, only regression and documentation fixes are being accepted. The trunk will remain in this state until it is sufficiently stable for release. Then we will create the 4.7 branch and do a first release candidate. The overall status looks nice, please keep up the

GCC 4.7.0 Status Report (2012-01-09), Stage 3 ends now

2012-01-09 Thread Richard Guenther
Status == Stage 3 is now officially over, after a bit more than two months. The GCC trunk is now in regression and documentation fixes only state (so-called stage4). The trunk will remain in this state until it is sufficiently stable for release. At this point we will create the 4.7 branch

Re: GCC 4.7.0 Status Report (2011-12-06)

2011-12-22 Thread Joseph S. Myers
On Thu, 22 Dec 2011, Gary Funck wrote: > On 12/06/11 01:18:28, Joseph S. Myers wrote: > > [...] It still seems reasonable to aim for > > entering Stage 4 (regression fixes and documentation changes only) in > > early January and the 4.7.0 release in March or April. > > At what point in time would

Re: GCC 4.7.0 Status Report (2011-12-06)

2011-12-22 Thread Gary Funck
On 12/06/11 01:18:28, Joseph S. Myers wrote: > [...] It still seems reasonable to aim for > entering Stage 4 (regression fixes and documentation changes only) in > early January and the 4.7.0 release in March or April. At what point in time would the GCC 4.7 branch be created, and the trunk would

GCC 4.7.0 Status Report (2011-12-06)

2011-12-05 Thread Joseph S. Myers
Status == GCC trunk remains in stage 3, bug fixes and documentation changes only (subject to the usual freedom of maintainers to judge what changes are appropriate in their areas of the compiler). The CR16 and Tile ports and the resurrection of the Interix OS port could still go in if updated

Re: GCC 4.7.0 Status Report (2011-10-27), Stage 1 will end Nov 7th

2011-11-15 Thread Michael Zolotukhin
Hello! x86-specific part of this patch was committed to the trunk recently. There is also target-independent part, which covers memset/memcopy for the smallest sizes (from 1 to ~256 bytes). In contrast to existing implementation, it has a cost model to choose the fastest move-mode (which could be

Re: GCC 4.7.0 Status Report (2011-11-08), Stage 1 is over, Stage 3 in effect immediately

2011-11-09 Thread Joseph S. Myers
On Tue, 8 Nov 2011, Jakub Jelinek wrote: > during the last minute, patches submitted during stage1 > may be still accepted, if they don't need significant rewrites, > but please try to get them in soon. Otherwise only bugfixes > and documentation fixes are allowed for the trunk. To be clear sinc

GCC 4.7.0 Status Report (2011-11-08), Stage 1 is over, Stage 3 in effect immediately

2011-11-08 Thread Jakub Jelinek
Status == The GCC trunk is now in stage3, even TM branch has been merged during the last minute, patches submitted during stage1 may be still accepted, if they don't need significant rewrites, but please try to get them in soon. Otherwise only bugfixes and documentation fixes are allowed for

Re: GCC 4.7.0 Status Report (2011-10-27), Stage 1 will end Nov 7th

2011-10-27 Thread Uros Bizjak
Hello! > The GCC trunk is still in stage1. Stage1 will last until > Nov 7th (including, use your timezone to your advantage) after > which we will have been in stage1 for nearth 8 months. > In stage3 the trunk will be open for general bugfixing, no > new features will be accepted. There is a pat

GCC 4.7.0 Status Report (2011-10-27), Stage 1 will end Nov 7th

2011-10-27 Thread Richard Guenther
Status == The GCC trunk is still in stage1. Stage1 will last until Nov 7th (including, use your timezone to your advantage) after which we will have been in stage1 for nearth 8 months. In stage3 the trunk will be open for general bugfixing, no new features will be accepted. Now is time to b

RE: GCC 4.7.0 Status Report (2011-09-09)

2011-10-19 Thread Iyer, Balaji V
-Original Message- From: Gary Funck [mailto:g...@intrepid.com] Sent: Thursday, September 22, 2011 5:00 PM To: Jakub Jelinek Cc: gcc@gcc.gnu.org; Joseph S. Myers Subject: Re: GCC 4.7.0 Status Report (2011-09-09) On 09/09/11 09:09:30, Jakub Jelinek wrote: > [...] What is the status

Re: GCC 4.7.0 Status Report (2011-10-11)

2011-10-11 Thread Gerald Pfeifer
Website updated as follows. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.813 diff -u -r1.813 index.html --- index.html 12 Sep 2011 00:04:45 - 1.813 +++ index.html 12 Oct

GCC 4.7.0 Status Report (2011-10-11)

2011-10-11 Thread Joseph S. Myers
Status == Trunk remains in Stage 1 and based on the 4.6 release schedule this should end around the end of October unless a small delay is useful to help merge any development branches. Of the branches mentioned in the last status report, it appears that only transactional-memory and cxx-mem-

Re: GCC 4.7.0 Status Report (2011-09-09)

2011-10-08 Thread Torvald Riegel
On Mon, 2011-09-12 at 08:51 -0500, Aldy Hernandez wrote: > Jakub Jelinek writes: > > > In particular, is transactional-memory branch mergeable within > > a month and half, at least some parts of cxx-mem-model branch, > > bitfield lowering? What is the status of lra, reload-2a, pph, > > Torvald

Re: GCC 4.7.0 Status Report (2011-09-09)

2011-09-22 Thread Gary Funck
On 09/09/11 09:09:30, Jakub Jelinek wrote: > [...] What is the status of lra, reload-2a, pph, > cilkplus, gupc (I assume at least some of these are 4.8+ material)? For GUPC, we are targeting GCC 4.8. thanks, - Gary

Re: GCC 4.7.0 Status Report (2011-09-09)

2011-09-13 Thread Jan Hubicka
> On 09/09/2011 03:09 AM, Jakub Jelinek wrote: >> Status >> == >> >> The trunk is in Stage 1, which, if we follow roughly the 4.6 >> release schedule, should end around end of October. >> At this point I'd like to gather the status of the various >> development branches that haven't been merged

Re: GCC 4.7.0 Status Report (2011-09-09)

2011-09-12 Thread Jeff Law
On 09/09/2011 01:09 AM, Jakub Jelinek wrote: bitfield lowering? What is the status of lra, reload-2a, pph, cilkplus, gupc (I assume at least some of these are 4.8+ material)? The bits on reload-v2a provide range splitting and a second chance at assigning a hard reg for unallocated allocnos. Th

Re: GCC 4.7.0 Status Report (2011-09-09)

2011-09-12 Thread Aldy Hernandez
Jakub Jelinek writes: > In particular, is transactional-memory branch mergeable within > a month and half, at least some parts of cxx-mem-model branch, > bitfield lowering? What is the status of lra, reload-2a, pph, Torvald and I are looking into getting things merge read, but... The main prob

Re: GCC 4.7.0 Status Report (2011-09-09)

2011-09-09 Thread Vladimir Makarov
On 09/09/2011 03:09 AM, Jakub Jelinek wrote: Status == The trunk is in Stage 1, which, if we follow roughly the 4.6 release schedule, should end around end of October. At this point I'd like to gather the status of the various development branches that haven't been merged into trunk yet and

Re: GCC 4.7.0 Status Report (2011-09-09)

2011-09-09 Thread Andrew MacLeod
On 09/09/2011 03:09 AM, Jakub Jelinek wrote: In particular, is transactional-memory branch mergeable within a month and half, at least some parts of cxx-mem-model branch, There will certainly be some parts of the branch which would be appropriate for merging with mainline in october. We ough

Re: GCC 4.7.0 Status Report (2011-09-09)

2011-09-09 Thread Richard Guenther
On Fri, Sep 9, 2011 at 9:09 AM, Jakub Jelinek wrote: > Status > == > > The trunk is in Stage 1, which, if we follow roughly the 4.6 > release schedule, should end around end of October. > At this point I'd like to gather the status of the various > development branches that haven't been merged

GCC 4.7.0 Status Report (2011-09-09)

2011-09-09 Thread Jakub Jelinek
Status == The trunk is in Stage 1, which, if we follow roughly the 4.6 release schedule, should end around end of October. At this point I'd like to gather the status of the various development branches that haven't been merged into trunk yet and whether it is possible to merge them with such

GCC 4.7.0 Status Report (2011-03-14)

2011-03-14 Thread Jakub Jelinek
Status == As 4.6 has branched, the trunk is again in Stage 1, open for development. Please go ahead and begin checking in approved patches. Please try to coordinate so that we do not have multiple overlapping radical changes. Please announce your intent to commit a major in advance of doing