]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)
authorJason Merrill <jason@redhat.com>
Tue, 29 Aug 2006 18:15:20 +0000 (14:15 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 29 Aug 2006 18:15:20 +0000 (14:15 -0400)
commit59c79ae734b55f89bc5ac1d6d5372cb323e9f118
tree95de2528ee2647ee555ed4b0b6d0db7e4da5df32
parentde73d33ae8bbf403526511cd4982c1bedc2add47
re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)

        PR c++/26577
        * cvt.c (convert_to_void): Don't automatically load from volatiles
        of TREE_ADDRESSABLE type.

From-SVN: r116568
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/testsuite/g++.dg/warn/volatile1.C [new file with mode: 0644]