--- Comment #6 from woodzltc at sources dot redhat dot com 2005-11-22
03:49 ---
I ever opened an issue to request to add something to identify the main
function (such as Fortran MAIN__) in a program. But that is deferred to DWARF
4. So maybe now it is too late to add anything into
--- Comment #18 from woodzltc at sources dot redhat dot com 2005-11-15
03:04 ---
Hi Andrew,
(In reply to comment #8)
> Dwarf2 has DW_AT_entry_point for the same thing as the stabs N_MAIN.
I am now believing that DW_CC_program is for this purpose in DWARF. Please
have a look at
--- Comment #2 from woodzltc at sources dot redhat dot com 2005-11-15
02:26 ---
Hi Andrew,
(In reply to comment #1)
> Confirmed,
> DECL_ARG_TYPE should be the reference type and the DECL_TYPE should be the
> normal type.
>
> This might also fix the implicate bug to
--- Comment #4 from woodzltc at sources dot redhat dot com 2005-11-11
09:18 ---
Hi Andrew,
I opened PR 24790 to track this. Wish that it is just what you thought of.
But I didn't figure out how to assign that to you. So I add you the cc list.
Regards
- Wu Zhou
--
woodzl
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: woodzltc at sources dot redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24790
--- Comment #2 from woodzltc at sources dot redhat dot com 2005-10-28
04:51 ---
Yes. Some of these problems stems from gdb, like 24527; others from gfortran,
like 22244, and yet others involve both.
I could spare some time to work on fortran support in gdb. And very willing to
work
--- Comment #5 from woodzltc at sources dot redhat dot com 2005-10-28
04:42 ---
"set lang c" didn't give me that output. What is your configuration, gdb ,
gfortran version and so on?
My gdb session is like this:
(gdb) whatis array
type = Invalid type code (3) in sym
--- Comment #2 from woodzltc at sources dot redhat dot com 2005-10-28
04:39 ---
Yes. I agree that it is more like a gdb bug. But I would rather say that it is
an enhancement request for gdb, because GDB never says that it supports
complete Fortran-95 syntax. The support for Fortrn 77
--- Comment #1 from woodzltc at sources dot redhat dot com 2005-10-26
03:25 ---
Variable a in modular foo is represented as __foo__a in the DWARF output. So
you can use "print __foo__a" to get the value of modular variable a.
[EMAIL PROTECTED] ~]$ gdb -q ./modular
--- Additional Comments From woodzltc at sources dot redhat dot com
2005-08-24 06:06 ---
I just found the above issue I opened is defered to DWARF4. (Pls refer to
http://dwarf.freestandards.org/ShowIssue.php?issue=050808.2&type=closed). Did
it means that we need to wait a long
--- Additional Comments From woodzltc at sources dot redhat dot com
2005-08-09 07:04 ---
(In reply to comment #15)
[snip]
> Please add an issue on dwarf.freestandards.org and i'll take it from
> there.
I had added an public comment titiled "add a new entry to i
--- Additional Comments From woodzltc at sources dot redhat dot com
2005-08-09 04:11 ---
OK. I had some time and would like to have a look into this, and I found
something inconsistent. My founding is listed below, wishing that it can help
clarify the situation a little:
1
--
What|Removed |Added
CC||woodzltc at sources dot
||redhat dot com
http://gcc.gnu.org
link:
http://gcc.gnu.org/ml/fortran/2005-07/msg00310.html
Thanks.
--
Summary: Wrong DWARF output for Fortran common block
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
--- Additional Comments From woodzltc at sources dot redhat dot com
2005-06-30 08:48 ---
For array, ifc will output the following debuginfo:
<2><7e>: Abbrev Number: 4 (DW_TAG_variable) > TAG for variable "array"
DW_AT_decl_line : 2
--- Additional Comments From woodzltc at sources dot redhat dot com
2005-06-30 06:39 ---
This is Feng's comment:
http://gcc.gnu.org/ml/fortran/2005-06/msg00479.html
Just FYI. Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22244
ension array
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: woodzltc at sources dot redhat dot com
CC:
17 matches
Mail list logo