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++/43167] Warnings should not be disabled when instantiating templates defined in system headers



------- Comment #12 from manu at gcc dot gnu dot org  2010-02-24 23:20 -------
(In reply to comment #11)
> Note this is much better than what it was in 4.3 where std::vector<long> was
> shown as:
> std::vector<long int, std::allocator<long int> > >

That part looks better GCC, however, in the context information, the clang
output is far clearer.

Why we print the file with no location info just above the "In function"?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43167


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