Bug 17727 - gcc/g77 3.4.2 missinterpret data statements for Real*8
Summary: gcc/g77 3.4.2 missinterpret data statements for Real*8
Status: RESOLVED DUPLICATE of bug 17541
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 3.4.2
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-29 15:46 UTC by valera.veryazov
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu/3.4.2
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description valera.veryazov 2004-09-29 15:46:31 UTC
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)
Comment 1 Andrew Pinski 2004-09-29 15:48:47 UTC

*** This bug has been marked as a duplicate of 17541 ***