This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52974] Canonicalize include paths in diagnostics
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 02 May 2012 23:04:55 +0000
- Subject: [Bug c++/52974] Canonicalize include paths in diagnostics
- Auto-submitted: auto-generated
- References: <bug-52974-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52974
--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-05-02 23:04:55 UTC ---
(In reply to comment #8)
> Does it also help with the debug info? I haven't tested that.
It does, great!
> Also, I don't think it changes the output of g++ -v.
It doesn't, I don't care :)
Thanks again.