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,c++] fix PR 45330, suggest alternatives for failed name lookups


On Mon, Dec 06, 2010 at 05:19:48PM -0800, Mark Mitchell wrote:
> On 12/6/2010 2:23 PM, Gabriel Dos Reis wrote:
> 
> > I think we should treat names from system headers as abstract (e.g. print
> > only the standad name of the header) as opposed to
> > dumping their physical locations in the diagnostics (unless explicitly
> > requested.)
> 
> I agree, saying <algorithm> or <memory> would be best.  But, for
> avoidance of doubt, I think that enhancement is orthogonal to the one in
> Nathan's patch.

FWIW, PR c++/46836 has been filed to record this suggestion.

-Nathan


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