Copyright assignment forms

2012-08-02 Thread Paulo J. Matos
Hello, Could someone please send me the copyright assignment forms for single contributions and for all future contributions? Cheers, -- PMatos

Re: Copyright assignment forms

2012-08-02 Thread Patrick Marlier
Hi, Here the links about that: http://gcc.gnu.org/wiki/CopyrightAssignment -- Patrick On 08/02/2012 09:14 AM, Paulo J. Matos wrote: Hello, Could someone please send me the copyright assignment forms for single contributions and for all future contributions? Cheers,

Re: Copyright assignment forms

2012-08-02 Thread Paulo J. Matos
On 02/08/12 14:31, Patrick Marlier wrote: Hi, Here the links about that: http://gcc.gnu.org/wiki/CopyrightAssignment Thanks, I just sent the request to the list because the GCC webpage http://gcc.gnu.org/contribute.html request you to contact the list to obtain the forms: "See some documen

Re: Copyright assignment forms

2012-08-02 Thread Ian Lance Taylor
On Thu, Aug 2, 2012 at 6:14 AM, Paulo J. Matos wrote: > > Could someone please send me the copyright assignment forms for single > contributions and for all future contributions? Sent off-list. (FYI for others: we generally send off-list because there are several forms, and us sending the form m

x86_64 unwinder in libgcc_s

2012-08-02 Thread Dmitri Shubin
Hello! I got strange problem in LuaJIT [1] stack unwinding on Solaris x64. If I build everything using GCC with unwinder from libgcc_s everything works fine. But when I try to use GCC-built libluajit.a in executable built using Sun Studio 12.2 with standard solaris unwinder from libc I got a cr

Re: PR53914, rs6000 constraints and reload queries

2012-08-02 Thread Olivier Hainque
On Aug 1, 2012, at 16:04 , Ulrich Weigand wrote: > I've been wondering about mode_dependent_address_p myself. It currently > appears to cover two quite separate questions: > > - If I have a valid address, will it remain valid if I change its mode to > something else? > > - If I have a valid ad

Merging the cxx-conversion branch into trunk

2012-08-02 Thread Diego Novillo
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 built with -g3). 3- htab and VEC have been converted to use C++ temp