tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] 0.9.26 regression on WIN32 - utime() links to _utime3


From: Roy Tam
Subject: Re: [Tinycc-devel] 0.9.26 regression on WIN32 - utime() links to _utime32 instead of _utime in msvcrt.dll
Date: Tue, 25 Mar 2014 21:19:33 +0800

2014-03-25 20:47 GMT+08:00 Peter <address@hidden>:
> Hi,
>
>   Since I am new here I am not sure if it is proper form to send bug reports 
> to the mailing list so I apologize if it is not.
>
> I have discovered the following problem and submitted a bug 
> http://savannah.nongnu.org/bugs/index.php?41950
>
> The following simple program:
>
> #include <sys/utime.h>
>
> int main(int argc, char **argv)
> {
>     utime(argv[1], 0);
> }
>
> compiled win 0.9.26 on WIN32 (Windows XP SP3) links to the - non existing - 
> _utime32 export from msvcrt.dll instead of the correct one (_utime). It 
> compiles correctly with 0.9.25.
>
> There is a ZIP file with all the relevant files attached to the bug report.
>

Did you try the tip revision in mob branch?
I can't reproduce the bug in mob branch, so it may be fixed in mob branch.

> Best regards,
>   Peter
> _______________________________________________
> Tinycc-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel



reply via email to

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