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++/189] parse error in qualified member name lookup


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-04-30 00:00:00         |2003-06-15 18:16:50
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-15 18:16 -------
Still happens on the mainline (20030615):

[zhivago2:~/src/gccPRs] pinskia% gcc pr189.cc
pr189.cc: In function `int main()':
pr189.cc:19: error: 'struct N::B<int>' has no member named 'A'
pr189.cc:19: error: expected primary-expression
pr189.cc:19: error: expected `;'
pr189.cc:19: error: expected primary-expression
pr189.cc:19: error: expected `;'


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