This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ PATCH] [PR/13243] Detect more non constant expressions (regression in mainline)


"Giovanni Bajo" <giovannibajo@libero.it> writes:

| expression. Moreover, expressions like INDIRECT_REF and ADDR_EXPR are always
| invalid as constant expressions. 

I am a bit nervous about that statement.  References get transformed
(from time to time) into INDIRECT_REF, but a reference can be a valid
constant expression.  The same is true for an ADDR_EXPR.  Did you check
that? 

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]