[gnat] stmt_group_free_list and gnu_stack_free_list in trans.c

2009-09-10 Thread Oliver Kellogg
Hello, What is the point of stmt_group_free_list and gnu_stack_free_list in trans.c? Why not always allocate a fresh node? Thanks, Oliver

Re: hppa testsuite stalls?

2009-09-10 Thread Dave Korn
Matthias Klose wrote: > On 09.09.2009 03:07, John David Anglin wrote: >> > >> the testsuite on the hppa machine (gcc61 on the compile farm) has >>> always hanged for me from time to time. However, lately (at least >>> since I returned from vacation last Monday) it hangs every time. >> >> This is

Re: hppa testsuite stalls?

2009-09-10 Thread Matthias Klose
On 09.09.2009 03:07, John David Anglin wrote: the testsuite on the hppa machine (gcc61 on the compile farm) has always hanged for me from time to time. However, lately (at least since I returned from vacation last Monday) it hangs every time. This is likely a kernel problem. There are lo

gcc-4.5-20090910 is now available

2009-09-10 Thread gccadmin
Snapshot gcc-4.5-20090910 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.5-20090910/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

RTEMS SPARC ACATS Results (SVN head failures)

2009-09-10 Thread Joel Sherrill
c9a011a c9a011b ca5004a cb20001 cb4013a cb41002 cb5001a cb5001b cb5002a cc1104c cc1207b cc1225a cc1310a cc3019c cc3106b cc3120b cc3207b cc3225a cc3601c cc3602a cd10002 cd2a91c cd2c11a cd5003e cd72a02 cxh3001 cxh3002 cxh3003 la14027 sparc-rtems4.10-gcc (GCC) 4.5.0 20090910 (experimental) [trunk

MPC 0.7 officially released, please test and report your results!

2009-09-10 Thread Kaveh R. GHAZI
Hi, mpc-0.7 now has been released, you can get the package here: http://www.multiprecision.org/index.php?prog=mpc&page=download Here's the official announcement: http://lists.gforge.inria.fr/pipermail/mpc-discuss/2009-September/000554.html Of particular interest in this release are bugfixes, esp

Re: [gcc-in-cxx] Trunk fails to bootstrap with --enable-build-with-cxx

2009-09-10 Thread Pedro Lamarão
2009/9/10 Ralf Wildenhues : > * Pedro Lamarão wrote on Thu, Aug 27, 2009 at 12:24:07AM CEST: >> 2009/8/26 Ralf Wildenhues: >> I think this is new in glibc 2.10, for the reasons given by Jason Merrill >> above. >> I've discussed this problem with Jerry Quinn before, and he had a >> tentative patch

Re: [gcc-in-cxx] Trunk fails to bootstrap with --enable-build-with-cxx

2009-09-10 Thread Ralf Wildenhues
* Pedro Lamarão wrote on Thu, Aug 27, 2009 at 12:24:07AM CEST: > 2009/8/26 Ralf Wildenhues: > > >> >.../../trunk/libcpp/../include/libiberty.h:106: error: new declaration > >> >‘char* basename(const char*)’ > >> >/usr/include/string.h:601: error: ambiguates old declaration ‘const > >> >char* basen

Problems with lambda implementation

2009-09-10 Thread Sergey Sadovnikov
Hello, Recently I made some tests with lambda (mingw build) I found some problems. Here they are: 1. Lambda and template type deduction. Try this sample: #include #include #include #include typedef std::function FnType; template FnType average_damp(T fn) { return [fn](double x) {retur

Re: gcc & C++ instead of g++

2009-09-10 Thread Mohsen Pahlevanzadeh
Sorry, I'm gonna go to unsbscribe. On Wed, 2009-09-09 at 23:42 -0700, Ian Lance Taylor wrote: > Mohsen Pahlevanzadeh writes: > > > How do i write C++ with gcc instead of g++? > > The question is not appropriate for the mailing list g...@gcc.gnu.org. > It is appropriate for gcc-h...@gcc.gnu.o