Building leyden / premain-precompile

Remi Forax forax at univ-mlv.fr
Mon Aug 14 14:38:22 UTC 2023


Hello,
I'm building the premain-precompile branch of Leyden, and clang has found a bug:

/Users/forax/leyden-premain-compile/leyden/src/hotspot/share/compiler/compileTask.hpp:78:7: error: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Werror,-Wstring-concatenation]
      "precompile",

There is a missing comma in between "preload" and "precompile", so it looks like a string concatenation.

regards,
Rémi


More information about the leyden-dev mailing list