On 17/07/2012 20:52, Tobias Burnus wrote:
> gfortran properly handles the "#line" which come from #include
> statements and look as
> 
> # 1234 "include_file_name.f90" 1
> 
> Here, the syntax is "# linenumber filename flags", where flags is a
> space-delimited list of the flags 1,2,3, or 4. The problem is that the
> gfortran didn't handle the case of having no flag.
> 
> Additionally, I now also go through the new-file handling for system
> headers.
> 
> Build and regtested on x86-64-gnu-linux.
> OK for the trunk?
> 
> Tobias
> 
> PS: I didn't include a test case; one could create one using
> -fdump-tree-original-lineno, if you think that it makes sense.

OK; I prefer with a testcase.
Thanks.

Mikael

Reply via email to