-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: openjdk8u302
-
Component/s: infrastructure
-
b07
-
b07
-
generic
-
linux
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8269965 | openjdk8u312 | Andrew Hughes | P4 | Resolved | Fixed | b01 |
cc1plus: error: -Werror=format-overflow: no option -Wformat-overflow
gmake[6]: *** [os_linux.o] Error 1
-Wformat-overflow was not introduced until GCC 7 (https://gcc.gnu.org/gcc-7/changes.html), so we need to guard this flag usage with a version check.
gmake[6]: *** [os_linux.o] Error 1
-Wformat-overflow was not introduced until GCC 7 (https://gcc.gnu.org/gcc-7/changes.html), so we need to guard this flag usage with a version check.
- backported by
-
JDK-8269965 JDK-8269388 breaks the build on older GCCs
-
- Resolved
-
- relates to
-
JDK-8269388 default build of jdk8 fails on newer GCCs with warnings as errors on format-overflow
-
- Resolved
-
- links to