Re: Copyright assignment

2013-02-08 Thread David Edelsohn
On Fri, Feb 8, 2013 at 4:00 AM, Damian Rouson wrote: > I'm interested in contributing to the gfortran compiler. Please send > me any forms or instructions I need to follow regarding copyright > assignment. I sent the forms directly. - David

Re: Copyright assignment

2013-02-08 Thread Jeffrey Walton
On Fri, Feb 8, 2013 at 4:00 AM, Damian Rouson wrote: > I'm interested in contributing to the gfortran compiler. Please send > me any forms or instructions I need to follow regarding copyright > assignment. http://www.fsf.org/volunteer They will send you some forms you need to fill out and return

gcc-4.6-20130208 is now available

2013-02-08 Thread gccadmin
Snapshot gcc-4.6-20130208 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20130208/ 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

Re: gcc : c++11 : full support : eta?

2013-02-08 Thread Jeff Law
On 02/08/2013 09:15 AM, Florian Weimer wrote: On 01/24/2013 08:55 PM, Diego Novillo wrote: I do see, however, a few areas where Clang/LLVM have gone that I do not think GCC is currently thinking of entering: "toolability" (for the lack of a better term). Clang's design follows a different path

Re: gcc : c++11 : full support : eta?

2013-02-08 Thread Florian Weimer
On 01/24/2013 08:55 PM, Diego Novillo wrote: I do see, however, a few areas where Clang/LLVM have gone that I do not think GCC is currently thinking of entering: "toolability" (for the lack of a better term). Clang's design follows a different path than g++. It's not just a code generating par

Copyright assignment

2013-02-08 Thread Damian Rouson
I'm interested in contributing to the gfortran compiler. Please send me any forms or instructions I need to follow regarding copyright assignment. Damian Rouson +1-510-600-2992 (mobile)

Re: SPEC2000 comparison of LLVM-3.2 and coming GCC4.8 on x86/x86-64

2013-02-08 Thread Gabriel Paubert
On Thu, Feb 07, 2013 at 11:46:04AM -0500, Vladimir Makarov wrote: > On 02/07/2013 11:09 AM, Richard Biener wrote: > >On Thu, Feb 7, 2013 at 4:26 PM, Vladimir Makarov wrote: > >>I've add pages comparing LLVM-3.2 and coming GCC 4.8 on > >>http://vmakarov.fedorapeople.org/spec/. > >> > >>The pages ar

Re: Marking nodes as addressable

2013-02-08 Thread Matt Davis
On Fri, Feb 8, 2013 at 7:20 PM, Richard Biener wrote: > On Fri, Feb 8, 2013 at 2:40 AM, Matt Davis wrote: >> I have a GIMPLE_CALL statement and I want to mark the left-hand-side >> value as being addressable (mark_addressable()). I am trying to force >> the result to be stored on the stack, and

Re: Marking nodes as addressable

2013-02-08 Thread Richard Biener
On Fri, Feb 8, 2013 at 2:40 AM, Matt Davis wrote: > I have a GIMPLE_CALL statement and I want to mark the left-hand-side > value as being addressable (mark_addressable()). I am trying to force > the result to be stored on the stack, and not in a register. I know > the return of a call on an 64bi