gcc-7-20160710 is now available

2016-07-10 Thread gccadmin
Snapshot gcc-7-20160710 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20160710/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 7 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

Re: Should we import gnulib under gcc/ or at the top-level like libiberty?

2016-07-10 Thread Manuel López-Ibáñez
On 23 June 2016 at 18:02, Pedro Alves wrote: > But on the other hand, the idea of maintaining multiple gnulib > copies isn't that appealing either. Considering that the long > term desired result ends up with a libiberty that is no longer a > portability library, but instead only an utilities lib

Re: what does -fno-pic do ?

2016-07-10 Thread Jonathan Wakely
On 10 July 2016 at 15:18, Yubin Ruan wrote: > Hi, > I am reading some OS kernel codes, and I find that in the Makefile used > to build the kernel, there is a **-fno-pic** flag. I totally don't > understand what that mean. I try to find some description from the man pages > but can find no direc

Re: [gimplefe] hacking pass manager

2016-07-10 Thread Prasad Ghangal
On 8 July 2016 at 13:13, Richard Biener wrote: > On Thu, Jul 7, 2016 at 9:45 PM, Prasad Ghangal > wrote: >> On 6 July 2016 at 14:24, Richard Biener wrote: >>> On Wed, Jul 6, 2016 at 9:51 AM, Prasad Ghangal >>> wrote: On 30 June 2016 at 17:10, Richard Biener wrote: > On Wed, Ju

what does -fno-pic do ?

2016-07-10 Thread Yubin Ruan
Hi, I am reading some OS kernel codes, and I find that in the Makefile used to build the kernel, there is a **-fno-pic** flag. I totally don't understand what that mean. I try to find some description from the man pages but can find no direct description about that flag(same for the **-fpi