[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::debug

Title:DEBUG
Notice:Updated locations for reporting QARs -- see note 834.1
Moderator:LOWFAT::DIETER
Created:Fri Jan 24 1986
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1868
Total number of notes:8200

1853.0. "Alpha DEBUG V7.1 w FORTRAN .AND. %DEBUG-E-OPNOTALLOW" by CSC32::D_SANFORD () Tue Apr 08 1997 12:41

    OpenVMS Alpha DEBUG Version V7.1-000
    OpenVMS Alpha DEBUG Version V7.1C-000

    Fortran logical operators (.AND., .OR., ...) no longer work with
    non boolean data types instead returning an error:

      %DEBUG-E-OPNOTALLOW, operator '.AND.' not allowed on given data types

    This makes it hard to create complex conditional break points.  Alpha
    DEBUG V6.2 and earlier works as expected, VAX DEBUG V7.0 and earlier
    also works.

    Simple test included below.

    Regards, Drew Sanford
    Customer Support Center
    C970318-6579


      $ run d

               OpenVMS Alpha DEBUG Version V7.1-000
      
      %DEBUG-I-INITIAL, Language: FORTRAN, Module: D$MAIN

      DBG> eval 1 .and. 4
      %DEBUG-E-OPNOTALLOW, operator '.AND.' not allowed on given data types


      $ run d

               OpenVMS Alpha DEBUG Version V7.1C-000

      %DEBUG-I-INITIAL, Language: FORTRAN, Module: D$MAIN

      DBG> eval 1 .and. 4
      %DEBUG-E-OPNOTALLOW, operator '.AND.' not allowed on given data types
      DBG> eval .true. .and. .true.
      1


      $ run d

               OpenVMS Alpha DEBUG Version V6.2-103R

      %DEBUG-I-INITIAL, language is FORTRAN, module set to D$MAIN

      DBG> eval 1 .AND. 4
      0
T.RTitleUserPersonal
Name
DateLines
1853.1LOWFAT::DIETERThu Apr 10 1997 13:206
In the process of taking a general look at these OPNOTALLOW 
errors on V7.0 and V7.1.  Will report back when we have more 
info...

Mary
1853.2SSPADE::ARSENAULTFri Apr 18 1997 12:113
I've fixed this problem.

We'll be ECOing V7.1 with fixes to this general OPNOTALLOW problem.
1853.3CSC32::D_SANFORDThu May 15 1997 17:171
    Any projected date when we plan to release this ECO?  -drew