re PR c++/23357 (ICE with __alignof__ on template arguments)
authorJason Merrill <jason@redhat.com>
Fri, 16 Sep 2005 06:50:56 +0000 (02:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 16 Sep 2005 06:50:56 +0000 (02:50 -0400)
commit0161fcff945297ee55f7a272813ed06ef68f9a69
tree9bfe89c7d86ce0f355b9a48b22672b3c451a222d
parent07af06f6a312afcedcf9ff51f77cf9daf43bc6fe
re PR c++/23357 (ICE with __alignof__ on template arguments)

        PR c++/23357
        * cp-tree.def (SIZEOF_EXPR, ALIGNOF_EXPR): Change code class to
        tcc_expression.

From-SVN: r104340
gcc/cp/ChangeLog
gcc/cp/cp-tree.def
gcc/testsuite/g++.dg/template/sizeof10.C [new file with mode: 0644]