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++/29003] operator name accepted in typedef



------- Comment #2 from tbm at cyrius dot com  2007-08-25 09:41 -------
I also get this ICE with 4.3, but with 4.2 I get the following instead:


(sid)25944:tbm@em64t: ~/src/a] g++-4.2 -c t.cc
t.cc:3: error: argument dependent lookup finds â??operator!â??
t.cc:5: error:   in call to â??operator!â??
t.cc:5: confused by earlier errors, bailing out
Preprocessed source stored into /tmp/ccGjUbxr.out file, please attach this to
your bugreport.


-- 


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


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