From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31712 invoked by alias); 20 Sep 2007 09:19:20 -0000 Received: (qmail 31675 invoked by alias); 20 Sep 2007 09:19:09 -0000 Date: Thu, 20 Sep 2007 09:19:00 -0000 Message-ID: <20070920091909.31674.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax 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: 2007-09/txt/msg01649.txt.bz2 ------- Comment #3 from pinskia at gcc dot gnu dot org 2007-09-20 09:19 ------- Subject: Re: gfortran with .F suffix and -g3 option chokes on preprocessor syntax On 20 Sep 2007 08:08:00 -0000, fxcoudert at gcc dot gnu dot org wrote: > > > ------- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-09-20 08:07 ------- > Confirmed. Andrew, what is the front-end expected to do with the #defines? I > suspect that we need to pass them to the middle-end, by calling > debug_hooks->define and debug_hooks->undef (as is done in c-lex.c). Yes that should be enough. Thanks, Andrew Pinski -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33502