Re: Merging the cxx-conversion branch into trunk

2012-08-03 Thread Richard Guenther
On Thu, Aug 2, 2012 at 8:58 PM, Diego Novillo wrote: > > We are about ready to have the cxx-conversion branch merged back into trunk. > > This merge will change the following: > > 1- The compiler can only be built with a C++ compiler. > > 2- The tree macros can be called from gdb (when GCC is buil

Bug for each patch

2012-08-03 Thread Paulo J. Matos
Hi, Can someone please clarify some policies with GCC contribution. If I have a patch with a GCC enhancement, do I need to obtain a bug report for it and then submit the patch or I can submit a patch to the patch mailing list without opening a bug report? Cheers, -- PMatos

Re: Bug for each patch

2012-08-03 Thread Ian Lance Taylor
On Fri, Aug 3, 2012 at 6:33 AM, Paulo J. Matos wrote: > > Can someone please clarify some policies with GCC contribution. If I have a > patch with a GCC enhancement, do I need to obtain a bug report for it and > then submit the patch or I can submit a patch to the patch mailing list > without open

MELT plugin release 0.9.6-d for GCC 4.6 and 4.7 (& graphical probe)]

2012-08-03 Thread Basile Starynkevitch
Hello All, After many tentative releases, I am proud to announce the MELT plugin 0.9.6-d release for GCC 4.6 and 4.7 MELT is a high-level domain specific language to extend GCC (with features like pattern matching to make that less difficult than thru GCC plugins hand-coded in C). You can do

Re: Change default BOOT_CFLAGS for release builds

2012-08-03 Thread Dimitrios Apostolou
Hello, I got no replies, so I guess there is no will to move GCC to -O3 by default, so I shouldn't bother submitting a patch? As a reminder, cc1 is 0-4% faster but almost 10% bigger executable. Testsuite showed no regression. Bootstrap time is greater (don't have the numbers) but I proposed

Re: Are we fast yet?

2012-08-03 Thread Dimitrios Apostolou
Hello, I've finished some final updates, according to recommendations you proposed. Please let me know what you think. On Wed, 4 Jul 2012, Dimitrios Apostolou wrote: On Thu, 28 Jun 2012, Dimitrios Apostolou wrote: http://teras-ics.mooo.com:8003/ * 4 tests are now benchmarked: empty.c, r

Re: Merging the cxx-conversion branch into trunk

2012-08-03 Thread Lawrence Crowl
On 8/3/12, Richard Guenther wrote: > On Aug 2, 2012 Diego Novillo wrote: > > We are about ready to have the cxx-conversion branch merged > > back into trunk. > > > > This merge will change the following: > > > > 1- The compiler can only be built with a C++ compiler. > > > > 2- The tree macros can

Re: TOC errors on AIX

2012-08-03 Thread Perry Smith
On Jul 31, 2012, at 4:30 PM, David Edelsohn wrote: > On Sun, Jul 29, 2012 at 12:48 PM, Perry Smith wrote: >> Hi, >> >> This is an age old topic but I can't find how to solve it. I've searched >> the past few days. >> >> I'm trying to build passenger on AIX 6.1 TL07 SP03 using gcc 4.5.2 that

gcc-4.6-20120803 is now available

2012-08-03 Thread gccadmin
Snapshot gcc-4.6-20120803 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20120803/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Creating a global string constant node.

2012-08-03 Thread Matt Davis
Hello, I need to create a global string constant node. In the past, I have always been able to add global variables, but I have always left them uninitialized. I know the trick is to build_decl() of VAR_DECL and, I guess in this case the type char_node_type. However, I want the global decl initi

Re: Creating a global string constant node.

2012-08-03 Thread Matt Davis
On Sat, Aug 4, 2012 at 12:52 PM, Matt Davis wrote: > Hello, > I need to create a global string constant node. In the past, I have > always been able to add global variables, but I have always left them > uninitialized. I know the trick is to build_decl() of VAR_DECL and, I > guess in this case t