Re: [edk2] [PATCH v2 4/5] ArmPkg/ArmSoftfloatLib: restrict -fno-tree-vrp option to GCC46

2015-12-15 Thread Leif Lindholm
On Tue, Dec 15, 2015 at 03:50:43PM +0100, Ard Biesheuvel wrote: > On 15 December 2015 at 15:47, Leif Lindholm wrote: > > On Tue, Dec 15, 2015 at 03:24:55PM +0100, Ard Biesheuvel wrote: > >> The -fno-tree-vrp option is not required for GCC 4.7 or later, and is not > >> supported by CLANG. So restri

Re: [edk2] [PATCH v2 4/5] ArmPkg/ArmSoftfloatLib: restrict -fno-tree-vrp option to GCC46

2015-12-15 Thread Ard Biesheuvel
On 15 December 2015 at 15:47, Leif Lindholm wrote: > On Tue, Dec 15, 2015 at 03:24:55PM +0100, Ard Biesheuvel wrote: >> The -fno-tree-vrp option is not required for GCC 4.7 or later, and is not >> supported by CLANG. So restrict its use to GCC 4.6, which is the oldest >> version we support for ARM

Re: [edk2] [PATCH v2 4/5] ArmPkg/ArmSoftfloatLib: restrict -fno-tree-vrp option to GCC46

2015-12-15 Thread Leif Lindholm
On Tue, Dec 15, 2015 at 03:24:55PM +0100, Ard Biesheuvel wrote: > The -fno-tree-vrp option is not required for GCC 4.7 or later, and is not > supported by CLANG. So restrict its use to GCC 4.6, which is the oldest > version we support for ARM. > > Contributed-under: TianoCore Contribution Agreemen

[edk2] [PATCH v2 4/5] ArmPkg/ArmSoftfloatLib: restrict -fno-tree-vrp option to GCC46

2015-12-15 Thread Ard Biesheuvel
The -fno-tree-vrp option is not required for GCC 4.7 or later, and is not supported by CLANG. So restrict its use to GCC 4.6, which is the oldest version we support for ARM. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- ArmPkg/Library/ArmSoftFloatLib/A