Integrated: 8305721: add `make compile-commands` artifacts to .gitignore

2023-04-08 Thread Joshua Cao
On Thu, 6 Apr 2023 23:59:55 GMT, Joshua Cao wrote: > `make compile-commands` produces > > * `compile-commands.json` - so clangd knows how to build the project > * `.cache` - I believe clangd uses this as an indexing cache > > Tested by confirming artifacts are not shown

RFR: 8305721: add `make compile-commands` artifacts to .gitignore

2023-04-06 Thread Joshua Cao
`make compile-commands` produces * `compile-commands.json` - so clangd knows how to build the project * `.cache` - I believe clangd uses this as an indexing cache Tested by confirming artifacts are not shown when running `git status`. - Commit messages: - 8305721: add `make compile

Integrated: 8304295: harfbuzz build fails with GCC 7 after JDK-8301998

2023-04-02 Thread Joshua Cao
On Thu, 30 Mar 2023 21:05:40 GMT, Joshua Cao wrote: > Builds successfully with GCC 7 > > > gcc (GCC) 7.3.1 20180712 (Red Hat 7.3.1-15) > Copyright (C) 2017 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > w

Re: RFR: 8304295: harfbuzz build fails with GCC 7 after JDK-8301998

2023-03-31 Thread Joshua Cao
On Fri, 31 Mar 2023 13:00:08 GMT, Erik Joelsson wrote: >> Builds successfully with GCC 7 >> >> >> gcc (GCC) 7.3.1 20180712 (Red Hat 7.3.1-15) >> Copyright (C) 2017 Free Software Foundation, Inc. >> This is free software; see the source for copying conditions. There is NO >> warranty; not even

Re: RFR: 8304295: harfbuzz build fails with GCC 7 after JDK-8301998 [v2]

2023-03-31 Thread Joshua Cao
A PARTICULAR PURPOSE. Joshua Cao has updated the pull request incrementally with one additional commit since the last revision: Add a comment clarifying noexcept-type is only required for GCC 7 - Changes: - all: https://git.openjdk.org/jdk/pull/13253/files - new: https://git.openj

Re: RFR: 8304295: VM build fails with GCC 7 after JDK-8301998

2023-03-30 Thread Joshua Cao
On Thu, 30 Mar 2023 21:05:40 GMT, Joshua Cao wrote: > Builds successfully with GCC 7 > > > gcc (GCC) 7.3.1 20180712 (Red Hat 7.3.1-15) > Copyright (C) 2017 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > w

RFR: 8304295: VM build fails with GCC 7 after JDK-8301998

2023-03-30 Thread Joshua Cao
Builds successfully with GCC 7 gcc (GCC) 7.3.1 20180712 (Red Hat 7.3.1-15) Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - Commi