This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] (regression) Set TREE_CONSTANT for STATIC_EXPR andCAST_EXPR
- From: Jason Merrill <jason at redhat dot com>
- To: "Giovanni Bajo" <giovannibajo at libero dot it>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 18 Jun 2003 13:28:06 -0400
- Subject: Re: [C++ PATCH] (regression) Set TREE_CONSTANT for STATIC_EXPR andCAST_EXPR
- References: <09f801c335ac$581c69d0$114e2697@bagio>
Hmm, it seems odd to me that we would be analyzing whether or not an
expression is a constant-expression when parsing a template, since we can't
always tell.
Jason