quakeforge/tools/qfcc
Bill Currie 006882407d Fix the source of alias def chains.
The actual bug might still be elsewhere, but at least now I know the alias
chains were coming from accessing .return and .param_N, which are unions
(not directly usable by the progs engine). Emitting a reference to a union
(or struct) would create an alias def, but an alias expression was created
in the expression tree to simplify return/param access. The double layer
(sometimes 3 or 4) alias isn't really neaded, so rather than layering the
aliases, just re-alias the alaised def.
2012-05-03 13:28:16 +09:00
..
doc Allow control of progdefs.h CRC writing. 2012-05-03 00:22:24 +09:00
include Add a non-error diagnostic that can't be silenced. 2012-05-03 13:24:24 +09:00
source Fix the source of alias def chains. 2012-05-03 13:28:16 +09:00
test Add a test for end of function conditional return. 2012-04-30 20:27:24 +09:00
AUTHORS more mailing list corrections 2003-07-12 21:50:22 +00:00
bootstrap scary, but the only changes qfcc needed to build as part of quakeforge was 2002-01-22 05:48:03 +00:00
configure.in fix CPP_NAME for independently built qfcc 2002-06-04 20:43:11 +00:00
Makefile.am Do an audit of the Makefile.am files. 2012-02-07 16:04:19 +09:00
TODO Update TODO. 2011-02-22 12:23:00 +09:00