From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4961 invoked by alias); 19 Jul 2011 21:08:31 -0000 Received: (qmail 4953 invoked by uid 22791); 19 Jul 2011 21:08:30 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Jul 2011 21:08:17 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6JL7lfr003333 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 19 Jul 2011 17:07:47 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p6JL7jwC001680; Tue, 19 Jul 2011 17:07:45 -0400 Received: from [0.0.0.0] (ovpn-113-82.phx2.redhat.com [10.3.113.82]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p6JL7ga0011709; Tue, 19 Jul 2011 17:07:42 -0400 Message-ID: <4E25F21D.4040304@redhat.com> Date: Tue, 19 Jul 2011 23:37:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: Dodji Seketeli CC: gcc-patches@gcc.gnu.org, tromey@redhat.com, gdr@integrable-solutions.net, joseph@codesourcery.com, burnus@net-b.de, charlet@act-europe.fr, paolo@gnu.org Subject: Re: [PATCH 1/7] Linemap infrastructure for virtual locations References: <1291979498-1604-1-git-send-email-dodji@redhat.com> <3d6fbfd16f0e3493839205de1266eaaa8dbb9c77.1310824121.git.dodji@redhat.com> In-Reply-To: <3d6fbfd16f0e3493839205de1266eaaa8dbb9c77.1310824121.git.dodji@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit 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 X-SW-Source: 2011-07/txt/msg01569.txt.bz2 On 07/16/2011 10:37 AM, Dodji Seketeli wrote: > test12.c:9:15: erreur: called object ‘var’ is not a function > test12.c:4:16: note: in expansion of macro 'C' > test12.c:3:14: note: expanded from here > test12.c:3:16: note: in expansion of macro 'B' > test12.c:2:14: note: expanded from here > test12.c:2:16: note: in expansion of macro 'A' > test12.c:9:10: note: expanded from here OK, that looks right. I'm not sure how you get there, but I suppose I'll get that from the detailed review. Jason