From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9023 invoked by alias); 18 May 2009 00:37:19 -0000 Received: (qmail 8979 invoked by uid 48); 18 May 2009 00:37:00 -0000 Date: Mon, 18 May 2009 00:37:00 -0000 Message-ID: <20090518003700.8978.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/40179] Incorrectly use Built-in function to replace the normal function with flag -O1 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg01484.txt.bz2 ------- Comment #3 from pinskia at gcc dot gnu dot org 2009-05-18 00:36 ------- Hmm, The warning is a bit weird because the return type of strlen is size_t which is unsigned int on i686-linux-gnu and unsigned long on x86_64-linux-gnu but we ignore the signness for some reason. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40179