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] Caret diagnostics


On Thu, Apr 12, 2012 at 11:53 AM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Gaby" == Gabriel Dos Reis <gdr@integrable-solutions.net> writes:
>
> Manuel> So, in fact, libcpp is buggy for not implementing this (as can be seen
> Manuel> in emacs). If/When libcpp is fixed, the column info will be correct
> Manuel> for tabs. And then, one may care about printing tabs as anything
> Manuel> different from a single space. But until then, a single space is a
> Manuel> good as anything. In fact this is what is done in c-ppoutput.c.
>
> Gaby> I would not necessarily say that libcpp is buggy in this aspect.
> Gaby> However, I do agree that removing the tab expansion simplifies
> Gaby> the code and is better.
>
> Unfortunately I think it really is buggy. ?Other GNU programs, including
> Emacs, already conform to the GCS here. ?Arguably the GCS made the wrong
> decision, but it is already baked in all over.

OK.

-- Gaby


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