From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9203: 24.0.50; some Clang experience Date: Sat, 30 Jul 2011 16:31:32 +0300 Message-ID: <83ei17dhe3.fsf@gnu.org> References: <83livgc5t1.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1312032719 26597 80.91.229.12 (30 Jul 2011 13:31:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Jul 2011 13:31:59 +0000 (UTC) Cc: Peter_Dyballa@Freenet.DE, 9203@debbugs.gnu.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 30 15:31:55 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qn9dz-0001Ax-Da for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Jul 2011 15:31:55 +0200 Original-Received: from localhost ([::1]:52738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qn9dy-0001qr-VG for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Jul 2011 09:31:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qn9dw-0001qm-Gl for bug-gnu-emacs@gnu.org; Sat, 30 Jul 2011 09:31:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qn9dv-0007Yq-Ma for bug-gnu-emacs@gnu.org; Sat, 30 Jul 2011 09:31:52 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qn9dv-0007Yl-Jt for bug-gnu-emacs@gnu.org; Sat, 30 Jul 2011 09:31:51 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Qn9e5-00005y-R7; Sat, 30 Jul 2011 09:32:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Jul 2011 13:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9203 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9203-submit@debbugs.gnu.org id=B9203.1312032698338 (code B ref 9203); Sat, 30 Jul 2011 13:32:01 +0000 Original-Received: (at 9203) by debbugs.gnu.org; 30 Jul 2011 13:31:38 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qn9di-00005P-3d for submit@debbugs.gnu.org; Sat, 30 Jul 2011 09:31:38 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qn9dd-00005D-82 for 9203@debbugs.gnu.org; Sat, 30 Jul 2011 09:31:34 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LP500N00EW05300@a-mtaout23.012.net.il> for 9203@debbugs.gnu.org; Sat, 30 Jul 2011 16:31:20 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.48.51]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LP500M6KEW7VK90@a-mtaout23.012.net.il>; Sat, 30 Jul 2011 16:31:20 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 30 Jul 2011 09:32:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:49718 Archived-At: > From: Andreas Schwab > Cc: Peter Dyballa , 9203@debbugs.gnu.org > Date: Sat, 30 Jul 2011 15:22:11 +0200 > > > `ret' is of the type `reg_errcode_t', which is an enumerated data > > type, so its signedness is implementation-defined, AFAIK. > > But re_search returns regoff_t, so the type is wrong. `ret' is the value returned by regexec, so its type should be `reg_errcode_t'.