NetBSD/usr.bin/xlint/lint2
uwe 17bb5b2554 tlst[inptype(...)] is bad C code because inptype() can realloc tlst
and there's no intermediate sequence point!  We actually hit this on
sh3 with -O2 where gcc4 caches tlst in a register prior to recursive
call to inptype() and if you are unlucky the recursive call needs to
realloc tlst.

Introduce a temp variable to force a sequence point.
2007-09-28 21:53:50 +00:00
..
Makefile WFORMAT is no more... 2006-10-08 17:52:28 +00:00
chk.c
emit2.c
externs2.h
hash.c
lint2.h
main2.c
mem2.c
msg.c
read.c tlst[inptype(...)] is bad C code because inptype() can realloc tlst 2007-09-28 21:53:50 +00:00