tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Running 'make test' on windows?


From: grischka
Subject: Re: [Tinycc-devel] Running 'make test' on windows?
Date: Thu, 23 Jan 2014 15:01:20 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Austin English wrote:
-    gcc_major="$($CONFTEST version)"
-    gcc_minor="$($CONFTEST minor)"
+    gcc_major="$($CONFTEST v)"
+    gcc_minor="$($CONFTEST m)"

it could be a gcc/mingw regression. This is gcc-4.8.1 (I haven't tried
other versions though).

Would you like me to push that to mob?

Well, if with "./conftest version" argv[1] is "version" and
argc == 2 but
    switch(argc == 2 ? argv[1][0] : 0) {
doesn't trigger
    case 'v':
then it looks like a compiler bug.

Otherwise if argv[1] is not "version" or argc != 2 it could be a
bug in the mingw startup code or some virus scanner interference
with the msys shell (cygwin->BLODA).

Otherwise if the machine starts making inexplicable assumptions
about the difference between "version" and "v" on that level
I'd seriously suspect that it was infected by google. (A joke)

Anyway I'd personally not do anything with any code before I knew
what's wrong with my compilation environment here.

--- grischka



reply via email to

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