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]

[PTR-PLUS] Fix Fortran


Hi,
  Fortran was the easiest front-end I had to fix, it had only one place (I 
could find while testing) that created a PLUS_EXPR with a pointer type.


Committed to the branch after a build/test on i686-linux-gnu with no 
regression.

Thanks,
Andrew Pinski

        * trans-expr.c (gfc_trans_string_copy): Create
        POINTER_PLUS_EXPR instead of a PLUS_EXPR
        for pointer types.

Attachment: fixfortran.diff.txt
Description: Text document


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