diff options
author | Dario Gjorgjevski <dario.gjorgjevski@gmail.com> | 2025-02-09 09:16:31 -0700 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2025-02-09 09:16:31 -0700 |
commit | b81bb3ed216213fdaba82addae9fc34619ad6ec7 (patch) | |
tree | 136902759e15d3f647fc3a89d780246bb52447cb /gcc/c/c-parser.cc | |
parent | a8d0a2dd6565ea15ce79d8af90f2671cbf9359c7 (diff) | |
download | gcc-b81bb3ed216213fdaba82addae9fc34619ad6ec7.zip gcc-b81bb3ed216213fdaba82addae9fc34619ad6ec7.tar.gz gcc-b81bb3ed216213fdaba82addae9fc34619ad6ec7.tar.bz2 |
[PR middle-end/117263] Avoid unused-but-set warning in genautomata
This is a trivial bug where a user wanted to define NDEBUG when building
genautomata, presumably trying to debug its behavior. This resulted in a
unused-but-set warning which caused the build to fail.
Dario included the trivial fixes in the PR which I put through the usual
bootstrap & regression test as well as compiling genautomata with NDEBUG.
Pushing to the trunk.
PR middle-end/117263
gcc/
* genautomata.cc (output_statistics): Avoid set but unnused warnings
when compiling with NDEBUG.
Diffstat (limited to 'gcc/c/c-parser.cc')
0 files changed, 0 insertions, 0 deletions