[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-22 Thread janus at gcc dot gnu dot org
--- Comment #10 from janus at gcc dot gnu dot org 2008-09-22 11:50 --- Fixed with r140546. Closing. -- janus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-22 Thread janus at gcc dot gnu dot org
--- Comment #9 from janus at gcc dot gnu dot org 2008-09-22 11:46 --- Subject: Bug 37486 Author: janus Date: Mon Sep 22 11:45:02 2008 New Revision: 140546 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140546 Log: 2008-09-22 Janus Weil <[EMAIL PROTECTED]> PR fortran/3

[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-22 Thread janus at gcc dot gnu dot org
-- janus at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |janus at gcc dot gnu dot org |dot org

[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-12 Thread dominiq at lps dot ens dot fr
--- Comment #8 from dominiq at lps dot ens dot fr 2008-09-12 21:31 --- > If I recall correctly, the commons do not need to have the same size 5.7.2.5 Differences between named common and blank common (F2008, 5.5.2.4 for f95) ... • Named common blocks of the same name shall be of the

[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-12 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2008-09-12 21:18 --- (In reply to comment #6) > > This is equivalent to the ever popular use of EQUIVALENCE to set a > > real type to Inf or NaN via integers. > > Actually, it is a bit different: Here, already the COMMON is invalid for >

[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-12 Thread burnus at gcc dot gnu dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2008-09-12 20:42 --- > This is equivalent to the ever popular use of EQUIVALENCE to set a > real type to Inf or NaN via integers. Actually, it is a bit different: Here, already the COMMON is invalid for EQUIVALENCE only accessing the val

[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-12 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2008-09-12 19:03 --- (In reply to comment #4) > (In reply to comment #2) > > (In reply to comment #1) > > > the program is non-standard Fortran, but it is legacy, so an option would > > > be > > > useful. > > > > > > > Why is it nonstan

[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-12 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2008-09-12 18:48 --- (In reply to comment #2) > (In reply to comment #1) > > the program is non-standard Fortran, but it is legacy, so an option would be > > useful. > > > > Why is it nonstandard? > Maybe not, I was guessing based on 16.

[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-12 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2008-09-12 18:44 --- (In reply to comment #2) > (In reply to comment #1) > > the program is non-standard Fortran, but it is legacy, so an option would be > > useful. > > > > Why is it nonstandard? > > Maybe I'm misreading 5.5.2.1 and 5.

[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-12 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2008-09-12 18:30 --- (In reply to comment #1) > the program is non-standard Fortran, but it is legacy, so an option would be > useful. > Why is it nonstandard? Maybe I'm misreading 5.5.2.1 and 5.5.2.3 from the F95 standard, which sugges

[Bug fortran/37486] alignment of data in COMMON blocks

2008-09-12 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2008-09-12 17:56 --- the program is non-standard Fortran, but it is legacy, so an option would be useful. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37486