This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34658] save / common
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2008 07:26:43 -0000
- Subject: [Bug fortran/34658] save / common
- References: <bug-34658-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from burnus at gcc dot gnu dot org 2008-01-04 07:26 -------
NAG f95:
Error: I is in COMMON - can only initialise in BLOCK DATA
ifort with "-stand f95" (only):
Warning: In Fortran 95, this DATA statement object cannot appear in either a
blank COMMON block or a named COMMON block. [I]
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-01-04 07:26:43
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34658