Re: -Wno-c++11-extensions addition

2015-03-25 Thread Marc Glisse
On Wed, 25 Mar 2015, Jack Howarth wrote: On Wed, Mar 25, 2015 at 12:41 PM, Jonathan Wakely wrote: On 25 March 2015 at 16:16, Jack Howarth wrote: Does anyone remember which FSF gcc release first added the -Wno-c++11-extensions option for g++? I know it exists in 4.6.3 Are you sure? It doesn'

Re: -Wno-c++11-extensions addition

2015-03-25 Thread Jack Howarth
On Wed, Mar 25, 2015 at 12:41 PM, Jonathan Wakely wrote: > On 25 March 2015 at 16:16, Jack Howarth wrote: >> Does anyone remember which FSF gcc release first added the >> -Wno-c++11-extensions option for g++? I know it exists in 4.6.3 > > Are you sure? It doesn't exist for 4.6.4 or anything later.

Re: -Wno-c++11-extensions addition

2015-03-25 Thread Jonathan Wakely
On 25 March 2015 at 16:16, Jack Howarth wrote: > Does anyone remember which FSF gcc release first added the > -Wno-c++11-extensions option for g++? I know it exists in 4.6.3 Are you sure? It doesn't exist for 4.6.4 or anything later. Are you thinking of -Wc++0x-compat ?

-Wno-c++11-extensions addition

2015-03-25 Thread Jack Howarth
Does anyone remember which FSF gcc release first added the -Wno-c++11-extensions option for g++? I know it exists in 4.6.3 but am not having much luck Googling for the original submission in the gcc-patches archives. According to https://gcc.gnu.org/projects/cxx0x.html, the initial c++-11 support g