This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/14055] [gfortran] Constants with a leading + in DATA are always zero
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Feb 2004 02:28:34 -0000
- Subject: [Bug fortran/14055] [gfortran] Constants with a leading + in DATA are always zero
- References: <20040207015726.14055.bdavis9659@comcast.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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