[Bug c++/87393] New: [8/9 Regression] gcc/cp/parser.c:13967:37:Unused Entity Issue: expression result unused: -Wunused-value since r251026
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Sep 23 07:02:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87393
Bug ID: 87393
Summary: [8/9 Regression] gcc/cp/parser.c:13967:37:Unused
Entity Issue: expression result unused: -Wunused-value
since r251026
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: marxin at gcc dot gnu.org
Target Milestone: ---
Following code has unused value:
...
/* Consume the `{' token. */
matching_braces braces;
braces.consume_open (parser)->location;
/* Parse the declarations. */
...
More information about the Gcc-bugs
mailing list