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

Reviewed-by: aph, phh
Backport-of: 02ea338177df781912dc782e32200eaf4731a0da
  • Loading branch information
SendaoYan authored and RealCLanger committed May 28, 2024
1 parent 3533374 commit 8a489e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/lib/CoreLibraries.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,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_microsoft := 4146 4244 4018, \
ARFLAGS := $(ARFLAGS), \
OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libfdlibm, \
Expand Down

1 comment on commit 8a489e5

@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.