From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60860 invoked by alias); 21 Sep 2015 00:25:01 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 60851 invoked by uid 89); 21 Sep 2015 00:25:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f171.google.com Received: from mail-wi0-f171.google.com (HELO mail-wi0-f171.google.com) (209.85.212.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 21 Sep 2015 00:24:59 +0000 Received: by wicge5 with SMTP id ge5so94719733wic.0 for ; Sun, 20 Sep 2015 17:24:56 -0700 (PDT) X-Received: by 10.180.85.164 with SMTP id i4mr10847929wiz.54.1442795096815; Sun, 20 Sep 2015 17:24:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.186.214 with HTTP; Sun, 20 Sep 2015 17:24:17 -0700 (PDT) In-Reply-To: References: <20150525195650.GY27320@redhat.com> From: =?UTF-8?B?TWFudWVsIEzDs3Blei1JYsOhw7Fleg==?= Date: Mon, 21 Sep 2015 00:29:00 -0000 Message-ID: Subject: Re: [PATCH c/c++] use explicit locations for some warnings in c-pragma.c To: Christophe Lyon Cc: Marek Polacek , Gcc Patch List , "Joseph S. Myers" , Jason Merrill Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-09/txt/msg01512.txt.bz2 On 21 September 2015 at 02:22, Christophe Lyon wrote: > It works for me if I replace 24 by 62. Wierd. What is the actual output of the compiler?