This is the mail archive of the gcc@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]

Re: g++ and aliasing bools



> Can the  AGGREGATE_TYPE_P check be relaxed for classes that don't have
> a base class?

Maybe, but it needs careful thought.  "It makes sense" isn't good enough;
we need a proof that this is safe.  Such a proof needs to take into
account that other classes may be derived (possibly indirectly or
virtually) from the simple class.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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