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++/21510] Possible bug


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-15 14:12 -------
(In reply to comment #4)
> If there is no other way to distinguish reliable between unions and classes, 
> add it into the extension list. Unions should be avoided in object oriented 
> design, anyway, but it is a nice-to-have feature. 

Extensions are bad.  Even just bugs in the compiler is a bad thing beause people would think the bug 
was an extension and start depending on it and then when the bug was fixed, people complain their 
code no longer compiles.

-- 


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


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