This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DWARF2 fix for Fortran


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~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]