[Tinycc-devel] new tiny_libmaker.exe does not perform * expansion

2013-03-21 Thread Hernán J . González
The new version (0.9.26) tiny_libmaker.exe  does not perform expansion
as old version did:

compilers\tccold\tiny_libmaker.exe rc x.a *.o
lib1.o:
lib2.o:
lib3.o:

compilers\tccnew\tiny_libmaker.exe rc x.a *.o
Can't open file *.o

Not a big deal, but I wonder if this is intended behaviour?

 Hernán

___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


Re: [Tinycc-devel] Compiling preprocessed files with tinycc?

2013-03-21 Thread Austin English
On Wed, Mar 20, 2013 at 3:11 PM, Daniel Glöckner daniel...@gmx.net wrote:
 On Wed, Mar 20, 2013 at 01:01:10PM -0700, Austin English wrote:
 manually correcting that, I'm able to preprocess the problematic file down 
 to:
 austin@debian-home:~/src/wine-tcc/dlls/d3d8/tests$ cat stateblock.i.tcc.c
 typedef struct _D3DVECTOR
 {
   float x;
   float y;
   float z;
 } D3DMATRIX;

 You are aware that D3DMATRIX is supposed to consist of 16 floats?

Looks like delta foobared the program while minimalizing it. I'm
retrying now with creduce, though it's taking quite a while..

-- 
-Austin

___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel