re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)
authorJason Merrill <jason@redhat.com>
Fri, 30 Jun 2006 20:48:42 +0000 (16:48 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 30 Jun 2006 20:48:42 +0000 (16:48 -0400)
commit481ac1e92915972d9ba04173d86f1ee50199d1ff
treea2144b76f395915e065b07680d2bf3f9f44f4363
parent17a9fbc4575249a4abc8e5891836b8f8e21ef8c3
re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)

        PR c++/26577
        * call.c (build_new_method_call): Force evaluation of the
        instance pointer, not the object.

From-SVN: r115105
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/init/volatile1.C [new file with mode: 0644]