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 represent column numbers using source_location


Hi Per,

> 2004-02-11  Per Bothner  <per@bothner.com>
> 
> 	Represent column numbers using line-map's source_location.

Unfortunately, this patch breaks h8300-elf.  scan-decls.c:185 still
has a use of member "line" of cpp_token, which you have removed.
Would you mind taking a look at this?

Thanks,

Kazu Hirata


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