Skip to content

gcc-plugins: Rename last_stmt() for GCC 14+

Created by: kraj

In GCC 14, last_stmt() was renamed to last_nondebug_stmt(). Add a helper macro to handle the renaming.

Cc: linux-hardening@vger.kernel.org

Merge request reports