[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-10-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-10-04 15:05 --- Fixed on mainline. Thanks for the bug report! -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-10-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-10-04 15:04 --- Subject: Bug 33502 Author: fxcoudert Date: Thu Oct 4 15:04:09 2007 New Revision: 129011 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129011 Log: PR fortran/33502 * scanner.c (gfc_advanc

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-09-30 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-10-01 00:05 --- Created an attachment (id=14276) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14276&action=view) Updated patch The attached updated patch seems to fix the issue (and also fixes a problem in the logic and y

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-09-24 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-09-24 20:28 --- It would be nice to find a patch that doesn't break bootstrap on plenty of platforms :) I'll be on it when I have time, PR 33538 indicates the trouble caused by my first patch, now reverted. -- fxcoudert at g

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2007-09-22 15:04 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-09-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-09-22 15:03 --- Subject: Bug 33502 Author: fxcoudert Date: Sat Sep 22 15:03:24 2007 New Revision: 128671 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128671 Log: PR fortran/33502 * scanner.c (gfc_advanc

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-09-20 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-09-20 Thread pinskia at gcc dot gnu dot org
--- 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 -, fxcoudert at gcc dot gnu dot org <[EMAIL PROTECTED]> wrote: > > > --- Comment #2 from fxcoudert a

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-09-20 Thread fxcoudert at gcc dot gnu dot org
--- 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). --

[Bug fortran/33502] gfortran with .F suffix and -g3 option chokes on preprocessor syntax

2007-09-19 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-09-19 18:58 --- #define have to be understood by the front-end with -g3 -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -