This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33317] CSHIFT/EOSHIFT: Crash if variable passed to DIM= is not present
- 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: 5 Sep 2007 21:04:25 -0000
- Subject: [Bug fortran/33317] CSHIFT/EOSHIFT: Crash if variable passed to DIM= is not present
- References: <bug-33317-13404@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 2007-09-05 21:04 -------
Same for EOSHIFT, example (replace in above's program)
print *, eoshift([.true.,.true.,.true.,.true.],1,dim=d)
ifort and NAG f95 print twice "T T T F".
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|CSHIFT: Crash if variable |CSHIFT/EOSHIFT: Crash if
|passed to DIM= is not |variable passed to DIM= is
|present |not present
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33317