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++/41840] g++ compiler giving error for array of pointers of abstract base class



------- Comment #3 from bangerth at gmail dot com  2009-10-28 05:17 -------
(In reply to comment #0)
> There are many other such deviations we noticed in this compiler from the
> normal C++ principles.

In addition to the previous answer: since gcc3.3, many many bugs have been
fixed where gcc erroneously accepted code that did not conform to the C++
standard. We believe that gcc4.x is much closer to the C++ standard than 3.3
was.

That said, it does occasionally happen that a bug is introduced. In that case,
please open other bug reports.

Best
 Wolfgang


-- 

bangerth at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bangerth at gmail dot com


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


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