Skip to content

Commit ddacba9

Browse files
author
duke
committed
Added webrev for jdk/9621
1 parent 29bca55 commit ddacba9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

jdk/9621/00/commits.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"commit":{"message":"8290900: Build failure with Clang 14+ due to function warning attribute"},"files":[{"filename":"src\/hotspot\/share\/utilities\/compilerWarnings_gcc.hpp"}],"sha":"53bc9c80fc86b87762796cdf226f6943a3452333"}]

jdk/9621/00/comparison.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":[{"patch":"@@ -72,1 +72,4 @@\n-#if (__GNUC__ >= 10) || (defined(__clang_major__) && (__clang_major__ >= 14))\n+#if (__GNUC__ >= 10)\n+\/\/ TODO: Re-enable warning attribute for Clang once\n+\/\/ https:\/\/github.com\/llvm\/llvm-project\/issues\/56519 is fixed and released.\n+\/\/ || (defined(__clang_major__) && (__clang_major__ >= 14))\n@@ -95,1 +98,1 @@\n-#endif \/\/ gcc10+ or clang14+\n+#endif \/\/ gcc10+\n","filename":"src\/hotspot\/share\/utilities\/compilerWarnings_gcc.hpp","additions":5,"deletions":2,"binary":false,"changes":7,"status":"modified"}]}

jdk/9621/00/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"head":{"repo":{"full_name":"caoman\/jdk","html_url":"https:\/\/github.com\/caoman\/jdk"},"sha":"53bc9c80fc86b87762796cdf226f6943a3452333"},"created_at":"2022-07-22T23:46:20.529732385Z","base":{"repo":{"full_name":"openjdk\/jdk","html_url":"https:\/\/git.openjdk.org\/jdk"},"sha":"987656d69065b5b61d658cec3704a181a4aef18b"}}

0 commit comments

Comments
 (0)