Re: [PATCH 1/2] add GCC_FINAL to ansidecl.h

2015-08-11 Thread Jeff Law
On 08/10/2015 06:05 AM, tbsaunde+...@tbsaunde.org wrote: From: Trevor Saunders Hi, This allows classes and virtual functions to be marked as final if the compiler supports C++11, or is gcc 4.7 or later. bootstrapped + regtested on x86_64-linux-gnu, ok? Trev include/ChangeLog: 2015-08-10 T

[PATCH 1/2] add GCC_FINAL to ansidecl.h

2015-08-10 Thread tbsaunde+gcc
From: Trevor Saunders Hi, This allows classes and virtual functions to be marked as final if the compiler supports C++11, or is gcc 4.7 or later. bootstrapped + regtested on x86_64-linux-gnu, ok? Trev include/ChangeLog: 2015-08-10 Trevor Saunders * ansidecl.h (GCC_FINAL): New mac