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] PR45186 - P2 regression - gfortran 4.6 emits wrong line numbers


On Thu, Sep 2, 2010 at 6:21 AM, Tobias Burnus <burnus@net-b.de> wrote:
> ?This is part 1 of the fix for PR fortran/45186; it changes a couple of
> "fold_build[0-9]" to "fold_build[0-9]_loc(input_location,".
>
> In order to fully fix the P2 (!) regression, one needs to change all
> fold_build, fix some locations which are wrong (i.e. where input_location is
> not the correct position), and possibly a bit more.
>
> Remaining: 622 folds_builds, namely
> trans-array.c:198
> trans.c:51
> trans-expr.c:94
> trans-intrinsic.c:216
> trans-io.c:29
> trans-openmp.c:34
>
> Built and currently regtesting on x86-64-linux.
> OK for the trunk? (Assuming that there are no testsuite failures.)
>

This may cause:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45505

-- 
H.J.


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