From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from spam02.hesby.net (spam01.hesby.net [81.29.32.152]) by sourceware.org (Postfix) with ESMTP id 95C8B385802D for ; Tue, 5 Oct 2021 17:52:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 95C8B385802D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=hesbynett.no Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=hesbynett.no Received: from [192.168.4.227] (247.92-221-34.customer.lyse.net [92.221.34.247]) by spam02.hesby.net (Halon) with ESMTPSA id fef48079-2604-11ec-8d7a-506b8dfa0e58; Tue, 05 Oct 2021 19:52:26 +0200 (CEST) To: Jonathan Wakely via Gcc-help From: David Brown Subject: Bill Cunningham Message-ID: <951d993c-47f5-69d8-be50-7848c12497de@hesbynett.no> Date: Tue, 5 Oct 2021 19:52:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3033.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2021 17:52:30 -0000 Hi, Just a little warning about Bill Cunningham, who has been asking questions on the gcc-help mailing list. He is a well-known character who has been an on and off member of the comp.lang.c Usenet group for perhaps two decades. In all that time, he has repeated a pattern of asking about rather advanced topics in C (such as details of compilers), while demonstrating that he has almost no understanding of the language. He claims to want to learn, but does not take advice or recommendation - he wants to learn C by examining C compilers, rather than by reading a book or doing a course. I, along with many in comp.lang.c over the years, have tried to give him advice and suggestions, but it has not succeeded in the past, and I don't expect it to succeed now. I think there is a strong chance that he will ask more questions here in the near future, and if he is true to past form, they will get increasingly detailed or bizarre. People who try to help him often end up frustrated and annoyed - I'm giving you this heads-up so that you see it coming, and don't end up pulling your hair out over him like others have! If I am wrong, and he really has learned something about C, and really does come way with an understanding of compilers from looking at the gcc source, then that would be great. mvh., David