public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/103315] New: Gfortran DW_AT_Rank expression not emitting correct rank value.
@ 2021-11-18 13:53 rupesh.potharla at amd dot com
  2021-11-18 14:26 ` [Bug debug/103315] " jakub at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rupesh.potharla at amd dot com @ 2021-11-18 13:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103315

            Bug ID: 103315
           Summary: Gfortran DW_AT_Rank expression not emitting correct
                    rank value.
           Product: gcc
           Version: og10 (devel/omp/gcc-10)
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rupesh.potharla at amd dot com
  Target Milestone: ---

I am working on to implement Assumed rank in gdb. Evaluating DW_AT_RANK
attribute expression provided by gcc is not emitting the correct rank value. Do
we have to manipulate the value returned by the expression in any way to get
the exact rank value? 

----------------------------------------------------------------------------
PROGRAM  arank

REAL :: a1(10)

call test_rank(a1)

CONTAINS
  SUBROUTINE test_rank(a)
    REAL :: a(..)
    PRINT *, RANK(a)
  END

END PROGRAM arank

------------------------------------------------------------------------------
gfortran -gdwarf-5 arank.f90 -o arank
------------------------------------------------------------------------------

DW_AT_rank      (DW_OP_push_object_address, DW_OP_plus_uconst 0x1c,
DW_OP_deref)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-11  6:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18 13:53 [Bug debug/103315] New: Gfortran DW_AT_Rank expression not emitting correct rank value rupesh.potharla at amd dot com
2021-11-18 14:26 ` [Bug debug/103315] " jakub at gcc dot gnu.org
2021-11-21 20:08 ` cvs-commit at gcc dot gnu.org
2021-11-29  8:50 ` cvs-commit at gcc dot gnu.org
2022-05-10  8:21 ` [Bug fortran/103315] " cvs-commit at gcc dot gnu.org
2022-05-11  6:23 ` cvs-commit at gcc dot gnu.org
2022-05-11  6:36 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).