On Tue, 2025-04-29 at 21:51 +0200, Marc Poulhiès wrote:
> Having both an enum and a variable with the same name triggers an
> error with
> gcc 5.
> 
>   exploded-graph.h:351:29: error: ‘status’ is not a class, namespace,
> or enumeration
> 
> gcc/analyzer/ChangeLog:
>       * exploded-graph.h (set_status): Rename parameter.
>       * constraint-manager.cc (bound::ensure_closed): Likewise.
>       (range::add_bound): Likewise.
> 
> Signed-off-by: Marc Poulhiès <d...@kataplop.net>
> ---
> bootstrapped trunk with gcc 5.4.0 

Sorry about the breakage; presumably I did this with r16-258-
g978e9dfc0a1331.

Thanks for the fix; looks good to me.
Dave

Reply via email to