Skip to content

Commit 02ea338

Browse files
Hao SunNingsheng Jian
authored andcommitted
8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized warning in libfdlibm k_rem_pio2.c
Reviewed-by: erikj, shade, ihse
1 parent 49a7347 commit 02ea338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/modules/java.base/lib/CoreLibraries.gmk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ $(eval $(call SetupNativeCompilation, BUILD_LIBFDLIBM, \
4949
CFLAGS_windows_debug := -DLOGGING, \
5050
CFLAGS_aix := -qfloat=nomaf, \
5151
DISABLED_WARNINGS_gcc := sign-compare misleading-indentation array-bounds, \
52+
DISABLED_WARNINGS_gcc_k_rem_pio2.c := maybe-uninitialized, \
5253
DISABLED_WARNINGS_clang := sign-compare misleading-indentation, \
5354
DISABLED_WARNINGS_microsoft := 4146 4244 4018, \
5455
ARFLAGS := $(ARFLAGS), \

0 commit comments

Comments
 (0)