--- Comment #5 from pinskia at gcc dot gnu dot org 2008-08-21 21:42 ---
This works for i668-darwin with the trunk:
(gdb) p a
$1 = (REF TO -> ( real*4 )) @0x2004: 1
Current language: auto; currently fortran
(gdb) p b
$2 = (REF TO -> ( real*4 )) @0x2000: 2
GNU gdb 6.3.50-20050815 (Apple
--- Comment #4 from burnus at gcc dot gnu dot org 2008-08-21 21:26 ---
Is this still an issue nowadays?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20112
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-20
19:45 ---
Confirmed, Hmm, the stabs looks right:
.stabs "int1:t(0,17)[EMAIL PROTECTED];r(0,17);-128;127;",128,0,0,0
Maybe this is a gdb problem in that version of gdb.
This works correctly on x86-linux-gnu w
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-20
19:41 ---
*** Bug 20113 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20112
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-20
19:34 ---
Can you try -gfull? Darwin defaults to -gused and this might be a bug of
-gused.
--
What|Removed |Added