From: "kwisatz haderach":
> I think I found a problem with the FPU registers are managed by TCC.
In tcc.c:~1591:void vpop(void)
instead of
o(0xd9dd); /* fstp %st(1) */
try
o(0xd8dd); /* fstp %st(0) */
--- grischka
___
Tinycc-devel m
From: "Timovj Lahde":
> One idea for tcc.c line 133 in function:
>
> TCCState *tcc_new(void)
>
>
> /* default library paths */
> #ifdef TCC_TARGET_PE
> {
> tcc_lib_path = w32_tcc_lib_path(); <-- added
> char buf[1024];
> snprintf(buf, sizeof(buf), "%s/lib", tcc_l
Well, the version number doesn't help -- the latest version in hg still says
0.9.23
This is what I get:
~/tcc$ cat foo.c
void f(;) { }
~/tcc foo.c
foo.c:1: identifier expected
with changeset ac9801833f4d.
On Wednesday 02 January 2008 18:49:08 Marko Macek wrote:
> Hi!
>
> $ cat testtcc.c
> void
Hi!
$ cat testtcc.c
void f(;) { }
$ tcc -c testtcc.c
Segmentation fault (core dumped)
$ tcc -v
tcc version 0.9.23
Mark
___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel