=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for mpd-1.0.1nb7
echo "#"						   >paths.sh
echo "#  Created mechanically;  DO NOT EDIT THIS FILE."	  >>paths.sh
echo "#"						  >>paths.sh
sed -n >>paths.sh <Configuration   -e 's/#.*//' -e 's/[ 	]*$//' -e 's/ *= */=/'  -e 's/="*\(.* [^"]*\)"*$/="\1"/' -e '/^[A-Z0-9_]* *=/p'
echo ""							  >>paths.sh
echo  >paths.tmp '/*'
echo >>paths.tmp ' *	Created mechanically;  DO NOT EDIT THIS FILE.'
echo >>paths.tmp ' */'
sed  >>paths.tmp <paths.sh  -n -e 's/"//g' -e 's/.*/#define &"/' -e 's/= */ "/p'
if cmp -s paths.tmp paths.h; then :; else cp paths.tmp paths.h; fi
cc -O3 -Wall  -I/usr/X11R7/include -c util.c
cmp -s multi/uni.h mpdmulti.h || cp multi/uni.h mpdmulti.h
cmp -s multi/uni.c mpdmulti.c || cp multi/uni.c mpdmulti.c
cd mpd;		make   CC="cc" CFLAGS="-O3 -Wall"
cc -O3 -Wall  -I/usr/X11R7/include -c main.c
main.c: In function 'main':
main.c:105:11: warning: passing argument 1 of 'my_link' from incompatible pointer type [-Wincompatible-pointer-types]
  my_link (argv[optind]);  /* exec mpdl to build executable file */
           ^~~~
main.c:14:13: note: expected 'char **' but argument is of type 'char *'
 static void my_link PARAMS ((char *files[]));
             ^~~~~~~
main.c: In function 'options':
main.c:159:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   for (p = optarg; c = *p; p++)
                    ^
main.c:162:15: warning: array subscript has type 'char' [-Wchar-subscripts]
        dbflags[*q] = 1;
               ^
main.c: In function 'my_link':
main.c:390:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     while (s = *ilp++) {
            ^
main.c:402:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     while (*argp++ = *rlp++)  /* copy list */
            ^
...expect one shift/reduce conflict:
yacc  -d grammar.y
yacc: 1 shift/reduce conflict.
mv y.tab.c grammar.c
mv y.tab.h tokens.h
cc -O3 -Wall  -I/usr/X11R7/include -c grammar.c
lex tokens.l
mv lex.yy.c tokens.c
cc -O3 -Wall  -I/usr/X11R7/include -c tokens.c
cc -O3 -Wall  -I/usr/X11R7/include -c alloc.c
cc -O3 -Wall  -I/usr/X11R7/include -c attest.c
attest.c: In function 'attest':
attest.c:502:6: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
      switch (e->e_opr) {
      ^~~~~~
attest.c:502:6: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
attest.c:502:6: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
     switch (e->e_opr) {
     ^~~~~~
attest.c:76:5: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
attest.c:76:5: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
     switch (e->e_opr) {
     ^~~~~~
attest.c:626:5: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
attest.c:626:5: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
cc -O3 -Wall  -I/usr/X11R7/include -c dynamic.c
dynamic.c: In function 'alctemp':
dynamic.c:73:10: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
     char c, **p, *s, buf[10];
          ^
dynamic.c: In function 'dcltemps':
dynamic.c:175:3: warning: 's2' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cprintf ("%8%,%s%d", s2, i);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
dynamic.c:173:6: warning: 's1' may be used uninitialized in this function [-Wmaybe-uninitialized]
      cprintf ("%8%s %s1", s1, s2);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c errors.c
cc -O3 -Wall  -I/usr/X11R7/include -c fold.c
fold.c: In function 'fold':
fold.c:31:5: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
     switch (o) { /* certain parts of the tree should not be walked */
     ^~~~~~
fold.c:31:5: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
fold.c:31:5: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
  switch (o) {
  ^~~~~~
fold.c:49:2: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
fold.c:49:2: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
  switch (o) {
  ^~~~~~
fold.c:121:2: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
fold.c:121:2: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
  switch (o) {
  ^~~~~~
fold.c:147:2: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
fold.c:147:2: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
cc -O3 -Wall  -I/usr/X11R7/include -c gdecl.c
cc -O3 -Wall  -I/usr/X11R7/include -c gexpr.c
gexpr.c: In function 'gexpr':
gexpr.c:179:6: warning: enumeration value 'T_BOGUS' not handled in switch [-Wswitch]
      switch (t) {
      ^~~~~~
gexpr.c:179:6: warning: enumeration value 'T_VOID' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_ANY' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_NLIT' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_FILE' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_STRING' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_ARRAY' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_PTR' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_REC' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_VCAP' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_RCAP' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_OCAP' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_GLB' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_RES' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'T_OP' not handled in switch [-Wswitch]
gexpr.c:179:6: warning: enumeration value 'TCOUNT' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_BOGUS' not handled in switch [-Wswitch]
      switch (t) {
      ^~~~~~
gexpr.c:197:6: warning: enumeration value 'T_VOID' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_ANY' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_NLIT' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_FILE' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_STRING' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_ARRAY' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_PTR' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_REC' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_VCAP' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_RCAP' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_OCAP' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_GLB' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_RES' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'T_OP' not handled in switch [-Wswitch]
gexpr.c:197:6: warning: enumeration value 'TCOUNT' not handled in switch [-Wswitch]
gexpr.c:336:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
   if (g->g_type != T_VOID)
      ^
gexpr.c: In function 'gcast':
gexpr.c:839:6: warning: enumeration value 'T_BOGUS' not handled in switch [-Wswitch]
      switch (t) {
      ^~~~~~
gexpr.c:839:6: warning: enumeration value 'T_VOID' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_ANY' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_NLIT' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_FILE' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_REC' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_VCAP' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_RCAP' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_OCAP' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_GLB' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_RES' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'T_OP' not handled in switch [-Wswitch]
gexpr.c:839:6: warning: enumeration value 'TCOUNT' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_BOGUS' not handled in switch [-Wswitch]
     switch (e->e_sig->g_type) {  /* switch on result type */
     ^~~~~~
gexpr.c:824:5: warning: enumeration value 'T_VOID' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_ANY' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_NLIT' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_FILE' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_ARRAY' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_REC' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_VCAP' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_RCAP' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_OCAP' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_GLB' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_RES' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'T_OP' not handled in switch [-Wswitch]
gexpr.c:824:5: warning: enumeration value 'TCOUNT' not handled in switch [-Wswitch]
cc -O3 -Wall  -I/usr/X11R7/include -c ginput.c
cc -O3 -Wall  -I/usr/X11R7/include -c gloop.c
cc -O3 -Wall  -I/usr/X11R7/include -c gmisc.c
gmisc.c: In function 'once':
gmisc.c:39:5: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
     switch (e->e_opr) {
     ^~~~~~
gmisc.c:39:5: warning: enumeration value 'O_LIST' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SEQ' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_COMPONENT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_GLOBAL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RESOURCE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SPEC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_BODY' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_EXTERNAL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SEM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PROC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PROCESS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FINAL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
gmisc.c:39:5: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
gmisc.c: In function 'fixedsize':
gmisc.c:525:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
   if (o->s_kind == K_OP && o->s_imp == s && o->s_sig)  /* if op */
      ^
gmisc.c: In function 'csig':
gmisc.c:257:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
cc -O3 -Wall  -I/usr/X11R7/include -c gparam.c
gparam.c: In function 'gparblk':
gparam.c:163:16: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  if (m->m_pass != O_VAL & (!lvalue (a)))
      ~~~~~~~~~~^~~~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c gstmt.c
gstmt.c: In function 'cosend':
gstmt.c:360:1: warning: type of 'n' defaults to 'int' [-Wimplicit-int]
 cosend (e, n, tname)
 ^~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c import.c
echo '/*  Created mechanically;  DO NOT EDIT THIS FILE  */' >tkflags.h
echo '' >>tkflags.h
awk '/^%t[^*]*\*[BEG + END]*\*/{printf("TKFLAGS(%s,%s)\n",$2,$4);}'  <grammar.y >>tkflags.h
cc -O3 -Wall  -I/usr/X11R7/include -c input.c
input.c: In function 'setinput':
input.c:256:18: warning: unused variable 'yyin' [-Wunused-variable]
     extern FILE *yyin;
                  ^~~~
input.c:255:11: warning: unused variable 'old' [-Wunused-variable]
     FILE *old;
           ^~~
input.c: In function 'start_echo':
input.c:163:5: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
     fprintf (specfile, "%s %s", s, e->e_l->e_name);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c list.c
cc -O3 -Wall  -I/usr/X11R7/include -c names.c
cc -O3 -Wall  -I/usr/X11R7/include -c node.c
cc -O3 -Wall  -I/usr/X11R7/include -c op.c
op.c: In function 'opscan':
op.c:247:3: warning: enumeration value 'I_SEM' not handled in switch [-Wswitch]
   switch (o->o_impl) {
   ^~~~~~
op.c: In function 'wimpl':
op.c:452:10: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
     char c, *p;
          ^
cc -O3 -Wall  -I/usr/X11R7/include -c output.c
output.c: In function 'mkinter':
output.c:76:6: warning: implicit declaration of function 'mkdir'; did you mean 'rmdir'? [-Wimplicit-function-declaration]
  if (mkdir (ifdir, 0777) != 0 && errno != EEXIST)
      ^~~~~
      rmdir
output.c: In function 'cprintf':
output.c:249:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     while (c = *fmt++)  {
            ^
output.c:368:34: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    for (s = va_arg (ap, char *); c = *s++; )
                                  ^
output.c: In function 'putconst':
output.c:472:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     for (s = buf; c = *s++; )  /* write the characters */
                   ^
cc -O3 -Wall  -I/usr/X11R7/include -c params.c
cc -O3 -Wall  -I/usr/X11R7/include -c pregen.c
pregen.c: In function 'pregen':
pregen.c:319:5: warning: 'func' may be used uninitialized in this function [-Wmaybe-uninitialized]
     cprintf ("%s(%e,%a)", func, e1, e2);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pregen.c:303:11: note: 'func' was declared here
     char *func;
           ^~~~
cc -O3 -Wall  -I/usr/X11R7/include -c presig.c
presig.c: In function 'fixlub':
presig.c:463:5: warning: enumeration value 'PRE_BOGUS' not handled in switch [-Wswitch]
     switch (e->e_l->e_sym->s_pre) {
     ^~~~~~
presig.c:463:5: warning: enumeration value 'PRE_lb' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_ub' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_pred' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_succ' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_length' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_maxlength' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_chars' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_locate' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_myresource' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_mymachine' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_myvm' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_mypriority' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_setpriority' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_free' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_abs' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_min' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_max' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_sqrt' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_log' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_exp' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_ceil' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_floor' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_round' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_sin' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_cos' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_tan' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_asin' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_acos' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_atan' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_random' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_seed' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_numargs' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_getarg' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_nap' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_age' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_open' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_flush' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_close' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_remove' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_get' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_put' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_seek' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_where' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_read' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_scanf' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_sscanf' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_write' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_writes' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_printf' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_sprintf' not handled in switch [-Wswitch]
presig.c:463:5: warning: enumeration value 'PRE_END' not handled in switch [-Wswitch]
cc -O3 -Wall -E includer.c  | sed 's/,/ ,/' | awk -f elabels.awk >print.h
cc -O3 -Wall  -I/usr/X11R7/include -c print.c
print.c: In function 'pnode':
print.c:93:15: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'struct node *' [-Wformat=]
   printf ("%08X [?!]", e->e_l);
            ~~~^
print.c: In function 'psym':
print.c:213:5: warning: enumeration value 'K_BOGUS' not handled in switch [-Wswitch]
     switch (s->s_kind) {
     ^~~~~~
print.c:213:5: warning: enumeration value 'K_FIELD' not handled in switch [-Wswitch]
print.c:213:5: warning: enumeration value 'K_IMP' not handled in switch [-Wswitch]
print.c:213:5: warning: enumeration value 'K_PREDEF' not handled in switch [-Wswitch]
In file included from print.c:7:0:
At top level:
print.h:211:15: warning: 'impl_names' defined but not used [-Wunused-variable]
 static char * impl_names[] = {
               ^~~~~~~~~~
print.h:204:15: warning: 'seg_names' defined but not used [-Wunused-variable]
 static char * seg_names[] = {
               ^~~~~~~~~
cc -O3 -Wall  -I/usr/X11R7/include -c resource.c
resource.c: In function 'genprocs':
resource.c:196:5: warning: enumeration value 'O_BOGUS' not handled in switch [-Wswitch]
     switch (e->e_opr) {
     ^~~~~~
resource.c:196:5: warning: enumeration value 'O_ID' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SYM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_TYPENAME' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SUBS' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_BOUNDS' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VERBATIM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ILIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_BLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FLIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SEPARATE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_EXTEND' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_IMPORT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_OP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_OPTYPE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PROTO' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_TYPE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PARDCL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VARDCL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CONDCL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FLDDCL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PARATT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VARATT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_BLOCK' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_GUARD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_QUANT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_QSTEP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_QTEST' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_IF' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_DO' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FA' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SKIP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_STOP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_EXIT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NEXT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RETURN' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_REPLY' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_LIBCALL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CALL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SEND' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FORWARD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RECEIVE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CREVM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CREATE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CREVOKE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_DESTROY' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_IN' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ARM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SCHED' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SYNC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SELECT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_INPARM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_INOP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CO' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_COINV' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_COSEL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CAP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PTR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_BOOL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CHAR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_INT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ENUM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_REAL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FFILE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_STRING' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_REC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ARRAY' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VM' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ANY' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VOID' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NEW' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NEWOP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_LOW' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_HIGH' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CAST' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NOT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_POS' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NEG' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ADDR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_QMARK' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PREINC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PREDEC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_POSTINC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_POSTDEC' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_PTRDREF' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_EXPON' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_MUL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_DIV' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_MOD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_REMDR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ADD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SUB' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CONCAT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_EQ' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_NE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_GE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_LE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_GT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_LT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AND' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_OR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_XOR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RSHIFT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_LSHIFT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_FIELD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_INDEX' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SLICE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RANGE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RECCONS' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_CLONE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ARCONS' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ASSIGN' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_SWAP' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_ADD' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_SUB' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_MUL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_EXPON' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_DIV' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_REMDR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_AND' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_OR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_CONCAT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_RSHIFT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_AUG_LSHIFT' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_ASTER' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RCALL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RSEND' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RNONE' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VAL' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_VAR' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_RES' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_REF' not handled in switch [-Wswitch]
resource.c:196:5: warning: enumeration value 'O_END' not handled in switch [-Wswitch]
cc -O3 -Wall  -I/usr/X11R7/include -c signat.c
signat.c: In function 'compat':
signat.c:329:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
signat.c: In function 'symsig':
signat.c:108:8: warning: 'g' may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (g == NULL)
        ^
cc -O3 -Wall  -I/usr/X11R7/include -c symtab.c
symtab.c: In function 'identify':
symtab.c:318:9: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
      if (e->e_opr == O_CALL && l->e_opr == O_SYM)
         ^
symtab.c:334:3: warning: enumeration value 'K_BOGUS' not handled in switch [-Wswitch]
   switch (s->s_kind) {
   ^~~~~~
symtab.c:334:3: warning: enumeration value 'K_BLOCK' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_VAR' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_FIELD' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_TYPE' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_ELIT' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_RES' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_IMP' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_OP' not handled in switch [-Wswitch]
symtab.c:334:3: warning: enumeration value 'K_PREDEF' not handled in switch [-Wswitch]
symtab.c:220:6: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
      define (l->e_l, k);
      ^~~~~~~~~~~~~~~~~~
. ../paths.sh; cc -O3 -Wall -o mpd main.o grammar.o tokens.o ../util.o alloc.o attest.o dynamic.o errors.o fold.o  gdecl.o gexpr.o ginput.o gloop.o gmisc.o gparam.o gstmt.o  import.o input.o list.o names.o node.o  op.o output.o params.o pregen.o presig.o print.o  resource.o signat.o symtab.o $LIBM $LIBC
cd mpdl;	make   CC="cc" CFLAGS="-O3 -Wall"
cc -O3 -Wall  -I/usr/X11R7/include -c main.c
main.c:33:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
cc -O3 -Wall  -I/usr/X11R7/include -c limits.c
limits.c:22:59: warning: missing braces around initializer [-Wmissing-braces]
 static struct lim { char c; int *v; char *s; } limits[] = {
                                                           ^
     'C', &max_co_stmts,   "maximum number of active `co' statements",
     {                                                               }
     'L', &max_loops,      "maximum number of loops before context switch",
     {                                                                    }
     'N', &max_classes,    "maximum number of `in' operation classes",
     {                                                               }
     'O', &max_operations, "maximum number of active operations",
     {                                                          }
     'P', &max_processes,  "maximum number of processes",
     {                                                  }
     'Q', &max_rmt_reqs,   "maximum number of pending remote requests",
     {                                                                }
     'R', &max_resources,  "maximum number of active resources",
     {                                                         }
     'V', &max_semaphores, "maximum number of semaphores",
     {                                                   }
     'S', &stack_size,     "size of a process stack",
     {                                              }
     0, 0, 0};
     {      }
cc -O3 -Wall  -I/usr/X11R7/include -c resource.c
cc -O3 -Wall  -I/usr/X11R7/include -c gen.c
gen.c: In function 'gen_config':
gen.c:26:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if (exe_tail = strrchr (exe_file, '/')) /* strip path */
         ^~~~~~~~
. ../paths.sh; cc -O3 -Wall -o mpdl main.o limits.o resource.o gen.o ../util.o $LIBC
cd csw;		make   CC="cc" CFLAGS="-O3 -Wall"
cc -O3 -Wall  -I/usr/X11R7/include -c cstest.c
cstest.c:54:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main ()
 ^~~~
cc -O3 -Wall -c netbsd.c
ld -r -o asm.o netbsd.o /usr/lib/libpthread.a
. ../paths.sh; cc -O3 -Wall -o cstest  cstest.o asm.o $LIBM $LIBC
ld: asm.o: in function `mpd_setcontext_u':
netbsd.c:(.text+0x12): undefined reference to `pthread__i386_init'
ld: asm.o: in function `mpd_swapcontext_u':
netbsd.c:(.text+0x3d): undefined reference to `pthread__i386_init'
*** Error code 1

Stop.
make[1]: stopped in /pbulk/work/lang/mpd/work/mpd.1.0.1/csw
*** Error code 1

Stop.
make: stopped in /pbulk/work/lang/mpd/work/mpd.1.0.1
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/lang/mpd
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/mpd