From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30191 invoked by alias); 13 Feb 2008 23:58:53 -0000 Received: (qmail 30181 invoked by uid 22791); 13 Feb 2008 23:58:53 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.179) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Feb 2008 23:58:23 +0000 Received: by py-out-1112.google.com with SMTP id d37so295873pye.29 for ; Wed, 13 Feb 2008 15:58:21 -0800 (PST) Received: by 10.140.132.8 with SMTP id f8mr421111rvd.198.1202947100461; Wed, 13 Feb 2008 15:58:20 -0800 (PST) Received: by 10.70.89.18 with HTTP; Wed, 13 Feb 2008 15:58:20 -0800 (PST) Message-ID: <359fcc390802131558m405d0fb9j22b9b88f5594064e@mail.gmail.com> Date: Wed, 13 Feb 2008 23:58:00 -0000 From: "James Tebneff" To: "Robert William Fuller" Subject: Re: Warning when passing int, but unsigned int is awaited? Cc: "John Love-Jensen" , "Rene Perlberg" , "MSX to GCC" In-Reply-To: <47B35BCB.5020705@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47B35BCB.5020705@gmail.com> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg00140.txt.bz2 On Feb 14, 2008 7:36 AM, Robert William Fuller wrote: > John Love-Jensen wrote: > > It works on my compiler. Using C. > > It works for some value of work on gcc-4.1.2. It reports on things that > clearly have no width difference. Am I detecting a theme with these > less used compiler warnings? (Note that -Wunreachable-code reports > erroneously as well.) > > > > I think the -Wconversion feature was busted (perhaps still is busted) for > > Hi, I was under the impression that this feature is being worked on currently. http://gcc.gnu.org/wiki/NewWconversion Regards, JT