On Thu, 24 Dec 2020 17:27:39 GMT, Kim Barrett wrote:
>> 1. '-Wdeprecated-copy'
>> As specified in C++11 [1], "the generation of the implicitly-defined
>> copy constructor is deprecated if T has a user-defined destructor or
>> user-defined copy assignment operator". The rationale behind is the
>>
On Mon, 28 Dec 2020 10:28:09 GMT, Hao Sun
wrote:
>> 1. '-Wdeprecated-copy'
>> As specified in C++11 [1], "the generation of the implicitly-defined
>> copy constructor is deprecated if T has a user-defined destructor or
>> user-defined copy assignment operator". The rationale behind is the
>> wel
On Mon, 4 Jan 2021 04:31:02 GMT, Hao Sun
wrote:
>>> _Mailing list message from [Kim Barrett](mailto:kim.barr...@oracle.com) on
>>> [build-dev](mailto:build-dev@openjdk.java.net):_
>>>
>>> > On Dec 24, 2020, at 3:44 PM, Xin Liu wrote:
>>>
On Tue, 22 Jun 2021 17:20:14 GMT, Aleksey Shipilev wrote:
> It seems Ubuntu had bumped the version for GCC, so GHA started to fail with
> e.g.:
>
>
> The following packages have unmet dependencies:
> g++-10-s390x-linux-gnu : Depends: gcc-10-s390x-linux-gnu-base (=
> 10.2.0-5ubuntu1~20.04cros
On Tue, 22 Jun 2021 17:20:14 GMT, Aleksey Shipilev wrote:
> It seems Ubuntu had bumped the version for GCC, so GHA started to fail with
> e.g.:
>
>
> The following packages have unmet dependencies:
> g++-10-s390x-linux-gnu : Depends: gcc-10-s390x-linux-gnu-base (=
> 10.2.0-5ubuntu1~20.04cros
On Tue, 22 Jun 2021 17:20:14 GMT, Aleksey Shipilev wrote:
> It seems Ubuntu had bumped the version for GCC, so GHA started to fail with
> e.g.:
>
>
> The following packages have unmet dependencies:
> g++-10-s390x-linux-gnu : Depends: gcc-10-s390x-linux-gnu-base (=
> 10.2.0-5ubuntu1~20.04cros
On Wed, 7 Oct 2020 00:48:24 GMT, Yasumasa Suenaga wrote:
>> This is an interesting suggestion. There is a similar attempt at replacing
>> binutils with capstone in
>> https://bugs.openjdk.java.net/browse/JDK-8188073, which unfortunately has
>> not seen much progress due to lack of
>> resources;
On Thu, 8 Oct 2020 18:15:10 GMT, Ludovic Henry wrote:
> @navyxliu
>
> > @luhenry I tried to build it with LLVM10.0.1
> > on my x86_64, ubuntu, I ran into a small problem. here is how I build.
> > $make ARCH=amd64 CC=/opt/llvm/bin/clang CXX=/opt/llvm/bin/clang++
> > LLVM=/opt/llvm/
> > I can't m