#pragma comment(option,"-..."), bitfields test, etc...
commit69a137ff889f552b3ce58b861f3f0601c1818d6b
authorgrischka <grischka>
Fri, 14 Jul 2017 17:26:01 +0000 (14 19:26 +0200)
committergrischka <grischka>
Fri, 14 Jul 2017 17:26:01 +0000 (14 19:26 +0200)
tree8e2f2e4a2274e48a9e7bbafd37c4f06d8389b723
parent04418c7addb757e80b09c94eb3553b131bcf4de8
#pragma comment(option,"-..."), bitfields test, etc...

tccpp.c:
* #pragma comment(option,"-some-option")
  to set commandline option from C code.  May work only
  for some options.
libtcc.c:
* option "-d1..9": sets a 'g_debug' global variable.
  (for development)
tests2/Makefile:
* new make targets: tests2.37 / tests2.37+
  run single test from tests2,  optionally update .expect
* new variable GEN-ALWAYS to always generate certain .expects
* bitfields test
tccgen.c:
* bitfields: fix a bug and improve slightly more
* _Generic: ignore "type match twice"
Makefile
libtcc.c
tcc.h
tccgen.c
tccpp.c
tcctok.h
tests/tests2/95_bitfields.c [new file with mode: 0644]
tests/tests2/95_bitfields_ms.c [new file with mode: 0644]
tests/tests2/95_bitfields_ms.expect [new file with mode: 0644]
tests/tests2/Makefile