Re: C++ bootstrap of GCC - still useful ?

2011-07-10 Thread Eric Botcazou
> The immediate blocker to using C++ in gcc is the Ada frontend. > --enable-build-with-cxx and --enable-languages=ada do not work together. Could you elaborate? -- Eric Botcazou

Advice for changing OpenMP translation

2011-07-10 Thread Sho Nakatani
Hello, I am trying to improve OpenMP task implementation. At first I thought I just have to modify ABIs (such as GOMP_task) internal but I realised I have to change the translation of OpenMP. My question is how to change the translation of OpenMP. (I guess I should edit gcc/omp-low.c:create_omp_c

Announce: GCC MELT plugin 0.8 rc3 for GCC 4.6

2011-07-10 Thread Basile Starynkevitch
Hello All, The release candidate 3 of the MELT plugin version 0.8 for GCC 4.6 is available as a gzipped source tar archive, from http://gcc-melt.org/melt-0.8rc3-plugin-for-gcc-4.6.tgz of size 3356872 bytes, of md5sum 7fb95a2469948ee9ffeb10cb523ab134 (july 10th 2011). It is extracted from MELT bra

Re: Improve addsi3 for CONST_INT

2011-07-10 Thread Denis Chertykov
2011/7/8 Georg-Johann Lay : > Denis Chertykov wrote: >> 2011/7/7 Georg-Johann Lay: >>> Hi Denis. >> >> I think that it's a good question to discuss inside gcc mailing list. >> May be somebody more qualified person give a better suggestion than me. > > ...bringing this over to gcc mailing list > >>>

MELT plugin 0.8rc for 4.6 on 32 bits x86

2011-07-10 Thread Basile Starynkevitch
On Sat, 09 Jul 2011 10:08:06 +1000 Allan McRae wrote: > On 09/07/11 01:43, Basile Starynkevitch wrote: > > On Fri, 08 Jul 2011 19:50:11 +1000 > > Allan McRae wrote: > > > >> On 08/07/11 19:15, Basile Starynkevitch wrote: > >>> On Fri, Jul 08, 2011 at 06:41:30PM +1000, Allan McRae wrote: > e

MELT plugin 0.8rc4 for 4.6

2011-07-10 Thread Basile Starynkevitch
On Sun, 10 Jul 2011 19:00:14 +0200 Basile Starynkevitch wrote: > > For your information, I corrected that bug (not only made the > workaround) on MELT svn rev. 176125. > > So I think that the MELT plugin 0.8 final > (which I will probably release in a couple of days) will have that bug > correc

Re: C++ bootstrap of GCC - still useful ?

2011-07-10 Thread Toon Moene
On 07/10/2011 06:45 AM, Ian Lance Taylor wrote: Toon Moene writes: As of a couple of months, I perform a bootstrap-with-C++ (--enable-build-with-cxx) daily on my machine between 18:10 and 20:10 UTC. I see that the build by a C++ compiler has been the subject of the GCC Gathering at Google:

Re: C++ bootstrap of GCC - still useful ?

2011-07-10 Thread Gabriel Dos Reis
On Sun, Jul 10, 2011 at 1:03 PM, Toon Moene wrote: > BTW, the ultimate reason I asked was that it turned out that running an > ordinary quad core PC to the max doesn't come for free. > > Last month I got past year's electricity bill - it turns out that I am now > (16 hours of weather forecasting

Re: Advice for changing OpenMP translation

2011-07-10 Thread Jakub Jelinek
On Sun, Jul 10, 2011 at 09:36:15PM +0900, Sho Nakatani wrote: > I am trying to improve OpenMP task implementation. > At first I thought I just have to modify ABIs (such as GOMP_task) internal > but I realised I have to change the translation of OpenMP. > > My question is how to change the translat

Re: C++ bootstrap of GCC - still useful ?

2011-07-10 Thread Laurent GUERBY
On Sun, 2011-07-10 at 20:03 +0200, Toon Moene wrote: > On 07/10/2011 06:45 AM, Ian Lance Taylor wrote: > > > Toon Moene writes: > > >> As of a couple of months, I perform a bootstrap-with-C++ > >> (--enable-build-with-cxx) daily on my machine between 18:10 and 20:10 > >> UTC. > >> > >> I see tha

Re: MELT plugin 0.8rc4 for 4.6

2011-07-10 Thread Allan McRae
On 11/07/11 03:15, Basile Starynkevitch wrote: On Sun, 10 Jul 2011 19:00:14 +0200 Basile Starynkevitch wrote: For your information, I corrected that bug (not only made the workaround) on MELT svn rev. 176125. So I think that the MELT plugin 0.8 final (which I will probably release in a couple

Re: GSOC - Student Roundup

2011-07-10 Thread Ismail
On 06.07.2011 11:39, Pierre Vittet wrote: Hi, I am Pierre Vittet, one of the GSOC students. I am writing a plugin which is a simple statical analysis tools. The idea is to write some tests (like testing that a function call is tested to return somethings (not) null, or testing that a call to