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]
Other format: [Raw text]

Re: PATCH to print column numbers in diagnostics


On Mon, Mar 07, 2005 at 12:40:31PM -0800, Per Bothner wrote:
> It does appear to a long-standing jc1 bug-let: sometimes we fail to
> find a class, but it ends up being harmless.  However, dwarf2out
> tries to emit debug information otherwise.  In the existing codebase
> the "missing class" gets classified as DECL_IS_BUILTIN, so we
> don't see the problem.

Huh.  I don't suppose you could mark these classes DECL_IGNORED_P
until the load succeeds?  Yes, also a hack, but at least limited
to the java front end.


r~


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