]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/80605 - __is_standard_layout and zero-length array
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 May 2017 21:24:36 +0000 (21:24 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 May 2017 21:24:36 +0000 (21:24 +0000)
commit618e587a4b7519650c06b4adde393af0c47ea726
tree7062e59010c0a2a7b049905f5dd73cde92107e63
parent5637ac627975d1173660ab6cd457f48696a6dd24
PR c++/80605 - __is_standard_layout and zero-length array

* class.c (check_bases): Use DECL_FIELD_IS_BASE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248470 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/g++.dg/ext/is_std_layout2.C [new file with mode: 0644]