| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: -Wunreachable-code-generic-assoc warnings on elver |
| Date: | 2022-12-11 00:22:11 |
| Message-ID: | 1547716.1670718131@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> On Sat, Dec 10, 2022 at 3:50 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Recently, buildfarm member elver has started spewing literally
>> thousands of $SUBJECT:
> It was using LLVM and clang 15 for the JIT support (the base compiler
> cc is clang 13 on this system, but CLANG is set to 15 for the .bc
> files, to match the LLVM version). Apparently clang 15 started
> issuing a new warning for math.h. That header has since been
> adjusted[1] to fix that, but that's not going to show up in the
> release that elver's using for a while. I've told it to use
> LLVM/clang 14 instead for now; let's see if that helps.
Looks like that did the trick, thanks!
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2022-12-11 01:31:37 | Re: GetNewObjectId question |
| Previous Message | Ian Lawrence Barwick | 2022-12-11 00:14:42 | Re: [RFC] Add jit deform_counter |