[Bug tree-optimization/35494] [4.4 Regression]: Revision 132991 breaks 483.xalancbmk
hjl dot tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Mar 7 14:04:00 GMT 2008
------- Comment #4 from hjl dot tools at gmail dot com 2008-03-07 14:03 -------
(In reply to comment #1)
> Subject: Re: New: [4.4 Regression]: Revision 132991 breaks 483.xalancbmk
>
> This is most likely the c++ front-end setting readonly when it should
> not.
>
I think you should check a symbol is both readonly and local.
conststaticvariable in
---
class bar
{
public:
static const int conststaticvariable;
};
---
is global, not local.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35494
More information about the Gcc-bugs
mailing list