This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: DWARF2 fix for Fortran
- To: Mike Stump <mrs at windriver dot com>
- Subject: Re: DWARF2 fix for Fortran
- From: Richard Henderson <rth at cygnus dot com>
- Date: Tue, 31 Oct 2000 12:23:38 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200010311901.LAA04506@kankakee.wrs.com>
On Tue, Oct 31, 2000 at 11:01:04AM -0800, Mike Stump wrote:
> case VAR_DECL:
> case COMPONENT_REF:
> case COND_EXPR:
> + case INDIRECT_REF:
> /* ??? These types of bounds can be created by the Ada front end,
> and it isn't clear how to emit debug info for them. */
> break;
A bit of a hack. Incidentally, it is clear how to emit debug info for
all of these -- dwarf2 has a fairly comprehensive expression evaluator.
I'm currently testing a patch to emit them.
r~