This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Ensure start_source_file and end_source_file debug hook calls in gfortran always match (PR debug/33739)


On Dec 5, 2007 4:48 PM, Tobias Burnus <burnus@net-b.de> wrote:
> Jakub Jelinek wrote:
> > Regtested on x86_64-linux, plus visual inspection of -gstabs -m32 output on
> > several testcases as well (to make sure the BINCL/EINCL stabs lines match).
> >
> > Ok for trunk?
> >
> OK and thanks for the fix.

I think this broke both aermod and rnflow from polyhedron:

./f951 -quiet -O0 /space/rguenther/tramp3d/pb05/lin/source/rnflow.f90
/space/rguenther/tramp3d/pb05/lin/source/rnflow.f90:940: internal
compiler error: in change_file, at fortran/scanner.c:322
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

That line is

       gcc_assert (current_file->up);

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]