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++/16604] Bad diagnostic


------- Additional Comments From igodard at pacbell dot net  2004-07-17 08:39 -------
Correction: an additional bug was that "Breaker" should have been "breaker", and the diagnostic should have complained that both Breaker and Ch were undefined. I'm guessing that the appearance of "<namespace>::<identifier>" is considered a using-declaration internally, but syntactically it's a qualified name. A diagnostic that talks about using-declarations is confusing.

Ivan

-- 


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


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