Re: [PATCH] Fix for older version of GCC

2025-04-29 Thread David Malcolm
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_

[PATCH] Fix for older version of GCC

2025-04-29 Thread Marc Poulhiès
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::ensu