class.c (check_field_decls): Pointers to member do not a non-pod struct make, as...
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 2 Mar 2001 11:44:57 +0000 (11:44 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 2 Mar 2001 11:44:57 +0000 (11:44 +0000)
commitd282fcb29aee561a8d60646d45333e5e89b4c5d4
treeca8ae4a6f674f5a891c395ce0d56909407009a97
parentf86fdf68cfe35212160b8d337c7db7110ad0da8d
class.c (check_field_decls): Pointers to member do not a non-pod struct make, as per DR 148.

cp:
* class.c (check_field_decls): Pointers to member do not a
non-pod struct make, as per DR 148.
testsuite:
* g++.old-deja/g++.other/pod1.C: New test.

From-SVN: r40186
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/pod1.C [new file with mode: 0644]