lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 376e4df 2/5: Work around a gcc-8.2.0 ICE


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 376e4df 2/5: Work around a gcc-8.2.0 ICE
Date: Thu, 28 Mar 2019 16:23:21 -0400 (EDT)

branch: master
commit 376e4dfe7c4d45526ef255d4f72a06626c49c3be
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Work around a gcc-8.2.0 ICE
---
 workhorse.make | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/workhorse.make b/workhorse.make
index 1bbcd65..9c9cfff 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -405,6 +405,12 @@ else ifneq (,$(filter $(gcc_version), 7.2.0 7.3.0))
 else ifneq (,$(filter $(gcc_version), 8.1.0 8.2.0))
   gcc_version_specific_warnings := \
 
+  ifeq (x86_64-w64-mingw32,$(findstring x86_64-w64-mingw32,$(LMI_HOST)))
+# See:
+#   https://lists.nongnu.org/archive/html/lmi/2019-03/msg00026.html
+    tutelary_flag := -fomit-frame-pointer
+  endif
+
   cxx_standard := -frounding-math -std=c++17
 endif
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]