This is the mail archive of the gcc-bugs@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]

[Bug c/65466] Unnecessary source line output for "note: each undeclared identifier is reported only once"


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65466

Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-19
                 CC|                            |manu at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> ---
I implemented some finer-control for the caret in
https://gcc.gnu.org/ml/gcc-patches/2012-04/msg01836.html that specifically
fixed this case.

However, I never got around to get it approved and committed it. Please, feel
free to take that patch and get it reviewed and committed.

(If I was re-doing that patch again, I will try to overload inform(), because
inform_with_flags is just too much typing).

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