tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] 0.9.16 segfault


From: Nigel Horne
Subject: [Tinycc-devel] 0.9.16 segfault
Date: Tue, 18 Feb 2003 22:16:15 +0000
User-agent: KMail/1.4.3

If I create a file (a.c) containing:

main()
{
        b();
}

and a file (b.c) containing:

b()
{
        printf("hello world\n");
}

then do "tcc -- a.c b.c" I get a segfault in tcc. This is on RH8.0

-Nigel

-- 
Nigel Horne. Arranger, Composer, Conductor, Typesetter.
NJH Music, Barnsley, UK.  ICQ#20252325
address@hidden http://www.bandsman.co.uk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]