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++/54253] [C++11] constexpr constructor crashes with polymorphic base classes


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

mrks at koios dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28012|application/octet-stream    |text/plain
          mime type|                            |

--- Comment #5 from mrks at koios dot de 2012-08-14 14:51:02 UTC ---
Created attachment 28013
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28013
second base polymorphic

multiple inheritance, second base class is polymorphic
-> crashes if the first base class has a member (int x)


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