bug-coreutils
[Top][All Lists]
Advanced

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

bug#16304: Upcoming clang-3.4 apparently miscompiles coreutils.


From: Markus Trippelsdorf
Subject: bug#16304: Upcoming clang-3.4 apparently miscompiles coreutils.
Date: Mon, 30 Dec 2013 13:32:19 +0100

coreutils-8.22 build with clang-3.4 doesn't copy permissions correctly:

address@hidden tmp % touch test1
address@hidden tmp % chmod 600 test1
address@hidden tmp % ls -al test1
-rw------- 1 markus markus 0 Dec 30 13:25 test1
address@hidden tmp % /var/tmp/coreutils-8.22/src/cp test1 test2
address@hidden tmp % ls -al test2
---------- 1 markus markus 0 Dec 30 13:25 test2
address@hidden tmp %


-- 
Markus





reply via email to

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