Re: Free C Compiler on Windows



James Kuyper wrote:
You vend software licenses. That makes you a vendor. That you also provide the same software for free for non-commercial uses does not invalidate the use of the term "vendor".


You also sell stuff to earn your life. As everyone does.

This makes you also a vendor.

What makes me mad is that this work that I have personally developed and financed and that costs like 500 euros/month to keep going in server costs and associated expenses makes me a "vendor".


You do not give a dam about that of course, it is my money that is financing lcc-win as a free service, not yours!!


And lcc-win conforms to C99, and will accept most syntax of C90
when it doesn't contradict with the newer standards.

So it now has a fully conforming mode in which it diagnosis all uses of any extensions for which C99 requires a diagnostic?


No, for instance it will accept // comments as you and your stupid "regulars club" have pointed out.

Anbd yes I WILL NOT FIX THAT since it isn't broken anyway!

I assume, also, that you've fixed the va_list problem that you described on 2009-02-03 in this newsgroup?


And obviously since I work for free, I have to work according to your plans?

I do whatever I want with my free time. And I do not know what va_list problem you are talking about. It was a minor problem with a declaration
that I fixed. A declaration like "long long unsigned int". That was
parsed as unsigned int and that is fixed. Now is parsed as
unsigned long long.


--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
.



Relevant Pages

  • Re: lcc-win is not
    ... with a declaration such as ... long long unsigned int ... Maybe there is a problemwith the version you have. ... jacob at jacob point remcomp point fr ...
    (comp.lang.c)
  • static or not static? That is the question!
    ... evaluated before each execution of the loop body. ... If clause-1 is a declaration, the scope of any variables it ... jacob at jacob point remcomp point fr ...
    (comp.std.c)
  • [PATCH] drivers/acpi/asus_acpi.c unsigned comparison
    ... The return of parse_arg is an int, but count is declared as an unsigned int, and later checked versus zero, ... This patch fixes the declaration of count in both functions. ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • [PATCH 3/7] percpu: clean up percpu variable definitions
    ... Percpu variable definition is about to be updated such that no static ... as,cfq: rename ioc_count uniquely ... volatile DEFINE_PER_CPUfor declaration. ... unsigned int idle_time, wall_time; ...
    (Linux-Kernel)
  • [PATCH 5/9] percpu: clean up percpu variable definitions
    ... Percpu variable definition is about to be updated such that no static ... as,cfq: rename ioc_count uniquely ... volatile DEFINE_PER_CPUfor declaration. ... unsigned int idle_time, wall_time; ...
    (Linux-Kernel)