On 12/13/21 21:58, Joseph Myers wrote:
There is a repository (/home/gccadmin/hooks-bin/.git), it's just not a
bare one (so not suitable for pushing to) and not public (but anyone in
the gcc group should be able to clone it, read-only, over ssh).
All right, I would be happy at least with that. S
On Tue, 14 Dec 2021 at 15:40, Martin Liška wrote:
>
> On 12/13/21 21:58, Joseph Myers wrote:
> > There is a repository (/home/gccadmin/hooks-bin/.git), it's just not a
> > bare one (so not suitable for pushing to) and not public (but anyone in
> > the gcc group should be able to clone it, read-onl
Andrew, to improve the context of the late warnings I'm trying
to see how to get the execution path(s) leading from function
entry up to a statement. For example, for the code below I'd
like to "collect" and show the three conditionals in the context
of the warning:
extern char a[9];
void f (in
This is one of those things that has always puzzled
me so I thought I break down and finally ask.
There are two ways a memory reference (tree) prints:
MEM[(struct arc_t *)_684].flow
and
_684->flow
Poking under the hood of them, the tree codes and
operands are identical so what am I missing?
T