tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] bug in preprocessor


From: Fred van Kempen
Subject: [Tinycc-devel] bug in preprocessor
Date: Thu, 18 Jan 2024 20:35:20 +0000 (UTC)

This:

#include <stdio.h>
#include <stdlib.h>

int
main(int argc, char **argv)
{
#ifdef FOO
    printf("Foo: %s\n", argv[0]);
#endif  bar

    return argc;
}

should not compile, for obvious reasons, but it does..

Using 0.28rc.

Fred


reply via email to

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