Skip to content

Commit

Permalink
8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized…
Browse files Browse the repository at this point in the history
… warning in libfdlibm k_rem_pio2.c

Backport-of: 02ea338177df781912dc782e32200eaf4731a0da
  • Loading branch information
lutkerd authored and Paul Hohensee committed Apr 4, 2023
1 parent 4c3aecb commit 768bed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/modules/java.base/lib/CoreLibraries.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ $(eval $(call SetupNativeCompilation, BUILD_LIBFDLIBM, \
CFLAGS_windows_debug := -DLOGGING, \
CFLAGS_aix := -qfloat=nomaf, \
DISABLED_WARNINGS_gcc := sign-compare misleading-indentation array-bounds, \
DISABLED_WARNINGS_gcc_k_rem_pio2.c := maybe-uninitialized, \
DISABLED_WARNINGS_clang := sign-compare misleading-indentation, \
DISABLED_WARNINGS_microsoft := 4146 4244 4018, \
ARFLAGS := $(ARFLAGS), \
Expand Down

1 comment on commit 768bed2

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.