+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/STk-4.0.1nb3/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/STk-4.0.1nb3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for STk-4.0.1nb3
make Tcl
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c panic.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclHash.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclGet.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c regexp.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclUtil.c
rm -f libtcl.a
ar q libtcl.a panic.o tclHash.o tclGet.o regexp.o tclUtil.o
ar: creating libtcl.a
ranlib libtcl.a
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclEvent.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclTimer.c
tclTimer.c: In function 'Tcl_CreateTimerHandler':
tclTimer.c:248:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
248 | timerHandlerPtr->token = (Tcl_TimerToken) lastTimerId;
| ^
tclTimer.c: In function 'TimerHandlerEventProc':
tclTimer.c:518:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
518 | if ((currentTimerId - (int)timerHandlerPtr->token) < 0) {
| ^
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclUnixNotfy.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclUnixTime.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclUnixEvent.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclPreserve.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclNotify.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I. -I../Src -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 -DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1 -DNO_SYS_ERRLIST=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 -I/opt/pkg/include -c tclAsync.c
rm -f libevtcl.a
ar q libevtcl.a tclEvent.o tclTimer.o tclUnixNotfy.o tclUnixTime.o tclUnixEvent.o tclPreserve.o tclNotify.o tclAsync.o
ar: creating libevtcl.a
ranlib libevtcl.a
make Mp
rm -f libgmp.a gmp.h
(cd gmp-1.3.2; /opt/pkg/bin/bmake CC="gcc" CFLAGS="-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include ")
rm -f stddef.h
rm -f test-stddefh.c
( echo '#include <stddef.h>' ; echo 'main(){size_t foo=sizeof(size_t);exit(0);}' ; ) > test-stddefh.c
rm -f test-stddefh.o
touch stamp-stddefh
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include cre-mparam.c -o cre-mparam
cre-mparam.c:33:1: warning: return type defaults to 'int' [-Wimplicit-int]
33 | main ()
| ^~~~
cre-mparam.c: In function 'main':
cre-mparam.c:85:3: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
85 | puts ("/* gmp-mparam.h -- Compiler/machine parameter header file.");
| ^~~~
cre-mparam.c:22:1: note: include '<stdio.h>' or provide a declaration of 'puts'
21 | #include "gmp.h"
+++ |+#include <stdio.h>
22 |
cre-mparam.c:109:3: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
109 | printf ("#define BITS_PER_MP_LIMB %d\n", bits_uli);
| ^~~~~~
cre-mparam.c:109:3: note: include '<stdio.h>' or provide a declaration of 'printf'
cre-mparam.c:109:3: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
cre-mparam.c:109:3: note: include '<stdio.h>' or provide a declaration of 'printf'
cre-mparam.c:117:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
117 | exit (0);
| ^~~~
cre-mparam.c:22:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
21 | #include "gmp.h"
+++ |+#include <stdlib.h>
22 |
cre-mparam.c:117:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
117 | exit (0);
| ^~~~
cre-mparam.c:117:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
./cre-mparam > tmp-gmp-mparam.h
mv tmp-gmp-mparam.h gmp-mparam.h
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_init.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_set.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_set_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_set_si.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_set_str.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_iset.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_iset_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_iset_si.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_iset_str.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_clear.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_get_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_get_si.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_get_str.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_size.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_sizeinb.c
In file included from mpz_sizeinb.c:25:
mpz_sizeinb.c: In function 'mpz_sizeinbase':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_sizeinb.c:45:3: note: in expansion of macro 'count_leading_zeros'
45 | count_leading_zeros (cnt, x->d[size - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_sizeinb.c:45:3: note: in expansion of macro 'count_leading_zeros'
45 | count_leading_zeros (cnt, x->d[size - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_sizeinb.c:52:7: note: in expansion of macro 'count_leading_zeros'
52 | count_leading_zeros (lb_base, base);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_sizeinb.c:52:7: note: in expansion of macro 'count_leading_zeros'
52 | count_leading_zeros (lb_base, base);
| ^~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_add.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_add_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_sub.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_sub_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mul.c
In file included from mpz_mul.c:22:
mpz_mul.c: In function 'mpz_mul':
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_mul.c:113:3: note: in expansion of macro 'alloca'
113 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mul_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_div.c
In file included from mpz_div.c:23:
mpz_div.c: In function 'mpz_div':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_div.c:63:3: note: in expansion of macro 'count_leading_zeros'
63 | count_leading_zeros (normalization_steps, dp[dsize - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_div.c:63:3: note: in expansion of macro 'count_leading_zeros'
63 | count_leading_zeros (normalization_steps, dp[dsize - 1]);
| ^~~~~~~~~~~~~~~~~~~
In file included from mpz_div.c:22:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_div.c:116:3: note: in expansion of macro 'alloca'
116 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_div_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mod.c
In file included from mpz_mod.c:23:
mpz_dmincl.c: In function 'mpz_mod':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_dmincl.c:94:3: note: in expansion of macro 'count_leading_zeros'
94 | count_leading_zeros (normalization_steps, dp[dsize - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_dmincl.c:94:3: note: in expansion of macro 'count_leading_zeros'
94 | count_leading_zeros (normalization_steps, dp[dsize - 1]);
| ^~~~~~~~~~~~~~~~~~~
In file included from mpz_mod.c:22:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_dmincl.c:171:3: note: in expansion of macro 'alloca'
171 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mod_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_dm.c
In file included from mpz_dm.c:24:
mpz_dmincl.c: In function 'mpz_divmod':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_dmincl.c:94:3: note: in expansion of macro 'count_leading_zeros'
94 | count_leading_zeros (normalization_steps, dp[dsize - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_dmincl.c:94:3: note: in expansion of macro 'count_leading_zeros'
94 | count_leading_zeros (normalization_steps, dp[dsize - 1]);
| ^~~~~~~~~~~~~~~~~~~
In file included from mpz_dm.c:23:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_dmincl.c:171:3: note: in expansion of macro 'alloca'
171 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_dm_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mdiv.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mmod.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mdm.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mdiv_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mmod_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mdm_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_gcd.c
In file included from mpz_gcd.c:23:
mpz_gcd.c: In function 'mpz_gcd':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_gcd.c:88:3: note: in expansion of macro 'count_leading_zeros'
88 | count_leading_zeros (bcnt, d & -d);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_gcd.c:88:3: note: in expansion of macro 'count_leading_zeros'
88 | count_leading_zeros (bcnt, d & -d);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_gcd.c:101:3: note: in expansion of macro 'count_leading_zeros'
101 | count_leading_zeros (bcnt, d & -d);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_gcd.c:101:3: note: in expansion of macro 'count_leading_zeros'
101 | count_leading_zeros (bcnt, d & -d);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_gcd.c:129:11: note: in expansion of macro 'count_leading_zeros'
129 | count_leading_zeros (bcnt, d & -d);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_gcd.c:129:11: note: in expansion of macro 'count_leading_zeros'
129 | count_leading_zeros (bcnt, d & -d);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_gcd.c:141:11: note: in expansion of macro 'count_leading_zeros'
141 | count_leading_zeros (bcnt, d & -d);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_gcd.c:141:11: note: in expansion of macro 'count_leading_zeros'
141 | count_leading_zeros (bcnt, d & -d);
| ^~~~~~~~~~~~~~~~~~~
In file included from mpz_gcd.c:22:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_gcd.c:168:3: note: in expansion of macro 'alloca'
168 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_gcdext.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_sqrt.c
In file included from mpz_sqrt.c:26:
mpz_sqrt.c: In function 'mpz_sqrt':
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_sqrt.c:86:3: note: in expansion of macro 'alloca'
86 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_sqrtrem.c
In file included from mpz_sqrtrem.c:23:
mpz_sqrtrem.c: In function 'mpz_sqrtrem':
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_sqrtrem.c:104:3: note: in expansion of macro 'alloca'
104 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_powm.c
In file included from mpz_powm.c:23:
mpz_powm.c: In function 'mpz_powm':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_powm.c:71:3: note: in expansion of macro 'count_leading_zeros'
71 | count_leading_zeros (mod_shift_cnt, mod->d[msize - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_powm.c:71:3: note: in expansion of macro 'count_leading_zeros'
71 | count_leading_zeros (mod_shift_cnt, mod->d[msize - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_powm.c:163:5: note: in expansion of macro 'count_leading_zeros'
163 | count_leading_zeros (c, e);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_powm.c:163:5: note: in expansion of macro 'count_leading_zeros'
163 | count_leading_zeros (c, e);
| ^~~~~~~~~~~~~~~~~~~
In file included from mpz_powm.c:22:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_powm.c:250:3: note: in expansion of macro 'alloca'
250 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_powm_ui.c
In file included from mpz_powm_ui.c:23:
mpz_powm_ui.c: In function 'mpz_powm_ui':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_powm_ui.c:56:3: note: in expansion of macro 'count_leading_zeros'
56 | count_leading_zeros (mod_shift_cnt, mod->d[msize - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_powm_ui.c:56:3: note: in expansion of macro 'count_leading_zeros'
56 | count_leading_zeros (mod_shift_cnt, mod->d[msize - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_powm_ui.c:140:5: note: in expansion of macro 'count_leading_zeros'
140 | count_leading_zeros (c, e);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_powm_ui.c:140:5: note: in expansion of macro 'count_leading_zeros'
140 | count_leading_zeros (c, e);
| ^~~~~~~~~~~~~~~~~~~
In file included from mpz_powm_ui.c:22:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_powm_ui.c:218:3: note: in expansion of macro 'alloca'
218 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_cmp.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_cmp_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_cmp_si.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mul_2exp.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_div_2exp.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_mod_2exp.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_abs.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_neg.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_com.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_and.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_ior.c
In file included from mpz_ior.c:22:
mpz_ior.c: In function 'mpz_ior':
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_ior.c:239:5: note: in expansion of macro 'alloca'
239 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_inp_raw.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_inp_str.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_out_raw.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_out_str.c
In file included from mpz_out_str.c:24:
mpz_out_str.c: In function 'mpz_out_str':
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_out_str.c:44:3: note: in expansion of macro 'alloca'
44 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_perfsqr.c
In file included from mpz_perfsqr.c:23:
mpz_perfsqr.c: In function 'mpz_perfect_square_p':
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_perfsqr.c:115:5: note: in expansion of macro 'alloca'
115 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_random.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_random2.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_pow_ui.c
In file included from mpz_pow_ui.c:23:
mpz_pow_ui.c: In function 'mpz_pow_ui':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_pow_ui.c:73:3: note: in expansion of macro 'count_leading_zeros'
73 | count_leading_zeros (cnt, b->d[bsize - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_pow_ui.c:73:3: note: in expansion of macro 'count_leading_zeros'
73 | count_leading_zeros (cnt, b->d[bsize - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_pow_ui.c:88:3: note: in expansion of macro 'count_leading_zeros'
88 | count_leading_zeros (cnt, e);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_pow_ui.c:88:3: note: in expansion of macro 'count_leading_zeros'
88 | count_leading_zeros (cnt, e);
| ^~~~~~~~~~~~~~~~~~~
In file included from mpz_pow_ui.c:22:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_pow_ui.c:109:3: note: in expansion of macro 'alloca'
109 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_clrbit.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_fac_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_pprime_p.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_init.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_set.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_set_ui.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_set_si.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_set_num.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_set_den.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_get_num.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_get_den.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_add.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_sub.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_mul.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_div.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_clear.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_cmp.c
In file included from mpq_cmp.c:23:
mpq_cmp.c: In function 'mpq_cmp':
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpq_cmp.c:74:3: note: in expansion of macro 'alloca'
74 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_inv.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpq_neg.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_add.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_sub.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_cmp.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_mul.c
In file included from mpn_mul.c:22:
mpn_mul.c: In function 'mpn_mul':
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpn_mul.c:236:7: note: in expansion of macro 'alloca'
236 | alloca (0);
| ^~~~~~
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpn_mul.c:411:7: note: in expansion of macro 'alloca'
411 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_div.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_dm_1.c
In file included from mpn_dm_1.c:29:
mpn_dm_1.c: In function 'mpn_divmod_1':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpn_dm_1.c:95:7: note: in expansion of macro 'count_leading_zeros'
95 | count_leading_zeros (normalization_steps, divisor_limb);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpn_dm_1.c:95:7: note: in expansion of macro 'count_leading_zeros'
95 | count_leading_zeros (normalization_steps, divisor_limb);
| ^~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_mod_1.c
In file included from mpn_mod_1.c:28:
mpn_mod_1.c: In function 'mpn_mod_1':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpn_mod_1.c:52:7: note: in expansion of macro 'count_leading_zeros'
52 | count_leading_zeros (normalization_steps, divisor_limb);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpn_mod_1.c:52:7: note: in expansion of macro 'count_leading_zeros'
52 | count_leading_zeros (normalization_steps, divisor_limb);
| ^~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_lshift.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_rshift.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_rshiftci.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpn_sqrt.c
In file included from mpn_sqrt.c:39:
mpn_sqrt.c: In function 'mpn_sqrt':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpn_sqrt.c:219:3: note: in expansion of macro 'count_leading_zeros'
219 | count_leading_zeros (cnt, op_ptr[op_size - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpn_sqrt.c:219:3: note: in expansion of macro 'count_leading_zeros'
219 | count_leading_zeros (cnt, op_ptr[op_size - 1]);
| ^~~~~~~~~~~~~~~~~~~
In file included from mpn_sqrt.c:38:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpn_sqrt.c:459:7: note: in expansion of macro 'alloca'
459 | alloca (0);
| ^~~~~~
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpn_sqrt.c:465:7: note: in expansion of macro 'alloca'
465 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c memory.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mp_set_fns.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c _mpz_set_str.c
_mpz_set_str.c: In function '_mpz_set_str':
_mpz_set_str.c:99:13: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
99 | str_len = strlen (str);
| ^~~~~~
_mpz_set_str.c:28:1: note: include '<string.h>' or provide a declaration of 'strlen'
27 | #include "longlong.h"
+++ |+#include <string.h>
28 |
_mpz_set_str.c:99:13: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
99 | str_len = strlen (str);
| ^~~~~~
_mpz_set_str.c:99:13: note: include '<string.h>' or provide a declaration of 'strlen'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c _mpz_get_str.c
In file included from _mpz_get_str.c:27:
_mpz_get_str.c: In function '_mpz_get_str':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
_mpz_get_str.c:144:7: note: in expansion of macro 'count_leading_zeros'
144 | count_leading_zeros (x, n1);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
_mpz_get_str.c:144:7: note: in expansion of macro 'count_leading_zeros'
144 | count_leading_zeros (x, n1);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
_mpz_get_str.c:190:7: note: in expansion of macro 'count_leading_zeros'
190 | count_leading_zeros (normalization_steps, big_base);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
_mpz_get_str.c:190:7: note: in expansion of macro 'count_leading_zeros'
190 | count_leading_zeros (normalization_steps, big_base);
| ^~~~~~~~~~~~~~~~~~~
In file included from _mpz_get_str.c:26:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
_mpz_get_str.c:306:3: note: in expansion of macro 'alloca'
306 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mpz_realloc.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mp_clz_tab.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c alloca.c
alloca.c: In function 'alloca':
alloca.c:146:15: warning: argument 'size' doesn't match built-in prototype
146 | unsigned size;
| ^~~~
alloca.c:168:11: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
168 | free ((pointer) hp); /* Collect garbage. */
| ^~~~
alloca.c:1:1: note: include '<stdlib.h>' or provide a declaration of 'free'
+++ |+#include <stdlib.h>
1 | /* alloca.c -- allocate automatically reclaimed memory
alloca.c:168:11: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
168 | free ((pointer) hp); /* Collect garbage. */
| ^~~~
alloca.c:168:11: note: include '<stdlib.h>' or provide a declaration of 'free'
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include `if [ x = x ]; then echo cre-conv-tab.c; else echo ; fi` -o cre-conv-tab -lm
cre-conv-tab.c:59:1: warning: return type defaults to 'int' [-Wimplicit-int]
59 | main ()
| ^~~~
cre-conv-tab.c: In function 'main':
cre-conv-tab.c:80:3: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
80 | puts ("/* __mp_bases -- Structure for conversion between internal binary");
| ^~~~
cre-conv-tab.c:24:1: note: include '<stdio.h>' or provide a declaration of 'puts'
23 | #include "longlong.h"
+++ |+#include <stdio.h>
24 |
cre-conv-tab.c:135:7: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
135 | printf (" /* %2u */ {%lu, 0x%lX, 0x%lX, %.8f},\n",
| ^~~~~~
cre-conv-tab.c:135:7: note: include '<stdio.h>' or provide a declaration of 'printf'
cre-conv-tab.c:135:7: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
cre-conv-tab.c:135:7: note: include '<stdio.h>' or provide a declaration of 'printf'
cre-conv-tab.c:140:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
140 | exit (0);
| ^~~~
cre-conv-tab.c:24:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
23 | #include "longlong.h"
+++ |+#include <stdlib.h>
24 |
cre-conv-tab.c:140:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
140 | exit (0);
| ^~~~
cre-conv-tab.c:140:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
./cre-conv-tab > tmp-mp_bases.c
mv tmp-mp_bases.c mp_bases.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mp_bases.c
rm -f libgmp.a
ar cr libgmp.a mpz_init.o mpz_set.o mpz_set_ui.o mpz_set_si.o mpz_set_str.o mpz_iset.o mpz_iset_ui.o mpz_iset_si.o mpz_iset_str.o mpz_clear.o mpz_get_ui.o mpz_get_si.o mpz_get_str.o mpz_size.o mpz_sizeinb.o mpz_add.o mpz_add_ui.o mpz_sub.o mpz_sub_ui.o mpz_mul.o mpz_mul_ui.o mpz_div.o mpz_div_ui.o mpz_mod.o mpz_mod_ui.o mpz_dm.o mpz_dm_ui.o mpz_mdiv.o mpz_mmod.o mpz_mdm.o mpz_mdiv_ui.o mpz_mmod_ui.o mpz_mdm_ui.o mpz_gcd.o mpz_gcdext.o mpz_sqrt.o mpz_sqrtrem.o mpz_powm.o mpz_powm_ui.o mpz_cmp.o mpz_cmp_ui.o mpz_cmp_si.o mpz_mul_2exp.o mpz_div_2exp.o mpz_mod_2exp.o mpz_abs.o mpz_neg.o mpz_com.o mpz_and.o mpz_ior.o mpz_inp_raw.o mpz_inp_str.o mpz_out_raw.o mpz_out_str.o mpz_perfsqr.o mpz_random.o mpz_random2.o mpz_pow_ui.o mpz_clrbit.o mpz_fac_ui.o mpz_pprime_p.o mpq_init.o mpq_set.o mpq_set_ui.o mpq_set_si.o mpq_set_num.o mpq_set_den.o mpq_get_num.o mpq_get_den.o mpq_add.o mpq_sub.o mpq_mul.o mpq_div.o mpq_clear.o mpq_cmp.o mpq_inv.o mpq_neg.o mpn_add.o mpn_sub.o mpn_cmp.o mpn_mul.o mpn_div.o mpn_dm_1.o mpn_mod_1.o mpn_lshift.o mpn_rshift.o mpn_rshiftci.o mpn_sqrt.o memory.o mp_set_fns.o _mpz_set_str.o _mpz_get_str.o mpz_realloc.o mp_clz_tab.o alloca.o mp_bases.o
`if [ -r /bin/ranlib -o -r /usr/bin/ranlib ]; then echo ranlib; else echo true; fi` libgmp.a
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -E -DBERKELEY_MP mpz_gcd.c | grep -v '^#' > gcd.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c gcd.c
gcd.c: In function 'gcd':
gcd.c:243:92: warning: left shift count >= width of type [-Wshift-count-overflow]
243 | do { unsigned long int __xr = (d & -d); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (bcnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
gcd.c:243:158: warning: left shift count >= width of type [-Wshift-count-overflow]
243 | do { unsigned long int __xr = (d & -d); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (bcnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
gcd.c:256:92: warning: left shift count >= width of type [-Wshift-count-overflow]
256 | do { unsigned long int __xr = (d & -d); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (bcnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
gcd.c:256:158: warning: left shift count >= width of type [-Wshift-count-overflow]
256 | do { unsigned long int __xr = (d & -d); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (bcnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
gcd.c:284:93: warning: left shift count >= width of type [-Wshift-count-overflow]
284 | do { unsigned long int __xr = (d & -d); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (bcnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
gcd.c:284:159: warning: left shift count >= width of type [-Wshift-count-overflow]
284 | do { unsigned long int __xr = (d & -d); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (bcnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
gcd.c:296:93: warning: left shift count >= width of type [-Wshift-count-overflow]
296 | do { unsigned long int __xr = (d & -d); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (bcnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
gcd.c:296:159: warning: left shift count >= width of type [-Wshift-count-overflow]
296 | do { unsigned long int __xr = (d & -d); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (bcnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
gcd.c:323:3: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
323 | __builtin_alloca (0);
| ^~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c itom.c
In file included from itom.c:21:
mp.h:72:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
72 | void pow (const MINT *, const MINT *, const MINT *, MINT *);
| ^~~
mp.h:29:1: note: 'pow' is declared in header '<math.h>'
28 | #include <stddef.h>
+++ |+#include <math.h>
29 | #endif
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -E -DBERKELEY_MP mpz_add.c | grep -v '^#' > madd.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c madd.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -E -DBERKELEY_MP mpz_cmp.c | grep -v '^#' > mcmp.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mcmp.c
mcmp.c:30:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
30 | void pow (const __MP_INT *, const __MP_INT *, const __MP_INT *, __MP_INT *);
| ^~~
mcmp.c:1:1: note: 'pow' is declared in header '<math.h>'
+++ |+#include <math.h>
1 |
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mdiv.c
In file included from mdiv.c:21:
mp.h:72:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
72 | void pow (const MINT *, const MINT *, const MINT *, MINT *);
| ^~~
mp.h:29:1: note: 'pow' is declared in header '<math.h>'
28 | #include <stddef.h>
+++ |+#include <math.h>
29 | #endif
In file included from mdiv.c:24:
mpz_dmincl.c: In function 'mdiv':
longlong.h:1010:24: warning: left shift count >= width of type [-Wshift-count-overflow]
1010 | __a = __xr < (1<<2*__BITS4) \
| ^~
mpz_dmincl.c:94:3: note: in expansion of macro 'count_leading_zeros'
94 | count_leading_zeros (normalization_steps, dp[dsize - 1]);
| ^~~~~~~~~~~~~~~~~~~
longlong.h:1012:23: warning: left shift count >= width of type [-Wshift-count-overflow]
1012 | : (__xr < (1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
| ^~
mpz_dmincl.c:94:3: note: in expansion of macro 'count_leading_zeros'
94 | count_leading_zeros (normalization_steps, dp[dsize - 1]);
| ^~~~~~~~~~~~~~~~~~~
In file included from mdiv.c:23:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mpz_dmincl.c:171:3: note: in expansion of macro 'alloca'
171 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c move.c
In file included from move.c:21:
mp.h:72:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
72 | void pow (const MINT *, const MINT *, const MINT *, MINT *);
| ^~~
mp.h:29:1: note: 'pow' is declared in header '<math.h>'
28 | #include <stddef.h>
+++ |+#include <math.h>
29 | #endif
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -E -DBERKELEY_MP mpz_sub.c | grep -v '^#' > msub.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c msub.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mtox.c
In file included from mtox.c:22:
mp.h:72:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
72 | void pow (const MINT *, const MINT *, const MINT *, MINT *);
| ^~~
mp.h:29:1: note: 'pow' is declared in header '<math.h>'
28 | #include <stddef.h>
+++ |+#include <math.h>
29 | #endif
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -E -DBERKELEY_MP mpz_mul.c | grep -v '^#' > mult.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mult.c
mult.c: In function 'mult':
mult.c:264:3: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
264 | __builtin_alloca (0);
| ^~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -E -DBERKELEY_MP mpz_powm.c | grep -v '^#' > pow.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c pow.c
pow.c:193:1: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
193 | pow (const __MP_INT *base, const __MP_INT *exp, const __MP_INT *mod, __MP_INT *res)
| ^~~
pow.c:1:1: note: 'pow' is declared in header '<math.h>'
+++ |+#include <math.h>
1 |
pow.c: In function 'pow':
pow.c:216:103: warning: left shift count >= width of type [-Wshift-count-overflow]
216 | do { unsigned long int __xr = (mod->d[msize - 1]); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (mod_shift_cnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
pow.c:216:169: warning: left shift count >= width of type [-Wshift-count-overflow]
216 | do { unsigned long int __xr = (mod->d[msize - 1]); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (mod_shift_cnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
pow.c:308:89: warning: left shift count >= width of type [-Wshift-count-overflow]
308 | do { unsigned long int __xr = (e); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (c) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
pow.c:308:155: warning: left shift count >= width of type [-Wshift-count-overflow]
308 | do { unsigned long int __xr = (e); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (c) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
pow.c:385:3: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
385 | __builtin_alloca (0);
| ^~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -E -DBERKELEY_MP mpz_pow_ui.c | grep -v '^#' > rpow.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c rpow.c
rpow.c: In function 'rpow':
rpow.c:228:101: warning: left shift count >= width of type [-Wshift-count-overflow]
228 | do { unsigned long int __xr = (b->d[bsize - 1]); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (cnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
rpow.c:228:167: warning: left shift count >= width of type [-Wshift-count-overflow]
228 | do { unsigned long int __xr = (b->d[bsize - 1]); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (cnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
rpow.c:243:87: warning: left shift count >= width of type [-Wshift-count-overflow]
243 | do { unsigned long int __xr = (e); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (cnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
rpow.c:243:153: warning: left shift count >= width of type [-Wshift-count-overflow]
243 | do { unsigned long int __xr = (e); unsigned int __a; if (64 <= 32) { __a = __xr < (1<<2*(64 / 4)) ? (__xr < (1<<(64 / 4)) ? 0 : (64 / 4)) : (__xr < (1<<3*(64 / 4)) ? 2*(64 / 4) : 3*(64 / 4)); } else { for (__a = 64 - 8; __a > 0; __a -= 8) if (((__xr >> __a) & 0xff) != 0) break; } (cnt) = 64 - (__clz_tab[__xr >> __a] + __a); } while (0);
| ^~
rpow.c:264:3: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
264 | __builtin_alloca (0);
| ^~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c xtom.c
In file included from xtom.c:22:
mp.h:72:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
72 | void pow (const MINT *, const MINT *, const MINT *, MINT *);
| ^~~
mp.h:29:1: note: 'pow' is declared in header '<math.h>'
28 | #include <stddef.h>
+++ |+#include <math.h>
29 | #endif
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -E -DBERKELEY_MP mpz_sqrtrem.c | grep -v '^#' > msqrt.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c msqrt.c
msqrt.c: In function 'msqrt':
msqrt.c:254:3: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
254 | __builtin_alloca (0);
| ^~~~~~~~~~~~~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c sdiv.c
In file included from sdiv.c:22:
mp.h:72:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
72 | void pow (const MINT *, const MINT *, const MINT *, MINT *);
| ^~~
mp.h:29:1: note: 'pow' is declared in header '<math.h>'
28 | #include <stddef.h>
+++ |+#include <math.h>
29 | #endif
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mout.c
In file included from mout.c:21:
mp.h:72:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
72 | void pow (const MINT *, const MINT *, const MINT *, MINT *);
| ^~~
mp.h:29:1: note: 'pow' is declared in header '<math.h>'
28 | #include <stddef.h>
+++ |+#include <math.h>
29 | #endif
mout.c: In function 'mout':
mout.c:40:3: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
40 | puts (str);
| ^~~~
mout.c:24:1: note: include '<stdio.h>' or provide a declaration of 'puts'
23 | #include "gmp-impl.h"
+++ |+#include <stdio.h>
24 |
In file included from mout.c:23:
gmp-impl.h:22:16: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | #define alloca __builtin_alloca
mout.c:41:3: note: in expansion of macro 'alloca'
41 | alloca (0);
| ^~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c min.c
In file included from min.c:24:
mp.h:72:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
72 | void pow (const MINT *, const MINT *, const MINT *, MINT *);
| ^~~
mp.h:29:1: note: 'pow' is declared in header '<math.h>'
28 | #include <stddef.h>
+++ |+#include <math.h>
29 | #endif
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c mfree.c
In file included from mfree.c:21:
mp.h:72:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
72 | void pow (const MINT *, const MINT *, const MINT *, MINT *);
| ^~~
mp.h:29:1: note: 'pow' is declared in header '<math.h>'
28 | #include <stddef.h>
+++ |+#include <math.h>
29 | #endif
rm -f libmp.a
ar cr libmp.a gcd.o itom.o madd.o mcmp.o mdiv.o move.o msub.o mtox.o mult.o pow.o rpow.o xtom.o msqrt.o sdiv.o mout.o min.o mfree.o mpn_add.o mpn_sub.o mpn_cmp.o mpn_mul.o mpn_div.o mpn_dm_1.o mpn_mod_1.o mpn_lshift.o mpn_rshift.o mpn_rshiftci.o mpn_sqrt.o memory.o mp_set_fns.o _mpz_set_str.o _mpz_get_str.o mpz_realloc.o mp_clz_tab.o alloca.o mp_bases.o mpz_sizeinb.o
`if [ -r /bin/ranlib -o -r /usr/bin/ranlib ]; then echo ranlib; else echo true; fi` libmp.a
ln -s gmp-1.3.2/libgmp.a .
ln -s gmp-1.3.2/gmp.h .
make Stack
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -c libstack.c
/bin/rm -f libstack.a
ar cqv libstack.a libstack.o
ar: writing libstack.a
a - libstack.o
ranlib libstack.a
make Tk
(cd unix; /opt/pkg/bin/bmake libtk.a)
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tk3d.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkArgv.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkAtom.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkBind.c
./../generic/tkBind.c: In function 'HandleEventGenerate':
./../generic/tkBind.c:3368:21: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
3368 | if (XKeycodeToKeysym(event.xany.display,
| ^~
In file included from ./../generic/tk.h:75,
from ./../generic/tkPort.h:20,
from ./../generic/tkBind.c:16:
/home/pbulk/build/lang/STk/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here
1687 | extern KeySym XKeycodeToKeysym(
| ^~~~~~~~~~~~~~~~
./../generic/tkBind.c:3529:17: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
3529 | if (XKeycodeToKeysym(event.xany.display, (unsigned) number,
| ^~
/home/pbulk/build/lang/STk/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here
1687 | extern KeySym XKeycodeToKeysym(
| ^~~~~~~~~~~~~~~~
./../generic/tkBind.c: In function 'GetKeySym':
./../generic/tkBind.c:4439:5: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
4439 | sym = XKeycodeToKeysym(dispPtr->display, eventPtr->xkey.keycode, index);
| ^~~
/home/pbulk/build/lang/STk/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here
1687 | extern KeySym XKeycodeToKeysym(
| ^~~~~~~~~~~~~~~~
./../generic/tkBind.c:4454:13: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
4454 | sym = XKeycodeToKeysym(dispPtr->display, eventPtr->xkey.keycode,
| ^~~
/home/pbulk/build/lang/STk/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here
1687 | extern KeySym XKeycodeToKeysym(
| ^~~~~~~~~~~~~~~~
./../generic/tkBind.c:4465:9: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
4465 | sym = XKeycodeToKeysym(dispPtr->display, eventPtr->xkey.keycode,
| ^~~
/home/pbulk/build/lang/STk/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here
1687 | extern KeySym XKeycodeToKeysym(
| ^~~~~~~~~~~~~~~~
./../generic/tkBind.c: In function 'InitKeymapInfo':
./../generic/tkBind.c:4516:9: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
4516 | keysym = XKeycodeToKeysym(dispPtr->display, *codePtr, 0);
| ^~~~~~
/home/pbulk/build/lang/STk/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here
1687 | extern KeySym XKeycodeToKeysym(
| ^~~~~~~~~~~~~~~~
./../generic/tkBind.c:4542:9: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
4542 | keysym = XKeycodeToKeysym(dispPtr->display, *codePtr, 0);
| ^~~~~~
/home/pbulk/build/lang/STk/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here
1687 | extern KeySym XKeycodeToKeysym(
| ^~~~~~~~~~~~~~~~
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkBitmap.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkClipboard.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCmds.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkColor.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkConfig.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCursor.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkError.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkEvent.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkFocus.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkFont.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkGet.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkGC.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkGeometry.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkGrab.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkGrid.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkOption.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkPack.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkPlace.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkSelect.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkUtil.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkVisual.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkWindow.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnix.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnix3d.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixButton.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixColor.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixCursor.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixDraw.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixEmbed.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixEvent.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixFocus.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixFont.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DTK_LIBRARY=\"/usr/local/lib/tk4.0.1\" ./tkUnixInit.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixMenu.c
./tkUnixMenu.c: In function 'GetMenuIndicatorGeometry':
./tkUnixMenu.c:332:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
332 | (TkMenuPlatformEntryData) ((65 * mePtr->height) / 100);
| ^
./tkUnixMenu.c:335:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
335 | (TkMenuPlatformEntryData) ((75 * mePtr->height) / 100);
| ^
./tkUnixMenu.c:340:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
340 | mePtr->platformEntryData = (TkMenuPlatformEntryData)
| ^
./tkUnixMenu.c:343:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
343 | mePtr->platformEntryData = (TkMenuPlatformEntryData)
| ^
./tkUnixMenu.c: In function 'DrawMenuEntryIndicator':
./tkUnixMenu.c:547:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
547 | dim = (int) mePtr->platformEntryData;
| ^
./tkUnixMenu.c:575:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
575 | radius = ((int) mePtr->platformEntryData)/2;
| ^
./tkUnixMenu.c:577:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
577 | - (int) mePtr->platformEntryData)/2;
| ^
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixMenubu.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixScale.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixScrlbr.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixSelect.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixSend.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixWm.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./tkUnixXId.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkButton.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkEntry.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkFrame.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkListbox.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkMenu.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkMenubutton.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkMenuDraw.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkMessage.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkScale.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkScrollbar.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCanvas.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCanvArc.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCanvBmap.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCanvImg.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCanvLine.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCanvPoly.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCanvPs.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCanvText.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCanvUtil.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkCanvWind.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkRectOval.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkTrig.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkImage.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkImgBmap.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkImgGIF.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkImgPPM.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkImgPhoto.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkText.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkTextBTree.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkTextDisp.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkTextImage.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkTextIndex.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkTextMark.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkTextTag.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -I../../Src -I. -I./../generic -I./../bitmaps -I../../Tcl/ -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 ./../generic/tkTextWind.c
rm -f libtk.a
ar cr libtk.a tk3d.o tkArgv.o tkAtom.o tkBind.o tkBitmap.o tkClipboard.o tkCmds.o tkColor.o tkConfig.o tkCursor.o tkError.o tkEvent.o tkFocus.o tkFont.o tkGet.o tkGC.o tkGeometry.o tkGrab.o tkGrid.o tkOption.o tkPack.o tkPlace.o tkSelect.o tkUtil.o tkVisual.o tkWindow.o tkUnix.o tkUnix3d.o tkUnixButton.o tkUnixColor.o tkUnixCursor.o tkUnixDraw.o tkUnixEmbed.o tkUnixEvent.o tkUnixFocus.o tkUnixFont.o tkUnixInit.o tkUnixMenu.o tkUnixMenubu.o tkUnixScale.o tkUnixScrlbr.o tkUnixSelect.o tkUnixSend.o tkUnixWm.o tkUnixXId.o tkButton.o tkEntry.o tkFrame.o tkListbox.o tkMenu.o tkMenubutton.o tkMenuDraw.o tkMessage.o tkScale.o tkScrollbar.o tkCanvas.o tkCanvArc.o tkCanvBmap.o tkCanvImg.o tkCanvLine.o tkCanvPoly.o tkCanvPs.o tkCanvText.o tkCanvUtil.o tkCanvWind.o tkRectOval.o tkTrig.o tkImage.o tkImgBmap.o tkImgGIF.o tkImgPPM.o tkImgPhoto.o tkText.o tkTextBTree.o tkTextDisp.o tkTextImage.o tkTextIndex.o tkTextMark.o tkTextTag.o tkTextWind.o
ranlib libtk.a
make Snow
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c userinit.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c stk.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c slib.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c primitives.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c boolean.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c char.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c str.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c vector.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c gc.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c port.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c number.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c list.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c symbol.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c read.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c print.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c eval.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c env.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c macros.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c syntax.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c cont.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DMACHINE=\"SunOS-5.11-i386\" -DUSE_DYNLOAD -DNO_TK -DSTk_CODE -DSCM_CODE -DSUNOS5 -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I../Stack -I/opt/pkg/include -c io.c
io.c: In function 'file_data_available':
io.c:80:38: error: 'FILE' has no member named '_cnt'
80 | # define READ_DATA_PENDING(fp) (fp->_cnt)
| ^~
io.c:118:13: note: in expansion of macro 'READ_DATA_PENDING'
118 | (READ_DATA_PENDING(PORT_FILE(port))) );
| ^~~~~~~~~~~~~~~~~
*** Error code 1
Stop.
bmake[1]: stopped in /home/pbulk/build/lang/STk/work/STk-4.0.1/Snow
*** Error code 1
Stop.
bmake: stopped in /home/pbulk/build/lang/STk/work/STk-4.0.1
*** Error code 1
Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/STk
*** Error code 1
Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/STk