Merge branch origin/release-2020 into master
[alexxy/gromacs.git] / src / gromacs / listed_forces / bonded.cpp
index 0d6fe533e511b8795c968333f7fe12ad421632ed..db99ec4d954df9312af6614a700bf05dfeafb8a4 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2016,2017,2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017,2018,2019,2020, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -896,7 +896,7 @@ real thole_pol(int             nbonds,
 // #3205 for more information)
 #if defined(__GNUC__) && defined(__i386__) && defined(__OPTIMIZE__)
 #    pragma GCC push_options
-#    pragma GCC optimize("O2")
+#    pragma GCC optimize("O1")
 #    define avoid_gcc_i386_o3_code_generation_bug
 #endif