]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/ChangeLog
PR c++/57793
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jul 2013 23:10:17 +0000 (23:10 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jul 2013 23:10:17 +0000 (23:10 +0000)
commit76bbe4ca118d52781c4f64bf3be3fa1ab1fb9b7c
tree88c4036b688de6468ab9634a8b01f802b6d40a1c
parentb657f34602a315d4d8c4ad939b92ecbd647dc1bf
PR c++/57793
c/
* c-decl.c (finish_struct): Check for too-large class.
cp/
* class.c (layout_class_type): Check for too-large class.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200938 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c/ChangeLog
gcc/c/c-decl.c
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/c-c++-common/pr57793.c [new file with mode: 0644]