From e8d6e3fe3b85f88fe9506257b0cbbf5341a3a840 Mon Sep 17 00:00:00 2001 From: Fredrik Holmqvist Date: Sun, 24 Feb 2013 08:45:47 +0100 Subject: [PATCH] Remove fno-tree-vrp compile flag. My tests hasn't shown any problems with removing it. Let me know if there still are. --- build/jam/BuildSetup | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index fe3340f53f..4c612b0d9a 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -131,14 +131,12 @@ if $(HAIKU_USE_GCC_PIPE) = 1 { # results in some broken code. # TODO: remove the -fno-strict-aliasing option when all code has been # analyzed/fixed with regard to aliasing. -# TODO: retest/remove the -fno-tree-vrp option as soon as we have updated our -# gcc4 compiler. if $(HAIKU_GCC_VERSION[1]) >= 3 { - HAIKU_GCC_BASE_FLAGS += -fno-strict-aliasing -fno-tree-vrp ; + HAIKU_GCC_BASE_FLAGS += -fno-strict-aliasing ; } if $(HOST_GCC_VERSION[1]) >= 3 { - HOST_GCC_BASE_FLAGS += -fno-strict-aliasing -fno-tree-vrp ; + HOST_GCC_BASE_FLAGS += -fno-strict-aliasing ; } # override gcc 2.95.3's header directory -- strictly necessary only when using