Votre Maison

2010-06-03 Thread Bonjour
Bonjour, pour l'achat ou la vente de votre propriété (maison, chalet, condo, terrain, ou commerce), pour du prêt hypothécaire ou une reprise de finance, visitez: http://www.voscomplicesimmobilier.com Un service complet, rapide et professionnel. Merci. Vos complices immobiliers. Jean-Pierre et R

Re: Design Considerations of GIMPLE Front End

2010-06-03 Thread Sebastian Pop
Hi, On Mon, May 17, 2010 at 15:15, Sandeep Soni wrote: > Hi, > > As part of GSoC 2010, I am developing a front end for GIMPLE. > You can find the basic theme of the project at: > http://gcc.gnu.org/wiki/GimpleFrontEnd > > One of the most important components in this GIMPLE Front End is to > conve

gcc-4.5-20100603 is now available

2010-06-03 Thread gccadmin
Snapshot gcc-4.5-20100603 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.5-20100603/ 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/branches

Re: Using C++ in GCC is OK

2010-06-03 Thread Jonathan Wakely
On 3 June 2010 20:35, Steinar Bang wrote: >> Mark Mitchell : > >> I think virtual functions are on the edge; quite useful, but do result >> in the compiler adding a pointer to data objects and in uninlinable >> indirect calls at run-time.  Therefore, I would avoid them in the >> initial subset

RE: Request for suppressing "warn_unused_result" warnings

2010-06-03 Thread Vakatov, Denis (NIH/NLM/NCBI) [E]
Okay, I guess we 'll just disable the __wur's by default then -- as introducing an unnecessary hard-to-avoid noise. I recon many other people do the same. Thanks nevertheless. It's still a useful feature, just not flexible enough to use it for *everyday* compilation. Denis

Re: Using C++ in GCC is OK

2010-06-03 Thread Robert Dewar
Steinar Bang wrote: Mark Mitchell : I think virtual functions are on the edge; quite useful, but do result in the compiler adding a pointer to data objects and in uninlinable indirect calls at run-time. Therefore, I would avoid them in the initial subset of C++ used in GCC. Umm...? Virtual

Re: Using C++ in GCC is OK

2010-06-03 Thread Robert Dewar
Andrew Haley wrote: Right, but I didn't think there was any plan to convert en masse to C++ -- just to allow people to use it where appropriate. Apart from anything else, there's always a nonzero probablility of breaking something. It's the "where appropriate" that is the sneaky detail here :

RE: Using C++ in GCC is OK

2010-06-03 Thread Hargett, Matt
> On Thu, Jun 3, 2010 at 6:09 AM, Richard Guenther > wrote: > > > Indeed ;)  I'd like us to switch to the C / C++ common soon (thus, > > use C for stage1 and C++ for stage2 and stage3).  That will help > > us sort out problems on the various host/target combinations that > > will surely exist. >

Re: Using C++ in GCC is OK

2010-06-03 Thread Ian Lance Taylor
Steinar Bang writes: >> Mark Mitchell : > >> I think virtual functions are on the edge; quite useful, but do result >> in the compiler adding a pointer to data objects and in uninlinable >> indirect calls at run-time. Therefore, I would avoid them in the >> initial subset of C++ used in GCC.

Re: [x86]: Allow @GOTOFF in non-memory context?

2010-06-03 Thread Uros Bizjak
On Thu, 2010-06-03 at 14:24 +0200, Uros Bizjak wrote: > I'm looking into i386.md, where we have a bunch of instances of > following comment: > > ; Current assemblers are broken and do not allow @GOTOFF in > ; ought but a memory context. > > Code, following this comment di

Re: Using C++ in GCC is OK

2010-06-03 Thread Steinar Bang
> Larry Evans : > claims that switch statements are faster than virtual function calls. That's not really interesting, is it? The overhead and downsides of virtual functions are well known. The upside is the possibility to use polymorphism to make frameworks. All kinds of pluggable framewor

Re: Using C++ in GCC is OK

2010-06-03 Thread Steinar Bang
> Mark Mitchell : > I think virtual functions are on the edge; quite useful, but do result > in the compiler adding a pointer to data objects and in uninlinable > indirect calls at run-time. Therefore, I would avoid them in the > initial subset of C++ used in GCC. Umm...? Virtual functions

Re: Using C++ in GCC is OK

2010-06-03 Thread Basile Starynkevitch
On Thu, 2010-06-03 at 13:05 -0500, Gabriel Dos Reis wrote: > On Thu, Jun 3, 2010 at 6:09 AM, Richard Guenther > wrote: > > > Indeed ;) I'd like us to switch to the C / C++ common soon (thus, > > use C for stage1 and C++ for stage2 and stage3). That will help > > us sort out problems on the vari

Re: Using C++ in GCC is OK

2010-06-03 Thread Gabriel Dos Reis
On Thu, Jun 3, 2010 at 6:09 AM, Richard Guenther wrote: > Indeed ;)  I'd like us to switch to the C / C++ common soon (thus, > use C for stage1 and C++ for stage2 and stage3).  That will help > us sort out problems on the various host/target combinations that > will surely exist. Here is a concr

Re: Using C++ in GCC is OK

2010-06-03 Thread Andrew Haley
On 06/03/2010 12:09 PM, Richard Guenther wrote: > On Thu, Jun 3, 2010 at 12:51 PM, Robert Dewar wrote: >> Steven Bosscher wrote: >> >>> Indeed. It is, well, perhaps not surprising, but quite annoying (to me >>> at least) that a possible move to C++ as implementation language of >>> GCC is so much

Re: Using C++ in GCC is OK

2010-06-03 Thread Toon Moene
On 06/03/2010 12:51 PM, Robert Dewar wrote: Steven Bosscher wrote: Indeed. It is, well, perhaps not surprising, but quite annoying (to me at least) that a possible move to C++ as implementation language of GCC is so much bigger news than all the amazing amounts of work done in the last few yea

Re: Time to create wwwdocs/htdocs/gcc-4.6?

2010-06-03 Thread Michael Meissner
On Thu, Jun 03, 2010 at 03:31:30PM +0200, Gerald Pfeifer wrote: > On Thu, 3 Jun 2010, Richard Guenther wrote: > >> As I was about to check in the -mrecip changes for powerpc on GCC 4.6, > >> I figured to get a start on documentation, and I was going to edit the > >> gcc-4.6/changes.html file.  I

Re: Time to create wwwdocs/htdocs/gcc-4.6?

2010-06-03 Thread Gerald Pfeifer
On Thu, 3 Jun 2010, Richard Guenther wrote: >> As I was about to check in the -mrecip changes for powerpc on GCC 4.6, >> I figured to get a start on documentation, and I was going to edit the >> gcc-4.6/changes.html file.  I realize this is early in the cycle, but >> did we want to create the gc

Re: [x86]: Allow @GOTOFF in non-memory context?

2010-06-03 Thread Kai Tietz
2010/6/3 Uros Bizjak : > Hello! > > I'm looking into i386.md, where we have a bunch of instances of > following comment: > >            ; Current assemblers are broken and do not allow @GOTOFF in >            ; ought but a memory context. > > Code, following this comment disables or special-cases

[x86]: Allow @GOTOFF in non-memory context?

2010-06-03 Thread Uros Bizjak
Hello! I'm looking into i386.md, where we have a bunch of instances of following comment: ; Current assemblers are broken and do not allow @GOTOFF in ; ought but a memory context. Code, following this comment disables or special-cases "pic_symbolic_operands". I'm investi

Re: Target macros vs. target hooks - policy/goal is hooks, isn't it?

2010-06-03 Thread Richard Guenther
On Thu, Jun 3, 2010 at 1:14 PM, Ira Rosen wrote: > > > Richard Guenther wrote on 03/06/2010 02:00:00 > PM: > >> >> tree-vectorizer.h:#ifndef TARG_COND_TAKEN_BRANCH_COST >> >> tree-vectorizer.h:#ifndef TARG_COND_NOT_TAKEN_BRANCH_COST >> >> tree-vectorizer.h:#ifndef TARG_SCALAR_STMT_COST >> >> tree

Re: Target macros vs. target hooks - policy/goal is hooks, isn't it?

2010-06-03 Thread Ira Rosen
Richard Guenther wrote on 03/06/2010 02:00:00 PM: > >> tree-vectorizer.h:#ifndef TARG_COND_TAKEN_BRANCH_COST > >> tree-vectorizer.h:#ifndef TARG_COND_NOT_TAKEN_BRANCH_COST > >> tree-vectorizer.h:#ifndef TARG_SCALAR_STMT_COST > >> tree-vectorizer.h:#ifndef TARG_SCALAR_LOAD_COST > >> tree-vectori

Re: Using C++ in GCC is OK

2010-06-03 Thread Richard Guenther
On Thu, Jun 3, 2010 at 12:51 PM, Robert Dewar wrote: > Steven Bosscher wrote: > >> Indeed. It is, well, perhaps not surprising, but quite annoying (to me >> at least) that a possible move to C++ as implementation language of >> GCC is so much bigger news than all the amazing amounts of work done >

Re: Target macros vs. target hooks - policy/goal is hooks, isn't it?

2010-06-03 Thread Richard Guenther
On Thu, Jun 3, 2010 at 9:01 AM, Ira Rosen wrote: > > > Steven Bosscher wrote on 02/06/2010 06:13:36 PM: > >> >> On Wed, May 26, 2010 at 7:16 PM, Mark Mitchell > wrote: >> > Ulrich Weigand wrote: >> > >> >>> So the question is: The goal is to have hooks, not macros, right? If >> >>> so, can revie

Re: Using C++ in GCC is OK

2010-06-03 Thread Robert Dewar
Steven Bosscher wrote: Indeed. It is, well, perhaps not surprising, but quite annoying (to me at least) that a possible move to C++ as implementation language of GCC is so much bigger news than all the amazing amounts of work done in the last few years on things like LTO, the vectorizer, IRA, et

Re: Time to create wwwdocs/htdocs/gcc-4.6?

2010-06-03 Thread Richard Guenther
On Thu, Jun 3, 2010 at 1:49 AM, Michael Meissner wrote: > As I was about to check in the -mrecip changes for powerpc on GCC 4.6, I > figured to get a start on documentation, and I was going to edit the > gcc-4.6/changes.html file.  I realize this is early in the cycle, but did we > want to create

Re: Using C++ in GCC is OK

2010-06-03 Thread Steven Bosscher
On Thu, Jun 3, 2010 at 10:24 AM, Andrew Haley wrote: > On 06/02/2010 09:19 PM, DJ Delorie wrote: >> >> Robert Dewar writes: >>> I would create a specific committee to reccommend a C++ coding >>> standard (preferably based on one of the standard ones available, such >>> as Google). >> >> Doing thi

Re: Using C++ in GCC is OK

2010-06-03 Thread Paolo Bonzini
On 06/01/2010 08:10 AM, Ian Lance Taylor wrote: Mark Mitchell writes: I am pleased to report that the GCC Steering Committee and the FSF have approved the use of C++ in GCC itself. Of course, there's no reason for us to use C++ features just because we can. The goal is a better compiler for

Re: Using C++ in GCC is OK

2010-06-03 Thread Andrew Haley
On 06/02/2010 09:19 PM, DJ Delorie wrote: > > Robert Dewar writes: >> I would create a specific committee to reccommend a C++ coding >> standard (preferably based on one of the standard ones available, such >> as Google). > > Doing things in secret like that is not the Open Source Way. No, havi

Re: Target macros vs. target hooks - policy/goal is hooks, isn't it?

2010-06-03 Thread Ira Rosen
Steven Bosscher wrote on 02/06/2010 06:13:36 PM: > > On Wed, May 26, 2010 at 7:16 PM, Mark Mitchell wrote: > > Ulrich Weigand wrote: > > > >>> So the question is: The goal is to have hooks, not macros, right? If > >>> so, can reviewers please take care to reject patches that introduce > >>> ne