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++/21614] [4.0/4.1 Regression] invokation of undefined class'es method is ignored


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-17 17:48 -------
(In reply to comment #2)
> (In reply to comment #1)
> > Hmm, I think we get an error mark node but no error.
> Why is this the wrong code? It's easy to execute it.

No the wrong-code keyword says that GCC is emitting wrong code.  But what I am saying with the error 
mark node is that the front-end should not be creating using error mark node in the internals unless 
there was an error emitted.

-- 


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


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