RE: [Arm] Account for C++17 artificial field determining Homogeneous Aggregates

2020-04-28 Thread Kyrylo Tkachov
Hi Matthew, > -Original Message- > From: Matthew Malcomson > Sent: 27 April 2020 16:32 > To: gcc-patches@gcc.gnu.org > Cc: nd ; ni...@redhat.com; Richard Earnshaw > ; Ramana Radhakrishnan > ; Kyrylo Tkachov > ; ja...@redhat.com > Subject: [Arm] Account

[Arm] Account for C++17 artificial field determining Homogeneous Aggregates

2020-04-27 Thread Matthew Malcomson
NOTE: There is another patch in the making to handle the APCS abi (selected with `-mabi=apcs-gnu`). That patch has a very different change in behaviour and is in a different part of the code so I'm keeping it in a different patch. In C++14, an empty class deriving from an empty base is not