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 testsuite failures with -std=c++17


For C++17 aggregate bases, we have started adding base fields for
empty bases.  The code for calculating whether a class is standard
layout needs to ignore these.

The C++17 mode diagnostic for direct-enum-init1.C was incorrect.

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

Attachment: 1z-regr.diff
Description: Text document


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