gcc-4.9-20160504 is now available

2016-05-04 Thread gccadmin
Snapshot gcc-4.9-20160504 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.9-20160504/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.9 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Re: Please, take '-Wmisleading-indentation' out of -Wall

2016-05-04 Thread NightStrike
On Wed, May 4, 2016 at 3:35 PM, Manuel López-Ibáñez wrote: > On 04/05/16 19:20, David Malcolm wrote: >> >> On Wed, 2016-05-04@18:15 +0200, Antonio Diaz Diaz wrote: >>> >>> - It can't be portably disabled; older versions of gcc do not >>> accept >>> '-Wno-misleading-indentation'. (At leas

Re: Please, take '-Wmisleading-indentation' out of -Wall

2016-05-04 Thread Joel Sherrill
On May 4, 2016 2:35:38 PM CDT, "Manuel López-Ibáñez" wrote: >On 04/05/16 19:20, David Malcolm wrote: >> On Wed, 2016-05-04@18:15 +0200, Antonio Diaz Diaz wrote: >>> - It can't be portably disabled; older versions of gcc do not >>> accept >>> '-Wno-misleading-indentation'. (At least 4.

Re: Please, take '-Wmisleading-indentation' out of -Wall

2016-05-04 Thread Manuel López-Ibáñez
On 04/05/16 19:20, David Malcolm wrote: On Wed, 2016-05-04@18:15 +0200, Antonio Diaz Diaz wrote: - It can't be portably disabled; older versions of gcc do not accept '-Wno-misleading-indentation'. (At least 4.1.2 does not accept it). FWIW "-Wall -Wno-misleading-indentation" works for

Re: Please, take '-Wmisleading-indentation' out of -Wall

2016-05-04 Thread David Malcolm
On Wed, 2016-05-04 at 18:15 +0200, Antonio Diaz Diaz wrote: > [Please, CC me. I'm not subscribed to gcc@gcc.gnu.org]. > > First of all, thank you very much for gcc. > > I am not an expert in gcc. Please, forgive any mistakes in this > message. :-) > > After compiling all my projects with gcc-6.1

Please, take '-Wmisleading-indentation' out of -Wall

2016-05-04 Thread Antonio Diaz Diaz
[Please, CC me. I'm not subscribed to gcc@gcc.gnu.org]. First of all, thank you very much for gcc. I am not an expert in gcc. Please, forgive any mistakes in this message. :-) After compiling all my projects with gcc-6.1, I have received warnings related to -Wmisleading-indentation in four of

Re: [gimplefe] Regarding command line option handling

2016-05-04 Thread Prasad Ghangal
On 4 May 2016 at 15:54, Richard Biener wrote: > On Wed, May 4, 2016 at 11:46 AM, Prasad Ghangal > wrote: >> On 4 May 2016 at 13:02, Richard Biener wrote: >>> On Wed, May 4, 2016 at 8:41 AM, Prasad Ghangal >>> wrote: Hi ! Currently I am trying to introduce new command line option -fgi

Re: increase alignment of global structs in increase_alignment pass

2016-05-04 Thread Prathamesh Kulkarni
On 23 February 2016 at 21:49, Prathamesh Kulkarni wrote: > On 23 February 2016 at 17:31, Richard Biener wrote: >> On Tue, 23 Feb 2016, Prathamesh Kulkarni wrote: >> >>> On 22 February 2016 at 17:36, Richard Biener wrote: >>> > On Mon, 22 Feb 2016, Prathamesh Kulkarni wrote: >>> > >>> >> Hi Richa

Re: [gimplefe] Regarding command line option handling

2016-05-04 Thread Richard Biener
On Wed, May 4, 2016 at 11:46 AM, Prasad Ghangal wrote: > On 4 May 2016 at 13:02, Richard Biener wrote: >> On Wed, May 4, 2016 at 8:41 AM, Prasad Ghangal >> wrote: >>> Hi ! >>> Currently I am trying to introduce new command line option -fgimple, >>> for that I am adding this to c.opt >>> >>> dif

Re: [gimplefe] Regarding command line option handling

2016-05-04 Thread Prasad Ghangal
On 4 May 2016 at 13:02, Richard Biener wrote: > On Wed, May 4, 2016 at 8:41 AM, Prasad Ghangal > wrote: >> Hi ! >> Currently I am trying to introduce new command line option -fgimple, >> for that I am adding this to c.opt >> >> diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt >> index 4f8687

Re: [gimplefe] Regarding command line option handling

2016-05-04 Thread Richard Biener
On Wed, May 4, 2016 at 8:41 AM, Prasad Ghangal wrote: > Hi ! > Currently I am trying to introduce new command line option -fgimple, > for that I am adding this to c.opt > > diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt > index 4f86876..88e55c6 100644 > --- a/gcc/c-family/c.opt > +++ b/gcc/c