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/33317] CSHIFT/EOSHIFT: Crash if variable passed to DIM= is not present



------- 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


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