]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: class.c (build_vtbl_ref_1): Use fixed_type_or_null.
authorJakub Jelinek <jakub@redhat.com>
Mon, 24 Mar 2003 11:33:50 +0000 (12:33 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 24 Mar 2003 11:33:50 +0000 (12:33 +0100)
commit743b73812871c36ac5ebb241d4378da7d6c9672f
treea27e66ac151c307e787485392fb8539d48bf48aa
parent355806ef42085b1ec980c9762c1b892830f16db9
backport: class.c (build_vtbl_ref_1): Use fixed_type_or_null.

* Backport from mainline:
2002-05-13  Jason Merrill  <jason@redhat.com>

* class.c (build_vtbl_ref_1): Use fixed_type_or_null.
(fixed_type_or_null): See through reference vars.
(build_base_path): Vtable contents are constant.

* g++.dg/opt/rtti1.C: New test.

From-SVN: r64786
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/rtti1.C [new file with mode: 0644]