On Tue, Nov 27, 2018 at 12:37 AM Martin Sebor wrote:
>
> On 11/26/18 1:30 PM, cmdLP #CODE wrote:
> > Dear GCC-developer team,
> >
> > The specification of the const-attribute is a bit ambiguous, it does not
> > fully specify which global variables are allowed to be read from. Obviously
> > constan
[CC gcc list and Sandra]
Thanks for the suggestions. I agree that the documentation
should make it possible to answer at least the basic questions
on your list. We'll see about incorporating them.
In general, attributes that affect optimization are implemented
at a level where higher-level dis
On 11/26/18 1:30 PM, cmdLP #CODE wrote:
Dear GCC-developer team,
The specification of the const-attribute is a bit ambiguous, it does not
fully specify which global variables are allowed to be read from. Obviously
constant global compile-time initialized variables can be accessed without
problem
Dear GCC-developer team,
The specification of the const-attribute is a bit ambiguous, it does not
fully specify which global variables are allowed to be read from. Obviously
constant global compile-time initialized variables can be accessed without
problem. But what about run time initialized vari