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

C++ PATCH for c++/82764, C++17 ICE with empty base


output_constructor_field doesn't like to see two fields at offset zero
with non-zero size.  Fixed by giving the empty base field size zero.

Tested x86_64-pc-linux-gnu, applying to trunk.

Attachment: 82764.diff
Description: Text document


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