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/27035] present doesn't work on array



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-04-04 23:37 -------
I don't think this is defined code:
    if (present (a)) call abort ()
    call foo_ (a)


If a is not present, you should not be able to use a in any way.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|26106                       |
              nThis|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27035


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