Task #814 - added.err

back to task #814
download
Error: COMPILER_WARNING:
libopenmpt-0.7.8-build/libopenmpt-0.7.8+release.autotools/common/stdafx.h:66: included_from: Included from here.
libopenmpt-0.7.8-build/libopenmpt-0.7.8+release.autotools/common/mptPathString.cpp:10: included_from: Included from here.
libopenmpt-0.7.8-build/libopenmpt-0.7.8+release.autotools/src/mpt/check/compiler.hpp:13:13: warning: GCC 14 is known to cause severe miscompilation of inline functions. OpenMPT has forced optimization settings down to -O1. This comes at a roughly 15% performance cost. It is strongly recommended to stay with GCC 13 for the time being. You will need to edit the source to opt-out of this safety guard.
#   13 | MPT_WARNING("GCC 14 is known to cause severe miscompilation of inline functions. OpenMPT has forced optimization settings down to -O1. This comes at a roughly 15% performance cost. It is strongly recommended to stay with GCC 13 for the time being. You will need to edit the source to opt-out of this safety guard.")
#      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   11|   #if defined(MPT_COMPILER_QUIRK_GCC_NO_O2)
#   12|   // See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115049>.
#   13|-> MPT_WARNING("GCC 14 is known to cause severe miscompilation of inline functions. OpenMPT has forced optimization settings down to -O1. This comes at a roughly 15% performance cost. It is strongly recommended to stay with GCC 13 for the time being. You will need to edit the source to opt-out of this safety guard.")
#   14|   #endif
#   15|   #endif