https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104386
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104386
Andrew Pinski changed:
What|Removed |Added
Severity|normal |blocker
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104386
--- Comment #2 from Artur Bać ---
I think it is connected with this case
https://godbolt.org/z/cvfs1KqGW
https://godbolt.org/z/vdzTzo7be
//sizeof(foo) ==12
struct base
{
uint32_t x{};
std::byte v{};
base() noexcept = default;
};
struct foo :
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104386
--- Comment #1 from Andrew Pinski ---
Hmm:
https://github.com/itanium-cxx-abi/cxx-abi/issues/108