Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2011 09:29:33 +0200
From:      Michel Talon <talon@lpthe.jussieu.fr>
To:        Ruslan Mahmatkhanov <cvs-src@yandex.ru>, ports@freebsd.org
Subject:   Re: [ANNOUNCE]: clang compiling ports, take 2
Message-ID:  <20110904072933.GA61465@lpthe.jussieu.fr>

next in thread | raw e-mail | index | archive | help

Ruslan wrote:
> Hi, i maintain port (sysutils/rdup) that is failing with clang:

I have looked at the problem, it is indeed in rdup source. If you look
at rdup git history for rdup-tr.c you will see 

	remove rdup_entry_c from the code, totally unneeded

in this modification, the line 
rdup_entry_c = rdup_entry;
which makes sense is (probably automatically) replaced by the line
rdup_entry = rdup_entry;
which is superfluous. 
gcc doesn't bark at that while clang does.



-- 

Michel TALON




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110904072933.GA61465>