On 2022-08-26 3:15 a.m., Martin Liška wrote:
fixincludes/ChangeLog:
* configure: Regenerate.
* inclhack.def: Remove patterns for deprecated ports.
* fixincl.x: Regenerate.
There are problems with the fixincludes changes. These break build on
hppa64-hpux11.
configure:4015: checking whether we are cross compiling
configure:4023: /home/dave/gnu/gcc/objdir64/./gcc/xgcc -B/home/dave/gnu/gcc/objd
ir64/./gcc/ -B/opt/gnu64/gcc/gcc-12/hppa64-hp-hpux11.11/bin/ -B/opt/gnu64/gcc/gc
c-12/hppa64-hp-hpux11.11/lib/ -isystem /opt/gnu64/gcc/gcc-12/hppa64-hp-hpux11.11
/include -isystem /opt/gnu64/gcc/gcc-12/hppa64-hp-hpux11.11/sys-include -fno-c
hecking -o conftest -g -O2 conftest.c >&5
In file included from /home/dave/gnu/gcc/objdir64/gcc/include-fixed/stdio.h:21,
from conftest.c:11:
/home/dave/gnu/gcc/objdir64/gcc/include-fixed/stdio.h:608:59: error: unknown
type name 'va_list'
608 | extern int vsnprintf(char *, __size_t, const char *, __va__list);
| ^~~~~~~~~~
/home/dave/gnu/gcc/objdir64/gcc/include-fixed/stdio.h:116:1: note: 'va_list' is defined in header '<stdarg.h>'; did you forget to '#include
<stdarg.h>'?
115 | # include <sys/_size_t.h>
Some hpux11 specific hacks are removed. Some non system specific hpux hacks
are also removed.
One can't trust comments or hacknames to infer applicability.
Dave
--
John David Anglin dave.ang...@bell.net