On Mon, Nov 24, 2025 at 11:09:09PM +0100, Claudio Jeker wrote:
> The compiler flags used to compile postgres modules like
> postgresql-ip4r require now ports-gcc since there are a few unknown
> extra -W flags passed:
> 
> cc1: error: -Werror=vla: No option -Wvla
> cc1: error: unrecognized command line option "-Wimplicit-fallthrough=3"
> cc1: error: unrecognized command line option "-Wcast-function-type"
> cc1: error: unrecognized command line option "-Wshadow=compatible-local"
> cc1: error: unrecognized command line option "-fexcess-precision=standard"
> cc1: error: unrecognized command line option "-Wno-stringop-truncation"
> 
> I hit this before the update to 18. Testing that now.

All of these are currently using base-gcc and apparently no C++ bits,
so this should be safe.  ok jca@

-- 
jca

Reply via email to