Re: Importing gnulib into the gcc tree

2016-08-21 Thread Gerald Pfeifer
Hi Ayush, On Mon, 18 Jul 2016, ayush goel wrote: > I’m attaching a patch just containing the changes made in the /doc. a couple of comments. Index: gnulib-import.texi === --- gnulib-import.texi (nonexistent) +++ gnulib-import.tex

Re: Importing gnulib into the gcc tree

2016-07-18 Thread ayush goel
Replies inline -- Thanks, Ayush Goel On 17 July 2016 at 9:44:27 PM, Manuel López-Ibáñez (lopeziba...@gmail.com) wrote: > On 16 July 2016 at 10:54, ayush goel wrote: > > Hi, > > Thanks for the feedbacks. > > > > —> I’m already configuring gcc with multiple languages and multilib enabled > > >

Re: Importing gnulib into the gcc tree

2016-07-17 Thread Manuel López-Ibáñez
On 16 July 2016 at 10:54, ayush goel wrote: > Hi, > Thanks for the feedbacks. > > —> I’m already configuring gcc with multiple languages and multilib enabled > > —> The changes have been bootstrapped and regression tested (complete check, > make -k -j20 check). > > —> As mentioned, I have locally

Re: Importing gnulib into the gcc tree

2016-07-16 Thread ayush goel
Hi, Thanks for the feedbacks. —> I’m already configuring gcc with multiple languages and multilib enabled —> The changes have been bootstrapped and regression tested (complete check,  make -k -j20 check). —> As mentioned, I have locally removed obstack.[ch] from libiberty and built and tested t

Re: Importing gnulib into the gcc tree

2016-07-10 Thread David Malcolm
On Sun, 2016-07-10 at 22:13 +0100, Manuel López-Ibáñez wrote: > On 10 July 2016 at 17:04, Manuel López-Ibáñez > wrote: > > Hi Ayush, > > > > Some suggestions: > > Also, it may be a good idea to configure with: > > --enable-languages=c,ada,c++,java,go,fortran,objc,obj-c++ --enable > -multilib >

Re: Importing gnulib into the gcc tree

2016-07-10 Thread Manuel López-Ibáñez
On 10 July 2016 at 17:04, Manuel López-Ibáñez wrote: > Hi Ayush, > > Some suggestions: Also, it may be a good idea to configure with: --enable-languages=c,ada,c++,java,go,fortran,objc,obj-c++ --enable-multilib so that you get as much coverage as possible. Cheers, Manuel.

Re: Importing gnulib into the gcc tree

2016-07-10 Thread Manuel López-Ibáñez
Hi Ayush, Some suggestions: * When resubmitting a patch, also add again the Changelog. * Use '.diff' or '.patch' as an extension, so that mail readers can open the file as text. * Mention that you have a copyright assignment in place already (I'm assuming you have one already, no?). * Mention how

Re: Importing gnulib into the gcc tree

2016-07-08 Thread ayush goel
Yes, that’s correct. It has been moved before the libiberty library in the list now. Bootstrapped the system with the changes as well. PFA the updated patch -- Thanks, Ayush Goel On 8 July 2016 at 2:29:04 AM, Manuel López-Ibáñez (lopeziba...@gmail.com) wrote: > On 7 July 2016 at 13:48, ayus

Re: Importing gnulib into the gcc tree

2016-07-07 Thread Manuel López-Ibáñez
On 7 July 2016 at 13:48, ayush goel wrote: > In order to show the setup works, I’ve replaced libiberty’s version by > obstack by gnulib’s. This was made possible by replacing the corresponding > header file and then including gnulib headers and gnulib static library in > the build path required

Re: Importing gnulib into the gcc tree

2016-07-07 Thread ayush goel
Hey,  As a first step of my GSOC project (https://gcc.gnu.org/wiki/replacelibibertywithgnulib) I have imported the gnulib library inside the gcc tree. I have created gnulib as a top level directory which contains the necessary scripts to import the modules. It also contains the necessary Makefi

Re: Importing gnulib into the gcc tree

2016-06-27 Thread Joseph Myers
On Sat, 25 Jun 2016, ayush goel wrote: > Initially I have just imported the bcopy module from gnulib which will > eventually replace gcc’s dependency on libiberty’s bcopy.  GCC should not depend on bcopy. Any bcopy use is a bug and it should be replaced by memcpy or memmove as appropriate. Th

Re: Importing gnulib into the gcc tree

2016-06-25 Thread Jakub Sejdak
I think, that you missed the patch file or it was removed from your email by server. 2016-06-25 14:06 GMT+02:00 ayush goel : > Hey, > As a first step of my GSOC project > (https://gcc.gnu.org/wiki/replacelibibertywithgnulib) I have imported the > gnulib library inside the gcc tree. I have create

Importing gnulib into the gcc tree

2016-06-25 Thread ayush goel
Hey,  As a first step of my GSOC project (https://gcc.gnu.org/wiki/replacelibibertywithgnulib) I have imported the gnulib library inside the gcc tree. I have created gnulib as a top level directory which contains the necessary scripts to import the modules. It also contains the necessary Makefi