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++/12397] [3.4 regression] two-stage name lookup argument shadowed by global type


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

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Keywords|                            |rejects-valid


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-27 04:45 -------
>From Phil's regression hunter:
: Search converges between 2003-07-15-trunk (#344) and 2003-07-16-trunk (#345).
Also the error message changed from 
input.cc: In copy constructor `bar::bar(const bar&)':
input.cc:7: error: insufficient contextual information to determine type
To:
input.cc: In copy constructor `bar::bar(const bar&)':
input.cc:7: error: 'struct foo' has no member named 'i'
Between 2003-08-19 and 2003-08-20.


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