> On 4 Dec 2025, at 19:01, Tom Lane <[email protected]> wrote: > On the other hand, aligning the C++ compiler with the C compiler > is likely to avoid other problems, so maybe it's better to focus > on making that happen. I'm not sure how we'd do that automatically > though.
It sounds pretty complicated to, with confidence, automatically detect this. Maybe documenting that it's highly recommended to use matching C and C++ compilers is enough rather than spend cycles for every configure on a check which may be susceptible to false negatives? -- Daniel Gustafsson
