This is the mail archive of the gcc-bugs@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]

[Bug fortran/47235] New: Accepts invalid/wrong code: PURE functions and Cray pointers


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

           Summary: Accepts invalid/wrong code: PURE functions and Cray
                    pointers
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid, wrong-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org


Kind of follow up to PR 46896, cf.
http://gcc.gnu.org/ml/fortran/2011-01/msg00059.html

gfortran accepts Cray pointers in PURE functions - causing problems with the
alias analysis. It should be fixed for PURE and implicitly pure procedures.


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