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/14055] [gfortran] Constants with a leading + in DATA are always zero


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-07 02:28 -------
Confirmed, this is in the front-end:
  static int4 ivon08 = 0;
  static int4 ivon09 = 0;
  static int4 ivon10 = 0;
  static int4 ivon06 = 0;
  static int4 ivon07 = 0;

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-07 02:28:33
               date|                            |
   Target Milestone|---                         |tree-ssa


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


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