gdb/fortran: Add type info of formal parameter for clang.
authorBhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
Mon, 28 Jun 2021 05:21:57 +0000 (10:51 +0530)
committerAlok Kumar Sharma <AlokKumar.Sharma@amd.com>
Mon, 28 Jun 2021 05:26:03 +0000 (10:56 +0530)
commit05b857720611bc2e1f9cca2573085b774181af9d
tree4a693adde8d91ae186a09a35628894cc2526b920
parentdd5ef931df8f0ea68e18cadaa1b4636cf1dbb3dc
gdb/fortran: Add type info of formal parameter for clang.

Additional compiler generated formal parameter exist with clang and type
information for the same is added accordingly. Also few kind parameter
printing are removed which is not default for clang.
Note: More details about this kind parameter omission while printing can
be found with similar patch
        commit 0a709cba00d36d490482d0e8673e323ac1e897a6
        Author Alok Kumar Sharma (alokkumar.sharma@amd.com)

gdb/testsuite/ChangeLog:
        * gdb.fortran/ptype-on-functions.exp: Add type info of formal
        parameter for clang. Also removed the kind parameter for clang.
gdb/testsuite/gdb.fortran/ptype-on-functions.exp
This page took 0.025222 seconds and 4 git commands to generate.