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, Fortran] PR 41359 - fix debug line for IF conditions


Dear Tobias,

This is OK - thanks for the patch.

Cheers

Paul

On Tue, Feb 22, 2011 at 8:57 AM, Tobias Burnus <burnus@net-b.de> wrote:
> The patch corrects the line of the IF conditions; the line of the IF itself
> is already correct. See PR for an example.
>
> Without patch (-fdump-tree-original-lineno):
>
> ? ? ?[foo.f90 : 6] if ([foo.f90 : 5] a> ?0)
> with patch
> ? ? ?[foo.f90 : 6] if ([foo.f90 : 6] a> ?0)
>
>
> Build and regtested on x86-64-linux.
> OK?
>
> Tobias
>
> PS: Without the where.lb condition, it segfaults for pointer_check_8.f90.
>



-- 
The knack of flying is learning how to throw yourself at the ground and miss.
? ? ?? --Hitchhikers Guide to the Galaxy


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