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/17727] New: gcc/g77 3.4.2 missinterpret data statements for Real*8


Hi,

      Real*8 x
      Data x/1.0d0/
      print *,x
      stop
      end

prints 0. instead of 1. (as it does e.g. gcc 3.3.x)

-- 
           Summary: gcc/g77 3.4.2 missinterpret data statements for Real*8
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: valera dot veryazov at teokem dot lu dot se
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu/3.4.2


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


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